display evi isis local-mac

Use display evi isis local-mac to display local MAC address reachability information maintained by EVI IS-IS.

Syntax

display evi isis local-mac { dynamic | static } [ interface tunnel interface-number [ vlan vlan-id ] [ count ] ]

display evi isis local-mac nonadvertised [ interface tunnel interface-number [ vlan vlan-id ] [ count ] ]

Views

Any view

Predefined user roles

network-admin

network-operator

mdc-admin

mdc-operator

Parameters

dynamic: Displays the dynamic MAC addresses for the local site.

nonadvertised: Displays the MAC addresses that cannot be advertised to remote sites, including blackhole MAC addresses, multiport unicast MAC addresses, multicast MAC addresses, and MAC addresses that have been configured by using the evi selective-flooding mac-address command.

static: Displays the static MAC addresses for the local site.

interface tunnel interface-number: Specifies an EVI tunnel interface by its number. If you do not specify an EVI tunnel interface, this command displays local MAC address reachability information that EVI IS-IS maintains for each EVI tunnel interface.

vlan vlan-id: Specifies a VLAN ID in the range of 1 to 4094. If you do not specify a VLAN ID, this command displays local MAC address reachability information for all VLANs.

count: Displays the number of MAC addresses that match the command.

Examples

# Display local dynamic MAC address reachability information that EVI IS-IS has for all EVI tunnel interfaces.

<Sysname> display evi isis local-mac dynamic
Process ID: 0
Tunnel interface: Tunnel0
  VLAN ID: 100
    MAC address: 00aa-00bb-00cc
    MAC address: 00aa-00cc-00bb
    MAC address: 00cc-00aa-00bb
  VLAN ID: 50
    MAC address: 00bb-00aa-00cc
    MAC address: 00bb-00cc-00aa

# Display local non-advertisable MAC address reachability information that EVI IS-IS has for all EVI tunnel interfaces.

<Sysname> display evi isis local-mac nonadvertised
MAC Flags: F-Flooding, B-Blackhole, P-Multiport, M-Multicast
Process ID: 3
  Tunnel interface: Tunnel3
  VLAN ID: 111
    MAC address: 0005-0005-0005
          Flags: F

# Display local static MAC address reachability information that EVI IS-IS has for all EVI tunnel interfaces.

<Sysname> display evi isis local-mac static
Process ID: 0
Tunnel interface: Tunnel0
  VLAN ID: 100
    MAC address: 00aa-00bb-00cc
    MAC address: 00aa-00cc-00bb
    MAC address: 00cc-00aa-00bb
  VLAN ID: 50
    MAC address: 00bb-00aa-00cc
    MAC address: 00bb-00cc-00aa

# Display the number of local dynamic MAC addresses that EVI IS-IS has on Tunnel 0.

<Sysname> display evi isis local-mac dynamic interface tunnel 0 count
5 MAC address(es) found.

Table 4: Command output

Field

Description

Process ID

EVI IS-IS process ID. The ID of an EVI IS-IS process is always the same as the EVI tunnel interface where the EVI IS-IS process is running.

Tunnel interface

EVI tunnel interface where the EVI IS-IS process is running.

VLAN ID

Active extended VLAN on the EVI tunnel interface.

MAC address

MAC addresses in the VLAN.

Flags

Flag of a local non-advertisable MAC address:

  • F—MAC address that has been configured with the evi selective-flooding mac-address command.

  • B—Blackhole MAC address.

  • P—Multiport unicast MAC address.

  • M—Multicast MAC address.

MAC address(es) found

Number of matching MAC addresses.