BDCOM OLT Basic Configuration

BDCOM OLT,ONU basic configuration

Username: admin
Password:admin
Switch>enable
Switch>config
Uplink port configure:
interface GigaEthernet0/1
description UPLINK
switchport mode trunk

OLT vlan configuration:
Switch_config#vlan 1-1000 [user requirement]

OLT IP Configuration:
interface VLAN1
ip address 192.168.100.2 255.255.255.252

Snmp Configuration:
snmp-server community 0 public RW
snmp-server host x.x.x.x public(user preferred) authentication configure snmp

Active onu show:
Switch#sh epon active-onu

To show connected ONU:
switch#show epon onu-information

Optical power show:
switch#show epon optical-transceiver-diagnosis interface epON 0/1

Configure onu:
Switch_config#interface EPON0/1:1
Switch_config_epon0/1:2#epon onu port 1 ctc vlan mode tag 100 [port 1 means onu port no 1, tag 100 means 100 vlan tagged]

ONU Port Status check:
switch#sho epon interface epON 0/1:2 onu port 1 state

ONU port Bandwidth control:
Switch_config_epon0/1:2#epon onu port 1 ctc rate-limit 4096(4Mb) ingress
Switch_config_epon0/1:2#epon onu port 1 ctc rate-limit 4096(4Mb) egress

You may also like...

Leave a Reply

Your email address will not be published.