...
The run show isis database command displays the Link State Database (LSDB) information of IS-IS.
Command Syntax
run show isis [vrf <text> | vrf all] database [detail] [json] [lsp-id <lsp-id>]
Parameter
Parameter | Description |
---|---|
vrf <vrf-name> | Optional. Specifies a VRF name. |
lsp-id <lsp-id> | Optional. Specifies the LSP ID to be displayed. The value is in the format of xxxx.xxxx.xxxx.xx-xx. For example, 0460.0600.6004.00-00. |
Example
- View the Link State Database (LSDB) information of IS-IS.
Code Block |
---|
admin@PICOS# run show isis database Area instance1: IS-IS Level-1 link-state database: LSP ID PduLen SeqNumber Chksum Holdtime ATT/P/OL 0000.0000.0004.00-00 * 85 0x00000008 0xb4c0 1018 0/0/0 1 LSPs IS-IS Level-2 link-state database: LSP ID PduLen SeqNumber Chksum Holdtime ATT/P/OL 0000.0000.0004.00-00 * 75 0x00000008 0x3238 1022 0/0/0 1 LSPs admin@PICOS# run show isis database detail Area instance1: IS-IS Level-1 link-state database: LSP ID PduLen SeqNumber Chksum Holdtime ATT/P/OL 0000.0000.0004.00-00 * 85 0x00000008 0xb4c0 983 0/0/0 Protocols Supported: IPv4 Authentication: HMAC-MD5: e51db17eff49ba54af7ebfcd18131cb7 Area Address: 34 MT Router Info: ipv4-unicast MT Router Info: ipv6-unicast TE Router ID: 100.100.100.1 Router Capability: 100.100.100.1 , D:0, S:0 IPv4 Interface Address: 100.100.100.1 Extended IP Reachability: 0.0.0.0/0 (Metric: 333) 1 LSPs IS-IS Level-2 link-state database: LSP ID PduLen SeqNumber Chksum Holdtime ATT/P/OL 0000.0000.0004.00-00 * 75 0x00000008 0x3238 987 0/0/0 Protocols Supported: IPv4 Authentication: Password: 4f5sf5 Area Address: 34 MT Router Info: ipv4-unicast MT Router Info: ipv6-unicast TE Router ID: 100.100.100.1 Router Capability: 100.100.100.1 , D:0, S:0 IPv4 Interface Address: 100.100.100.1 Extended IP Reachability: 0.0.0.0/0 (Metric: 0) 1 LSPs |
...