Statistics may be enabled for a specific bridge domain.
Note
By default statistics are disabled on bridge domains. After enablement, statistics should be disabled when no longer needed because the collection of statistical information has a heavy impact on data traffic.device# configure terminal
device(config)# bridge-domain 3
device(config-bridge-domain-3)# statistics
Note
When statistics are no longer needed, use the no statistics command to disable statistics on the bridge domain.The following example shows how to enable statistics on bridge domain 3.
device# configure terminal device(config)# bridge-domain 3 device(config-bridge-domain-3)# statistics
The following example shows how to disable statistics on bridge domain 3.
device# configure terminal device(config)# bridge-domain 3 device(config-bridge-domain-3)# no statistics