Md Jununn Mishri

  • Home
  • Md Jununn Mishri

Md Jununn Mishri দেহ থেকে নিঃশ্বাসটা বের হলেই
জীবনের গল্প শেষ।

24/07/2023

C Data GPON OLT & ONU Configuration & Troubleshooting
C Data GPON OLT Configuration
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) # show running
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

Port Access
OLT(config) # interface ge 0/0
OLT(config-interface-ge-0/0) # vlan mode 2 access // 2 No. Port
OLT(config-interface-ge-0/0) # vlan access 2 3841
OLT(config-interface-ge-0/0) # vlan mode 3 access // 3 No. Port
OLT(config-interface-ge-0/0) # vlan access 3 3842
OLT(config-interface-ge-0/0) # exit
OLT(config) # save

OLT(config) # service-port autoconfig vlan 2161 gpon 0/0 port 1 gemport 1 multi-service user-vlan 1 tag-action translate

OLT(config) # service-port autoconfig vlan 2162 gpon 0/0 port 2 gemport 1 multi-service user-vlan 1 tag-action translate

OLT(config) # service-port autoconfig vlan 2163 gpon 0/0 port 3 gemport 1 multi-service user-vlan 1 tag-action translate

OLT(config) # service-port autoconfig vlan 2164 gpon 0/0 port 4 gemport 1 multi-service user-vlan 1 tag-action translate

OLT(config) # service-port autoconfig vlan 2165 gpon 0/0 port 5 gemport 1 multi-service user-vlan 1 tag-action translate

OLT(config) # service-port autoconfig vlan 2166 gpon 0/0 port 6 gemport 1 multi-service user-vlan 1 tag-action translate

OLT(config) # service-port autoconfig vlan 2167 gpon 0/0 port 7 gemport 1 multi-service user-vlan 1 tag-action translate

OLT(config) # service-port autoconfig vlan 2168 gpon 0/0 port 8 gemport 1 multi-service user-vlan 1 tag-action translate

OLT(config) # save

OLT(config) # show current-config

Create ONT DBA Profile ...

OLT(config) # dba-profile profile-id 71
OLT(config-dba-profile-71) # ?
OLT(config-dba-profile-71) # type3 assure 962368 max 1244160
OLT(config-dba-profile-71) # commit
OLT(config-dba-profile-71) # exit

Create ONT Line Profile...

OLT(config) # ont-lineprofile gpon profile-id 71
OLT(config-ont-lineprofile-71) # tcont 1 dba-profile-id 71
OLT(config-ont-lineprofile-71) # gem add 1 tcont 1
OLT(config-ont-lineprofile-71) # gem mapping 1 1 vlan 3841
OLT(config-ont-lineprofile-71) # gem mapping 1 2 vlan 3842
OLT(config-ont-lineprofile-71) # gem mapping 1 3 vlan 3843
OLT(config-ont-lineprofile-71) # gem mapping 1 4 vlan 3844
OLT(config-ont-lineprofile-71) # gem mapping 1 5 vlan 3845
OLT(config-ont-lineprofile-71) # gem mapping 1 6 vlan 3846
OLT(config-ont-lineprofile-71) # gem mapping 1 7 vlan 3847
OLT(config-ont-lineprofile-71) # gem mapping 1 8 vlan 3848
OLT(config-ont-lineprofile-71) # commit
OLT(config-ont-lineprofile-71) # exit

Create ONT Service Profile......

OLT(config) # ont-srvprofile gpon profile-id 71
OLT(config-ont-srvprofile-71) # ont-port eth adaptive pots adaptive catv adaptive
OLT(config-ont-srvprofile-71) # commit
OLT(config-ont-srvprofile-71) # exit

Create Traffic Table........

OLT(config) # ont-srvprofile gpon profile-id 71
OLT(config-ont-srvprofile-71) # port vlan eth 1 3841
OLT(config-ont-srvprofile-71) # commit
OLT(config-ont-srvprofile-71) # exit

OLT(config) gpon 0/0
OLT(config-interface-gpon-0/0) # ont authmode all manual
OLT(config-interface-gpon-0/0) # ont autofind all enable
OLT(config-interface-gpon-0/0) # exit
OLT(config) # save

Registere ONU on OLT.........

