RE: policy routing

From: Justin Menga (Justin.Menga@xxxxxxxxxxxxxxxxxx)
Date: Sun Nov 05 2000 - 23:21:11 GMT-3


   
Hi,

As previously mentioned, you need to put the policy routing command on the
interfaces. Note, that the policy ONLY applies for INCOMING traffic, so
place your policy routing carefully.

e.g.

int e0
  ip policy route-map TEST

route-map TEST
  ......
  ......

Regards,

Justin Menga MCSE+I CCNP CCSE ASE
WAN Specialist
Computerland New Zealand
PO Box 3631, Auckland
DDI: (+64) 9 360 4864 Mobile: (+64) 25 349 599
mailto: justin.menga@computerland.co.nz

-----Original Message-----
From: Yong [mailto:macro.yan@china.com]
Sent: Saturday, 21 October 2000 5:47 p.m.
To: ccielab@groupstudy.com
Subject: policy routing

i have a router with four interface,i wan to control traffic from interface
0 to 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
traffic on router itself,so can i how to configure th policy-routing to
match interface with incoming interface and outgoing interface

thanks

yong



This archive was generated by hypermail 2.1.4 : Thu Jun 13 2002 - 08:25:42 GMT-3