機器外觀
這次要設定機器使用的是mini usb線 需安裝驅動 要先將windows的數位簽章關閉才能安裝
方法如下:
以管理者身分執行 cmd.exe,輸入如下的指令:
BCDedit /set loadoptions DDISABLE_INTEGRITY_CHECKS BCDedit /set TESTSIGNING ON →關閉 BCDedit /set TESTSIGNING OFF →開啟
安裝完成後會裝置管理員會看到如下
接下來使用putty 選擇Serial COM3
登入的畫面如下
#設定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介面