vlan/dot1q

Configures, modifies, or retrieves VLAN dot1q commands.

Resource URIs

URI Description
<base_URI>/config/running/vlan VLAN commands.
GET URIs Description
<base_URI>/config/running/vlan VLAN commands.
<base_URI>/config/running/vlan/dot1q Dot1q parameters.
<base_URI>/config/running/vlan/dot1q/tag/native Retrieves Dot1q parameter.
PUT URI Payload Description
<base_URI>/config/running/vlan/dot1q/tag/native <native></native> Configures Dot1q parameter.
DELETE URIs
<base_URI>/config/running/vlan/dot1q/tag/native

Parameters

native
Enables tagged behavior for native-VLANs.

Usage Guidelines

GET, POST, PUT, PATCH, DELETE, OPTIONS, and HEAD operations are supported.

Examples

URI

The following example uses the GET option to retrieve the configuration details.

http://host:80/rest/config/running/vlan/dot1q/tag/native

None

<native xmlns="urn:brocade.com:mgmt:brocade-vlan" xmlns:y="http://brocade.com/ns/rest" 
y:self="/rest/config/running/vlan/dot1q/tag/native">true</native>\r

URI

The following example uses the PUT option to configure native tag.

http://host:80/rest/config/running/vlan/dot1q/tag/native

<native></native>
 

None

URI

The following example uses the DELETE option to remove Dot1q configuration.

http://host:80/rest/config/running/vlan/dot1q/tag/native

None

None