0% found this document useful (0 votes)
5 views20 pages

BGP Configuration Guide for WAN Interfaces

The document outlines the configuration steps for various routers in a network, detailing both IPv4 and IPv6 WAN interfaces, eBGP settings, and verification commands. Each section provides specific commands for setting up interfaces, enabling IPv6, and configuring BGP settings for different routers. Additionally, it includes verification steps to ensure proper connectivity and configuration integrity across the network.

Uploaded by

nikie lauda
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
5 views20 pages

BGP Configuration Guide for WAN Interfaces

The document outlines the configuration steps for various routers in a network, detailing both IPv4 and IPv6 WAN interfaces, eBGP settings, and verification commands. Each section provides specific commands for setting up interfaces, enabling IPv6, and configuring BGP settings for different routers. Additionally, it includes verification steps to ensure proper connectivity and configuration integrity across the network.

Uploaded by

nikie lauda
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

BGP

 Customer  Conf  Region  1:  


 

   
 
 
IPV4 WAN Interface POP1 Router1 Conf:
 
config t
interface fa0/0
description Customer WAN R1-CAR1
no ip redirects
no ip directed-broadcast
no ip unreachables
no cdp enable
ip address [Link] [Link]
no shutdown
exit
exit
wr

Verify Configuration:

ping [Link] [!!!!!]


ping [Link] [!!!!!]
IPV6 WAN Interface POP1 Router1 Conf:
 
config t
interface fa0/0
ipv6 address 2406:6400:0010:0000::1/64
ipv6 enable
exit
exit
wr

Verify Configuration:

ping 2406:6400:0010:0000::1 [!!!!!]


ping 2406:6400:0010:0000::2 [!!!!!]
 
IPV4 WAN Interface POP2 Router3 Conf:
 
config t
interface fa0/0
description Customer WAN R3-CBR1
no ip redirects
no ip directed-broadcast
no ip unreachables
no cdp enable
ip address [Link] [Link]
no shutdown
exit
exit
wr

Verify Configuration:

ping [Link] [!!!!!]


ping [Link] [!!!!!]

IPV6 WAN Interface POP2 Router3 Conf:


 
config t
interface fa0/0
ipv6 address 2406:6400:0014:0000::1/64
ipv6 enable
exit
exit
wr
Verify Configuration:

ping 2406:6400:0014:0000::1 [!!!!!]


ping 2406:6400:0014:0000::2 [!!!!!]

IPV4 eBGP POP1 Router1 Conf:


 
config t
router bgp 17821
address-family ipv4
neighbor IPV4-eBGP-CUSTOMER-REG1-POP1 peer-group
neighbor [Link] remote-as 65001
neighbor [Link] peer-group IPV4-eBGP-CUSTOMER-REG1-POP1
neighbor IPV4-eBGP-CUSTOMER-REG1-POP1 default-originate
exit
exit
exit
wr

Verify Configuration:

sh bgp ipv4 unicast summary [Number of prefixes received from peers]


sh bgp ipv4 unicast [Any new prefix?]
sh ip route bgp [Any new prefix?]
sh bgp ipv4 unicast neighbors [Customer Router] received-routes/routes
sh ip route
ping [Link] [!!!!!]

IPV6 eBGP POP1 Router1 Conf:


 
config t
router bgp 17821
address-family ipv6
neighbor IPV6-eBGP-CUSTOMER-REG1-POP1 peer-group
neighbor 2406:6400:0010:0000::2 remote-as 65001
neighbor 2406:6400:0010:0000::2 peer-group IPV6-eBGP-CUSTOMER-
REG1-POP1
neighbor IPV6-eBGP-CUSTOMER-REG1-POP1 default-originate
exit
exit
exit
wr
Verify Configuration:

sh bgp ipv6 unicast summary [Number of prefixes received from peers]


sh bgp ipv6 unicast [Any new prefix?]
sh ipv6 route bgp [Any new prefix?]
sh bgp ipv6 unicast neighbors [Customer Router] received-routes/routes
sh ipv6 route
ping 2406:6400:8000::1 [!!!!!]

IPV4 eBGP POP2 Router3 Conf:


 
config t
router bgp 17821
address-family ipv4
neighbor IPV4-eBGP-CUSTOMER-REG1-POP2 peer-group
neighbor [Link] remote-as 65002
neighbor [Link] peer-group IPV4-eBGP-CUSTOMER-REG1-POP2
neighbor IPV4-eBGP-CUSTOMER-REG1-POP2 default-originate
exit
exit
exit
wr

Verify Configuration:

sh bgp ipv4 unicast summary [Number of prefixes received from peers]


sh bgp ipv4 unicast [Any new prefix?]
sh ip route bgp [Any new prefix?]
sh bgp ipv4 unicast neighbors [Customer Router] received-routes/routes
sh ip route
ping [Link] [!!!!!]

