Reference Guide

1 View IPv4 or IPv6 PBR policy information in EXEC mode.
show {ip | ipv6} policy name
2 View the current PBR statistics in EXEC mode.
show route-map map-name pbr-statistics
3 Clear all policy statistics information in EXEC mode.
clear route-map map-name pbr-statistics
Verify IPv4 PBR conguration
OS10# show ip policy abc
Interface Route-map
-----------------------
ethernet1/1/1 abc
ethernet1/1/3 abc
vlan100 abc
Verify IPv6 PBR conguration
OS10# show ipv6 policy abc
Interface Route-map
-------------------------
ethernet1/1/1 abc
ethernet1/1/3 abc
vlan100 abc
show route-map pbr-sample pbr-statistics
route-map pbr-sample, permit, sequence 10
Policy routing matches: 84 packets
PBR commands
clear route-map pbr-statistics
Clears all PBR counters.
Syntax
clear route-map [map-name] pbr-statistics
Parameters map-name—Enter the name of a congured route-map (up to 140 characters).
Defaults None
Command Mode EXEC
Usage Information Use the clear route-map pbr-statistics command to clear all PBR counters.
Example
OS10# clear route-map map1 pbr-statistics
Supported Releases 10.3.0E or later
match address
Matches the access-list to the route-map.
Syntax
match {ip | ipv6} address [name]
Parameters name—Enter the name of an access-list (up to 140 characters).
Defaults Not congured
Layer 3 317