display trill unicast-route

Use display trill unicast-route to display the TRILL unicast routing table.

Syntax

display trill unicast-route [ nickname nickname ] [ verbose ]

Views

Any view

Predefined user roles

network-admin

network-operator

mdc-admin

mdc-operator

Parameters

nickname nickname: Displays information about the RB specified by its nickname. The nickname is a hexadecimal number in the range of 0x1 to 0xFFBF. If no RB is specified, the command displays information about all RBs.

verbose: Displays detailed information. If this keyword is not specified, the command displays brief information.

Examples

# Display brief information about all entries in the TRILL unicast routing table.

<Sysname> display trill unicast-route
Destination    Interface                NextHop
-----------------------------------------------
0xfa1b         N/A                      N/A
0x899b         XGE1/0/1                   Direct

# Display detailed information about all entries in the TRILL unicast routing table.

<Sysname> display trill unicast-route verbose
Destination: 0xfa1b
NextHop count: 0             Neighbor ID: 0x0000

Destination: 0x899b
NextHop count: 1               Neighbor ID: 0x0101
Interface: XGE1/0/1            NextHop: Direct

Table 13: Command output

Field

Description

Destination

Nickname of the destination RB.

Interface

Outgoing port.

NextHop

Nickname of the next hop RB.

NextHop count

Number of next hops.

Neighbor ID

ID of the neighbor associated with the next hop.