A network administrator is troubleshooting an IEEE 802.1Q trunk link configured between two enterprise switches, `SW-BUILDING-A` and `SW-BUILDING-B`, on interface `GigabitEthernet1/0/48`.
The administrator inspects the running configuration on both switch interfaces:
`SW-BUILDING-A# show running-config interface GigabitEthernet1/0/48`
text
interface GigabitEthernet1/0/48
switchport mode trunk
switchport trunk native vlan 10
switchport trunk allowed vlan 10,20,30
`SW-BUILDING-B# show running-config interface GigabitEthernet1/0/48`
text
interface GigabitEthernet1/0/48
switchport mode trunk
switchport trunk native vlan 20
switchport trunk allowed vlan 10,20,30
Based on these interface configurations, which of the following operational outcomes or symptoms will occur across this trunk link? (Select TWO.)
- Untagged traffic originating from VLAN 10 on SW-BUILDING-A will be placed into VLAN 20 upon ingress at SW-BUILDING-B.Cevap
- System log messages indicating a native VLAN mismatch will be periodically generated by discovery protocols such as CDP or LLDP.Cevap
- CTagged frames belonging to VLAN 30 will be dropped immediately because the native VLAN mismatch disables the trunking protocol.
- DHosts in VLAN 10 on SW-BUILDING-A will maintain unbroken Layer 2 broadcast domain connectivity with hosts in VLAN 10 on SW-BUILDING-B.