Use the following procedure to configure the minimum required SPBM and IS-IS parameters using the auto-nni command to have the node create an IS-IS interface, attach the interface to an SPBM instance, and then enable IS-IS on the port interface.
This procedure is only for the port interface. The auto-nni command is not supported on the MLT interface and the Fabric Extend Logical Interface.
The auto-nni command provides a quick and simple way to configure the IS-IS interface. You can use the auto-nni command instead of the following existing IS-IS commands on the physical (port) interface:
isis
isis spbm instance
isis enable
The existing commands are still available and you have the option to use the new command or the three existing commands. If you need to modify any of the default parameters under isis or isis spbm instance , use isis and isis spbm instance constructs even if you created the interface with the auto-nni command.
enable
configure terminal
spbm
router isis
spbm <1–100>
spbm <1–100> b-vid {<vlan-id [-vlan-id][,...]} [primary <1-4059>]
spbm <1–100> nick-name <x.xx.xx>
Note
Although it is not strictly required for SPBM operation, you should change the IS-IS system ID from the default B-MAC value to a recognizable address to easily identify a switch (Log on to IS-IS Router configuration mode and use the system-id <xxxx.xxxx.xxxx> command). This helps to recognize source and destination addresses for troubleshooting purposes.
manual-area <xx.xxxx.xxxx...xxxx>
exit
vlan create <2-4059> type spbm-bvlan
interface {GigabitEthernet {slot/port[/sub-port][-slot/port[/sub-port]][,...]}| mlt <1–512> }
auto-nni
exit
router isis enable
show isis spbm
show isis
show isis interface
Switch> enable
Switch# configure terminal
Switch(config)# spbm
Switch(config)# router isis
Switch(config-isis)# spbm 1
Switch(config-isis)# spbm 1 b–vid 10,20 primary 10
Switch(config-isis)# spbm 1 nick-name 1.11.16
Switch(config-isis)# manual-area c0.2000.000.00
Switch(config-isis)# exit
Switch(config)# interface GigabitEthernet 1/21
Switch(config-if)# auto-nni
Switch(config-if)# exit
Switch(config)# vlan create 10 type spbm-vlan
Switch(config)# vlan create 20 type spbm-vlan
Switch(config)# router isis enable
Switch(config)# show isis spbm
Switch:1(config)#show isis spbm ============================================================================================================== ISIS SPBM Info ============================================================================================================== SPBM B-VID PRIMARY NICK LSDB IP IPV6 MULTICAST SPB-PIM-GW STP-MULTI INSTANCE VLAN NAME TRAP HOMING -------------------------------------------------------------------------------------------------------------- 1 4051-4052 4051 disable disable disable enable disable enable ============================================================================================================== ISIS SPBM SMLT Info ============================================================================================================== SPBM SMLT-SPLIT-BEB SMLT-VIRTUAL-BMAC SMLT-PEER-SYSTEM-ID INSTANCE -------------------------------------------------------------------------------------------------------------- 1 primary 00:00:00:00:00:00 -------------------------------------------------------------------------------- Total Num of SPBM instances: 1 --------------------------------------------------------------------------------
Switch(config)# show isis
================================================================================ ISIS General Info ================================================================================ AdminState : enabled RouterType : Level 1 System ID : 0014.c7e1.33df Max LSP Gen Interval : 900 Metric : wide Overload-on-startup : 20 Overload : false Csnp Interval : 10 PSNP Interval : 2 Rxmt LSP Interval : 5 spf-delay : 100 Router Name : Switch1 ip source-address : 41.41.41.100 ipv6 source-address : 41:0:0:0:0:0:0:100 ip tunnel source-address : 11.11.12.11 Tunnel vrf : spboip ONA Port : 1/15 ip tunnel mtu : 1950 Num of Interfaces : 2 Num of Area Addresses : 1 inband-mgmt-ip : backbone : disabled Dynamically Learned Area : 00.0000.0000 FAN Member : No
Note
The ONA Port : 1/15
parameter in the preceding example is applicable only to the VSP 4450
Series.
Switch(config)# show isis interface
Switch# show isis interface ================================================================================ ISIS Interfaces ================================================================================ IFIDX TYPE LEVEL OP-STATE ADM-STATE ADJ UP-ADJ SPBM-L1-METRIC -------------------------------------------------------------------------------- Mlt2 pt-pt Level 1 UP UP 1 1 10 Port1/21 pt-pt Level 1 UP UP 1 1 10