Users Guide

The following illustration shows the configurations described on the following examples. These
configurations show how to create BGP areas using physical and virtual links. They include setting up the
interfaces and peers groups with each other.
Figure 28. Sample Configurations
Example of Enabling BGP (Router 1)
Example of Enabling BGP (Router 2)
Dell# conf
Dell(conf)#int loop 0
Dell(conf-if-lo-0)#ip address 192.168.128.1/24
Dell(conf-if-lo-0)#no shutdown
Dell(conf-if-lo-0)#show config
!
interface Loopback 0
ip address 192.168.128.1/24
no shutdown
Dell(conf-if-lo-0)#int te 1/21
Dell(conf-if-te-1/21)#ip address 10.0.1.21/24
Dell(conf-if-te-1/21)#no shutdown
Dell(conf-if-te-1/21)#show config
!
interface TengigabitEthernet 1/21
ip address 10.0.1.21/24
no shutdown
Border Gateway Protocol IPv4 (BGPv4) 268