
Devices Navigation Tree
ipv4_method=
ipv6_method=
mode=
status=
Network/Hosts
The following procedure describes how to add a host to the hosts table.
To add a host to the host table:
1. Type cd network/hosts to navigate to the Hosts level.
--:- / cli-> cd network/hosts
2. Type show to view the current host settings.
--:- hosts cli-> show
ip hostname alias
===== ======== =====
127.0.0.1 localhost
3. Type add then press Enter.
--:- hosts cli-> add <Enter>
--:#- [hosts] cli-> show
ip =
hostname =
alias =
--:#- [hosts] cli->
4. Type set hostname=<hostname> ip=<IP_address> to add the name of a host and the IP
address for the host.
NOTE: Each parameter that follows the add command is separated by a space.
--:#- [hosts] cli-> set hostname=sharedpmpdu ip=172.26.31.164
5. Type save
--:#- [hosts] cli-> save
6. Type show to verify the changes took place and to view the new host entry.
--:- hosts cli-> show
Chapter 4: Accessing a PM PDU via the Command Line Interface 65
Komentáře k této Příručce