Subnetting Lab 2 - JadenGil/Jaden-Tech-Journal GitHub Wiki
First I created this table that assigned VLANs, # of Hosts Needed, Network Addresses, Netmasks, and Router Addresses and got the following:
VLAN | VLAN_NAME | Hosts Needed | Network | Netmask | Router Address |
---|---|---|---|---|---|
200 | StuLabWireless | 900 | 10.4.0.0 | /22 | 10.4.0.1 |
210 | FSWireless | 650 | 10.4.4.0 | /22 | 10.4.4.1 |
110 | Student | 450 | 10.4.8.0 | /23 | 10.4.8.1 |
1 | Management | 250 | 10.4.10.0 | /24 | 10.4.10.1 |
100 | FacStaff | 200 | 10.4.11.0 | /24 | 10.4.11.1 |
130 | StuLab1 | 35 | 10.4.12.0 | /26 | 10.4.12.1 |
140 | StuLab2 | 35 | 10.4.12.64 | /26 | 10.4.12.65 |
Once that was created I got to work on the provided packet tracer file and started by assigning VLANs on all of the routers
All of the routers got the VLANs 100 and 110 added to them but East-Edge-02 and West-Edge-02 got 130 and 140 added to them respectively.
Useful Commands:
(config)interface range FastEthernet 0/x-y
(let's you configure multiple ports at one time)
(config-if-range)switchport access vlan x
(defines the vlan for all ports in the range)