12-27-2012 09:47 PM - edited 03-04-2019 06:31 PM
Hi everyone,
I have seem below configuration from a CCIE RS note but couldn't figure it out, can somebody help to explain a bit?
CONFIG-SET: Local Policy Routing for Local Router traffic to "RE-ENTER" the router
+-----------------------------------------------------
| ip access-list extended LOCAL_TRAFFIC
| permit tcp any any eq 23 - Match locally generated telnet traffic
| !
| route-map LOCAL_POLICY 10
| match ip address LOCAL_TRAFFIC - Redirect local telnet traffic via the loopback interface
| set interface Loopback0 - Traffic sent to loopback interface re-enters the router
| !
| interface Loopback0
| ip address 150.1.6.6 255.255.255.50
| !
| ip local policy route-map LOCAL_POLICY - Apply the policy for router generated traffic
If I understand correctly, set interface will set the output interface(for outgoing telnet traffic in this case), then what's the effect of setting a loopback interface to output this traffic, I mean there is nothing connecting back to the loopback interface, right?
TIA.
Regards
Yao
Solved! Go to Solution.
12-27-2012 10:59 PM
Hi,
Let's suppose you have an outbound ACL or a reflexive ACL or CBAC, none of these will take care of traffic generated by the router so you can use this trick,this way the traffic will be considered as transit traffic and it will be taken care of by the previous technologies.
Regards.
Alain
Don't forget to rate helpful posts.
12-27-2012 10:59 PM
Hi,
Let's suppose you have an outbound ACL or a reflexive ACL or CBAC, none of these will take care of traffic generated by the router so you can use this trick,this way the traffic will be considered as transit traffic and it will be taken care of by the previous technologies.
Regards.
Alain
Don't forget to rate helpful posts.
12-31-2012 07:40 PM
Thanks a lot, Alain.
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