Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The type of the VLAN (primary/isolated) may need to be tracked. The vlan table and the VlanVO class may need to be changed. An association between a primary and secondary VLAN IDs may need to be tracked in a separate table, or in some other way. The same isolated VLAN ID cannot be associated with different primary VLAN IDs. Multiple isolated VLAN IDs can be associated with a single primary VLAN ID.

Cisco Nexus 1000v specific changes

New functions to add primary and secondary VLANs to port groups will need to be added to VsmCommand.java and NetconfHelper.java.

UI flow

  • The admin creates a shared vlan. She is asked if it is a PVLAN. If yes, in addition to the primary vlan id, she is asked for the secondary vlan id.
    The pre-confirmation dialog asks her to make sure her physical infrastructure is configured in the same fashion.

...