fbpx

Comandos OLT Parks

Comandos OLT Parks

Comando para entrar no modo de configuração

 configure terminal 
 conf t 

Comando para sair do modo de configuracao ou de alguma interface

 exit 

Comando para voltar no menu raiz da OLT

 end 

Comando para modificar o nome da OLT

 hostname OLT_PARKS 

Comando para alterar o IP da OLT na VLAN 100 mgmt1.100

 conf t 
 interface mgmt1.100 
 ip address 192.168.1.1/24 
 exit 

Comando para alterar o IP da OLT na interface MGMT Em OLTs que possuem essa interface

 conf t 
 interface mgmt 
 ip address 192.168.1.1/24 
 exit 

Comando para ADICIONAR uma rota default na OLT

 conf t 
 ip route 0.0.0.0/0 192.168.240.254 

Comando para REMOVER uma rota default na OLT

 conf t 
 no ip route 0.0.0.0/0 192.168.240.254 

Comandos para habilitar Traps SNMP para envio de eventos para o sistema de gerencia PARKS EASY

 conf t 
 snmp-server enable traps snmp 
 snmp-server host 192.168.1.2 

Comando para exibir as configuracoes de switch da OLT

 show running-config -gpon 

Comando para exibir informacoes de perfil de todas as ONU

 show gpon onu 

Comando para exibir informacoes da quantidade de ONUS da OLT

 show gpon onu summary 

Comando para exibir informacoes do perfil individualmente

 show gpon onu prks00aaabbb 

Comando para exibir informacoes detalhadas da ONU

 show gpon onu prks00aaabbb summary 

Comando para exibir informacoes da tabela mac das interfaces XEs e GEs da OLT

 show l2 mac-table 

Exibir informacoes da tabela mac da porta PON OLT

 show interface gponx/x onu mac 

Comando para exibir todas as configuracoes da OLT Switch e GPON

 show running-config 

Comando para SALVAR a configuracao da OLT

 copy running-config startup-config 

Comando para RESETAR APAGAR as configuracoes e retornar ao PADRAO de FABRICA

 erase startup-config 
 reload 
 N 

TODA A SEQUÊNCIA DE COMANDOS ABAIXO DEVEM SER APLICADAS APÓS ACESSAR O MODO “CONFIGURE TERMINAL” CRIAÇÃO, REMOÇÃO E VINCULAÇÃO DE VLANS EM INTERFACES Criar uma nova VLAN na OLT

 vlan database 
 vlan 10 

Ciar uma nova VLAN gerencia na OLT

 vlan database 
 vlan 10 in-band prio 0 

Criar uma nova VLAN na OLT

 vlan database 
 vlan 10 isolated 

Remover uma VLAN da OLT

 vlan database 
 no vlan 10 

Adicionar VLAN em modo ACCESS vlan na porta GIGA

 interface giga-ethernet0/0 
 switchport mode access 
 switchport access vlan 10 

Adicionar VLAN em modo TRUNK vlan na porta GIGA GPON

 interface giga-ethernet0/0 
 switchport mode trunk 
 switchport trunk allowed vlan add 5 
 exit 
 interface gpon1/1 
 switchport trunk allowed vlan add 10,12 
 switchport trunk allowed vlan add 20-30 

Remover vlan do trunk da porta GPON GIGA

 interface gpon1/1 
 switchport trunk allowed vlan remove 10 

CRIACAO DE PERFIS DE BANDWIDTH controle de Upload Verificar informacoes dos perfis de bandwidth criados

 show gpon profile bandwidth 

Criar perfil de bandwidth Upload com type de internet

 gpon profile bandwidth Internet 
 traffic-type internet maximum-bandwidth 1024000 

Criar perfil de bandwidth Upload com type de Gerenciamento

 gpon profile bandwidth Gerencia 
 traffic-type management assured-bandwidth 512 maximum-bandwidth 1024 

Criar perfil de bandwidth Upload com type de Voip

 gpon profile bandwidth Voz 
 traffic-type voip fixed-bandwidth 512 

Criar perfil de bandwidth Upload com type de IPTV

 gpon profile bandwidth IPTV 
 traffic-type iptv assured-bandwidth 1028 

Remover perfil de Bandwidth

 no gpon profile bandwidth Gerencia 

CRIACAO DE PERFIS DE VLAN TRANSLATION Para modo Access em uma VLAN

 gpon profile vlan-translation 10 
 add translation-type access 10 

Para modo trunk com 1 VLAN

 gpon profile vlan-translation v20_trunk 
 add translation-type trunk 20 

Para modo trunk com 2 VLANS

 gpon profile vlan-translation v20v30_trunk 
 add translation-type trunk 20 
 add translation-type trunk 30 

Para modo trunk com 5 VLANS

 gpon profile vlan-translation trunk_5VLANS 
 add translation-type trunk 401 
 add translation-type trunk 402 
 add translation-type trunk 403 
 add translation-type trunk 404 
 add translation-type trunk 405 

dot1qtunnel QinQ com VLAN especifica

 gpon profile vlan-translation QinQ 
 add translation-type dot1q-tunnel 12 7 

dot1qtunnel QinQ com qualquer VLAN

 gpon profile vlan-translation QinQ 
 add translation-type dot1q-tunnel all 7 

Deixe uma resposta