Wednesday, 17 April 2024

Telnet Configuration In Huawei 6720 Switch..!!

Huawei 6720 Telnet Configuration Through AAA. 

Step-1= First enable the telnet server in global configuration mode.

#

telnet server enable
telnet server-source all-interface

#

Step-2=Configure the username and password.


aaa
local-user abcuser password irreversible-cipher abc@abc
local-user abcuser privilege level 15
local-user abcuser service-type telnet

#

Step-3= Configure the VTY for telnet access.

#

user-interface vty 0 4
 authentication-mode aaa
 user privilege level 15
 protocol inbound telnet



No comments:

Post a Comment