I. Set QoS profile UP and Down stream
II. Create VLAN and VPLS service
III. Add ONT / ONT register
IV. Add ONT slot and active UNI interface
V. Add QoS to ONT
VI. Add VLAN to ONT port
complete this step, ONT can access to the internet
I. Set QoS profile UP and Down stream
typ:isadmin>configure#configure qos profiles bandwidth UP-10M committed-info-rate 0 assured-info-rate 0 excessive-info-rate 102400
typ:isadmin>configure#configure qos profiles shaper DOWN-10M excess-info-rate 102400 committed-info-rate 0 committed-burst-size 0 type singletokenbucketgpon
II. Create VLAN and VPLS service
typ:isadmin>configure#configure vlan id 2671 mode residential-bridge name HSI in-qos-prof-name name:Default_TC0
typ:isadmin>configure#configure service customer 1 description HSI
typ:isadmin>configure#configure service vpls 2671 customer 1 create
typ:isadmin>configure#configure service vpls 2671 description “HIS”
typ:isadmin>configure#configure service vpls 2671 sap lag-1:2671 create
typ:isadmin>configure#configure service vpls 2671 sap lt:1/1/4:2671 create
typ:isadmin>configure#configure service vpls 2671 no shutdown
III. Add ONT / ONT register
Add ONT to interface
typ:isadmin>configure#configure equipment ont interface 1/1/4/2/1 sernum ALCL:F8237F51 sw-ver-pland 3FE56557AFFA61
[1/1/4/2/1 rack/shelf/slot/pon/ont-id]
IV. Add ONT slot and active UNI interface
typ:isadmin>configure#configure equipment ont slot 1/1/4/2/14/1 planned-card-type veip plndnumdataports 1 plndnumvoiceports 0 admin-state up
typ:isadmin>configure#configure equipment ont slot 1/1/4/2/1/2 planned-card-type ethernet plndnumdataports 8 plndnumvoiceports 0 admin-state up
[1/1/4/2/14/1 rack/shelf/slot/pon/ont-slot/ont-pon]
[1/1/4/2/1/2 rack/shelf/slot/pon/ont-slot/ont-pon]
14 / ont-slot it function as router
1 / ont-slot it function as bridge
Active UNI interface
typ:isadmin>configure#configure interface port uni:1/1/4/2/1/14/1 admin-up
typ:isadmin>configure#configure interface port uni:1/1/4/2/1/1/2 admin-up
V. Add QoS to ONT
typ:isadmin>configure#configure qos interface 1/1/4/2/1/14/1 upstream-queue 0 bandwidth-profile name:UP-10M
typ:isadmin>configure#configure qos interface 1/1/4/2/1/14/1 queue 0 shaper-profile name:DOWN-10M
typ:isadmin>configure#configure qos interface 1/1/4/2/1/1/2 upstream-queue 0 bandwidth-profile name:UP-10M
typ:isadmin>configure#configure qos interface 1/1/4/2/1/1/2 queue 0 shaper-profile name:DOWN-10M
VI. Add VLAN to ONT port
configure ONT as router
typ:isadmin>configure#configure bridge port 1/1/4/2/1/14/1 max-unicast-mac 5
typ:isadmin>configure#configure bridge port 1/1/4/2/1/14/1 vlan-id 2671 tag single-tagged
configure ONT as bridge
typ:isadmin>configure#configure bridge port 1/1/4/2/1/1/2 max-unicast-mac 5
typ:isadmin>configure#configure bridge port 1/1/4/2/1/1/2 vlan-id 777 tag untagged
typ:isadmin>configure#configure bridge port 1/1/4/2/1/1/2 pvid 777
Troubleshooting
How to enable P2P (point to point) on Nokia OLT
The default of NOKAI 7360 OLT point to point disable
typ:isadmin>configure#configure system user-user-hairpin
typ:isadmin>configure#configure service vpls user-user-com
typ:isadmin>configure#configure vlan id 2671 new-broadcast enable
configure NTP server
typ:isadmin>configure#configure system sntp server-ip-address 10.8.22.15 timezone-offset 420 enable
typ:isadmin>configure#configure system time ntp no shutdown
Show command (show context)
To see the new ONT alarm / un-register
typ:isadmin>#show pon unprovision-onu
alarm-idx |index |sernum |subscriber-locid |logical-authid
----------+---------+------------+---------------------------------------------------------+------------------------
32 1/1/4/2 ALCLF8237F51 DEFAULT
To see ONT slot
typ:isadmin>#show equipment ont slot
ont-slot-idx |act-num-data-ports|act-num-voice-ports|actual-card-type|actual-serial-num|state
----------------+------------------+-------------------+----------------+-----------------+-------------------------
1/1/4/2/1/1 8 0 ethernet F8237B88 enabled
1/1/4/2/1/14 1 0 veip F8237B88 disabled
1/1/4/2/2/1 8 0 ethernet F8237F67 enabled
1/1/4/2/2/14 1 0 veip F8237F67 disabled
To see ONT interface
typ:isadmin>#show equipment ont interface
| | |actual | | | |cfgfile1 |cfgfile2
ont-idx |eqpt-ver-num |sw-ver-act |num-slots|version-number|sernum |yp-serial-no |ver-act |ver-act
-------------+--------------+------------+---------+--------------+-------------+--------------+----------+---------
1/1/4/2/1 3FE56525AAAA01 3FE56557AFF* 2 3FE56525AAAA01 ALCL:F8237B88 F8237B88
1/1/4/2/2 3FE56525AAAA01 3FE56557AFF* 2 3FE56525AAAA01 ALCL:F8237F67 F8237F67
To see real time on the devices
typ:isadmin>#show sntp
Info command (information parameter)
To see information service (VPLS, VLAN)
typ:isadmin>#info configure service
vpls 777 customer 777 v-vpls vlan 777 create
user-user-com
stp
shutdown
exit
sap lt:1/1/4:777 create
exit
sap lag-1:777 create
exit
no shutdown
exit
To see information interface port
typ:isadmin>#info configure interface port
port pon:1/1/3/1
link-updown-trap
user ""
exit
port pon:1/1/3/2
link-updown-trap
user ""
exit
port vlan-port:1/1/4/2/1/1/2:777
admin-up
severity no-value
exit
port vlan-port:1/1/4/2/1/1/3:2671
admin-up
severity no-value
exit
port uni:1/1/4/2/1/1/2
admin-up
To see bridge configure VLAN
typ:isadmin>#info configure bridge flat
configure bridge port 1/1/4/2/2/14/1 max-unicast-mac 114
configure bridge port 1/1/4/2/2/14/1 vlan-id 777 tag single-tagged
configure bridge port 1/1/4/2/3/1/4 max-unicast-mac 4
configure bridge port 1/1/4/2/3/1/4 vlan-id 405
configure bridge port 1/1/4/2/3/1/4 pvid 405
To see mac address learn by VLAN
typ:isadmin>#show service fdb-mac
405 f8:d1:11:b7:10:8f sap:lag-1:405 L/0 02/13/2017 00:31:58
777 00:23:eb:85:be:12 sap:lag-1:777 L/0 02/10/2017 15:23:04
777 9c:af:ca:d2:51:9a sap:lag-1:777 L/0 02/08/2017 06:47:57
2609 00:23:eb:85:be:05 sap:lag-1:2609 L/0 02/11/2017 10:08:38
2609 88:5a:92:81:36:97 sap:lag-1:2609 L/0 02/11/2017 10:08:39
2609 e4:8d:8c:7f:fe:04 sap:lag-1:2609 L/0 02/11/2017 10:08:47
2671 00:23:eb:85:be:05 sap:lag-1:2671 L/0 02/09/2017 08:17:01
**If you have any wondering need to ask please comment below.
for me to configure an olt nokia 7360 fx 8 do i have to change any command described in the tutorial? if you have please send me email: natangomesalencar@hotmail.com
ReplyDeletewhat is "customer 777"?
ReplyDeleteSir please send nokia olt command
ReplyDeleteHi Sir.
ReplyDeleteHow can I get ONT up down by SNMP ?
for me to configure an olt nokia 7360 fx 8 do i have to change any command described in the tutorial? if you have please send me email: marcio@vipnett.com.br
ReplyDeleteDear Sir,
ReplyDeleteCan you help this case?
typ:isadmin@HNI6348OLT01># configure vlan port-protocol protocol-group ipoe 1/1/8/2/100/10/1 vlan-id 190 priority 1
Error : VLAN MGT error 72 : The vlan.port identified with pvid or protocol based vlan has not been created
Thank you so much!
Is vlan 190 created?? Please check
DeleteAny one can confirm the configuration steps of MLD snooping in 7360 ?
ReplyDelete@Marcio: No you don't have to change any commands when you configure FX8. FX4, FX8 and FX16 are all using the same OS.
ReplyDeleteDoes the 7360 ISAM use Nokias SR OS like the 7750 router?
ReplyDeleteNo it does not.
DeleteWhat is the default login of the Nokia ISAM 7360 ?
ReplyDeleteisadmin is the username i$@mad- is the password
DeleteI want to use NOKIA FX4 For internal LAN and to integrate with other L3 switches too without internet. Does the same command will make it working.
ReplyDeleteWhat is the difference between these two commands:
ReplyDeleteconfigure bridge port 1/1/4/2/1/1/2 vlan-id 777 tag untagged
configure bridge port 1/1/4/2/1/1/2 pvid 777
As I understand they both put port 1/1/4/2/1/1/2 (at the subscribers end) on vlan 777 but Im getting a different error with each one. The first says:
VLAN MGT error 277 : Attach ingress QoS profile to VLAN port refused due to missing bandwidth profile on queue.
The second says:
VLAN MGT error 72 : The VLAN port identified with PVID or protocol based VLAN has not been created
Yet Ive run the commands to define the VLAN
configure qos interface 1/1/5/1/3/1/1 upstream-queue 0 bandwidth-profile name:xxxx
Deletethanks id done that turns out id missed out defining a traffic queue with: configure qos profiles ingress-qos QNAME
Deletedot1-p0-tc 0
dot1-p1-tc 0
dot1-p2-tc 0
dot1-p3-tc 0
dot1-p4-tc 0
dot1-p5-tc 0
dot1-p6-tc 0
dot1-p7-tc 0
then attaching it to the vlan with
configure vlan id 1000 mode residential-bridge in-qos-prof-name name:QNAME name "VLANNAME"
hello
ReplyDeletei try to add vlan to bridge, and i have unexpected issue..
when vlan is added, laser on ont switch to continues mode on ont.
When is no vlan on the bridge, laser on ont working on burst correct.
any idea?
Why does show equipment ont slot show it as disabled even after running configure equipment ont slot rack/shelf/card/port/ont/slot admin-state up ?
ReplyDeleteSetup a Facebook group where anyone can ask for help / questions with OLT config Nokia, Huawei or Adtran. www.facebook.com/groups/fttptech
ReplyDeleteHow do you setup active-active redundancy for NT-A & NT-B?
ReplyDeleteCan anyone help with p2p connectivity between ont in bridge mode , we can discuss the commercials.
ReplyDeleteleg:isadmin>show# configure service vpls 1014 customer 1014 v-vpls vlan 1014 create
ReplyDeleteMINOR: CLI The specified customer-id is incorrect for this service /service-id.
MINOR: CLI v-vpls can be specified only when the service is created.
MINOR: CLI The specified vlan-id is incorrect for this service.
Hello, i wanted to know if it is possible to push pppoe username and password to a nokia ONT from the nokia olt? if yes please share me the command
ReplyDeleteHi, I have a problem connecting to OLT via RS232. Could you tell me what I'm doing wrong?
ReplyDelete