summaryrefslogtreecommitdiff
path: root/test/units/modules/network/eos/fixtures/eos_l2_interfaces_config.cfg
blob: 08f75d18dbfc0cc3aafd6b09c25c6de753f8ebf1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
interface Ethernet1
   switchport access vlan 20
!
interface Ethernet2
   switchport trunk native vlan 20
   switchport mode trunk
!
interface Management1
   ip address dhcp
   ipv6 address auto-config
!