Memo from Steve Skinner of PricewaterhouseCoopers

-------------------- Start of message text --------------------




chaps + chapes`ss

i am having a slight problem with my Policy based routing config and would
be gratefull for your help..

what i am trying to do is this (its quite simple ...it`s just so am i )

all user`s are coming in on the 10.10.10.0  subnet (Eth0) ...

i have two outbound int`s

11.11.11.11 (S0)
12.12.12.12.(bri0)

what i want to do is split the 10.10.10.0 subnet and policy based route
everything from 10.10.10.1-10.10.10.127 out S0,
and route 10.10.10.128-10.10.10.256 out the bri0

this doesn`t seem to be working .....here is my config ..

thanks in advance steve (i have sent this to the right mailing list haven`t
I..?????)

P.S i think it`s the wildcard mask that is stuffed....and i also have EIGRP
running on the router (old senario test)

version 12.2
service timestamps
debug uptimeservice timestamps
log uptime no
service password-encryption
!
hostname Router
!!
memory-size iomem 25
ip subnet-zero
!
ip audit notify log
ip audit po max-events 100
call rsvp-sync!!!!!!
!
!
interface BRI0 no ip address
ip address 12.12.12.12 255.255.255.0
ip route-cache policy
ip policy route-map POLICY
no shutdown
!
interface FastEthernet0
ip address 10.10.10.10 255.255.255.0
ip route-cache policy (enables fast switching of policy routing...for speed)
ip policy route-map POLICY (create  a policy called POLICY)
!
interface Serial0
ip address 12.12.12.12 255.255.255.0
ip route-cache policy (enable fast switching of policy routing)
 (create a policy called POLICY)
!
ip classless
ip route 0.0.0.0 0.0.0.0 12.12.12.20
no ip http serverip
pim bidir-enable
!
access-list 101 permit ip 10.10.10.0 0.0.0.128 any
access-list 102 permit ip 10.10.10.0 0.0.0.127 any

route-map POLICY permit 10
match ip address 101
set ip next-hop 11.11.11.20
!
route-map POLICY permit 20
match ip address 102
set ip next-hop 12.12.12.20
!
!
line con 0
line aux 0
line vty 0 4
!
no scheduler allocate
end



--------------------- End of message text --------------------

The principal place of business of PricewaterhouseCoopers and its associate
partnerships is 1 Embankment Place, London WC2N 6NN where lists of the
partners' names are available for inspection. All partners in the associate
partnerships are authorised to conduct business as agents of, and all
contracts for services to clients are with, PricewaterhouseCoopers. The UK
firm of PricewaterhouseCoopers is authorised by the Institute of Chartered
Accountants in England and Wales to carry on investment business.
PricewaterhouseCoopers is a member of the world-wide
PricewaterhouseCoopers organisation.
----------------------------------------------------------------
The information transmitted is intended only for the person or entity to
which it is addressed and may contain confidential and/or privileged
material.  Any review, retransmission, dissemination or other use of, or
taking of any action in reliance upon, this information by persons or
entities other than the intended recipient is prohibited.   If you received
this in error, please contact the sender and delete the material from any
computer.




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