mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 14:22:46 +00:00
17
test/units/modules/network/ios/fixtures/ios_vrf_config.cfg
Normal file
17
test/units/modules/network/ios/fixtures/ios_vrf_config.cfg
Normal file
@@ -0,0 +1,17 @@
|
||||
!
|
||||
vrf definition test_1
|
||||
description test vrf 1
|
||||
rd 1:100
|
||||
!
|
||||
vrf definition test_2
|
||||
description test vrf 2
|
||||
!
|
||||
vrf definition test_3
|
||||
!
|
||||
interface Ethernet1
|
||||
ip address 1.2.3.4/5
|
||||
!
|
||||
interface Ethernet2
|
||||
ip address 1.2.3.4/5
|
||||
vrf forwarding test_1
|
||||
!
|
||||
Reference in New Issue
Block a user