+ All Categories
Home > Documents > BGP$Customer$Conf$Region$1:$ house/LAB... · BGP$Customer$Conf$Region$1:$ $ $ $ $! IPV4 WAN...

BGP$Customer$Conf$Region$1:$ house/LAB... · BGP$Customer$Conf$Region$1:$ $ $ $ $! IPV4 WAN...

Date post: 25-Sep-2019
Category:
Upload: others
View: 4 times
Download: 1 times
Share this document with a friend
20
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 172.16.11.1 255.255.255.252 no shutdown exit exit wr Verify Configuration: ping 172.16.11.1 [!!!!!] ping 172.16.11.2 [!!!!!]
Transcript
Page 1: BGP$Customer$Conf$Region$1:$ house/LAB... · BGP$Customer$Conf$Region$1:$ $ $ $ $! IPV4 WAN Interface POP1 Router1 Conf: ! config t interface fa0/0 description Customer WAN R1-CAR1

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 172.16.11.1 255.255.255.252 no shutdown exit exit wr Verify Configuration: ping 172.16.11.1 [!!!!!] ping 172.16.11.2 [!!!!!]

Page 2: BGP$Customer$Conf$Region$1:$ house/LAB... · BGP$Customer$Conf$Region$1:$ $ $ $ $! IPV4 WAN Interface POP1 Router1 Conf: ! config t interface fa0/0 description Customer WAN R1-CAR1

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 172.16.11.33 255.255.255.252 no shutdown exit exit wr Verify Configuration: ping 172.16.11.33 [!!!!!] ping 172.16.11.34 [!!!!!] IPV6 WAN Interface POP2 Router3 Conf:  config t interface fa0/0 ipv6 address 2406:6400:0014:0000::1/64 ipv6 enable exit exit wr

Page 3: BGP$Customer$Conf$Region$1:$ house/LAB... · BGP$Customer$Conf$Region$1:$ $ $ $ $! IPV4 WAN Interface POP1 Router1 Conf: ! config t interface fa0/0 description Customer WAN R1-CAR1

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 172.16.11.2 remote-as 65001 neighbor 172.16.11.2 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 172.16.16.1 [!!!!!] 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

Page 4: BGP$Customer$Conf$Region$1:$ house/LAB... · BGP$Customer$Conf$Region$1:$ $ $ $ $! IPV4 WAN Interface POP1 Router1 Conf: ! config t interface fa0/0 description Customer WAN R1-CAR1

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 172.16.11.34 remote-as 65002 neighbor 172.16.11.34 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 172.16.18.1 [!!!!!] 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

Page 5: BGP$Customer$Conf$Region$1:$ house/LAB... · BGP$Customer$Conf$Region$1:$ $ $ $ $! IPV4 WAN Interface POP1 Router1 Conf: ! config t interface fa0/0 description Customer WAN R1-CAR1

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 172.16.11.2 255.255.255.252 no cdp enable no shutdown exit exit wr Verify Configuration: ping 172.16.11.2 [!!!!!] ping 172.16.11.1 [!!!!!] 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 [!!!!!]  

Page 6: BGP$Customer$Conf$Region$1:$ house/LAB... · BGP$Customer$Conf$Region$1:$ $ $ $ $! IPV4 WAN Interface POP1 Router1 Conf: ! config t interface fa0/0 description Customer WAN R1-CAR1

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 172.16.11.34 255.255.255.252 no cdp enable no shutdown exit exit wr Verify Configuration: ping 172.16.11.34 [!!!!!] ping 172.16.11.33 [!!!!!] 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 172.16.11.1 remote-as 17821 neighbor 172.16.11.1 activate exit exit exit wr

Page 7: BGP$Customer$Conf$Region$1:$ house/LAB... · BGP$Customer$Conf$Region$1:$ $ $ $ $! IPV4 WAN Interface POP1 Router1 Conf: ! config t interface fa0/0 description Customer WAN R1-CAR1

IPV4 eBGP Prefix Announcement POP1 Router13 Conf: config t router bgp 65001 address-family ipv4 network 172.16.16.0 mask 255.255.255.0 exit exit ip route 172.16.16.0 255.255.255.0 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 172.16.15.1 [!!!!!] 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

Page 8: BGP$Customer$Conf$Region$1:$ house/LAB... · BGP$Customer$Conf$Region$1:$ $ $ $ $! IPV4 WAN Interface POP1 Router1 Conf: ! config t interface fa0/0 description Customer WAN R1-CAR1

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 172.16.11.33 remote-as 17821 neighbor 172.16.11.33 activate exit exit exit wr IPV4 eBGP Prefix Announcement POP2 Router14 Conf: config t router bgp 65002 address-family ipv4 network 172.16.18.0 mask 255.255.255.0 exit exit ip route 172.16.18.0 255.255.255.0 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 172.16.15.3 [!!!!!]

