Strange Routing problem !!! [7:26196]

2001-11-14 Thread Hamid
Hi , I want to make a policy routing on one of Interfaces, and I have defined a route-map for it:( IP addresses are changed) ! route-map TEST permit 2 match ip address 133 set interface tunnel 0 ! access-list 133 permit ip 192.168.100.0 0.0.0.255 any access-list 134 deny ip 192.168.100.0

Re: Strange Routing problem !!! [7:26196]

2001-11-14 Thread Richard Newman
Hamid, Are you sourcing your traffic from the router? By default any traffic sourced from the router will not be policy routed. You need to add a IP LOCAL POLICY ROUTE-MAP routemap. Hope this helps. -Richard Newman ""Hamid"" wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Hi

Re: Strange Routing problem !!! [7:26196]

2001-11-14 Thread Hamid
Richard NO, the traffic generated by the router is not in mind. I am taliking about a couple of hosts located in a VLAN. ""Richard Newman"" wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Hamid, > Are you sourcing your traffic from the router? By default any traffic > sourced fro

Re: Strange Routing problem !!! [7:26196]

2001-11-14 Thread Richard Newman
Hamid, Try adding your route-map to the main FastEthernet0/0 as well as the sub interface. -Richard ""Hamid"" wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Hi , > > I want to make a policy routing on one of Interfaces, and I have defined a > route-map for it:( IP addresses ar