beautypg.com

Vxlan gateway configuration example – Brocade Network OS Administrator’s Guide v4.1.1 User Manual

Page 372

background image

9. Enter the virtual ip address of the virtual-router-extended group, as in the following example:

switch(config-vrrp-extended-group-100)# virtual-ip 60.60.60.230

10.Enable short-path forwarding on the virtual router:

switch(config-vrrp-extended-group-100)# short-path-forwarding

11.Enter the end command to exit configuration mode.
12.Enter global configuration mode:

switch# configure

13.Enter Rbridge ID configuration mode for the other RBridge in your logical chassis cluster (this

example will use the Rbridge ID of 2 for RBridge 2 in Figure 1):

switch(config)# rbridge-id 2

14.Enable the VRRP-Extended protocol for this Rbridge:

switch(config-rbridge-id-2)# protocol vrrp-extended

15.Enter the same interface ve command you entered for the first RBridge:

switch(config-rbridge-id-2)# interface ve 10

16.Enter the IP address for RBridge 2 for this Ve interface (for example, 60.60.60.4/24):

switch(config-Ve-10)# ip address 60.60.60.4/24

17.Run the no shutdown command to enable the interface:

switch(config-Ve-10)# no shutdown

18.Run the vrrp-extended group command for the group ID of the virtual-router-extended group:

switch(config-Ve-10)# vrrp-extended-group 100

19.Enter the following virtual-mac address command:

switch(config-vrrp-extended-group-100)# virtual-mac 02e0.5200.00xx

20.Enter the virtual ip address of the virtual-router-extended group, as in the following example:

switch(config-vrrp-extended-group-100)# virtual-ip 60.60.60.230

21.Enable short-path forwarding on the virtual router:

switch(config-vrrp-extended-group-100)# short-path-forwarding

VXLAN gateway configuration example

The following steps illustrate how to configure a VXLAN gateway and point it to the NSX controller.
This procedure uses data shown in

Figure 44

on page 370.

Perform all the following steps on the principal switch (Rbridge 1 in

Figure 44

on page 370):

NOTE
A tunnel will not be created if there is no active VM on the hypervisor. If the tunnel is not created,
check the VM connectivity on the Hypervisor.

1. The following substeps are for creating a virtual tunnel endpoint:

a)

Enter global configuration mode, then run the overlay-gateway name command
(gateway1 is used as an example name; this can be any name of your choice):

switch# configure

switch(config)# overlay-gateway gateway1

b)

Run the attach rbridge-id command to attach existing RBridge IDs to this VXLAN
gateway instance. You can specify a range of RBridge IDs (as shown below):

switch(config-overlay-gateway1)# attach rbridge-id add 1-2

c)

Run the ip interface Ve veid vrrp-extended-group group-ID command to set the IP
address of the VXLAN gateway, as shown in this example:

switch(config-overlay-gateway1)# ip interface ve 10 vrrp-extended-group

100

The command accepts the VE interface ID and VRPP-E group ID, then sets the VXLAN
gateway IP address as identical to the already configured Virtual Redundancy Router
Protocol-Extended (VRRP-E) virtual IP address. Tunnels that form use this IP address as
the source IP address for outgoing packets.

VXLAN gateway configuration example

372

Network OS Administrator’s Guide

53-1003225-04