====IOS-XR Lab 1: Initial Configuration====
- Set initial username.
- Just use admin/admin as the username/password combo
- Configure Hostname.
- ++Answer|RP/0/0/CPU0:ios#conf t
RP/0/0/CPU0:ios(config)#hostname R1
++
- Save changes for the configuration to take effect.(commit changes)
- ++Answer|RP/0/0/CPU0:ios(config)#commit
Mon Dec 16 14:38:08.314 UTC
++
- Configure interface link to R2.
- ++Answer|RP/0/0/CPU0:R1(config)#int g 0/0/0/0
RP/0/0/CPU0:R1(config-if)#ip add 10.0.0.2 255.255.255.0
RP/0/0/CPU0:R1(config-if)#description R2; g 0/0/0/0; 10.0.0.3/24
RP/0/0/CPU0:R1(config-if)#no shut
++
- Repeat same steps for R2 using:
- Hostname=R2
- IP=10.0.0.3/24
- End of Lab 1
[[:cisco:labs:ios_xr:lab2|IOS-XR Lab 2: HSRP Configuration]]\\
[[:cisco:labs:ios_xr|IOX-XR Lab Index]]