Today we will discuss a very important issue. That is how to configure Aveis OLT. To be honest, the Device configuration of different companies is different. One device will not match the other device. It is normal. So today we will complete Aveis OLT configuration through full CLI Mode.
Aveis OLT Feature:
>> 1 RU 19 inch.
>> 4 * fixed EPON Port.
>> 8 * GE LAN For Uplink.
>> 4 * GE SFP+ For Uplink.
>> 1 * Console Port.
>> 1 * NMS Manager Port.
>> and many more.
OLT Access:
When a networking device is configured first we need to log into that device. The device cannot be configured without logging in. You can access Aveis olt in 2 ways. The first way is NMS Port and the other way is Console Port. We will enter OLT through the NMS Port of OLT.
Aveis EPON OLT Deafult IP:
IP Address: 192.168.100.1
Username: root
Password: admin
Uplink Configuration:
If we want, we can do uplink configuration on all the giga ports except PON ports on our OLT. Our OLT has 4 EPON ports so we will do UPLINK configuration with 5 specific VLANs. So we will create VLAN from 100 - 104 and configure uplink on GE-1. Since we will pass multivlans through a port, our UPLINK Configuration is a Trunk. So let's start the uplink configuration first.
OLT(config)#
OLT(config)# interface ge 1
OLT(config-ge-1)# vlan mode trunk
OLT(config-ge-1)# vlan trunk 100-105
OLT(config-ge-1)# exit
OLT(config)#
VLAN Creation:
OLT(config)#
OLT(config)#vlan standard 100-105
OLT(config-vlan-list)#exit
Our VLANS has been created. VLAN ID 100 is for our OLT MGT and other VLANs 101-104 are for EPON Port.
MGT Configuration:
OLT(config)#
OLT(config)# interface vlanif 100
OLT(config-vlanif-100)# ifconfig 10.30.30.2/30
OLT(config-vlanif-100)# exit
OLT(config)# ip route-static dest-ip 10.30.30.1
OLT(config)#
Our Management Vlans Configuration is Done. We can now log into OLT through 100 VLANs.
EPON Port Configuration:
Now we need to configure the PON port. We have created 4 VLANs for 4 PON ports. so let's start,
PON-1:
OLT(config)#
OLT(config)# interface epon 1
OLT(config-epon-1)# vlan mode access
OLT(config-epon-1)# vlan access 101
OLT(config-epon-1)# exit
OLT(config)#
PON-2:
OLT(config)#
OLT(config)# interface epon 2
OLT(config-epon-2)# vlan mode access
OLT(config-epon-2)# vlan access 102
OLT(config-epon-2)# exit
OLT(config)#
PON-3:
OLT(config)#
OLT(config)# interface epon 3
OLT(config-epon-3)# vlan mode access
OLT(config-epon-3)# vlan access 103
OLT(config-epon-3)# exit
OLT(config)#
PON-4:
OLT(config)#
OLT(config)# interface epon 4
OLT(config-epon-4)# vlan mode access
OLT(config-epon-4)# vlan access 104
OLT(config-epon-4)# exit
OLT(config)# exit
OLT# copy running-config startup-config
Configuration saved successfully
Conclusion:
Congratulations we are able to configure Aveis OLT. Hope you can too. You can try the step-by-step configuration as I have done. If you have an EPON OLT of 8 ports or 16 ports, then increase the number and create VLANs and you can configure the ports in the same way. If you have trouble understanding then comment. thank you