cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
7304
Views
0
Helpful
4
Replies

Ironport Status interface

Mafiaboy401
Level 1
Level 1

                   Hi, Anybody knows how to check ironport status interface? like checksum errors?

Thanks!

1 Accepted Solution

Accepted Solutions

Unfortunately you will not get the native ifconfig result from CLI mode.

You will get some information about packets and errors from netstat like below.

Interface Details

Name    Mtu Network       Address              Ipkts Ierrs    Opkts Oerrs  Coll
bce0   1500       00:26:b9:xx:xx:xx        0     0        0     0     0
bce0   1500 192.168.xx.xx/xx 192.168.x.xxx            0     -        0     -     -
bce1*  1500       00:26:b9:xx:xx:xx        0     0        0     0     0
bce2   1500       00:26:b9:xx:xx:xx  1275969     0        0     0     0
bce3   1500       00:26:b9:xx:xx:xx        0     0        0     0     0
bge0   1500       00:10:18:xx:xx:xx  7709841     0  8870604     0     0
bge0   1500 10.66.xx.x/xx 10.66.xx.xx        7416495     -  8878601     -     -
lo0   16384                           772809     0   772809     0     0
lo0   16384 fe80:6::1/64  xxxxxx::xx                0     -        0     -     -
lo0   16384 ::1/128       ::1                      0     -        0     -     -
lo0   16384 127.0.0.0/8   127.0.0.1           772809     -   772808     -     -

View solution in original post

4 Replies 4

donnylee
Cisco Employee
Cisco Employee

Hello,

I am sure to what level the informaiton that you are after, but you can try to run 'netstat' from CLI mode.

Thanks,

Donny

Thanks for your help!

I need a command like "show interface detail or show interface status" to see errors, packets sent, packets received and so on. Can you help?

Thanks

Unfortunately you will not get the native ifconfig result from CLI mode.

You will get some information about packets and errors from netstat like below.

Interface Details

Name    Mtu Network       Address              Ipkts Ierrs    Opkts Oerrs  Coll
bce0   1500       00:26:b9:xx:xx:xx        0     0        0     0     0
bce0   1500 192.168.xx.xx/xx 192.168.x.xxx            0     -        0     -     -
bce1*  1500       00:26:b9:xx:xx:xx        0     0        0     0     0
bce2   1500       00:26:b9:xx:xx:xx  1275969     0        0     0     0
bce3   1500       00:26:b9:xx:xx:xx        0     0        0     0     0
bge0   1500       00:10:18:xx:xx:xx  7709841     0  8870604     0     0
bge0   1500 10.66.xx.x/xx 10.66.xx.xx        7416495     -  8878601     -     -
lo0   16384                           772809     0   772809     0     0
lo0   16384 fe80:6::1/64  xxxxxx::xx                0     -        0     -     -
lo0   16384 ::1/128       ::1                      0     -        0     -     -
lo0   16384 127.0.0.0/8   127.0.0.1           772809     -   772808     -     -

It's enough!

Thank for your help..