display spbm unicast-fib statistics

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

Syntax

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

Views

Any view

Predefined user roles

network-admin

network-operator

Parameters

slot slot-number: Specifies an IRF member device by its member ID. If you do not specify an IRF member device, the command displays unicast FIB statistics for all IRF member devices.

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 27: 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 system resources insufficiency.

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.