diff bgpd.conf @ 7:3c0db610c641

add bgpd config file and proper logrotate config
author Carl Byington <carl@five-ten-sg.com>
date Thu, 04 Sep 2014 08:53:18 -0700
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/bgpd.conf	Thu Sep 04 08:53:18 2014 -0700
@@ -0,0 +1,16 @@
+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