Skip to main content

Posts

V-SOL GPON OLT & ONU Configuration & Troubleshooting

 V-SOL GPON OLT & ONU Configuration Step 1: CLI Management (Login) VSOL GPON OLT Default IP: 192.168.8.200 Default Username: admin Default Password: Xpon@Olt9417# Step 2: Uplink Configuration VLAN Create 2001-2010 gpon-olt# configure terminal gpon-olt(config)# vlan 2001 – 2010 gpon-olt(config)#exit Configure up link port G1 gpon-olt(config)#interface gigabitethernet 0/1 gpon-olt(config-if-ge0/1)#switchport mode hybrid gpon-olt(config-if-ge0/1)#switchport hybrid vlan 2001 – 2010 tagged gpon-olt(config-if-ge0/1)# Assign ip address to management VLAN At first we have to create management vlan, here we use management vlan as 100 gpon-olt# configure terminal gpon-olt(config)# vlan 100 gpon-olt(config)#exit gpon-olt(config)# interface vlan 100 gpon-olt(interface-vlan-100)# ip address 172.16.16.10 255.255.255.252 gpon-olt(interface-vlan-100)# exit gpon-olt(config)# ip route 0.0.0.0/0 172.16.16.9 Here we using a private IP address in this case, we can access this vsol olt from our loca...
Recent posts

Top 10 Internet Speed Tester Sites List -2024

Top 10 Internet Speed Tester Sites List - 2024 The internet has permeated every aspect of our everyday lives, impacting everything from early morning emails to late-night binge-watching. Asia leads the world in internet usage, with 5.25 billion users worldwide, including 4.2 billion on social media, and expanding at an annual rate of 8.2%. Tests of internet speed are useful for evaluating connectivity for smooth operations. With over 500 hours of video content posted per minute, YouTube has the most active user base among all apps enough to envision the amount of activity that occurs on the internet worldwide. Users' experience with the internet is frequently hampered by the volume of traffic it receives. You may be wondering how this happens, so let's have a look. The core of the World Wide Web is data or information that is redirected and stored on several servers. Speedtest.net Google Fiber Speed Test Testmy.net Speedof.me Fast.com Ookla Speedtest AT&T Internet Speed Te...

V-SOL EPON OLT & ONU Configuration & Troubleshooting

  epon-olt# show running-config epon-olt(config)# show startup-config epon-olt# conf t epon-olt(config)# show onu opm-diag pon 3 // Single Pon Port ONU Power (3 no pon) ONU-ID      Temperature(C)    Supply Voltage(V)   TX Bias Current(mA)   TX Power(dBm)   RX Power(dBm) ------      --------------    -----------------   -------------------   -------------   ------------- EPON0/3:1   34.90             3.31                16.10                 2.55            -30.97 EPON0/3:2   35.80             3.42                16.30                 1.92            -16.40 ...

PPPoE Setup of MikroTik Router

PPPoE প্রথম ধাপ (Interface): ১. Interface Name: প্রথমে Interface Name লিখে নিতে হবে। ২. Interface Name + ক্লিক করে PPPoE Client ক্লিক করে General (Name: pppoe-out1, Interface: ether1_WAN), Dial Out (User & Password) দিয়ে Apply ক্লিক করে OK করতে হবে। দ্বিতীয় ধাপ (Address_LAN): ১. IP থেকে Address: (Address: 192.168.0.1/24, Interface: ether2_LAN) Apply ক্লিক করে OK করতে হবে। তৃতীয় ধাপ (DNS): ১. IP থেকে DNS (Server: 8.8.8.8) Apply ক্লিক করে OK করতে হবে। চতৃর্থ ধাপ (DHCP Server): ১. IP থেকে DHCP: DHCP Setup => DHCP Server Interface (ether2_LAN) NEXT => NEXT => NEXT => NEXT => OK করতে হবে। পঞ্চম ধাপ (Firewall): ১. Firewall: NAT+ (General: srcnat, Action: masquerage) Apply ক্লিক করে OK করতে হবে। প্রথম ধাপ (Interface): ১. Interface Name: প্রথমে Interface Name লিখে নিতে হবে। ২. Interface Name + ক্লিক করে PPPoE Client ক্লিক করে General (Name: pppoe-WAN, Interface: ether1_WAN), Dial Out (User & Password) দিয়ে Apply ক্লিক করে OK করতে হবে। দ্বিতীয় ধাপ (Bridge): ১. Bri...

