Chapter 16: Dynamic Routing Protocols
STANDARD Revision 1.0
C4® CMTS Release 8.3 User Guide
© 2016 ARRIS Enterprises LLC. All Rights Reserved.
554
Purpose
CLI Command
Specifies the IP address of the adjacent next-hop router in the
path toward the packet's destination.
configure route-map-policy my_route_map permit 10 set ip next-hop
10.69.1.1
Provisions a backup next-hop IP address.
configure route-map-policy my_route_map permit 10 set ip backup-next-
hop 10.69.2.1
Provisions an IP null interface for packets that you wish to
drop.
configure route-map-policy my_route_map permit 10 set ip interface null
0
Apply the route map to a cable mac.
configure interface cable-mac 1.1 ip policy route-map-policy
my_route_map
Clears the counters that pertain to the specified route map.
If no route map is specified, the second command clears
counters for all route maps.
clear route-map-policy counters my_route_map
clear route-map-policy counters
Displays the match and set clauses for each sequence entry of
each route map. It also displays matching packet and byte
counts and failed packets and byte counts for each map entry.
show route-map-policy
Displays interfaces for which PBR is enabled and the route
maps that are assigned to each of those interfaces.
show ip policy
Displays address, VRF, protocol, and policy configuration for
the specified interface.
show ip interface cable-mac 1.1
Examples showing the use of various PBR CLI commands:
configure access-list 199 permit tcp any eq 3918 any
configure access-list 199 permit tcp any eq 2126 any
configure route-map-policy pbrlocal permit match ip address 199
configure route-map-policy pbrlocal set ip precedence critical
configure route-map-policy pbrlocal set ip next-hop 10.63.0.1
configure route-map-policy pbrlocal set ip backup-next-hop 10.63.128.1
configure ip local policy route-map-policy pbrlocal
PBR Script Setup – Apply Route Map
This sample script applies a route map named testroutemap to interface cable-mac 1. If the packets entering the C4/c
CMTS from interface cable-mac 1 match ACL 155, they are sent to the interface connected to a router with the IP address
67.59.234.169.