cisco.nxos icon indicating copy to clipboard operation
cisco.nxos copied to clipboard

PVLAN support on nxos_l2_interfaces

Open clammers opened this issue 4 years ago • 1 comments

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'   

clammers avatar Oct 29 '20 10:10 clammers

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?

HeroesLament avatar Sep 28 '22 18:09 HeroesLament