- ソース を表示
- Ciscoルータ は削除されています。
1: 2009-03-29 (日) 17:19:21 iseki | 2: 2009-03-29 (日) 17:31:14 iseki | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | *** Tips [#sbefb4af] | + | *** telnet ログイン時のパスワードの変更 [#eea68cdb] |
+ | (config)# line vty 0 15 [コンソールなら line console 0] | ||
+ | (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 を使用しないのなら telnetは省く] | ||
+ | (config-line)# login local | ||
+ | (config)# exit | ||
+ | (config)# ^Z | ||
+ | # write | ||
+ | |||
+ | - もし特権モードで直接ログインするのなら | ||
+ | (config)# username user_name privilege 15 password 0 xxxxxx |
- Ciscoルータ のバックアップ一覧
- Ciscoルータ のバックアップ差分(No. All)
- 1: 2009-03-29 (日) 17:19:21 iseki
- 2: 2009-03-29 (日) 17:31:14 iseki
- 3: 2016-11-17 (木) 13:17:09 iseki
- 現: 1970-01-01 (木) 18:00:00