RE: cyscoexpert sample lab 2.0

From: Wayne Hines (wayneh@DataNetDev.com.au)
Date: Tue Apr 08 2003 - 20:44:07 GMT-3


Try this

router bgp 34

neighbor 172.16.30.5 remote-as 100
neighbor 172.16.30.5 Route-map Restrict in
exit

ip as-path access-list 6 permit _1000_
access-list 15 permit 0.0.1.0 255.255.254.255

route-map Restrict permit 10
match as-path 6
set community no-export

route-map Restrict permit 20
match ip address 15
set metric 31337

route-map Restrict permit 30

-----Original Message-----
From: nobody@groupstudy.com [mailto:nobody@groupstudy.com]On Behalf Of
pita40
Sent: Wednesday, 9 April 2003 6:25
To: ccielab@groupstudy.com
Subject: cyscoexpert sample lab 2.0

Section G.4

2) Route learned from the cloud which has traversed AS 1000 should not be
advertised beyond AS 34.

  If this question is going to be solved on R4 you have got to use the
following

r4

neighbor 170.1.1.254 send-community
 neighbor 170.1.1.254 route-map metric1 in

ip as-path access-list 44 permit _1000_

route-map comm1 permit 10
 match as-path 44
 set community no-export
!
route-map comm1 permit 20

THis approach does not solve the problem.
The only way that worked is to configure this on the ipcloud router.

Does send-community support "route-map in"

Any thoughts



This archive was generated by hypermail 2.1.4 : Thu May 01 2003 - 13:35:49 GMT-3