Update NWT/4BHITN-DHCP-LAB-7.4.2.md

This commit is contained in:
Konstantin Hintermayer 2025-01-14 11:09:37 +00:00
parent 68eeaa9d23
commit 2a1be6847e

View File

@ -70,7 +70,7 @@ though they were host names. ```Router(config)# no ip domain-lookup```
- Save the running configuration to the startup configuration file. ```R1# write memory``` - Save the running configuration to the startup configuration file. ```R1# write memory```
- Set the clock on the router to todays time and date. ```R1# clock set HH:MM:SS MON DD YYYY``` - Set the clock on the router to todays time and date. ```R1# clock set HH:MM:SS MON DD YYYY```
### Step 4: Configure Inter-VLAN Routing on R ### Step 4: Configure Inter-VLAN Routing on R1
- Activate interface G0/0/1 on the router. - Activate interface G0/0/1 on the router.
- Configure sub-interfaces for each VLAN as required by the IP addressing table. All sub-interfaces use 802.1Q encapsulation and are assigned the first usable address from the IP address pool you have calculated. Ensure the sub-interface for the native VLAN does not have an IP address assigned. Include a description for each sub-interface. - Configure sub-interfaces for each VLAN as required by the IP addressing table. All sub-interfaces use 802.1Q encapsulation and are assigned the first usable address from the IP address pool you have calculated. Ensure the sub-interface for the native VLAN does not have an IP address assigned. Include a description for each sub-interface.
- Verify the sub-interfaces are operational. - Verify the sub-interfaces are operational.
@ -93,15 +93,13 @@ Close configuration window
- Encrypt the plaintext passwords. - Encrypt the plaintext passwords.
- Create a banner that warns anyone accessing the device that unauthorized access is prohibited. - Create a banner that warns anyone accessing the device that unauthorized access is prohibited.
- Save the running configuration to the startup configuration file. - Save the running configuration to the startup configuration file.
- Set the clock on the switch to todays time and date. - Set the clock on the switch to todays time and date. Note: Use the question mark (?) to help with the correct sequence of parameters needed to execute this command.
Note: Use the question mark (?) to help with the correct sequence of parameters needed to execute this
command.
- Copy the running configuration to the startup configuration. - Copy the running configuration to the startup configuration.
### Step 7: Create VLANs on S1. ### Step 7: Create VLANs on S1.
- Create and name the required VLANs on switch 1 from the table above. - Create and name the required VLANs on switch 1 from the table above.
- Configure and activate the management interface on S1 (VLAN 200) using the second IP address from the subnet calculated earlier. Additionally, set the default gateway on S1. - Configure and activate the management interface on S1 (VLAN 200) using the second IP address from the subnet calculated earlier. Additionally, set the default gateway on S1.
- Configure and activate the management interface on S2 (VLAN 1) using the second IP address from the subnet calculated earlier. Additionally, set the default gateway on S - Configure and activate the management interface on S2 (VLAN 1) using the second IP address from the subnet calculated earlier. Additionally, set the default gateway on S
- Assign all unused ports on S1 to the Parking_Lot VLAN, configure them for static access mode, and administratively deactivate them. On S2, administratively deactivate all the unused ports. - Assign all unused ports on S1 to the Parking_Lot VLAN, configure them for static access mode, and administratively deactivate them. On S2, administratively deactivate all the unused ports.