A network technician is configuring an 802.1Q trunk link between core switch `SW-CORE-01` and access switch `SW-ACCESS-02` to allow traffic for multiple VLANs across the site. Interface `GigabitEthernet 1/0/24` on `SW-CORE-01` has been configured with the following command sequence:
text
interface GigabitEthernet 1/0/24
switchport mode trunk
switchport trunk native vlan 99
switchport trunk allowed vlan 10,20,30,40
On `SW-ACCESS-02`, interface `GigabitEthernet 0/1` connects to `SW-CORE-01` and is configured as follows:
text
interface GigabitEthernet 0/1
switchport mode trunk
switchport trunk native vlan 99
switchport trunk allowed vlan 10,20,40
End devices connected to `SW-ACCESS-02` on VLAN 30 are unable to reach the default gateway located on `SW-CORE-01`, while hosts on VLAN 10 and VLAN 20 experience no connectivity issues. Which configuration change on `SW-ACCESS-02` will resolve the connectivity issue for VLAN 30 hosts?
- Add VLAN 30 to the allowed VLAN list on interface GigabitEthernet 0/1 of SW-ACCESS-02.Answer
- BChange the native VLAN on interface GigabitEthernet 0/1 of SW-ACCESS-02 to VLAN 30.
- CReconfigure interface GigabitEthernet 0/1 on SW-ACCESS-02 into access mode assigned to VLAN 30.
- DModify the native VLAN on SW-CORE-01 to match the default untagged VLAN 1.