Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 6 Next »

The list of VLAN objects are:

Notes

  • 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.

Field Name

Data Type

Required (Yes/No)

Associated GUI Field

Associated PAPI Method

Usage and Guidelines

parentObject ReferenceYesVLAN ParentparentReference to the parent VLAN view or VLAN range to which the VLAN object belongs.

name

StringYesVLAN NamenameName of the VLAN object. Example: VLAN30
idUnsigned IntegerYesVLAN IDidVLAN ID value.

comment

StringNoCommentcommentA descriptive comment for the VLAN object.
reservedBooleanNoReservedreservedWhen set to true, the VLAN object can only be assigned manually to the IPAM object. By default, it is set to false.
descriptionStringNoDescriptiondescriptionA description for the VLAN object. The description may be used for longer VLAN names.
contactStringNoContactcontactContact information for the person or team managing or using the VLAN object.
departmentStringNoDepartmentdepartmentDepartment where the VLAN object is used.
  • No labels