C613-50631-01 Rev A Command Reference for IE340 Series 1612
AlliedWare Plus™ Operating System - Version 5.5.3-0.x
ROUTE MAP COMMANDS
MATCH
IP NEXT-HOP
• routes in BGP update messages
•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)
access-list (standard numbered)
ip prefix-list
route-map
show ip access-list
show ip prefix-list
show route-map