cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Announcements
Please sign in to see details of an important advisory in our Customer Advisories area.

Who Me Too'd this topic

CLI question - What's the difference between: "receive errors" and "receive incoming errors"

L1 Bithead

Hi There,

 

We haev aggrgate interface called ae2, and we have some problems with the traffic related to this interface

 

so we run the commnand show interface ae2

and show interface ethernet1/3 (which is one of the interfaces inside ae2)

(the ouput is down)

 

can someone please tell me the difference between: "receive errors" and "receive incoming errors"?

 

you can see that under the ae2 interface its shows as "receive errors"

and under the physical interface  its shows as "receive incoming errors"

 

i think that "receive incoming errors" is something the was first shows in 7.0.1

 

Thanks!

 

 

 

  1. PA-3050(active)> show interface ae2

 

--------------------------------------------------------------------------------

Name: ae2, ID: 49

Link status:

  Runtime link speed/duplex/state: [n/a]/[n/a]/up

  Configured link speed/duplex/state: auto/auto/auto           

MAC address:

  Port MAC address 00:00:00:00:00:00 (i change it before posting)

Aggregate group members: 4

  ethernet1/3 ethernet1/4 ethernet1/5 ethernet1/6

Operation mode: layer3

Untagged sub-interface support: no

--------------------------------------------------------------------------------

Name: ae2, ID: 49

Operation mode: layer3

Interface management profile: N/A

Service configured:

Zone: Users-zone, virtual system: vsys1

Adjust TCP MSS: no

--------------------------------------------------------------------------------

 

Hardware interface counters read from CPU:

--------------------------------------------------------------------------------

bytes received                           1937442148597

bytes transmitted                        1957978024957

packets received                         2988286039

packets transmitted                      2925614017

receive incoming errors                  0

receive discarded                        0

receive errors                           1431481

packets dropped                          0

--------------------------------------------------------------------------------

 

Logical interface counters read from CPU:

--------------------------------------------------------------------------------

bytes received                           0

bytes transmitted                        0

packets received                         0

packets transmitted                      0

receive errors                           0

packets dropped                          0

packets dropped by flow state check      0

forwarding errors                        0

no route                                 0

arp not found                            0

neighbor not found                       0

neighbor info pending                    0

mac not found                            0

packets routed to different zone         0

land attacks                             0

ping-of-death attacks                    0

teardrop attacks                         0

ip spoof attacks                         0

mac spoof attacks                        0

ICMP fragment                            0

layer2 encapsulated packets              0

layer2 decapsulated packets              0

--------------------------------------------------------------------------------

 

 

 

 

  1. PA-3050(active)> show interface ethernet1/3

 

--------------------------------------------------------------------------------

Name: ethernet1/3, ID: 18

Link status:

  Runtime link speed/duplex/state: 1000/full/up

  Configured link speed/duplex/state: auto/auto/auto           

MAC address:

  Port MAC address 00:00:00:00:00:00 (i change it before posting)

Aggregate group : ae2

Operation mode: layer3

--------------------------------------------------------------------------------

Physical port counters read from MAC:

--------------------------------------------------------------------------------

rx-broadcast                  3142372

rx-bytes                      3425615289145

rx-multicast                  5885801

rx-unicast                    4706751572

tx-broadcast                  0

tx-bytes                      6514548948242

tx-multicast                  0

tx-unicast                    6832448547               

--------------------------------------------------------------------------------

 

Hardware interface counters read from CPU:

--------------------------------------------------------------------------------

bytes received                           0

bytes transmitted                        0

packets received                         0

packets transmitted                      0

receive incoming errors                  14402209

receive discarded                        0

receive errors                           0

packets dropped                          0

--------------------------------------------------------------------------------

 

Who Me Too'd this topic