comparison 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
comparison
equal deleted inserted replaced
6:5e7c39aa868c 7:3c0db610c641
1 hostname $HOST
2 log file /var/log/bgp
3 !
4 debug bgp updates
5 !
6 password $PASS
7 enable password $PASS
8 !
9 router bgp 65500
10 bgp router-id $LOCALIP
11 bgp log-neighbor-changes
12 neighbor $REMOTEIP remote-as $ASN
13 !
14 line vty
15 !
16 end