You are on page 1of 3

 

1. Connection type- select “Serial”


2. Enter the corresponding COM port number
3. Click “Open”

When you are logged into the OLT, type the following commands:

-  Enter the privileged mode

Switch>enable

- Enter the configuration mode

Switch#config
 

- Enter the configuration of G1 interface (by default all of the ports are down)

Switch_config#interface gigaEthernet 0/1

- On the G1 port set “no shutdown” mode

Switch_config_g0/1#no shutdown

And so, we have raised port GigabiEthernet G1

- Leave the interface G1

Switch_config_g0/1#exit

- Enter the configuration of VLAN 1 interface where you set the IP address

Switch_config#interface vlAN 1

- Set the IP address and netmask

Switch_config_v1#ip address 192.168.1.100  255.255.255.0

- Leave the configuration of VLAN1 interface

Switch_config_v1#exit

- Turn on the http server (access via the web)

Switch_config#ip http server


 

- Set login and password (admin admin)

Switch_config#aaa authentication login default local

Switch_config#aaa authentication enable default none

Switch_config#aaa authorization exec default local

Switch_config#username admin password 0 admin

Switch_config#enable password 0 admin

Switch_config#service password-encryption

-  Save the configuration. If you won’t do it, settings after the reboot will be default
again.

Switch_config#write all

You might also like