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

522
Network OS NETCONF Operations Guide
53-1003231-02
OSPF in a VCS environment
34
c. Create an OSPF area on Router RB2.
d. Configure a virtual Ethernet (VE) interface using the VLAN number created in
.
e. Configure an IP address for the VE.
f.
Assign the interface to the area created in
g. Enable the VE interface.
<?xml version="1.0" encoding="UTF-8"?>
<rpc message-id="2601" xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">
<edit-config>
<target>
<running/>
</target>
<config>
<interface xmlns="urn:brocade.com:mgmt:brocade-interface">
<interface-vlan>
<interface>
<vlan>
<name>1001</name>
</vlan>
</interface>
</interface-vlan>
</interface>
<rbridge-id xmlns xmlns="urn:brocade.com:mgmt:brocade-rbridge">
<rbridge-id>2</rbridge-id>
<router>
<ospf/>
<area>0.0.0.0</area>
</router>
<interface xmlns="urn:brocade.com:mgmt:brocade-interface">
<ve>
<name>1001</name>
<ip xmlns="urn:brocade.com:mgmt:brocade-ip-config">
<ip-config>
<address>
<address>101.1.1.2/24</address>
</address>
</ip-config>
<interface-vlan-ospf-conf
xmlns="urn:brocade.com:mgmt:brocade-ospf">
<ospf1>
<area>0.0.0.0</area>
</ospf1>
</interface-vlan-ospf-conf>
</ip>
<shutdown
xmlns="urn:ietf:params:xml:ns:netconf:base:1.0"
operation="delete"/>
</ve>
</interface>
</rbridge-id>
</config>
</edit-config>
</rpc>
<rpc-reply message-id="2601" xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">
<ok/>
</rpc-reply>