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

实验五

时间:2019-05-20 17:07:50      阅读:147      评论:0      收藏:0      [点我收藏+]

标签:路由器配置   lan   access   nbsp   quit   reg   link   int   ESS   

PC端配置:配置ip地址

 

交换机配置:

交换机(下):

system-view

vlan 10 

vlan 20

vlan 30

vlan 40

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 20

interface gi 1/0/3 

port link-type access

port access vlan 30

interface gi 1/0/4

port link-type access

port access vlan 40

interface  gi 1/0/48

port link-type trunk

port trunk permit vlan 10 20 30 40

交换机(上):

system-view

vlan 10 

vlan 20

vlan 30

vlan 40

interface Bridge-Aggregation 1

quit

interface  range gi 1/0/46 to 1/0/48

port link-mode bridge 

port link-aggregation group 1

quit

interface Bridge-Aggregation 1

port link-type trunk

port trunk permit vlan all

 

路由器配置:

system-view

vlan 10 

vlan 20

vlan 30

vlan 40

interface Bridge-Aggregation 1

quit

interface  range gi 1/0/0 to 1/0/3

port link-mode bridge 

port link-aggregation group 1

quit

interface Bridge-Aggregation 1

port link-type trunk

port trunk permit vlan all

实验五

标签:路由器配置   lan   access   nbsp   quit   reg   link   int   ESS   

原文地址:https://www.cnblogs.com/wjssg12138/p/10894844.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!