皮皮虾社科院,vlan通信问题
问题描述:
您好
S5560X-58C-HI,配置Vlan100,Vlan
1、Vlan100和Vlan
2、Vlan100与Vlan
如何配置?谢谢。
组网及组网描述:
下边接接入交换机的话得写默认路由到网关的
5小时前回答[H3C]display ip interface brief *down: administratively down (s): spoofing (l): loopback Interface Physical Protocol IP address VPN instance Description MGE0/0/0 down down -- -- -- Vlan1 down down -- -- -- Vlan100 up up 192.168.101.1 -- -- Vlan
acl ad 3000 rule 10 deny ip so 192.168.1.0 0.0.0.255 des 192.168.2.0 0.0.0.255 rule
参考下吧(前提5560作为网关使用,要么在网关设备上操作,否则实在要做就qos方式。实现起来复杂且维护难度大)
sys
acl a 3000
ru 10 den ip so 192.168.1.0 0.0.0.255 des 192.168.2.0 0.0.0.255
ru
ru 1000 per ip
int vl 100
pa 3000 in
int vl
pa 3000 in
5小时前回答[H3C]display ip interface brief *down: administratively down (s): spoofing (l): loopback Interface Physical Protocol IP address VPN instance Description MGE0/0/0 down down -- -- -- Vlan1 down down -- -- -- Vlan100 up up 192.168.101.1 -- -- Vlan
1换乘101 2换乘111不就行了。。。注意下组网细节吧。如果不放心建议联系下400热线专家或采购渠道H3C认证代理商方面沟通下细节以防万一
Xcheng1.跨三层交换机通信需要写路由
2.本地三层交换机只需将对应VLAN的终端划进该vlan,vlan的虚接口就能up,设备生成直连路由,就可以通信
检查下display ip interface 看看网关是否UP
检查下网关、终端的ip地址、掩码信息等是否正确
5小时前回答[H3C]display ip interface brief *down: administratively down (s): spoofing (l): loopback Interface Physical Protocol IP address VPN instance Description MGE0/0/0 down down -- -- -- Vlan1 down down -- -- -- Vlan100 up up 192.168.101.1 -- -- Vlan
可以考虑使用super vlan技术,不同Sub VLAN之间二层相互隔离,但都可以和super vlan通信,且可以出访其他网络
参考:04-04-VLAN配置-新华三集团-H3C
5小时前回答谢谢,我试试看。
皮皮虾社科院在vlan100和vlan
acl以其它vlan为源,本vlan地址为目的
5小时前回答你正在,vlan通信问题