Pages

Saturday, June 30, 2018

BDCOM OLT Password Reset and New Fresh Configuration



BDCOM OLT Console Password Reset

Press "CTRL + P" when boot
it will enter
monitor#

and then type bellow command

monitor# delete startup-config

type "Y" and enter

AND finally reboot OLT/Switch

monitor# reboot

it will enter

switch>
switch> enable
switch#
switch# config
switch_confi#
switch_config# interface range gigabitEthernet 0/1 - 6
switch_cofnig_if_range#
switch_config_if_range# no shutdown
switch_config_if_range# exit
switch_config# interface range ePON 0/1 - 4
switch_config_if_range# no shutdown
switch_config_if_range# exit
switch_config#
switch_config# hostname New-OLT-Tayab-Khan
New-OLT-Tayab-Khan#
New-OLT-Tayab-Khan# write
New-OLT-Tayab-Khan# wirte all
New-OLT-Tayab-Khan_config#
New-OLT-Tayab-Khan_config# interface vlan 1
New-OLT-Tayab-Khan_config_vlan#
New-OLT-Tayab-Khan_config_vlan# ip address 172.16.10.1 255.255.255.252
New-OLT-Tayab-Khan_config_vlan#  no shutdown
New-OLT-Tayab-Khan_config_vlan# exit
New-OLT-Tayab-Khan_config#
New-OLT-Tayab-Khan_config# ip default-gateway 172.16.10.2
New-OLT-Tayab-Khan_config# write all
New-OLT-Tayab-Khan_config#
New-OLT-Tayab-Khan_config# ip http server
New-OLT-Tayab-Khan_config# write all

New-OLT-Tayab-Khan_config# aaa authentication login default local
New-OLT-Tayab-Khan_config# aaa authentication enable default none
New-OLT-Tayab-Khan_config# username admin password 0 admin
New-OLT-Tayab-Khan_config# ip sshd enable
New-OLT-Tayab-Khan_config# write all