09-21-2009 05:22 PM - edited 03-06-2019 07:49 AM
Hi there,
We're trying to re-direct traffic between 2 subnets to a portchannel interface. The configuration is straight forward, 2 physical layer 3 interfaces combined a layer 3 portchannel on a 6509E. refer to the attachment.
We tested it using traceroute, traffic is being matched by the route-map but it's not sent to the right next hop -172.16.0.161! Any clues?
Cheers,
Daniel
Solved! Go to Solution.
09-22-2009 01:43 AM
Hello Daniel,
in your PBR route-map you have used:
ip default next-hop 172.16.0.161
you should have used
set ip next-hop 172.16.0.161
otherwise normal routing table is used first when the default option is inserted.
if you want traffic to be redirected when next-hop is available you need to use set ip next-hop 172.16.0.161
Hope to help
Giuseppe
09-22-2009 12:04 AM
HI daniel,
PBR supports vary a lot from switches to switches. What switches type and software do you have ?
Also I notice your pbr next-hop is not directly connected ? Did you try with directly connected next-hop ?
Which route do you use to reach your next-hop ?
Roland
09-22-2009 04:16 AM
Hi Roland,
All switches are 6509E's, running s72033-ipservices_wan-mz.122-33.SXI2.bin.
The next hop is directly connected. Local Po6 ip address is 172.16.0.162, and remote's ip address is 172.16.0.161.
Daniel
09-22-2009 01:43 AM
Hello Daniel,
in your PBR route-map you have used:
ip default next-hop 172.16.0.161
you should have used
set ip next-hop 172.16.0.161
otherwise normal routing table is used first when the default option is inserted.
if you want traffic to be redirected when next-hop is available you need to use set ip next-hop 172.16.0.161
Hope to help
Giuseppe
09-22-2009 04:29 AM
Hi Giuseppe,
I just CAN'T believe it... I looked into my configuration tens of time to not realize of this error.
I'm totally aware of the difference between ip default next-hop and ip next-hop but I never saw it!!
Thanks for your detailed eye ;)
Daniel
Ps: will modify the config, test it and let you know in case it didn't work; though I don't believe it would be the case.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide