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:45] – 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===== | ||
| - | 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. | ||
| - | {{: | + | {{: |
| - | \\ | + | |
| - | \\ | + | |
| + | =====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 24: | Line 26: | ||
| no shut | no shut | ||
| ! | ! | ||
| - | router rip | + | line con 0 |
| + | logg syn | ||
| + | exec-timeout 0 0 | ||
| + | ! | ||
| + | end | ||
| + | wr</ | ||
| + | __r2__ | ||
| + | < | ||
| + | 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</ | ||
| + | __r3__ | ||
| + | < | ||
| + | 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</ | ||
| + | __r4__ | ||
| + | < | ||
| + | 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</ | ||
| + | |||
| + | =====End of Lab 10-1 Configurations===== | ||
| + | |||
| + | __r1__ | ||
| + | < | ||
| | | ||
| | | ||
| Line 41: | 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 69: | 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 97: | 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 124: | Line 166: | ||
| | | ||
| | | ||
| - | __Verification | + | |
| + | =====Verification | ||
| < | < | ||
| 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</ | Number of NLRIs in the update sent: max 0, min 0</ | ||
| + | | ||
| + | =====Backlinks===== | ||
| + | [[: | ||
| + | [[: | ||
| + | [[: | ||
| + | [[: | ||
| + | |||