Brocade Network OS NETCONF Operations Guide v4.1.1 User Manual
Page 316

284
Network OS NETCONF Operations Guide
53-1003231-02
VLAN configuration and management
21
<ifindex
xmlns="urn:brocade.com:mgmt:brocade-interface">67174401</ifindex>
<mtu xmlns="urn:brocade.com:mgmt:brocade-interface">2500</mtu>
<ip-mtu xmlns="urn:brocade.com:mgmt:brocade-interface">2500</ip-mtu>
<if-name xmlns="urn:brocade.com:mgmt:brocade-interface"></if-name>
<if-state xmlns="urn:brocade.com:mgmt:brocade-interface">up</if-state>
<line-protocol-state xmlns="urn:brocade.com:mgmt:brocade-interface">up
</line-protocol-state>
(output truncated)
Configuring an interface port as an access interface
Each DCB interface port supports admission policies based on whether the frames are untagged or
tagged. Access mode admits only untagged and priority-tagged frames.
To configure the interface as an access interface requires two RPCs. The first RPC configures the
port as a Layer 2 interface; the second RPC configures the interface port as an access interface.
1. Issue an <edit-config> RPC to configure the <interface> node in the
urn:brocade.com:mgmt:brocade-interface namespace.
2. Under the <interface> node, specify the interface type element (<gigabitethernet>,
<tengigabitethernet>, <fortygigabitethernet>, or <hundredgigabitethernet>).
3. Under the <gigabitethernet>, <tengigabitethernet>, <fortygigabitethernet>, or
<hundredgigabitethernet> element, include the following elements:
a. In the <name> element, specify the port name in [rbridge-id/]slot/port format.
b. Include the <switchport>/<basic> elements to configure the port as a Layer 2 interface.
The following example configures 10-Gigabit Ethernet port 1/0/1 as an access interface port.
<?xml version="1.0" encoding="UTF-8"?>
<rpc message-id="1909" xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">
<edit-config>
<target>
<running/>
</target>
<config>
<interface xmlns="urn:brocade.com:mgmt:brocade-interface">
<tengigabitethernet xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">
<name>1/0/1</name>
<switchport-basic><basic/></switchport-basic>
</tengigabitethernet>
</interface>
</config>
</rpc>
<rpc-reply message-id="1909" xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">
<ok/>
</rpc-reply>
4. Issue another <edit-config> RPC to configure the <interface> node in the
urn:brocade.com:mgmt:brocade-interface namespace.
5. Under the <interface> node, specify the same interface type you specified in
; that is,
<gigabitethernet>, <tengigabitethernet>, <fortygigabitethernet>, or
<hundredgigabitethernet>.