0
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

Cisco L3スイッチでhttpアクセス設定

Last updated at Posted at 2014-12-09

参考: TEMPEST社長ブログ: IOSでのhttp serverの設定

httpアクセスしようとしたらアカウントを作成する必要があったので。

アカウント作成

アカウント一覧を確認
(config)#do sh run | i username

何も表示されなければアカウントは居ない。

ユーザ名ciscoをパスワードhogehogeで作成
(config)#username cisco secret hogehoge
username cisco secret 5 xxxxxxxxxxxxxxxxx
アカウントが作成されたか確認
(config)#do sh run | i username

httpアクセスのためにアカウントlevel 15に設定

設定
(config)#username cisco privilege 15
(config)#do sh run | i username
username cisco privilege 15 secret 5 xxxxxxxxxxxxxxxxx
  • user: cisco
  • pass: hogehoge

でhttpログインができることを確認。

0
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?