zoukankan      html  css  js  c++  java
  • 实验三

    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

  • 相关阅读:
    08 正则表达式
    07 函数&对象
    06 Math&Date&Json
    05 数组&字符串
    04 循环控制
    03 流程控制
    02 数据类型&运算符
    大道至简
    Avg_row_length是怎么计算的?
    理解innodb buffer pool
  • 原文地址:https://www.cnblogs.com/mreleshaw/p/10916626.html
Copyright © 2011-2022 走看看