VSOL GPON OLT Configuration CLI Mode Step by Step Guide

🔹 āĻ­ā§‚āĻŽāĻŋāĻ•āĻž:
Hello friends! āφāϜāϕ⧇āϰ āĻĒā§‹āĻ¸ā§āĻŸā§‡ āφāĻŽāϰāĻž āĻļāĻŋāĻ–āĻŦ VSOL GPON OLT āϕ⧀āĻ­āĻžāĻŦ⧇ configure āĻ•āϰāĻž āϝāĻžāϝāĻŧ step by stepāĨ¤
āφāϗ⧇ āφāĻŽāϰāĻž āĻļāĻŋāϖ⧇āĻ›āĻŋ VSOL EPON OLT configure āĻ•āϰāĻžāĨ¤ VSOL GPON OLT configure āĻĒā§āϰāĻžāϝāĻŧ āĻāĻ•āχ āϧāϰāύ⧇āϰ, āĻ•āĻŋāĻ¨ā§āϤ⧁ āĻ•āĻŋāϛ⧁ difference āφāϛ⧇āĨ¤ āφāϜ āφāĻŽāϰāĻž āϏ⧇āχ differences āĻāĻŦāĻ‚ full configuration āĻĻ⧇āĻ–āĻŦāĨ¤


🔸 OLT Access

OLT configure āĻ•āϰāĻžāϰ āϜāĻ¨ā§āϝ āĻĒā§āϰāĻĨāĻŽā§‡ login āĻ•āϰāϤ⧇ āĻšāĻŦ⧇āĨ¤ VSOL GPON OLT login āĻ•āϰāĻž āϝāĻžāϝāĻŧ 2 ways:

  1. AUX Port

  2. Console Port

AUX Port Access:

  • AUX port āĻĨ⧇āϕ⧇ OLT access āĻ•āϰāϤ⧇ Ethernet cable āĻŦā§āϝāĻŦāĻšāĻžāϰ āĻ•āϰāϤ⧇ āĻšāĻŦ⧇āĨ¤

  • PC āĻāϰ Ethernet port āĻ IP address set āĻ•āϰāϤ⧇ āĻšāĻŦ⧇āĨ¤ Default AUX IP: 192.168.8.200

  • āωāĻĻāĻžāĻšāϰāĻŖ: PC IP = 192.168.8.10, Subnet = 255.255.255.0

  • Telnet āĻŦāĻž Web management āĻŦā§āϝāĻŦāĻšāĻžāϰ āĻ•āϰ⧇ OLT access āĻ•āϰāĻž āϝāĻžāĻŦ⧇:
    https://192.168.8.200

VSOL GPON OLT Default Info:

IP Address: 192.168.8.200
Username: admin
Password: Xpon@Olt9417#

🔸 Mainlink Configuration With VLAN

  • āφāĻŽāĻžāĻĻ⧇āϰ OLT āĻ 8 GPON ports āφāϛ⧇āĨ¤

  • āφāĻŽāϰāĻž uplink configuration āĻ•āϰāĻŦ 9 VLANs (500–508)āĨ¤

  • Uplink port: G9, Mode: Trunk

Command:

gpon-olt> ena
enable password: Xpon@Olt9417#
gpon-olt# configure terminal
gpon-olt(config)# vlan 500 - 508
pon-olt(config)# exit
gpon-olt(config)# interface gigabitethernet 0/9
gpon-olt(config-if-ge0/9)# switchport mode trunk
pon-olt(config-if-ge0/9)# switchport trunk VLAN 500 - 508
gpon-olt(config-if-ge0/9)# exit

🔸 Assign IP Address for Remote Access (MGT)

gpon-olt(config)# interface vlan 500
gpon-olt(interface-vlan-500)# ip address 10.20.30.10 255.255.255.252
gpon-olt(interface-vlan-500)# exit
gpon-olt(config)# ip route 0.0.0.0/0 10.20.30.9

🔸 Telnet Enable

gpon-olt(config)# no login-access-list deny telnet 0.0.0.0 0.0.0.0

🔸 Creating ONU Profile

gpon-olt(config)# profile onu id 10 name xpononu
gpon-olt(profile-onu:10)# port-num eth 1
gpon-olt(profile-onu:10)# commit
gpon-olt(profile-onu:10)# exit
gpon-olt(config)# onu auto-learn default-onu-profile expon

🔸 Creating DBA Profile

gpon-olt(config)# profile dba id 10 name dbaxpon
gpon-olt(config)# type 4 maximum 1024000
gpon-olt(config)# commit
gpon-olt(config)# exit

🔸 Creating Service Profile

gpon-olt(config)# profile srv id 10 name srv_pon1_vlan_501
gpon-olt(profile-srv:10)# portvlan eth 1 mode tag vlan 501
gpon-olt(profile-srv:10)# commit
gpon-olt(profile-srv:10)# exit

🔸 Creating Line Profile

gpon-olt(config)# profile line id 10 name line_pon1_vlan_501
gpon-olt(profile-line:10)# tcont 1 name 1 dba dbagpon
gpon-olt(profile-line:10)# gemport 1 tcont 1 gemport_name 1
gpon-olt(profile-line:10)# service internet gemport 1 VLAN 501
gpon-olt(profile-line:10)# service-port 1 gemport 1 uservlan 501 VLAN 501
gpon-olt(profile-line:10)# commit
gpon-olt(profile-line:10)# exit

🔸 Bind Profile to PON Port

PON Port 1:

gpon-olt(config)# interface gpon 0/1
gpon-olt(config-pon-0/1)# onu auto-learn
gpon-olt(config-pon-0/1)# onu auto-learn srv-profile name srv_pon1_vlan_501
gpon-olt(config-pon-0/1)# onu auto-learn line-profile name line_pon1_vlan_501
gpon-olt(config-pon-0/1)# exit

āĻāĻ•āχāĻ­āĻžāĻŦ⧇, āĻ…āĻ¨ā§āϝ PON ports āĻāϰ āϜāĻ¨ā§āϝāĻ“ service āĻāĻŦāĻ‚ line profile create āĻ•āϰ⧇ bind āĻ•āϰāϤ⧇ āĻšāĻŦ⧇āĨ¤


🔹 Conclusion

āφāϜ āφāĻŽāϰāĻž āĻļāĻŋāĻ–āϞāĻžāĻŽ VSOL GPON OLT configure āĻ•āϰāĻž step by stepāĨ¤
āĻāĻ–āύ āφāĻĒāύāĻŋ āϏāĻšāĻœā§‡āχ āφāĻĒāύāĻžāϰ GPON OLT configure āĻ•āϰāϤ⧇ āĻĒāĻžāϰāĻŦ⧇āύāĨ¤ āϝāĻĻāĻŋ āϕ⧋āύ⧋ query āĻĨāĻžāϕ⧇, comment āĻ•āϰ⧁āύ, āφāĻŽāĻŋ support āĻ•āϰāĻŦāĨ¤

Related Post