Configure VLAN Port Mode in ZTE OLT:
[boxads]
Today i will be discuss how to Configure VLAN Port Mode in ZTE OLT.
Prerequisites:
- Make sure that the network device works normally.
- The ONU is registered.
- Log in to the ZXA10 C220 through HyperTerminal or Telnet.
Context:
ZXA10 C220 ports support the following VLAN modes:
- Access mode: Accepts untag packets only and can be added to only one VLANs in utag mode.
- Trunk mode: Accepts tag packets only and can be added to multiple VLANs in tag mode.
- Hybrid mode: Accepts both tag or untag packets and can be added to multiple VLANs in either tag or untag mode.
- Transparent mode: Accepts all tag packets.
To configure the port VLAN mode, perform the following steps:
Step-1. Use the configure terminal command to enter global configuration mode.
Step-2. Use the interface command to enter interface configuration mode.
Step-3. Use the switchport mode command to configure port VLAN mode.
Note: The default port mode is hybrid.
Step-4. Use the show vlan port command to query port VLAN configuration.
Example of Configure VLAN Port Mode in ZTE OLT:
- Uplink port 0/14/1: Hybrid
- GPON-ONU port 0/5/1:1: Trunk
ZXAN#configure terminal
Enter the configuration commands, one per line. End with CTRL/Z.
ZXAN(config)#interface gei_0/14/1
ZXAN(config-if)#switchport mode hybrid
ZXAN(config-if)#exit
ZXAN(config)#interface gpon-onu_0/5/1:1
ZXAN(config-if)#switchport mode trunk