Enabling vrrp for vrf – Brocade Network OS NETCONF Operations Guide v4.1.1 User Manual
Page 588

556
Network OS NETCONF Operations Guide
53-1003231-02
Configuring VRF
36
4. Configure the static ARP for the interface. The static route and ARP must be configured under
address family mode.
<arp-entry xmlns="urn:brocade.com:mgmt:brocade-arp">
<arp-ip-address>3.3.3.3</arp-ip-address>
<mac-address-value>4.4.4</mac-address-value>
<interfacename>interface</interfacename>
<TenGigabitEthernet>2/0/9</TenGigabitEthernet>
</arp-entry>
The following example configures all commands under the VRF submode. This configuration is
non-default VRF.
<vrf xmlns="urn:brocade.com:mgmt:brocade-vrf">
<vrf-name>red</vrf-name>
<route-distiniguisher>10:1</route-distiniguisher>
<address-family>
<ipv4>
<max-route>1200</max-route>
<ip xmlns="urn:brocade.com:mgmt:brocade-rtm">
<route>
<static-route-nh-vrf>
<static-route-next-vrf-dest>44.4.4.4/32
</static-route-next-vrf-dest>
<next-hop-vrf>default-vrf</next-hop-vrf>
<static-route-next-hop>2.2.2.2
</static-route-next-hop>
</static-route-nh-vrf>
</route>
</ip>
<arp-entry xmlns="urn:brocade.com:mgmt:brocade-arp">
<arp-ip-address>3.3.3.3</arp-ip-address>
<mac-address-value>4.4.4</mac-address-value>
<interfacename>interface</interfacename>
<TenGigabitEthernet>2/0/9</TenGigabitEthernet>
</arp-entry>
</ipv4>
</address-family>
<ip>
<vrf-router-id>6.7.8.9</vrf-router-id>
</ip>
</vrf>
Enabling VRRP for VRF
To enable the Virtual Router Redundancy Protocol (VRRP) or VRRP-Extended (VRRP-E) for a Virtual
Routing and Forwarding (VRF) region, an interface should be assigned to a VRF region before
enabling VRRP or VRRP-E. VRRP is enabled or disabled globally on the switch under RBridge ID
configuration mode; it cannot be enabled or disabled on a specific VRF instance. For more
information on VRRP on Brocade switches, refer to
Chapter 35, “Configuring VRRP”
.