zoukankan      html  css  js  c++  java
  • 思科2960trunk vlan配置及路由IP配置

    en

    conf t

    vlan id

    end

    conf t

    inter rang gi 0/0/1-x

    switchport access vlan id

    no shutdown

    exit

    (config)#interface range gigabitEthernet 1/0/23-24
    (config-if-range)#switchport mode trunk
    (config-if-range)#switchport trunk allowed vlan all
    (config-if-range)#no shutdown

    
    IP配置:
    interface FastEthernet1/0
     ip address  161.139.128.31  255.255.255.128
     ip accounting output-packets
     duplex full
     speed auto
    exit
     
    ip route 0.0.0.0 0.0.0.0  161.139.128.1
    end
    wr
  • 相关阅读:
    Web基础 网页的血肉CSS
    18
    19
    20
    17
    16
    15
    13
    14
    12
  • 原文地址:https://www.cnblogs.com/gavanwanggw/p/7028903.html
Copyright © 2011-2022 走看看