This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| cisco:labs:00200 [2025/12/25 17:34] – Name | cisco:labs:00200 [2025/12/26 17:35] (current) – Name | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== Lab 00300 RIP routing | + | ====== Lab 00200 RIPv2 2 Routers, IOS-XE ====== |
| - | {{ : | + | {{ : |
| - Complete [[cisco: | - Complete [[cisco: | ||
| Line 8: | Line 8: | ||
| < | < | ||
| conf t | conf t | ||
| - | ip route 2.2.2.2 255.255.255.255 | + | router rip |
| + | | ||
| + | | ||
| + | | ||
| ===== Router 2 ===== | ===== Router 2 ===== | ||
| < | < | ||
| conf t | conf t | ||
| - | ip route 1.1.1.1 255.255.255.255 | + | router rip |
| + | | ||
| + | | ||
| + | | ||
| Line 21: | Line 27: | ||
| Sending 5, 100-byte ICMP Echos to 2.2.2.2, timeout is 2 seconds: | Sending 5, 100-byte ICMP Echos to 2.2.2.2, timeout is 2 seconds: | ||
| !!!!! | !!!!! | ||
| - | Success rate is 100 percent (5/5), round-trip min/avg/max = 1/1/5 ms</ | + | Success rate is 100 percent (5/5), round-trip min/avg/max = 1/1/3 ms</ |
| < | < | ||
| Line 27: | Line 33: | ||
| Sending 5, 100-byte ICMP Echos to 1.1.1.1, timeout is 2 seconds: | Sending 5, 100-byte ICMP Echos to 1.1.1.1, timeout is 2 seconds: | ||
| !!!!! | !!!!! | ||
| - | Success rate is 100 percent (5/5), round-trip min/avg/max = 1/1/3 ms</ | + | Success rate is 100 percent (5/5), round-trip min/avg/max = 1/1/1 ms</ |
| - | < | + | < |
| Gateway of last resort is not set | Gateway of last resort is not set | ||
| 1.0.0.0/32 is subnetted, 1 subnets | 1.0.0.0/32 is subnetted, 1 subnets | ||
| C 1.1.1.1 is directly connected, Loopback0 | C 1.1.1.1 is directly connected, Loopback0 | ||
| - | | + | R 2.0.0.0/8 [120/1] via 12.0.0.2, 00:00:27, GigabitEthernet1 |
| - | S 2.2.2.2 | + | |
| 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</ | L 12.0.0.1/32 is directly connected, GigabitEthernet1</ | ||
| + | |||
| + | < | ||
| + | 1.0.0.0/ | ||
| + | 1.1.1.1/ | ||
| + | 2.0.0.0/ | ||
| + | 2.0.0.0/8 | ||
| + | [1] via 12.0.0.2, 00:00:19, GigabitEthernet1 | ||
| + | 12.0.0.0/ | ||
| + | 12.0.0.0/ | ||
| + | |||
| + | < | ||
| + | Gateway of last resort is not set | ||
| + | |||
| + | R | ||
| + | 2.0.0.0/32 is subnetted, 1 subnets | ||
| + | C 2.2.2.2 is directly connected, Loopback0 | ||
| + | 12.0.0.0/8 is variably subnetted, 2 subnets, 2 masks | ||
| + | C 12.0.0.0/24 is directly connected, GigabitEthernet1 | ||
| + | L 12.0.0.2/32 is directly connected, GigabitEthernet1</ | ||
| + | |||
| + | < | ||
| + | 1.0.0.0/ | ||
| + | 1.0.0.0/8 | ||
| + | [1] via 12.0.0.1, 00:00:23, GigabitEthernet1 | ||
| + | 2.0.0.0/ | ||
| + | 2.2.2.2/ | ||
| + | 12.0.0.0/ | ||
| + | 12.0.0.0/ | ||
| + | |||
| + | ===== TCL Script ===== | ||
| + | < | ||
| + | r1(tcl)# | ||
| + | +> | ||
| + | +> | ||
| + | +> | ||
| + | Type escape sequence to abort. | ||
| + | Sending 5, 100-byte ICMP Echos to 12.0.0.2, timeout is 2 seconds: | ||
| + | !!!!! | ||
| + | Success rate is 100 percent (5/5), round-trip min/avg/max = 1/1/1 ms | ||
| + | Type escape sequence to abort. | ||
| + | Sending 5, 100-byte ICMP Echos to 2.2.2.2, timeout is 2 seconds: | ||
| + | !!!!! | ||
| + | Success rate is 100 percent (5/5), round-trip min/avg/max = 1/1/1 ms | ||
| + | r1(tcl)# | ||
| + | |||
| + | < | ||
| + | r2(tcl)# | ||
| + | +> | ||
| + | +> | ||
| + | +> | ||
| + | Type escape sequence to abort. | ||
| + | Sending 5, 100-byte ICMP Echos to 12.0.0.1, timeout is 2 seconds: | ||
| + | !!!!! | ||
| + | Success rate is 100 percent (5/5), round-trip min/avg/max = 1/1/2 ms | ||
| + | Type escape sequence to abort. | ||
| + | Sending 5, 100-byte ICMP Echos to 1.1.1.1, timeout is 2 seconds: | ||
| + | !!!!! | ||
| + | Success rate is 100 percent (5/5), round-trip min/avg/max = 1/1/1 ms | ||
| + | r2(tcl)# | ||
| + | |||