INS_CNGE11FX3TX8MS[POE][HO] Rev. 11.6.17 PAGE 250
INSTRUCTION MANUAL
CNGE11FX3TX8MS[POE][HO]
TECH SUPPORT: 1.888.678.9427
Set Device Hostname and Admin User Password
The ICLI has several different modes. The current mode is called exec mode; it allows the user
to perform operations related to configuration files, reloading defaults, displaying system
information, etc., but it does not allow the user to change detailed configuration items. Such
operations are performed while in the config mode.
To set the device hostname, first change to configuration mode by typing configure terminal and
press Enter, then type hostname my-device and press Enter, where my-device is a suitable name
for the device. Finally, type exit and press Enter. The sequence should appear as shown here.
# configure terminal
(config)# hostname my-device my-device(config)# exit
my-device#
The commands are executed immediately, so hostname changes the device hostname right away.
A password should be set for the admin user.
my-device# configure terminal
my-device(config)# username admin privilege 15 password unencrypted very-secret
my-device(config)# exit
my-device#
The user, admin, now has the password “very-secret.” Other users can be added in similar fashion.
Set VLAN 1 IP Address
The objective is to assign an IP address to the device on VLAN 1. This is often sufficient for small
local area networks that use Dynamic Host Configuration Protocol (DHCP) or static IP address
allocation.
The system implements a DHCP client that, once enabled, will send out requests for IP address
configuration. Those requests are received by a DHCP server on the network (if present and
appropriately configured). The server will then search through its pool of available IP addresses,
allocate one, and return it to the DHCP client. The returned information typically includes IP
address, netmask, and default gateway, but may also contain other information such as Domain
Name Service (DNS) server addresses.
The configuration proceeds in the same manner as setting the hostname: Enter configuration
mode, input and execute configuration commands, leave configuration mode. The following
commands instruct the device to use DHCP to obtain an IP address, or, if DHCP fails, to use a
static fallback address. Inclusion of a fallback IP is optional and may be omitted.
my-device# configure terminal
Содержание CNGE11FX3TX8MS
Страница 105: ...INS_CNGE11FX3TX8MS POE HO Rev 11 6 17 PAGE 105 INSTRUCTION MANUAL CNGE11FX3TX8MS POE HO TECH SUPPORT 1 888 678 9427...
Страница 164: ...INS_CNGE11FX3TX8MS POE HO Rev 11 6 17 PAGE 164 INSTRUCTION MANUAL CNGE11FX3TX8MS POE HO TECH SUPPORT 1 888 678 9427...
Страница 177: ...INS_CNGE11FX3TX8MS POE HO Rev 11 6 17 PAGE 177 INSTRUCTION MANUAL CNGE11FX3TX8MS POE HO TECH SUPPORT 1 888 678 9427...