Reconfiguring Default IP Address to Match Network Settings
|
➢
|
To reconfigure IP address through CLI: |
|
1.
|
At the console prompt, type the username (default is Admin - case sensitive): |
Username: Admin
|
2.
|
At the prompt, type the password (default is Admin - case sensitive): |
Password: Admin
|
3.
|
At the prompt, run the following command: |
> enable
|
4.
|
At the prompt, type the password again: |
Password: Admin
|
5.
|
At the prompt, type the following commands to access the network interface configuration: |
# configure network
(config-network)# interface network-if 0
Use the Tab key to auto-complete partially entered commands.
|
6.
|
At the prompt, type the following commands to configure the IP address, prefix length and default gateway: |
(network-if-0)# ip-address 10.4.212.155
(network-if-0)# prefix-length 16
(network-if-0)# gateway 10.4.0.1
(network-if-0)# exit
|
7.
|
At the prompt, type the following command to complete the network configuration: |
(network-if-0)# exit
|
8.
|
If the device is connected to the IP network that uses VLAN ID (for example, VLAN ID 10), type the following commands to configure it in the Ethernet Device table (otherwise skip to step 10): |
(config-network)# interface network-dev 0
(network-dev-0)# vlan-id 10
(network-dev-0)# tagging tagged
(network-dev-0)# exit
|
9.
|
At the prompt, type the following command to complete the configuration: |
(network-dev-0)# exit
|
10.
|
At the prompt, make sure that port #1 is connected (Link is UP) using the show network physical-port CLI command, as described in Viewing Network Port Status. Port #1 is mapped to network-if-0 by default. |
|
11.
|
At the prompt, type the following command to reset the product and activate the new configuration: |
# reload now
After the device restarts, connect to its Web interface to continue provisioning. For more information, refer to the Mediant 7000 User's Manual.