005233f814
* Check for commands presence in case running config is used as base config for diff * Correct the fixtures
29 lines
402 B
Text
29 lines
402 B
Text
hostname iosxr01
|
|
line default
|
|
transport input ssh
|
|
!
|
|
interface Loopback888
|
|
description test for ansible
|
|
shutdown
|
|
!
|
|
interface MgmtEth0/0/CPU0/0
|
|
ipv4 address dhcp
|
|
!
|
|
interface GigabitEthernet0/0/0/0
|
|
shutdown
|
|
!
|
|
interface GigabitEthernet0/0/0/1
|
|
shutdown
|
|
!
|
|
router static
|
|
address-family ipv4 unicast
|
|
0.0.0.0/0 10.0.2.2
|
|
!
|
|
!
|
|
netconf-yang agent
|
|
ssh
|
|
!
|
|
ssh server v2
|
|
ssh server netconf vrf default
|
|
!
|
|
end
|