Crear usuario administrador ZTE Serie Titan - adminolt.com

Crear usuario administrador ZTE Serie Titan

Por seguridad en la red, en AdminOLT es necesario agregar un usuario administrador y no un usuario root.

Forma incorrecta

Forma Correcta

 

1Crear un nuevo usuario que permita a AdminOLT conectarse con su equipo a traves de Telnet.


ZXAN#conf t

ZXAN(config)#aaa-authentication-template 2001
ZXAN(config-aaa-authen-template)#aaa-authentication-type local
ZXAN(config-aaa-authen-template)#exit

ZXAN(config)#aaa-authorization-template 2001
ZXAN(config-aaa-author-template)#aaa-authorization-type local
ZXAN(config-aaa-author-template)#exit

ZXAN(config)#system-energy-saving
ZXAN(config)#system-monitor
ZXAN(config)#system-user

ZXAN(config-system-user)#authorization-template 1
ZXAN(config-system-user-author-temp)#bind aaa-authorization-template 2001
ZXAN(config-system-user-author-temp)#local-cmdgroup
ZXAN(config-system-user-author-temp)#local-cmdgroup-mode
ZXAN(config-system-user-author-temp)#local-privilege-level 15
ZXAN(config-system-user-author-temp)#exit

ZXAN(config-system-user)#authentication-template 1
ZXAN(config-system-user-authen-temp)#bind aaa-authentication-template 2001
ZXAN(config-system-user-authen-temp)#exit

ZXAN(config-system-user)#user-name adminolt
ZXAN(config-system-user-username)#bind-authentication-template 1
ZXAN(config-system-user-username)#bind-authorization-template 1
ZXAN(config-system-user-username)#exit

ZXAN(config-system-user)#user-name adminolt
ZXAN(config-system-user-username)#password 
ZXAN(config-system-user-username)#exit


## Active el servicio de Telnet
ZXAN(config)#line telnet server enable listen 23

Longitud de usuario y contraseña

Los usuarios utilizados en este instructivo son de Ejemplo. Por favor utilice un usuario y contraseña mas largos para una mayor seguridad.
Link para generar contraseña https://www.clavesegura.org/es/

23 de Mayo de 2024 a las 14:52 - Visitas: 1206