display isis route
Use display isis route to display IS-IS IPv4 routing information.
Syntax
display isis route [ ipv4 [ ip-address mask-length ] ] [ [ level-1 | level-2 ] | verbose ] * [ process-id ]
Views
Any view
Predefined user roles
network-admin
network-operator
mdc-admin
mdc-operator
Parameters
ipv4: Displays IS-IS IPv4 routing information (the default).
ip-address mask-length: Displays IS-IS IPv4 routing information for the specified IP address. The mask-length argument is in the range of 0 to 32.
verbose: Displays detailed IS-IS IPv4 routing information. Without this keyword, the command displays brief IS-IS IPv4 routing information
process-id: Displays IS-IS IPv4 routing information for an IS-IS process specified by its ID in the range of 1 to 65535.
level-1: Displays Level-1 IS-IS routes.
level-2: Displays Level-2 IS-IS routes.
Usage guidelines
If no level is specified, this command displays both Level-1 and Level-2 routing information.
If no IS-IS process ID is specified, this command displays routing information for all IS-IS process IDs.
Examples
# Display brief IS-IS IPv4 routing information.
<Sysname> display isis route Route information for ISIS(1) ----------------------------- Level-1 IPv4 Forwarding Table ----------------------------- IPv4 Destination IntCost ExtCost ExitInterface NextHop Flags ------------------------------------------------------------------------------- 8.8.8.0/24 10 NULL Vlan2 Direct D/L/- 9.9.9.0/24 20 NULL Vlan2 8.8.8.5 R/L/- Flags: D-Direct, R-Added to Rib, L-Advertised in LSPs, U-Up/Down Bit Set Level-2 IPv4 Forwarding Table ----------------------------- IPv4 Destination IntCost ExtCost ExitInterface NextHop Flags ------------------------------------------------------------------------------- 8.8.8.0/24 10 NULL Vlan2 Direct D/L/- 9.9.9.0/24 20 NULL Flags: D-Direct, R-Added to Rib, L-Advertised in LSPs, U-Up/Down Bit Set
Table 60: Command output
Field | Description |
---|---|
Route information for ISIS(1) | Route information for IS-IS process 1. |
ISIS(1) IPv4 Level-1 Forwarding Table | IS-IS IPv4 routing information for Level-1. |
ISIS(1) IPv4 Level-2 Forwarding Table | IS-IS IPv4 routing information for Level-2. |
IPv4 Destination | IPv4 destination address. |
IntCost | Internal cost. |
ExtCost | External cost. |
ExitInterface | Exit interface. |
NextHop | Next hop. |
Flags | Routing state flag:
|
# Display detailed IS-IS IPv4 routing information.
<Sysname> display isis route verbose Route information for ISIS(1) ----------------------------- Level-1 IPv4 Forwarding Table ----------------------------- IPV4 Dest : 8.8.8.0/24 Int. Cost : 10 Ext. Cost : NULL Admin Tag : - Src Count : 2 Flag : D/L/- NextHop : Interface : ExitIndex : Direct Vlan2 0x00000000 IPV4 Dest : 9.9.9.0/24 Int. Cost : 20 Ext. Cost : NULL Admin Tag : - Src Count : 1 Flag : R/L/- NextHop : Interface : ExitIndex : 8.8.8.5 Vlan2 0x00000003 Flags: D-Direct, R-Added to Rib, L-Advertised in LSPs, U-Up/Down Bit Set Level-2 IPv4 Forwarding Table ----------------------------- IPV4 Dest : 8.8.8.0/24 Int. Cost : 10 Ext. Cost : NULL Admin Tag : - Src Count : 2 Flag : D/L/- NextHop : Interface : ExitIndex : Direct Vlan2 0x00000000 IPV4 Dest : 9.9.9.0/24 Int. Cost : 20 Ext. Cost : NULL Admin Tag : - Src Count : 1 Flag : -/-/- Flags: D-Direct, R-Added to Rib, L-Advertised in LSPs, U-Up/Down Bit Set
Table 61: Command output
Field | Description |
---|---|
Route information for ISIS(1) | Route information for IS-IS process 1. |
ISIS(1) IPv4 Level-1 Forwarding Table | IS-IS IPv4 routing information for Level-1. |
ISIS(1) IPv4 Level-2 Forwarding Table | IS-IS IPv4 routing information for Level-2. |
IPV4 Dest | IPv4 destination. |
Int. Cost | Internal cost. |
Ext. Cost | External cost. |
Admin Tag | Tag. |
Src Count | Count of advertising sources. |
Flag | Route state flag:
|
Next Hop | Next hop. |
Interface | Output interface. |
ExitIndex | Index of the output interface. |