OLT(config) # show ont autofind all
OLT(config) # interface gpon 0/0
OLT(config-interface-gpon-0/0) # ont add 1 1 sn-auth HWTC4D66C92B ont-lineprofile-id 71 ont-srvprofile-id 71
OLT(config-interface-gpon-0/0) # ont description 1 1 Test_Desc
OLT(config-interface-gpon-0/0) # ont port native-vlan 1 1 eth 1 vlan 3841
OLT(config-interface-gpon-0/0) # ont port native-vlan 1 1 eth 2 vlan 3841 // 1 no por er 1 no ONU 2 no ether
OLT(config-interface-gpon-0/0) # ont port native-vlan 1 1 eth 3 vlan 3841
OLT(config-interface-gpon-0/0) # ont port native-vlan 1 1 eth 4 vlan 3841
OLT(config-interface-gpon-0/0) # exit

OLT(config) # service-port autoindex vlan 3841 gpon 0/0 port 1 ont 1 gemport 1 multi-service user-vlan 3841 tag-action transparent
OLT(config) # save

ONU Delete From CDATA OLT
OLT(config) # interface gpon 0/0
OLT(config-interface-gpon-0/0) # ont delete 1 1

PON er ONU Information (Pon MAC, ID, Online/Offile)
OLT(config) # interface gpon 0/0
OLT(config-interface-gpon-0/0) # show ont info 1 all //1 mean 1 no pon all ONU
OLT(config-interface-gpon-0/0) # show ont info 1 1 //1st 1 mean 1 no pon & 2nd 1 mean 1 ONU no.

ONU Physical Power Check
OLT(config) # interface gpon 0/0
OLT(config-interface-gpon-0/0) # show ont optical-info 1 1 //Power Check of 1 mean 1 no pon all ONU

How to find ONT by MAC (Online User PC MAC)
OLT> enable
OLT # config
OLT(config) # show location AC:15:A2:B0:79:DD

How to find ONT by VLAN
OLT # config
OLT(config) # show mac-address vlan 541

24/07/2023

Huawei GPON OLT & ONU Configuration & Troubleshooting


HUAWEI BASIC CONFIGURATION

