Site Tools


cisco:books:ccie_bridging_the_gap:ch10:lab10-1

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
cisco:books:ccie_bridging_the_gap:ch10:lab10-1 [2025/08/24 12:45] Namecisco:books:ccie_bridging_the_gap:ch10:lab10-1 [2025/08/26 15:09] (current) 97.85.225.56
Line 1: Line 1:
 =====Cisco Books - CCIE Bridging the Gap: Chapter 10 - Lab 10-1===== =====Cisco Books - CCIE Bridging the Gap: Chapter 10 - Lab 10-1=====
-End of Lab 10-1\\ +=====Parameters===== 
 This lab has the following parameters: This lab has the following parameters:
   * RIPv2 as the underlay, to provide a route between loopbacks.   * RIPv2 as the underlay, to provide a route between loopbacks.
Line 8: Line 8:
   * BGP neighbors have authentication configured.   * BGP neighbors have authentication configured.
  
-{{:cisco:books:ccie_bridging_the_gap:ch10:lab_10-1.jpg?400 |}} +{{:cisco:books:ccie_bridging_the_gap:ch10:lab_10-1.jpg?300 |}}
-\\  +
-\\ +
  
 +=====Initial Configurations=====
 __r1__ __r1__
-<code>hostname r1+<code>en 
 +conf t 
 +
 +hostname r1
 interface Loopback0 interface Loopback0
  ip address 1.1.1.1 255.0.0.0  ip address 1.1.1.1 255.0.0.0
Line 24: Line 26:
  no shut  no shut
 ! !
-router rip+line con 0 
 +logg syn 
 +exec-timeout 0 0 
 +
 +end 
 +wr</code> 
 +__r2__ 
 +<code>en 
 +conf t 
 +
 +hostname r2 
 +interface Loopback0 
 + ip address 2.2.2.2 255.0.0.0 
 +
 +interface Loopback1 
 + ip address 192.168.2.2 255.255.255.0 
 +
 +interface GigabitEthernet0/
 + ip address 10.1.1.2 255.255.255.0 
 + no shut 
 +
 +line con 0 
 +logg syn 
 +exec-timeout 0 0 
 +
 +end 
 +wr</code> 
 +__r3__ 
 +<code>en 
 +conf t 
 +
 +hostname r3 
 +interface Loopback0 
 + ip address 3.3.3.3 255.0.0.0 
 +
 +interface Loopback1 
 + ip address 192.168.3.3 255.255.255.0 
 +
 +interface GigabitEthernet0/
 + ip address 10.1.1.3 255.255.255.0 
 + no shut 
 +
 +line con 0 
 +logg syn 
 +exec-timeout 0 0 
 +
 +end 
 +wr</code> 
 +__r4__ 
 +<code>en 
 +conf t 
 +
 +hostname r4 
 +interface Loopback0 
 + ip address 4.4.4.4 255.0.0.0 
 +
 +interface Loopback1 
 + ip address 192.168.4.4 255.255.255.0 
 +
 +interface GigabitEthernet0/
 + ip address 10.1.1.4 255.255.255.0 
 + no shut 
 +
 +line con 0 
 +logg syn 
 +exec-timeout 0 0 
 +
 +end 
 +wr</code> 
 + 
 +=====End of Lab 10-1 Configurations===== 
 + 
 +__r1__ 
 +<code>router rip
  version 2  version 2
  network 1.0.0.0  network 1.0.0.0
Line 41: Line 116:
  neighbor 4.4.4.4 peer-group tst</code>  neighbor 4.4.4.4 peer-group tst</code>
 __r2__ __r2__
-<code>hostname r2 +<code>router rip
-interface Loopback0 +
- ip address 2.2.2.2 255.0.0.0 +
-+
-interface Loopback1 +
- ip address 192.168.2.2 255.255.255.0 +
-+
-interface GigabitEthernet0/+
- ip address 10.1.1.2 255.255.255.0 +
- no shut +
-+
-router rip+
  version 2  version 2
  network 2.0.0.0  network 2.0.0.0
Line 69: Line 133:
  neighbor 4.4.4.4 peer-group tst</code>  neighbor 4.4.4.4 peer-group tst</code>
 __r3__ __r3__
-<code>hostname r3 +<code>router rip
-interface Loopback0 +
- ip address 3.3.3.3 255.0.0.0 +
-+
-interface Loopback1 +
- ip address 192.168.3.3 255.255.255.0 +
-+
-interface GigabitEthernet0/+
- ip address 10.1.1.3 255.255.255.0 +
- no shut +
-+
-router rip+
  version 2  version 2
  network 3.0.0.0  network 3.0.0.0
Line 97: Line 150:
  neighbor 4.4.4.4 peer-group tst</code>  neighbor 4.4.4.4 peer-group tst</code>
 __r4__ __r4__
-<code>hostname r4 +<code>router rip
-interface Loopback0 +
- ip address 4.4.4.4 255.0.0.0 +
-+
-interface Loopback1 +
- ip address 192.168.4.4 255.255.255.0 +
-+
-interface GigabitEthernet0/+
- ip address 10.1.1.4 255.255.255.0 +
- no shut +
-+
-router rip+
  version 2  version 2
  network 4.0.0.0  network 4.0.0.0
Line 124: Line 166:
  neighbor 2.2.2.2 peer-group tst  neighbor 2.2.2.2 peer-group tst
  neighbor 3.3.3.3 peer-group tst</code>  neighbor 3.3.3.3 peer-group tst</code>
-__Verification on r1__+ 
 +=====Verification on r1=====
 <code>r1#show ip bgp summary <code>r1#show ip bgp summary
 BGP router identifier 1.1.1.1, local AS number 100 BGP router identifier 1.1.1.1, local AS number 100
Line 147: Line 190:
   Update messages formatted 0, replicated 0   Update messages formatted 0, replicated 0
   Number of NLRIs in the update sent: max 0, min 0</code>   Number of NLRIs in the update sent: max 0, min 0</code>
 +  
 +=====Backlinks=====
 +[[:cisco|Cisco]]\\ 
 +[[:cisco:books|Cisco Books]]\\ 
 +[[:cisco:books:ccie_bridging_the_gap|CCIE Bridging the Gap]]\\ 
 +[[:cisco:books:ccie_bridging_the_gap:ch10|CCIE Bridging the Gap - Chapter 10]]\\ 
 +
  
cisco/books/ccie_bridging_the_gap/ch10/lab10-1.1756039536.txt.gz · Last modified: by Name