clear ip mfib counters
To clear all the active IPv4 Multicast Forwarding Information Base (MFIB) traffic counters, use the clear ip mfib counters command in privileged EXEC mode.
clear ip mfib [ global | vrf *] counters [ group-address] [ hostname | source-address]
Syntax Description
global |
(Optional) Resets the IP MFIB cache to the global default configuration. |
vrf * |
(Optional) Clears the IP MFIB cache for all VPN routing and forwarding instances. |
group-address |
(Optional) Limits the active MFIB traffic counters to the indicated group address. |
hostname |
(Optional) Limits the active MFIB traffic counters to the indicated host name. |
source-address |
(Optional) Limits the active MFIB traffic counters to the indicated source address. |
Command Default
None
Command Modes
Privileged EXEC (#)
Command History
Release |
Modification |
---|---|
Cisco IOS XE Everest 16.5.1a |
This command was introduced. |
Examples
The following example shows how to reset all the active MFIB traffic counters for all the multicast tables:
Device# clear ip mfib counters
The following example shows how to reset the IP MFIB cache counters to the global default configuration:
Device# clear ip mfib global counters
The following example shows how to clear the IP MFIB cache for all the VPN routing and forwarding instances:
Device# clear ip mfib vrf * counters