How to Configure V7 AP Telnet Login Password

2023-12-29 16:44:41 Published
  • 0 Followed
  • 0Collected ,4570Browsed

Network Topology

Traditional AC + Fit AP Networking

Problem Description

AP can"t log in properly with the default telnet account password, but the customer doesn"t remember the changed password

Process Analysis

After the H3C AP is registered on the AC, the AP remote login privileges need to be enabled on the AC through the command line before Telnet login. the default Telnet login password of the H3C AP is h3capadmin.

Because the customer forgets the password, can only go to the AP via console and use the map file to change the telnet password or reset the AP.


Solution

Default configuration when the AP first associate with the AC

[ap1] display current-configuration
#
sysname ap1
#
telnet server enable
#
lldp global enable
#
password-recovery enable
#
vlan 1
#
interface NULL0
#
interface Vlan-interface1
ip address dhcp-alloc
#
interface GigabitEthernet1/0/1
port-isolate enable
#
interface GigabitEthernet1/0/2
port-isolate enable
#             
interface WLAN-Radio1/0/1
#             
interface WLAN-Radio1/0/2
#             
 scheduler logfile size 16
#             
line class console
user-role network-admin
#             
line class vty
 user-role network-operator
#             
line con 0         // Console login configuration
 user-role network-admin  
#             
line vty 0 4      // Telnet login configuration
 user-role network-operator
set authentication password hash $h$6$X+on3dilxJAxOskj$CW70XtQY8GJr6yKBvBrpWy+jkIrV4RxuEsJZZNusl1Obayg+BoFXSv0UMlvoLhU85CMyam3m4iaV6Vnr+sLYFA==
#             
line vty 5 63 
 user-role network-operator
#             
 undo gratuitous-arp-learning enable
#             
domain system 
#             
 domain default enable system
#             
user-group system
#            

 

Where con 0 is the view to change the Console port login password. line vty 0 4 is the view to change the Telnet login password. So you only need to reset the Telnet login password in the line vty 0 4 view.

 

To change the Telnet login password from the command line on the AP

[ap1]line vty 0 4
[ap1-line-vty0-4]set  authentication  password  simple  123

 

To change the login passwords of multiple APs, it can be achieved by sending a MAP file to the APs on the AC. In addition, after distributing the map file, needs to bring the AP back online for it to take effect

The AP binds the MAP file as follows:

system-view
line vty 0 4
set authentication password simple 123


Please rate this case:   
0 Comments

No Comments

Add Comments: