node

Penalizes all links originating from the node IP address.

Syntax

node ip_addr
no node ip_addr

Command Default

The command is disabled by default.

Parameters

ip_addr
All links that originate from the specified IP address are penilized.

Modes

MPLS CSPF-group configuration mode.

Usage Guidelines

The no form of the command disables the configuration.

MPLS iis supported on the Extreme 8820, SLX 9740, SLX 9640, and SLX 9540 devices only.

Examples

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