cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
233
Views
0
Helpful
1
Replies

Policy Routing Qns

leowchongwei
Level 1
Level 1

Was reading this example and got a qns here...

Routers configuration :

interface Serial 2

ip address 172.16.1.2 255.255.255.0

ip policy route-map test

route-map test permit 10

match ip address 1

set ip next-hop 172.17.1.2

exit

access-list 1 permit 192.168.2.1 0.0.0.0

The book's explaination : Access list 1 specifies that packets with a source address of 192.168.2.1 will be policy routed. Packets that match access list 1 will be sent to next hop 172.17.1.2. All other packets are forwarded normally according to their destination address. (Recall that access lists have an implicit deny any at the end, so no other packets will be permitted by access list 1.)

My Qns : So in the end, only packets from 192.168.2.1 will be policy routed right? Are other packets allowed to route as per normal or they are dropped?

1 Reply 1

tbaranski
Level 4
Level 4

They're routed normally.