Dell S6100 Configuration Manual page 226

Hide thumbs Also See for S6100:
Table of Contents

Advertisement

R1(conf-router_bgp)#neighbor 192.168.128.3 no shut
R1(conf-router_bgp)#neighbor 192.168.128.3 update-source loop 0
R1(conf-router_bgp)#show config
!
router bgp 99
network 192.168.128.0/24
neighbor 192.168.128.2 remote-as 99
neighbor 192.168.128.2 update-source Loopback 0
neighbor 192.168.128.2 no shutdown
neighbor 192.168.128.3 remote-as 100
neighbor 192.168.128.3 update-source Loopback 0
neighbor 192 168 128 3 no shutdown
Example of Enabling BGP (Router 2)
R2# conf
R2(conf)#int loop 0
R2(conf-if-lo-0)#ip address 192.168.128.2/24
R2(conf-if-lo-0)#no shutdown
R2(conf-if-lo-0)#show config
!
interface Loopback 0
ip address 192.168.128.2/24
no shutdown
R2(conf-if-lo-0)#int te 1/1/1/1
R2(conf-if-te-1/1/1/1)#ip address 10.0.1.22/24
R2(conf-if-te-1/1/1/1)#no shutdown
R2(conf-if-te-1/1/1/1)#show config
!
interface TengigabitEthernet 1/1/1/1
ip address 10.0.1.22/24
no shutdown
R2(conf-if-te-1/1/1/1)#int te 1/1/3/1
R2(conf-if-te-1/1/3/1)#ip address 10.0.2.2/24
R2(conf-if-te-1/1/3/1)#no shutdown
R2(conf-if-te-1/1/3/1)#show config
!
interface TengigabitEthernet 1/1/3/1
ip address 10.0.2.2/24
no shutdown
R2(conf-if-te-1/1/3/1)#
R2(conf-if-te-1/1/3/1)#router bgp 99
R2(conf-router_bgp)#network 192.168.128.0/24
R2(conf-router_bgp)#neighbor 192.168.128.1 remote 99
R2(conf-router_bgp)#neighbor 192.168.128.1 no shut
R2(conf-router_bgp)#neighbor 192.168.128.1 update-source loop 0
R2(conf-router_bgp)#neighbor 192.168.128.3 remote 100
R2(conf-router_bgp)#neighbor 192.168.128.3 no shut
R2(conf-router_bgp)#neighbor 192.168.128.3 update loop 0
R2(conf-router_bgp)#show config
!
router bgp 99
bgp router-id 192.168.128.2
network 192.168.128.0/24
Example of Enabling BGP (Router 3)
R3# conf
R3(conf)#
R3(conf)#int loop 0
R3(conf-if-lo-0)#ip address 192.168.128.3/24
R3(conf-if-lo-0)#no shutdown
R3(conf-if-lo-0)#show config
!
interface Loopback 0
ip address 192.168.128.3/24
no shutdown
R3(conf-if-lo-0)#int te 1/1/4/1
R3(conf-if-te-1/1/4/1)#ip address 10.0.3.33/24
R3(conf-if-te-1/1/4/1)#no shutdown
R3(conf-if-te-1/1/4/1)#show config
226
Border Gateway Protocol IPv4 (BGPv4)

Advertisement

Table of Contents
loading

Table of Contents