ラベル cisco の投稿を表示しています。 すべての投稿を表示
ラベル cisco の投稿を表示しています。 すべての投稿を表示

2011年7月11日月曜日

cisco catalystのパスワード変更

パスワード変更のメモ
router>enable
Password:
router#configure terminal
Enter configuration commands, one per line.  End with CNTL/Z.
router(config)#line vty 0 4
router(config-line)#password PASSWD
上記の手順で、vtyのパスワード変更ができる。
line vtyの引数は、0から4までを一気に操作する、という意味。
enableは、enable secret コマンドで変更する。