设备支持批量删除VLAN和单个删除VLAN两种方式: 单个删除VLAN10 <HUAWEI> system-view [HUAWEI] undo vlan 10 批量删除VLAN10到VLAN20 <HUAWEI> system-view [HUAWEI] undo vlan batch 10 to ...
分类:
其他好文 时间:
2019-11-21 11:57:32
阅读次数:
786
实验代码: system-view vlan 10 vl 20 qu int gi 1/0/48 port link-type trunk port trunk permit vlan 10 20 qu int gi 1/0/1 port link-type trunk port trunk per ...
分类:
其他好文 时间:
2019-11-20 23:51:59
阅读次数:
156
增加一台交换机配置的实验代码: sy int bri-agg 1 qu int range gi 1/0/46 to gi 1/0/48 port link-mode bridge port link-agg g 1 int bri-agg 1 port link-type trunk port t ...
分类:
其他好文 时间:
2019-11-20 23:45:05
阅读次数:
124
问题描述:【问题未解决,这里只是先记录下来】 Traceback (most recent call last): File "/usr/bin/pip", line 5, in <module> from pkg_resources import load_entry_point File "/u ...
分类:
移动开发 时间:
2019-11-19 00:51:08
阅读次数:
117
1.掌握hybrid接口配置、乘法口诀、在企业网络当中的应用场景
2.对比华为hybrid接口和trunk接口相同点和不同点
3.实战演练access接口、trunk接口、hybrid接口在现网中大混用
分类:
其他好文 时间:
2019-11-17 01:03:19
阅读次数:
259
精通企业网络里面网工必会的二层接口技术---入门篇
1.理解链路类型里面的接入链路(access)和干道链路(trunk)
2.掌握access接口配置、乘法口诀、在企业网络当中的应用场景
3.掌握trunk接口配置、乘法口诀、在企业网络当中的应用场景
分类:
数据库 时间:
2019-11-16 00:16:25
阅读次数:
95
Mind Map A mind map is a kind of spider diagram that organizes information around a central concept, with connecting branches. The layout is controlle... ...
分类:
其他好文 时间:
2019-11-15 14:10:36
阅读次数:
67
在jenkins 构建服务前校验分支是否合并了master #!/bin/bashecho ${branches} if [[ ${branches} != hotfix* && ${branches} != release* && ${branches} != feature* && ${bran ...
分类:
其他好文 时间:
2019-11-15 10:43:45
阅读次数:
79
一、背景介绍交换是疏通领域另一个知识块,与路由一样有着举足轻重的地方,本片就通过不同vlan间通信的三个实现方式来讲解交换的通信过程。二、不同vlan间通信实现方法1.使用二层设备实现如下图所示,两个交换机之间使用端口绑定的方式以trunk连接,下联2台同网段的pc,但不属于同一个vlan,大部分的案例都是不同的vlan属于不同网段通过子接口进行通信,本示例则以纯二层网络设备进行通信,顺便说明通信
分类:
其他好文 时间:
2019-11-09 23:22:20
阅读次数:
134
代码:VLAN batch 10 20 interface Eth-trunk 1 mode lacp-static qu inter Gi 0/0/3 eth-trunk 1 ...
分类:
其他好文 时间:
2019-11-07 23:31:48
阅读次数:
102