ACESSO INICIAL AO OLT (TELNET/SSH):

----------------------------------------------

 

Porta MGMT do OLT = IP 192.168.1.1/24

 

OLT não possui DHCP, portanto, deve ser configurado um IP fixo na placa de rede do PC nesta mesma rede, como por exemplo, 192.168.1.2/24.

 

################

 

EM OLTS QUE NÂO POSSUEM A INTERFACE MGMT DISPONÍVEL TEM ACESSO APENAS PELA INTERFACE GE0/0

 

INTERFACE GE0/0 = IP 192.168.2.1/24

 

OLT não possui DHCP, portanto, deve ser configurado um IP fixo na placa de rede do PC nesta mesma rede, como por exemplo, 192.168.2.2/24.

 

################

 

 

Após acessar o OLT por Telnet ou SSH, executar login no equipamento com as seguintes credenciais:

 

User = admin

Password = parks

 

 

 

VLANS DE DADOS E VLAN DE GERENCIA:

------------------------------------------------

 

(1) ONUs Bridge, utilizarão VLAN de 101 à 108, conforme porta PON em que estiverem ativas, conforme abaixo:

 

- ONUs BRIDGE na porta PON1/1, utilizarão VLAN 101, com o seguinte perfil de FLOW (para liberar ONU no OLT): bridge_vlan_101_pon1

 

- ONUs BRIDGE na porta PON1/2, utilizarão VLAN 102, com o seguinte perfil de FLOW (para liberar ONU no OLT): bridge_vlan_102_pon2

 

E assim por diante, até:

 

- ONUs BRIDGE na porta PON1/8, utilizarão VLAN 108, com o seguinte perfil de FLOW (para liberar ONU no OLT): bridge_vlan_108_pon8

 

 

(2) ONUs Router, utilizarão a VLAN 120, independentemente da porta PON em que a ONU está ativa, conforme abaixo:

 

- ONUs ROUTER, em qualquer porta PON do OLT, utilizarão VLAN 120, com o seguinte perfil de FLOW (para liberar ONU no OLT): router_vlan_120

 

 

(3) Gerenciamento do OLT em rede:

 

- VLAN 100

Porta GE0/0: Configurada em modo 'acesso/access/untagg';

Porta GE0/1: Configurada juntamente com as VLANs de DADOS, em modo 'trunk/tag';

Porta XE0/0 ou XE0/1:  Configurada juntamente com as VLANs de DADOS, em modo 'trunk/tag'.

 

 

 

CONFIGURAÇÃO DO OLT:

------------------------------

 

Copiar o script abaixo, ou fazer download do arquivo anexo, e abrir em um bloco de notas (preferencialmente Notepad++).

 

Editar os campos em vermelho, remover os campos em verde, e após, copiar e colar no terminal TELNET/SSH aberto para o OLT.

 

 

 

SCRIPT:

----------

configure terminal

!

hostname xxxxxxxx     (Define um hostname para o OLT)

!

interface mgmt1.100

 ip address x.x.x.x/xx     (x.x.x.x = IP da tua rede e mascara - deletar essa escrita!)

 no shutdown

!

ip route 0.0.0.0/0 x.x.x.x     (x.x.x.x = Gateway do IP da sua rede - deletar essa escrita!)

!

snmp-server enable traps snmp

snmp-server host x.x.x.x public     (x.x.x.x = IP do PC onde está instalado o Parks Easy - deletar essa escrita!)

!

vlan database

vlan 101-108,120

vlan 101 isolated

vlan 102 isolated

vlan 103 isolated

vlan 104 isolated

vlan 105 isolated

vlan 106 isolated

vlan 107 isolated

vlan 108 isolated

vlan 120 isolated

!

pon profile bandwidth Gerencia

traffic-type management assured-bandwidth 1024 maximum-bandwidth 2048

!

pon profile bandwidth Internet

traffic-type internet maximum-bandwidth 1024000

!

pon profile bandwidth XGS_Internet

traffic-type internet maximum-bandwidth 9953280

!

pon profile flow bridge_vlan_101_pon1

add flow

bridge_vlan_101_pon1-1 encryption disable

bridge_vlan_101_pon1-1 flow-type pbmp 1

bridge_vlan_101_pon1-1 vlan 101 service Internet

