第一步:设置好IP地址和网关 第二步:interface Gigabitether 端口 port link-typetrunk port trunk allow-pass VLAN10 20 第三步:在s5700设置网关 interface vlanif 10 IP address 192.168 ...
分类:
移动开发 时间:
2019-11-03 01:12:39
阅读次数:
93
system-viewsysname Hexininterface GigabitEthernet 0/0/1port link-type trunkport trunk allow-pass vlan10 20quitinterface Vlanif 10ip address 192.168.10 ...
分类:
其他好文 时间:
2019-10-23 13:38:31
阅读次数:
117
vlan接口及应用1、只有配置了vlanif接口iP地址后,才会真正创建vlanif接口,它作为vlan用户的默认网关2、一个vlanif接口可以配置多个不同的网段ip地址,换句话说,一个vlan种可以有多个不同网段的ip3、二层交换机上,只能为管理vlan配置vlanif接口,其他的vlan不能配置,三层交换机都可以4、vlanif接口可以实现vlan通讯,但不是唯一的方法
分类:
其他好文 时间:
2018-09-19 12:23:24
阅读次数:
138
配置基于接口划分VLAN示例(接入层设备作为网关) 简介 划分VLAN的方式有:基于接口、基于MAC地址、基于IP子网、基于协议、基于策略(MAC地址、IP地址、接口)。其中基于接口划分VLAN,是最简单,最常见的划分方式。 基于接口划分VLAN指的是根据交换机的接口来划分VLAN。网络管理员预先给 ...
分类:
其他好文 时间:
2018-08-10 23:14:52
阅读次数:
905
SW2配置 [SW2]vlan batch 10 20 30? ----创建VLAN? 20 30 [SW2]interface Vlanif 20? ---进入vlanif20逻辑接口 [SW2-Vlanif20]ip address 192.168.20.254 24 ----配置VLAN20网关IP?? 子网掩码24位 [SW2]interface Vlanif 30? ---进入v
分类:
其他好文 时间:
2018-07-11 10:43:58
阅读次数:
133
Huawei Vlan配置及vlan 间通讯实例 组网需求:汇聚层交换机做为 PC 电脑的网关, PC3直连 SW2 属于 vlan 2,网关为 vlanif 2 接口地址192.168.2.1/24; PC4直连 SW2 属于 vlan 3,网关为 vlanif 3 接口地址 192.168.3. ...
分类:
其他好文 时间:
2018-04-27 15:55:29
阅读次数:
421
SVI(switchvirtualinterface)(使用多层交换机配置vlanif接口)交换机:vlanbatch1020interfaceGigabitEthernet0/0/2portlink-typeaccessportdefaultvlan10interfaceGigabitEthernet0/0/3portlink-typeaccessportdefaultvlan20interfa
分类:
其他好文 时间:
2018-02-26 15:12:43
阅读次数:
181
作业提要一、拓扑图?二、组网需求1.??????如上图所示,Switch_1和Switch_2分别下挂VLAN10的二层网络,Switch_1和Switch_2之间通过三层网络互通,三层网络采用OSPF协议。2.??????要求两个二层网络的PC实现二层隔离三层互通三、
分类:
其他好文 时间:
2018-02-22 19:48:11
阅读次数:
242
1.在路由器上和交换机相连的借口上配置一个IP地址:比如192.168.1.1 242.在交换机上配置如下:<switch>system-view[switch]vlan 10[switch-vlan10]quit[switch]interface vlan 10[switch-vlanif 10] ...
分类:
Web程序 时间:
2017-09-25 14:42:07
阅读次数:
254
[Huawei]interfaceVlanif1(interface后边跟上你想限速的vlanif号)或者[Huawei]interfacegigabitinterface0/0/0(interface后边跟上你想限速的端口)//限制上传qoscarinboundsource-ip-addressrange192.168.10.249to192.168.10.249per-addresscir1000(单位为Kbps)//限制下载..
分类:
其他好文 时间:
2017-09-07 11:01:19
阅读次数:
398