Configuring optional SPBM parameters
Use the following procedure to configure optional SPBM parameters.
Procedure
Example
Switch> enable
Switch# configure terminal
Switch(config)# spbm ethertype 0x8100
Switch(config-isis)# no router isis enable
Switch(config)# router isis
Switch(config-isis)# spbm 1 lsdb-trap enable
Switch(config-isis)# router isis enable
Switch(config-isis)# exit
Switch(config)# interface gigabitethernet 1/7
Switch(config-if)# no isis enable
Switch(config-if)# isis spbm 1 interface-type pt-pt
Switch(config-if)# isis spbm 1 l1–metric 500
Switch(config-if)# isis enable
Variable definitions
The following table defines parameters for the spbm command.
Variable |
Value |
---|---|
ethertype {0x8100 | 0x88a8} |
Configures the SPBM ethertype. The default value is 0x8100. |
<1–100> lsdb-trap enable |
Configures whether to enable or disable a trap when the SPBM LSDB changes. The default is disabled. Use the no or default options to disable LSDB traps. |
The following table defines parameters for the isis spbm command.
Variable |
Value |
---|---|
<1–100> interface-type {broadcast|pt-pt} |
Configures the SPBM instance interface-type on the IS-IS interface located on the specified port or MLT. SPBM only supports the point-to-point (pt-pt) interface type. The default is pt-pt. Use the no or default options to set this parameter to the default value of pt-pt. |
<1–100> l1–metric <1–16777215> |
Configures the IS-IS interface level 1 metric on the specified port or MLT. The default value is 10. Use the no or default options to set this parameter to the default. |