!

pon profile flow bridge_vlan_102_pon2

add flow

bridge_vlan_102_pon2-1 encryption disable

bridge_vlan_102_pon2-1 flow-type pbmp 1

bridge_vlan_102_pon2-1 vlan 102 service Internet

!

pon profile flow bridge_vlan_103_pon3

add flow

bridge_vlan_103_pon3-1 encryption disable

bridge_vlan_103_pon3-1 flow-type pbmp 1

bridge_vlan_103_pon3-1 vlan 103 service Internet

!

pon profile flow bridge_vlan_104_pon4

add flow

bridge_vlan_104_pon4-1 encryption disable

bridge_vlan_104_pon4-1 flow-type pbmp 1

bridge_vlan_104_pon4-1 vlan 104 service Internet

!

pon profile flow bridge_vlan_105_pon5

add flow

bridge_vlan_105_pon5-1 encryption disable

bridge_vlan_105_pon5-1 flow-type pbmp 1

bridge_vlan_105_pon5-1 vlan 105 service Internet

!

pon profile flow bridge_vlan_106_pon6

add flow

bridge_vlan_106_pon6-1 encryption disable

bridge_vlan_106_pon6-1 flow-type pbmp 1

bridge_vlan_106_pon6-1 vlan 106 service Internet

!

pon profile flow bridge_vlan_107_pon7

add flow

bridge_vlan_107_pon7-1 encryption disable

bridge_vlan_107_pon7-1 flow-type pbmp 1

bridge_vlan_107_pon7-1 vlan 107 service Internet

!

pon profile flow bridge_vlan_108_pon8

add flow

bridge_vlan_108_pon8-1 encryption disable

bridge_vlan_108_pon8-1 flow-type pbmp 1

bridge_vlan_108_pon8-1 vlan 108 service Internet

!

pon profile flow XGS_bridge_vlan_101_pon1

add flow

XGS_bridge_vlan_101_pon1-1 encryption disable

XGS_bridge_vlan_101_pon1-1 flow-type pbmp 1

XGS_bridge_vlan_101_pon1-1 vlan 101 service XGS_Internet

!

pon profile flow XGS_bridge_vlan_102_pon2

add flow

XGS_bridge_vlan_102_pon2-1 encryption disable

XGS_bridge_vlan_102_pon2-1 flow-type pbmp 1

XGS_bridge_vlan_102_pon2-1 vlan 102 service XGS_Internet

!

pon profile flow XGS_bridge_vlan_103_pon3

add flow

XGS_bridge_vlan_103_pon3-1 encryption disable

XGS_bridge_vlan_103_pon3-1 flow-type pbmp 1

XGS_bridge_vlan_103_pon3-1 vlan 103 service XGS_Internet

!

pon profile flow XGS_bridge_vlan_104_pon4

add flow

XGS_bridge_vlan_104_pon4-1 encryption disable

XGS_bridge_vlan_104_pon4-1 flow-type pbmp 1

XGS_bridge_vlan_104_pon4-1 vlan 104 service XGS_Internet

!

pon profile flow XGS_bridge_vlan_105_pon5

add flow

XGS_bridge_vlan_105_pon5-1 encryption disable

XGS_bridge_vlan_105_pon5-1 flow-type pbmp 1

XGS_bridge_vlan_105_pon5-1 vlan 105 service XGS_Internet

!

pon profile flow XGS_bridge_vlan_105_pon5

add flow

XGS_bridge_vlan_105_pon5-1 encryption disable

XGS_bridge_vlan_105_pon5-1 flow-type pbmp 1

XGS_bridge_vlan_105_pon5-1 vlan 105 service XGS_Internet

!

pon profile flow XGS_bridge_vlan_106_pon6

add flow

XGS_bridge_vlan_106_pon6-1 encryption disable

XGS_bridge_vlan_106_pon6-1 flow-type pbmp 1

XGS_bridge_vlan_106_pon6-1 vlan 106 service XGS_Internet

!

pon profile flow XGS_bridge_vlan_107_pon7

add flow

XGS_bridge_vlan_107_pon7-1 encryption disable

XGS_bridge_vlan_107_pon7-1 flow-type pbmp 1

XGS_bridge_vlan_107_pon7-1 vlan 107 service XGS_Internet

