display irf topology

Use display irf topology to display IRF fabric topology information, including the member IDs, IRF port state, adjacencies of IRF ports, and CPU MAC address of the master.

Syntax

display irf topology

Views

Any view

Predefined user roles

network-admin

network-operator

Examples

# Display the IRF fabric topology.

<Sysname> display irf topology
                           Topology Info
 -------------------------------------------------------------------------
               IRF-Port1                  IRF-Port2
 MemberID   Link        neighbor      Link        neighbor     Belong To
 1          DOWN        --            UP          2            00e0-fc0f-8c02
 2          UP          1             UP          3            00e0-fc0f-8c02
 3          UP          2             DIS         --           00e0-fc0f-8c02

Table 4: Command output

Field

Description

IRF-Port1

Information about IRF-port 1, including its link state and neighbor.

IRF-Port2

Information about IRF-port 2, including its link state and neighbor.

MemberID

IRF member ID.

Link

Link state of the IRF port:

  • UP—The IRF link is up.

  • DOWN—The IRF link is down because the port has no physical link or has not been activated by the irf-port-configuration active command.

  • DIS—No physical interfaces have been bound to the IRF port. To bind a physical interface to the IRF port, use the port group interface command.

  • TIMEOUT—IRF hello interval has timed out.

neighbor

IRF member ID of the device connected to the IRF port.

If no device is connected to the port, this field displays two hyphens (--).

Belong To

IRF fabric that has the device, represented by the CPU MAC address of the master in the IRF fabric.

Related commands