1樓:匿名使用者
先把這個學會吧,再去搞哪個,會容易入手,是一樣的結構。思科的命令和這不同,我這有路由模擬器要的話告訴我你的郵箱我發給你。
switch筆記
1. switch ***mand
2. switch setup
3. vlan setup
4. vlan trunk
5. switch inte***ce setup
6. show ***mand
7. cisco catalyst 2950交換機的密碼恢復
8. vtp
9. stp
10. 三層交換
11. 12.
13. 14. 15.
switch ***mand
switch > en 進入特權模式
switch # conf t 進入全域性配置模式
switch(config)# inte***ce inte***ce-num 進入介面
switch(config)# hostname name 給交換機命名
switch(config)# enable password password 設定明文密碼
switch(config)# enable secret password 設定加密的啟用祕密口令。如果設定則取代明文口令
switch # copy running-config startup-config
switch # write 儲存設定
儲存設定
switch # erase startup-config 恢復交換機出廠值
置頂switch setup
switch(config)# inte***ce vlan 1
switch(config-if)# ip address ip-address ***mask
switch(config-if)# no shut
switch(config-if)# exit
switch(config)# ip default-gateway ip-address
switch(config)# ip domain-name domain-name
switch(config)# ip name-server ip-address 交換機上設定遠端訪問,用於交換機管理
配置ip地址
開起埠
退出設定預設閘道器
域名服務(自身用)
域名服務地址(自身用)
文件頂端
vlan setup
switch # vlan database
switch(vlan)# vlan vlan-id name vlan-name
switch(vlan)# exit
switch # config teriminal 建立vlan(全域性配置模式下)
建立vlan
推出啟用
switch # config t
switch(config)# vlan vlan-id
switch(config-vlan)# name vlan-name
switch(config-vlan)# exit 建立vlan(vlan資料庫中)
命名推出生效
switch # config teriminal
switch(config)# inte***ce inte***ce-num
switch(config-if)# switchport mode access
switch(config-if)# switchport access vlan vlan-id
switch(config-if)# end
switch # show running-config inte***ce inter-id
switch # show inte***ce inter-id switch port 給vlan新增埠
進入要分配的埠
定義二層埠
把埠分配給某一vlan
退出驗證埠的vlan號
驗證埠的管理模式和vlan情況
switch#config teriminal
switch(config)#inte***ce range f0/1 - 10
switch(config-if)#switchport access vlan vlan-id
switch(config-if)#end
switch#show vlan brief
switch#show vlan vlan-id 新增多個埠到一個vlan
選擇多個埠
加入vlan
檢視驗證vlan
檢視指定vlan
switch # config t
switch(config)# no vlan vlan-id
switch(config)# end 刪除vlan
啟用http訪問
文件頂端
vlan trunk
switch(config)# inte***ce inte***ce mod/port
switch(config-if)# switchport mode trunk
switch(config-if)# switchport trunk encapsulation 配置vlan中繼線
switch(config)# inte***ce inte***ce-id
switch(config-if)# switchport mode dynamic desirable/auto 進入埠設定
設定介面為中繼動態協商模式,desirable或auto
switch(config-if)#switchport trunk allowed vlan none 阻止所有vlan通過
switch(config-if)#switchport trunk allowed vlan remove vlan-list
switch(config-if)# switchport trunk allowed vlan add vlan-list 從trunk中刪除vlan,阻止通過
在trunk中新增vlan,允許通過
文件頂端
switch inte***ce setup
switch # config t
switch(config)# inte***ce inter-id
switch(config-if)# duplex
switch(config-if)# speed 交換機上設定埠速度
switch(config-if)# description description-string 交換機的埠描述
文件頂端
show ***mand
switch # show version
switch # show running-config 列出當前執行配置資訊
switch # show startup-config
switch # show inte***ce inte***ce-num 產看藉口資訊
switch # show cdp neighbor
switch # show cdp neighbor detail
switch # show cdp traffic
switch # show cdp inte***ce inte***ce-num
switch # show cdp entry 顯示直連的相鄰裝置及其詳細資訊
顯示ip地址和ios版本和型別,並且包括show cdp neighbor命令顯示的所有資訊
顯示裝置傳送和接收的cdp分組數以及任何出錯資訊
顯示介面的cdp配置資訊
顯示所有入口項的細節
switch # show inte***ce vlan 1 檢視交換機有關ip協議的配置資訊
switch # show mac-address-table aging-time 檢視mac地址表超時時間
switch # show mac-address-table 檢視整個mac地址表
switch # show inte***ce f0/0 switchport 檢視埠模式
switch # show vlan brief 檢視vlan資訊
switch # show vtp status 檢視vtp狀態資訊
switch # show spanning-treee 檢視生成樹資訊
switch # show spanning-treee vlan vlan-id detail 檢視某個vlan的生成書詳細資訊
switch # show ip cef 產看fib表
switch # show adjacency detail 產看鄰接關係表
文件頂端
cisco catalyst 2950交換機的密碼恢復
1. 拔下交換機的電源線。
2. 用手按住交換機的mode鍵,插上電源線。
3. 出現「switch:」後,鬆開mode switch:
4. 在switch:後執行「flash_init」命令,初始化 switch:flash_init
5. 檢視flash中的檔案。 switch:dir flash
6. 把「config.text」檔案改名為「config.
old」檔案。 switch:rename flash:
config.text flash:config.
old7. 執行「boot」命令,啟動交換機
8. 進入特權模式檢視flash的檔案 switch#show flash
9. 把檔案config.old改為config.
text。 switch:rename flash:
config.old flash:config.
text
10. 把config.text考入系統的running-config。
switch#copy flash config.text system:running-config
11. 加入配置模式重新設定密碼並存檔。
文件頂端
vtpswitch(config)# vtp domain domain-name 設定vtp域名
switch(config)# vtp mode server|client|transparent 設定vtp模式
switch(config)# vtp password password 設定vtp密碼
switch(config)# vtp pruning 配置vtp修剪
switch(config)# vtp version 2 配置vtp執行版本為2
文件頂端
stpswitch(config)# spanning-tree vlan vlan-list 啟用生成樹
switch(config)# spanning-tree vlan vlan-list root primary|secondary 配置交換機為根網橋
switch(config)# spanning-tree vlan vlan-list priority bridge-priority 修改交換機的優先順序
switch(config)#spanning-tree vlan vlan-list vlan-list cost cost 修改埠路徑成本
switch(config)# spanning-tree vlan vlan-list vlan-list port-priority priority 修改埠優先順序
switch(config)# spanning-tree uplinkfast 配置上行速鏈路
switch(config)# spanning-tree portfast 配置速埠
文件頂端
三層交換
switch(config)#
switch(config)# inte***ce vlan vlan-id
switch(config-if)# ip address ip-address subnek-mask
switch(config-if)# no shutdown 配置vlan ip地址
switch(config-if)# no switchport 配置介面為三層模式
switch(config)# inte***ce inte***ce-id
switch(config-if)no switchport
switch(config-if)ip address address subnek
配置路由介面
配置介面ip
switch(config-)# inte***ce vlan vlan-id
switch(config-if)# ip helper-address dhcpserver-address
配置dhcp中繼**(每個vlan都要配)
switch(config)# ip router 0.0.0.0 0.0.0.0 next-hop 在三層交換機上配置靜態路由
置頂置頂
置頂置頂置頂
思科交換機配置中spanning tree mode rap
設定bpduguard為預設模式 如果收到bpdu,會取消portfast,進入正常spanning tree埠 非edge 如果bpduguard設為enable模式,如果這個埠收到了bpdu,會把埠shutdown成errdisable狀態 樓上說的過濾bpdu應該是bpdu filter功能 ...
怎麼找到思科交換機隱藏config配置
思科模copy擬器只能簡單的模擬一些裝置而已bai ctrl r 調出preferences對話方塊勾選hide device label 隱藏裝置標籤 就可以了。options preferences 或者ctrl r show device model labels 隱藏裝置型號 show de...
思科,華為交換機DHCP某個vlan下配置還是配置後應用於某vlan或是埠重金懸賞
在某個vlan下面配置,然後應用埠 這兩種方式都可以。在全域性下配置dhcp,然後在介面上應用 直接在介面下配置dhcp 先配置dhcp,然後在vlan介面下指定dhcp server和dhcp中繼。給你個思科的例子吧。華為的原理一樣,但命令自己查吧。envlan database vlan10 v...