Hi All,
I have an Enterasys SSR8000 which is handling all our BGP
advertisements which I need a slightly tricky config on. I currently
have something like this:
----
bgp create peer-group as1234 type external autonomous-system 1234
bgp create peer-group as5678 type external autonomous-system 5678
bgp add peer-host 1.2.3.4 group 1234
bgp add peer-host 5.6.7.8 group 5678
ip-router policy create bgp-export-destination community_dest
optional-attributes-list community_list autonomous-system 1234
community-id 4
ip-router policy create aggr-export-source agg_to_bgp
ip-router policy create bgp-export-destination non_community_dest
autonomous-system 5678
ip-router policy export destination community_dest source static_to_bgp
network 10.10.10.10/24 exact
ip-router policy export destination non_community_dest source
static_to_bgp network 10.10.10.10/24 exact
----
This creates two BGP sessions into two different ASes and allows me to
tag one AS with community id 4 but not the other.
My problem now is that AS5678 is disappearing, and I will have two peers
into AS1234, so I will have something more like this:
---
bgp create peer-group as1234 type external autonomous-system 1234
bgp add peer-host 1.2.3.4 group 1234
bgp add peer-host 5.6.7.8 group 1234
---
However, I still want to tag advertisements to 1.2.3.4 with community id
4, but no community on adverts to 5.6.7.8
The way I have it configured at the moment, the optional-attributes-list
is applied per AS, not per peer. Can anybody suggest a way to do this?
Regards,
Leigh
Leigh Sharpe
Network Systems Engineer
Pacific Wireless
Ph +61 3 9584 8966
Mob 0408 009 502
Helpdesk 1300 300 616
email [email protected]
<blocked::blocked::mailto:[email protected]>
web www.pacificwireless.com.au
<blocked::blocked::http://www.pacificwireless.com.au/>
---
To unsubscribe from enterasys, send email to [email protected] with the body:
unsubscribe enterasys [email protected]