Penalizes all links originating from the node IP address.
The command is disabled by default.
MPLS CSPF-group configuration mode.
The no form of the command disables the configuration.
MPLS is supported only on devices based on the DNX chipset family. For a list of such devices, see "Supported Hardware".
The example below configures a fate sharing group and specifies node 10.1.1.1 as the penalizing IP address.
device# configure device(config)# router mpls device(config-router-mpls)# policy device(config-router-mpls-policy)# cspf-group computation-mode add-penalty device(config-router-mpls-policy)# exit device(config-router-mpls)# cspf-group group3 device(config-router-mpls-cspf-group-group3)# penalty 100 device(config-router-mpls-cspf-group-group3)# from 10.1.1.1 device(config-router-mpls-cspf-group-group3)# link 10.1.1.1 10.1.1.2 device(config-router-mpls-cspf-group-group3)# subnet 10.1.2.0/24 device(config-router-mpls-cspf-group-group3)# node 10.1.1.1