display trill fib

Use display trill fib to display the TRILL FIB.

Syntax

display trill fib [ count | nickname nickname ]

Views

Any view

Predefined user roles

network-admin

network-operator

mdc-admin

mdc-operator

Parameters

count: Displays the number of entries.

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

Examples

# Display all entries in the TRILL FIB.

<Sysname> display trill fib
Flags: T-Transit, E-Egress
Destination   HopCount   NextHop   Interface                  Flags
0xfa1b        63         N/A       N/A                        E
0x899b        63         0x2a5c    XGE1/0/1                   T

# Display the number of entries in the TRILL FIB.

<Sysname> display trill fib count
Total number of TRILL FIB destinations: 1
Total number of TRILL FIB entries: 2

Table 3: Command output

Field

Description

Destination

Nickname of the destination RB.

HopCount

Number of hops to the destination RB.

NextHop

Nickname of the next hop RB.

Interface

Outgoing port of frames.

Total number of TRILL FIB destinations

Number of destination RBs in the TRILL FIB.

Total number of TRILL FIB entries

Number of entries in the TRILL FIB.