10-06-2014 02:24 PM - edited 03-11-2019 09:52 PM
Hi All,
What is the equivalent to the Cisco router command "show interface summary" for an ASA? If you are not familiar, this commands prints current TXD/RXD bandwidth usage in a concise, neat & charted manner. Example is attached.
Thanks.
Solved! Go to Solution.
10-06-2014 02:38 PM
As far as I know there's no equivalent command on an ASA.
We have to run a couple of commands to get a similar data set and even then it's not nice and tabular.
1. get the interfaces you care about (e.g. that have an IP Address), and
2. Grab traffic statistics for each.
sh ip adr
sh int <int number> stats | b Traffic
Output of the second command looks something like this:
ASA# sh int e0/0 stats | b Traffic
Traffic Statistics for "inside":
176390317 packets input, 40380592616 bytes
198978813 packets output, 144870043968 bytes
428718 packets dropped
1 minute input rate 68 pkts/sec, 12997 bytes/sec
1 minute output rate 64 pkts/sec, 24225 bytes/sec
1 minute drop rate, 0 pkts/sec
5 minute input rate 63 pkts/sec, 8693 bytes/sec
5 minute output rate 56 pkts/sec, 12316 bytes/sec
5 minute drop rate, 0 pkts/sec
10-06-2014 02:38 PM
As far as I know there's no equivalent command on an ASA.
We have to run a couple of commands to get a similar data set and even then it's not nice and tabular.
1. get the interfaces you care about (e.g. that have an IP Address), and
2. Grab traffic statistics for each.
sh ip adr
sh int <int number> stats | b Traffic
Output of the second command looks something like this:
ASA# sh int e0/0 stats | b Traffic
Traffic Statistics for "inside":
176390317 packets input, 40380592616 bytes
198978813 packets output, 144870043968 bytes
428718 packets dropped
1 minute input rate 68 pkts/sec, 12997 bytes/sec
1 minute output rate 64 pkts/sec, 24225 bytes/sec
1 minute drop rate, 0 pkts/sec
5 minute input rate 63 pkts/sec, 8693 bytes/sec
5 minute output rate 56 pkts/sec, 12316 bytes/sec
5 minute drop rate, 0 pkts/sec
10-07-2014 07:42 AM
How about for a PIX?
10-07-2014 04:46 PM
The commands I mentioned have been around since at least PIX 7.0.
Please tell me you're not running anything that old still. ;)
06-11-2017 09:02 AM
Hi, others command are:
ciscoasa# sh run ip
!
interface GigabitEthernet0
no nameif
no security-level
ip address 10.1.1.10 255.0.0.0
ciscoasa# sh run int
!
interface GigabitEthernet0
no nameif
no security-level
ip address 10.1.1.10 255.0.0.0
!
interface GigabitEthernet1
shutdown
no nameif
no security-level
no ip address
!
interface GigabitEthernet2
shutdown
no nameif
no security-level
no ip address
!
interface GigabitEthernet3
shutdown
no nameif
no security-level
no ip address
Good luck!
Ciro Gustavo Mele.
08-07-2020 03:41 PM
this is what i am getting when i run the backup
Destination filename [ASA_Backup]?
Cryptochecksum: f2bd649c 522e87c2 cadd73d5 6c17bfbb
!!!!!!!!!
but i can't find the source where it's been saved! either i look at TFTP queue and it's not showing there, can you help me on this?
Thanks!
08-08-2020 05:10 AM
@adris.shirzad1 Please start a new discussion and post more information there. For instance, the exact command you run to get the output you shared.
10-07-2014 07:35 AM
Thank you Marvin. This will do nicely.
09-21-2018 01:56 AM
Hello,
I do not know if this thread is still active, but this command gives me very useful statistics about current interface bandwidth on ASA:
show traffic
HTH!
Regards, Kliment
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