NETWORK ENGINEER BLOG

Tips and Reviews for Engineers

Cisco ASA のポータルページ無効化

Cisco ASA で WebVPN を使用時、ブラウザで ASA のアドレスにアクセスすると以下のようなポータルサイトが表示されます。

f:id:FriendsNow:20151125222538g:plain

このポータルサイトを無効化するには、以下のコマンドを実行します。

ciscoasa# conf t
ciscoasa(config)# webvpn
ciscoasa(config-webvpn)# portal-access-rule 1 deny code 403 any
ciscoasa(config-webvpn)# end
ciscoasa# sh run web

以上