A Typical BGP Example Using OmniAccess 5740 USG
Except on the first page, right running head:
Heading1 or Heading1NewPage text (automatic)
571
Alcatel-Lucent
Beta Beta
OmniAccess 5740 Unified Services Gateway CLI Configuration Guide
ROUTER B:
hostname RouterB
!
interface Serial0/0:0
ip address 10.10.1.10/30
encapsulation ppp
!
interface GigabitEthernet3/0
ip address 10.2.1.1/24
!
router bgp 2
!
address-family ipv4 unicast
neighbor 10.10.2.9 remote-as 3
neighbor 10.10.2.9 activate
network 10.2.1.0/24
network 10.10.2.0/24
R
OUTER C:
hostname RouterC
!
interface Serial0/0:0
ip address 10.1.1.5/30
encapsulation ppp
!
interface Serial0/1:0
ip address 10.10.2.9/24
encapsulation ppp
!
interface GigabitEthernet3/0
ip address 10.3.1.1/24
router bgp 3
!
address-family ipv4 unicast
neighbor 10.10.1.6 remote-as 1
neighbor 10.10.1.6 activate
neighbor 10.10.2.10 remote-as 2
neighbor 10.10.2.10 activate
network 10.10.1.0/24
network 10.10.2.0/24