Enabling preemption for a ve interface, Configuring the track priority – Brocade Network OS NETCONF Operations Guide v4.1.1 User Manual

Page 573

Advertising
background image

Network OS NETCONF Operations Guide

541

53-1003231-02

Configuring the track priority

35

Enabling preemption for a VE interface

To enable preemption for a VE interface, perform the following steps.

1. Issue the <edit-config> RPC to configure the <interface-vlan> node in the

urn:brocade.com:mgmt:brocade-interface namespace.

2. Under the <interface-vlan> node, include the <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 <vrrp> or <vrrpe> node element located in the

urn:brocade.com:mgmt:brocade-vrrp namespace.

5. Under the <vrrp> or <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 <preempt-mode> element to enable preemption.

The following example enables preemption.

<?xml version="1.0" encoding="UTF-8"?>

<rpc message-id="3502" 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>1</vrid>

<preempt-mode/>

</vrrpe>

</ve>

</interface>

</interface-vlan>

</config>

</edit-config>

</rpc>

<rpc-reply message-id="3502" xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">

<ok/>

</rpc-reply>

Configuring the track priority

The track priority is a priority that adjusts an Ethernet link interface when the physical uplink port
that it is tracking fails. In this way, a lower track priority can force a different router to take over as
master should the tracked uplink port fail.

For additional conceptual information about track ports and track priorities, refer to the Network
OS Administrator’s Guide
.

Advertising