Monitoring IS-IS
The CLI has commands available for monitoring IS-IS parameters and CLNS parameters.
System Event Logs
To troubleshoot and monitor IP, use the following system event logs:
- isisAdjChangeIS-IS adjacency up or down events
- isisAdjPacketsIS-IS adjacency hello packets
- isisBfdEventsIS-IS interactions with BFD
- isisChecksumErrIS-IS checksum errors
- isisGeneralIS-IS system notifications
- isisHelloGeneralIS-IS system notifications
- isisHelloPacketsIS-IS hello packets
- isisipv6LogIS-IS IPv6 notifications
- isisLdpEventsIS-IS interactions with LDP
- isisLocalUpdateIS-IS local LSP packets
- isisMplsTeAdvertisementsIS-IS MPLS traffic engineering advertisements
- isisMplsTeEventsIS-IS MPLS traffic engineering
- isisNsfEventsIS-IS nonstop forwarding events during warm starts
- isisProtocolErrIS-IS protocol errors
- isisSnpPacketsIS-IS complete sequence numbers PDU (CSNP) and partial sequence numbers PDU (PSNP) packets
- isisSpfEventsIS-IS Shortest Path First (SPF)
- isisSpfStatisticsIS-IS SPF timing and statistic data
- isisSpfTriggersIS-IS SPF triggering
- isisUpdate PacketsIS-IS LSP packets sent or received
For more information about using event logs, see the JUNOSe System Event Logging Reference Guide.
Monitoring IS-IS Parameters
You can monitor the IS-IS link-state database and IS-IS debug information. Use the commands in this section to:
- Display router information.
- Display information about SPF calculations.
- Monitor IS-IS summary address information.
- Display debug information.
- Display host.
- Display information about MPLS tunnels.
- Clear adjacencies.
- Display paths to intermediate systems.
- Display information about the settings for IS-IS graceful restart.
You can use the output filtering feature of the show command to include or exclude lines of output based on a text string you specify. See JUNOSe System Basics Configuration Guide, Chapter 2, Command-Line Interface, for details.
clear isis adjacency
- Use to remove entries from the adjacency database.
- Specify a hostname or the system ID of a neighbor to clear only adjacencies with that neighbor.
- Specify no options to remove all adjacencies from the database.
- Example
host1#clear isis adjacencyThere is no no version. debug isis
- Use to obtain debug-related information about certain parameters.
- This command manipulates the same log as the Global Configuration log commands.
- You can select from these parameters:
- adj-packetsIS-IS adjacency-related packets
- mpls traffic-eng advertisementsMPLS traffic-engineering agent advertisements
- mpls traffic-eng agentsMPLS traffic-engineering agents
- snp-packetsIS-IS CSNP/PSNP packets
- spf-events IS-IS Shortest Path First events
- spf-statisticsIS-IS SPF timing and statistic data
- spf-triggersIS-IS SPF triggering events
- update-packetsIS-IS update-related packets
host1#debug isis adj-packetsUse the no version to disable debugging display. show hosts
- nameName assigned to the host
- ip addressHost IP address
- typeType of host
- usernameUsername necessary to access the host
- passwordPassword necessary to access the host
- nameName of the host alias
- area addressArea address of the host alias
- system IDSix-byte value of the host alias
- typeType of host alias
host1:abc#show hostsStatic Host Table-----------------name ip address type username password---- ---------- ---- --------- --------jkk 10.10.0.73 ftp anonymous nullClns Host Alias Table---------------------name area address system ID type----- -------------------------------- ----------------- ------fred 47.0005.80FF.F800.0000.0001.0001 0000.0000.0011.00 statickaren 47.0005.80FF.F800.0000.0001.0001 0000.0000.0012.00 staticshow isis database
- Use to display IS-IS link-state database information.
- Request specific show isis database statistics by selecting from these options:
- lspidLink-state protocol ID in form xxxx.xxxx.xxxx.yy-zz
- hostnameLink-state database information for the specified hostname
- detailDetailed link-state database information; if this option is not specified, a summary display is provided
- l1Level 1 routing link-state database
- l2 Level 2 routing link-state database
- level-1Level 1 routing link-state database
- level-2Level 2 routing link-state database
- LSPIDLSP identifier
- LSP Seq NumSequence number for the LSP. Enables other routers to determine if they have received the latest information from source.
- LSP ChecksumChecksum of the LSP packet
- LSP HoldtimeNumber of seconds that the LSP remains valid
- ATTAttach bit; indicates that the router is a level 2 router and can reach other areas
- PP bit; detects whether intermediate system is capable of area partition repair
- OLOverload bit; determines whether intermediate system is congested
- Area AddressArea addresses that can be reached from the router
- NLPIDISO network layer protocol identifier
- IP AddressIP address of the interface
- HostnameHostname of the router
- Router IDID configured on the router
- Metric Metric that indicates either of the following costs:
- Cost of adjacency between the originating router and the advertised neighbor
- Cost between the advertising router and the advertised destination
- IPv4 Interface AddressAddress of the interface
- IPv4 Neighbor AddressAddress of a neighbor
- Maximum link bandwidthBandwidth capacity of the link in bits per second
- Reservable link bandwidthAmount of bandwidth reservable on the link (whether reserved or not)
- Unreserved bandwidthAmount of bandwidth available for reservation on the link
- TE default metricTraffic engineering default metric value
- Tag value(s)Route tag assigned to the IS-IS interface, if configured
host1#show isis databaseIS-IS Level-1 Link State DatabaseLSPID LSP Seq Num LSP Checksum LSP Holdtime ATT/P/OL0000.0000.004E.00-00 0x000013F5 0x8BAA 1198 0/0/00000.0000.3333.00-00* 0x0000020F 0xEA1E 1199 0/0/00000.0000.3333.02-00 0x00000007 0x8C30 1199 0/0/00000.0000.7500.00-00 0x0000308D 0x5EDF 1198 0/0/00090.1A00.B000.00-00 0x00000011 0xB082 1195 1/0/00090.1A00.C000.00-00 0x0000005F 0x9860 1196 0/0/0IS-IS Level-2 Link State DatabaseLSPID LSP Seq Num LSP Checksum LSP Holdtime ATT/P/OL0000.0000.004E.00-00 0x00001355 0x0DA7 1198 0/0/00000.0000.3333.00-00* 0x00000257 0x566B 1199 0/0/00000.0000.3333.02-00 0x00000007 0x8C30 1199 0/0/00000.0000.7500.00-00 0x00003315 0x3627 1198 0/0/00010.7B36.5FF7.00-00 0x00000BAF 0x187A 1183 0/0/00090.1A00.B000.00-00 0x00000016 0xD624 1195 1/0/00090.1A00.C000.00-00 0x00000071 0x9358 1196 0/0/0Example 2 host1#show isis database detailLSPID LSP Seq Num LSP Checksum LSP Holdtime ATT/P/OLboston.00-00* 0x00000116 0x4760 655 1/0/0Area Address: 47.0005.80FF.F800.0000.0000.0004NLPID: 0x81 0xccIP Address: 10.1.1.1Hostname: bostonRouter ID: 10.1.1.1Metric: 10 IS newyork.00IPv4 Interface Address: 10.1.1.1IPv4 Neighbor Address: 10.1.1.2Metric: 10 IS washington.00IPv4 Interface Address: 10.1.3.1IPv4 Neighbor Address: 10.1.3.3Metric: 10 IP 192.168.1.0/24Metric: 10 IP 10.1.1.0/24 tag value(s): 11Metric: 10 IP 10.1.3.0/24Metric: 20 IP 10.1.2.0/24 tag value(s): 22Example 3 host1#show isis database verboseIS-IS Level-1 Link State DatabaseLSPID LSP Seq Num LSP Checksum LSP Holdtime ATT/P/OLzion.00-00* 0x00000011 0xBFAD 487 0/0/0Area Address: 47.0005.80FF.F800.0000.0000.0003NLPID: 0x81 0xccIP Address: 222.9.1.1Hostname: zionRouter ID: 222.9.1.1Metric: 0 ES 2220.0900.1001Metric: 10 IS london.00Administrative group: 0IPv4 Interface Address: 221.1.1.1IPv4 Neighbor Address: 221.1.1.2Maximum link bandwidth: 50000Reservable link bandwidth: 50000Unreserved bandwidth:Priority 0: 50000Priority 1: 50000Priority 2: 50000Priority 3: 50000Priority 4: 30000Priority 5: 30000Priority 6: 30000Priority 7: 30000TE default metric: 0Metric: 10 IS london.00Administrative group: 0IPv4 Interface Address: 221.1.6.1IPv4 Neighbor Address: 221.1.6.2Maximum link bandwidth: 50000Reservable link bandwidth: 50000Unreserved bandwidth:Priority 0: 50000Priority 1: 50000Priority 2: 50000Priority 3: 50000Priority 4: 30000Priority 5: 30000Priority 6: 30000Priority 7: 30000TE default metric: 0Metric: 10 IS paris.00Administrative group: 0IPv4 Interface Address: 221.1.4.1IPv4 Neighbor Address: 221.1.4.4Maximum link bandwidth: 0Reservable link bandwidth: 0Unreserved bandwidth:Priority 0: 0Priority 1: 0Priority 2: 0Priority 3: 0Priority 4: 0Priority 5: 0Priority 6: 0Priority 7: 0TE default metric: 0Metric: 10 IP 221.1.1.0/24Metric: 10 IP 221.1.6.0/24Metric: 10 IP 221.1.4.0/24Metric: 0 IP 222.9.1.1/32Example 4 host1#show isis database Getafix:v2IS-IS Level-1 Link State DatabaseLSPID LSP Seq Num LSP Checksum LSP Holdtime ATT/P/OLGetafix:v2.00-00* 0x00000001 0xEB53 1097 0/0/0IS-IS Level-2 Link State DatabaseLSPID LSP Seq Num LSP Checksum LSP Holdtime ATT/P/OLGetafix:v2.00-00* 0x00000001 0x456D 1097 0/0/0Example 5 host1#show isis database Getafix:v2 detailIS-IS Level-1 Link State DatabaseLSPID LSP Seq Num LSP Checksum LSP Holdtime ATT/P/OLGetafix:v2.00-00* 0x00000001 0xEB53 967 0/0/0Area Address: 22NLPID: 0x81 0xccIP Address: 1.1.1.2Hostname: Getafix:v2Metric: 10 IS Getafix:v2.01Metric: 0 ES Getafix:v2Metric: 10 IP 1.1.1.0 255.255.255.0IS-IS Level-2 Link State DatabaseLSPID LSP Seq Num LSP Checksum LSP Holdtime ATT/P/OLGetafix:v2.00-00* 0x00000001 0x456D 967 0/0/0Area Address: 22NLPID: 0x81 0xccIP Address: 1.1.1.2Hostname: Getafix:v2Metric: 10 IS Getafix:v2.01Metric: 10 IP 1.1.1.0 255.255.255.0Example 6For IS-IS IPv6 configuration host1:2#show isis database detailIS-IS Level-1 Link State DatabaseLSPID LSP Seq Num LSP Checksum LSP Holdtime ATT/P/OLhost1:1.00-00 0x00000005 0x0E39 930 0/0/0Area Address: 49.0001NLPID: 0x81 0xccIP Address: 4.4.4.1Hostname: host1:1Metric: 0 ES host1:1Metric: 10 IS host1:2.00Metric: 10 IS host1:2.00Metric: 10 IP 4.4.4.0/24Metric: 10 IP 20.0.0.0/24Metric: 10 IPv6 Internal Up 1:1:1:101::/64host1:2.00-00* 0x00000004 0xC558 735 0/0/0Area Address: 49.0001NLPID: 0x81 0xccIP Address: 9.9.9.9Hostname: host1:2Metric: 0 ES host1:2Metric: 10 IS host1:1.00Metric: 10 IS host1:3.00Metric: 10 IS host1:1.00Metric: 10 IS host1:3.00Metric: 10 IP 4.4.4.0/24Metric: 10 IP 20.0.0.0/24Metric: 10 IP 40.0.0.0/24Metric: 10 IP 30.0.0.0/24Metric: 10 IPv6 Internal Up 1:1:1:102::/64show isis mpls adjacency-log
- WhenAmount of time since recording the log entry
- Neighbor IDIdentifier for the neighbor
- IP AddressIP address of the neighbor
- InterfaceInterface from which neighbor was learned
- StatusAdjacency status, Up or Down
- LevelIS-IS routing level
host1#show isis mpls adjacency-logIS-IS MPLS TE logWhen Neighbor ID IP Address Interface Status Level02:25:47 2220.0900.2002.00 221.1.1.2 at2/0.1 Up L102:25:47 2220.0900.2002.00 221.1.6.2 at2/0.6 Up L102:25:47 2220.0900.4004.00 221.1.4.4 at2/1.5 Up L1show isis mpls advertisements
- System IDName or system ID of the MPLS tail-end (destination) router
- Router IDRouter ID for the router
- Link CountNumber of links that MPLS advertises
- Neighbor System IDIdentifier of the remote system in an area
- Administrative groupTLV administrative group or color assigned to the link
- Interface IP addressIP address of the interface
- Neighbor IP AddressIP address of the neighbor
- Maximum link bandwidthBandwidth capacity of the link in bits per second
- Reservable link bandwidthAmount of bandwidth reservable on the link (whether reserved or not)
- Unreserved bandwidthAmount of bandwidth available for reservation on the link
- TE default metricTraffic engineering default metric value
- Affinity BitsAttributes flooded for the link
host1#show isis mpls advertisementsSystem ID: zion.00Router ID: 222.9.1.1Link[1]Neighbor System ID: london.00Administrative group: 0IPv4 Interface Address: 221.1.1.1IPv4 Neighbor Address: 221.1.1.2Maximum link bandwidth: 50000Reservable link bandwidth: 50000Unreserved bandwidth:Priority 0: 50000Priority 1: 50000Priority 2: 50000Priority 3: 50000Priority 4: 30000Priority 5: 30000Priority 6: 30000Priority 7: 30000TE default metric: 0Link[2]Neighbor System ID: london.00Administrative group: 0IPv4 Interface Address: 221.1.6.1IPv4 Neighbor Address: 221.1.6.2Maximum link bandwidth: 50000Reservable link bandwidth: 50000Unreserved bandwidth:Priority 0: 50000Priority 1: 50000Priority 2: 50000Priority 3: 50000Priority 4: 30000Priority 5: 30000Priority 6: 30000Priority 7: 30000TE default metric: 0Link[3]Neighbor System ID: paris.00Administrative group: 0IPv4 Interface Address: 221.1.4.1IPv4 Neighbor Address: 221.1.4.4Maximum link bandwidth: 0Reservable link bandwidth: 0Unreserved bandwidth:Priority 0: 0Priority 1: 0Priority 2: 0Priority 3: 0Priority 4: 0Priority 5: 0Priority 6: 0Priority 7: 0TE default metric: 0show isis mpls tunnel
- Use to display information about tunnels used in the calculation of IS-IS next hops.
- Field descriptions
- System IdName or system ID of the MPLS tail-end (destination) router
- Tunnel NameName of the MPLS tunnel interface
- NexthopDestination IP address of the MPLS tunnel
- Metric Metric of the MPLS tunnel
- ModeMetric mode, either absolute or relative
host1#show isis mpls tunnelSystem Id Tunnel Name Nexthop Metric Modedakota-router1.00 Tunnel1 2.2.2.2 -3 RelativeTunnel2 2.2.2.2 11 Absolutejersey-router2.00 Tunnel3 3.3.3.3 -1 RelativeTunnel4 3.3.3.3show isis nsf
- Use to display information about the configured and operational settings on the router for IS-IS graceful restart, which is also known as nonstop forwarding (NSF).
- Field descriptions
- Configured Timer ValuesDisplays the following values configured for IS-IS graceful restart on the router, as described in Configuring Graceful Restart:
- Graceful RestartSetting for IS-IS graceful restart on the router: Enabled or Disabled
- T3 TimerMethod by which the restarting router obtains the T3 wait time: Manual or Derive from adjacency
- T3 Timeout ValueMaximum time, in seconds, that the restarting router waits before setting the overload bit to indicate that IS-IS graceful restart has failed
- T2 Timeout ValueMaximum time for IS-IS level 1 routing and level 2 routing, in seconds, that the restarting router waits for the LSP database to synchronize
- T1 Timeout ValueTime interval, in seconds, between IS-IS restart requests sent by the restarting router on this interface to neighboring routers
- T1 Retry CountNumber of times the restarting router resends unacknowledged restart requests on this interface at the specified interval
- Adj. Wait TimeMaximum time, in seconds, that an IS-IS process on the restarting router waits for all interfaces with IS-IS adjacencies to come up before completing the restart process
- Operation Timer ValuesDisplays the following currently remaining timer settings, in seconds, for IS-IS graceful restart during the restart process:
- T3 TimerRemaining time before the restarting router sets the overload bit to indicate that graceful restart has failed
- T2 Timeout ValueRemaining time for level 1 routing and level 2 routing that the restarting router waits for the LSP database to synchronize
- Adj. Wait TimeRemaining time that the restarting router waits for all adjacencies to come up before completing the restart process
- Restart Ack Recv Adj CountNumber of neighboring IS-IS routers for level 1 routing and level 2 routing that have acknowledged the restart requests sent by the router
- LAN If DIS Wait CountNumber of interfaces on which the restarting router is waiting to receive election of the designated intermediate system (DIS)
- Restart CSNP Adj Recv CountNumber of adjacencies for level 1 routing and level 2 routing that have sent complete sequence number PDUs (CSNPs) to provide information about LSP database synchronization
- Local LSP Wait CountNumber of level 1 and level 2 LSPs for which the restarting router is awaiting complete synchronization
host1#show isis nsfConfigured Timer Values-----------------------Graceful Restart : EnabledT3 Timer : ManualT3 Timeout Value : 80T2 Timeout Value : 70(level-1)70(level-2)T1 Timeout Value : 60T1 Retry Count : 3Adj. Wait Time : 30Operation Timer Values----------------------T3 Timer : 0T2 Timeout Value : 0(level-1)0(level-2)Adj. Wait Time : 0Restart Ack Recv Adj Count : 0(level-1)0(level-2)LAN If DIS Wait Count : 0Restart CSNP Adj Recv Count: 0(level-1)0(level-2)Local LSP Wait Count : 0(level-1)0(level-2)show isis spf-log
- WhenAmount of time since a full SPF calculation took place, given in hours:minutes:seconds. The previous 20 calculations are logged.
- DurationNumber of seconds to complete this SPF run. The elapsed time is in actual clock time, not CPU time.
- First Trigger LSPWhenever a full SPF calculation is triggered by a new LSP, the LSP ID is stored in the router
- SpfTypeType of SPF run
- TriggersList of causes that triggered the SPF calculation
host1#show isis spf-logLevel 1 SPF logWhen Duration First Trigger LSP SpfType Triggers00:01:45 0.000 0000.0000.0000.00-00 Full LSP Add00:01:36 0.000 0000.0000.0000.00-00 Full LSP Add00:01:31 0.000 0000.0101.0101.00-00 Full LSP Add00:00:08 0.000 0000.0101.0101.00-00 PRC LSP Sequence UpdateExample 2 host1#show isis spf-log detailLevel 1 SPF logWhen Duration First Trigger LSP SpfType Triggers00:01:53 0.000 0000.0000.0000.00-00 Full LSP AddRTupdt 0.000RtLeak 0.00000:01:44 0.000 0000.0000.0000.00-00 Full LSP AddRTupdt 0.000RtLeak 0.00000:01:39 0.000 0000.0101.0101.00-00 Full LSP AddRTupdt 0.000RtLeak 0.00000:00:16 0.000 0000.0101.0101.00-00 PRC LSP Sequence UpdateRTupdt 0.000RtLeak 0.000show isis summary-addresses
- AddressAggregate addresses advertised by summarization process
- MaskIP subnet masks used for the summary routes
- LevelLevel for which multiple groups of addresses can be summarized
- MetricMetric used to advertise the summary
- StateState of the summary address
- PrefixIPv6 prefix
- TagNumber in the range 14294967295 that identifies the route tag assigned to the IS-IS IPv6 interface
host1#show isis summary-addressesAddress Mask Level Metric State-------- ---------- --------- ------ -------3.0.0.0 255.0.0.0 LEVEL-1 0 ENABLED4.0.0.0 255.0.0.0 LEVEL-1-2 5 ENABLEDExample 2For IS-IS IPv6 addresses host1#show isis summary-addressesPrefix Level Metric Tag State------------ ------------- ---------- ------ -------2008::0/8 LEVEL-2 0 100 ENABLEDshow isis topology
- Use to display the paths to all intermediate systems or specific types of intermediate systems.
- Field descriptions
- System IDName or system ID of the intermediate system
- MetricMetric of the path to the intermediate system
- Next HopDestination IP address of the intermediate system
- InterfaceInterface from which neighbor was learned
- SNPASubnetwork point of attachment; for a LAN circuit, it is the MAC address; not meaningful for a point-to-point circuit.
host1#show isis topology level-1IS-IS paths for level-1 routers-------------------------------System-ID Metric Next Hop Intf SNPA------------- ------ ------------- -------- ----barcelona:vr2 10 barcelona:vr2 at2/0.12undebug isis
- Use to cancel the display of information about a selected event.
- The same IS-IS variables can be designated as in the debug isis command.
- Example
host1#undebug isis adj-packetsThere is no no version. Displaying CLNS
You can display the following information related to the CLNS protocol:
- CLNS information about interfaces
- Information about router adjacencies
- Information about ES and IS neighbors
- Protocol-specific information for each routing process
- Information about CLNS packets
- Global CLNS configurations
You can set a statistics baseline for CLNS using the baseline clns command.
baseline clns
- Use to set a statistics baseline for CLNS.
- The router implements the baseline by reading and storing the statistics at the time the baseline is set and then subtracting this baseline whenever baseline-relative statistics are retrieved.
- Use the optional interface-specifier parameter to specify an interface; otherwise the command sets a baseline for all interfaces.
- You cannot set a baseline for groups of interfaces.
- When baselining is requested, the time since the last baseline was set is displayed in days, hours, minutes, and seconds.
- Use the optional delta keyword with the show clns traffic command to specify that baselined statistics are to be shown.
- Example
host1#show clns traffic detailIS-IS: Baseline last set 0 days, 0 hours, 1 minutes, 41 secondsIS-IS: Corrupted LSPs: 0IS-IS: L1 LSP Database Overloads: 0IS-IS: L2 LSP Database Overloads: 0IS-IS: Area Addresses Dropped: 0IS-IS: Attempts to Exceed Max Sequence: 0IS-IS: Sequence Numbers Skipped: 6IS-IS: Own LSPs Purged: 1IS-IS: System ID Length Mismatches: 0IS-IS: Maximum Area Mismatches: 0Interface: atm2/1.3IS-IS: Baseline last set 0 days, 0 hours, 1 minutes, 43 secondsIS-IS: Protocol PDUs (in/out): 32/36IS-IS: Init Failures: 0IS-IS: Adjacencies Changes: 1IS-IS: Adjacencies Rejected: 0IS-IS: Bad LSPs: 0IS-IS: Level-1 Designated IS Changes: 0IS-IS: Level-2 Designated IS Changes: 0IS-IS: Invalid 9542s: 0host1#baseline clns atm 2/1.3host1#show clns traffic detail deltaIS-IS: Baseline last set 0 days, 0 hours, 2 minutes, 27 secondsIS-IS: Corrupted LSPs: 0IS-IS: L1 LSP Database Overloads: 0IS-IS: L2 LSP Database Overloads: 0IS-IS: Area Addresses Dropped: 0IS-IS: Attempts to Exceed Max Sequence: 0IS-IS: Sequence Numbers Skipped: 6IS-IS: Own LSPs Purged: 1IS-IS: System ID Length Mismatches: 0IS-IS: Maximum Area Mismatches: 0Interface: atm2/1.3IS-IS: Baseline last set 0 days, 0 hours, 0 minutes, 8 secondsIS-IS: Protocol PDUs (in/out): 2/1IS-IS: Init Failures: 0IS-IS: Adjacencies Changes: 0IS-IS: Adjacencies Rejected: 0IS-IS: Bad LSPs: 0IS-IS: Level-1 Designated IS Changes: 0IS-IS: Level-2 Designated IS Changes: 0IS-IS: Invalid 9542s: 0There is no no version. clear isis database
- Use to delete all entries from the IS-IS link-state database, or only the entries associated with the specified neighbor.
- Field descriptions
- LSPIDLSP identifier
- LSP Seq NumSequence number for the LSP. Enables other routers to determine if they have received the latest information from source.
- LSP ChecksumChecksum of the LSP packet
- LSP HoldtimeNumber of seconds that the LSP remains valid
- ATTAttach bit; indicates that the router is a level 2 router and can reach other areas
- PP bit; detects whether intermediate system is capable of area partition repair
- OLOverload bit; determines whether intermediate system is congested
host1#show isis databaseIS-IS Level-1 Link State DatabaseLSPID LSP Seq Num LSP Checksum LSP Holdtime ATT/P/OLrtr1.00-00* 0x00000009 0x568F 1188 0/0/0rtrtwo.00-00 0x00000005 0xEC9B 444 0/0/0IS-IS Level-2 Link State DatabaseLSPID LSP Seq Num LSP Checksum LSP Holdtime ATT/P/OLrtr1.00-00* 0x00000010 0xF630 1193 0/0/0rtrtwo.00-00 0x0000000C 0xF8DA 1188 0/0/0host1#clear isis databasehost1#show isis databaseIS-IS Level-1 Link State DatabaseLSPID LSP Seq Num LSP Checksum LSP Holdtime ATT/P/OLIS-IS Level-2 Link State DatabaseLSPID LSP Seq Num LSP Checksum LSP Holdtime ATT/P/OLThere is no no version. show clns
- Interfaces Enabled for CLNSNumber of interfaces that have the CLNS routing protocol enabled
- Configuration TimerInterval (in seconds) after which the router sends out IS hello packets
- Default Holding TimerLength of time (in seconds) that hello packets are remembered
- Packet LifetimeDefault value used in packets sourced by this router
- Intermediate system operation enabled (forwarding allowed)Indicates whether this router is configured to be an ES or an IS
- IS-IS Level-1-2 RouterShows whether IS-IS is running in this router, gives tag information, and shows whether it is running level 1 or level 1-2
- Routing for AreaISO (NSAP) address for the network
- Distribute domain wide enabledIndicates whether distribute-domain-wide is enabled
- Area AuthenticationDisplays the following fields if area authentication is enabled:
- PSNP/CSNP PDU authentication enabledIndicates whether authentication of level 1 PSNP packets and/or level 1 CSNP packets has been enabled by means of the area-authentication command
- Key-idNumeric identifier for the authentication key
- TypeType of authentication: hmac-md5 or password; an asterisk after the type indicates that the key is active
- Start AcceptDate and time that the router starts accepting packets created with this password
- Start GenerateDate and time that the router starts inserting this password into packets
- Stop AcceptDate and time that the router stops accepting packets created with this password
- Stop GenerateDate and time that the router stops inserting this password into packets
- PSNP/CSNP PDU authentication enabledIndicates whether authentication of level 2 PSNP packets and/or level 1 CSNP packets has been enabled by means of the domain-authentication command
- Key-idNumeric identifier for the authentication key
- TypeType of authentication: hmac-md5 or password; an asterisk after the type indicates that the key is active
- Start AcceptDate and time that the router starts accepting packets created with this password
- Start GenerateDate and time that the router starts inserting this password into packets
- Stop AcceptDate and time that the router stops accepting packets created with this password
- Stop GenerateDate and time that the router stops inserting this password into packets
- Use the es-neighbors keyword to display information for IS-IS end-system adjacencies or the is-neighbors keyword to display information for IS-IS intermediate-system adjacencies. Neighbor entries are sorted according to the area in which they are located. The following fields are displayed when any of these keywords is used:
- System IdSix-byte value of router
- InterfaceInterface on which the router was discovered
- StateAdjacency state, either Up or Init
- UpBelieves that the ES or IS is reachable
- InitRouter is an IS and is waiting for an IS-IS hello message. IS-IS regards the neighbor as not adjacent.
- L1Router adjacency for level 1 routing only
- L1L2Router adjacency for level 1 and level 2 routing
- L2Router adjacency for level 2 only
- PriorityIS-IS priority that the respective neighbor is advertising. The highest-priority neighbor becomes the designated IS-IS router for the interface.
- Circuit IdNeighbor's idea of what the designated IS-IS router is for the interface
- Add the detail keyword to display area addresses and IP addresses.
- Example 1For IS-IS IP configuration
host1#show clnsGlobal CLNS Information:3 Interfaces Enabled for CLNSNET: 47.0005.80FF.F800.0000.0001.0001.0000.0000.3333.00Configuration Timer: 10, Default Holding Timer: 30, Packet Lifetime: 1200Intermediate system operation enabledIS-IS level-1-2 Router: testnetRouting for Area: 47.0005.80FF.F800.0000.0001.0001Distribution domain wide enabledArea Authentication:PSNP PDU authentication enabledKey-id: 1 Type: hmac-md5Start Accept: FRI JAN 14 09:57:41 2000Start Generate: FRI JAN 14 09:59:41 2000Stop Accept: 0Stop Generate: 0Domain Authentication:PSNP PDU authentication enabledCSNP PDU authentication enabledKey-id: 1 Type: hmac-md5*Start Accept: WED JAN 12 19:01:52 2000Start Generate: WED JAN 12 19:03:52 2000Stop Accept: 0Stop Generate: 0Example 2For IS-IS IPv6 configuration host1:2#show clnsGlobal CLNS Information:3 Interfaces Enabled for CLNSNET: 49.0001.0040.0400.4002.00Configuration Timer: 10, Default Holding Timer: 30, Packet Lifetime: 30Intermediate system operation enabledIS-IS level-1-2 Router:Routing for Area: 49.0001Ip route-type bothExample 3For IS-IS adjacencies host1#show clns is-neighborsSystem Id Interface State Type Priority Circuit Id0000.0000.7500 atm2/0.111 up L1L2 127 0000.0000.0000.00Example 4For detailed information on IS-IS adjacencies host1#show clns is-neighbors detailSystem Id Interface State Type Priority Circuit Id0000.0000.7500 atm2/0.111 up L1L2 127 0000.0000.0000.00Area Address(es): 47.0005.80FF.F800.0000.0001.0001Ip Address(es): 172.30.245.33show clns interface
- interfaceStatus of interface
- line protocolStatus of the line protocol, up or down
- ChecksumsStatus of checksum, enabled or disabled
- MTUMaximum transmission size for a packet on this interface
- EncapsulationEncapsulation used by CLNP packets on this interface
- Next ESH/ISHWhen the next ES hello or IS hello is sent on this interface
- Routing ProtocolOne or more areas that this interface is in. In most cases, an interface is in only one area.
- Circuit typeWhether the interface has been configured for local routing (level-1), area routing (level-2), or local and area routing (level-1-2)
- Interface numberNumber of the interface
- local circuit IDLocal circuit ID of the interface
- Authentication Level-1If area authentication is enabled, lists key-id, type of authentication, start and stop accept times, and start and stop generate times for the key. An asterisk after the type indicates the key is active.
- Authentication Level-2If domain authentication is enabled, lists key-id, type of authentication, start and stop accept times, and start and stop generate times for the key. An asterisk after the type indicates the key is active.
- Level 1 and level 2 metricsMetric value for each level
- DIS priorityDIS priority value assigned to the IS-IS router at each level
- PriorityPriority value assigned to the IS-IS router at each level
- Circuit IDCircuit ID of the IS-IS router at each level
- Number of active level 1 and level 2 adjacenciesNumber of adjacencies active at each level
- Designated ISName of the designated IS-IS router at each level
- Next IS-IS LAN level HelloAmount of time (in seconds) before the next IS-IS LAN level 1 or level 2 hello message occurs
- BFDState of BFD for IS-IS, enabled or disabled
- Mesh GroupStatus of the mesh group, Active or Inactive
- LDP-IGP SynchronizationStatus of synchronization, Achieved or Pending; supported only for OSPFv2
- interfaceName of the interface
- stateState of the interface, up or down
- levelConfigured interface level, level-1, level-2, or level-1-2
- DIS(L-1)Level-1 designated intermediate system (DIS) in a multiaccess network
- DIS(L-2)Level-2 designated intermediate system (DIS) in a multiaccess network
- l1/l2 MetricMetric for the interface
host1#show clns interfaceFastEthernet4/1 is up, line protocol is upChecksums Enabled, MTU 1500, Encapsulation SNAPNext ESH/ISH is 5 secondsRouting Protocol: IS-ISCircuit Type: level-1-2Interface number 0x10, local circuit ID 0x1Level-1 Metric: 10, DIS Priority: 0, Priority: 64,Circuit ID: 0000.0000.0000.01Designated IS: Getafix:v2.01 (us)Number of active level-1 adjacencies: 0Level-2 Metric: 10, DIS Priority: 0, Priority: 64,Circuit ID: 0000.0000.0000.01Designated IS: Getafix:v1.01 (Not Us)Number of active level-2 adjacencies: 1Next IS-IS LAN Level-1 Hello in 7 secondsNext IS-IS LAN Level-2 Hello in 6 secondsBFD disabledMesh Group InactiveLDP is configured through LDP autoconfigLDP-IGP Synchronization: AchievedExample 2 host1#show clns interface briefClns Intf brief Table---------------------l1/l2interface state level DIS(L-1) DIS(L-2) Metric--------------- ----- --------- -------------- -------------- ------loopback1 up level-1-2 Point to Point Point to Point 10/10ATM3/1.1 up level-1-2 Point to Point Point to Point 10/10FastEthernet1/1 up level-1-2 nemo:2.03 nemo:2.03 10/103 interfaces up in 3 interfacesshow clns neighbors
- Use to display information about ES and IS neighbors.
- Use the detail keyword to display area addresses, IP addresses, and the ES or IS neighbor's graceful restart capability and restarting state.
- Field descriptions
- System IdSix-byte value of router
- SNPASubnetwork point of attachment, which is the data link address; not meaningful for a point-to-point circuit
- InterfaceInterface the router was learned from
- StateState of the ES or IS
- InitRouter is an IS and is waiting for an IS-IS hello message. IS-IS regards the neighbor as not adjacent.
- UpES or IS is considered reachable
- Holdtime(rem)Remaining number of seconds before this adjacency entry times out
- TypeOne of the following adjacency types:
- ESEnd-system adjacency either discovered by means of the ES-IS protocol or statically configured
- ISRouter adjacency either discovered by means of the ES-IS protocol or statically configured
- L1Router adjacency for level 1 routing only
- L1L2Router adjacency for level 1 and level 2 routing
- L2Router adjacency for level 2 only
- ProtoProtocol through which the adjacency was learned. Valid protocol sources include ES-IS, IS-IS, and Static.
- Area Address(es)Area addresses of the ES or IS
- Ip Address(es)IP addresses of the ES or IS
- Graceful Restart CapableWhether graceful restart is enabled (yes) or disabled (no) on the ES or IS
- Neighbor RestartingWhether the ES or IS is currently restarting: yes or no
- BFD sessionState of any BFD session for this neighbor
host1#show clns neighbors detailSystem Id SNPA Interface State Holdtime(rem) Type Proto1111.1111.1111 A5/0.1 up 30(29) L1L2 IS-ISArea Address(es): 11.1111.1111.1111.1111.1111.1111Ip Address(es): 172.100.11.1Graceful Restart Capable: yesNeighbor Restarting: yesBFD session is not-upExample 2For IS-IS IPv6 configuration host1:2#show clns neighbors detailSystem Id SNPA Interface State Holdtime(rem) Type Protohost1:1 0090.1A41.081A F1/1 up 30(25) L1 IS-ISArea Address(es): 49.0001Ip Address(es): 4.4.4.1Graceful Restart Capable: noNeighbor Restarting: nohost1:3 0090.1A41.081C F1/1 up 30(27) L1 IS-ISArea Address(es): 49.0001Ip Address(es): 4.4.4.3Graceful Restart Capable: noNeighbor Restarting: noshow clns protocol
- IS-IS RouterIS-IS router name
- System IDSix-byte value of router
- IS-TypeRouting level (level 1, level 2, or both) that is enabled on the router
- Manual area addressesConfigured area addresses
- Routing for area address(es)Identified for level 1 routing processes. For level 2 routing processes, lists the domain address.
- Interfaces supported by IS-ISInterfaces and type
- DistanceConfigured distance value
- RedistributingProtocols being redistributed into IS-IS
host1:2#show clns protocolIS-IS Router:System Id: 0040.0400.4002.00 IS-Type: level-1-2Operational State: UpManual area address(es):49.0001Routing for area address(es):49.0001Interfaces supported by IS-IS:loopback1 - IPFastEthernet1/1 - IP,IPv6ATM3/1.1 - IP, IPv6Distance: 115Redistributing:staticshow clns traffic
- Use to display all CLNS packets the router sees.
- Use the optional delta keyword to specify that baselined statistics are to be shown.
- Field descriptions
- IS-IS: Baseline last setTime since the baseline was set
- IS-IS: Corrupted LSPsNumber of LSPs received with errors
- IS-IS: L1 LSP Database OverloadsNumber of overloads in level 1
- IS-IS: L2 LSP Database OverloadsNumber of overloads in level 2
- IS-IS: Area Addresses DroppedNumber of area addresses that the router dropped
- IS-IS: Attempts to Exceed Max SequenceNumber of sequence wraps over maximum
- IS-IS: Sequence Numbers SkippedNumber of LSPs received out of order
- IS-IS: Own LSPs PurgedNumber of LSPs deleted
- IS-IS: Other LSPs PurgedNumber of received LSPs deleted
- IS-IS: System ID Length MismatchesNumber of unmatched system ID lengths
- IS-IS: Maximum Area MismatchesNumber of rejected hellos due to area mismatches
- IS-IS: Area/Domain Authentication FailuresNumber of authentication failures on received level 1 and level 2 LSP/SNPs
- IS-IS: Level-1 LSPs Sent Rcvd DroppedNumber of level 1 LSPs sent, received, and dropped
- IS-IS: Level-2 LSPs Sent Rcvd DroppedNumber of level 2 LSPs sent, received, and dropped
- IS-IS: LSP checksum errors receivedNumber of LSP checksum errors received
- InterfaceIS-IS interface for which details are displayed
- IS-IS: Protocol PDUs (in/out)Number of packets in/out on interface
- IS-IS: Init FailuresNumber of rejected hellos on interface
- IS-IS: Adjacencies ChangesNumber of times adjacencies have transitioned from down to up
- IS-IS: Adjacencies RejectedNumber of times hellos are rejected because of an incompatibility
- IS-IS: Bad LSPsNumber of LSPs received with errors
- IS-IS: Level-1 Designated IS ChangesNumber of times the level 1 designated router has changed
- IS-IS: Level-2 Designated IS ChangesNumber of times the level 2 designated router has changed
- IS-IS: Invalid 9542sNumber of rejected ES hello packets
- IS-IS: Malformed PDUs receivedNumber of malformed packets received
- IS-IS: Authentication FailuresNumber of authentication failures on received level 1 and level 2 hello packets
- When you specify the detail keyword, the output includes the following additional fields that show packet statistics and LSP statistics. The hello, CSNP, and PSNP statistics are shown only when you issue the detail keyword. When the interface is Ethernet, L1 and L2 hello counts are displayed; otherwise the point-to-point hello count is displayed.
- IS-IS: Level-1 Hellos (in/out/dropped)Number of level 1 hellos received, sent, and dropped
- IS-IS: Level-2 Hellos (in/out/dropped)Number of level 2 hellos received, sent, and dropped
- IS-IS: Level-1 CSNPs (in/out)Number of level 1 CSNPs received and sent on the interface
- IS-IS: Level-2 CSNPs (in/out)Number of level 2 CSNPs received and sent on the interface
- IS-IS: Level-1 PSNPs (in/out)Number of level 1 PSNPs received and sent on the interface
- IS-IS: Level-2 PSNPs (in/out)Number of level 2 PSNPs received and sent on the interface
- IS-IS: LSP RetransmissionsNumber of LSPs retransmitted on the interface
host1#show clns trafficIS-IS: Baseline last set 0 days, 21 hours, 12 minutes, 15 secondsIS-IS: Corrupted LSPs: 0IS-IS: L1 LSP Database Overloads: 0IS-IS: L2 LSP Database Overloads: 0IS-IS: Area Addresses Dropped: 0IS-IS: Attempts to Exceed Max Sequence: 0IS-IS: Sequence Numbers Skipped: 5IS-IS: Own LSPs Purged: 0IS-IS: Other LSPs Purged: 0IS-IS: System ID Length Mismatches: 0IS-IS: Maximum Area Mismatches: 0IS-IS: Area/Domain Authentication Failures: 0IS-IS: Level-1 LSPs Sent: 1 Rcvd: 6769 Dropped: 6769IS-IS: Level-2 LSPs Sent: 1 Rcvd: 6769 Dropped: 6769IS-IS: LSP checksum errors received: 0Example 2 host1#show clns traffic fastEthernet 4/0 detailInterface: FastEthernet4/0IS-IS: Baseline last set 5 days, 0 hours, 3 minutes, 31 secondsIS-IS: Protocol PDUs (in/out): 10421/5862IS-IS: Level-1 Hellos (in/out/dropped): 610046/610456/0IS-IS: Level-2 Hellos (in/out/dropped): 610046/610456/0IS-IS: Level-1 CSNPs (in/out): 0/0IS-IS: Level-2 CSNPs (in/out): 0/0IS-IS: Level-1 PSNPs (in/out): 0/0IS-IS: Level-2 PSNPs (in/out): 0/0IS-IS: Init Failures: 0IS-IS: Adjacencies Changes: 1IS-IS: Adjacencies Rejected: 0IS-IS: Bad LSPs: 0IS-IS: LSP Retransmissions: 0IS-IS: Level-1 Designated IS Changes: 1IS-IS: Level-2 Designated IS Changes: 1IS-IS: Invalid 9542s: 0IS-IS: Malformed PDU received: 0IS-IS: Authentication Failures: 0Example 3 host1#show clns traffic detailIS-IS: Baseline last set 5 days, 0 hours, 3 minutes, 31 secondsIS-IS: Corrupted LSPs: 0IS-IS: L1 LSP Database Overloads: 0IS-IS: L2 LSP Database Overloads: 0IS-IS: Area Addresses Dropped: 0IS-IS: Attempts to Exceed Max Sequence: 0IS-IS: Sequence Numbers Skipped: 0IS-IS: Own LSPs Purged: 0IS-IS: Other LSPs Purged: 0IS-IS: System ID Length Mismatches: 0IS-IS: Maximum Area Mismatches: 0IS-IS: Area/Domain Authentication Failures: 0IS-IS: Level-1 LSPs Sent: 1 Rcvd: 6769 Dropped: 6769IS-IS: Level-2 LSPs Sent: 1 Rcvd: 6769 Dropped: 6769IS-IS: LSP checksum errors received: 0Interface: FastEthernet4/0IS-IS: Baseline last set 5 days, 0 hours, 3 minutes, 31 secondsIS-IS: Protocol PDUs (in/out): 10421/5862IS-IS: Level-1 Hellos (in/out/dropped): 610046/610456/0IS-IS: Level-2 Hellos (in/out/dropped): 610046/610456/0IS-IS: Level-1 CSNPs (in/out): 0/0IS-IS: Level-2 CSNPs (in/out): 0/0IS-IS: Level-1 PSNPs (in/out): 0/0IS-IS: Level-2 PSNPs (in/out): 0/0IS-IS: Init Failures: 0IS-IS: Adjacencies Changes: 1IS-IS: Adjacencies Rejected: 0IS-IS: Bad LSPs: 0IS-IS: LSP Retransmissions: 0IS-IS: Level-1 Designated IS Changes: 1IS-IS: Level-2 Designated IS Changes: 1IS-IS: Invalid 9542s: 0IS-IS: Malformed PDU received: 0IS-IS: Authentication Failures: 0Interface: FastEthernet4/1IS-IS: Baseline last set 5 days, 0 hours, 3 minutes, 31 secondsIS-IS: Protocol PDUs (in/out): 10421/5862IS-IS: Level-1 Hellos (in/out/dropped): 609946/610056/0IS-IS: Level-2 Hellos (in/out/dropped): 609946/610056/0IS-IS: Level-1 CSNPs (in/out): 0/0IS-IS: Level-2 CSNPs (in/out): 0/0IS-IS: Level-1 PSNPs (in/out): 0/0IS-IS: Level-2 PSNPs (in/out): 0/0IS-IS: Init Failures: 0IS-IS: Adjacencies Changes: 1IS-IS: Adjacencies Rejected: 0IS-IS: Bad LSPs: 0IS-IS: LSP Retransmissions: 0IS-IS: Level-1 Designated IS Changes: 1IS-IS: Level-2 Designated IS Changes: 1IS-IS: Invalid 9542s: 0IS-IS: Malformed PDU received: 0IS-IS: Authentication Failures: 0