cisco 2960交換機配置流程

2021-12-30 06:03:42 字數 2393 閱讀 2587

cisco 2960交換機配置流程

配置步驟 注釋 

配置密碼 

switch>en 特權模式 

switch#conf t 配置模式 

switch(config)#host sat2960 改變裝置名稱 

switch(config)#ena se cisco 特權口令 

switch(config)#line vty 0 15 修改遠端登陸口令 

switch(config-line)#login             

switch(config-line)#password cisco 

switch(config-line)#line con 0 修改串列埠登陸口令 

switch(config-line)#login             

switch(config-line)#password noco 

switch(config-line)#exit 

switch(config)#exit 

switch# 

建立vlan (特權模式下用vlan database命令) 

sat2960#vlan database 

sat2960(vlan)#vlan 2 name marketing 建立並命名 

vlan 2 modified: 

name: marketing 

sat2960(vlan)#apply 應用 

apply complete 

sat2960(vlan)#(ctrl+c) 退出 

sat2960#sh vlan brief 驗證 

設定ip資訊 

預設情況下,vlan1是管理vlan,所有介面均是vlan1的成員 

sat2960(config)#int vlan1 進入管理vlan 

sat2960(config-if)#ip address 172.16.10.16 255.255.255.0 

sat2960(config-if)#no shut 開啟介面 

sat2960(config-if)#exit 

sat2960(config)#ip default-gateway 172.16.10.1 

sat2960(config)# 

sat2960交換機配置檔案的擦除: 

sat2960交換機配置檔案是儲存在nvram中的,使用copy run start

來儲存當前執行的配置到nvram中,擦除sat2960 裡面的

start-config檔案,使用命令:

sat2960#erase start-config

sat2960#reload

配置埠描述:(使用 description 命令)

sat2960(config)#int fa 0/1

sat2960(config-if)#description haha

sat2960(config-if)#exit

可以使用show inte***ce 和 show running-config 命令來檢視這些描述資訊;

給vlan分配埠: 

sat2960(config-if)#int f0/2 

sat2960(config-if)#switchport access vlan 2 

sat2960(config-if)#int f0/3 

sat2960(config-if)#switchport access vlan 3 

sat2960(config-if)#int f0/4 

sat2960(config-if)#switchport access vlan 4 

sat2960(config-if)#exit 

sat2960(config)#exit 

驗證配置資訊,如下: 

sat2960#sh vlan brief 

配置中繼埠——打trunk 

sat2960(config)#int f0/12 

sat2960(config-if)#switchport mode trunk 

sat2960(config-if)#(ctrl+c) 

sat2960# 

驗證配置資訊: 

sat2960#sh run 

儲存設定 

sat2960#wr mem 

或者 sat2960#copy running-config startup-config 

常用除錯命令           

a、顯示所有配置命令:switch#show run           

b、顯示所有介面狀態:switch#show ip int brief           

c、顯示所有vlan的資訊:switch#show vlan brief

cisco2960交換機 簡單配置

2950是只支援二層的交換機 支援vlan 第1步 單擊 開始 按鈕,在 程式 選單的 附件 選項中單擊 超級終端 第2步 在 名稱 文字框中鍵入 cisco 第3步 在 連線時使用 下拉列表框中選擇與交換機相連的計算機的串列埠。台式電腦為 com 1 筆記本為 com 3或者com 5 第4步 在...

Cisco 2960交換機排錯

原始出處 作者資訊和本宣告。否則將追究法律責任。cisco 2960交換機排錯 運維部一卡座的網路埠,接了一台tp link 16 換機,突然有天,發現接在這個交換機上的所有pc都不通了,簡單檢查了一下,發現此交換機進線口不亮燈 卡座口與tp link交換機連線線 用測線儀測了下,發現8個燈亮,初步...

Cisco 2960交換機排錯

cisco 2960交換機排錯 運維部一卡座的網路埠,接了一台tp link 16 換機,突然有天,發現接在這個交換機上的所有pc都不通了,簡單檢查了一下,發現此交換機進線口不亮燈 卡座口與tp link交換機連線線 用測線儀測了下,發現8個燈亮,初步判斷是弱電井的2960相應的埠被shutdown...