Brocade Network OS NETCONF Operations Guide v4.1.1 User Manual

Page 581

Advertising
background image

Network OS NETCONF Operations Guide

549

53-1003231-02

Configuring a multigroup virtual router cluster

35

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"?>

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

<edit-config>

<target>

<running/>

</target>

<config>

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

<rbridge-id>102</rbridge-id>

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

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

<vrrp/>

</hide-vrrp-holder>

</protocol>

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

<ve>

<name>15</name>

<ip>

<ip-config

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

<address>

<address>192.53.5.3/24</address>

</address>

</ip-config>

</ip>

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

<vrid>1</vrid>

<virtual-ip>

<virtual-ipaddr>192.53.5.254</virtual-ipaddr>

</virtual-ip>

<track>

<interface>

<interface-type>tengigabitethernet

</interface-type>

<interface-name>3/2</interface-name>

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

</interface>

</track>

</vrrpe>

</ve>

</interface>

</rbridge-id>

</config>

</edit-config>

</rpc>

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

<ok/>

</rpc-reply>

Advertising