Страница 1 из 1

LTP-4X Немного о скоростях

Добавлено: 01 фев 2018 11:43
sslaa
Здравствуйте, все ли верно понимаю, что один пон порт делит гигабит на все подключенные к нему онт пропорционально? Ну согласно шейпу, у нас это

Код: Выделить всё

 Fixed bandwidth:                           128
Guaranteed bandwidth:                      20400
Besteffort bandwidth:                      307200


А если олт подключена к магистральному коммутатору ethernet пачкордом гигабитным, то вообще все 4 пон порта урежут свою пропускную способность в четверо?
Подключить его оптическим 10Gb пачкордом нет возможности, на магистральном вся оптика занята.
можно ли чтобы каждый пон порт сообщался только с одним ethernet портом? или надо сделать агрегирование линков?

Re: LTP-4X Немного о скоростях

Добавлено: 05 фев 2018 09:47
ValentinP
чтобы каждый пон порт сообщался только с одним ethernet портом, настройте изоляцию:
LTP-X# switch
LTP-X(switch)# configure
LTP-X(switch)(config)# interface front-port 3
LTP-X(switch)(config-if)# no bridging to pon-port 0 , 1 , 2
LTP-X(switch)(config)# commit

Re: LTP-4X Немного о скоростях

Добавлено: 05 фев 2018 10:33
sslaa
Спасибо за ответ, а еще такой вопрос, на свиче сейчас вот так

Код: Выделить всё

interface gigabitethernet 3/0/2
 switchport mode trunk
 switchport trunk allowed vlan add 10,22-23,50
 bridge multicast unregistered filtering
 description "GPON LTP-4X front port 0"
 qos tail-drop profile 1
exit

после того как сделаю изоляцию на лтп, на свиче на других 3 портах пропишу такие же настройки, не закольцуется маршрут?
Хотя экспериментально проверю дня через 2

Re: LTP-4X Немного о скоростях

Добавлено: 05 фев 2018 18:20
ValentinP
в обратном направлении тоже изолируйте:
LTP-X(switch)(config)# interface pon-port 0
LTP-X(switch)(config-if)# no bridging to front-port 1 , 2 , 3

Re: LTP-4X Немного о скоростях

Добавлено: 06 фев 2018 05:57
sslaa
Кольцо выходит гдето.

Код: Выделить всё

 %BRG_MACNTFY-I-MAC_FLAPPING: Host a8:f9:4b:89:ba:ec in vlan 22 is flapping between port gi2/0/16 and port gi2/0/18
06-Feb-2018 08:45:19 %BRG_MACNTFY-I-MAC_FLAPPING: Host a8:f9:4b:89:ba:ec in vlan 22 is flapping between port gi2/0/16 and port gi2/0/17
06-Feb-2018 08:45:25 %BRG_MACNTFY-I-MAC_FLAPPING: Host a8:f9:4b:d2:66:c2 in vlan 10 is flapping between port gi2/0/16 and port gi2/0/18
06-Feb-2018 08:47:28 %BRG_MACNTFY-I-MAC_FLAPPING: Host a8:f9:4b:89:ba:ec in vlan 22 is flapping between port gi2/0/16 and port gi2/0/17


Код: Выделить всё

ltp_rokotel(switch)# sh run

ip igmp snooping

ip igmp proxy report enable
ip igmp proxy report range 224.0.0.1 239.255.255.254 from 24 to 22

mac-address-table aging-time 588

interface pon-port 0
  no bridging to front-port 1 , front-port 2 , front-port 3
exit

interface pon-port 1
  no bridging to front-port 0 , front-port 2 , front-port 3
exit

interface pon-port 2
  no bridging to front-port 0 , front-port 1 , front-port 3
exit

interface front-port 0
  no bridging to pon-port 1 , pon-port 2 , pon-port 3
exit

interface front-port 1
  no bridging to pon-port 0 , pon-port 2 , pon-port 3
exit

interface front-port 2
  no bridging to pon-port 0 , pon-port 1 , pon-port 3
exit

vlan 1
  name Default
exit

vlan 10
  name Customers-IP-Only
  tagged pon-port 0 , pon-port 1 , pon-port 2 , pon-port 3 , front-port 0 , front-port 1 , front-port 2 , front-port 3
exit

vlan 22
  name MC-IpTV
  tagged pon-port 0 , pon-port 1 , pon-port 2 , pon-port 3 , front-port 0 , front-port 1 , front-port 2 , front-port 3
  ip igmp snooping querier enable
exit

vlan 23
  name VoIP
  tagged pon-port 0 , pon-port 1 , pon-port 2 , pon-port 3 , front-port 0 , front-port 1 , front-port 2 , front-port 3
exit

vlan 24
  name UC-IpTV
  tagged pon-port 0 , pon-port 1 , pon-port 2 , pon-port 3
exit

vlan 50
  name Customers-PPPoE-Only
  tagged pon-port 0 , pon-port 1 , pon-port 2 , pon-port 3 , front-port 0 , front-port 1 , front-port 2 , front-port 3
exit

vlan 69
  name MGMT
  tagged pon-port 0 , pon-port 1 , pon-port 2 , pon-port 3
exit


вот на свиче

Код: Выделить всё

interface gigabitethernet 2/0/16
 switchport mode trunk
 switchport trunk allowed vlan add 10,22-23,50
 bridge multicast unregistered filtering
 description "GPON LTP-4X front port 0"
 qos tail-drop profile 1
exit

interface gigabitethernet 2/0/17
 switchport mode trunk
 switchport trunk allowed vlan add 10,22-23,50
 bridge multicast unregistered filtering
 description "GPON LTP-4X front port 1"
 qos tail-drop profile 1
exit

interface gigabitethernet 2/0/18
 switchport mode trunk
 switchport trunk allowed vlan add 10,22-23,50
 bridge multicast unregistered filtering
 description "GPON LTP-4X front port 2"
 qos tail-drop profile 1
exit


А как насчет агрегации портов?

Re: LTP-4X Немного о скоростях

Добавлено: 06 фев 2018 09:29
ValentinP
sslaa писал(а):А как насчет агрегации портов?

настройка port-channel:
http://kcs.eltex.nsk.ru/articles/601
http://kcs.eltex.nsk.ru/articles/382
и в документации https://eltex-co.ru/upload/iblock/870/o ... e9_rus.pdf

Re: LTP-4X Немного о скоростях

Добавлено: 08 фев 2018 10:53
sslaa
Агрегация портов получилась. нагрузка на front port 0 - 3 -- 15Мбс 16Мбс 29Мбс 13Мбс
Но при проверке на одной из онт в 1 пон порту на speedtest.net показывает закачку в 108 МБс. хотя когда приставок было всего около 15-20 было около 300. Сейчас всего приставок 53. в 0 пон порту 9 приставок, в 1 -11, во 2 - 35.
Куда дальше смотреть?