This would be a good case of making it work before adding the other
commands, and then knowing why you're doing it.  Hence, I'd ask these
questions:

1.  How can 1.1.1.1 and 2.2.2.x/24 be in the same VLAN/subnet unless one is
a secondary off the high-end router? (traceroute 1.1.1.1)
2.  If they are indeed in the same subnet, then does the policy-map really
'route' to 1.1.1.1? (show route-map)
3.  Do you understanding policy routing and the purpose of performing it?
(show ip policy)
4.  Have you checked the status of the ACL used for the route-map? (show
access-list 1)
5.  What happens when the policy route is not implemented?  Is your routing
to 1.1.1.1 working then? (show ip route)
6.  Are you sure your configuration is correct?
(http://www.cisco.com/warp/public/105/36.html)

-e-

----- Original Message -----
From: "Andy Low" 
To: 
Sent: Wednesday, May 02, 2001 4:44 AM
Subject: Policy routing [7:2871]


> Hi,
>
> I am having problem with my policy routing, hope that anyone can help me.
>
> 1) 1.1.1.1 is a low-end router connected to my high-end router (
multihomed,
> running HSRP).
> 2) 1.1.1.1 is in VLAN 154
> 3) 5.5.5.1 is the another neighbour router peering with my high-router
> router.
>
> The problem is whenever I implement "ip policy route-map TEST" on the "int
> fa1/1/0.154", the routing to router 1.1.1.1 will fail and the
policy-routing
> won't work.
>
> Please advise.
>
> Andy
>
>
> Configuration:
>
> interface FastEthernet1/1/0.154
>  encapsulation isl 154
>  ip address 2.2.2.253 255.255.255.0
>  no ip redirects
>  no ip directed-broadcast
>  standby 154 priority 120 preempt
>  standby 154 ip 2.2.2.1
>
>
> ip access-list 1 permit 1.1.1.1
>
> route-map TEST permit 1
>  match ip address 1
>  set ip next-hop 5.5.5.1
> FAQ, list archives, and subscription info:
http://www.groupstudy.com/list/cisco.html
> Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7&i=2924&t=2871
--------------------------------------------------
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]

Reply via email to