login
Header Space

 
 

openbgpd community strings

Score:
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: <misc@...>
Date: Tuesday, May 20, 2008 - 7:21 pm

I am hoping someone in the know can shed some lights on this.


My snippet of bgpd.conf:


#---- MCI ----
mci_as="11486"
mci_peer1="142.77.114.132"
mci_peer2="142.77.114.133"
mci_peer3="208.218.245.33"
#---- Allstream ----
allstream_as="15290"
allstream_peer1="209.82.101.41"
allstream_carp_ip="209.82.101.44"
pw="*********"

group "MCI" {
    remote-as $mci_as
    tcp md5sig password $pw
    announce self
    set nexthop $mci_peer3
    multihop 3
    neighbor $mci_peer1
    neighbor $mci_peer2
    neighbor $mci_peer3
    set community 701:120
}
group "Allstream" {
    remote-as $allstream_as
    tcp md5sig password $pw
    announce self
    neighbor $allstream_peer1
    set community 15290:90
}


None of the upstream providers (MCI and Allstream) claim they see the
community strings set by me.  Is this not the correct way of setting
community attribute ?

Thanks for reading.

Lu
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
openbgpd community strings, Lu Vo, (Tue May 20, 7:21 pm)
Re: openbgpd community strings, Aaron Glenn, (Tue May 20, 9:17 pm)
Re: openbgpd community strings, Lu Vo, (Tue May 20, 9:33 pm)
speck-geostationary