This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| icsco:labs:00000 [2025/12/23 03:23] – Name | icsco:labs:00000 [2025/12/23 03:47] (current) – removed Name | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== Lab 00000 - Initial Config 2 Routers, IOS-XE ====== | ||
| - | {{ : | ||
| - | |||
| - | ===== Router 1 ===== | ||
| - | < | ||
| - | conf t | ||
| - | hostname r1 | ||
| - | no service call-home | ||
| - | no call-home | ||
| - | no ip http server | ||
| - | no ip http authentication local | ||
| - | no ip http secure-server | ||
| - | ! | ||
| - | int g1 | ||
| - | ip add 12.0.0.1 255.255.255.0 | ||
| - | no shut | ||
| - | exit | ||
| - | ! | ||
| - | line con 0 | ||
| - | logg syn | ||
| - | exec-timeout 0 0 | ||
| - | width 512 | ||
| - | history size 256 | ||
| - | exit | ||
| - | do wr | ||
| - | </ | ||
| - | |||
| - | ===== Router 2 ===== | ||
| - | < | ||
| - | conf t | ||
| - | hostname r2 | ||
| - | no service call-home | ||
| - | no call-home | ||
| - | no ip http server | ||
| - | no ip http authentication local | ||
| - | no ip http secure-server | ||
| - | ! | ||
| - | int g1 | ||
| - | ip add 12.0.0.2 255.255.255.0 | ||
| - | no shut | ||
| - | exit | ||
| - | ! | ||
| - | line con 0 | ||
| - | logg syn | ||
| - | exec-timeout 0 0 | ||
| - | width 512 | ||
| - | history size 256 | ||
| - | exit | ||
| - | do wr | ||
| - | </ | ||