Users Guide

Table Of Contents
PBR
route-map TEST-RM permit 10
match ip address TEST-ACL
set ip next-hop 10.0.40.235
ip policy route-map TEST-RM
route-map TEST-RM deny 5 TEST-ACL-DENY ACL PBR
使route-map TEST-RM permit 10 TEST-ACL ACL 便 PBR
TEST-ACL ACL 10.0.40.235
PBR
使 show configuration
OS10(conf-if-vl-40)# show configuration
!
interface vlan40
no shutdown
ip policy route-map test
使 show route-map
OS10(config)# do show route-map
route-map map1, permit, sequence 10
Match clauses:
ipv6 address (access-lists): acl1
Set clauses:
ipv6 vrf {vrf-name} next-hop 5555::5556
OS10(conf-if-vl-40)# do show route-map
route-map test, permit, sequence 10
Match clauses:
ip address (access-lists): acl1
Set clauses:
ip next-hop 1.1.1.1 track-id 200
OS10(conf-if-vl-40)# do show route-map test
route-map test, permit, sequence 10
Match clauses:
ip address (access-lists): acl1
Set clauses:
ip vrf red next-hop 1.1.1.1 track-id 200
!
PBR
clear route-map pbr-statistics
PBR
clear route-map [map-name] pbr-statistics
map-name 140
EXEC
使
660 3