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

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

Ключ

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

Данная настройка выполняется при помощи профиля Ports, который назначается на ONT.
Разрешенный диапазон задается при помощи настройки "Multicast dynamic entry".


Для того чтобы изменить диапазон, необходимо перейти в режим конфигурирования, далее перейти к профилю Ports:

  • ma4000# configure terminal
  • ma4000(config)# profile ports Test

Для каждого разрешенного диапазона необходимо указать Vlan:

  • ma4000(config-ports)("Test")# igmp multicast dynamic-entry 0 vid 30

Задать начальную и конечную группу:

  • ma4000(config-ports)("Test")# igmp multicast dynamic-entry 0 group 232.1.0.0 232.1.0.255
  • ma4000(config-ports)("Test")# do show profile ports Test

                 Multicast dynamic entry [0]:
                 Vlan id: 30
                 First group ip: 232.1.0.0
                 Last group ip: 232.1.0.255

Далее этот профиль необходимо назначить на ONT:

  • ma4000(config)# interface ont 9/0/5
  • ma4000(config)(if-ont-9/0/5)# profile ports Test
  • ma4000(config)(if-ont-9/0/5)# do commit
  • ma4000(config)(if-ont-9/0/5)# do confirm
  • ma4000(config)(if-ont-9/0/5)# do show interface ont 9/0/5 configuration

                 -----------------------------------
                 [ONT9/0/5] configuration
                 -----------------------------------

                 Description: ''
                 Status: UP
                 Serial: ELTX5C000034
                 Password: '0000000000'
                 Fec up: false
                 Downstream broadcast: true
                 Ber interval: none
                 Ber update period: 60
                 Rf port state: disabled
                 Omci error tolerant: false
                 Service [0]:
                 Profile cross connect: 2149 ONT Profile Cross Connect 4
                 Profile dba: stk ONT Profile DBA 2
                 Custom cross connect: disabled
                 Service [1]:
                 Profile cross connect: 3149 ONT Profile Cross Connect 7
                 Profile dba: stk ONT Profile DBA 2
                 Custom cross connect: disabled
                 Service [2]:
                 Profile cross connect: 2349 ONT Profile Cross Connect 5
                 Profile dba: stk ONT Profile DBA 2
                 Custom cross connect: disabled
                 Service [3]:
                 Profile cross connect: 30 ONT Profile Cross Connect 6
                 Profile dba: stk ONT Profile DBA 2
                 Custom cross connect: disabled
                 Service [4]:
                 Profile cross connect: 1101 ONT Profile Cross Connect 12
                 Profile dba: stk ONT Profile DBA 2
                 Custom cross connect: disabled
                 Service [5]:
                 Profile cross connect: acs ONT Profile Cross Connect 8
                 Profile dba: stk ONT Profile DBA 2
                 Custom cross connect: disabled
                 Profile shaping: shaping-00 ONT Profile Shaping 0
                 Profile ports: Test ONT Profile Ports 6
                 Profile management: acs ONT Profile Management 1
                 Profile scripting: unassigned
                 Custom model: none

Если абонент запросит группу не входящую в указанный диапазон, то этот запрос будет отброшен.