Monday, February 8, 2010

Policy Routing

interface Vlan500
ip address 10.17.17.1 255.255.255.0
ip policy route-map test
!
interface Vlan600
ip address 10.16.16.1 255.255.255.0
ip policy route-map test

route-map test permit 10
match interface Vlan500 Vlan600
set ip next-hop xx.xx.xx.x

Policy routing does not affect the packets originated by the router.

You need to add the following command in the global configuration mode to test it from the router

(config)#ip local policy route-map test

No comments:

Post a Comment

Turn off pop notifications in chrome browser from major news outlets

 On Chrome browser, go to settings select privacy and security select site settings select Java Script Select Don't allow sites to use J...