Show Optical Transceiver Details in VSOL OLT CLI Mode (Step by Step Guide)

🔹 ভূমিকা:
Hello friends! আজকের পোস্টে আমরা শিখব VSOL OLT CLI mode ব্যবহার করে কিভাবে optical transceiver details দেখা যায়।
Optical transceivers হলো hardware modules যা electrical signal কে optical signal এ convert করে এবং fiber optic network এর মাধ্যমে data transmission নিশ্চিত করে।

Transceiver Key Details:

  • Wavelength: যেমন 1270 nm, 1310 nm, 1330 nm, 1550 nm
  • Tx Power: Optical signal যা transceiver পাঠায়
  • Rx Power: Optical signal যা transceiver receive করে
  • Temperature: Transceiver এর current temperature
  • Voltage: Operating voltage

Monitoring এই metrics network performance ঠিক রাখে এবং hardware failures prevent করে।


🔸 Step 1: Access CLI

  1. Connection establish করুন:

  • SSH, Telnet, বা Serial connection (console cable)
  • Terminal emulator use করুন যেমন PuTTY, Tera Term
  1. Login to OLT:

  • IP address দিন এবং login credentials provide করুন
  • Successful login এর পর command prompt দেখতে পাবেন

🔸 Step 2: Gigaports SFP Optical Transceiver Details

Username: admin
Password: Xpon@Olt9417#

epon-OLT> ena
Password: Xpon@Olt9417#

epon-OLT# configure terminal
epon-OLT(config)# interface gigabitethernet 0/1
epon-OLT(config-if-ge0/1)# show optical transceiver

Example Output:

Temperature: 40.949 C
Voltage: 3.342 V
TxBias: 21.468 mA
TxPower: -6.029 dBm
RxPower: -11.302 dBm

🔸 Step 3: PON Ports SFP Optical Transceiver Details

epon-OLT(config)# interface epon 0/1
epon-OLT(config-pon-0/1)# show pon optical transceiver

Example Output:

Temperature : 44.54 C
Voltage : 3.27 V
Bias Current : 21.50 mA
Transmit Power : 5638 uW (7.51 dBm)

🔸 Step 4: ONU/ONT Optical Diagnosis

epon-OLT(config)# show onu opm-diag all

Specific PON port এর ONU optical diagnosis দেখতে চাইলে PON port উল্লেখ করুন।


🔸 Step 5: Interpreting Output

  • Port ID: EPON/GPON interface ID
  • Tx Power (dBm): Acceptable range এর মধ্যে থাকা উচিত
  • Rx Power (dBm): Proper reception ensure করতে যথেষ্ট strong
  • Temperature (°C): Abnormal হলে hardware stress signal
  • Voltage (V): Deviations transceiver instability করতে পারে

🎯 Conclusion:

CLI commands ব্যবহার করে VSOL OLT এবং connected network এর optical transceiver health monitor করা খুব সহজ।
এইভাবে network reliability এবং performance নিশ্চিত করা যায়।

Related Post