萬盛學電腦網

 萬盛學電腦網 >> 路由器知識 >> 路由器基礎 >> CISCO交換機常用配置命令

CISCO交換機常用配置命令

  基本配置

  witch>

  Switch>enable 進入特權執行模式

  Switch#

  Switch#show running-config 列出運行配置清單

  Switch#config terminal 進入配置模式

  Enter configuration commands, one per line. End with CNTL/Z.

  Switch(config)#

  Switch(config)#enable secret cisco1 設置enable密碼

  Switch(config)#hostname c2950 設置主機名

  c2950(config)#interface VLAN 1 進入VLAN 1的配置模式

  c2950(config-if)#ip address 192.168.1.2 255.255.255.0

  c2950(config-if)#no shut 保存配置

  c2950(config-if)exit 退出

  配置端口速率及雙工模式

  可以配置快速以太口的速率為10/100Mbps及千兆以太口的速率為10/100/1000-Mbps; 但對於GBIC端口則不能配置速率及雙工模式,有時可以配置nonegotiate,當需要聯接不支持自適應的其它千兆端口時。

  舉例如下:

  Switch# configure terminal

  Switch(config)# interface fastethernet0/3

  Switch(config-if)# speed 10

  Switch(config-if)# duplex half

  關閉和打開端口

  舉例如下:

  Switch# configure terminal

  Switch(config)# interface fastethernet0/5

  Switch(config-if)# shutdown

  Switch(config-if)#

  *Sep 30 08:33:47: %LINK-5-CHANGED: Interface FastEthernet0/5, changed state to a

  administratively down

  Switch# configure terminal

  Switch(config)# interface fastethernet0/5

  Switch(config-if)# no shutdown

  Switch(config-if)#

  *Sep 30 08:36:00: %LINK-3-UPDOWN: Interface FastEthernet0/5, changed state to up

copyright © 萬盛學電腦網 all rights reserved