From: Yong (macro.yan@xxxxxxxxx)
Date: Sat Oct 21 2000 - 01:46:40 GMT-3
i have a router with four interface,i wan to control traffic from interface 0 t
o interface1 and from interface 2 to interface 3,
i am try policy routing,use "ip local policy route-map control" ,the config is
following:
interface e 0
ip address 172.16.1.1 255.255.255.0
!
interface e 1
ip address 172.16.2.1 255.255.255.0
!
interface e 2
ip address 172.16.3.1 255.255.255.0
!
interface e 3
ip address 172.16.4.1 255.255.255.0
!
ip local policy route-map control
!
route-map control permit 10
match interface e 0
set interface e 1
route-map control permit 20
match interface e 2
set interface e 3
i have a problem,the DOC explain the "ip local policy route-map" is apply traff
ic on router itself,so can i how to configure th policy-routing to match interf
ace with incoming interface and outgoing interface
thanks
yong
This archive was generated by hypermail 2.1.4 : Thu Jun 13 2002 - 08:25:28 GMT-3