Brocade Network OS NETCONF Operations Guide v4.1.1 User Manual

Page 579

Advertising
background image

Network OS NETCONF Operations Guide

547

53-1003231-02

Configuring a multigroup virtual router cluster

35

</protocol>

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

<ve>

<name>10</name>

<ip>

<ip-config

xmlns="urn:brocade.com:mgmt:brocade-ip-config">

<address>

<address>192.53.5.2/24</address>

</address>

</ip-config>

</ip>

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

<vrid>1</vrid>

<virtual-ip>

<virtual-ipaddr>192.53.5.1</virtual-ipaddr>

</virtual-ip>

<track>

<interface>

<interface-type>tengigabitethernet

</interface-type>

<interface-name>2/4</interface-name>

<track-priority>20</track-priority>

</interface>

</track>

<priority>110</priority>

</vrrpe>

</ve>

</interface>

</rbridge-id>

</config>

</edit-config>

</rpc>

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

<ok/>

</rpc-reply>

Configuring Router 1 as backup for second virtual router group

The following example <edit-config> RPC configures Router 1 as a backup for the second router
group. Make sure VCS Fabric mode is enabled, and then perform the following steps.

1. Establish a NETCONF session with Router 1.

2. To configure the VE interface link for Router 1, enable configuration of VE interface port 10.

3. Assign Router 1 to VRRP group 2.

4. Configure the Ethernet port 2/4 as the tracking port for VE port 10, with a track priority of 20.

VE port 10 will have its priority reduced to 20 should port 2/4 fail.

5. Configure 192.53.5.253 as the virtual IP address for group 2.

NOTE

For VRRP-E only, the virtual IP address cannot be the same as a real IP address configured on the
interface.

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

Advertising