Code: Select all
!
! Zebra configuration saved from vty
! 2013/02/11 17:50:03
!
hostname bgpd
password zebra
enable password zebra
log stdout
!
router bgp 100
bgp router-id xx.xx.131.1
bgp log-neighbor-changes
network xx.xx.130.0/24
network xx.xx.131.0/24
network xx.xx.162.0/24
network xx.xx.169.0/24
neighbor xx.xx.158.89 remote-as 200
neighbor xx.xx.158.89 description isp1
neighbor xx.xx.158.89 next-hop-self
neighbor xx.xx.158.89 soft-reconfiguration inbound
neighbor xx.xx.158.89 prefix-list isp1 out
!
ip prefix-list isp1 seq 10 permit xx.xx.130.0/24
ip prefix-list isp1 seq 20 permit xx.xx.131.0/24
ip prefix-list isp1 seq 30 permit xx.xx.162.0/24
ip prefix-list isp1 seq 40 permit xx.xx.169.0/24
!
line vty
!