display spbm multicast-fib statistics

Use display spbm multicast-fib statistics to display SPBM multicast FIB statistics.

Syntax

In standalone mode:

display spbm multicast-fib statistics [ slot slot-number ]

In IRF mode:

display spbm multicast-fib statistics [ chassis chassis-number slot slot-number ]

Views

Any view

Predefined user roles

network-admin

network-operator

Parameters

slot slot-number: Specifies a card by its slot number. If you do not specify a slot, the command displays multicast FIB statistics for all cards. (In standalone mode.)

chassis chassis-number slot slot-number: Specifies a card on an IRF member device. The chassis-number argument represents the member ID of the IRF member device. The slot-number argument represents the slot number of the card. If you do not specify a slot, the command displays multicast FIB statistics for all cards in the IRF fabric. (In IRF mode.)

Examples

# Display all SPBM multicast FIB statistics.

<Sysname> display spbm multicast-fib statistics
SPBM multicast FIB basic statistics:
RefreshMsg      : 0           DeleteMsg        : 0
AddIfMsg        : 1           DeleteIfMsg      : 0
AddMMACNumber   : 1           DeleteMMACNumber : 0
DeleteNotFound  : 0           AgeNumber        : 0
DrvAdd          : 1           DrvDelete        : 0
DrvAddIf        : 0           DrvDeleteIf      : 0
DrvModifyFlag   : 0
SPBM multicast FIB error statistics:
MMACMsgError    : 0           RefreshMsgFail   : 0
DeleteMsgFail   : 0           AddIfMsgFail     : 0
DeleteIfMsgFail : 0           AddMMACFail      : 0
DrvOtherFail    : 0           DrvDeleteFail    : 0
DrvNoResource   : 0           SynMsgFail       : 0
AllocEntryFail  : 0           AllocReDrvMsgFail: 0
AllocDrvMsgFail : 0

Table 19: Command output

Field

Description

RefreshMsg

Number of messages for refreshing multicast FIB entries.

DeleteMsg

Number of messages for deleting multicast FIB entries.

AddIfMsg

Number of messages for adding outgoing interfaces.

DeleteIfMsg

Number of messages for deleting outgoing interfaces.

AddMMACNumber

Number of multicast addresses added to the multicast FIB.

DeleteMMACNumber

Number of multicast addresses deleted from the multicast FIB.

DeleteNotFound

Number of failures to find multicast addresses to be deleted.

AgeNumber

Number of expired entries.

DrvAdd

Number of multicast entries added to the driver.

DrvDelete

Number of multicast entries deleted from the driver.

DrvAddIf

Number of outgoing interfaces added to the driver.

DrvDeleteIf

Number of outgoing interfaces deleted from the driver.

DrvModifyFlag

Number of times the driver modified the forwarding state.

MMACMsgError

Number of entry message errors.

RefreshMsgFail

Number of failures to process multicast B-MAC refresh messages.

DeleteMsgFail

Number of failures to process messages about deleting multicast addresses.

AddIfMsgFail

Number of failures to process messages about adding outgoing interfaces.

DeleteIfMsgFail

Number of failures to process messages about deleting outgoing interfaces.

AddMMACFail

Number of failures to add multicast addresses.

DrvOtherFail

Number of failures to process forwarding state messages.

DrvDeleteFail

Number of failures to notify the driver to delete multicast addresses.

DrvNoResource

Number of failures to issue multicast addresses to the driver because of insufficient system resources.

SynMsgFail

Number of failures to synchronize information to the driver.

AllocEntryFail

Number of memory allocation failures for multicast FIB entries.

AllocReDrvMsgFail

Number of memory allocation failures for refreshing multicast entries to the driver.

AllocDrvMsgFail

Number of memory allocation failures for issuing multicast entries to the driver.