This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| cisco:books:ccie_bridging_the_gap:ch10:lab10-1 [2025/08/24 12:53] – Name | cisco: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===== | ||
| - | ====Parameters==== | + | =====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 10: | Line 10: | ||
| {{: | {{: | ||
| - | ====Initial Configurations==== | + | =====Initial Configurations===== |
| __r1__ | __r1__ | ||
| - | < | + | < |
| + | 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 21: | Line 24: | ||
| interface GigabitEthernet0/ | interface GigabitEthernet0/ | ||
| ip address 10.1.1.1 255.255.255.0 | ip address 10.1.1.1 255.255.255.0 | ||
| - | no shut</ | + | no shut |
| + | ! | ||
| + | line con 0 | ||
| + | logg syn | ||
| + | exec-timeout 0 0 | ||
| + | ! | ||
| + | end | ||
| + | wr</ | ||
| __r2__ | __r2__ | ||
| - | < | + | < |
| + | conf t | ||
| + | ! | ||
| + | hostname r2 | ||
| interface Loopback0 | interface Loopback0 | ||
| ip address 2.2.2.2 255.0.0.0 | ip address 2.2.2.2 255.0.0.0 | ||
| Line 32: | Line 45: | ||
| interface GigabitEthernet0/ | interface GigabitEthernet0/ | ||
| ip address 10.1.1.2 255.255.255.0 | ip address 10.1.1.2 255.255.255.0 | ||
| - | no shut</ | + | no shut |
| + | ! | ||
| + | line con 0 | ||
| + | logg syn | ||
| + | exec-timeout 0 0 | ||
| + | ! | ||
| + | end | ||
| + | wr</ | ||
| __r3__ | __r3__ | ||
| - | < | + | < |
| + | conf t | ||
| + | ! | ||
| + | hostname r3 | ||
| interface Loopback0 | interface Loopback0 | ||
| ip address 3.3.3.3 255.0.0.0 | ip address 3.3.3.3 255.0.0.0 | ||
| Line 43: | Line 66: | ||
| interface GigabitEthernet0/ | interface GigabitEthernet0/ | ||
| ip address 10.1.1.3 255.255.255.0 | ip address 10.1.1.3 255.255.255.0 | ||
| - | no shut</ | + | no shut |
| + | ! | ||
| + | line con 0 | ||
| + | logg syn | ||
| + | exec-timeout 0 0 | ||
| + | ! | ||
| + | end | ||
| + | wr</ | ||
| __r4__ | __r4__ | ||
| - | < | + | < |
| + | conf t | ||
| + | ! | ||
| + | hostname r4 | ||
| interface Loopback0 | interface Loopback0 | ||
| ip address 4.4.4.4 255.0.0.0 | ip address 4.4.4.4 255.0.0.0 | ||
| Line 54: | Line 87: | ||
| interface GigabitEthernet0/ | interface GigabitEthernet0/ | ||
| ip address 10.1.1.4 255.255.255.0 | ip address 10.1.1.4 255.255.255.0 | ||
| - | no shut</ | + | no shut |
| + | ! | ||
| + | line con 0 | ||
| + | logg syn | ||
| + | exec-timeout 0 0 | ||
| + | ! | ||
| + | end | ||
| + | wr</ | ||
| - | ====End of Lab 10-1 Configurations==== | + | =====End of Lab 10-1 Configurations===== |
| __r1__ | __r1__ | ||
| - | < | + | < |
| - | interface Loopback0 | + | |
| - | ip address 1.1.1.1 255.0.0.0 | + | |
| - | ! | + | |
| - | interface Loopback1 | + | |
| - | ip address 192.168.1.1 255.255.255.0 | + | |
| - | ! | + | |
| - | interface GigabitEthernet0/ | + | |
| - | ip address 10.1.1.1 255.255.255.0 | + | |
| - | no shut | + | |
| - | ! | + | |
| - | router rip | + | |
| | | ||
| | | ||
| Line 87: | Line 116: | ||
| | | ||
| __r2__ | __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 | + | |
| - | ! | + | |
| - | router rip | + | |
| | | ||
| | | ||
| Line 115: | Line 133: | ||
| | | ||
| __r3__ | __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 | + | |
| - | ! | + | |
| - | router rip | + | |
| | | ||
| | | ||
| Line 143: | Line 150: | ||
| | | ||
| __r4__ | __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 | + | |
| - | ! | + | |
| - | router rip | + | |
| | | ||
| | | ||
| Line 171: | Line 167: | ||
| | | ||
| - | ====Verification on r1==== | + | =====Verification on r1===== |
| < | < | ||
| BGP router identifier 1.1.1.1, local AS number 100 | BGP router identifier 1.1.1.1, local AS number 100 | ||
| Line 194: | 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</ | Number of NLRIs in the update sent: max 0, min 0</ | ||
| + | | ||
| + | =====Backlinks===== | ||
| + | [[: | ||
| + | [[: | ||
| + | [[: | ||
| + | [[: | ||
| + | |||