Display the Intermediate-System-to-Intermediate-System (IS-IS) Link State Database (LSDB).
show isis lsdb
show isis lsdb [level {l1|l2|l12}] [sysid <xxxx.xxxx.xxxx>] [lspid <xxxx.xxxx.xxxx.xx-xx>] [tlv <1–236> ] [detail] [home|remote]
show isis lsdb local
show isis lsdb tlv <1-236> sub-tlv <1-3>
show isis lsdb ip-unicast
show isis lsdb ip-unicast [i-sid <0-16777215>] [lspid xxxx.xxxx.xxxx.xx-xx] [sysid xxxx.xxxx.xxxx] [home|remote]
show isis lsdb ipv6-unicast
show isis lsdb ipv6-unicast [i-sid <0-16777215>] [lspid xxxx.xxxx.xxxx.xx-xx] [sysid xxxx.xxxx.xxxx] [home|remote]
None
User EXEC
The show isis lsdb command displays the following information:
| Parameter | Description | 
|---|---|
| LSP ID | Indicates the LSP ID assigned to external IS-IS routing devices. | 
| LEVEL | Indicates the level of the external router: l1, l2, or l12. | 
| LIFETIME | Indicates the maximum age of the LSP. If the max-lsp-gen-interval is set to 900 (default) then the lifetime value begins to count down from 1200 seconds and updates after 300 seconds if connectivity remains. If the timer counts down to zero, the counter adds on an additional 60 seconds, then the LSP for that router is lost. This happens because of the zero age lifetime, which is detailed in the RFC standards. | 
| SEQNUM | Indicates the LSP sequence number. This number changes each time the LSP is updated. | 
| CHKSUM | Indicates the LSP checksum. This is an error checking mechanism used to verify the validity of the IP packet. | 
| HOST-NAME | Indicates the hostname listed in the LSP. If the host name is not configured, then the system name is displayed. | 
| AREA | Indicates the type of area as home or remote. | 
Switch:1# show isis lsdb
================================================================================
                                   ISIS LSDB
================================================================================
LSP ID                  LEVEL  LIFETIME  SEQNUM  CHKSUM   HOST-NAME      AREA  
--------------------------------------------------------------------------------
0014.c7e1.33df.00-00     1      545       0xb1    0xed28   NewYork       HOME   
0016.ca23.73df.00-00     1      1119      0x9f    0x9c9d   Switch-Lab2   HOME
0018.b0bb.b3df.00-00     1      708       0xb9    0xcb1a   Switch-Lab1   HOME 
--------------------------------------------------------------------------------
Level-1 HOME AREA: 3 out of 3 Total Num of LSP Entries
Level-1 REMOTE AREA: 0 out of 3 Total Num of LSP Entries
Level-2 HOME AREA: 0 out of 0 Total Num of LSP Entries
Level-2 REMOTE AREA: 0 out of 3 Total Num of LSP Entries