Specifications

Installing and Configuring the Aggregator 23
2
At the EXEC mode prompt, enter
enable
. At the EXEC Privilege prompt,
enter
configure
to reach the configuration command mode.
FTOS> enable
FTOS# configure
FTOS(conf)#
3
(CLI only) At the configuration mode prompt, enter the
hostname
name
command to configure a hostname for the Aggregator, where
name
is a text
string of up to 20 alphanumeric characters.
Host names must start with a letter and end with a letter or number.
Characters within the string can be letters, numbers, and hyphens.
FTOS(conf)# hostname Aggregator1
FTOS(conf)#
4
(CMC-supported) To reconfigure the default username and password,
enter the
username
name
password
password
command, where
name
is a
string of up to 63 alphanumeric characters and
password
is a string of up to
32 characters. Both values are case sensitive; spaces are supported.
FTOS(conf)# username admin password dellAgg1
FTOS(conf)#
5
(CLI only) At power up, the default VLAN for all ports is VLAN 1. To
reconfigure the default VLAN, enter the
default vlan
vlan-id
command;
for example:
FTOS(conf)# default vlan 3
6
(CMC-supported) To reconfigure the SNMP community name used for
read-only management access to the switch, enter the
snmp-server
community
name
ro
command, where
name
is a text string of up to 20
alphanumeric characters and
ro
specifies read-only permission.
FTOS(conf)# snmp-server community dellSNMP ro
7
(CMC-supported) By default, the IP address and subnet mask of the out-
of-band management interface used for remote SNMP or Telnet access is
assigned by a DHCP server. You can reconfigure the default setting by
specifying an IP address with the following commands:
interface ManagementEthernet
slot/port
, where is
slot
is 0-1 and
port
is 0.
ip address
ip-address/mask
, where
ip-address
is in dotted-decimal format
(A.B.C.D) and
mask
is a subnet mask in /prefix-length format (/
xx
).
no shutdown
enables the interface.