view bgpd.conf @ 8:69a5dcf953df default tip

routeflapper runs as root to read the log files
author Carl Byington <carl@five-ten-sg.com>
date Thu, 04 Sep 2014 08:57:50 -0700
parents 3c0db610c641
children
line wrap: on
line source

hostname $HOST
log file /var/log/bgp
!
debug bgp updates
!
password $PASS
enable password $PASS
!
router bgp 65500
 bgp router-id $LOCALIP
 bgp log-neighbor-changes
 neighbor $REMOTEIP remote-as $ASN
!
line vty
!
end