25 lines
389 B
Text
25 lines
389 B
Text
|
log syslog informational
|
||
|
log stdout
|
||
|
|
||
|
hostname routeur-aurore
|
||
|
password Tux
|
||
|
enable password Tux
|
||
|
|
||
|
interface lo
|
||
|
line vty
|
||
|
|
||
|
|
||
|
# Aurore AS.
|
||
|
router bgp 43619
|
||
|
#no synchronization
|
||
|
bgp router-id 45.66.111.254
|
||
|
|
||
|
# Remote-AS: Zayo.
|
||
|
neighbor 2001:1b48:2:103::d7:1 remote-as 8218
|
||
|
address-family ipv6
|
||
|
network 2a09:6840::/29
|
||
|
neighbor 2001:1b48:2:103::d7:1 activate
|
||
|
exit-address-family
|
||
|
!
|
||
|
|