C613-50170-01 Rev B
Command Reference for x510 Series
1176
AlliedWare Plus™ Operating System - Version 5.4.7-1.x
R
OUTE
M
AP
C
OMMANDS
MATCH
IP
NEXT
-
HOP
•
RIP routes.
Examples
To add entry
3
to the route map called
rmap1
, which will process routes whose
next hop matches the ACL called
mylist
, use the commands:
awplus#
configure terminal
awplus(config)#
route-map rmap1 permit 3
awplus(config-route-map)#
match ip next-hop mylist
To add entry
3
to the route map called
mymap
, which will process routes whose
next hop matches the prefix list called
list1
, use the commands:
awplus#
configure terminal
awplus(config)#
route-map mymap permit 3
awplus(config-route-map)#
match ip next-hop prefix-list list1
Related
Commands
access-list (extended numbered)