Dhcp:
DHCP enable enable DHCP functionality
DHCP server FORBIDDEN-IP 192.168.1.1 Setting this IP does not participate in automatic assignment
DHCP server Ip-pool 0 defines a pool of addresses named 0
Network 192.168.1.0 Mask 255.255.255.0 set the IP address range to be assigned automatically
Gateway-list 192.168.1.1 Set the gateway address for automatic acquisition of IP
Dns-list 222.74.1.200 set the automatically obtained DNS address to 222.74.1.200 (DNS based on the actual address settings assigned by the telco)
Expired Day 5 Set address lease for 5 days
Telnet:
[S1]telnet Sever enable//Turn on Telnet service
[S1]local-user telnet//Set user name
[S1-luser-manage-telnet]password simple XXX//Set password for plain plaintext xxx
[S1-luser-manage-telnet]sevice-type telnet//The type of service is Telnet
[S1-luser-manage-telnet]autheorization-attribute user-role lever-3//User Level 3
[S1-luser-manage-telnet]quit
[s1]user-interface vty 0 4//define maximum user access value
[S1-line-vty0-4]authentication-mode scheme//authentication mode for combination authentication method
[S1-line-vty0-4]quit
[S1]vlan 10
[S1-vlan10]port G1/0/1
[S1-vlan10]int VLAN 10
[S1-vlan-interface10]ip Address 1.1.1.2 24
[S1-vlan-interface10]quit
H3C router DHCP settings, telnet settings