H3C Technologies H3C S7500E Series Switches User Manual
Page 69
3-6
Log in to the iMC management platform, select the User tab, and select Access User View > All
Access Users from the navigation tree to enter the All Access Users page. Then, click Add to enter
the Add Device Management User window and perform the following configurations:
z
Add a user named hello@bbb and specify the password
z
Select SSH as the service type
z
Set the EXEC privilege level to 3. This value identifies the privilege level of the SSH user after
login, which is 0 by default
z
Specify the IP address range of the hosts to be managed as 10.1.1.0 to 10.1.1.255, and click OK
to finish the operation
Figure 3-5 Add an account for device management
2) Configure the switch
# Configure the IP address of VLAN interface 2, through which the SSH user accesses the switch.
[Switch] interface vlan-interface 2
[Switch-Vlan-interface2] ip address 192.168.1.70 255.255.255.0
[Switch-Vlan-interface2] quit
# Configure the IP address of VLAN-interface 3, through which the switch access the server.
[Switch] interface vlan-interface 3
[Switch-Vlan-interface3] ip address 10.1.1.2 255.255.255.0
[Switch-Vlan-interface3] quit
# Generate RSA and DSA key pairs and enable the SSH server.