[AusNOG] Vyatta Configuration - Customer broadcasting /24 through us
Daniel Watson
Daniel at glovine.com.au
Sat Jul 26 17:23:54 EST 2014
Hi Guys
Im just wondering if I can get some assistance,
I have a customer whom wishes to announce their /24 on their ASN, through BGP to us, in which we advertise to our upstream providers
Customer router configuration
policy {
prefix-list EXPORT-UPSTREAM-132839 {
rule 10 {
action permit
prefix 203.27.101.0/24
}
}
}
protocols {
bgp 133196 {
address-family {
}
neighbor 103.18.204.254 {
prefix-list {
export EXPORT-UPSTREAM-132839
}
remote-as 132839
soft-reconfiguration {
inbound
}
}
network 203.27.101.0/24 {
}
}
}
Our router
policy {
prefix-list EXPORT-UPSTREAM-56203 {
description Upstream
rule 10 {
action permit
prefix 103.18.204.0/24
}
rule 20 {
action permit
prefix 203.27.101.0/24
}
}
}
protocols {
bgp 132839 {
address-family {
ipv6-unicast {
network 2406:8900:b000::0/40 {
}
network 2406:8900:b100::0/40 {
}
network 2406:8900:b200::0/40 {
}
network 2406:8900:b300::0/40 {
}
network 2406:8900:b400::0/40 {
}
network 2406:8900:b500::0/40 {
}
}
}
neighbor 1.0.4.73 {
prefix-list {
export EXPORT-UPSTREAM-56203
}
remote-as 56203
soft-reconfiguration {
inbound
}
}
neighbor 103.18.204.242 {
prefix-list {
export EXPORT-UPSTREAM-56203
}
remote-as 133196
soft-reconfiguration {
inbound
}
}
?
Hope somebody kind enough on-list can assist, as i dont think ive done this correctly
Daniel
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.ausnog.net/pipermail/ausnog/attachments/20140726/ea0bb406/attachment-0001.html>
More information about the AusNOG
mailing list