码迷,mamicode.com
首页 > 其他好文 > 详细

VLAN 间路由

时间:2019-11-24 14:00:04      阅读:100      评论:0      收藏:0      [点我收藏+]

标签:交换机   接口   ESS   inter   div   eth   交换   add   bsp   

先是在主机1配置ip地址192.168.30.1 主机2的ip地址192.168.40.1。之后再交换机上创建vlan30和40,让主机1在vlan 30,主机2在vlan40。之后进入接口30和40,配置ip地址和掩码,之后在主机上配置网关

交换机代码:

system  
vlan 30
vlan 40
interface Ethernet 1/0/1
port link-type access 
port access vlan 30
interface Ethernet 1/0/1
port link-type access 
port access vlan 40
interface vlan-interface 30
ip address 192.168.30.254 24
interface vlan-interface 40
ip address 192.168.40.254 24

VLAN 间路由

标签:交换机   接口   ESS   inter   div   eth   交换   add   bsp   

原文地址:https://www.cnblogs.com/wangzhipeng414148874/p/11922028.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
分享档案
周排行
mamicode.com排行更多图片
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!