Configuring track priority for a ve link interface – Brocade Network OS NETCONF Operations Guide v4.1.1 User Manual

Page 575

Advertising
background image

Network OS NETCONF Operations Guide

543

53-1003231-02

Configuring the track priority

35

</interface>

</track>

</vrrp>

</tengigabitethernet>

</interface>

</config>

</edit-config>

</rpc>

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

<ok/>

</rpc-reply>

Configuring track priority for a VE link interface

To configure the track priority 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 <vrid> element and specify the group ID of the

VRRP router group.

6. Under the <vrrp> or <vrrpe> node, include the <track> node element.

7. Under the <track> node, include the following leaf elements.

a. In the <interface-type> element, specify the type of interface to be tracked. This type can

be tengigabitethernet, gigabitethernet, fortygigabitethernet, or port-channel.

b. In the <interface-name> element, specify the name of the physical uplink interface to be

tracked in [rbridge-id/]slot/port format or port-channel number.

c. In the <track-priority> element, specify the reduction in priority that the interface specified

in

step 3

will have if the tracked interface goes down.

The following example reduces the priority of interface 101/1/6 by 60 if physical interface 2/4
goes down.

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

<rpc message-id="3503" 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>6</name>

<vrrpe xmlns="urn:brocade.com:mgmt:brocade-vrrp">

<vrid>1</vrid>

<track>

<interface>

Advertising