cisco.nxos
cisco.nxos copied to clipboard
PVLAN support on nxos_l2_interfaces
SUMMARY
Support Private VLANs on nxos_l2_interfaces
ISSUE TYPE
- Feature Idea
COMPONENT NAME
nxos_l2_interfaces
ADDITIONAL INFORMATION
cisco.nxos.nxos_l2_interfaces:
config:
- name: Ethernet1/1
access:
mode: Private-vlan host
pvlan_primary: '5'
pvlan_secondary: '10'
cisco.nxos.nxos_l2_interfaces:
config:
- name: Ethernet1/2
access:
mode: Private-vlan promiscuous
pvlan_primary: '5'
pvlan_secondaries: '10-11'
Hello Ansible Team,
Recently I was brought into a project to re-tool a network and in the process of standing up Ansible for all the devices, I came across port mode private-vlan host
in production. Has any additional thought been given to this port mode?