o******u 发帖数: 630 | 1 请教各位前辈几个关于vlan tagging的问题:
1.vlan tag在离开switch port之前,会被剥除吗?
2.一个access mode的switch port,收到一个tagged的frame。如果tag和这个port配置
的一样就接受,不然就丢掉,是这样吗?
3.平时我们机器收到的是untagged frame还是tagged frame?
谢谢。 |
x*********n 发帖数: 28013 | 2 1. yes
2. yes
3. untagged,因为layer 2不需要tag,layer是based on mac address table的。 |
x*********n 发帖数: 28013 | 3 这个好像是面试题吧。
前阵子我们team里面的一个人也这么问我。 |
n**********l 发帖数: 271 | 4 depends on switchport mode?
access ports drop traffic with VLAN tags (Cisco Catalyst yes, other non-
managed switch not sure), incoming/outgoing packets are untagged
tagged traffic are for trunk ports
untagged traffic to a trunk port goes to the native VLAN
I can be wrong tho... Haven't worked on VLANs for a while...
https://supportforums.cisco.com/docs/DOC-17237 |
x*********n 发帖数: 28013 | 5 其实是根据IOS的。
现在新的有些native vlan也是可以tag的。
【在 n**********l 的大作中提到】 : depends on switchport mode? : access ports drop traffic with VLAN tags (Cisco Catalyst yes, other non- : managed switch not sure), incoming/outgoing packets are untagged : tagged traffic are for trunk ports : untagged traffic to a trunk port goes to the native VLAN : I can be wrong tho... Haven't worked on VLANs for a while... : https://supportforums.cisco.com/docs/DOC-17237
|
z**r 发帖数: 17771 | 6 难怪你面试被据呀
【在 x*********n 的大作中提到】 : 这个好像是面试题吧。 : 前阵子我们team里面的一个人也这么问我。
|
x*********n 发帖数: 28013 | 7 说错了啊?
指点一下。
【在 z**r 的大作中提到】 : 难怪你面试被据呀
|
z**r 发帖数: 17771 | 8 你自己查查资料然后汇报一下?
【在 x*********n 的大作中提到】 : 说错了啊? : 指点一下。
|
x*********n 发帖数: 28013 | 9 除了2错了,其它2个是对的。
tag只发生在trunk里。
【在 z**r 的大作中提到】 : 你自己查查资料然后汇报一下?
|
z**r 发帖数: 17771 | 10 再查
【在 x*********n 的大作中提到】 : 除了2错了,其它2个是对的。 : tag只发生在trunk里。
|
x*********n 发帖数: 28013 | 11 1.vlan tag在离开switch port之前,会被剥除吗?
for packet forward at layer 2, switch can do it based on mac address table,
no tag is needed.
2.一个access mode的switch port,收到一个tagged的frame。如果tag和这个port配置
的一样就接受,不然就丢掉,是这样吗?
tag only happens at trunk port, exit trunk, it will be stripped and forward
3.平时我们机器收到的是untagged frame还是tagged frame?
PC is unware vlan tag device,it is definitely untagged frame.
【在 z**r 的大作中提到】 : 再查
|