Installation guide

Configuring browser-based Active Ethernet zNIDs
FTTH Application Guide
97
Creating an uplink and downlink bridge on the MXK
We will create an uplink and downlink for VLAN 200.
1 Create uplink and add bridge-path
If you are adding
The switch which is upstream from our MXK is providing a network on
VLAN 200. The packets are tagged from the switch.The bridge-path add
command defines this bridge interface as the uplink for the VLAN 200
downlinks.
Note: For all of the scenario examples in this application guide
we are using the same uplinks/upstream interfaces, so if you have
already created the uplink/upstream bridge interfaces, you will
not need to recreate the data uplink/bridge-path here.
zSH> bridge add 1-a-5-0/eth uplink vlan 200 tagged
Adding bridge on 1-a-5-0/eth
Created bridge-interface-record ethernet5-200/bridge
zSH> bridge-path add ethernet5-200/bridge vlan 200 default
Bridge-path added successfully
2 Add the dowlink to the zNID
We are just passing the single tagged 200 packets down to the zNID. The
zNID needs to know the VLAN ID to pass them through properly as well.
We will configure the zNID for that as well.
DOC-MXK> bridge add 1-13-1-0/eth downlink vlan 200 tagged
Adding bridge on 1-13-1-0/eth
Created bridge-interface-record 1-13-1-0-eth-200/bridge
Testing the data bridge
To test the connection, we will put the laptop on the LAN 2 port, ping to the
Internet gateway and open a browser. Pinging to the Internet gateway proves
the data path is open.