Specifications

AMF Commands
170 New and Enhanced Features in AlliedWare Plus 5.4.4 Major and Minor Versions
atmf backup server
This command configures remote file servers as the destination for AMF backups.
Use the no variant of this command to remove the destination server(s). When all servers
are removed the system will revert to backup from external media.
Syntax atmf backup server id {1|2} <hostlocation> username <username>[path
<path>|port <1-65535>]
no atmf backup server id {1|2}
Defaults Remote backup servers are not configured. The default SSH TCP port is 22. The path
utilized on the remote file server is the home directory of the username.
Mode Global Exec
Usage The hostname and username parameters must both be configured.
Examples To configure a remote backup server at 192.168.1.1 with the login username of backup1,
the backup repository on atmf/network/location/ port 1024, use the command:
Parameter Description
id Remote server backup server identifier.
{1|2} The backup server identifier number (1 or 2). Note that there can
be up to two backup servers, numbered 1 and 2 respectively, and
you would need to run this command separately for each server.
<hostlocation> Either the name or the IP address (IPv4 or IPv6) of the selected
backup server (1 or 2).
username Configure the username to log in with on the selected remote file
server.
<username> The selected remote file server’s username.
path The location of the backup files on the selected remote file server.
By default this will be the home directory of the username used
to log in with.
<path> The directory path utilized to store the backup files on the
selected remote file server. No spaces are allowed in the path.
port The connection to the selected remote backup file server using
SSH. By default SSH connects to a device on TCP port 22 but this
can be changed with this command.
<1-65535> A TCP port within the specified range.
AMF_Master_1#
configure terminal
AMF_Master_1(config)#
atmf backup server id 1 192.168.1.1
username backup1 path atmf/network/
location/port 1024