• VLAN


    创建和管理VLAN

    跨交换机vlan

    或者

    配置干道链路

       

    划分vlan端口

    Switch#show vlan

    Switch#config t

    Switch(config)#vlan 2

    Switch(config)#interface range fastEthernet 0/13 – 24

    Switch(config-if-range)#switchport mode access

    Switch(config-if-range)#switchport access vlan 2

       

    配置干道链路

    Switch(config)#ip routing

    Switch(config)#interface gigabitethernet 0/2

    Switch(config-if)#switchport trunk encapsulation dotlq

    Switch(config-if)#switchport mode trunk

    vtp协议(在在交换机之间传递vlan管理信息,在Server交换机上创建或删除vlan,client交换机自动学习)

    Switch(config)#vtp domain xxx(域名)

    Switch(config)#vtp password xxx(密码)

    Switch(config)#vtp mode client

  • 相关阅读:
    hdu 6201 dfs
    Oulipo POJ
    Kitchen Measurements UVALive
    Surf Gym
    hoj 13969 Racing Gems
    分块
    分块学习资料
    Jam's problem again HDU
    树的点分治
    Census UVA
  • 原文地址:https://www.cnblogs.com/lifi/p/7426325.html
Copyright © 2020-2023  润新知