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

配置Vlan

时间:2019-11-24 13:33:16      阅读:53      评论:0      收藏:0      [点我收藏+]

标签:ace   ip地址   bit   创建   sys   地址   efault   def   bsp   

先把每个主机上配置ip地址和掩码地址,然后在交换机上创建vlan 10和vlan 20,之后用interface 进入接口

把主机1和2配置为vlan10,主机3和4配置为vlan20。之后在交换机r2上创建vlan 10和vlan 20,之后用interface 进入接口

把主机1配置为vlan10,主机2配置为vlan20。之后再把两个交换机都用trunk模式。

system-view
vlan batch 10 20

interface  Ethernet 0/0/1
port link-type access  
port default vlan 10
 
interface  Ethernet 0/0/2
port link-type access  
port default vlan 10
 
interface  Ethernet 0/0/3
port link-type access  
port default vlan 20
 
interface  Ethernet 0/0/4
port link-type access  
port default vlan 20
quit
 
system-view
interface GigabitEthernet 0/0/2
port link-type trunk
port trunk allow-pass vlan10  20

配置Vlan

标签:ace   ip地址   bit   创建   sys   地址   efault   def   bsp   

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

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