Huawei
How to Configure RADIUS Authentication on Huawei NE8000: Step by Step
A autenticação RADIUS (Remote Authentication Dial-In User Service) no Huawei NE8000 oferece um método centralizado e seguro de autenticar usuários. Esse sistema é ideal para redes corporativas, permitindo que um servidor RADIUS valide as credenciais de acesso e forneça maior controle e monitoramento sobre os logins.
Neste guia, explicamos como configurar a autenticação RADIUS no Huawei NE8000.
Step-by-Step Guide to Configure RADIUS Authentication on Huawei NE8000
1. Acessar o Roteador
- Conecte-se ao Huawei NE8000 via SSH ou console.
- Log in with your administrator credentials.
2. Entrar no Modo de Configuração AAA
- No modo de configuração global, acesse o menu AAA:
VRP (Huawei)
system-view aaa
3. Configurar o Servidor RADIUS
- Add the RADIUS server with IP address, port, and shared key: radius-server template radius1 radius-server shared-key cipher secret_password radius-server authentication 192.168.1.10 1812 radius-server accounting 192.168.1.10 1813
- Substitua
radius1pelo nome do template,senha_secretapela chave compartilhada e192.168.1.10pelo IP do servidor RADIUS.
4. Definir o Método de Autenticação
- Configure the authentication scheme to use RADIUS: authentication-scheme radius-auth authentication-mode radius
5. Associar o Método de Autenticação ao Domínio
- Bind the authentication scheme to the default domain: domain default_admin authentication-scheme radius-auth authorization-scheme radius-auth accounting-scheme radius-auth
6. Configurar a Autenticação para Interfaces VTY
- Enable RADIUS authentication for remote connections: user-interface vty 0 4 authentication-mode aaa
7. Verificar a Configuração
- Confirme as configurações do servidor RADIUS e a associação ao domínio:
VRP (Huawei)
display radius-server configuration display aaa domain default_admin
8. Testar a Conexão
- Perform a login test via Telnet or SSH to verify that the RADIUS server correctly authenticates the user.
9. Salvar as Configurações
- Salve as configurações para garantir que as alterações sejam mantidas:
VRP (Huawei)
save