Configuring L3 Interface For Ip Cloud Connectivity; Configuring L3 Interface On Tenant Bridge-Domains/Vnis In L3 Gateway - Cisco Nexus 7000 Series Configuration Manual

Nx-os vxlan
Hide thumbs Also See for Nexus 7000 Series:
Table of Contents

Advertisement

Configuring VXLAN Flood and Learn
The following example shows how to configure L3 interface on VXLAN tunnel/hypervisor VLAN:
switch# configure terminal
switch(config)# interface vlan 300
switch(config-if)# ip address 11.1.1.1/24
switch(config-if)# vrf member core

Configuring L3 Interface for IP Cloud Connectivity

Procedure
Step 1
Step 2
Step 3
Step 4
Step 5
The following example shows how to configure L3 interface for IP cloud connectivity:
switch# configure terminal
switch(config)# interface e7/1
switch(config-if)# no switchport
switch(config-if)# ip address 11.1.1.1/24
switch(config-if)# vrf member core

Configuring L3 Interface on Tenant Bridge-Domains/VNIs in L3 Gateway

Procedure
Step 1
Step 2
Step 3
Step 4
Step 5
Step 6
Command or Action
configure terminal
interface var
no switchport
ip address address
vrf member core
Command or Action
configure terminal
feature interface-vlan
interface bridge-domain number
ip address address
vrf member tenant
hsrp var
Cisco Nexus 7000 Series NX-OS VXLAN Configuration Guide
Configuring L3 Interface for IP Cloud Connectivity
Purpose
Enters global configuration mode.
Enters interface configuration mode.
Disables the switchport.
Configures the IP address on the interface.
Creates a vrf member core in the interface.
Purpose
Enters global configuration mode.
Enables the creation of BDI interfaces.
Enters interface configuration mode.
Configures the IP address on the interface.
Configures the VRF member.
Creates an HSRP group and enters HSRP configuration
mode.
27

Advertisement

Table of Contents
loading

Table of Contents