Связаться с менеджером

Главная > Статьи > Подключение ONU Wispen к OLT BDCom

Подключение ONU Wispen к OLT BDCom

Подключение ONU Wispen к OLT BDCom

Статья - пошаговый разбор подключения абонентских терминалов Wispen к OLT BDCom.Начнем с...

Статья – пошаговый разбор подключения абонентских терминалов Wispen к OLT BDCom.

Начнем с минимальной настройки OLT ( в нашем примере BDCOM3600-08)

Подключаемся консольным кабелем, авторизуемся под правами администратора:

(username:admin password admin)

Переходим в режим привилегий:

Enable
Config

Разрешаем удаленный доступ на OLT:

Sshd enable

Пропишем маршрут:

Iproute 0.0.0.0 0.0.0.0 192.168.88.2

Создадим VLAN:

Interface vlan1

Пропишем IP адрес для него:

Ip address 192.168.88.200 255.255.255.0

Перейдем в порт uplink и добавим на него VLAN, DHCP:

Interface gigainthernet0/1
Switchport mode trunk
Switchport trunk vlan-allowed 1,888
Dhcp snooping trust

Теперь можно работать с OLT удаленно, не по консольному кабелю.

Создадим нужные профили для ONU:

gpon profile onu-flow-mapping vlan888
gpon-profile entry 1 uni type eth-uni all
gpon-profile entry 1 vlan 888
gpon-profile entry 1 virtual-port 1
gpon profile onu-vlan vlan888
gpon-profile vlan mode trunk
gpon-profile vlan pvid 888 0
gpon-profile vlan trunk vlan-allowed 888

Изменим пиковую и гарантированную скорость, так как в профиле по умолчанию были указаны pir 1244160 cir 1244160:

gpon profile onu-rate-limit ratelimit-default id 1
gpon-profile pir 1000000 cir 5000

Обязательно создадим профиль для MTU, так как на сторонних ONU возникали проблемы с открытием некоторых web-сайтов и ping большими пакетами (из Windows это можно проверить так: ping -t -l 1469 192.168.2.2):

gpon profile onu-uni MTU
gpon-profile max-frame-size 1550

Создадим профиль для авторегистрации ONU: эти команды будут автоматически выполняться после подключения новых ONU. Первой всегда должна быть команда с «tcont-virtual-port-bind-profile», иначе не будет работать.

gpon onu-config-template vlan888
cmd-sequence 001 gpon onu tcont-virtual-port-bind-profile tvbind-default
cmd-sequence 002 gpon onu flow-mapping-profile vlan888
cmd-sequence 003 gpon onu uni 1 vlan-profile vlan888
cmd-sequence 004 gpon onu uni 1 uni-profile MTU

Теперь настроим первый GPON порт и аналогично остальные:

interface GPON0/1
description users
gpon pre-config-template vlan888 bind-onuid 1-128
gpon bind-onutype onutype-default-hgu precedence 127
gpon bind-onutype onutype-default precedence 128
filter dhcp
switchport trunk vlan-allowed 888
switchport trunk vlan-untagged none
switchport mode trunk
storm-control broadcast threshold 1000
storm-control multicast threshold 1000
switchport protected 1
no shutdown

Включим DHCP Snooping глобально и для клиентского VLAN:

ip dhcpd enable
ip dhcp-relay snooping
ip dhcp-relay snooping vlan 888
ip dhcp-relay snooping rapid-refresh-bind
show ip dhcp-relay snooping binding all

Настройка завершена, сохраним конфигурацию:

write all

Важно! На WIspen ONU-GX1 пока что не работает flow mapping – мы работаем над этим))

Кстати, по умолчанию на OLT были автоматически созданы такие профили:

gpon profile onu-rate-limit ratelimit-default id 1
gpon-profile pir 1244160 cir 1244160
!
gpon profile onu-tcont tcont-default id 1
gpon-profile tcont-type 3 pir 1024000 cir 512
!
gpon profile onu-virtual-port virtual-port-default id 1
gpon-profile encryption disable
gpon-profile upstream queue 8
gpon-profile downstream queue 8
!
gpon profile onu-tcont-virtual-port-bind tvbind-default id 1
gpon-profile virtual-port 1 profile virtual-port-default tcont 1 profile tcont
-default
!
gpon profile onu-flow-mapping flow-mapping-default id 1
gpon-profile entry 1 uni type eth-uni all
gpon-profile entry 1 virtual-port 1
!
gpon profile onu-flow-mapping flow-mapping-default-hgu id 2
gpon-profile entry 1 uni type veip all
gpon-profile entry 1 virtual-port 1
!
!
gpon-profile entry 1 virtual-port 1
gpon onutype-template onutype-default-hgu
gpon-onutype match ctc-onu-type HGU
gpon-onutype config tcont-virtual-port-bind-profile tvbind-default
gpon-onutype config flow-mapping-profile flow-mapping-default-hgu
!
gpon onutype-template onutype-default
gpon-onutype config tcont-virtual-port-bind-profile tvbind-default
gpon-onutype config flow-mapping-profile flow-mapping-default

Команды для просмотра различной информации:

show gpon interface gpon 0/1:1 onu basic-info
show gpon interface gpon 0/1:1 onu optical-transceiver-diagnosis
show gpon interface gpon 0/1:1 onu port 1 current-statistics
show gpon interface gpon 0/1:1 onu virtual-port 1 current-statistics
show gpon onu-image-information
show gpon onu-information
show gpon onu-description
show gpon onu-status-count
show gpon onu-update-state
show gpon active-onu
show filter
show filter summary
show dos
show loopback-detection
show loopback-detection interface gigaEthernet 0/1
show system mtu
sh run db-onu

show gpon ?

Команды для выполнения различных операций с ONU:

interface GPON 0/1:1
description TEST
gpon onu uni 1 shutdown|noshutdown
gpon onu virtual-port 2 shutdown|noshutdown
gpon onu disable
no gpon onu disable

Пример просмотра отладочной информации:

clear logging
debug dhcp detail
debug ip dhcp-relay all
show logging
no debug dhcp detail
no debug ip dhcp-relay all

0 комментариев
Что бы оставить комментарий вам необходимо авторизоваться