Update IP for Crans/Aurore interconnection
Signed-off-by: Yohann D'ANELLO <ynerant@crans.org>
This commit is contained in:
parent
9002b5f089
commit
4ebb4b6ad3
3 changed files with 8 additions and 14 deletions
|
@ -5,15 +5,12 @@ router id 45.66.111.254;
|
||||||
# Zayo
|
# Zayo
|
||||||
listen bgp address 83.167.52.69 port 179;
|
listen bgp address 83.167.52.69 port 179;
|
||||||
# Crans
|
# Crans
|
||||||
listen bgp address 185.230.77.253 port 179;
|
listen bgp address 185.230.79.254 port 179;
|
||||||
|
|
||||||
protocol kernel {
|
protocol kernel {
|
||||||
scan time 60;
|
scan time 60;
|
||||||
import none;
|
import none;
|
||||||
export filter {
|
export all;
|
||||||
if ( net ~ [ 45.66.108.0/22 ] ) then reject;
|
|
||||||
accept;
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
|
|
||||||
protocol device {
|
protocol device {
|
||||||
|
@ -33,7 +30,7 @@ protocol bgp zayo {
|
||||||
|
|
||||||
protocol bgp crans {
|
protocol bgp crans {
|
||||||
local as 43619;
|
local as 43619;
|
||||||
neighbor 185.230.77.254 as 204515;
|
neighbor 185.230.79.253 as 204515;
|
||||||
import all;
|
import all;
|
||||||
export all;
|
export all;
|
||||||
}
|
}
|
||||||
|
|
|
@ -3,7 +3,7 @@ router id 45.66.111.254;
|
||||||
# Zayo
|
# Zayo
|
||||||
listen bgp address 2001:1b48:2:103::d7:2 port 179;
|
listen bgp address 2001:1b48:2:103::d7:2 port 179;
|
||||||
# Crans
|
# Crans
|
||||||
listen bgp address 2a0c:700:2001::1 port 179;
|
listen bgp address 2a0c:700:28::2 port 179;
|
||||||
|
|
||||||
log syslog all;
|
log syslog all;
|
||||||
|
|
||||||
|
@ -11,10 +11,7 @@ protocol kernel {
|
||||||
persist;
|
persist;
|
||||||
scan time 60;
|
scan time 60;
|
||||||
import none;
|
import none;
|
||||||
export filter {
|
export all;
|
||||||
if ( net ~ [ 2a09:6840::/29 ] ) then reject;
|
|
||||||
accept;
|
|
||||||
};
|
|
||||||
}
|
}
|
||||||
|
|
||||||
protocol device {
|
protocol device {
|
||||||
|
@ -34,7 +31,7 @@ protocol bgp zayo {
|
||||||
|
|
||||||
protocol bgp crans {
|
protocol bgp crans {
|
||||||
local as 43619;
|
local as 43619;
|
||||||
neighbor 2a0c:700:2001::2 as 204515;
|
neighbor 2a0c:700:28::1 as 204515;
|
||||||
import all;
|
import all;
|
||||||
export all;
|
export all;
|
||||||
}
|
}
|
||||||
|
|
|
@ -57,7 +57,7 @@ vrrp_instance VI_ROUT_aurore_IPv4 {
|
||||||
10.131.0.254/16 brd 10.131.255.255 dev ens23 scope global
|
10.131.0.254/16 brd 10.131.255.255 dev ens23 scope global
|
||||||
|
|
||||||
# VLAN 121: Interco Crans
|
# VLAN 121: Interco Crans
|
||||||
185.230.77.253/30 brd 185.230.77.255 dev ens2 scope global
|
185.230.79.254/29 dev ens2 scope global
|
||||||
}
|
}
|
||||||
|
|
||||||
virtual_routes {
|
virtual_routes {
|
||||||
|
@ -197,7 +197,7 @@ vrrp_instance VI_ROUT_aurore_IPv6 {
|
||||||
2a09:6840:131::254/64 dev ens23 scope global
|
2a09:6840:131::254/64 dev ens23 scope global
|
||||||
|
|
||||||
# VLAN 121: Interco Crans
|
# VLAN 121: Interco Crans
|
||||||
2a0c:700:2001::1/126 dev ens2 scope global
|
2a0c:700:28::2/64 dev ens2 scope global
|
||||||
}
|
}
|
||||||
|
|
||||||
virtual_routes {
|
virtual_routes {
|
||||||
|
|
Loading…
Reference in a new issue