Enabling short-path forwarding (vrrp-e only) – Brocade Network OS NETCONF Operations Guide v4.1.1 User Manual
Page 576

544
Network OS NETCONF Operations Guide
53-1003231-02
Enabling short-path forwarding (VRRP-E only)
35
<interface-type>tengigabitethernet
</interface-type>
<interface-name>2/4</interface-name>
<track-priority>60</track-priority>
</interface>
</track>
</vrrpe>
</ve>
</interface>
</interface-vlan>
</config>
</edit-config>
</rpc>
<rpc-reply message-id="3503" xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">
<ok/>
</rpc-reply>
Enabling short-path forwarding (VRRP-E only)
For conceptual information about short-path forwarding, refer to the Network OS Administrator’s
Guide.
To enable short-path forwarding, perform the following steps.
1. Issue the <edit-config> RPC to configure the <interface> node in the
urn:brocade.com:mgmt:brocade-interface namespace.
2. Under the <interface> node, include the <interface-vlan>/<interface>/<ve> hierarchy of node
elements.
3. Under the <ve> node, include the <name> element, and specify the VE name.
4. Under the <ve> node, include the <vrrpe> node element from the
urn:brocade.com:mgmt:brocade-vrrp namespace.
5. Under the <vrrpe> node, include the following leaf elements.
a. In the <vrid> element, specify the group ID of the VRRP router group.
b. Include the empty <short-path-forwarding> element to enable short-path forwarding.
The following example enables short-path forwarding on VE interface 5.
<?xml version="1.0" encoding="UTF-8"?>
<rpc message-id="3504" xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">
<edit-config>
<target>
<running/>
</target>
<config>
<interface-vlan xmlns="urn:brocade.com:mgmt:brocade-interface">
<interface>
<ve>
<name>5</name>
<vrrpe xmlns="urn:brocade.com:mgmt:brocade-vrrp">
<vrid>100</vrid>
<short-path-forwarding/>
</vrrpe>
</ve>