Các dòng lệnh cơ bản cấu hình OLT Nokia Alcatel ISAM


Thiết lập cổng COM:
Speed: 9600
Data bits: 8
Stop bits: 1
Parity: None
Flow Control: None
As soon as you connect the system will show following prompt:
Would you like a CLI(C) or a TL1 login(T) or TL1 normal session(N) ? [N]:
Choose ‘C’ to enter the TL1. The factory username and password are: isadmin
password: ans#150
https://www.youtube.com/watch?v=39q0BPTtKYg
https://www.youtube.com/watch?v=hwyzw91NLwk
Mở cổng:
configure port nt-a:xfp:1 no shutdown
configure port nt-a:xfp:2 no shutdown
configure port nt-a:xfp:3 no shutdown
configure port nt-a:xfp:4 no shutdown
isadmin># show equipment slot
isadmin># configure port nt-a:xfp:1 ethernet speed 10000 # configure Uplink Port 1#
configure port nt-a:xfp:2 ethernet speed 10000 # configure Uplink Port 2 thành tốc độ 10G#
configure port nt-a:xfp:3 ethernet speed 10000 # configure Uplink Port 3 thành tốc độ 10G#
configure port nt-a:xfp:4 ethernet speed 10000 # configure Uplink Port 4 thành tốc độ 10G#
leg:isadmin># configure port nt-a:xfp:1 no shutdown
leg:isadmin># show port #Check port interfaces - Liệt kê trạng thái các port #
#show port nt-a:xfp:1 #Kiểm tra trạng thái port Ulink 1#
configure equipment slot lt:1/1/1 planned-type fglt-b unlock
# configure pon interface 1/1/1/[1…16] admin-state up #enable PON ports #
# configure pon interface 1/1/1/1 admin-state up #enable PON ports #enable PON port 1
# configure pon interface 1/1/1/2 admin-state up #enable PON ports #enable PON port 2
# show pon sfp-inventory
# show pon optics
# show pon unprovision-onu
# configure equipment ont interface 1/1/1/1/1 sernum ALCL:231321
#admin state up
#admin save
To register an Optical Network Terminal (ONT) on an Alcatel-Lucent (now Nokia) ISAM OLT, you typically follow a process of identifying the ONT's serial number and then binding it to a specific PON port using the Command Line Interface (CLI).
1. Identify the Unregistered ONT
First, find the serial number (SN) of the ONT you just plugged in. Use the following command to see all discovered but unconfigured ONTs:
- show equipment ont discovery-pon
- Alternatively, to check for a specific port (e.g., rack 1, shelf 1, slot 3, port 10):
show equipment ont discovery-pon 1/1/3/10
2. Register the ONT
Once you have the serial number, navigate to the specific interface to configure it.
- Enter the ONT interface:
configure equipment ont interface 1/1/3/10/1 (where 1 is the new ONT ID) - Set the Serial Number:
sernum ALCL:XXXXXXXX (Replace XXXXXXXX with your ONT's SN) - Specify the ONT Type:
sw-ver-planned auto or specify the specific profile like type G-010G-P - Admin Up the ONT:
admin-state up
3. Verify Registration
After configuring, check the operational status to ensure it is "up" or "ranging":
- show equipment ont operational-data 1/1/3/10/1
- To check optical levels: show equipment ont optics 1/1/3/10/1
HOW TO CHECK CARD
typ#show equipment slot
nt-a / nt-b is for uplink card
fglt-a is for pon customer card like GTGH in ZTE
HOW TO CHECK LIST OF UNREGISTERED ONU
typ#show pon unprovision-onu
===================================================================================
unprovision-onu table
==================================================================4=================
alarm-idx |gpon-index|sernum |subscriber-locid |logical-authid
———-+———-+————+——————–+————————————-55
1/1/1/16 ALCLFA111111 DEFAULT
——————————————————————————————–
-unprovision-onu count : 1
===================================================================================
1/1/1/16 is locating Rack 1 shelf 1 slot 1 port 16
ALCLFA111111 is SN Number
HOW TO CHECK REGISTERED ONU
typ#show equipment ont operational-data
HOW TO CHECK VLAN NAME
typ#show vlan name
HOW TO CHECK WHERE VLAN TAGGING
typ#show service sap-using | match 112
lt:1/1/4:112
none none Up Up
lag-1:112
none none Up Up
HOW TO CHECK QOS LIST
typ#info configure qos profiles bandwidth
HOW TO CHECK MAC-ADDRESS AT OLT
typ#show service fdb-mac
HOW TO CHECK MAC-ADDRESS FROM PORT ONT
typ#show vlan bridge-port-fdb
typ#show vlan bridge-port-fdb | match exact:1/1/2/5/6
show vlan bridge-port-fdb vlan-id 2001 (checking mac ont per-vlan)
show service id 2001 fdb detail (checking mac olt per-vlan)
show service fdb-mac aa:aa:aa:aa:aa:aa (checking mac filtering per-mac)
HOW TO CHECK STATE OF ONT
typ#show equipment ont operational-data
HOW TO CHECK OPTICAL RX LEVEL
typ#show equipment ont optics
HOW TO FIND REGISTERED ONU BY SN NUMBER
typ#show equipment ont slot | match match exact:AAAAAAA
HOW TO CHECK DHCP IP ADDRESS FROM ONT
typ#show iphost ont operational-data
typ#show iphost ont operational-data | match exact:1/1/1/1/1 by-port)

