cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
853
Views
5
Helpful
4
Replies

SIMPLE ROUTE MAP/NEXT HOP NOT WORKING

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 4.PNG1.PNG

2.PNG3.PNG

4 Replies 4

balaji.bandi
Hall of Fame
Hall of Fame

can you post complete config of R3

 

but its able to telnet both routers. R4/R5  - i think i take this as PC2 ?

BB

***** Rate All Helpful Responses *****

How to Ask The Cisco Community for Help

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.

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


Please rate and mark as an accepted solution if you have found any of the information provided useful.
This then could assist others on these forums to find a valuable answer and broadens the community’s global network.

Kind Regards
Paul

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.