This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| cisco:labs:00000 [2025/12/23 03:41] – created Name | cisco:labs:00000 [2025/12/26 17:19] (current) – Name | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== Lab 00000 - Initial Config 2 Routers, IOS-XE ====== | + | ====== Lab 00000 Initial Config 2 Routers, IOS-XE ====== |
| - | {{ : | + | {{ : |
| ===== Router 1 ===== | ===== Router 1 ===== | ||
| Line 16: | Line 16: | ||
| ip add 12.0.0.1 255.255.255.0 | ip add 12.0.0.1 255.255.255.0 | ||
| no shut | no shut | ||
| + | exit | ||
| + | ! | ||
| + | int lo0 | ||
| + | ip add 1.1.1.1 255.255.255.255 | ||
| exit | exit | ||
| ! | ! | ||
| Line 40: | Line 44: | ||
| ip add 12.0.0.2 255.255.255.0 | ip add 12.0.0.2 255.255.255.0 | ||
| no shut | no shut | ||
| + | exit | ||
| + | ! | ||
| + | int lo0 | ||
| + | ip add 2.2.2.2 255.255.255.0 | ||
| exit | exit | ||
| ! | ! | ||
| Line 50: | Line 58: | ||
| do wr | do wr | ||
| </ | </ | ||
| + | |||
| + | |||
| + | ===== Verification ===== | ||
| + | |||
| + | < | ||
| + | Type escape sequence to abort. | ||
| + | Sending 5, 100-byte ICMP Echos to 12.0.0.2, timeout is 2 seconds: | ||
| + | .!!!! | ||
| + | Success rate is 80 percent (4/5), round-trip min/avg/max = 1/1/3 ms</ | ||
| + | |||
| + | < | ||
| + | Type escape sequence to abort. | ||
| + | Sending 5, 100-byte ICMP Echos to 2.2.2.2, timeout is 2 seconds: | ||
| + | ..... | ||
| + | Success rate is 0 percent (0/ | ||
| + | This will be fixed on Lab 00100. | ||
| + | |||
| + | ===== 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 80 percent (4/5), round-trip min/avg/max = 1/1/2 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 | ||
| + | r2(tcl)# | ||