Display the Intermediate-System-to-Intermediate-System (IS-IS) Shortest Path Bridging MAC (SPBM) multicast Forwarding Information Base (FIB) calculation results by service instance identifier (I-SID).
show isis spbm i-sid { all | config | discover }
show isis spbm i-sid { all | config | discover } id <1-16777215>
show isis spbm i-sid { all | config | discover } nick-name x.xx.xx - 2.5 bytes
show isis spbm i-sid { all | config | discover } vlan <2-4059>
None
User EXEC
The show isis spbm i-sid command displays the following information:
Output field |
Description |
---|---|
ISID {all | discover | config} |
Indicates the IS-IS SPBM I-SID identifier.
|
SOURCE NAME |
Indicates the nickname of the node where this I-SID was configured or discovered. Note:
SOURCE NAME is equivalent to nickname. |
VLAN |
Indicates the B-VLAN where this I-SID was configured or discovered. |
SYSID |
Indicates the system identifier. |
TYPE |
Indicates the SPBM I-SID type as either configured or discovered. |
HOST_NAME |
Indicates the host name of the multicast FIB entry. |
ISID NAME |
Indicates the global I-SID name to I-SID mapping. |
The following example displays the command output.
Switch:1>show isis spbm i-sid all ================================================================================= SPBM ISID INFO ================================================================================= ISID SOURCE NAME VLAN SYSID TYPE HOST_NAME ISID NAME --------------------------------------------------------------------------------- 16777000 f.84.35 4051 beb0.0000.8435 discover BEB-8435 PIMGW-ISID 100 f.84.35 4052 beb0.0000.8435 discover BEB-8435 ISID-100 16777000 0.01.48 4051 d884.66f9.4c84 config Titan-48 PIMGW-ISID 100 f.84.35 4052 d884.66f9.4c84 config Titan-48 ISID-100 --------------------------------------------------------------------------------- Total number of SPBM ISID entries configured: 2 --------------------------------------------------------------------------------- Total number of SPBM ISID entries discovered: 2 --------------------------------------------------------------------------------- Total number of SPBM ISID entries: 4 ---------------------------------------------------------------------------------