display spbm unicast-fib statistics

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

Syntax

In standalone mode:

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

In IRF mode:

display spbm unicast-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 unicast 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 unicast FIB statistics for all cards in the IRF fabric. (In IRF mode.)

Examples

# Display SPBM unicast FIB statistics.

<Sysname> display spbm unicast-fib statistics
SPBM unicast FIB basic statistics:
RefreshMsg     : 1           DeleteMsg        : 0
AddUMACNumber  : 1           DeleteUMACNumber : 0
DeleteNotFound : 0           AgeNumber        : 0
DrvAdd         : 1           DrvDelete        : 0
DrvDelRefresh  : 0
SPBM unicast FIB error statistics:
UMACMsgError   : 0           RefreshMsgFail   : 0
DeleteMsgFail  : 0           AddUMACFail      : 0
DrvOtherFail   : 0           DrvDeleteFail    : 0
DrvNoResource  : 0           SynMsgFail       : 0
AllocEntryFail : 0           AllocReDrvMsgFail: 0

Table 25: Command output

Field

Description

RefreshMsg

Number of messages received for refreshing unicast FIB entries.

DeleteMsg

Number of messages received for deleting unicast FIB entries.

AddUMACNumber

Number of unicast B-MACs added to the unicast FIB.

DeleteUMACNumber

Number of unicast B-MACs deleted from the unicast FIB.

DeleteNotFound

Number of failures to find B-MACs to be deleted.

AgeNumber

Number of expired unicast entries.

DrvAdd

Number of unicast entries added to the driver.

DrvDelete

Number of unicast entries deleted from the driver.

DrvDelRefresh

Number of unicast entries deleted because of entry modification.

UMACMsgError

Number of unicast B-MAC error messages.

RefreshMsgFail

Number of failures to process messages for refreshing unicast B-MACs.

DeleteMsgFail

Number of failures to process unicast B-MAC delete messages.

AddUMACFail

Number of failures to add unicast B-MAC entries.

DrvOtherFail

Number of failures to notify the driver to add or update unicast B-MAC entries.

DrvDeleteFail

Number of failures to notify the driver to delete unicast B-MAC entries.

DrvNoResource

Number of failures to issue unicast B-MACs to the driver because of insufficient system resources.

SynMsgFail

Number of messages not synchronized.

AllocEntryFail

Number of memory allocation failures for adding unicast entries.

AllocReDrvMsgFail

Number of memory allocation failures for refreshing unicast entries.