概略
CatalystにはWebGUIが付いていたらしいです。
家庭で使うときは、enable passwordしないので知らなかったです・・・
なお、NEC IX用のconfigをお探しの方はここではありません。次の記事をご覧ください。
手順
CiscoスイッチでWebGUIを有効化するためにはenableパスワードの設定が必要。
Switch> enable
Switch# configure terminal
Switch(config)# enable password {パスワード}
# 例
Switch> enable
Switch# configure terminal
Switch(config)# enable password admin
それから、http serverの設定
Switch(config)# ip http server
これで完了。IDはなし、PWはadminでWebGUIへログインできます。
参考資料