我正在尝试建立一个标记的vlan,跨越惠普1810g和惠普2920 G。我安装了一个后备箱,并在两边都贴上了标签,但我没有看到标记vlan上的机器。我看到开关上没有标记的vlan很好。任何帮助都会很好。
On the Hp 2920G
ID 1 Default VLAN
Untagged Ports 1-23 Trk1
ID 9 PRIVLAN
Tagged(Static) Ports 1-23 Trk1
On the HP 1810g
ID 1 Default VLAN
Untagged Ports 2-4 Trk1
ID 9 PRIVLAN
Tagged Ports 2-4 Trk1
Untagged Port 5
在HP1810g的端口5上有一个服务器,在HP 2920G和HP1810g上有许多客户端,但是只有当他们安装了vlan 9时,他们才会看到服务器。此设置在HP1810g上工作,但希望将其扩展到HP 2920G上的另一个客户端。但是它不能在Hp 2920 G上工作,客户端看不到服务器。
发布于 2014-07-29 00:56:56
HP交换机上的“主干”是与链路聚合相关的,而不是与VLAN相关的。
VLAN没有被标记,网络流量被标记。
在HP1810G交换机中,您可以选择VLAN,然后按接口设置。在Cisco交换机上,配置接口,然后按VLAN设置。但是,无论哪种方式,都没有“标记VLAN”--只有标记或未标记的通信量,以及交换机是否允许它、拒绝它,还是在VLAN标记从交换机传递到电缆时添加/删除VLAN标记。
因此,为了获得两件不了解VLAN的东西,要连接两个交换机,使用VLAN将它们与其他网络流量隔离开来,您需要。
Server -> HP 1810G port 4
Choose VLAN 9. Set port 4 for "untagged" meaning accept traffic from the cable
with no tag and add a VLAN tag 9, send traffic out from VLAN 9 but strip the tag.
HP 1810G port 24 <--> HP 2920 port 24
Choose VLAN 9 on both switches. Set port 24 as "tagged" so both switches pass
traffic with VLAN tag 9 between them, without changing the tag.
HP 2920G port 4 -> workstation.
HP 2920G choose VLAN 9, set port 4 "untagged" so it allows internal traffic
on VLAN 9 to pass, but it strips the VLAN tag from outgoing traffic and adds
it to incoming traffic.
工作站和服务器将通过VLAN 9通过交换机之间的链接进行连接。
https://serverfault.com/questions/616130
复制相似问题