1樓:匿名使用者
1.簡單點,tp-link路由器內網口直接接2950的任何一個口都可以,tp-link集線器也可以隨便接2950任何一個口用就可以了,就是個二層hub。
2.地址設定方面:在路由器連線2950的路由器口設定個192.
168.0.1 255.
255.255.0 這樣的地址就可以了,另外把tp路由器的dhcp開啟,為2950下和集線器下掛的pc動態分配ip地址就可以了,這時候pc的閘道器就是192.
168.0.1
2950前面的24個口是連pc或者是和上層網路裝置連線的。console不能直接接pc的,這個是做裝置除錯用的,要有專門的串列埠線才可以用的。
3.裝2950不用裝什麼驅動軟體,只要有個電源線給2950供電就可以了。
4.交換機設定不設定ip都可以,如果想設定,也可以設定個交換機的管理ip,是在inte***ce vlan 1 接下來配置你想要用管理ip就可以了,以後方面你管理用。
5。你說的交換機的右邊兩個口應該是gbic的光纖介面,它是插gbic光模組用的
6.交換機是可以配置的,要配置的話你要首先準備一根串列埠線,然後用系統自帶的超級終端來除錯,也可以用專門的類似於crt樣的軟體也可以。
7.stat是狀態資訊,uti這個我熟悉,duplx是雙工模式,speed是介面速率
如果還有什麼不明白可以站內pm我
2樓:匿名使用者
交換機的vlan可以設定ip
你用一根全反線將電腦和2950的console口連上 就會進入交換機的終端必須要用全反線才行
出現後你先配個ip地址就是vlan1的
switch:en
switch#config t
switch(config)#int vlan 1
switch(config-if)#ip add 192.168.1.1 255.255.255.0
這個地址就是你們電腦的閘道器
switch(config-if)#exit
switch(config)#enable password 123(密碼 你設定的要複雜)
switch(config)#line vty 0 4
switch(config-if)#login
switch(config)#user ** passwd 123(使用者和密碼)
然後exit
你在這個下switch(config)#打命令int f0/0 - 23
switch(config-if)#no shut
然後你把線拔掉直接插在交換機的正面的一個埠
用平行線
然後把電腦配個ip在192.168.1.0網段 ping192.168.1.1
通後你在執行下打tel*** 192.168.1.1
提示你使用者名稱和密碼你就能進去了
3樓:匿名使用者
網線接交換機(從路由器連你電腦的那條)
再從交換機拉網線到你想要接的電腦上。(排口中除便選14個來插)
直連就ok了。
4樓:匿名使用者
集線器應該沒用了,有交換機了
前面24個口接電腦的網線,那個console 口接在路由上,路由接貓上
應該可以
求思科2950交換機的詳細配置
5樓:匿名使用者
switch> 使用者模式
1:進入特權模式 enable
switch> enable
switch#
2:進入全域性配置模式 configure terminal
switch> enable
switch#configure terminal
switch(conf)#
3:交換機命名 hostname aptech2950 以aptech2950為例
switch> enable
switch#configure terminal
switch(conf)#hostname aptch-2950
aptech2950(conf)#
4:配置使能口令 enable password cisco 以cisco為例
switch> enable
switch#configure terminal
switch(conf)#hostname aptch2950
aptech2950(conf)# enable password cisco
5:配置使能密碼 enable secret ciscolab 以cicsolab為例
switch> enable
switch#configure terminal
switch(conf)#hostname aptch2950
aptech2950(conf)# enable secret ciscolab
6:設定虛擬區域網vlan 1 inte***ce vlan 1
switch> enable
switch#configure terminal
switch(conf)#hostname aptch2950
aptech2950(conf)# inte***ce vlan 1
aptech2950(conf-if)#ip address 192.168.1.1 255.255.255.0 配置交換機埠ip和子網掩碼
aptech2950(conf-if)#no shut 使配置處於執行中
aptech2950(conf-if)#exit
aptech2950(conf)#ip default-gateway 192.168.254 設定閘道器地址
7:進入交換機某一埠 inte***ce fasteher*** 0/17 以17埠為例
switch> enable
switch#configure terminal
switch(conf)#hostname aptch2950
aptech2950(conf)# inte***ce fasteher*** 0/17
aptech2950(conf-if)#
8:檢視命令 show
switch> enable
switch# show version 察看系統中的所有版本資訊
show inte***ce vlan 1 檢視交換機有關ip 協議的配置資訊
show running-configure 檢視交換機當前起作用的配置資訊
show inte***ce fastether*** 0/1 察看交換機1介面具體配置和統計資訊
show mac-address-table 檢視mac地址表
show mac-address-table aging-time 檢視mac地址表自動老化時間
9:交換機恢復出廠預設恢復命令
switch> enable
switch# erase startup-configure
switch# reload
10:雙工模式設定
switch> enable
switch#configure terminal
switch2950(conf)#hostname aptch-2950
aptech2950(conf)# inte***ce fasteher*** 0/17 以17埠為例
aptech2950(conf-if)#duplex full/half/auto 有full , half, auto 三個可選項
11:cdp相關命令
switch> enable
switch# show cdp 檢視裝置的cdp全域性配置資訊
show cdp inte***ce fastether*** 0/17 檢視17埠的cdp配置資訊
show cdp traffic 檢視有關cdp包的統計資訊
show cdp nerghbors 列出與裝置相連的cisco裝置
12:csico2950的密碼恢復
拔下交換機電源線。
用手按著交換機的mode鍵,插上電源線
在switch:後執行flash_ini命令:switch: flash_ini
檢視flash中的檔案: switch: dir flash:
把「config.text」檔案改名為「config.old」:
switch: rename flash: config.
text flash: config.old
執行boot: switch: boot
交換機進入是否進入配置的對話,執行no :
進入特權模式察看flash裡的檔案: show flash :
把「config.old」檔案改名為 「config.text」:
switch: rename flash: config.
old flash: config.text
把「config.text」拷入系統的「running-configure」: copy flash:
config.text system : running-configure
把配置模式重新設定密碼存檔,密碼恢復成功。
13:交換機tel***遠端登入設定:
switch>en
switch#configure terminal
switch(conf)#hostname aptech-2950
aptech2950(conf)#enable password cisco 以cisco為特權模式密碼
aptech2950(conf)#inte***ce fastether*** 0/17 以17埠為tel***遠端登入埠
aptech2950(conf-if)#ip address 192.168.1.1 255.255.255.0
aptech2950(conf-if)#no shut
aptech2950(conf-if)#exit
aptech2950(conf)line vty 0 4 設定0-4 個使用者可以tel***遠端登陸
aptech2950(conf-line)#login
aptech2950(conf-line)#password edge 以edge為遠端登入的使用者密碼
主機設定:
ip 192.168.1.2 主機的ip必須和交換機埠的地址在同一網路段
***mask 255.255.255.0
gate-way 192.168.1.1 閘道器地址是交換機埠地址
執行:tel*** 192.168.1.1
進入tel***遠端登入介面
password : edge
aptech2950>en
password: cisco
aptech#
14:交換機配置的重新載入和儲存
設定完成交換機的配置後:
aptech2950(conf)#reload
是否儲存(y/n) y: 儲存設定資訊 n:不儲存設定資訊
cisco2950交換機清除配置的命令
1 計算機 埠 不帶usb到 介面卡 通過控制檯電纜連線到交換機控制檯埠,並開啟超級終端除錯視窗。2 當開關通電時,按住開關前面的 模式 按鈕,直到系統燈不閃爍 即總是亮著 並鬆開 模式 按鈕 如果注意超級終端介面上顯示的字元,也可以鬆開 模式 按鈕 並在開關底部進入開關模式 3 進入命令開關 fl...
Cisco交換機Trunk配置命令
1.config int f0 0 進入相應介面,如果是多個介面可以使用命令intrange f0 0 n 2.config if switchporttrunk encapsulation 封裝dot1q或者isl isl為思科私有,dot1q是802.1q,通用 3.config if swit...
Cisco交換機Trunk配置命令是什麼
1.config int f0 0 進入相應介面,如果是多個介面可以使用命令 int range f0 0 n 2.config if switchport trunk encapsulation 封裝dot1q或者isl isl為思科私有,dot1q是802.1q,通用 3.config if s...