Genexis OLT Configuration
Model Number:-
1. Configuring User ID and Password for Access:-
username netteam password sn0w
2. Configure SNMP:-
snmp-server community kamlis ro permit
snmp-server host 125.99.88.227 version 2c kamlis udp-port 162 notify-type bridge gbn
snmp-server host 125.99.88.245 version 2c genolt udp-port 162 notify-type bridge gbn
snmp-server enable traps bridge gbn gbnsavecfg interfaces rmon snmp
3. Set Clock and Time Zone:-
clock set 12:41:22 2018/04/25
GENEXIS-TEST-OLT (config)#clock timezone IST 5 30
4. Configuring NTP:-
ntp server 125.99.88.229 priority 1
ntp enable
ntp master 8
show ntp stat
5. Configure Access List:-
access-list extended 101
permit ip 202.88.130.128 0.0.0.31 any
permit ip 125.99.88.0 0.0.0.255 any
exit
6. Apply Access List on Line VTY:-
13.Enable Auto write
14.Syslog
7. Creating Vlans:-
vlan 900
name PPPoE
vlan 901
name MAC-TAL
vlan 30
name MGMT
Note: Vlans to be passed as per the requirements while configuration on the ONU(PPPoE/Mactal)
8. Create the Management Interface Vlan, Assign IP Address and Default Route :-
i. Create the Management Interface Vlan:-
interface vlan-interface 30
ii. Assign IP Address:-
ip address 125.99.55.205 255.255.255.240 ---------------------------- add as require
byname MGMT-Int
iii. Add default Route:-
ip route 0.0.0.0 0.0.0.0 125.99.55.201 ---------------------------- add as require
9. Applying Vlans on Uplink Interface:-
interface ethernet 1/1
switchport trunk allowed vlan 30,900-901
exit
10.Apply Auto-learning feature on PON Interface:- (find list)
ont-find interface gpon all
Note:Once above command is enabled,will be able to check unprovision ONU.
Like ZTE,logical port (onu id) will not be created automatically, need to create it manually
1 dba profile upstream bandwidth allocation for ONU one time config
2 vlan profile for services one time config
3 line profile gemport,tcont mapping,call dba profile one time config
4 rule profile call line profile and sync with ONU S/N onu related config
11.Configure dba profile
deploy profile dba
aim 1 name TEST
type 4 max 1024000
active
exit
15. Vlan Profile
deploy profile vlan
aim 1 name PPPoE
translate old-vlan 900 new-vlan 900
active
aim 2 name STATIC
translate old-vlan 901 new-vlan 901
active
aim 3 name fiber
translate old-vlan 910 new-vlan 910
translate old-vlan 911 new-vlan 911
active
exit
16. line profile
device type SN first three digits bridge/router
Atlas-1G-3090
n20-100 GNXS-01682166 bridge onu
Platinum 4410
c40-210 GNXS-019cef88 router onu
Profile for bridge onu
aim 1 name SFU-PPPoE
device type n20-100 ---------------------(add device type according to onu bridge/router)
tcont 1 profile dba 1
gemport 1 tcont 1 vlan-profile 1
mapping 1 vlan 900 gemport 1
flow 1 port eth 1 default vlan 900
active
aim 2 name SFU-STATIC
device type n20-100
tcont 1 profile dba 1
gemport 1 tcont 1 vlan-profile 2
mapping 1 vlan 901 gemport 1
flow 1 port eth 1 default vlan 901
active
Profile for router onu
aim 3 name HGU-PPPoE
device type c40-210
tcont 1 profile dba 1
gemport 1 tcont 1 vlan-profile 1
mapping 1 vlan 900 gemport 1
active
aim 4 name HGU-STATIC
device type c40-210
tcont 1 profile dba 1
gemport 1 tcont 1 vlan-profile 2
mapping 1 vlan 901 gemport 1
active
Rule config for Bridge ONU PPPOE
deploy profile rule
aim 0/6/1
permit sn string-hex GNXS-01681b7c line 1 default line 1
active
Rule config for Bridge ONU TAL
aim 0/6/3
permit sn string-hex GNXS-01682166 line 2 default line 2
active
Rule config for Router ONU PPPOE
aim 0/6/2
permit sn string-hex GNXS-019cf770 line 3 default line 3
active
Rule config for Router ONU TAL
aim 0/6/4
permit sn string-hex GNXS-019cef88 line 4 default line 4
active
exit