To create user name
OLT> enable
OLT # config
OLT(config) # terminal user name
User Name(length): JKM
User Password(length): Password
Confirm Password(length): Password
User profile name (

24/07/2023

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_config_vlan_200 # exit
Switch_config # exit
Switch # show vlan
4. How to Create & Delete Username on BDcom OLT
Switch_config # username bdcom password bdcom123
Switch_config # no username admin
Switch_config # exit
Switch # show local-users

5. How to Enable SSH on BDcom OLT
Switch_config # ip sshd enable

6. How to Enable DHCP Snooping on BDcom OLT
Switch_config # ip dhcp-relay snooping vlan 1-4097

7. How to Disable & Enable HTTP on BDcom OLT
Switch_config # no ip http server
Switch_config # ip http server

8. How to Password Encryption on BDcom OLT
Switch_config # service password-encryption

9. How to laser check & reboot on BDcom OLT & ONU
Switch # show gpon active-onu
Switch # gpon activate-onu interface slot/port:sequence
Switch # gpon disable-onu interface slot/port:sequence
Switch # gpon enable-onu interface slot/port:sequence
Switch # gpon reboot onu interface gpON0/1:1

10. How to DoS Enable on BDcom OLT
Switch_config # show dos
Switch_config # dos enable tcpflags

11. How to show online active users on BDcom ONU
Switch # show mac address-table interface gpON 0/1:2

12. How to VLAN assign on BDcom OLT
Switch_config # interface range gpON 0/2
Switch_config # No shutdown
Switch_config # interface gpON 0/2
Switch_config_gpon0/2 # switchport mode trunk
Switch_config_gpon0/2 # switchport trunk vlan-allowed 301-310

13. How to create customer VLAN Profile on BDcom OLT
Switch # config
Switch_config # gpon profile onu-vlan 204
Switch_config-profile # gpon-profile vlan mode tag
Switch_config-profile # gpon-profile vlan pvid 204
Switch_config-profile # exit

13. How to Register ONU on BDcom OLT
Switch_config # interface gpON 0/1:2
Switch_config_gpon0/1:2 # gpon onu uni 1 vlan-profile 204
Switch_config_gpon0/1:2 # gpon onu uni 2 vlan-profile 204 // ONU 2 no. Port
Switch_config_gpon0/1:2 # gpon onu loopback-detect protocol private
Switch_config_gpon0/1:2 # gpon onu uni 1 loopback-detect enable [1 For Single Port]
Switch_config_gpon0/1:2 # description address: 19 chandramollika
Switch_config_gpon0/1:2 # exit
Switch # write all
Switch # show running-config interface gpON 0/1:2
15. How to find out ONU description from BDcom OLT
Switch # show gpon onu-description interface gpON 0/9
16. How to find out ONU information from BDcom OLT
Switch_config # show gpon onu-information interface gpON 0/9
17. How to delete file from BDcom OLT
Switch # delete [File Name]
18. How to check all users details information from BDcom OLT
config interface brief [User Details]

ONU Configuration System Step by Step
1. How to check new MAC on ONU from BDcom OLT
Switch # show gpon onu-information
Switch # show gpon onu-information interface gpON 0/7

2. How to Reboot ONU from BDcom OLT
Switch # gpon reboot onu interface gpON o/1:1

3. How to check ONU Firmware Version from BDcom OLT
Switch # show gpon onu-image-information [For All]
Switch # show gpon onu-image-information interface GPON0/1:2 [For Single ONU]

4. How to check how many ports are ONU from BDcom OLT
OLT # config
OLT_config # interface gpON 0/3
OLT_config_gpon0/3 # show running-config interface gpON 0/3:57

5. How to check fiber power on ONU from BDcom OLT
Switch_config # show gpon optical-transceiver-diagnosis [PON Temperature]
Switch # show gpon optical-transceiver-diagnosis interface gPON 0/1 [For All ONU in One PON]
Switch # show gpon optical-transceiver-diagnosis interface gPON 0/1:1 [For Single ONU from ONU to OLT (ONU Power)]
Switch # show gpon interface gpON 0/1:39 onu optical-transceiver-diagnosis [For Single ONU from OLT to ONU (Physical Link Power)]
Switch # show gpon onu-optical-transceiver-diagnosis interface gpON 0/1 [Physical Link Power for Single PON]

6. How to know ONU Up time, Down time & Fiber Cut
Switch # show gpon interface gpON 0/1:39 onu basic-info
Note-1: If show Deactive Reason is "Dying Gasp" that means fiber is up/ok.
Note-2: If show Deactive Reason is "Losi" that means fiber is cut.
7. How to Delete profile from ONU.
Switch #

8. How to Find ONU by MAC
Switch # show mac address-table interface gpON 0/3
Switch # show mac address-table interface gpON 0/3:4 //Single ONU All MAC
Switch # show gpon interface gpON 0/9:60 onu basic-info //ONU Up-Time & Description
OR
Switch # show mac address-table | include 0AF9 // Last 4 digit of MAC
Switch # show gpon interface gpON 0/9:60 onu basic-info

9. How to new ONU Register on OLT
Switch # show gpon onu-information // GPON0/1:1 need this information
Switch # show running-config interface gpON 0/1:15
Switch # gpon onu uni 1 vlan-profile vlan302 //uni 1 means ehter port ONU
Switch # gpon onu loopback-detect protocol private
Switch # gpon onu uni 1 loopback-detect enable //uni 1 means ehter port ONU

10. How to delete ONU from CLI mode
Switch # config
Switch_config # interface gpON 0/3
Switch_config_gpon0/3 # no gpon bind-onu ###x.###x.###x.###x
Switch_config_gpon0/3 # exit
Switch_config # wr all

11. How to disable ONT (GPON ONU)
Switch # config
Switch_config # interface gpON 0/3:4
Switch_config_gpon0/3:4 # gpon onu disable
Switch_config_gpon0/3:4 # exit
Switch_config # wr all
12. How to disable ONT (GPON ONU)
Switch # config
Switch_config # interface gpON 0/3:4
Switch_config_gpon0/3:4 # gpon onu uni 1 shutdown
Switch_config_gpon0/3:4 # exit
Switch_config # wr all

12. How to check the LAN port status of ONU/ONT
Switch # show gpon interface gpON 0/3:4 onu port 4 state

12. How to check distance of the ONU from OLT
Switch # config
Switch_config # show gpon interface gpON 0/3:4 onu basic-info

13. How to Enable buffer information ONU from OLT
Switch # config
Switch_config # loggin buffed 4096

14. How to check buffer information ONU from OLT
Switch # config
Switch_config # show loggin

একটু মানবিক চোখে দেখুন💞
14/05/2023

একটু মানবিক চোখে দেখুন💞

21/04/2023

সৌদি আরবের রাজ্য আপনাদের ধন্যবাদ আগামীকাল নিশ্চিত করার জন্য 😁।
হুম ভাই আমি ও করব।😁

15/04/2023

এটা গরম না!
Jerin এর রুপের আ!গুন!🔥

"বঙ্গবাজার অগ্নিকাণ্ড"ঈদের মৌসুমকে সামনে রেখে দেশের অন্যতম বৃহৎ কাপড়ের মার্কেট বঙ্গবাজারে ভয়াবহ অগ্নিকাণ্ডে ক্ষতিগ্রস্তদ...
04/04/2023

"বঙ্গবাজার অগ্নিকাণ্ড"
ঈদের মৌসুমকে সামনে রেখে দেশের অন্যতম বৃহৎ কাপড়ের মার্কেট বঙ্গবাজারে ভয়াবহ অগ্নিকাণ্ডে ক্ষতিগ্রস্তদের প্রতি রেটিনার সমবেদনা। পবিত্র মাসে মহান প্রভুর নিকট ফরিয়াদ, সকলকে এই বিপর্যয় কাটিয়ে স্বাভাবিক অবস্থায় ফিরে আসা সহজ করে দিন, ক্ষতি যেনো দ্রুততার সাথে পুষিয়ে নিতে পারে, সে তৌফিক দান করুন।

স্বাধীনতা দিবসের শুভেচ্ছা…
26/03/2023

স্বাধীনতা দিবসের শুভেচ্ছা…

আন্টি জেরিন কই গেছে 🙄
06/03/2023

আন্টি জেরিন কই গেছে 🙄

Happy Rose Day kakku🥰🥴
07/02/2023

Happy Rose Day kakku🥰🥴

জীবনের মূল্য বাড়াতে গেলে পুড়তে হবে বন্ধু ।
05/02/2023

জীবনের মূল্য বাড়াতে গেলে পুড়তে হবে বন্ধু ।

আলীবাবার প্রতিষ্ঠাতা জ্যাক মা একবার বলেছিলেন....আপনি যখন ব্যাবসা শুরু করবেন তখন দেখবেন,প্রথম যে মানুষগুলো আপনাকে বিশ্বাস...
17/01/2023

আলীবাবার প্রতিষ্ঠাতা জ্যাক মা একবার বলেছিলেন....
আপনি যখন ব্যাবসা শুরু করবেন তখন দেখবেন,
প্রথম যে মানুষগুলো আপনাকে বিশ্বাস করবে, তারা সবাই আপনার অপরিচিত মানুষ । কিন্তু প্রথমে
আপনার খুব কাছের বন্ধুরা হয়ত আপনার থেকে দূরত্ব বজায় রেখে চলবে।
কেউ কেউ হয়ত আপনার বিপক্ষেই দাঁড়িয়ে যাবে।
কেউ হয়ত ভাববে আপনি কিছুই করতে পারবেন না,
আপনাকে দিয়ে কিছুই হবে না ।
আপনি যখন আপনার কোন আত্মীয়ের কাছে কোন প্রডাক্ট বিক্রি করেন, তারা এটা ভাববে আপনি কতো টাকা লাভ করলেন কিন্তু তারা এটা ভাববে না তাদের কতো টাকা সেভিংস হলো।
এমনকি তারা আপনাকে ব্যতিত অন্যত্রে পন্য কিনে ঠকতেও দ্বিধা করবে না‼️
এরপর একটা সময় আসবে, যখন আপনি আপনার পরিশ্রমের ফল পাবেন।
হয়ত একটা ফ্যামিলি ডিনারের সবার গেট-টুগেদারের বিল দিবেন ।
দেখবেন সেই টেবিলটায় আপনার সব বন্ধু-বান্ধব, কাছের মানুষজন সবাই সেদিন উপস্থিত আছেন ।
নেই শুধু সেই অপরিচিত মানুষগুলোই। যারা আপনাকে বিশ্বাস করেছিলো।

01/01/2023

বিবেকহীন মানুষ যখন বিবেকবান সাজে, তখন সেই মৃত বিবেক নিয়ে "হ্যাপি নিউ ইয়ার" পালন করে। যায় প্রভাব প্রাণীকূলের উপর ও পড়ে। এরা নাকি শুশীল সমাজের মানুষ।
সব নষ্টদের অধিকারে যাবে।
নষ্টদের দানবমুঠোতে ধরা পড়বে মানবিক

What a match!! Congratulations 🎉 Morocco 🇲🇦 A BIG moment for Morocco 🇲🇦 🇲🇦 🇲🇦 .And as a Muslim, no one else can be suppo...
10/12/2022

What a match!! Congratulations 🎉 Morocco 🇲🇦 A BIG moment for Morocco 🇲🇦 🇲🇦 🇲🇦 .
And as a Muslim, no one else can be supported
Congratulations 🎉

জেরিনের ফাঁকি 😎
22/11/2022

জেরিনের ফাঁকি 😎

কাতারের ২০২২ ফিফা বিশ্বকাপ স্মরনীয় করে রাখবে । যার উদাহরণস্বরূপ গতকাল কাতার বনাম ইকুয়েডরের উদ্বোধনী ম্যাচে আল বাইত স্টেড...
21/11/2022

কাতারের ২০২২ ফিফা বিশ্বকাপ স্মরনীয় করে রাখবে । যার উদাহরণস্বরূপ গতকাল কাতার বনাম ইকুয়েডরের উদ্বোধনী ম্যাচে আল বাইত স্টেডিয়ামের প্রতিটি সিটে একটি করে গিফট ব্যাগ দেয়া হয়েছে । যেখানে অন্যান্য জিনিসের মধ্যে এক বোতল ওউড (আতর) রয়েছে । যা কাতারের ইতিহাসের কথা মনে করিয়ে দেবে পুরো বিশ্বকে।

29/10/2022

বাইনারি সিস্টেম না থাকলে কম্পিউটার কিভাবে কাজ করত?

ডিজিটাল কম্পিউটার বাইনারি নাম্বার সিস্টেম ব্যবহার করে কাজ করে। সত্যিই কি কম্পিউটার বাইনারী বুঝতে পারে? না। কম্পিউটার বাইনারিও বুঝেনা বরং আমরা ট্রানজিস্টর অপারেশনকে সহজ ভাবে রিপ্রেজেন্টেশন করার জন্য বাইনারি নাম্বার সিস্টেম ব্যবহার করি।

এবার আসি ট্রানজিস্টর কি?

ট্রানজিস্টর (Transistor) একটি অর্ধপরিবাহী যন্ত্র, যা সাধারণত অ্যামপ্লিফায়ার এবং বৈদ্যুতিকভাবে নিয়ন্ত্রিত সুইচ হিসেবে ব্যবহৃত হয়।

আরো সহজভাবে বললে বলা যায় ট্রানজিস্টর একধরনের বৈদ্যুতিক সুইচ। সুইচের কাজ অন অফ করা। কম্পিউটারের ক্ষেত্রেও একই। কম্পিউটারে ব্যবহ্রত প্রসেসরে ট্রানজিস্টর ব্যবহার করা হয় আর সেগুলো মধ্যে দিয়ে যখন বিদ্যুৎ প্রবাহিত হয় তখন বিভব পার্থক্য তৈরি হয় আর তখন আমরা ট্রানজিস্টরের একটি স্টেট বা অবস্থা পাই যাকে আমরা অন / ১ / ট্রু ধরি। আবার যখন বিদ্যুৎ প্রবাহিত হয়না তখন আমরা বিপরীত স্টেট পাই যাকে আমরা অফ / 0 / ফলস ধরি।

বাইনারি মানে দ্বিমিক। আবার ট্রানজিস্টরের অপারেশনও দ্বিমিক। সুতরাং বুঝাই যাচ্ছে যে বাইনারি সিস্টেমের জন্যই ডিজিটাল কম্পিউটারের অস্তিত্ব আছে বিষয়টা এমন না। আমরাই কম্পিউটারকে সহজে প্রোগ্রাম করার সুবিধার্থে বাইনারি সংখ্যা পদ্ধতি বেছে নিয়েছি কারণ এটাই ট্রানজিস্টরের অপারেশন প্রকাশের সবচেয়ে ভালো উপায়।

28/10/2022

সব ক্লাসেই এমন কিছু ভালো ছাত্র থাকে, যারা শিক্ষকের প্রশ্ন শেষ হওয়ার আগেই উত্তর দেওয়ার জন্য হাত তুলে ফেলে। ক্লাসের ব্যাকবেঞ্চাররা ওদের দেখে ভাবে, এরাই বুঝি একদিন জীবনে সফল হবে, পৃথিবী বদলে দেবে। প্রথম সারির ওই শিক্ষার্থীরা স্বর্ণপদক জেতে, শিক্ষকের আদর-ভালোবাসা পায়, এরপর স্কুল-কলেজ শেষ করে বিশ্ববিদ্যালয়ে ভালো র‌্যাঙ্কিংও পায়। এরা সফল না হলে কারা হবে? এমনটাই ভাবে সবাই। কিন্তু সত্যি বলতে আমরা যা মনে করি, বাস্তবতা তার চেয়ে আলাদা। আদতে পৃথিবীটা ব্যাকবেঞ্চারদের দখলে।
'দেবী শেঠি

Address


Website

Alerts

Be the first to know and let us send you an email when Md Jununn Mishri posts news and promotions. Your email address will not be used for any other purpose, and you can unsubscribe at any time.

Videos

Shortcuts

  • Address
  • Alerts
  • Videos
  • Claim ownership or report listing
  • Want your business to be the top-listed Media Company?

Share