configure auto-peering oneconfig overlay

configure auto-peering one-config overlay [add | delete] server [address | addressv6] {type bgp-rr } {id id} {password [none | {encrypted} password]}

Description

Configures the Auto-peering overlay service database entries.

Syntax Description

auto-peering Specifies Auto-peering.
one-config Specifies changing the BGP Auto-peering OneConfig configuration.
overlay Specifies overlay database containing centralized EVPN information.
add Overlay add server.
delete Overlay delete server.
server Specifies the server.
address Specifies the IPv4 server address/
addressv6 Specifies the IPv6 server address/
type Specifies the overlay database type.
bgp-rr Specifies overlay database type BGP route reflector.
id Specifies the configuring the overlay database ID.
id Specifies the overlay database ID.
  • For BGP-RR—AS number.
  • For Redis—port number.
password Specifies configuring the password for the overlay database.
none Removes the current password.
encrypted Specifies encrypted format for the password.
password Specifies the password/secret key.

Default

N/A.

Usage Guidelines

The overlay database allows the VXLAN edge technologies to dynamically span across brown field networks. For BGP-RR the ID represents the AS number, and for Redis, it represents the port to connect to.

Example

The following example configures the overlay database of type BGP-RR at "50.1.133.105" with ID "2000":

# configure auto-peering oneconfig overlay add server 50.1.133.105 type BGP-RR id 2000

History

This command was first available in ExtremeXOS 31.1.

Platform Availability

This command is available on ExtremeSwitching 5320, 5420, 5520, and 5720 series switches.