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

HCL实验三

时间:2019-05-27 13:37:49      阅读:151      评论:0      收藏:0      [点我收藏+]

标签:配置   perm   nbsp   inter   技术   ip add   inf   access   system   

技术图片

PC端配置:配置ip地址 配置网关

交换机(左)配置:①创建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

交换机(右)配置:①创建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 20

                                             

③配置交换机接口

                                                interface gi 1/0/48

                                                port link-type trunk

                                                port trunk permit vlan 10 20

交换机(中间)配置:                  

                                                interface gi 1/0/1

                                                port link-type trunk

                                                port trunk permit vlan 10 20

                                               interface gi 1/0/2

                                                port link-type trunk

                                                port trunk permit vlan 10 20

                                                interface gi 1/0/48

                                                port link-type trunk

                                                port trunk permit vlan 10 20

路由器配置:                            

                                               interface gi 0/0.10

                                               vlan-type dotlq vid 10

                                               ip add 192.168.10.254 24

                                               interface gi 0/0.20

                                               vlan-type dotlq vid 20

                                               ip add 192.168.20.254 24

HCL实验三

标签:配置   perm   nbsp   inter   技术   ip add   inf   access   system   

原文地址:https://www.cnblogs.com/zy5201311/p/10930025.html

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