Mudanças entre as edições de "Comandos CLI para NE40"
(Criou página com '<h1> '''IXC ira criar essas regras''' </h1> * Radius Extra<br> * Radius Group<br> * Schemas do Domain<br> * Seta o Domain<br> * Adiciona a Pool V4 e V6<br> * Seta NTP<br> * C...') |
|||
Linha 1: | Linha 1: | ||
<h1> '''IXC ira criar essas regras''' </h1> | <h1> '''IXC ira criar essas regras''' </h1> | ||
− | * | + | * Altera nome do Concentrador<br> |
− | * Radius Group<br> | + | * radius-server authorization<br> |
− | * | + | * Radius Server Group e Seus atributos<br> |
− | * | + | * Accounting-scheme do Domain<br> |
+ | * Cria um Novo Domain<br> | ||
* Adiciona a Pool V4 e V6<br> | * Adiciona a Pool V4 e V6<br> | ||
* Seta NTP<br> | * Seta NTP<br> | ||
Linha 10: | Linha 11: | ||
<pre> | <pre> | ||
sysname "NOME" | sysname "NOME" | ||
+ | </pre> | ||
+ | <h3> ''' radius-server authorization </h3> | ||
+ | <pre> | ||
+ | radius-server authorization "IP_IXC" destination-port "PORTA_INCOMMING" shared-key-cipher "SENHA_RADIUS" server-group "Nome_GRUPO_RADIUS" | ||
+ | |||
+ | |||
+ | radius-attribute delegated-ipv6-prefix encapsulation-method version2 | ||
+ | |||
+ | radius-attribute framed-ip-address encapsulation-method version2 | ||
+ | |||
+ | radius-server coa-request hw-policy-name daa same-policy reply-ack | ||
</pre> | </pre> | ||
<h3> '''Adiciona Radius Group''' </h3> | <h3> '''Adiciona Radius Group''' </h3> | ||
Linha 50: | Linha 62: | ||
quit | quit | ||
</pre> | </pre> | ||
− | <h3> ''' scheme Domain </h3> | + | <h3> ''' accounting-scheme Domain </h3> |
<pre> | <pre> | ||
accounting-scheme 'domain' | accounting-scheme 'domain' |
Edição atual tal como às 15h27min de 26 de maio de 2021
Índice
IXC ira criar essas regras
- Altera nome do Concentrador
- radius-server authorization
- Radius Server Group e Seus atributos
- Accounting-scheme do Domain
- Cria um Novo Domain
- Adiciona a Pool V4 e V6
- Seta NTP
- Commit
Seta Nome do Concentrador
sysname "NOME"
radius-server authorization
radius-server authorization "IP_IXC" destination-port "PORTA_INCOMMING" shared-key-cipher "SENHA_RADIUS" server-group "Nome_GRUPO_RADIUS" radius-attribute delegated-ipv6-prefix encapsulation-method version2 radius-attribute framed-ip-address encapsulation-method version2 radius-server coa-request hw-policy-name daa same-policy reply-ack
Adiciona Radius Group
radius-server group "radius_nome" radius-server shared-key "Senha" radius-server authentication "ip_sistema" shared-key "porta_autenticacao" weight 0 radius-server authentication "ip_sistema" shared-key "porta_contabilidade" weight 0 radius-server authentication "ip_sistema" source ip-address "ip_origem" shared-key "senha_radius" "porta_autenticacao" weight 0 radius-server authentication "ip_sistema" source ip-address "ip_origem" shared-key "senha_radius" "porta_contabilidade" weight 0 radius-server attribute translate radius-server user-name original radius-server user-name trust-server-request radius-attribute include HW-Auth-Type radius-attribute include Reply-Message coa-nak radius-attribute include edsg-service-name accounting-request radius-attribute include Event-Timestamp accounting-on accounting-off radius-attribute translate extend HW-Auth-Type vendor-specific 2011 109 access-request account radius-attribute assign hw-mng-ipv6 pppoe motm radius-attribute case-sensitive qos-profile-name radius-attribute qos-profile no-exist-policy offline radius-attribute apply user-name match user-type ipoe radius-attribute apply framed-ipv6-pool match pool-type radius-attribute service-type value outbound user-type ipoe radius-attribute hw-user-password simple coa-request radius-attribute disable cisco-avpair receive quit
Seta Domain
aaa domain "nome_domain" authentication-scheme "radius_nome" accounting-scheme "radius_nome" radius-server group "radius_nome" accounting-start-delay 10 online user-type ppp ipoe static user-basic-service-ip-type ipv4 quit quit
accounting-scheme Domain
accounting-scheme 'domain' accounting interim interval 20 traffic hash accounting send-update accounting start-fail online quit
SETA NTP
ntp-service sync-interval 180 ntp-service unicast-peer " "
Adiciona POOL
ip pool "nome_pool" bas local gateway "gateway" undo section 0 section 0 "inicio" "fim" lease 0 12 0 quit
Adiciona POOL IPV6
ipv6 prefix pre-"nome_pool" delegation # ipv6 pool "nome_pool" bas delegation prefix pre-#nome_pool#
APLICA CONFIGURAÇÃO
commit
Desenvolvida Por Fernando Pavão