L******t 发帖数: 1985 | 1 What's the effect of the commands below?
interface FastEthernet0/2
switchport access vlan 2
Does it means this FE port expects incoming frames carrying VlanID 2 ? Or it
means all incoming frames (either with or without vlanID2, and discard any
with other VlanIDs) will be tagged with VID 2? Similarly in egress direction.
Thanks in advance! |
|
s***a 发帖数: 200 | 2 port fa0/2 will be in vlan 2
all the packets to and from the port will be tagged with VLAN ID 2 |
|
L******t 发帖数: 1985 | 3 Thank you, simba.
What confuses me is, at the lowest level of a cascaded switches, there should
be some ports where incoming frames are tagless, but each of these ports is
configured to one (its default) vlan. I guess all incoming frames will be
tagged with the port's default vid before further processing. I am wondering
if the config commands I mentioned are used to config such ports? On the
reverse direction, the port should remove any vlan tags before transmitting
egressing frames, since user |
|
s***a 发帖数: 200 | 4 sorry. actually there is sth wrong with what i said.
you are right.
the cisco access switch will remove the tag before it sends the packet
to the host that connects to the port
add the tag after it gets packets from the host
if you sniff the traffic of NIC of your PC,
layer 2 header will be just
Dest Mac, Source Mac, Type(IP)
if you sniff the traffic of the switch port,
there is extra bytes for VLAN header between eth and IP
ethereal.com will be a good tool when you want to
figure out the detai |
|
b******e 发帖数: 66 | 5 Actually, this is not true ...
VLAN tags are only imposed/stripped on a trunk port, packets come in/going out
a access port is not tagged (one exception is that you configure a access port
to be .1q tunnel in which case incoming packets are tagged).
should
is
wondering
transmitting
vlan |
|
c******a 发帖数: 10623 | 6 有没有人试过把所有的services都关掉,
里面例出来的都是basic services以外的吗。
和和,没敢试,怕出问题。 不过想MS放个
disable all 的按钮应该不会这么笨吧。 |
|
e*******s 发帖数: 1363 | 7 mission impossible. for example, if you close RPC, windows will reboot |
|