IP-COM AC2000 Access Controller Configuration

Connect Laptop on LAN2 Port and you will get DHCP IP Address from Controller. Default IP Address LAN1 – LAN5:- 192.168.10.1 Username:- admin Password:- admin Change Date & Time:- Login to Controller -> Click on System Tools -> Date&Time System Time Click on Synchronize with PC Time Time Zone Select Time Zone from Drop Down … Read more

Creating VLAN on Cisco C9300 & C1000 Series Switches

In this article we will see how to Create VLAN on Cisco C9300 or C1000 Series Switches. Creating VLAN:- RouterX>enable RouterX#configure terminal RouterX(config)#vlan 100 RouterX(config-vlan)#name MGMT_VLAN RouterX(config-vlan)#exit RouterX(config)#vlan 1000 RouterX(config-vlan)#name GUEST_VLAN RouterX(config-vlan)#exit RouterX(config)#exit RouterX# Access Port Configuration:- RouterX>enable RouterX#configure terminal RouterX(config)#interface GigabitEthernet 1/0/1 RouterX(config-if)#switchport mode access RouterX(config-if)#switchport access vlan 100 RouterX(config-if)#exit RouterX(config)#exit RouterX# Trunk Port … Read more

Cisco C9300 & C1000 Series Initial Configuration

In this article we will see how to configure Hostname, IP Address and Password on Cisco C9300 or C1000 Series Switches. Hostname:- Switch>enable Switch#configure terminal Switch(config)#hostname RouterX RouterX(config)#exit RouterX# IP Address Configuration:- RouterX>enable RouterX#configure terminal RouterX(config)#interface vlan 1 RouterX(config-if)#ip address 172.26.0.10 255.255.255.0 RouterX(config-if)#exit RouterX(config)#exit RouterX# Line vty Password Configuration:- RouterX>enable RouterX#configure terminal RouterX(config)#line vty 0 … Read more