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

PVLAN support on nxos_vlans

Open clammers opened this issue 4 years ago • 0 comments

SUMMARY

Support pVLAN configuration for nxos_vlans module.

ISSUE TYPE
  • Feature Idea
COMPONENT NAME

nxos_vlans

ADDITIONAL INFORMATION

pVLANs are a state of the art layer2 isolation which was introduced by cisco long time ago.

  cisco.nxos.nxos_vlans:
    config:
    - vlan_id: 5
      name: primary-test-vlan
      enabled: true
      pvlan_type: primary
      pvlan_associations: '10,11'
    - vlan_id: 10
      name: isolated-test-vlan
      enabled: true
      pvlan_type: isolated
    - vlan_id: 11
      name: community-test-vlan
      enabled: true
      pvlan_type: community

clammers avatar Oct 29 '20 10:10 clammers