How to check on which port ASA is listening at?
"show asp table sockets" will show you all the ports that an ASA is listening at.
TEST-ASA5505(config-webvpn)# sh asp table so
Protocol Socket Local Address Foreign Address State
SSL 00022cef 10.10.10.253:443 0.0.0.0:* LISTEN
TCP 0005509f 10.10.10.253:23 0.0.0.0:* LISTEN
TCP 0006af1f 10.10.10.253:22 0.0.0.0:* LISTEN
TCP 00095f0f 1.93.34.130:22 0.0.0.0:* LISTEN
SSL 0076a158 10.10.10.253:443 10.10.10.55:60820 ESTAB
SSL 007e4038 10.10.10.253:443 10.10.10.55:60824 ESTAB
SSL 08f3732f 1.93.34.130:4443 0.0.0.0:* LISTEN
DTLS 08f5b9df 1.93.34.130:443 0.0.0.0:* LISTEN
TEST-ASA5505(config-webvpn)# sh asp table so
Protocol Socket Local Address Foreign Address State
SSL 00022cef 10.10.10.253:443 0.0.0.0:* LISTEN
TCP 0005509f 10.10.10.253:23 0.0.0.0:* LISTEN
TCP 0006af1f 10.10.10.253:22 0.0.0.0:* LISTEN
TCP 00095f0f 1.93.34.130:22 0.0.0.0:* LISTEN
SSL 0076a158 10.10.10.253:443 10.10.10.55:60820 ESTAB
SSL 007e4038 10.10.10.253:443 10.10.10.55:60824 ESTAB
SSL 08f3732f 1.93.34.130:4443 0.0.0.0:* LISTEN
DTLS 08f5b9df 1.93.34.130:443 0.0.0.0:* LISTEN
0 comments:
Post a Comment