Creating initial configuration for IOS XR
=========================================

Don't despair, the system boot takes forever. After the boot is complete, the system
might displays the "Administrative User Dialog", in which case create root-system
username 'vagrant' with password 'vagrant'.

* Login with username 'vagrant' and password 'vagrant'
* Use 'config' to enter configuration mode and copy the following configuration:

-----------------------------------------
hostname xrv
domain name lab.local
!
aaa authorization exec default local
aaa authentication login default local
vrf MGMT
!
ssh server v2
ssh server logging
ssh server vrf MGMT
ssh server vrf default
ssh server netconf vrf MGMT
ssh server netconf vrf default
!
username vagrant
 password vagrant

netconf agent tty
 session timeout 5
!
netconf-yang agent
 ssh
!
interface MgmtEth0/RP0/CPU0/0
 no shutdown
 vrf MGMT
 ipv4 address dhcp
!
commit
-----------------------------------------

* Exit the configuration mode and disconnect from console (ctrl-] usually works).
