clear counters route-map

Clears the counters of the specified or all configured route-maps.

Syntax

clear counters route-map [ ROUTE_MAP_NAME | all ]
clear counters ip access-list [ ACL_NAME | all ] route-map [ ROUTE_MAP_NAME | all ]
clear counters ipv6 access-list [ ACL_NAME | all ] route-map [ ROUTE_MAP_NAME | all ]
clear counters mac access-list [ ACL_NAME | all ] route-map [ ROUTE_MAP_NAME | all ]

Parameters

ACL_NAME
Specifies the name of the access-list.
ROUTE_MAP_NAME
Specifies the name of the route-map.
all
Specifies counters information for all access-lists or route-maps.
ip
Specifies the IPv4 access-list.
ipv6
Specifies the IPv6 access-list.
mac
Specifies the MAC access-list.

Modes

Exec mode

Examples

The following examples clears counters for route-maps.

device# clear counters route-map all 

device# clear counters route-map all ip access-list ipv4Acl 

device# clear counters ip access-list v4-acl route-map r1 

device# clear counters ipv6 access-list v4-acl route-map all