Configure Remote IS-IS SPBM Parameters on a Port

Note

Note

The following procedure only applies to VSP 7400 Series.

About this task

Perform this procedure to configure the remote Intermediate-System-to-Intermediate-System (IS-IS) Shortest Path Bridging MAC (SPBM) parameters on a specific port.

Procedure

  1. Enter Interface Configuration mode:

    enable

    configure terminal

    interface GigabitEthernet {slot/port[/sub-port][-slot/port[/sub-port]][,...]} or interface mlt <1-512>

    Note

    Note

    If the platform supports channelization and the port is channelized, you must also specify the sub-port in the format slot/port/sub-port.

  2. Configure the remote IS-IS SPBM interface type:

    isis remote spbm <1-100> interface-type {broadcast | pt-pt}

  3. Configure the cost of the remote SPBM instance:

    isis remote spbm <1-100> l1-metric {<1-16777215> | auto}

Example

Configuring the remote IS-IS SPBM interface type and layer 1 metric on port 1/2:

Switch:1>enable
Switch:1#configure terminal
Switch:1(config)#interface gigabitEthernet 1/2
Switch:1(config-if)#isis remote spbm 2 interface-type broadcast
Switch:1(config-if)#isis remote spbm 2 l1-metric 2

Variable Definitions

The following table defines parameters for the isis remote spbm command.

Variable Value
<1-100>

Specifies the SPBM instance.

interface-type {broadcast | pt-pt}

Specifies the IS-IS SPBM interface type as broadcast or point-to-point (pt-pt).

l1-metric {<1–16777215> | auto}

Specifies the SPBM instance Level 1 metric on the IS-IS interface located on a specific port. You can configure a static value, or use auto. When you use the auto setting, the network route is determined by summing the lowest value metrics, which are inversely proportional to port speed.