機器外觀

img_0206

img_0207

img_0209

這次要設定機器使用的是mini usb線 需安裝驅動 要先將windows的數位簽章關閉才能安裝

方法如下:

以管理者身分執行 cmd.exe,輸入如下的指令:

BCDedit /set loadoptions DDISABLE_INTEGRITY_CHECKS
BCDedit /set TESTSIGNING ON   →關閉
BCDedit /set TESTSIGNING OFF   →開啟

安裝此驅動cisco_usbconsole_driver

安裝完成後會裝置管理員會看到如下

img_0211

接下來使用putty 選擇Serial COM3

cisco-com3

登入的畫面如下

img_0214

#設定ip及開啟web及設定enable密碼

Switch>enable
Switch#configure terminal
Switch(config)#ip http server
Switch(config)#interface vlan 1
Switch(config-if)#ip address 192.168.1.176 255.255.255.0
Switch(config-if)#exit
Switch(config)#enable secret 123456 //特權模式密碼(有加密的)
Switch(config)#exit
Switch#copy running-config startup-config
Destination filename [startup-config]? y
%Error copying nvram:y (Invalid argument)
Switch#copy running-config startup-config
Destination filename [startup-config]?
Building configuration...
[OK]

#看機器設定

show run 
show vlan
show interface vlan 1
show ip route
sh  ip  ospf
sh  ip  ospf  database
sh  ip  ospf  interface
sh  ip  ospf  neighbor
sh  ip  protocols

web介面

cisco-web

By admin

發佈留言

發佈留言必須填寫的電子郵件地址不會公開。 必填欄位標示為 *

這個網站採用 Akismet 服務減少垃圾留言。進一步了解 Akismet 如何處理網站訪客的留言資料