PrepAway - Latest Free Exam Questions & Answers

10 Comments on “Which VLANs are permitted to send frames out port FastEthernet0/1?

  1. Snoopy says:

    Traffic on the native vlan does not get tagged as it crosses a trunk, so there is no dot1q tag in the
    first place to be filtered. And you don’t need to allow the native vlan. But if we force to tag the
    native vlan (with the “switchport trunk native vlan tag” command) then if the native vlan is not in
    the “allowed vlan” list it will be dropped.




    0



    0
  2. js says:

    B is correct. If you prune your native vlan, it will not be forwarded. All management like CDP will continue to operate using VLAN 1(even if it’s pruned) but user traffic through the native vlan will not be forwarded.

    Prakash, access mode vlan 1 will only be used if the operational mode is access. Since the operational mode is trunk, it will use vlan 1 for untagged traffic if there is no native vlan configured.




    1



    0
  3. Vsevolod says:

    I emulate this question using IOU.
    The config for Fa0/1 is
    interface Ethernet0/1
    switchport
    switchport trunk encapsulation dot1q
    switchport trunk native vlan 3
    switchport trunk allowed vlan 4-100
    switchport mode trunk
    duplex auto
    end

    I think B is correct. When I allow vlan 3-100 ping is ok, when I change to 4-100 ping stopped.
    In my lab Access port Fa0/0 in vlan 3.




    0



    0

Leave a Reply