Versions Compared

Key

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

...

Note
titleNotes
  • Scheduled operations (create/update/delete) are not supported for new VLAN objects. However, scheduled assignment of VLAN objects to IPv4/IPv6 Networks is supported.
  • CSV export operations for VLAN objects are supported only from Grid Manager and not from WAPI.

VLAN View

Field Name

Data Type

Required (Yes/No)

Associated GUI Field

Associated PAPI Method

Usage and Guidelines

nameStringYesNamenameName of the VLAN view. Example: VLAN_view1
start_vlan_idUnsigned IntegerYesStart VLAN IDstart_vlan_idStart ID of the VLAN view. The default value is 1.
end_vlan_idUnsigned IntegerYesEnd VLAN IDend_vlan_idEnd ID of the VLAN view. The default value is 4094.
commentStringNoCommentcommentA descriptive comment for the VLAN view.
allow_range_overlappingBooleanNoAllow Range Overlappingallow_range_overlappingWhen set to true, the VLAN ranges under the VLAN view can have overlapping IDs. By default, the value is set to false.

VLAN Range

VLAN view is an import dependency for VLAN range. Ensure that VLAN view data is available in the CSV file while importing data for VLAN range.

Field Name

Data Type

Required (Yes/No)

Associated GUI Field

Associated PAPI Method

Usage and Guidelines

vlan_viewObject ReferenceYesVLAN Viewvlan_viewReference to the parent VLAN view to which the VLAN range belongs.
nameStringYesVLAN Range NamenameName of the VLAN range. Example: VLAN_range3
start_vlan_idUnsigned IntegerYesStart VLAN IDstart_vlan_idStart ID of the VLAN range.
end_vlan_idUnsigned IntegerYesEnd VLAN IDend_vlan_idEnd ID of the VLAN range.
commentStringNoCommentcommentA descriptive comment for the VLAN range.

VLAN Object

VLAN view and VLAN range are import dependencies for a VLAN object depending on whether the VLAN object has been added directly to the VLAN view or as part of a VLAN range. Ensure that the relevant VLAN view or VLAN range data is available in the CSV file while importing data for a VLAN object.

...