Do you have any of the commands similar to the ones below?

ip local policy route-map 10 (needed for traffic created by the router)


interface Serial0
 ip address 10.10.1.2 255.255.0.0
 encapsulation frame-relay
 ip ospf hello-interval 20
 ip policy route-map 10 (needed to apply the policy routing to an interface)


access-list 101 permit ip any 10.34.0.0 0.0.255.255
access-list 101 permit ip any 11.1.0.0 0.0.255.255
access-list 101 permit ip any 10.4.0.0 0.0.255.255
access-list 101 permit ip any host 10.10.1.3
access-list 101 permit ip any host 10.10.1.5
access-list 101 permit ip any 10.44.0.0 0.0.255.255
route-map 10 permit 10
 match ip address 101
 set ip next-hop 10.10.1.1



Marc Russell
www.ccbootcamp.com



""Cisco Lover""  wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Hi Guys,
>
> Can any one explain How to set up and use Route-map on Spoke routers in
> order to guide them to use  The Hub interface as next hop and not the
other
> spokes router addresses.
>
> I tried using..
>
> route-map match ip add 101
> set ip default next hop "Hub router address"
>
> access-list 101 permit ip any any
>
> but it doesnot work..
>
>
> any help appreciated.
>
>
> Thanks.
>
>
> _________________________________________________________________
> Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7&i=17224&t=17094
--------------------------------------------------
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