beautypg.com

Brocade Multi-Service IronWare Multiprotocol Label Switch (MPLS) Configuration Guide (Supporting R05.6.00) User Manual

Page 100

background image

76

Multi-Service IronWare Multiprotocol Label Switch (MPLS) Configuration Guide

53-1003031-02

MPLS CSPF fate-sharing group

1

3. Set the penalty value for the CSPF fate-sharing group. Enter the following command.

Brocade(config-mpls-cspf-group-group3)# penalty 100

Syntax: [no] penalty penalty-value

The penalty penalty-value command specifies the penalty value that is assigned to objects of
the same fate-sharing group. The range is from 1 through 65535. The default value is one (1).
Objects of the same fate-sharing group share the same penalty value. For example, all objects
in group 3 share the same penalty value of 100. To disable the configuration, enter the [no]
form of the command.

4. Configure the local address of the CSPF fate-sharing group. Enter the following command.

Brocade(config-mpls-cspf-group-group3)# from 10.1.1.1

To configure from the local address to the remote address on a point-to-point link, enter the
following command.

Brocade(config-mpls-cspf-group-group3)# from 10.1.1.1 to 10.1.1.2

Syntax: [no] from ip-address [to remote-ip-address]

The from ip-address command configures only the local interface of the routing device. This
command penalizes any link on this interface, but not all links when the link is a multi-access
link. When the to remote-ip-address parameter is configured, the command applies to a
point-to-point link on an interface. The ip-address and the remote-ip-address variables specify
IPv4 addresses. To disable the configuration, enter the [no] form of the command.

NOTE

The order in which the local IP address to the remote IP address is configured is insignificant.
For example, the configuration from 10.10.10.10 to 10.20.20.20 and from 10.20.20.20 to
10.10.10.10 has the same meaning.

5. Configure the local IP address with the subnet mask. Enter the following command.

Brocade(config-mpls-cspf-group-group3)# from 10.1.2.1/24

Syntax: [no] from ip-address/subnet-mask

The from ip-address/subnet-mask command specifies the local IP address with the subnet
mask of the routing device. The subnet-mask variable specifies the subnet mask of the IP
address. When the command is configured, every link in the subnet is penalized. To disable
the configuration, enter the [no ] form of the command.

6. To penalize all links from the node IP address, enter the following command.

Brocade(config-mpls-cspf-group-group3)# node 10.1.1.1

Syntax: [no] node ip-address

The node ip-address command is used to penalize all links originating from the node IP
address. To disable the configuration, enter the [no ] form of the command.