Prac 9
Prac 9
Topology
Addressing Table
Page | 1
CS23019 Sayed Masooma
Page | 2
CS23019 Sayed Masooma
Objectives
Part 1: Build the Network and Configure Basic Device Settings and Interface
Addressing
Part 2: Configure MP-BGP on all Routers
Part 3: Verify MP-BGP
Part 4: Configure and Verify IPv6 Summarization
Required Resources
3 Routers (Cisco 4221 with Cisco IOS XE Release 16.9.4 universal image or comparable)
1 PC (Choice of operating system with a terminal emulation program installed)
Console cables to configure the Cisco IOS devices via the console ports
Ethernet and serial cables as shown in the topology
Instructions
Part 1: Build the Network and Configure Basic Device Settings and Interface Addressing
In Part 1, you will set up the network topology and configure basic settings and interface
addressing on routers.
Attach the devices as shown in the topology diagram, and cable as necessary.
a. Console into each router, enter global configuration mode, and apply the basic settings
and interface addressing. A command list for each router is listed below to perform initial
configuration.
Router R1
conf terminal
hostname R1
no ip domain lookup
line con 0
logging sync
exec-time 0 0
Page | 3
CS23019 Sayed Masooma
exit
interface Loopback0
no shut
interface Loopback1
no shut
interface FastEthernet0/0
no shut
interface Serial5/0
no shut
interface Serial5/1
no shut
Page | 4
CS23019 Sayed Masooma
Page | 5
CS23019 Sayed Masooma
Step 1: Implement eBGP and neighbor relationships on R1 for IPv4 and IPv6.
Step 2: Implement eBGP and neighbor relationships on R2 for IPv4 and IPv6.
Page | 6
CS23019 Sayed Masooma
Step 3: Implement eBGP and neighbor relationships on R3 for IPv4 and IPv6.
Page | 7
CS23019 Sayed Masooma
Use the show bgp all neighbors command on R2 to display detailed information about BGP
connections to neighbors for all (IPv4 and IPv6) address families. Each neighbor shows that it is
in the “Established” state. This indicates that the router can send and receive BGP messages. R2
has two neighbor addresses, R1 and R3, for each address family, IPv4 and IPv6.
Page | 8
CS23019 Sayed Masooma
Page | 9
CS23019 Sayed Masooma
Page | 10
CS23019 Sayed Masooma
a. Use the show bgp ipv4 unicast command on R2 to display its IPv4 BGP table. This
command is equivalent to the show ip bgp command and either command can be
used. Notice that R1 shows six IPv4 networks in its IPv4 BGP table. Each network is
valid “*” and has one path which is the best path “>”. Amongst other information, the
next hop IPv4 address and the AS path are included.
Page | 11
CS23019 Sayed Masooma
b. Use the show bgp ipv6 unicast command on R2 to display similar information for its IPv6 BGP
table.
Page | 12
CS23019 Sayed Masooma
c. Verify that R2 and R3 are now receiving the aggregate route and installing it in the IPv6 BGP table
Page | 13
CS23019 Sayed Masooma
Page | 14
CS23019 Sayed Masooma
Router R2
R2 show running-config
Router R3
R3 show running-config
Page | 15