Site Tools


cisco:labs:00500

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
cisco:labs:00500 [2025/12/26 22:53] – [Verification] Namecisco:labs:00500 [2025/12/27 04:54] (current) Name
Line 1: Line 1:
-====== Lab 00500 iBGP 2 Routers, IOS-XE ======+====== Lab 00500 EIGRP 2 Routers, IOS-XE ======
  
 {{ :cisco:labs:00500.jpg?700 |}} {{ :cisco:labs:00500.jpg?700 |}}
Line 8: Line 8:
 <code>en <code>en
 conf t conf t
-router bgp 64512 +router eigrp 1 
- bgp log-neighbor-changes + network 1.1.1.1 0.0.0.0 
- network 1.1.1.1 mask 255.255.255.255 + network 12.0.0.1 0.0.0.0</code>
- network 12.0.0.1 mask 255.255.255.255 +
- neighbor 12.0.0.2 remote-as 64512</code>+
  
 ===== Router 2 ===== ===== Router 2 =====
 <code>en <code>en
 conf t conf t
-router bgp 64512 +router eigrp 1 
- bgp log-neighbor-changes + network 2.2.2.2 0.0.0.0 
- network 2.2.2.2 mask 255.255.255.255 + network 12.0.0.2 0.0.0.0</code>
- network 12.0.0.2 mask 255.255.255.255 +
- neighbor 12.0.0.1 remote-as 64512</code>+
  
  
Line 37: Line 33:
 C        1.1.1.1 is directly connected, Loopback0 C        1.1.1.1 is directly connected, Loopback0
       2.0.0.0/32 is subnetted, 1 subnets       2.0.0.0/32 is subnetted, 1 subnets
-       2.2.2.2 [200/0] via 12.0.0.2, 00:04:10+       2.2.2.2 [90/130816] via 12.0.0.2, 00:01:46, GigabitEthernet1
       12.0.0.0/8 is variably subnetted, 2 subnets, 2 masks       12.0.0.0/8 is variably subnetted, 2 subnets, 2 masks
 C        12.0.0.0/24 is directly connected, GigabitEthernet1 C        12.0.0.0/24 is directly connected, GigabitEthernet1
 L        12.0.0.1/32 is directly connected, GigabitEthernet1</code> L        12.0.0.1/32 is directly connected, GigabitEthernet1</code>
  
-<code>r1#show ip bgp neighbors | i BGP neighbor|ID|BGP state +<code>r1#show ip eigrp nei 
-BGP neighbor is 12.0.0.2 remote AS 64512, internal link +EIGRP-IPv4 Neighbors for AS(1) 
-  BGP version 4, remote router ID 2.2.2.2 +H   Address                 Interface              Hold Uptime   SRTT   RTO  Q  Seq 
-  BGP state = Established, up for 00:07:54</code>+                                                   (sec)         (ms)       Cnt Num 
 +0   12.0.0.2                Gi1                      11 00:02:34    2   100   4</code>
  
-<code>r1#show ip bgp summary +<code>r1#show ip eigrp topology 
-BGP router identifier 1.1.1.1, local AS number 64512 +EIGRP-IPv4 Topology Table for AS(1)/ID(1.1.1.1) 
-BGP table version is 3main routing table version 3 +Codes: P - PassiveActive, U UpdateQ - Query, R - Reply
-2 network entries using 496 bytes of memory +       r - reply Status, s - sia Status 
-2 path entries using 272 bytes of memory +
-2/2 BGP path/bestpath attribute entries using 576 bytes of memory +
-0 BGP route-map cache entries using 0 bytes of memory +
-0 BGP filter-list cache entries using 0 bytes of memory +
-BGP using 1344 total bytes of memory +
-BGP activity 2/0 prefixes2/0 pathsscan interval 60 secs +
-2 networks peaked at 22:41:19 Dec 26 2025 UTC (00:09:07.981 ago)+
  
