ip address (site)

Specifies the destination IPv4 address of a tunnel for a site in a VXLAN overlay gateway configuration.

Syntax

ip address IPv4_address
no ip address [ IPv4_address ]

Parameters

IPv4_address
Specifies the IPv4 address of the destination tunnel.

Modes

Site configuration mode

Usage Guidelines

The tunnel mode and the source IP address are derived from the parent overlay gateway.

To change an IP addresses, you must first remove the existing address, by means of the no ip address IPv4_address or the no ip address commands. This also deletes all tunnels to the site.

Only one IPv4 address is allowed. The following IPv4 addresses are not allowed:
  • Broadcast addresses (0.0.0.0 through 0.255.255.255)
  • Localhost loopback addresses (127.0.0.0 through 127.255.255.255)
  • Multicast addresses (224.0.0.0 through 239.255.255.255)
  • Reserved addresses (240.0.0.0 through 255.255.,255.255)

Examples

The following example configures an IPv4 address of a destination tunnel for the site.

device# configure terminal
device(config)# overlay-gateway gateway1
device(config-overlay-gw-gateway1)# site mysite
device(config-site-mysite)# ip address 10.11.12.13