You are on page 1of 1

##Adicionando Switch Huawei no servidor radius

#
#
#Criar radius server

radius-server template DALORADIUS


radius-server shared-key cipher Wdrtolt@3005123
radius-server authentication 172.18.5.138 1812 source ip-address 10.0.17.0 weight
80
radius-server accounting 172.18.5.138 1813 source ip-address 10.0.17.0 weight 80
radius-server retransmit 2
undo radius-server user-name domain-included

#Crias config de domain todos dentro do “aaa”


#
#Criar authentication-scheme
#

aaa
authentication-scheme DALORADIUS
    authentication-mode radius local

#Criar accounting-scheme
#

accounting-scheme DALORADIUS
    accounting-mode radius
    accounting start-fail online

#Criar domain
#

domain DALORADIUS
    authentication-scheme DALORADIUS
    accounting-scheme DALORADIUS
    radius-server DALORADIUS

#Agora sair do aaa


#
quit

#Aplicar o domain como default

domain DALORADIUS                                                                                                                           
domain DALORADIUS admin                                                                                                             
#

You might also like