Cisco 1800
をテンプレートにして作成
[
トップ
] [
タイトル一覧
|
ページ一覧
|
新規
|
検索
|
最終更新
|
ヘルプ
|
ログイン
]
開始行:
** Cisco 1800 [#ea9cdfb0]
- [[Cisco]]
*** パスワードの初期化 [#tdd39324]
起動時にブレーク信号を送信
romon 1 > confreg 0x2142
romon 2 > boot
.......
Would you like to enter the initial configuration dialog...
Router> enable
Router#
Router# config t
Router(config)# enable secret [password]
Router(config)# config-register 0x2102
^Z
Router#
Router# write
*** telnet ログイン時のパスワードの変更 [#eea68cdb]
(config)# line vty 0 15 [コンソールなら line consol...
(config)# password xxxxxxx
(config)# login
(config)# ^Z
# write
*** 特権モードのパスワードの変更 [#a30540da]
(config)# enable secret 0 zzzzzzzzz
*** ssh の使用 [#v3ae086b]
(config)# ip domain-name X.Y.Z
(config)# crypto key generate rsa
(config)# ip ssh version 2
(config)# username user_name password 0 xxxxx
(config)# line vty 0 15
(config-line)# transport input telnet ssh [telnet を...
(config-line)# login local
(config)# exit
(config)# ^Z
# write
- もし特権モードで直接ログインするのなら
(config)# username user_name privilege 15 password 0 xxx...
*** VLAN [#k79b30ef]
終了行:
** Cisco 1800 [#ea9cdfb0]
- [[Cisco]]
*** パスワードの初期化 [#tdd39324]
起動時にブレーク信号を送信
romon 1 > confreg 0x2142
romon 2 > boot
.......
Would you like to enter the initial configuration dialog...
Router> enable
Router#
Router# config t
Router(config)# enable secret [password]
Router(config)# config-register 0x2102
^Z
Router#
Router# write
*** telnet ログイン時のパスワードの変更 [#eea68cdb]
(config)# line vty 0 15 [コンソールなら line consol...
(config)# password xxxxxxx
(config)# login
(config)# ^Z
# write
*** 特権モードのパスワードの変更 [#a30540da]
(config)# enable secret 0 zzzzzzzzz
*** ssh の使用 [#v3ae086b]
(config)# ip domain-name X.Y.Z
(config)# crypto key generate rsa
(config)# ip ssh version 2
(config)# username user_name password 0 xxxxx
(config)# line vty 0 15
(config-line)# transport input telnet ssh [telnet を...
(config-line)# login local
(config)# exit
(config)# ^Z
# write
- もし特権モードで直接ログインするのなら
(config)# username user_name privilege 15 password 0 xxx...
*** VLAN [#k79b30ef]
ページ名: