configure database add server

configure database database_name add server [host_name | ip_address] {port port_number} {password [encrypted encrypted_password | password ]}

Description

Adds a server to an Automation Edge remote VXLAN Network Identifier (VNI)-device database.

Syntax Description

database Adds a server to a remote VNI-database.
database_name Adds a server to the named database.
add Adds a server to the database.
server Adds a server to the database.
host_name Provides hostname of the remote database server.
ip_address Provides the IP address of the remote server.
port Configures the server TCP port number.
port_number Specifies the server TCP port number. The default is 6,379.
password Specifies providing a password for the database.
encrypted Specifies providing an encrypted password for the database.
encrypted_password Provides the encrypted password.
password Provides the password.

Default

If not specified, the server TCP port number is 6,379.

Usage Guidelines

N/A.

Example

The following example adds a server at location 1.1.1.2 with password "secretpassword" to the database "database1":

# configure database database1 add server 1.1.1.2 password secretpassword

History

This command was first available in ExtremeXOS 31.1 as a demonstration feature.

This command is fully supported in ExtremeXOS 31.2.

Platform Availability

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