feat: save changes to nonvolatile memory
This commit is contained in:
parent
a454932328
commit
7846e91e6b
1 changed files with 4 additions and 4 deletions
|
@ -57,7 +57,6 @@
|
|||
trunk:
|
||||
allowed_vlans: 1,4,5,7,8,11
|
||||
native_vlan: 4
|
||||
# encapsulation: dot1q
|
||||
# patchfeld 2 - Raspberry Pi Platon
|
||||
- name: Gi1/0/15
|
||||
mode: access
|
||||
|
@ -79,19 +78,20 @@
|
|||
trunk:
|
||||
allowed_vlans: 1,4,5,7,8,11
|
||||
native_vlan: 4
|
||||
# encapsulation: dot1q
|
||||
# uplink descartes
|
||||
- name: Gi1/0/25
|
||||
mode: trunk
|
||||
trunk:
|
||||
allowed_vlans: 1-11
|
||||
native_vlan: 1
|
||||
# encapsulation: dot1q
|
||||
# server marx
|
||||
- name: Gi1/0/26
|
||||
mode: trunk
|
||||
trunk:
|
||||
allowed_vlans: 1-11
|
||||
native_vlan: 1
|
||||
# encapsulation: dot1q
|
||||
state: merged
|
||||
|
||||
- name: Save running to startup when modified
|
||||
cisco.ios.ios_config:
|
||||
save_when: modified
|
||||
|
|
Loading…
Reference in a new issue