In this lab we setup a Packet Tracer file with the network shown below in the Subnet Table. During this lab we learned how to setup access and trunk ports from the CLI as well how to configure multiple ports at once. this lab also gave insight into how intervlan communication works at a Multilayer Switch.
Subnet Table
VLAN
VLAN_NAME
Hosts Needed
Network
Netmask
Router Address
200
StuWireless
900
10.8.0.0
/22
10.8.0.1
210
FSWireless
650
10.8.4.0
/22
10.8.4.1
110
Student
450
10.8.8.0
/23
10.8.8.1
1
Management
250
10.8.10.0
/24
10.8.10.1
100
FacStaff
200
10.8.11.0
/24
10.8.11.1
130
StuLab1
35
10.8.12.0
/26
10.8.12.1
140
StuLab2
35
10.8.12.64
/26
10.8.12.65
Commands to navigate different modes on a Cisco Switch/Router (enable, config t…) and how you know what mode you are in
If terminal reads Router> type enable to enter Router#
Under Router> you’re allowed to do ping, show, enable, etc...
If terminal reads Router# type config to enter Router(config)#
Under Router# you’re allowed to do all User EXEC Commands, debug commands, reload, configure(config), etc...
If terminal reads Router(config)# view the Official Guide because config branches into 3 different sections.
Under Router(config)# you’re allowed to do hostname, enable secret, ip route, interface (ethernet, serial, bri, etc...), router (rip, ospf, igrp, etc...), line (vty, console, etc...)