set ip next-hop vrf ???
CheesyBread
Member Posts: 99 ■■□□□□□□□□
in CCNP
Hey guys,
Is the set ip next-hop recursive option the only way to make a policy map VRF aware? It seems funny to me that it's not in the standard set ip next-hop yet it can be found when using recursive. Perhaps I dont understand what recursive means in this context?
EX:
route-map route_QOS_AR0_track, permit, sequence 10
Match clauses:
ip address (access-lists): match_EF_policy
Set clauses:
ip next-hop verify-availability 18.206.206.2 10 track 135 [up]
ip next-hop recursive vrf QOS_test 18.1.1.3
Is the set ip next-hop recursive option the only way to make a policy map VRF aware? It seems funny to me that it's not in the standard set ip next-hop yet it can be found when using recursive. Perhaps I dont understand what recursive means in this context?
EX:
route-map route_QOS_AR0_track, permit, sequence 10
Match clauses:
ip address (access-lists): match_EF_policy
Set clauses:
ip next-hop verify-availability 18.206.206.2 10 track 135 [up]
ip next-hop recursive vrf QOS_test 18.1.1.3
Comments
-
networker050184 Mod Posts: 11,962 ModHave you tried 'set ip vrf <vrf name> next-hop'?An expert is a man who has made all the mistakes which can be made.
-
CheesyBread Member Posts: 99 ■■□□□□□□□□Yes there it is. I guess I just found it used differently under recursive and got confused.