[c-nsp] 4503 route-map problem

Oliver Boehmer (oboehmer) oboehmer at cisco.com
Wed May 23 05:07:28 EDT 2007


gokhan senol <> wrote on Wednesday, May 23, 2007 9:05 AM:

> hi
> i have two 4503 switches that connected eachother via wireless.
> both side has their internet connection. but side A has metro
> ethernet and what i wanna do is that divert sideB's http traffic to
> metroE on side A for that reason i made the config below on sideB 
> 10.1.1.101 is a  JuniperFirewall which terminates metroE connection
> on sideA 
> other traffic which is not http should go out from sideB's internet
> connection. 
> 
> vlan 20  >> 10.0.1.0
> vlan 10  >>  10.1.0.0
> 
>[...]
> what the problem can be.  which parameters should i check
> thansk a lot

[...]
> route-map traffic permit 10
>  match ip address 111
>  set ip next-hop 10.1.1.101  (fw  on sideA)
>
> ip route 0.0.0.0 0.0.0.0 10.0.1.101 (fw on sideB)
> ip route 10.1.0.0 255.255.252.0 192.168.100.1

Is your next-hop directly connected? Please use a directly connected
next-hop, and please use "set ip default next-hop" as a default-route is
involved (see http://www.cisco.com/warp/public/105/pbr_cmds_ce.html).

	oli


More information about the cisco-nsp mailing list