Speed and Duplex CCNA lab
🔒
Unauthorized Access
This interactive lab is exclusively licensed to PacketTracerLab.com and cannot be used on any other domain or offline environment.
Visit PacketTracerLab.com⚠ Unauthorized use or redistribution is prohibited.
Lab 06
Basic Switch Configuration
Switch terminal ready — type a command to begin
Switch Tasks
IP address 192.168.4.2/24 on VLAN 1
Default gateway 192.168.4.1
Save configuration to NVRAM
Disable domain lookup
Synchronize console messages
Command Guide
int vlan 1
ip add 192.168.4.2 255.255.255.0
no sh
ip default-gateway 192.168.4.1
no ip domain-lookup
line con 0
logging synchronous
wr or copy run start
ip add 192.168.4.2 255.255.255.0
no sh
ip default-gateway 192.168.4.1
no ip domain-lookup
line con 0
logging synchronous
wr or copy run start
Network Info
Switch VLAN 1:
192.168.4.2/24
Default GW:
192.168.4.1
Mask:
255.255.255.0
VLAN:
1 (management)
192.168.4.2/24
Default GW:
192.168.4.1
Mask:
255.255.255.0
VLAN:
1 (management)
Switch (SW1)
Switch>