Ms7 Search
Google 搜尋 翻譯
calendar
« 五月 2007 »
  1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30 31      
近期文章
文章分類
網站連結
Syndicate

winxp msconfig 設定

2007-05-27 @ 20:26 in Windows

msconfig 指令,windows xp 的系統設定公用程式,今天想用它來改一些啟動,突然忘了指令,所以寫下來當做備忘 

CSCIO 2900,3500 密碼恢復

2007-05-27 @ 20:19 in Route,Switcdh

這篇是之前在  blog.rec.org.tw 寫的
今天想要修改 cisco2924 的 vlan ,結果竟然將 enable 的密碼忘記,結果只好試試網路上找到的密碼恢復的方法,竟然可用,真爽,網路上說這是 3500 系列的方法,想不到用在 2900 也可以
  1. 按住交換機前面板的「mode」按鈕,插上電源線,當端口1上面的燈不亮後,放鬆「mode」按鈕;
  2. 依次輸入輸入 flash_init => load_helper
  3. rename flash:config.text flash:config.old
  4. 輸入boot,重新啟動系統
  5. 系統啟動完後顯示:Continue with the configuration dialog? [yes/no] : 輸入N
  6. 進入enable模式後,輸入rename flash:config.old flash:config.text
  7. Switch# copy flash:config.text system:running-config
      Source filename [config.text]? (press Return)
      Destination filename [running-config]? (press Return)
  8. switch#configure terminal
      switch(config)#no enable secret
      switch(config)#no enable password
      switch(config)#exit
      switch#write memory
      這時,系統就恢覆沒有密碼的狀態了
vlan 設定
en
vlan database
vtp transparent
vlan 110
vlan 120
exit

conf t

int fa 0/1
switchport access vlan 110
exit

int fa 0/2
switchport access vlan 110
exit

int fa 0/3
switchport access vlan 120
exit

int fa 0/4
switchport access vlan 120
exit

fedora disable ipv6

2007-05-27 @ 20:11 in Linux

在 /etc/modprobe.conf 加下面二行

alias net-pf-10 off

alias ipv6 off