Дерево страниц

Сравнение версий

Ключ

  • Эта строка добавлена.
  • Эта строка удалена.
  • Изменено форматирование.

...

    telnet 10.255.255.13

Заходим в режим конфигурирования switch платы PLC-8:

    PLC8-Slot11@ma4000> Slot11@ma4000# switch
    PLC8-Slot11@ma4000    PLC8(switch)# configure
    PLC8-Slot11@ma4000(switch)(config)#

Настраиваем мультикаст VLAN, как показано в примере (например VLAN 30):
    PLC8-Slot11@ma4000
    PLC8(switch)(config)# vlan 30
    PLC8-Slot11@ma4000    PLC8(switch)(config-vlan)# untagged front-port 0
    PLC8-Slot11@ma4000    PLC8(switch)(config-vlan)# ip igmp snooping mrouter del front-port 0
    Operation successfull
    PLC8-Slot11@ma4000(switch)(config-vlan)# exit
    PLC8(switch)(config)# commit

Настраиваем bridging между front-port и slot-channel, дополнительно устанавливаем PVID 30 на front-port, чтобы из нетегированного трафика делать тегированный.
    PLC8-Slot11@ma4000
    PLC8(switch)(config)# interface front-port 0
    PLC8-Slot11@ma4000    PLC8(switch)(config-if)# pvid 30
    PLC8-Slot11@ma4000    PLC8(switch)(config-if)# bridging to slot-channel 0
    PLC8-Slot11@ma4000    PLC8(switch)(config-if)# exit
    PLC8-Slot11@ma4000    PLC8(switch)(config)# interface slot-channel 0
    PLC8-Slot11@ma4000    PLC8(switch)(config-if)# bridging to front-port 0
    PLC8-Slot11@ma4000    PLC8(switch)(config-if)# exit
    PLC8-Slot11@ma4000    PLC8(switch)(config)# config commit

Подключаем ПК к front-port платы PLC-8, на плате он обозначен как MGMT. Запрашиваем мультикаст группу. Если проблем с изображением не будет, то вероятней всего проблема на ONT (возможно некорректная конфигурация и прочее). Если проблема с фронт-порта также будет фиксироваться, то стоит проверить, будут ли наблюдаться артефакты и прочее с фронтfront-порта port платы PP4X. Чтобы запросить мультикаст с front-port PP4X, необходимо пробросить мультикаст VLAN на один из свободных медных портов платы, например:

    ma4000# configure terminal
    ma4000(config)# vlan 30
    ma4000(vlan-30)# untagged front-port 1/1
    ma4000(vlan-30)# exit
    ma4000(config)# interface front-port 1/1
    ma4000(front-port-1/1)# pvid 30
    ma4000(front-port-1/1)# exit
    ma4000(config)# do commit
    ma4000(config)# do confirm



 Пример настройки для LTP

Заходим в режим конфигурирования switch

    LTP> LTP# switch
    LTP(switch)# configure
    LTP(switch)(config)#

Настраиваем мультикаст VLAN, как показано в примере (например VLAN 30, запрашивать будем с front-port 0).

    LTP(switch)(config)# vlan 30
    LTP(switch)(config-vlan)# untagged front-port 0
    LTP(switch)(config-vlan)# ip igmp snooping mrouter del front-port 0
    Operation successfull
    LTP(switch)(config-vlan)# exit
    LTP(switch)(config)# commit

Настраиваем bridging между front-port и slot-channel, с которого будем запрашивать мультикаст,  и uplink LTP ( в данном примере 10G-front-port 1), дополнительно устанавливаем PVID 30 на front-port, чтобы из нетегированного трафика делать тегированный.

    PLC8-Slot11@ma4000LTP# switch
    LTP(switch)# configure
    LTP(switch)(config)# interface front-port 0
    PLC8-Slot11@ma4000LTP(switch)(config-if)# pvid 30bridging to 10G-front-port 1
    PLC8-Slot11@ma4000LTP(switch)(config-if)# bridging to slot-channel 0pvid 30
    PLC8-Slot11@ma4000LTP(switch)(config-if)# exit
    PLC8-Slot11@ma4000LTP(switch)(config)# interface slot-channel 010G-front-port 1
    PLC8-Slot11@ma4000LTP(switch)(config-if)# bridging to front-port 0
    PLC8-Slot11@ma4000LTP(switch)(config-if)# exit
    PLC8-Slot11@ma4000LTP(switch)(config)# config commit