IPV6 eBGP POP2 Router3 Conf:


 
config t
router bgp 17821
address-family ipv6
neighbor IPV6-eBGP-CUSTOMER-REG1-POP2 peer-group
neighbor 2406:6400:0014:0000::2 remote-as 65002
neighbor 2406:6400:0014:0000::2 peer-group IPV6-eBGP-CUSTOMER-
REG1-POP2
neighbor IPV6-eBGP-CUSTOMER-REG1-POP2 default-originate
exit
exit
exit
wr
Verify Configuration:

sh bgp ipv6 unicast summary [Number of prefixes received from peers]


sh bgp ipv6 unicast [Any new prefix?]
sh ipv6 route bgp [Any new prefix?]
sh bgp ipv6 unicast neighbors [Customer Router] received-routes/routes
sh ipv6 route
ping 2406:6400:9800::1 [!!!!!]

IPV4 WAN Interface POP1 Router13 Conf:


 
config t
interface fa0/1
description Upstream WAN r13-CAR1-R1
no ip redirects
no ip directed-broadcast
no ip unreachables
ip address [Link] [Link]
no cdp enable
no shutdown
exit
exit
wr

Verify Configuration:

ping [Link] [!!!!!]


ping [Link] [!!!!!]

IPV6 WAN Interface POP1 Router13 Conf:


 
config t
interface fa0/1
ipv6 address 2406:6400:0010:0000::2/64
ipv6 enable
exit
exit
wr

Verify Configuration:

ping 2406:6400:0010:0000::2 [!!!!!]


ping 2406:6400:0010:0000::1 [!!!!!]
 
IPV4 WAN Interface POP2 Router14 Conf:
 
config t
interface fa0/1
description Upstream WAN r14-CBR1-R3
no ip redirects
no ip directed-broadcast
no ip unreachables
ip address [Link] [Link]
no cdp enable
no shutdown
exit
exit
wr

Verify Configuration:

ping [Link] [!!!!!]


ping [Link] [!!!!!]

IPV6 WAN Interface POP2 Router14 Conf:


 
config t
interface fa0/1
ipv6 address 2406:6400:0014:0000::2/64
ipv6 enable
exit
exit
wr

Verify Configuration:

ping 2406:6400:0014:0000::2 [!!!!!]


ping 2406:6400:0014:0000::1 [!!!!!]

IPV4 eBGP POP1 Router13 Conf:


 
config t
router bgp 65001
address-family ipv4
no auto-summary
no synchronization
neighbor [Link] remote-as 17821
neighbor [Link] activate
exit
exit
exit
wr
IPV4 eBGP Prefix Announcement POP1 Router13 Conf:

config t
router bgp 65001
address-family ipv4
network [Link] mask [Link]
exit
exit
ip route [Link] [Link] null 0 permanent
exit
wr

Verify Configuration:

sh bgp ipv4 unicast summary [Number of prefixes received from peers]


sh bgp ipv4 unicast [Any prefix?]
sh ip route bgp [Any prefix?]
sh bgp ipv4 unicast neighbors [POP Router] received-routes/routes
sh ip route
ping [Link] [!!!!!]

IPV6 eBGP POP1 Router13 Conf:


 
config t
router bgp 65001
address-family ipv6
no synchronization
neighbor 2406:6400:0010:0000::1 remote-as 17821
neighbor 2406:6400:0010:0000::1 activate
exit
exit
exit
wr

IPV6 eBGP Prefix Announcement POP1 Router13 Conf:

config t
router bgp 65001
address-family ipv6
network 2406:6400:8000::/48
exit
exit
ipv6 route 2406:6400:8000::/48 null 0
exit
wr
Verify Configuration:

sh bgp ipv6 unicast summary [Number of prefixes received from peers]


sh bgp ipv6 unicast [Any prefix?]
sh ipv6 route bgp [Any prefix?]
sh bgp ipv6 unicast neighbors [POP Router] received-routes/routes
sh ipv6 route
ping 2406:6400::1 [!!!!!]

IPV4 eBGP POP2 Router14 Conf:


 
config t
router bgp 65002
address-family ipv4
no auto-summary
no synchronization
neighbor [Link] remote-as 17821
neighbor [Link] activate
exit
exit
exit
wr

IPV4 eBGP Prefix Announcement POP2 Router14 Conf:

config t
router bgp 65002
address-family ipv4
network [Link] mask [Link]
exit
exit
ip route [Link] [Link] null 0 permanent
exit
wr

Verify Configuration:

sh bgp ipv4 unicast summary [Number of prefixes received from peers]


sh bgp ipv4 unicast [Any prefix?]
sh ip route bgp [Any prefix?]
sh bgp ipv4 unicast neighbors [POP Router] received-routes/routes
sh ip route
ping [Link] [!!!!!]
IPV6 eBGP POP2 Router14 Conf:
 
