1 minute read (135 words).

Useful to know APC UPS CLI configuration options


Networking

Most of the ACP UPS configuration can be done from the GUI, by default it is set to DHCP. However, there are a number of other useful options that can only be accessed via the CLI commands.

Below is a couple of useful commands. They are pretty self explanatory.

## IP
tcpip -i 192.168.1.5 -s 255.255.255.0 -g 192.168.1.1 -d ups-1 -h williambargent.co.uk

## DNS
dns -OM enable -p 192.168.11 -s 192.168.1.12 -d williambargent.co.uk
 -n williambargent.co.uk
 -h ups-1.williambargent.co.uk


## SNMP
system -n ups-1.williambargent.co.uk
 -l Server Room -c [email protected]


## Date/Timezone
date -f dd.mm.yyyy -z 00:00
ntp -OM enable -e enable -p 192.168.11 -s 192.168.12 -u


console -t disable -s enable
web -h disable -s enable

## Radius Authentication
radius -a radiusLocal -p1 192.168.11 -s1 secret -p2 192.168.12 -s1 secret

## Reboot after configuration
reboot


Share via Twitter LinkedIn Facebook Email