2017-07-12 16:50:13 +02:00
|
|
|
- name: Enable Ethernet1 interface and disable switchport
|
|
|
|
eos_config:
|
|
|
|
lines:
|
|
|
|
- no shutdown
|
|
|
|
- no switchport
|
|
|
|
parents: int Ethernet1
|
|
|
|
authorize: yes
|
|
|
|
connection: local
|
|
|
|
|
|
|
|
- name: Enable Ethernet2 interface and disable switchport
|
|
|
|
eos_config:
|
|
|
|
lines:
|
|
|
|
- no shutdown
|
|
|
|
- no switchport
|
|
|
|
parents: int Ethernet2
|
|
|
|
authorize: yes
|
|
|
|
connection: local
|