07-08-2013 10:00 PM
I can clear the asp table hit count only, is there any command for clear all the entry of asp table?
Solved! Go to Solution.
07-09-2013 12:33 AM
Hi,
According to the above list it would seem that its listening on Telnet, SSH and HTTPS for 2 interfaces on the ASA. So I would guess you have enabled the management of the ASA through your "inside" and "outside" interfaces. That is why you are seeing multiple lines for the same service. Notice the different IP addresses.
The only management connection active as you can see is probably your current management connection as its the only one listed as ESTABLISHED.
You can also use the commands
ASDM: show asdm sessions
SSH: show ssh sessions
TELNET: who
To view the active management sessions on the firewall. But the above would hint that there is no active HTTPS connections at the moment.
- Jouni
07-09-2013 12:02 AM
Hi,
Are you talking about removing the output of the command
show asp drop flow
or
show asp drop frame
Then it should just be
clear asp drop flow
clear asp drop frame
- Jouni
07-09-2013 12:26 AM
Hi JouniForss,
My problem is the asa is seems not allow to be access through https, it is show the following output with many listen states, i am wonder is it the connect is reach the max limitation to cause https not allow to be access, that why i am trying to clear the below entry, but i can't find that command.
Protocol Socket Local Address Foreign Address State
TCP 0007eecf 10.18.28.xxx:23 0.0.0.0:* LISTEN
TCP 00091cff 116.247.xxx.xx:23 0.0.0.0:* LISTEN
TCP 000bf3ff 10.18.28.xxx:xx 0.0.0.0:* LISTEN
TCP 000df26f 116.247.xxx.xx:22 0.0.0.0:* LISTEN
SSL 01ad65ef 116.247.xxx.xx:444 0.0.0.0:* LISTEN
SSL 01ae222f 10.18.28.xxx:444 0.0.0.0:* LISTEN
TCP 01e56f88 116.247.xxx.xxx:22 xxx.80.xxx.221:49129 ESTAB
07-09-2013 12:33 AM
Hi,
According to the above list it would seem that its listening on Telnet, SSH and HTTPS for 2 interfaces on the ASA. So I would guess you have enabled the management of the ASA through your "inside" and "outside" interfaces. That is why you are seeing multiple lines for the same service. Notice the different IP addresses.
The only management connection active as you can see is probably your current management connection as its the only one listed as ESTABLISHED.
You can also use the commands
ASDM: show asdm sessions
SSH: show ssh sessions
TELNET: who
To view the active management sessions on the firewall. But the above would hint that there is no active HTTPS connections at the moment.
- Jouni
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide