Installation guide

Create Video Bridge on GPON OMCI with Uplink and Downlink
FTTH Application Guide
61
Create Video Bridge on GPON OMCI with Uplink and
Downlink
Video bridging is very similar to data bridging, it uses downlink/uplink bridge
too, but the GTP, GEM ports and VLANs are different.
Creating GPON Traffic Profile
Add the GTP.
The following GTP is recommended for video:
zSH> new gpon-traffic-profile 2
gpon-traffic-profile 2
Please provide the following: [q]uit.
guaranteed-upstream-bw: -> {0}: 512
traffic-class: ----------> {ubr}: cbr
compensated: ------------> {false}:
shared: -----------------> {false}:
dba-enabled: ------------> {false}:
dba-fixed-us-ubr-bw: ----> {0}:
dba-fixed-us-cbr-bw: ----> {0}:
dba-assured-us-bw: ------> {0}:
dba-max-us-bw: ----------> {0}:
dba-extra-us-bw-type: ---> {nonassured}:
....................
Save new record? [s]ave, [c]hange or [q]uit: s
New record saved.
Creating uplink and downlink bridge
We will create an uplink and downlink bridge for VLAN 999:
1 Create an uplink bridge interface
a Create the uplink bridge interface
The following example creates a video uplink bridge interface with
proxy reporting and 30 second igmp query interval.
zSH> bridge add 1-a-5-0/eth uplink vlan 999 tagged
Adding bridge on 1-a-5-0/eth
Created bridge-interface-record ethernet5-999/
bridge
b Add the bridge-path for the uplink. Note how the igmptimer is added
to the bridge-path.
zSH> bridge-path add ethernet5-999/bridge vlan 998
default igmpsnooping enable igmptimer 30
Bridge-path added successfully
2 Create downlink bridge interface.