display trill fib

Use display trill fib to display TRILL FIB table information.

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: Specifies an RB by its nickname, a hexadecimal number in the range of 1 to fffe.

Usage guidelines

If you do not specify any parameters, this command displays all TRILL FIB entries.

Examples

# Display all TRILL FIB entries.

<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 total number of TRILL FIB entries.

<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 table.

Total number of TRILL FIB entries

Number of entries in the TRILL FIB table.