User Manual
– DuraNET 3300
Operational Description
Page 48 of 84
MNL-0676-01 Rev A4
ECO- N/A
Effective: 26 Feb 21
Chapter 4
Operational Description
This section describes the steps a user may need to perform during configuration of the DuraNET 3300. It
assumes that a user has already followed the quick start instructions in Chapter 2.
For additional information, use Cisco Embedded Services 3300 Series Switch manuals found at the
following link:
https://
www.cisco.com/c/en/us/support/switches/embedded-service-3000-series-
switches/series.html#~tab-documents
For the latest IOS-XE release and EOL notices for discontinued releases, visit:
https://
www.cisco.com/c/en/us/support/ios-nx-os-software/index.html
Configure IP Address, User Name and Password
In order to configure and set parameters of the DuraNET 3300 via the Cisco WebUI, a known IP Address,
Username and Password need to be assigned. Ensure a PC is connected to the DuraNET 3300 via the
USB or RS232 Console and powered on.
Linux/Windows-10:
Open a terminal window to communicate via the USB or RS232 Console from the PC to the DuraNET
3300. For
Linux
that would be
minicom
and for
Windows
it would be
PuTTY.
Execute the following CLI commands to set the IP Address
o
switch>enable
o
switch# config t
o
switch(config)# int vlan 1
o
switch(config-if)# ip address 192.168.1.150 255.255.255.0
o
switch(config-if)# no shutdown
o
switch(config-if)# exit
o
switch(config)# exit
o
switch# copy running-config startup-config
Execute the following CLI commands to set the Username and Password. For this example the
Username is
DuraNET
and the Password is
3300.
o
switch>enable
o
switch# config t
o
switch(config)# int vlan 1
o
switch(config-if)# username DuraNET privilege 15 password 0 3300
o
switch(config-if)# no shutdown
o
switch(config-if)# exit
o
switch(config)# exit
o
switch# copy running-config startup-config
o
Destination filename [startup-config]? <return>