config t
router bgp 65002
address-family ipv6
no synchronization
neighbor 2406:6400:0014:0000::1 remote-as 17821
neighbor 2406:6400:0014:0000::1 activate
exit
exit
exit
wr

IPV6 eBGP Prefix Announcement POP2 Router14 Conf:

config t
router bgp 65002
address-family ipv6
network 2406:6400:9800::/48
exit
exit
ipv6 route 2406:6400:9800::/48 null 0
exit
wr

Verify Configuration:

sh bgp ipv6 unicast summary [Number of prefixes received from peers]


sh bgp ipv6 unicast [Any prefix?]
sh ipv6 route bgp [Any prefix?]
sh bgp ipv6 unicast neighbors [POP Router] received-routes/routes
sh ipv6 route
ping 2406:6400::3 [!!!!!]

 
 
 
 
 
 
 
 
 
 
 
 
Native  Transit  Service  WAN  Interface  Conf  Region  1:  
 

   
 
 
IPV4 WAN Interface conf Router1:
 
No configuration required

Wait for R5 & R11 to finish configuration then perform following verification to
analyze network effect.

Verify Configuration:

ping [Link] [….]


ping [Link] [….]
IPV6 WAN Interface conf Router1:
 
No configuration required

Wait for R5 & R11 to finish configuration then perform following verification to
analyze network effect.

Verify Configuration:

ping 2001:df0:a:f00::2 [….]


ping 2001:df0:a:f01::2 [….]

IPV4 WAN Interface conf Router2:


 
No configuration required

Wait for R5 & R11 to finish configuration then perform following verification to
analyze network effect.

Verify Configuration:

ping [Link] [….]


ping [Link] [….]

IPV6 WAN Interface conf Router2:


 
No configuration required

Wait for R5 & R11 to finish configuration then perform following verification to
analyze network effect.

Verify Configuration:

ping 2001:df0:a:f00::2 [….]


ping 2001:df0:a:f01::2 [….]

IPV4 WAN Interface conf Router3:


 
No configuration required

Wait for R5 & R11 to finish configuration then perform following verification to
analyze network effect.

Verify Configuration:

ping [Link] [….]


ping [Link] [….]
IPV6 WAN Interface conf Router3:
 
No configuration required

Wait for R5 & R11 to finish configuration then perform following verification to
analyze network effect.

Verify Configuration:

ping 2001:df0:a:f00::2 [….]


ping 2001:df0:a:f01::2 [….]
Native  Transit  Service  eBGP  Conf  Region  1:  

IPV4 eBGP Peering conf Router1:


 
No configuration required

Wait for R5 & R11 to finish configuration then perform following verification to
analyze network effect.

Verify Configuration:

sh bgp ipv4 unicast summary [Number of prefixes received from peers]


sh bgp ipv4 unicast [Any new prefix?]
sh ip route bgp [Any new prefix?]
sh bgp ipv4 unicast neighbors [Regional core Router] received-routes/routes
sh ip route
ping [Link] [!!!!!]
ping [Link] [!!!!!]
ping [Link] [!!!!!]

IPV6 eBGP Peering conf Router1:


 
No configuration required

Wait for R5 & R11 to finish configuration then perform following verification to
analyze network effect.

Verify Configuration:

sh bgp ipv6 unicast summary [Number of prefixes received from peers]


sh bgp ipv6 unicast [Any new prefix?]
sh ipv6 route bgp [Any new prefix?]
sh bgp ipv6 unicast neighbors [Regional core Router] received-routes/routes
sh ip route
ping 2001:df0:a:f00::1 [!!!!!]
ping 2001:df0:a:f01::1 [!!!!!]

IPV4 eBGP Peering conf Router2:


 
No configuration required

Wait for R5 & R11 to finish configuration then perform following verification to
analyze network effect.

Verify Configuration:

sh bgp ipv4 unicast summary [Number of prefixes received from peers]


sh bgp ipv4 unicast [Any new prefix?]
sh ip route bgp [Any new prefix?]
sh bgp ipv4 unicast neighbors [Regional core Router] received-routes/routes
sh ip route
ping [Link] [!!!!!]
ping [Link] [!!!!!]
ping [Link] [!!!!!]

IPV6 eBGP Peering conf Router2:


 
No configuration required

Wait for R5 & R11 to finish configuration then perform following verification to
analyze network effect.
Verify Configuration:

sh bgp ipv6 unicast summary [Number of prefixes received from peers]


sh bgp ipv6 unicast [Any new prefix?]
sh ipv6 route bgp [Any new prefix?]
sh bgp ipv6 unicast neighbors [Regional core Router] received-routes/routes
sh ip route
ping 2001:df0:a:f00::1 [!!!!!]
ping 2001:df0:a:f01::1 [!!!!!]

