Configure Remote IS-IS SPBM Parameters on a Port

Note

Note

This procedure only applies to the 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>

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>

Specifies the SPBM instance layer 1 metric on the IS-IS interface located on a specific port.