summaryrefslogtreecommitdiff
path: root/test/units/modules/network/iosxr/fixtures/iosxr_config_config.cfg
blob: afad9d08aa7ae75d53a38fe8ce219dade084ee1d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
!
hostname router
!
interface GigabitEthernet0/0
 ip address 1.2.3.4 255.255.255.0
 description test string
!
interface GigabitEthernet0/1
 ip address 6.7.8.9 255.255.255.0
 description test string
 shutdown
!