Example: Create an IS-IS Adjacency between Auto-sense and non-Auto-sense VOSS Switches

Link Layer Discovery Protocol (LLDP) stations that connect to a local area network (LAN) advertise the station capabilities to each other, allowing the discovery of physical topology information for network management. When the system enables a switch as a Fabric Attach (FA) server in the Shortest Path Bridging (SPB) network, it receives LLDP messages from the FA Client and the FA Proxy devices using the LLDP Fabric Connect Type-Length-Value (TLV). For more information, see LLDP Fabric Connect TLV.

Following are the steps to create an Intermediate-System-to-Intermediate-System (IS-IS) adjacency between Auto-sense and non-Auto-sense VOSS switches, such as VSP 8600 Series or switches running releases that do not include Auto-sense support. For feature support information, see Fabric Engine and VOSS Feature Support Matrix.

On the non-Auto-sense VOSS switch:

  1. On VSP 8600 Series only, disable the High Availability-CPU mode.
  2. Enable the Shortest path bridging MAC (SPBM) mode.
  3. Create an SPBM instance.
  4. Create an SPBM B-VLAN.
  5. Configure the port that links to the Auto-sense switch.

On the Auto-sense switch:

  1. Enable the Shortest path bridging MAC (SPBM) mode.
  2. Enable Auto-sense on the port that links to the non-Auto-sense switch.

Example

Create an IS-IS adjacency:

On a VSP 8600 Series switch:

enable
configure terminal
no boot config flags ha-cpu
boot config flags spbm-config-mode
spbm 
router isis
spbm 1
spbm 1 b-vid 100,101 primary 100
spbm 1 nick-name 1.44.66
manual-area c1
exit
vlan create 100 type spbm-bvlan
vlan create 101 type spbm-bvlan
vlan members remove 1 1/3
interface gigabitEthernet 1/3
isis
isis spbm 1 
isis enable
router isis enable

On the Auto-sense switch:

enable
configure terminal
boot config flags spbm-config-mode
interface gigabitEthernet 1/3
auto-sense enable
1 YYYY-MM-DD HH:MM:SS.622Z Switch - 0x00374589 - 00000000 GlobalRouter FA INFO Fabric Attach Assignments will 
be rejected since ISIS is disabled. 
1 YYYY-MM-DD HH:MM:SS.779Z Switch - 0x001dc703 - 00000000 GlobalRouter ISIS INFO B-VLANs (100,101) dynamically
learnt through LLDP. ISIS Restarted
1 YYYY-MM-DD HH:MM:SS.779Z Switch - 0x002d0609 - 00000000 GlobalRouter LLDP INFO New LLDP Neighbor Discovered
on interface 1/3
1 YYYY-MM-DD HH:MM:SS.954Z Switch - 0x00004727 - 00000000 GlobalRouter SNMP INFO SPBM detected adj INIT on 
Port1/3, neighbor f873.a201.03df
1 YYYY-MM-DD HH:MM:SS.984Z Switch - 0x00004727 - 00000000 GlobalRouter SNMP INFO SPBM detected adj UP on 
Port1/3, neighbor f873.a201.03df
show isis adjacencies
================================================================================================================
                                              ISIS Adjacencies
================================================================================================================
INTERFACE  L STATE  UPTIME    PRI  HOLDTIME   SYSID               HOST-NAME       STATUS   AREA       AREA-NAME   
----------------------------------------------------------------------------------------------------------------
Port1/3    1 UP     00:05:18  127   21        f873.a201.03df      VSP-8608        ACTIVE   HOME                   

----------------------------------------------------------------------------------------------------------------
Home:   1 out of 1 interfaces have formed an adjacency
----------------------------------------------------------------------------------------------------------------