Task 2 – Adding a new VLAN onto an existing network
Now you are going to add two VLANs to your network on the R1 router. These networks will be in the same network 10.___.1.0/24 network and will use the rest of the network space left for the new networks. Split the remaining network space into 2 equal sized parts as per the table below and program them into a new switch originating in R1 and connected using the G0/0/1 port.
System | Port | Connect To | IP address | Subnet Mask | # Of Users |
R1 | G0/0/1.10 | Sw4 | 10.___.1.241 | 255.255.255.248 | 5 |
R1 | G0/0/1.20 | Sw4 | 10.___.1.249 | 255.255.255.248 | 5 |
Now you will be programming your Sw4
Sw4 (config)# int range fa 0/1-11
Sw4 (config-if-range)# switchport access vlan 10
Sw4 (config-if-range)#switchport trunk encapsulation dot1q
Sw4 (config-if-range)# switchport mode access
Sw4 (config)# int range fa 0/12-24
Sw4 (config-if-range)# switchport access vlan 20
Sw4 (config-if-range)#switchport trunk encapsulation dot1q
Sw4 (config-if-range)# switchport mode access
Sw4 (config)# int range gig 0/1-2
Sw4 (config-if-range)# switchport trunk encapsulation dot1q
Sw4 (config-if-range)# switchport mode trunk
Add the OSPF networks to the R1 router
R1(config)# router ospf 1
R1(config-router)# network 10.___.1.240 0.0.0.7 area 1
R1(config-router)# network 10.___.1.248 0.0.0.7 area 1
You will need to create a DHCP pool for the Visitor WiFi
R1(config)# ip dhcp pool mypool
R1(dhcp-config)# network 10.___.1.240 255.255.255.248
R1(dhcp-config)# default-router 10.___.1.241
R1(dhcp-config)# dns-server 10.___.1.210
The Visitor WiFi will have no security- devices will connect to it automatically with no security configured. Keep in mind you will need to remove the wired NIC and replace with a wireless NIC for the laptop to connect to the Visitor WiFi wireless router.
Set up the Employee WiFi wireless router with a static IP address. Double click on the wireless router and go to the GUI tab at the top of the screen and then under Internet Setup you will statically assign the IPs below. Make sure to click the Save Settings button at the bottom to save.
Open your RADIUS Server and go to the Services tab at the top. Select the AAA service. Turn it on
Program your Radius server with the following information- please note the information in red concerning the Client IP:
On your Employee WiFi wireless router under basic wireless settings change your SSID to Employee