After configuring, you must verify security settings. The lab tests your verification skills as much as configuration.
S1(config)# interface g0/2 S1(config-if)# switchport mode access S1(config-if)# switchport access vlan 10 S1(config-if)# spanning-tree portfast S1(config-if)# spanning-tree bpduguard enable
The primary goal is to take a standard multi-VLAN environment and harden it against unauthorized access and potential outages: Redundant Trunking
Instead of using VLAN 1 (the default native VLAN), change it to, for example, VLAN 999.
The lab is a critical exercise in the Cisco Networking Academy curriculum designed to teach administrators how to harden local area networks against common exploits. This activity focuses on securing trunk links, establishing a dedicated management VLAN, and using Access Control Lists (ACLs) to restrict device access. Lab Objectives and Scenario
After configuring, you must verify security settings. The lab tests your verification skills as much as configuration.
S1(config)# interface g0/2 S1(config-if)# switchport mode access S1(config-if)# switchport access vlan 10 S1(config-if)# spanning-tree portfast S1(config-if)# spanning-tree bpduguard enable
The primary goal is to take a standard multi-VLAN environment and harden it against unauthorized access and potential outages: Redundant Trunking
Instead of using VLAN 1 (the default native VLAN), change it to, for example, VLAN 999.
The lab is a critical exercise in the Cisco Networking Academy curriculum designed to teach administrators how to harden local area networks against common exploits. This activity focuses on securing trunk links, establishing a dedicated management VLAN, and using Access Control Lists (ACLs) to restrict device access. Lab Objectives and Scenario