Mercurial > routeflapper
annotate 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 |
rev | line source |
---|---|
7
3c0db610c641
add bgpd config file and proper logrotate config
Carl Byington <carl@five-ten-sg.com>
parents:
diff
changeset
|
1 hostname $HOST |
3c0db610c641
add bgpd config file and proper logrotate config
Carl Byington <carl@five-ten-sg.com>
parents:
diff
changeset
|
2 log file /var/log/bgp |
3c0db610c641
add bgpd config file and proper logrotate config
Carl Byington <carl@five-ten-sg.com>
parents:
diff
changeset
|
3 ! |
3c0db610c641
add bgpd config file and proper logrotate config
Carl Byington <carl@five-ten-sg.com>
parents:
diff
changeset
|
4 debug bgp updates |
3c0db610c641
add bgpd config file and proper logrotate config
Carl Byington <carl@five-ten-sg.com>
parents:
diff
changeset
|
5 ! |
3c0db610c641
add bgpd config file and proper logrotate config
Carl Byington <carl@five-ten-sg.com>
parents:
diff
changeset
|
6 password $PASS |
3c0db610c641
add bgpd config file and proper logrotate config
Carl Byington <carl@five-ten-sg.com>
parents:
diff
changeset
|
7 enable password $PASS |
3c0db610c641
add bgpd config file and proper logrotate config
Carl Byington <carl@five-ten-sg.com>
parents:
diff
changeset
|
8 ! |
3c0db610c641
add bgpd config file and proper logrotate config
Carl Byington <carl@five-ten-sg.com>
parents:
diff
changeset
|
9 router bgp 65500 |
3c0db610c641
add bgpd config file and proper logrotate config
Carl Byington <carl@five-ten-sg.com>
parents:
diff
changeset
|
10 bgp router-id $LOCALIP |
3c0db610c641
add bgpd config file and proper logrotate config
Carl Byington <carl@five-ten-sg.com>
parents:
diff
changeset
|
11 bgp log-neighbor-changes |
3c0db610c641
add bgpd config file and proper logrotate config
Carl Byington <carl@five-ten-sg.com>
parents:
diff
changeset
|
12 neighbor $REMOTEIP remote-as $ASN |
3c0db610c641
add bgpd config file and proper logrotate config
Carl Byington <carl@five-ten-sg.com>
parents:
diff
changeset
|
13 ! |
3c0db610c641
add bgpd config file and proper logrotate config
Carl Byington <carl@five-ten-sg.com>
parents:
diff
changeset
|
14 line vty |
3c0db610c641
add bgpd config file and proper logrotate config
Carl Byington <carl@five-ten-sg.com>
parents:
diff
changeset
|
15 ! |
3c0db610c641
add bgpd config file and proper logrotate config
Carl Byington <carl@five-ten-sg.com>
parents:
diff
changeset
|
16 end |