OcNOS-RON : Layer 3 Guide : Intermediate System to Intermediate System Command Reference : IS-IS Show Commands : show isis database
show isis database
Use this command to display link-state database (LSDB) database information. The LSDB is the core of IS-IS routing. All link-state information advertised by neighbors in the same area is stored in the LSDB.
Command Syntax
show isis database
show isis database (detail|verbose)
show isis database (detail|verbose) WORD
show isis database (detail|verbose) WORD (l1|l2|level-1|level-2)
show isis database (detail|verbose) (l1|l2|level-1|level-2)
show isis database (detail|verbose) (l1|l2|level-1|level-2) WORD
show isis database WORD
show isis database WORD (l1|l2|level-1|level-2)
show isis database WORD (l1|l2|level-1|level-2) (detail|verbose)
show isis database WORD (detail|verbose)
show isis database WORD (detail|verbose) (l1|l2|level-1|level-2)
show isis database (l1|l2|level-1|level-2)
show isis database (l1|l2|level-1|level-2) (detail|verbose)
show isis database (l1|l2|level-1|level-2) (detail|verbose) WORD
show isis database (l1|l2|level-1|level-2) WORD
show isis database (l1|l2|level-1|level-2) WORD (detail|verbose)
Parameters
detail
Detailed information.
verbose
Verbose information.
WORD
Link-state packet (LSP) identifier in the form of XXXX.XXXX.XXXX.XX-XX.
l1
IS-IS level-1.
l2
IS-IS level-2.
level-1
IS-IS level-1.
level-2
IS-IS level-2.
Command Mode
Exec mode, Privileged exec mode
Applicability
This command was introduced before OcNOS version 1.3.
Example
#show isis database detail
Area bb:
IS-IS Level-1 Link State Database:
LSPID LSP Seq Num LSP Checksum LSP Holdtime ATT/P/OL
000F.0000.0001.00-00* 0x00000007 0xE15E 1188 1/0/0
Area Address: 49.000F
NLPID: 0xCC
IP Address: 10.10.12.97
Metric: 10 IP 10.10.12.0 255.255.255.0
Metric: 10 IS 000F.0000.0001.02
000F.0000.0001.02-00* 0x00000003 0x3C66 1026 1/0/0
Metric: 0 IS 000F.0000.0001.00
Metric: 0 IS 000F.0000.0002.00
000F.0000.0002.00-00 0x00000003 0x8C4B 1025 1/0/0
Area Address: 49.000F
NLPID: 0xCC
Hostname: isisd@redhat
IP Address: 10.10.12.94
Metric: 10 IP 10.10.12.0 255.255.255.0
Metric: 10 IS 000F.0000.0001.02
#
Table 3-80 explains the output fields.
 
Table 3-80: show isis database output
Field
Description
Tag
Name that identifies the IS-IS area.
VRF
VRF name.
IS-IS Level-n Link State Database
Each IS-IS level has a section with Link-State Packet (LSP) information.
LSPID
Link-state packet identifier in the form of XXXX.XXXX.XXXX.XX-XX.
The first six octets (“XXXX.XXXX.XXXX”) are the system identifier of the router that originated the LSP.
The next octet is the pseudonode identifier:
When this octet is nonzero, the LSP describes links from a designated router (pseudonode) that creates and floods an LSP that describes all systems attached to the network. This mechanism is similar to a router link-state advertisement (LSA) in OSPF.
When this octet is zero, the LSP is from a nonpseudonode which describes the state of the originating router.
The last octet is the LSP number. If the value is 0x00, the entire LSP was carried in one LSP. If there is more data than can fit in a single LSP, the LSP is divided into multiple LSP fragments and each fragment has a different LSP number.
An asterisk (*) means the LSP originated on the system where the command was given.
LSP Seq Num
LSP sequence number.
LSP Checksum
LSP checksum.
LSP Holdtime
Amount of time the LSP remains valid (in seconds). An LSP hold time of zero means the LSP was purged and is being removed from the link-state database (LSDB) of all routers. The value indicates how long the purged LSP will stay in the LSDB before being completely removed.
ATT
Attached bit. A Level-2 IS indicates its attachment to other areas by setting its attached bit in its Level-1 LSP 0. In other words, this is only set for inter-area routes.
Level 1-only routers and Level 1-2 routers that have lost connection to other Level 2 routers will use the attach bit to find the closest Level-2 router. They will point a default route to the closest Level-2 router.
P
Partition repair. A Level-1 area can become partitioned; this bit means the partition can be repaired via use of Level-2 routes.
OL
Overload bit. Determines whether the IS is congested. When the overload-bit is set in an LSP, other routers will not use this router as a transit router during SPF calculation. Only packets for destinations directly connected to the overloaded router will be sent to this router.
This command also displays information about the IS-IS TLVs in Table 3-81 if present in an LSP. For more about the TLV information, search for “IS-IS TLV Codepoints” on the Interne, check ISO/IEC 10589:2002(E), or other standard mentioned in Table 3-81.
 
Table 3-81: IS-IS TLV Codepoints
IS-IS TLV Codepoint
Description
Standard
1
Area Addresses
ISO 10589
2
IIS Neighbors
ISO 10589
3
ES Neighbors
ISO 10589
10
Authentication
ISO 10589, RFC 6233
22
Extended IS reachability
RFC 5305
128
IP internal reachability
RFC 1195, RFC 5302
129
Protocols supported
RFC 1195
130
IP external reachability
RFC 1195, RFC 5302
132
IP interface address
RFC 1195
134
Traffic engineering router ID
RFC 5305
135
Extended IP reachability
RFC 5305
137
Host name
RFC 5301, RFC 6233
222
Multi IS reachability
RFC 5120
229
Multi topology
RFC 5120
232
IPv6 interface address
RFC 5308
235
Multi IPv4 reachability
RFC 5120
236
IPv6 reachability
RFC 5308
237
Multi IPv6 reachability
RFC 5120
Last modified date: 08/28/2023