get-vlan-brief

Returns operational data for a given VLAN and enumeration of all the interfaces belonging to this VLAN.

Usage

<get-vlan-brief></get-vlan-brief>


<rpc-reply xmlns="urn:ietf:params:xml:ns:netconf:base:1.0" xmlns:nc="urn:ietf:params:xml:ns:netconf:base:1.0" message-id="47">
	<configured-vlans-count xmlns="urn:brocade.com:mgmt:brocade-interface-ext">13</configured-vlans-count>
	<provisioned-vlans-count xmlns="urn:brocade.com:mgmt:brocade-interface-ext">13</provisioned-vlans-count>
	<unprovisioned-vlans-count xmlns="urn:brocade.com:mgmt:brocade-interface-ext">0</unprovisioned-vlans-count>
	<vlan xmlns="urn:brocade.com:mgmt:brocade-interface-ext">
		<vlan-id>1</vlan-id>
		<vlan-type>static</vlan-type>
		<vlan-name>default</vlan-name>
		<vlan-state>members-down</vlan-state>
		<interface>
			<interface-type>unknown</interface-type>
			<interface-name></interface-name>
			<tag>tagged</tag>
			<classification>
				<classification-type>vni</classification-type>
				<classification-value>2</classification-value>
			</classification>
		</interface>
	</vlan>
	<last-vlan-id xmlns="urn:brocade.com:mgmt:brocade-interface-ext">200</last-vlan-id>
	<has-more xmlns="urn:brocade.com:mgmt:brocade-interface-ext">true</has-more>
</rpc-reply>

Parameters

configured-vlans-count
Displays the number of VLANs configured.
provisioned-vlans-count
Displays the number of VLANs provisioned.
unprovisioned-vlans-count
Displays the number of VLANs unprovisioned.
vlan-id
Displays the VLAN ID
vlan-type
Displays the VLAN type
vlan-name
Displays the administrative name of the VLAN
vlan-state
Displays the operational state of the VLAN
interface-type
Displays the interface type
interface-name
Displays the interface name
tag
Displays the state of the interface - untagged, tagged, or converged
classification-type
Displays the type of classification
classification-value
Displays the value of the VLAN classification
last-vlan-id
Displays the last VLAN record that has been fetched