A10 Networks Proprietary Information. All Rights Reserved.
© Copyright 2018, A10 Networks, Inc.
Configure the Management Interface
In the factory default configuration, the management interface has the IP address 172.31.31.1/24 and make sure to
use a console connection
.
1.
Use setip to set the appliance IP and prompts for following items that needs to be provided.
$ sudo setip
IP address for appliance
Subnet mask
Gateway IP
DNS server IP
2.
Use the show interfaces management command to verify that the IP address is configured correctly.
#
ip addr show dev br0
Change the Admin Password
After the initial login, it is highly recommended that you secure access to your device by changing the default password.
$ passwd
Changing password for user admin.
Changing password for admin.
(current) UNIX password:
New password:
Retype new password:
passwd: all authentication tokens updated successfully.
$