Skip to main content

About Yúsúf


My Name is Engr. Md Yusuf Miah, but my friends call me Yusuf. I am 30 years old, born on October 20. I have black hair and black eyes. I´m 1.65 meters height. I have completed M.Sc in Information Technology from Jahangirnagar University.


I've been living in Dhaka. Traveling is one of my hobbies. I was traveled in India. I like watching movies and I am also a fan of Nicolas Case. I am the youngest boy in my parents, and it gets pretty lonely growing up with no family to mentally support with. When i am passionate about something. I go to extreme efforts to meet my passion. I love to go out and explore the world.




Growing up, I have always considered the Law Enforcers in our country and all over the world as heroes. I also salute those war veterans who fought for this nation, they real heroes indeed &  I am  specially salute my father who was fought for my present situation & he is my real heroes & boss.


My family: my mother is called Mrs. Jahera Begum, she has 60 years old. My father is called Late Sekandar Miah, he is expired & he was a government officer (LGED), he died on March 30, 2008, at age 58. I have three brothers & four sister, there are married.





So this is me, a simple yet passionate individual whose views may or may not inspire someone who needs inspiration. With my words, I hope I can motivate and move people because words have greater power in them if used correctly.

Popular posts from this blog

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...

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...