Cisco Nexus: Configuration VXLAN.
Configuration VXLAN on Cisco Nexus !!! First: Legacy Method: Connect between two servers by Trunk VLAN: Second: VXLAN Method: Connect between two servers by VXLAN Tunnel. First Method: NXOS-L: vlan 2 interface Ethernet1/2 switchport access vlan 2 spanning-tree port type edge no shutdown interface Ethernet1/1 switchport mode trunk spanning-tree port type network no shutdown NXOS-R: vlan 2 interface Ethernet1/2 switchport access vlan 2 spanning-tree port type edge no shutdown interface Ethernet1/1 switchport mode trunk spanning-tree port type network no shutdown Result: ------------------------------------------------------------------------------------------------- Second Method: VXLAN !! NXOS-L:...