-Neighbor        V           AS MsgRcvd MsgSent   TblVer  InQ OutQ Up/Down  State/PfxRcd +P 12.0.0.0/24, 1 successors, FD is 2816 
-12.0.0.2        4        64512      15      14              00:09:07        1</code>+        via Connected, GigabitEthernet1 
 +P 2.2.2.2/32, 1 successors, FD is 130816 
 +        via 12.0.0.2 (130816/128256), GigabitEthernet1 
 +P 1.1.1.1/32, 1 successors, FD is 128256 
 +        via Connected, Loopback0</code> 
 + 
 +<code>r1#show ip eigrp interfaces 
 +EIGRP-IPv4 Interfaces for AS(1) 
 +                              Xmit Queue   PeerQ        Mean   Pacing Time   Multicast    Pending 
 +Interface              Peers  Un/Reliable  Un/Reliable  SRTT   Un/Reliable   Flow Timer   Routes 
 +Gi1                      1        0/0       0/                0/          50           0 
 +Lo0                      0        0/0       0/                0/           0           0</code>
  
 <code>r2#ping 1.1.1.1 <code>r2#ping 1.1.1.1
Line 72: Line 73:
  
       1.0.0.0/32 is subnetted, 1 subnets       1.0.0.0/32 is subnetted, 1 subnets
-       1.1.1.1 [200/0] via 12.0.0.1, 00:10:51+       1.1.1.1 [90/130816] via 12.0.0.1, 00:04:33, GigabitEthernet1
       2.0.0.0/32 is subnetted, 1 subnets       2.0.0.0/32 is subnetted, 1 subnets
 C        2.2.2.2 is directly connected, Loopback0 C        2.2.2.2 is directly connected, Loopback0
Line 79: Line 80:
 L        12.0.0.2/32 is directly connected, GigabitEthernet1</code> L        12.0.0.2/32 is directly connected, GigabitEthernet1</code>
  
-<code>r2#show ip bgp neighbors | i BGP neighbor|ID|BGP state +<code>r2#show ip eigrp nei 
-BGP neighbor is 12.0.0.1 remote AS 64512, internal link +EIGRP-IPv4 Neighbors for AS(1) 
-  BGP version 4, remote router ID 1.1.1.1 +H   Address                 Interface              Hold Uptime   SRTT   RTO  Q  Seq 
-  BGP state = Established, up for 00:08:32</code>+                                                   (sec)         (ms)       Cnt Num 
 +0   12.0.0.1                Gi1                      11 00:04:38    1   100   3</code> 
 + 
 +<code>r2#show ip eigrp topology 
 +EIGRP-IPv4 Topology Table for AS(1)/ID(2.2.2.2) 
 +CodesP - Passive, A - Active, U - Update, Q - Query, R - Reply, 
 +       r - reply Status, s - sia Status 
  
-<code>r2#show ip bgp summary +P 12.0.0.0/241 successors, FD is 2816 
-BGP router identifier 2.2.2.2local AS number 64512 +        via ConnectedGigabitEthernet1 
-BGP table version is 3main routing table version 3 +2.2.2.2/32, 1 successors, FD is 128256 
-network entries using 496 bytes of memory +        via Connected, Loopback0 
-path entries using 272 bytes of memory +P 1.1.1.1/321 successorsFD is 130816 
-2/BGP path/bestpath attribute entries using 576 bytes of memory +        via 12.0.0.1 (130816/128256), GigabitEthernet1</code>
-0 BGP route-map cache entries using 0 bytes of memory +
-0 BGP filter-list cache entries using 0 bytes of memory +
-BGP using 1344 total bytes of memory +
-BGP activity 2/0 prefixes2/0 pathsscan interval 60 secs +
-2 networks peaked at 22:41:19 Dec 26 2025 UTC (00:11:54.065 ago)+
  
-Neighbor        V           AS MsgRcvd MsgSent   TblVer  InQ OutQ Up/Down  State/PfxRcd +<code>r2#show ip eigrp interfaces 
-12.0.0.              64512      18      18        3       00:11:53        1</code>+EIGRP-IPv4 Interfaces for AS(1) 
 +                              Xmit Queue   PeerQ        Mean   Pacing Time   Multicast    Pending 
 +Interface              Peers  Un/Reliable  Un/Reliable  SRTT   Un/Reliable   Flow Timer   Routes 
 +Gi1                      1        0/      0/0                 0/0           50           0 
 +Lo0                      0        0/0       0/                0/           0           0</code>
 ===== TCL Script ===== ===== TCL Script =====
 <code>r1#tclsh <code>r1#tclsh
cisco/labs/00500.1766789625.txt.gz · Last modified: by Name