cisco.nxos
cisco.nxos copied to clipboard
PVLAN support on nxos_vlans
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