Displaying C-VLAN I-SID information

Use the following procedure to display C-VLAN I-SID information.

Procedure

  1. Display the C-VLAN to I-SID associations:

    show vlan i-sid <1-4059>

  2. Display the IS-IS SPBM multicast-FIB calculation results by I-SID:

    show isis spbm i-sid {all|config|discover} [vlan <1-4059>] [id <1–16777215>] [nick-name <x.xx.xx>]

  3. Discover where entries are learned:

    show vlan mac-address-entry [spbm-tunnel-as-mac]

  4. Display the VLAN remote MAC table for a C-VLAN:

    show vlan remote-mac-table <1-4059>

Example

Switch:1>show vlan i-sid
===============================================================================
                   Vlan I-SID
===============================================================================
VLAN_ID      I-SID        I-SID NAME        
-------------------------------------------------------------------------------
1                             
10           100          Hospital-Server-10                 
90           1000         ISID-1000        

3 out of 3 Total Num of Vlans displayed
Switch# show isis spbm i-sid all
====================================================================================================================================
                                                                    SPBM ISID INFO
====================================================================================================================================
ISID      SOURCE NAME    VLAN   SYSID                TYPE         HOST_NAME            ISID NAME        AREA       AREA NAME
------------------------------------------------------------------------------------------------------------------------------------
101001    1.11.16        4051   0200.10ff.fff0       discover     area-0.00.10         ISID-101001      HOME       area-0.00.20
101003    1.11.16        4051   0200.10ff.fff0       discover     area-0.00.10         ISID-101003      HOME       area-0.00.20
101005    1.11.16        4051   0200.10ff.fff0       discover     area-0.00.10         ISID-101005      HOME       area-0.00.20
101007    1.11.16        4051   0200.10ff.fff0       discover     area-0.00.10         ISID-101007      HOME       area-0.00.20
101009    1.11.16        4051   0200.10ff.fff0       discover     area-0.00.10         ISID-101009      HOME       area-0.00.20
101011    1.11.16        4051   0200.10ff.fff0       discover     area-0.00.10         ISID-101011      HOME       area-0.00.20

-----------------------------------------------------------------------------------------------------------------------------------
 Total number of SPBM ISID entries configed: 0
-----------------------------------------------------------------------------------------------------------------------------------
 Total number of SPBM ISID entries discovered: 6
-----------------------------------------------------------------------------------------------------------------------------------
 Total number of SPBM ISID entries: 6
-----------------------------------------------------------------------------------------------------------------------------------

Switch:# show vlan mac-address-entry
================================================================================
                                    Vlan Fdb
================================================================================
VLAN            MAC                           	  SMLT
ID   STATUS     ADDRESS            INTERFACE  	  REMOTE  TUNNEL
--------------------------------------------------------------------------------
1    learned    00:1d:42:6b:10:03  Port-1/9   	  false   SwitchB
1    learned    00:80:2d:22:ac:46  Port-1/15  	  false   SwitchB
2    self       a4:25:1b:51:48:84  103.103.103.103     false   -
2    self       02:01:03:ff:ff:ff  Tunnel_to_HQ        false   -
5    learned    00:00:00:00:00:1a  access     	  false   SwitchB
10   self       00:00:00:00:49:50  Port-1/9   	  false   -
10   self       00:00:00:50:00:50  Port-1/9   	  false   -
Switch# show vlan remote-mac-table 100
====================================================================================================
                                    Vlan Remote Mac Table
====================================================================================================
VLAN STATUS  MAC-ADDRESS         DEST-MAC           BVLAN DEST-SYSNAME  PORTS            SMLTREMOTE
----------------------------------------------------------------------------------------------------
100  learned 00:15:40:af:d2:00   00:74:00:00:00:00  20    Switch-6005   MLT-2            false
100  learned b4:a9:5a:04:c8:83   b4:a9:5a:04:c8:65  3     Switch-174    103.103.103.103  true
100  learned b4:a9:5a:04:c8:84   b4:a9:5a:04:c8:66  3     Switch-175    Tunnel_to_HQ     true
---------------------------------------------------------------------------------------------------
3 of 3 matching entries out of total of 3 Remote Mac entries in all fdb(s) displayed.
---------------------------------------------------------------------------------------------------

Variable definitions

The following table defines parameters for the show vlan commands.

Variable

Value

i-sid <1-4059>

Displays I-SID information for the specified C-VLAN.

mac-address-entry [spbm-tunnel-as-mac]

Displays the bridging forwarding database.

Use the optional parameter, spbm-tunnel-as-mac to display the BMAC in the TUNNEL column. If you do not use this optional parameter, the TUNNEL column displays the host name. If an entry is not learned in the SPBM network, the TUNNEL column will be empty (–).

remote-mac-table <1-4059>

Displays C-VLAN remote-mac-table information.

The following table defines parameters for the show isis commands.

Variable

Value

spbm i-sid {all|config|discover}

  • all: displays all I-SID entries

  • config: displays configured I-SID entries

  • discover: displayes discovered I-SID entries

vlan <1-4059>

Displays I-SID information for the specified SPBM VLAN.

id <1–16777215>

Displays I-SID information for the specified I-SID.

nick-name <x.xx.xx>

Displays I-SID information for the specified nickname.