概略
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へログインできる。

参考資料