C-Data GPON OLT & ONU Configuration & Troubleshooting

  1st Step assign IP on Local PC... IP: 192.168.1.101 SM: 255.255.255.0 GW: 192.168.1.100 2nd Step assign IP on OLT... IP: 10.100.199.30 SM: 255.255.255.0 GW: 10.100.199.254 telnet 192.168.1.101 user: root password: admin OLT> enable OLT# config OLT(config)# vlan 1150 OLT(config)# interface vlanif 1150 OLT(config-interface-vlanif-1150)# ip address 10.100.199.30 255.255.255.0 OLT(config-interface-vlanif-1150)# exit OLT(config)# ip route-default gateway 10.100.199.254 OLT(config)# interface ge 0/0 OLT(config-interface-ge-0/0)# vlan mode 1 trunk OLT(config-interface-ge-0/0)# vlan trunk 1 1150 OLT(config-interface-ge-0/0)# exit OLT(config)# OLT# save 3rd Step assign IP on OLT... telnet 10.100.199.30 user: root password: admin OLT> enable OLT# config OLT(config)# vlan 3841-3880 OLT(config)# interface ge 0/0 OLT(config-interface-ge-0/0)# vlan mode 1 trunk  // 1 No. Port OLT(config-interface-ge-0/0)# vlan trunk 1 3841-3880 OLT(config-interface-ge-0/0)# exit OLT(config)# save Po...

BDcom GPON OLT & ONU Configuration & Troubleshooting

     1. How to configure GPON BDcom OLT and ONU Switch# config Switch_config# interface range gigaEthernet 0/1-8 [All Giga Port Enable] Switch_config# no shutdown Switch_config# interface range gpON 0/1-8 [All gpON Port Enable] Switch_config#  No shutdown Switch_config# exit Switch_config# interface gigaEthernet 0/1 [For Single port Disalbe] Switch_config_gpon0/1# shutdown Switch_config_gpon0/1# exit Switch_config# exit Switch# show interface brief Switch# wr all 2. How to IP Assign on BDcom OLT Switch_config# interface VLAN 1 Switch_config_v1# ip address 10.68.254.18  255.255.255.248        Switch_config_v1# exit Switch_config# ip route default 10.68.254.17 Switch_config# exit Switch# show interface brief Switch# show ip interface 3. How to Create VLAN on BDcom OLT Switch_config# vlan 200 [For Single VLAN] Switch_config# vlan 201-210 [For Multiple VLAN]       Switch_config_vlan_200# name dhaka200 Switch_con...

HUAWEI BASIC CONFIGURATION

    To create user name OLT> enable OLT# config OLT(config)# terminal user name User Name(length<6,15>): Yusufmiah User Password(length<6,15>): Password Confirm Password(length<6,15>): Password User profile name (<=15 Chars) [root]: User's Leve: 1. Common User 2. Operator 3. Administraror: 3 Permitted Reenter Number (0--4): 1 Adding User Successfully To delete user name OLT> enable OLT# config OLT (config)# display terminal user all OLT(config)# undo terminal user name Checking OLT Uptime OLT# display sysuptime To check version OLT(config)# display version Checking OLT Board OLT# display board 0 How To Check OLT Board All PON Down/UP OLT# display board 0/1 // 1 Slot All PON How to setting the time zone OLT(config)#display timezone OLT(config)#timezone ? GMT+  Set east of time zone GMT-  Set west of time zone OLT(config)#timezone GMT+  06:00 How to setting NTP server OLT(config)#display ntp-service status OLT(config)#ntp-service unicast...