This chapter provides procedures and examples for configuring VRF using the NETCONF interface.
<vrf xmlns="urn:brocade.com:mgmt:brocade-vrf"> <vrf-name>red</vrf-name> </vrf>
<vrf xmlns="urn:brocade.com:mgmt:brocade-vrf"> <vrf-name>Red</vrf-name> <address-family> <ip> <unicast></unicast> </ip> </address-family> </vrf>
<vrf xmlns="urn:brocade.com:mgmt:brocade-vrf"> <vrf-name>red</vrf-name> <address-family> <ip> <unicast> <max-route>200</max-route> </unicast> </ip> </address-family> </vrf>
<router> <ospf xmlns="urn:brocade.com:mgmt:brocade-ospf”> <vrf>red</vrf> </ospf> </router>
<router> <ospf xmlns="urn:brocade.com:mgmt:brocade-ospfv3"> <vrf>red</vrf> <area> <area-id>0</area-id> </area> </ospf> </router>
<interface xmlns="urn:brocade.com:mgmt:brocade-interface"> <ve> <name>1</name> <vrf xmlns="urn:brocade.com:mgmt:brocade-ip-config"> <forwarding>red</forwarding> </vrf> </ve> </interface>