REST API Method: PUT /rest/bridge/{identifier}/vlan/{identifier}

Creates a VLAN given a specific VLAN ID.

URL:

https://192.168.0.111/rest/bridge/{identifier}/vlan/{identifier}

HTTP Method

PUT

Requires Authentication:

true

Parameters

Parameter Name Required Service Affecting Data Type Default Value Possible Values Description
vlan_idYesNoxs:integer Is the VLAN ID being configured. The allowed range for user-defined VLAN is [2-3999]. The IDs outside the user-defined range are reserved for system's use.
vlan_descriptionNoNostringnone64 - Max Length Is a short description for this VLAN
mstpInstanceYesNostring1.111 - Max Length Specifies the row ID of the Multiple Spanning Tree Instance with which the VLAN is associated. MSTI row ID should be specified in the format BridgeId:MSTRowId format.

  • No labels