204.4291.04
28
Step 1
•
Entering the configuration mode:
# configure
Step 2
•
Entering the user mode:
•
(config)#
aaa user
admin
Step 3
•
Changing the password:
•
(config-user-admin)#
password
new-password
Step 4
•
Exiting the user mode:
(config-user-admin)#
exit
Step 5
•
Applying and saving configuration changes:
(config)#
commit
5.1.3.
C
ONFIGURING A
M
ANAGEMENT
I
NTERFACE
The configuration below will set up the device management according to the above diagram. If you
are connected by MGMT interface, the session will be disconnected after the commit. To continue
setting the device by MGMT interface, you must set an IP address on your PC whithin the same
network or connect by Console
:
Step 1
•
Entering the configuration mode:
# configure
Step 2
•
Entering the configuration MGMT interface:
•
(config)#
interface mgmt 1/1/1
Step 3
•
Configuring the IPv4 address on the MGMT interface:
•
(config-mgmt-1/1/1)#
ipv4 address
172.2.22.1/24
Step 4
•
Removing the default IP address (only one is supported) and exit:
(config-mgmt-1/1/1)#
no ipv4 address
192.168.0.25/24
(config-mgmt-1/1/1)#
exit
Step 5
•
Configuring the default gateway address and exit configure mode:
(config)#
router static
0.0.0.0/0
next-hop
172.2.22.254
Step 6
•
Applying and saving configuration changes:
(config)#
commit
5.1.4.
V
ERIFYING
B
ASIC
C
ONNECTIVITY
The DM4610 provides a tool to perform checking of network connectivity. A successful network connection
is established between any two devices when data flows from node to the other. Ping is a tool that is
indispensable when testing TCP/IP network connectivity.