From: Kevin M. Woods (kev@xxxxxxx)
Date: Fri Jun 23 2000 - 23:56:48 GMT-3
Yes...there is no actual community known as "internet" but this could
be considered a more descriptive configuration.
Kevin
// This configuration is on the Web site:
//
// RTC#
// router bgp 300
// neighbor 3.3.3.3 remote-as 200
// neighbor 3.3.3.3 route-map check-community in
//
// route-map check-community permit 10
// match community 1
// set weight 20
//
// route-map check-community permit 20
// match community 2 exact
// set weight 10
//
// route-map check-community permit 30
// match community 3
//
// ip community-list 1 permit 100
// ip community-list 2 permit 200
// ip community-list 3 permit internet
//
//
// -
// -
// -My question lies with the last route-map statement. couldnt you just have
// it :
//
// route-map check-community permit 30
//
//
// and leave out the match community 3 if you wanted to permit everything else?
//
// thanks in advance
//
// Matthew Lachberg
This archive was generated by hypermail 2.1.4 : Thu Jun 13 2002 - 08:23:43 GMT-3