display trill mfib transit

Use display trill mfib transit to display the information about egress entries in the TRILL MFIB.

Syntax

display trill mfib transit [ nickname nickname [ prune-entry | rpf-entry | vlan vlan-id [ mac mac-address ] ] ]

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 0xFFFE. If no RB is specified, the command displays information about all RBs.

prune-entry: Displays information about pruned entries. If this keyword is not specified, the command displays information about all entries.

rpf-entry: Displays information about RPF entries. If this keyword is not specified, the command displays information about all entries.

vlan vsan-id: Displays the information in the VLAN specified by its VLAN ID. The vlan-id argument is in the range of 1 to 4094. If no VLAN is specified, the command displays information about all VLANs.

mac mac-address: Displays information about a specified MAC address. If no MAC address is specified, the command displays information about all MAC addresses.

Examples

# Display all egress entries in the TRILL MFIB.

<Sysname> display trill mfib transit
======================================================================
Transit type: RPF entry
  RootNickName: 0x5092
  InNickName: 0x5092
  Port: XGE1/0/1
======================================================================
Transit type: RB entry
  RootNickName: 0x5092
  Flag: Egress/Transit
  Ports:
    XGE1/0/1
======================================================================
Transit type: VLAN RB entry
  RootNickName: 0x5092
  VLAN ID: 1
  Flag: Egress/Transit
  Ports:
    XGE1/0/1

Table 8: Command output

Field

Description

Transit type

Type of egress entries:

  • RB entry.

  • RPF entry.

  • VLAN RB entry—RB entries of the specified VLAN.

  • MAC VLAN RB entry—RB entries of the specified VLAN and MAC address.

RootNickName

Nickname of the root bridge.

InNickName

Nickname of the ingress RB of the entry.

VLAN ID

VLAN ID of the entry.

MAC address

MAC address of the entry.

Flag

Entry type:

  • Egress—Egress entries.

  • Transit—Transit entries.

  • Egress/Transit—Both transit and egress entries.

Port/Ports

Ports of the entry.