There are 2 ways to configure the Telnet.
1-Telnet.(Without AAA).
2-STelnet(With AAA).
1=Telnet Configuration Without AAA.
Step-1 = First enable the telnet server in global configuration mode.
#
telnet server enable
telnet server-source all-interface
telnet server-source all-interface
#
Step-2= Configure the VTY for telnet access.
authentication-mode password
user privilege level 15
set authentication password cipher abc@abc
protocol inbound telnet
1=STelnet Configuration With AAA.
Step -1 = First enable the telnet server in global configuration mode.
#
telnet server enable
telnet server-source all-interface
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
authentication-mode aaa
user privilege level 15
protocol inbound telnet
Note: Huawei recommends to use the Stelnet because Stelnet is more secure than traditional telnet.
No comments:
Post a Comment