display isis redistribute
Use display isis redistribute to display the redistributed IS-IS routing information.
Syntax
display isis redistribute [ ipv4 [ ip-address mask-length ] ] [ level-1 | level-2 ] [ process-id ]
Views
Any view
Predefined user roles
network-admin
network-operator
Parameters
ipv4: Displays the redistributed IPv4 routing information (the default).
ip-address mask-length: Specifies the destination IP address and mask length.
process-id: Specifies the IS-IS process by its ID in the range of 1 to 65535.
level-1: Displays the IS-IS Level-1 routing information.
level-2: Displays the IS-IS Level-2 routing information.
Usage guidelines
If you do not specify an IS-IS level, this command displays both Level-1 and Level-2 routing information.
Examples
# Display redistributed IPv4 routing information.
<Sysname> display isis redistribute 1 Route information for IS-IS(1) ------------------------------ Level-1 IPv4 Redistribute Table -------------------------------- Type IPv4 Destination IntCost ExtCost Tag State -------------------------------------------------------------------------------- D 192.168.30.0/24 0 0 Active D 11.11.11.11/32 0 0 D 10.10.10.0/24 0 0
Table 75: Command output
Field | Description |
---|---|
Route information for IS-IS(1) | IS-IS process of the redistributed routing information. |
Level-1 IPv4 Redistribute Table | Redistributed IPv4 routing information of IS-IS Level-1. |
Level-2 IPv4 Redistribute Table | Redistributed IPv4 routing information of IS-IS Level-2. |
Type | Redistributed route type. |
IPV4 Destination | IPv4 destination address. |
IntCost | Internal cost of the route. |
ExtCost | External cost of the route. |
Tag | Tag value. |
State | Indicates whether the route is valid. |