I am attempting some policy based routing on a 3560 switch. I am trying to send all traffic destined for a specific host to a certain next hop. here are the steps that I followed:
1. created an acl: access-list 131 permit ip any host x.x.x.x
2. created the route map:
route-map nameofthemap permit 10
match ip address 131
set ip next-hop 10.x.x.x
3. apply it to an interface:
int vlan 160
ip policy route-map nameofthemap
at this point is where I have the issue. the command executes without error, but when I do a show interface on the vlan, I don't see the command. Also, testing is showing that the PBR isn't working at all. I attempted to apply it to 2 diff. vlan interfaces.
any help would be appreciated.
Zane D.
Systems Admin
1. created an acl: access-list 131 permit ip any host x.x.x.x
2. created the route map:
route-map nameofthemap permit 10
match ip address 131
set ip next-hop 10.x.x.x
3. apply it to an interface:
int vlan 160
ip policy route-map nameofthemap
at this point is where I have the issue. the command executes without error, but when I do a show interface on the vlan, I don't see the command. Also, testing is showing that the PBR isn't working at all. I attempted to apply it to 2 diff. vlan interfaces.
any help would be appreciated.
Zane D.
Systems Admin