!

pon profile flow XGS_bridge_vlan_108_pon8

add flow

XGS_bridge_vlan_108_pon8-1 encryption disable

XGS_bridge_vlan_108_pon8-1 flow-type pbmp 1

XGS_bridge_vlan_108_pon8-1 vlan 108 service XGS_Internet

!

pon profile flow XGS_router_vlan_120

add flow

XGS_router_vlan_120-1 encryption disable

XGS_router_vlan_120-1 flow-type veip

XGS_router_vlan_120-1 vlan 120 service XGS_Internet

!

pon profile flow router_vlan_120

add flow

router_vlan_120-1 encryption disable

router_vlan_120-1 flow-type veip

router_vlan_120-1 vlan 120 service Internet

!

pon profile vlan-translation _101

add translation access 101

!

pon profile vlan-translation _102

add translation access 102

!

pon profile vlan-translation _103

add translation access 103

!

pon profile vlan-translation _104

add translation access 104

!

pon profile vlan-translation _105

add translation access 105

!

pon profile vlan-translation _106

add translation access 106

!

pon profile vlan-translation _107

add translation access 107

!

pon profile vlan-translation _108

add translation access 108

!

interface giga-ethernet0/1

switchport mode trunk

switchport trunk allowed vlan 100-108,120

uplink isolated vlan 101-108,120

storm-control broadcast packets 1000

storm-control multicast packets 1000

no shutdown

!

interface 10giga-ethernet0/0

switchport mode trunk

switchport trunk allowed vlan 100-108,120

uplink isolated vlan 101-108,120

storm-control broadcast packets 1000

storm-control multicast packets 1000

no shutdown

!

interface 10giga-ethernet0/1

switchport mode trunk

switchport trunk allowed vlan 100-108,120

uplink isolated vlan 101-108,120

storm-control broadcast packets 1000

storm-control multicast packets 1000

no shutdown

!

interface pon1/1

mac-address-table learning-mode move

range max-distance 40 min-distance 0

switchport mode trunk

switchport trunk allowed vlan 100,101,120

sfp type any-reset-preamble

storm-control broadcast packets 1000

storm-control multicast packets 1000

no shutdown

!

interface pon1/2

mac-address-table learning-mode move

range max-distance 40 min-distance 0 

switchport mode trunk

switchport trunk allowed vlan 100,102,120

sfp type any-reset-preamble

storm-control broadcast packets 1000

storm-control multicast packets 1000

no shutdown

!

interface pon1/3

mac-address-table learning-mode move

range max-distance 40 min-distance 0 

switchport mode trunk

switchport trunk allowed vlan 100,103,120

sfp type any-reset-preamble

storm-control broadcast packets 1000

storm-control multicast packets 1000

no shutdown

!

interface pon1/4

mac-address-table learning-mode move

range max-distance 40 min-distance 0 

switchport mode trunk

switchport trunk allowed vlan 100,104,120

sfp type any-reset-preamble

storm-control broadcast packets 1000

storm-control multicast packets 1000

no shutdown

!

interface pon1/5

mac-address-table learning-mode move

range max-distance 40 min-distance 0 

switchport mode trunk

switchport trunk allowed vlan 100,105,120

sfp type any-reset-preamble

storm-control broadcast packets 1000

storm-control multicast packets 1000

no shutdown

!

interface pon1/6

mac-address-table learning-mode move

range max-distance 40 min-distance 0 

switchport mode trunk

switchport trunk allowed vlan 100,106,120

sfp type any-reset-preamble

storm-control broadcast packets 1000

storm-control multicast packets 1000

no shutdown

!

interface pon1/7

mac-address-table learning-mode move

range max-distance 40 min-distance 0 

switchport mode trunk

switchport trunk allowed vlan 100,107,120

sfp type any-reset-preamble

storm-control broadcast packets 1000

storm-control multicast packets 1000

no shutdown

!

interface pon1/8

mac-address-table learning-mode move

range max-distance 40 min-distance 0 

switchport mode trunk

switchport trunk allowed vlan 100,108,120

sfp type any-reset-preamble

storm-control broadcast packets 1000

storm-control multicast packets 1000

no shutdown

!

end

!

copy running-config startup-config

!