Page 9: BGP$Customer$Conf$Region$1:$ house/LAB... · BGP$Customer$Conf$Region$1:$ $ $ $ $! IPV4 WAN Interface POP1 Router1 Conf: ! config t interface fa0/0 description Customer WAN R1-CAR1

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 [!!!!!]                        

Page 10: BGP$Customer$Conf$Region$1:$ house/LAB... · BGP$Customer$Conf$Region$1:$ $ $ $ $! IPV4 WAN Interface POP1 Router1 Conf: ! config t interface fa0/0 description Customer WAN R1-CAR1

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 192.168.1.6 [….] ping 192.168.1.10 [….]

Page 11: BGP$Customer$Conf$Region$1:$ house/LAB... · BGP$Customer$Conf$Region$1:$ $ $ $ $! IPV4 WAN Interface POP1 Router1 Conf: ! config t interface fa0/0 description Customer WAN R1-CAR1

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 192.168.1.6 [….] ping 192.168.1.10 [….] 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 192.168.1.6 [….] ping 192.168.1.10 [….]

Page 12: BGP$Customer$Conf$Region$1:$ house/LAB... · BGP$Customer$Conf$Region$1:$ $ $ $ $! IPV4 WAN Interface POP1 Router1 Conf: ! config t interface fa0/0 description Customer WAN R1-CAR1

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 [….]

Page 13: BGP$Customer$Conf$Region$1:$ house/LAB... · BGP$Customer$Conf$Region$1:$ $ $ $ $! IPV4 WAN Interface POP1 Router1 Conf: ! config t interface fa0/0 description Customer WAN R1-CAR1

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

Page 14: BGP$Customer$Conf$Region$1:$ house/LAB... · BGP$Customer$Conf$Region$1:$ $ $ $ $! IPV4 WAN Interface POP1 Router1 Conf: ! config t interface fa0/0 description Customer WAN R1-CAR1

ping 192.168.1.6 [!!!!!] ping 192.168.1.10 [!!!!!] ping 192.168.1.1 [!!!!!] 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 192.168.1.6 [!!!!!] ping 192.168.1.10 [!!!!!] ping 192.168.1.1 [!!!!!] IPV6 eBGP Peering conf Router2:  No configuration required Wait for R5 & R11 to finish configuration then perform following verification to analyze network effect.

Page 15: BGP$Customer$Conf$Region$1:$ house/LAB... · BGP$Customer$Conf$Region$1:$ $ $ $ $! IPV4 WAN Interface POP1 Router1 Conf: ! config t interface fa0/0 description Customer WAN R1-CAR1

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 192.168.1.6 [!!!!!] ping 192.168.1.10 [!!!!!] ping 192.168.1.1 [!!!!!] 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 [!!!!!]

Page 16: BGP$Customer$Conf$Region$1:$ house/LAB... · BGP$Customer$Conf$Region$1:$ $ $ $ $! IPV4 WAN Interface POP1 Router1 Conf: ! config t interface fa0/0 description Customer WAN R1-CAR1

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 [….]

Page 17: BGP$Customer$Conf$Region$1:$ house/LAB... · BGP$Customer$Conf$Region$1:$ $ $ $ $! IPV4 WAN Interface POP1 Router1 Conf: ! config t interface fa0/0 description Customer WAN R1-CAR1

IPV6 Tunnel Interface conf Router2: config t interface Tunnel0 tunnel source 172.16.15.2 tunnel destination 192.168.1.1 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 [….]

Page 18: BGP$Customer$Conf$Region$1:$ house/LAB... · BGP$Customer$Conf$Region$1:$ $ $ $ $! IPV4 WAN Interface POP1 Router1 Conf: ! config t interface fa0/0 description Customer WAN R1-CAR1

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

Page 19: BGP$Customer$Conf$Region$1:$ house/LAB... · BGP$Customer$Conf$Region$1:$ $ $ $ $! IPV4 WAN Interface POP1 Router1 Conf: ! config t interface fa0/0 description Customer WAN R1-CAR1

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

Page 20: BGP$Customer$Conf$Region$1:$ house/LAB... · BGP$Customer$Conf$Region$1:$ $ $ $ $! IPV4 WAN Interface POP1 Router1 Conf: ! config t interface fa0/0 description Customer WAN R1-CAR1

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 [!!!!!]                                


Recommended