Paste number 21495: bgpd

Paste number 21495: bgpd
Pasted by: mza
When:3 years, 9 months ago
Share:Tweet this! | http://paste.lisp.org/+GL3
Channel:None
Paste contents:
Raw Source | XML | Display As
server1:
bash-2.05b# cat /usr/local/etc/bgpd.conf 
newmon="10.121.2.2"
myip="10.121.2.1"
AS 65001
router-id $myip
listen on $myip
holdtime 180
holdtime min 3
fib-update no
network 192.168.200.0/24
neighbor $newmon {
        remote-as 65002
        descr "newmonitor"
        announce all
        local-address $myip
}
allow from any AS 65002

server2:
bash-2.05b# cat /usr/local/etc/bgpd.conf 
hypnos="10.121.2.1"
myip="10.121.2.2"
AS 65002
router-id $myip
listen on $myip
holdtime 180
holdtime min 3
fib-update no
network 192.168.100.0/24
neighbor $hypnos {
        remote-as 65001
        descr "hypnos"
        announce all
        local-address $myip
}

This paste has no annotations.

Colorize as:
Show Line Numbers

Lisppaste pastes can be made by anyone at any time. Imagine a fearsomely comprehensive disclaimer of liability. Now fear, comprehensively.