IPTV Package configure in ZTE GPON OLT
[boxads]
Today i will discuss about how to IPTV Package configure in ZTE GPON ZXA10 C220 OLT.
Prerequisites:
- Make sure that the network device works normally.
- Make sure that the multicast source exits in the uplink network.
- Make sure that the MVLAN is configured.
- Log in to ZXA10 C220 through HyperTerminal or Telnet.
Context:
To configure the IPTV package, perform the following steps:
1. Use the configure terminal command to enter global configuration mode.
2. Use the iptv channel mvlan group command to configure IPTV channels.
3. Use the iptv view-profile command to configure preview profile.
preview profile parameters:
4. Use the iptv channel view-profile command to apply preview profile to channel.
5. Use the iptv packgae name command to create IPTV package.
6. Use the iptv packgae channel command to configure IPTV package channels.
IPTV Package configure Example:
- Name: stv
- Channel: stv1 – stv10, IP address 224.1.1.1 – 224.1.1.10
- Preview profile
- Name: abc
- Preview count: 3
- Preview duration: 120 seconds
- Preview interval: 60 seconds
- Channel right
- Preview: stv1 – stv4
- Watch: stv6 – stv 9
- Deny: stv10
[bodyads]
ZXAN#configure terminal
Enter configuration commands, one per line. End with CTRL/Z.
ZXAN(config)#iptv channel mvlan 10 group 224.1.1.1 to 224.1.1.10 pre name stv
ZXAN(config)#iptv view-profile abc count 3 duration 120 blackout 60
ZXAN(config)#iptv channel stv1 view-profile abc
ZXAN(config)#iptv channel stv2 view-profile abc
ZXAN(config)#iptv channel stv3 view-profile abc
ZXAN(config)#iptv channel stv4 view-profile abc
ZXAN(config)#iptv channel stv5 view-profile abc
ZXAN(config)#iptv package name stv
ZXAN(config)#iptv package stv channel stv1 preview
ZXAN(config)#iptv package stv channel stv2 preview
ZXAN(config)#iptv package stv channel stv3 preview
ZXAN(config)#iptv package stv channel stv4 preview
ZXAN(config)#iptv package stv channel stv5 preview
ZXAN(config)#iptv package stv channel stv6 watch
ZXAN(config)#iptv package stv channel stv7 watch
ZXAN(config)#iptv package stv channel stv8 watch
ZXAN(config)#iptv package stv channel stv9 watch
ZXAN(config)#iptv package stv channel stv10 deny