Так как долго мучился с пропиской IPTV на HONET UA5000, и еле как нашел как это делается(не без помощи добрых людей ну и немного методом научного тыка :) ), решил помочь людям, вдруг кому нибудь понадобится.
Почти все команды взяты из MA5600 но они также подходят для UA5000.

VLAN 50 Unicast.
VLAN 3098 Multicast.

1. Конфигурирование ADSL портов

MA5600(config)#adsl line-profile add 999
  Start adding profile
  Press 'Q' to quit the current configuration and new configuration will be
neglected
>Do you want to name the profile (y/n) [n]:y
>Please input profile name:IPTV profile
>  Please choose default value type 0-adsl 1-adsl2+ (0~1) [0]:1
>  Will you set basic configuration for modem? (y/n)[n]:
>  Trellis mode 0-disable 1-enable (0~1) [1]:
>  Downstream channel bit swap 0-disable 1-enable (0~1) [1]:
>  Upstream channel bit swap 0-disable 1-enable (0~1) [1]:
>  Please select channel mode 0-interleaved 1-fast (0~1) [0]:1
>ЎЎPlease select form of transmit rate adaptation in downstream:
>  0-fixed 1-adaptAtStartup 2-adaptAtRuntime (0~2) [1]:0
>  Will you set SNR margin for modem? (y/n)[n]:
>  Will you set parameters for rate? (y/n)[n]:y
>  Minimum transmit rate in downstream (32~32000 Kbps) [32]:8000
>  Maximum transmit rate in downstream (1024~32000 Kbps) [24544]:8000
>  Minimum transmit rate in upstream (32~6000 Kbps) [32]:1024
>  Maximum transmit rate in upstream (128~6000 Kbps) [1024]:1024
  Add profile 999 successfully

MA5600(config)#interface adsl 0/1   
MA5600(config-if-adsl-0/1)#deactivate 63
MA5600(config-if-adsl-0/1)#activate 63 profile-index 43
MA5600(config-if-adsl-0/1)#display line operation 63

2. Конфигурирование сервисных каналов
2.1. Конфигурирование VLAN

MA5600(config)#vlan 3098 smart
MA5600(config)#vlan 50 smart

2.2. Назначение up-link портов
MA5600(config)#port vlan 3098 0/3 0
MA5600(config)#port vlan 50 0/3 0

2.3. Конфигурирование traffic table для сервиса IPTV
MA5600(config)#traffic table ip car 7000 priority 3 priority-policy  pvc-Setting
  Attention: 7000 has been adjusted to rank of 6976 <kbps>
  --------------------------------------------------------------------
  TD Index         : 7
  Priority         : 3
  Priority policy  : pvc-pri
  CAR              : 6976 kbps
  TD Type          : NoClpNoScr
  Service category : ubr
  Referenced Status: not used
  EnPPDISC         : on
  EnEPDISC         : on
  Clp01Pcr         : 7000 kbps
  --------------------------------------------------------------------
MA5600(config)#traffic table ip car 1024 priority 3 priority-policy pvc-Setting

  TD Index         : 8
  Priority         : 3
  Priority policy  : pvc-pri
  CAR              : 1024 kbps
  TD Type          : NoClpNoScr
  Service category : ubr
  Referenced Status: not used
  EnPPDISC         : on
  EnEPDISC         : on
  Clp01Pcr         : 1024 kbps
  --------------------------------------------------------------------

2.4. Конфигурирование service-port
MA5600(config)#service-port vlan 50 adsl 0/1/63 vpi 0 vci 42 rx-cttr 7 tx-cttr 8

3. Настройки multicast
3.1. Конфигурирование IGMP-Proxy

MA5600(config)#btv
MA5600(config-btv)#
MA5600(config-btv)#igmp mode proxy
MA5600(config-btv)#igmp uplink-port-mode program
MA5600(config-btv)#igmp uplink-port 0/3/0 100

3.2. Добавления списка программ

UA5000_UB2_IPMB(config-btv)#igmp video-port vpi 0 vci 42
MA5600(config-btv)#igmp program add batch ip 239.255.2.0 to-ip 239.255.2.199 vlan 3098 bind 0/3/0 priority 4
MA5600(config-btv)#igmp program add batch ip 239.255.4.0 to-ip 239.255.4.14 vlan 3098 bind 0/3/0         
MA5600(config-btv)#igmp program add batch ip 239.255.5.0 to-ip 239.255.5.2 vlan 3098 bind 0/3/0
MA5600(config-btv)#display igmp program all
----------------------------------------------------------------------------
In-     IP          SourceIP       ProgramName     User  up-   VLAN Pre- Prio
dex   Address                                      num   port   ID  join rity
----------------------------------------------------------------------------
0    239.255.2.0    192.168.1.1     PROGRAM-0       0    0/3/0  999  No   4
1    239.255.2.1    192.168.1.1     PROGRAM-1       0    0/3/0  999  No   4
2    239.255.2.2    192.168.1.1     PROGRAM-2       0    0/3/0  999  No   4
3    239.255.2.3    192.168.1.1     PROGRAM-3       0    0/3/0  999  No   4
.
.
----------------------------------------------------------------------------

3.3. Добавление multicast пользователей

UA5000_UB2_IPMB(config-btv)#igmp user add port 0/6/8 adsl 0 42 no-auth max-program 2