PC端配置:配置ip地址

交换机1配置:①创建VLAN

system-view

vlan 10

vlan 20

②配置PC端接口

interface gi 1/0/1

port link-type access

port access vlan 10

interface gi 1/0/2

port link-type access

port access vlan 10

interface gi 1/0/3

port link-type access

port access vlan 20

interface gi 1/0/4

port link-type access

port access vlan 20

③配置交换机接口

interface gi 1/0/48

port link-type trunk

port trunk permit vlan 10 20

交换机2配置:①创建VLAN

system-view

vlan 10

vlan 20

2.配置交换机接口

interface bridge-aggregation 1

qu

interface rang gi1/0/46 to gi1/0/48

port link-mode bridge

port link-aggregation group 1

qu

interface bridge-agg 1

port link-type trunk

port trunk permit vlan all

路由器配置:

interface bridge-aggregation 1

qu

interface rang gi1/0/0 to gi1/0/3

port link-mode bridge

port link-aggregation group 1

qu

interface bridge-agg 1

port link-type trunk

port trunk permit vlan all

最新文章

  1. [No000052]大蒜怎么吃最美容?吃大蒜的功效及禁忌
  2. 分享8款绚丽的HTML5/jQuery特效插件
  3. 代码:Masonry 第三方框架
  4. Jsoup 解析 HTML
  5. 边走边学Nodejs (基础入门篇)
  6. PHP文件上传和文件操作案例
  7. 25+免费的Bootstrap HTML5网站模板
  8. Oracle Developer Data Modeler项目实践 (转)
  9. 已有 JFFs2文件系统的修改
  10. Django_ajax
  11. Ubuntu16.04下安装jdk1.8过程
  12. Lua的特点
  13. 我的ecshop二次开发经验分享
  14. oracle C# 访问
  15. 2019年新出现的ocp 062考试原题-2
  16. Octave安装
  17. purescript 基本试用
  18. CentOS6安装各种大数据软件 第三章:Linux基础软件的安装
  19. 常用SQL Server规范集锦及优化
  20. 【BZOJ2423】[HAOI2010]最长公共子序列 DP

热门文章

  1. Acwing-196-质数距离(素数区间筛法)
  2. 【leetcode】1281. Subtract the Product and Sum of Digits of an Integer
  3. removeAttr(name)
  4. 【原创】谈一个数学教育专业的IT职业生涯
  5. codevs 1013 求先序排列 2001年NOIP全国联赛普及组 x
  6. UBUNTU 15.10 CAFFE安装教程(测试可用)
  7. super 和 this 的区别
  8. redis 持久化 RDB
  9. 【Java面试宝典】正则表达式
  10. koa 基础(十六)koa 中 session 的使用