access-list local_nets deny any
! Our AS number
router bgp 1
! Our IP address
bgp router-id 192.168.0.1
! Announce our own network to other neighbors
network 192.168.0.0/24
! Advertise all connected routes (directly attached interfaces)
redistribute connected
! Advertise kernel routes (manually inserted routes, IPSec)
redistribute kernel
! Every 'router bgp' block contains a list of neighbors to
which the router is connected:
neighbor 192.168.1.1 remote-as 2
neighbor 192.168.1.1 distribute-list local_nets in
neighbor 10.10.1.1
neighbor 10.10.1.1
Restart route management to enable the updated configuration: Uncheck Enable route
management, click Update, check Enable route management and click Update.
If you prefer, you can uncomment the password and enable password lines, and then
telnet to the relevant ports to configure Zebra and/or ospfd via the command line. (The
command line interface is very similar to the Cisco IOS interface. If you are familiar with
this, you may prefer to configure using this method.)
Network Setup
remote-as 3
distribute-list local_nets in
114
Need help?
Do you have a question about the SG300 and is the answer not in the manual?
Questions and answers