System information
17
How to change the password
How to change the password
To change the password for the manager account, enter Global Configuration mode and enter
the following command:
awplus(config)#username manager password <new-password>
The password can contain any printable character and is case sensitive.
How to set a management IP address
This section describes how to set an IP address on the eth0 management port.
After logging in, enter Privileged Exec mode by using the command:
awplus>enable
Then check the current configuration by using one of the following commands:
awplus#show ip interface eth0 brief
This results in the following output:
awplus#show running-config interface eth0
This results in the following output:
Enter Global Configuration mode and enter the command:
awplus(config)#interface eth0
Enter the command:
awplus(config-if)#ip address <address/mask>
For example, to set the address to
1
72.28.8.2
1
0/
1
6, enter the command:
awplus(config-if)#ip address 172.28.8.210/16
1. If desired, check the current configuration
Interface IP-Address Status Protocol
eth0 172.28.8.200 admin up running
!
interface eth0
ip address 172.28.8.200/16
!
2. Enter Interface Configuration mode for the eth0 interface
3. Enter the IP address and mask