IPV4 eBGP Peering conf Router3:


 
No configuration required

Wait for R5 & R11 to finish configuration then perform following verification to
analyze network effect.

Verify Configuration:

sh bgp ipv4 unicast summary [Number of prefixes received from peers]


sh bgp ipv4 unicast [Any new prefix?]
sh ip route bgp [Any new prefix?]
sh bgp ipv4 unicast neighbors [Regional core Router] received-routes/routes
sh ip route
ping [Link] [!!!!!]
ping [Link] [!!!!!]
ping [Link] [!!!!!]

IPV6 eBGP Peering conf Router3:


 
No configuration required

Wait for R5 & R11 to finish configuration then perform following verification to
analyze network effect.

Verify Configuration:

sh bgp ipv6 unicast summary [Number of prefixes received from peers]


sh bgp ipv6 unicast [Any new prefix?]
sh ipv6 route bgp [Any new prefix?]
sh bgp ipv6 unicast neighbors [Regional core Router] received-routes/routes
sh ip route
ping 2001:df0:a:f00::1 [!!!!!]
ping 2001:df0:a:f01::1 [!!!!!]
Tunnel  Transit  Service  WAN  Interface  Conf  Region  1:  

IPV6 Tunnel Interface conf Router1:


 
No configuration required

Wait for R2 & R8 to finish configuration then perform following verification to


analyze network effect.

Verify Configuration:

ping 2406:6400:e:40::1 [….]


ping 2406:6400:e:41::1 [….]
IPV6 Tunnel Interface conf Router2:

config t
interface Tunnel0
tunnel source [Link]
tunnel destination [Link]
tunnel mode ipv6ip
ipv6 address 2406:6400:E:40::2/64
ipv6 enable
exit
exit
wr

Verify Configuration:

ping 2406:6400:e:40::1 [!!!!!]

IPV6 Tunnel Interface conf Router3:


 
No configuration required

Wait for R2 & R8 to finish configuration then perform following verification to


analyze network effect.

Verify Configuration:

ping 2406:6400:e:40::1 [….]


ping 2406:6400:e:41::1 [….]
Tunnel  Transit  Service  eBGP  Conf  Region  1:  

IPv6 Tunnel eBGP Peering conf Router1:

No configuration required

Wait for R2 & R8 to finish configuration then perform following verification to


analyze network effect.

Verify Configuration:

sh bgp ipv6 unicast summary [Number of prefixes received from peers]


sh bgp ipv6 unicast [Any new prefix?]
sh ipv6 route bgp [Any new prefix?]
sh bgp ipv6 unicast neighbors [Regional core Router] received-routes/routes
sh ip route
ping 2001:df0:a:f00::1 [!!!!!]
ping 2001:df0:a:f01::1 [!!!!!]

IPv6 Tunnel eBGP Peering conf Router2:

config t
router bgp 17821
address-family ipv6
neighbor 2406:6400:e:40::1 remote-as 23456
neighbor 2406:6400:e:40::1 activate
exit
exit
exit
wr

STOP AND WAIT FOR INSTRUCTORʼS EXPLANATION

IPv6 Tunnel eBGP Nexthop conf Router2:

config t
router bgp 17821
address-family ipv6
neighbor IPV6-iBGP-REG1 next-hop-self
neighbor IPV6-iBGP-TRCORE next-hop-self
exit
exit
exit
wr

STOP AND WAIT FOR INSTRUCTORʼS EXPLANATION

IPv6 Tunnel eBGP prefix announcement conf Router2:

config t
router bgp 17821
address-family ipv6
aggregate-address 2406:6400::/32
exit
exit
exit
wr
Verify Configuration:

sh bgp ipv6 unicast summary [Number of prefixes received from peers]


sh bgp ipv6 unicast [Any new prefix?]
sh ipv6 route bgp [Any new prefix?]
sh bgp ipv6 unicast neighbors [Regional core Router] received-routes/routes
sh ip route
ping 2001:df0:a:f00::1 [!!!!!]
ping 2001:df0:a:f01::1 [!!!!!]
 
IPv6 Tunnel eBGP Peering conf Router3:

No configuration required

Wait for R2 & R8 to finish configuration then perform following verification to


analyze network effect.

Verify Configuration:

sh bgp ipv6 unicast summary [Number of prefixes received from peers]


sh bgp ipv6 unicast [Any new prefix?]
sh ipv6 route bgp [Any new prefix?]
sh bgp ipv6 unicast neighbors [Regional core Router] received-routes/routes
sh ip route
ping 2001:df0:a:f00::1 [!!!!!]
ping 2001:df0:a:f01::1 [!!!!!]
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

You might also like