12-30-2020 04:07 AM
So i was trying out a scenario for route maps and setting next hop for two pcs. pc 1 can only telnet R5. but its able to telnet both routers. R4/R5 have a default route point to R3. all configs are from R3. what am i doing wrong
12-30-2020 04:20 AM
can you post complete config of R3
but its able to telnet both routers. R4/R5 - i think i take this as PC2 ?
12-30-2020 05:12 AM
Hello,
how do you telnet from VPCS to the Cisco, with 'rlogin' ? I don't get that to work at all. ICMP shows policy matches in the PBR.
12-30-2020 05:43 AM
Hello
Change your PBR access-list to just include PC1 for telnet
no route-map R1
no ip access-list extended Client1
ip access-list extended Client1
permit tcp host 192.168.1.20 host 201.1.1.2 eq telnet
route-map R1 permit 10
match ip address Client1
set interface null 0
route-map R1 permit 99
12-30-2020 06:36 AM
Hello,
to check if the PBR is working at all, configure 'debug ip policy' on R3, then TELNET from the client, and post the output.
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