feat: add port assignment
This commit is contained in:
parent
3fff171180
commit
a454932328
1 changed files with 58 additions and 0 deletions
|
@ -37,3 +37,61 @@
|
||||||
state: active
|
state: active
|
||||||
shutdown: disabled
|
shutdown: disabled
|
||||||
state: merged
|
state: merged
|
||||||
|
|
||||||
|
- name: configure port assignment
|
||||||
|
cisco.ios.ios_l2_interfaces:
|
||||||
|
config:
|
||||||
|
# USV
|
||||||
|
- name: Gi1/0/6
|
||||||
|
mode: access
|
||||||
|
access:
|
||||||
|
vlan: 1
|
||||||
|
# beaker ipmi
|
||||||
|
- name: Gi1/0/9
|
||||||
|
mode: access
|
||||||
|
access:
|
||||||
|
vlan: 1
|
||||||
|
# Patchfeld 1, Switch ausleihliste
|
||||||
|
- name: Gi1/0/13
|
||||||
|
mode: trunk
|
||||||
|
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
|
||||||
|
access:
|
||||||
|
vlan: 4
|
||||||
|
# patchfeld 6 - Access Point Hempels Zimmer
|
||||||
|
- name: Gi1/0/17
|
||||||
|
mode: access
|
||||||
|
access:
|
||||||
|
vlan: 4
|
||||||
|
# FräsPC
|
||||||
|
- name: Gi1/0/19
|
||||||
|
mode: access
|
||||||
|
access:
|
||||||
|
vlan: 4
|
||||||
|
# patchfeld 4 - Switch am Basteltisch
|
||||||
|
- name: Gi1/0/20
|
||||||
|
mode: trunk
|
||||||
|
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
|
||||||
|
|
Loading…
Reference in a new issue