H3C实验5

别说谁变了你拦得住时间么 提交于 2019-12-29 11:00:43

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

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!