cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
7278
Views
10
Helpful
16
Replies

Debug netdr on Cisco 4500

YUEN WAI NAM
Level 1
Level 1

Cisco 6500 / 7600 support debug netdr, does Cisco 4500 also support this feature ?

3 Accepted Solutions

Accepted Solutions

Can you please try clearing the mac address table and update me the result.

I will give a explanation for that later if you want after getting to know the status .

Regards

Inayath

View solution in original post

Yuen,

1)   the high cpu was due to SA Miss

SA Miss is populated when the source MAC is unknown for the packet so it is

sent to the CPU for mac learning.SA Miss generally is due to extensive mac

tcam being utilized utilized. But in our case the MAT was hardly utilized.

Did not observe any mac-flap . No STP changes was observed.

2)  along with SA miss we also see a lot of and "Vs Tunnel Data Pkt"

continuously incrementing

{Vs Tunnel Data Pkt          1913749950     15569     16162     13467      12827}

3)  After decoding the above packets the original packets were ASIC Sa Miss

packets on the standby which were tunneled from standby to active as Vs

Tunnel Data Pkt. This is the reason we were observing the "Vs Tunnel Data

Pkt" increment. The ASIC Sa Miss on the standby would cause SA-Miss on the

active.

When we say asic SA-Miss we mean that the src mac is not present in the hw

mac address table on the standby. The same mac address is present in the

software as well as hardware on the active.

The reason why we were seeing high cpu on the active sup was the fact that

the platform programming on active and standby (at least, at the single

point-in-time it was captured) that the original source MAC addresses on the

packets being tunneled to the VSS active are seen in the HW programming on

the active but not standby.  This is a potential cause for a persistent

learning state, which would be remedied by a dynamic MAC table clear

(assuming the problem didn't immediate occur again).

4) In our case we did not get the chance to clear the mac table as the cpu

dropped down and the issue got cleared on its own before we checked anything

further on the standby.

HTH

Regards

Inayath

*Plz rate all usefull posts and mark this thread as answered so that others may get benefited.

View solution in original post

Yuen,

Glad to hear that. Please continue to work with TAC for the other issue.

Hope I have answered your query. Could I reuqest you to mark the thread as solved if no further questions are there.

Thanks in advance.

Regards

Inayath

View solution in original post

16 Replies 16

InayathUlla Sharieff
Cisco Employee
Cisco Employee

Hi Yuen,

NO netdr is not supported on 4500.

Following are the debugs used on 4500:

debug platform packet all receive buffer ( wait for 2-3 minutes)

- debug platform packet all count

HTH

Regards

Inayath

*Plz rate if this info is helpfull and mark the thread as answerd if solved.

Tks, let try it.

Yuen,

The said above debugs are used when you are seeing high cpu.

What exactly are you looking for?

If you happen to troubleshoot high cpu then pleas euse the below link:

http://www.cisco.com/en/US/customer/products/hw/switches/ps663/products_tech_note09186a00804cef15.shtml

HTH

Regards

Inayath

*Plz rate if this info is helpfull and mark the thread as answerd if solved.

#show platform cpu packet statistics all | in Miss  

Sa Miss                              0         0         0         0          0

PVMapping Miss                       0         0         0         0          0

Sa Miss                     1813484461     12686     14616     11363       8665

PVMapping Miss                       0         0         0         0          0

PortVlanMap Miss Drop                    0         0         0         0          0

PV Mapping Miss                      0         0         0         0          0

PV Mapping Miss                      0         0         0         0          0

Sa Miss                              0         0         0         0          0

PVMapping Miss                       0         0         0         0          0

Sa Miss                              0         0         0         0          0

PVMapping Miss                       0         0         0         0          0

PortVlanMap Miss Drop                    0         0         0         0          0

PV Mapping Miss                      0         0         0         0          0

PV Mapping Miss                      0         0         0         0          0

ftnsw4501#show platform cpu packet statistics all | in Miss

Sa Miss                              0         0         0         0          0

PVMapping Miss                       0         0         0         0          0

Sa Miss                     1813553600     12686     14616     11400       8665

PVMapping Miss                       0         0         0         0          0

PortVlanMap Miss Drop                    0         0         0         0          0

PV Mapping Miss                      0         0         0         0          0

PV Mapping Miss                      0         0         0         0          0

The switch high CPU with large no. of Sa Miss, the debug platform packet all receive buffer can help to capture those packets ?

Yuen,

Yes you can still capture the packets by debug.

Can you get me the output of following

show process cpu sorted | ex 0.00%

show platform cpu packet statistics all

show platform cpu packet statistics << to check the queues on CPU ( Check the Q which has more pack utilization)

show platform cpuport (may not work as it's depricated)

Show platform health | ex 0.00 << which job consumes CPU

show spanning-tree summary

show spann det | in ieee|from|occur|is exec

show interface | include line|drops

Regards

Inayath

Yuen,

The SA Miss events are caused by software L2 host learning. 
The hardware sends copies of packets to the CPU so we can learn their source MAC address locations. 
These copies are then dropped. 
This also indicates the mac address table is always being updated.  

So we need to find out why mac address table is updated so frequently. 
One way is enable mac notification:

MAC notification can be enabled the following, global config lines, using
the maximum buffer size:
------------------------------------------------
mac address-table notification change
mac address-table notification mac-move
mac address-table notification change history-size 500
mac address-table notification change interval 10
------------------------------------------------
configure this, wait 30 seconds or so (the switch may generate logging messages if there are MAC flaps), 

then grab 'show mac address-table' and 'sh mac address-table notification
change' also 'sh log'

 After taking the captures,

disable mac address-table notification

HTH
Regards
Inayath
*********Please rate all usefull posts.

Hi Inayath,

I tried capture the mac move and change , nil output, anything I missed ?

#sh mac address-table notification change

MAC Notification Feature is Enabled on the switch

Interval between Notification Traps : 10 secs

Number of MAC Addresses Added : 0

Number of MAC Addresses Removed : 0

Number of Notifications sent to NMS : 0

Maximum Number of entries configured in History Table : 500

Current History Table Length : 0

MAC Notification Traps are Disabled

History Table contents

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

Yuen.

We have to look into this more. Provide me the following outputs:

Can you get me the output of following

show process cpu sorted | ex 0.00%

show platform cpu packet statistics all

show platform cpu packet statistics << to check the queues on CPU ( Check the Q which has more pack utilization)

show platform cpuport (may not work as it's depricated)

Show platform health | ex 0.00 << which job consumes CPU

show spanning-tree summary

show spann det | in ieee|from|occur|is exec

show interface | include line|drops

show logs

HTH

Regards

Inayath

Hi Inayath,

sw4501#show process cpu sorted | ex 0.00%

Core 0: CPU utilization for five seconds: 14%; one minute: 14%;  five minutes: 15%

Core 1: CPU utilization for five seconds: 73%; one minute: 73%;  five minutes: 72%

PID    Runtime(ms) Invoked  uSecs  5Sec     1Min     5Min     TTY   Process

8509   1812354     12916291 200    43.84    43.88    44.07    0     iosd              

11862  2106641     19183442 55     0.12     0.09     0.08     0     ffm               

11268  932135      36823769 141    0.08     0.04     0.04     0     cpumemd           

6068   1358675     18936146 7      0.04     0.01     0.04     0     pdsd              

1      995         872      1141   0.00     0.00     0.00     0     init              

2      0           85       11     0.00     0.00     0.00     0     kthreadd          

3      2760        439566   6      0.00     0.00     0.00     0     migration/0       

4      103         16762    6      0.00     0.00     0.00     0     ksoftirqd/0       

5      2595        417566   6      0.00     0.00     0.00     0     migration/1       

6      271         47120    5      0.00     0.00     0.00     0     ksoftirqd/1       

7      204208      11270310 18     0.00     0.00     0.00     0     events/0          

8      267800      11445837 23     0.00     0.00     0.00     0     events/1          

9      6           688      9      0.00     0.00     0.00     0     khelper           

64     4252        16133    263    0.00     0.00     0.00     0     kblockd/0         

65     3329        13109    253    0.00     0.00     0.00     0     kblockd/1         

78     0           21       1      0.00     0.00     0.00     0     khubd             

81     0           23       0      0.00     0.00     0.00     0     kseriod           

86     7           25       282    0.00     0.00     0.00     0     kmmcd             

126    18523       1488901  12     0.00     0.00     0.00     0     pdflush           

127    0           40       4      0.00     0.00     0.00     0     pdflush           

128    0           29       0      0.00     0.00     0.00     0     kswapd0           

129    0           31       0      0.00     0.00     0.00     0     aio/0             

130    0           33       0      0.00     0.00     0.00     0     aio/1             

282    0           35       0      0.00     0.00     0.00     0     kpsmoused         

296    0           37       0      0.00     0.00     0.00     0     edac-poller       

315    0           39       0      0.00     0.00     0.00     0     rpciod/0          

316    0           41       0      0.00     0.00     0.00     0     rpciod/1          

360    80          442      182    0.00     0.00     0.00     0     udevd             

620    135         3973     34     0.00     0.00     0.00     0     loop1             

636    0           58       1      0.00     0.00     0.00     0     loop2             

652    222         5957     37     0.00     0.00     0.00     0     loop3             

2414   87          654      134    0.00     0.00     0.00     0     dbus-daemon       

2986   4           422      10     0.00     0.00     0.00     0     syslog_format.s   

2987   4           421      9      0.00     0.00     0.00     0     syslog_format.s   

2988   3           420      8      0.00     0.00     0.00     0     syslog_format.s   

2989   3           421      9      0.00     0.00     0.00     0     syslog_format.s   

2993   7136        248528   28     0.00     0.00     0.00     0     syslogd           

2997   5           458      12     0.00     0.00     0.00     0     klogd             

3009   0           418      2      0.00     0.00     0.00     0     portmap           

3054   1           433      2      0.00     0.00     0.00     0     sshd              

3068   3           446      8      0.00     0.00     0.00     0     xinetd            

3072   1           431      3      0.00     0.00     0.00     0     xinetd            

4754   0           75       0      0.00     0.00     0.00     0     vsi work/0        

4755   0           77       0      0.00     0.00     0.00     0     vsi work/1        

4915   1726926     30735814 56     0.00     0.01     0.00     0     pdsvslifshim      

4921   74134       7443541  9      0.00     0.00     0.00     0     watchdog          

5541   55          1589     35     0.00     0.00     0.00     0     cat4k-epc_sm_li   

5722   926         35619    26     0.00     0.00     0.00     0     slproc            

5922   858557      36622867 23     0.00     0.00     0.02     0     ha_mgr            

5928   292969      29382331 9      0.00     0.00     0.00     0     oscore_p          

5936   102         795      128    0.00     0.00     0.00     0     btrace_rotate.s   

5940   450006      40550520 11     0.00     0.00     0.00     0     platformmgr       

5946   289564      29385597 9      0.00     0.00     0.02     0     sysmgr            

5950   289425      29382491 9      0.00     0.02     0.03     0     profiled          

5956   291158      29384208 9      0.00     0.00     0.00     0     os_info_p         

5960   295279      29416979 10     0.00     0.01     0.00     0     eicored           

5966   501384      33114372 15     0.00     0.00     0.02     0     plogd             

6020   292069      29382612 9      0.00     0.01     0.03     0     ns_oir_proxy      

6088   290448      29385071 9      0.00     0.00     0.00     0     iifd              

8095   294452      29394057 10     0.00     0.00     0.02     0     dtmgr             

8129   1           1304684  0      0.00     0.00     0.00     0     sleep             

8296   1           796      2      0.00     0.00     0.00     0     inotifywait       

8311   292898      94520288 3      0.00     0.00     0.00     0     snmp_subagent     

8354   293820      29387329 9      0.00     0.00     0.02     0     cli_agent         

8381   392462      36824718 10     0.00     0.00     0.03     0     ngdumper_provid   

8982   292352      29394944 9      0.00     0.01     0.00     0     installer         

9095   48          816      59     0.00     0.00     0.00     0     rollback_timer.   

9209   1245860     45099407 27     0.00     0.01     0.03     0     mgmte_tap         

9452   2           817      2      0.00     0.00     0.00     0     inotifywait       

10385  291003      29382668 9      0.00     0.00     0.02     0     netd              

10698  601839      29536277 20     0.00     0.04     0.01     0     licensed          

11001  457870      36825989 12     0.00     0.01     0.03     0     liin_tap          

11266  888985      1304683  681    0.00     0.04     0.01     0     oom_poll.sh       

11273  307081      30141920 10     0.00     0.01     0.03     0     licenseagentd     

sw4501#  show platform cpu packet statistics all

Executing the command on VSS member switch role = VSS Active, id = 2

Packets Dropped In Hardware By CPU Subport (txQueueNotAvail)

CPU Subport  TxQueue 0       TxQueue 1       TxQueue 2       TxQueue 3

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

           0               0               0               0               0

           1               0               0               0               0

           2               0               0               0               0

           3               0               0               0               0

           4               0               0               0               0

           5               0               0               0               0

           6               0               0               0               0

           7               0               0               0               0

Packets Dropped In Hardware By CPU Subport (txQueueNotAvail)

CPU Subport  TxQueue 4       TxQueue 5       TxQueue 6       TxQueue 7

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

           0               0               0               0               0

           1               0               0               0               0

           2               0               0               0               0

           3               0               0               0               0

           4               0               0               0               0

           5               0               0               0               0

           6               0               0               0               0

           7               0               0               0               0

RkGenericPacketMan:

Packet allocation failures: 0

Packet Buffer(SW Common) allocation failures: 0

Packet Buffer(SW ESMP) allocation failures: 0

Packet Buffer(SW EOBC) allocation failures: 0

Packet Buffer(SW SupToSup) allocation failures: 0

Packets Enqueued Overall

Total                5 sec avg 1 min avg 5 min avg 1 hour avg

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

                   0         0         0         0          0

Packets Not Enqueued Overall

Total                5 sec avg 1 min avg 5 min avg 1 hour avg

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

                   0         0         0         0          0

Packets Dropped In Processing Overall

Total                5 sec avg 1 min avg 5 min avg 1 hour avg

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

          1940527927     16037     16493     13774      13102

Packets Not Enqueued by CPU event

Event             Total                5 sec avg 1 min avg 5 min avg 1 hour avg

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

Unknown                              0         0         0         0          0

Sa Miss                              0         0         0         0          0

PVMapping Miss                       0         0         0         0          0

Nfe                                  0         0         0         0          0

CTS                                  0         0         0         0          0

MTU Check Fail                       0         0         0         0          0

ESMP                                 0         0         0         0          0

L2 Control                           0         0         0         0          0

Medianet Monitor                     0         0         0         0          0

Medianet Msp                         0         0         0         0          0

Export Fnf VSS packet                    0         0         0         0          0

Adj Same If                          0         0         0         0          0

Non Arpa                             0         0         0         0          0

Expired Ttl                          0         0         0         0          0

Ip Option                            0         0         0         0          0

Input If Fail                        0         0         0         0          0

Ucast Rpf Fail                       0         0         0         0          0

SrcIdx Check Fail                    0         0         0         0          0

Ipv6 Scope Fail                      0         0         0         0          0

L2 Bridge                            0         0         0         0          0

Rsvp                                 0         0         0         0          0

Rtp                                  0         0         0         0          0

L2 Router                            0         0         0         0          0

L3 Glean                             0         0         0         0          0

L3 Forward                           0         0         0         0          0

L3 Receive                           0         0         0         0          0

Input Acl Fwd                        0         0         0         0          0

Input ACl Copy                       0         0         0         0          0

Input Acl Punt                       0         0         0         0          0

Input Acl EPC Copy                    0         0         0         0          0

Input Acl BFD                        0         0         0         0          0

VSLP                                 0         0         0         0          0

VS Mgmt                              0         0         0         0          0

Vs Tunnel Control                    0         0         0         0          0

Vs Tunnel Data                       0         0         0         0          0

Output Acl Fwd                       0         0         0         0          0

Output Acl Copy                      0         0         0         0          0

Output Acl Punt                      0         0         0         0          0

Output Acl EPC Copy                    0         0         0         0          0

Output Acl 1ToN Port Sample                    0         0         0         0          0

Output Acl 1ToN Vlan Sample                    0         0         0         0          0

Output Acl 1To1 Sample                    0         0         0         0          0

Sw Packet w/ TxInfo                    0         0         0         0          0

Sw Packet for Bridge                    0         0         0         0          0

Sw Cpu Span                          0         0         0         0          0

Sw Not Active                        0         0         0         0          0

Packets Dropped In Processing by CPU event

Event             Total                5 sec avg 1 min avg 5 min avg 1 hour avg

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

Unknown                              0         0         0         0          0

Sa Miss                     1940521691     16037     16493     13774      13102

PVMapping Miss                       0         0         0         0          0

Nfe                                  0         0         0         0          0

CTS                                  0         0         0         0          0

MTU Check Fail                       0         0         0         0          0

ESMP                                 0         0         0         0          0

L2 Control                           0         0         0         0          0

Medianet Monitor                     0         0         0         0          0

Medianet Msp                         0         0         0         0          0

Export Fnf VSS packet                    0         0         0         0          0

Adj Same If                          0         0         0         0          0

Non Arpa                             0         0         0         0          0

Expired Ttl                          0         0         0         0          0

Ip Option                            0         0         0         0          0

Input If Fail                        0         0         0         0          0

Ucast Rpf Fail                       0         0         0         0          0

SrcIdx Check Fail                    0         0         0         0          0

Ipv6 Scope Fail                      0         0         0         0          0

L2 Bridge                            0         0         0         0          0

Rsvp                                 0         0         0         0          0

Rtp                                  0         0         0         0          0

L2 Router                            0         0         0         0          0

L3 Glean                             0         0         0         0          0

L3 Forward                           0         0         0         0          0

L3 Receive                           0         0         0         0          0

Input Acl Fwd                        0         0         0         0          0

Input ACl Copy                       0         0         0         0          0

Input Acl Punt                       0         0         0         0          0

Input Acl EPC Copy                    0         0         0         0          0

Input Acl BFD                        0         0         0         0          0

VSLP                                 0         0         0         0          0

VS Mgmt                              0         0         0         0          0

Vs Tunnel Control                 6230         0         0         0          0

Vs Tunnel Data                       0         0         0         0          0

Output Acl Fwd                       0         0         0         0          0

Output Acl Copy                      0         0         0         0          0

Output Acl Punt                      0         0         0         0          0

Output Acl EPC Copy                    0         0         0         0          0

Output Acl 1ToN Port Sample                    0         0         0         0          0

Output Acl 1ToN Vlan Sample                    0         0         0         0          0

Output Acl 1To1 Sample                    0         0         0         0          0

Sw Packet w/ TxInfo                    6         0         0         0          0

Sw Packet for Bridge                    0         0         0         0          0

Sw Cpu Span                          0         0         0         0          0

Sw Not Active                        0         0         0         0          0

Packets Not Enqueued by Priority

Priority          Total                5 sec avg 1 min avg 5 min avg 1 hour avg

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

Unknown                              0         0         0         0          0

Normal                               0         0         0         0          0

Medium                               0         0         0         0          0

High                                 0         0         0         0          0

Crucial                              0         0         0         0          0

Super Crucial                        0         0         0         0          0

Packets Dropped In Processing by Priority

Priority          Total                5 sec avg 1 min avg 5 min avg 1 hour avg

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

Unknown                            152         0         0         0          0

Normal                               0         0         0         0          0

Medium                      1940527769     16037     16493     13774      13102

High                                 0         0         0         0          0

Crucial                              6         0         0         0          0

Super Crucial                        0         0         0         0          0

Packets Not Enqueued by Reason

Reason            Total                5 sec avg 1 min avg 5 min avg 1 hour avg

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

RxQueueNotAvail                      0         0         0         0          0

RxNoBuffersAvail                     0         0         0         0          0

RxBadCpuEvent                        0         0         0         0          0

Testing                              0         0         0         0          0

Packets Dropped In Processing by Reason

Reason             Total                5 sec avg 1 min avg 5 min avg 1 hour avg

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

NoPimPhyportMap                       0         0         0         0          0

NoPimPhyport                          0         0         0         0          0

NoK5PhyportForPhyportIdInFch                    0         0         0         0          0

UnimplementedEvt                      0         0         0         0          0

InvalidEvt                            0         0         0         0          0

SrcAddrTableFilt                      0         0         0         0          0

NoL2Vlan                              0         0         0         0          0

STPDrop                               0         0         0         0          0

UnknownLyr-Bridge                     0         0         0         0          0

UnknownLyr-OutAcl                     0         0         0         0          0

L2DstDrop                             0         0         0         0          0

L2DstDropOutAcl                       0         0         0         0          0

AclNoVlan                             0         0         0         0          0

AclActionDrop                         0         0         0         0          0

AclActionRedirect                     0         0         0         0          0

AclActionUnsupptd                     0         0         0         0          0

UnknownBridgeAct                      0         0         0         0          0

NoTxInfo                              0         0         0         0          0

NoDstPorts                            0         0         0         0          0

NoFloodPorts                          0         0         0         0          0

ControlNoL2DstEnt                     0         0         0         0          0

InvalidAclAction                      0         0         0         0          0

AclInputErr                           0         0         0         0          0

OutAclEvntOnInAcl                     0         0         0         0          0

AclOutputErr                          0         0         0         0          0

ReservedPort                          0         0         0         0          0

EsmpNoTxInfo                          0         0         0         0          0

UnknownSource                         0         0         0         0          0

NoDriverTxPacketInfo                    0         0         0         0          0

NoPimPort                             0         0         0         0          0

RouteLookupFailed                     0         0         0         0          0

FragPktAllocFailed                    0         0         0         0          0

Dont Fragment Drop                    0         0         0         0          0

IpHdrException                        0         0         0         0          0

Packet already Hw brigdged                    0         0         0         0          0

SpanEvent                             0         0         0         0          0

Dot1xUnauthCtrlPkt                    0         0         0         0          0

No Sw port for ARP                    0         0         0         0          0

No Sw port for ESMP                    0         0         0         0          0

Tx Mode Drop                 1940521691     16037     16493     13774      13102

Invalid TxInfo For Replica                    0         0         0         0          0

Qos Policer Drop                      6         0         0         0          0

Bad Crc                               0         0         0         0          0

Extra packet due to RxProc hwAssisted Bridging                    0         0         0         0          0

CtrlPktInBadEtherType                    0         0         0         0          0

PortMacOperationallyDown                    0         0         0         0          0

Extra packet received on VSS-Standby                    0         0         0         0          0

TX packet received on VSS-Active                    0         0         0         0          0

Failed to create VS Tunnel packet                    0         0         0         0          0

Standalone system received VS Tunnel packet                    0         0         0         0          0

Failed to decode VS Tunnel packet                    0         0         0         0          0

Failed to duplicate packet for remote port                    0         0         0         0          0

Packet does not contain any local TxInfos                 6078         0         0         0          0

No Vsl port found                     0         0         0         0          0

Local copy of Medianet packet received on VSS-Active                    0         0         0         0          0

L2 control packet Tx for Vsl port                    0         0         0         0          0

L2 control packet Rx on Vsl port                    0         0         0         0          0

System not SSO Hot yet                    0         0         0         0          0

L2 Ctrl Packet received as SA miss                  152         0         0         0          0

L3 Ctrl Packet copied to Standby                    0         0         0         0          0

Fnf packet export failed,no PV-Vrf mapping                    0         0         0         0          0

FnfExportedGleanPkts No SVI Drop                    0         0         0         0          0

No Ebm Vlan                           0         0         0         0          0

NoPimPhyport on Standby                    0         0         0         0          0

Vsl port connected to non-vsl port                    0         0         0         0          0

Invalid Vs Mgmt Pak received                    0         0         0         0          0

Invalid EVC packet                    0         0         0         0          0

Unknown EVC packet                    0         0         0         0          0

Invalid Vlan packet                    0         0         0         0          0

Efp not present for Tx packet                    0         0         0         0          0

No space available for EVC shim hdr                    0         0         0         0          0

EVC captured packet                    0         0         0         0          0

QinQ Tag Insert Failed                    0         0         0         0          0

PortVlanMap Miss Drop                    0         0         0         0          0

PktSampEncap Fail Drop                    0         0         0         0          0

PktSampCpuBoundPkt Drop                    0         0         0         0          0

PktSampExportedGleanPkts No SVI Drop                    0         0         0         0          0

Total packet queues 64

Packets Received by Packet Queue

Queue                  Total           5 sec avg 1 min avg 5 min avg 1 hour avg

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

Unknown                              0         0         0         0          0

Esmp                                 0         0         0         0          0

Input ACL fwd(snooping)               0         0         0         0          0

Medianet Monitor                     0         0         0         0          0

L2 router to CPU, 0                  0         0         0         0          0

Vslp                          14882993         2         0         0          0

L3 Fwd                               0         0         0         0          0

Unknown                              0         0         0         0          0

Host Learning                    60940         0         0         0          0

L2 Control                     1712033         8         0         0          0

Input ACL log, unreach               0         0         0         0          0

L3 Glean                          6473         0         0         0          0

L2 router to CPU, 1                  0         0         0         0          0

Vs Mgmt                        9714500         2         0         2          1

L3 Fwd                               0         0         0         0          0

Unknown                              0         0         0         0          0

L2 bridge to CPU                     0         0         0         0          0

Ip Option                            0         0         0         0          0

Input ACL sw processing               0         0         0         0          0

L3 Receive                       27528         0         0         0          0

L2 router to CPU, 2                  0         0         0         0          0

Vs Tunnel Ctrl Pkt            19656310         0         0         0          0

L3 Fwd                               0         0         0         0          0

Unknown                              0         0         0         0          0

PV Mapping Miss                      0         0         0         0          0

Ttl Expired                      78254         0         0         0          0

Input ACL EPC Copy                   0         0         0         0          0

Rsvp                                 0         0         0         0          0

L2 router to CPU, 3                  0         0         0         0          0

Vs Tunnel Data Pkt          1913749950     15569     16162     13467      12827

L3 Fwd                               0         0         0         0          0

Unknown                              0         0         0         0          0

CTS Exception                        0         0         0         0          0

Non Arpa                             0         0         0         0          0

Output ACL fwd(snooping)               0         0         0         0          0

Medianet Msp                         0         0         0         0          0

L2 router to CPU, 4                  0         0         0         0          0

Unknown                              0         0         0         0          0

L3 Fwd                               0         0         0         0          0

Unknown                              0         0         0         0          0

InputIf Fail                         0         0         0         0          0

UcastRpfFail                         0         0         0         0          0

Output ACL log, unreach               0         0         0         0          0

Bfd                               2483         0         0         0          0

L2 router to CPU, 5                  0         0         0         0          0

Unknown                              0         0         0         0          0

L3 Fwd                               0         0         0         0          0

Unknown                              0         0         0         0          0

Ipv6 Scope Check Fail                0         0         0         0          0

SrcIndex Check Fail                  0         0         0         0          0

Output ACL sw processing               0         0         0         0          0

Unknown                              0         0         0         0          0

L2 router to CPU, 6                  0         0         0         0          0

Unknown                              0         0         0         0          0

L3 Fwd                               0         0         0         0          0

Unknown                              0         0         0         0          0

Mtu Fail                             0         0         0         0          0

Adj SameIf Fail                      0         0         0         0          0

Output ACL EPC Copy                  0         0         0         0          0

Unknown                              0         0         0         0          0

L2 router to CPU, 7            4458323        21        17        17          8

Unknown                              0         0         0         0          0

L3 Fwd                               0         0         0         0          0

Unknown                              0         0         0         0          0

Packets Dropped by Packet Queue

Queue                  Total           5 sec avg 1 min avg 5 min avg 1 hour avg

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

Unknown                              0         0         0         0          0

Esmp                                 0         0         0         0          0

Input ACL fwd(snooping)               0         0         0         0          0

Medianet Monitor                     0         0         0         0          0

L2 router to CPU, 0                  0         0         0         0          0

Vslp                                 0         0         0         0          0

L3 Fwd                               0         0         0         0          0

Unknown                              0         0         0         0          0

Host Learning                        0         0         0         0          0

L2 Control                           0         0         0         0          0

Input ACL log, unreach               0         0         0         0          0

L3 Glean                             0         0         0         0          0

L2 router to CPU, 1                  0         0         0         0          0

Vs Mgmt                              0         0         0         0          0

L3 Fwd                               0         0         0         0          0

Unknown                              0         0         0         0          0

L2 bridge to CPU                     0         0         0         0          0

Ip Option                            0         0         0         0          0

Input ACL sw processing               0         0         0         0          0

L3 Receive                           0         0         0         0          0

L2 router to CPU, 2                  0         0         0         0          0

Vs Tunnel Ctrl Pkt                   0         0         0         0          0

L3 Fwd                               0         0         0         0          0

Unknown                              0         0         0         0          0

PV Mapping Miss                      0         0         0         0          0

Ttl Expired                          0         0         0         0          0

Input ACL EPC Copy                   0         0         0         0          0

Rsvp                                 0         0         0         0          0

L2 router to CPU, 3                  0         0         0         0          0

Vs Tunnel Data Pkt              942799         0         0         0          0

L3 Fwd                               0         0         0         0          0

Unknown                              0         0         0         0          0

CTS Exception                        0         0         0         0          0

Non Arpa                             0         0         0         0          0

Output ACL fwd(snooping)               0         0         0         0          0

Medianet Msp                         0         0         0         0          0

L2 router to CPU, 4                  0         0         0         0          0

Unknown                              0         0         0         0          0

L3 Fwd                               0         0         0         0          0

Unknown                              0         0         0         0          0

InputIf Fail                         0         0         0         0          0

UcastRpfFail                         0         0         0         0          0

Output ACL log, unreach               0         0         0         0          0

Bfd                                  0         0         0         0          0

L2 router to CPU, 5                  0         0         0         0          0

Unknown                              0         0         0         0          0

L3 Fwd                               0         0         0         0          0

Unknown                              0         0         0         0          0

Ipv6 Scope Check Fail                0         0         0         0          0

SrcIndex Check Fail                  0         0         0         0          0

Output ACL sw processing               0         0         0         0          0

Unknown                              0         0         0         0          0

L2 router to CPU, 6                  0         0         0         0          0

Unknown                              0         0         0         0          0

L3 Fwd                               0         0         0         0          0

Unknown                              0         0         0         0          0

Mtu Fail                             0         0         0         0          0

Adj SameIf Fail                      0         0         0         0          0

Output ACL EPC Copy                  0         0         0         0          0

Unknown                              0         0         0         0          0

L2 router to CPU, 7                  0         0         0         0          0

Unknown                              0         0         0         0          0

L3 Fwd                               0         0         0         0          0

Unknown                              0         0         0         0          0

Packets Transmitted from CPU per Output Interface

Interface              Total           5 sec avg 1 min avg 5 min avg 1 hour avg

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

Gi1/2/1                              0         0         0         0          0

Gi1/2/2                              0         0         0         0          0

Gi1/2/3                              0         0         0         0          0

Gi1/2/4                              0         0         0         0          0

Gi1/2/5                              0         0         0         0          0

Gi1/2/6                              0         0         0         0          0

Gi1/2/7                              0         0         0         0          0

Gi1/2/8                              0         0         0         0          0

Gi1/2/9                              0         0         0         0          0

Gi1/2/10                             0         0         0         0          0

Gi1/2/11                             0         0         0         0          0

Gi1/2/12                             0         0         0         0          0

Gi1/2/13                             0         0         0         0          0

Gi1/2/14                             0         0         0         0          0

Gi1/2/15                             0         0         0         0          0

Gi1/2/16                             0         0         0         0          0

Gi1/2/17                             0         0         0         0          0

Gi1/2/18                             0         0         0         0          0

Gi1/2/19                             0         0         0         0          0

Gi1/2/20                             0         0         0         0          0

Gi1/2/21                             0         0         0         0          0

Gi1/2/22                             0         0         0         0          0

Gi1/2/23                             0         0         0         0          0

Gi1/2/24                             0         0         0         0          0

Gi1/2/25                             0         0         0         0          0

Gi1/2/26                             0         0         0         0          0

Gi1/2/27                             0         0         0         0          0

Gi1/2/28                             0         0         0         0          0

Gi1/2/29                             0         0         0         0          0

Gi1/2/30                             0         0         0         0          0

Gi1/2/31                             0         0         0         0          0

Gi1/2/32                             0         0         0         0          0

Gi1/2/33                             0         0         0         0          0

Gi1/2/34                             0         0         0         0          0

Gi1/2/35                             0         0         0         0          0

Gi1/2/36                             0         0         0         0          0

Gi1/2/37                             0         0         0         0          0

Gi1/2/38                             0         0         0         0          0

Gi1/2/39                             0         0         0         0          0

Gi1/2/40                             0         0         0         0          0

Gi1/2/41                             0         0         0         0          0

Gi1/2/42                             0         0         0         0          0

Gi1/2/43                             0         0         0         0          0

Gi1/2/44                             0         0         0         0          0

Gi1/2/45                             0         0         0         0          0

Gi1/2/46                             0         0         0         0          0

Gi1/2/47                             0         0         0         0          0

Gi1/2/48                             0         0         0         0          0

Te1/1/1                              0         0         0         0          0

Te1/1/2                              0         0         0         0          0

Te1/1/3                              0         0         0         0          0

Te1/1/4                              0         0         0         0          0

Gi2/2/1                              0         0         0         0          0

Gi2/2/2                              0         0         0         0          0

Gi2/2/3                              0         0         0         0          0

Gi2/2/4                              0         0         0         0          0

Gi2/2/5                              0         0         0         0          0

Gi2/2/6                              0         0         0         0          0

Gi2/2/7                              0         0         0         0          0

Gi2/2/8                              0         0         0         0          0

Gi2/2/9                              0         0         0         0          0

Gi2/2/10                             0         0         0         0          0

Gi2/2/11                             0         0         0         0          0

Gi2/2/12                             0         0         0         0          0

Gi2/2/13                             0         0         0         0          0

Gi2/2/14                             0         0         0         0          0

Gi2/2/15                             0         0         0         0          0

Gi2/2/16                             0         0         0         0          0

Gi2/2/17                             0         0         0         0          0

Gi2/2/18                             0         0         0         0          0

Gi2/2/19                             0         0         0         0          0

Gi2/2/20                             0         0         0         0          0

Gi2/2/21                             0         0         0         0          0

Gi2/2/22                             0         0         0         0          0

Gi2/2/23                             0         0         0         0          0

Gi2/2/24                             0         0         0         0          0

Gi2/2/25                             0         0         0         0          0

Gi2/2/26                             0         0         0         0          0

Gi2/2/27                             0         0         0         0          0

Gi2/2/28                             0         0         0         0          0

Gi2/2/29                             0         0         0         0          0

Gi2/2/30                             0         0         0         0          0

Gi2/2/31                             0         0         0         0          0

Gi2/2/32                             0         0         0         0          0

Gi2/2/33                             0         0         0         0          0

Gi2/2/34                             0         0         0         0          0

Gi2/2/35                             0         0         0         0          0

Gi2/2/36                             0         0         0         0          0

Gi2/2/37                             0         0         0         0          0

Gi2/2/38                             0         0         0         0          0

Gi2/2/39                             0         0         0         0          0

Gi2/2/40                             0         0         0         0          0

Gi2/2/41                             0         0         0         0          0

Gi2/2/42                             0         0         0         0          0

Gi2/2/43                             0         0         0         0          0

Gi2/2/44                             0         0         0         0          0

Gi2/2/45                             0         0         0         0          0

Gi2/2/46                             0         0         0         0          0

Gi2/2/47                             0         0         0         0          0

Gi2/2/48                             0         0         0         0          0

Te2/1/1                              0         0         0         0          0

Te2/1/2                              0         0         0         0          0

Te2/1/3                              0         0         0         0          0

Te2/1/4                              0         0         0         0          0

Packets Received at CPU per Input Interface

Interface              Total           5 sec avg 1 min avg 5 min avg 1 hour avg

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

Gi1/2/1                              0         0         0         0          0

Gi1/2/2                              0         0         0         0          0

Gi1/2/3                              0         0         0         0          0

Gi1/2/4                              0         0         0         0          0

Gi1/2/5                              0         0         0         0          0

Gi1/2/6                              0         0         0         0          0

Gi1/2/7                              0         0         0         0          0

Gi1/2/8                              0         0         0         0          0

Gi1/2/9                              0         0         0         0          0

Gi1/2/10                             0         0         0         0          0

Gi1/2/11                             0         0         0         0          0

Gi1/2/12                             0         0         0         0          0

Gi1/2/13                             0         0         0         0          0

Gi1/2/14                             0         0         0         0          0

Gi1/2/15                             0         0         0         0          0

Gi1/2/16                             0         0         0         0          0

Gi1/2/17                             0         0         0         0          0

Gi1/2/18                             0         0         0         0          0

Gi1/2/19                             0         0         0         0          0

Gi1/2/20                             0         0         0         0          0

Gi1/2/21                             0         0         0         0          0

Gi1/2/22                             0         0         0         0          0

Gi1/2/23                             0         0         0         0          0

Gi1/2/24                             0         0         0         0          0

Gi1/2/25                             0         0         0         0          0

Gi1/2/26                             0         0         0         0          0

Gi1/2/27                             0         0         0         0          0

Gi1/2/28                             0         0         0         0          0

Gi1/2/29                             0         0         0         0          0

Gi1/2/30                             0         0         0         0          0

Gi1/2/31                             0         0         0         0          0

Gi1/2/32                             0         0         0         0          0

Gi1/2/33                             0         0         0         0          0

Gi1/2/34                             0         0         0         0          0

Gi1/2/35                             0         0         0         0          0

Gi1/2/36                             0         0         0         0          0

Gi1/2/37                             0         0         0         0          0

Gi1/2/38                             0         0         0         0          0

Gi1/2/39                             0         0         0         0          0

Gi1/2/40                             0         0         0         0          0

Gi1/2/41                             0         0         0         0          0

Gi1/2/42                             0         0         0         0          0

Gi1/2/43                             0         0         0         0          0

Gi1/2/44                             0         0         0         0          0

Gi1/2/45                             0         0         0         0          0

Gi1/2/46                             0         0         0         0          0

Gi1/2/47                             0         0         0         0          0

Gi1/2/48                             0         0         0         0          0

Te1/1/1                              0         0         0         0          0

Te1/1/2                              0         0         0         0          0

Te1/1/3                              0         0         0         0          0

Te1/1/4                              0         0         0         0          0

Gi2/2/1                              0         0         0         0          0

Gi2/2/2                              0         0         0         0          0

Gi2/2/3                              0         0         0         0          0

Gi2/2/4                              0         0         0         0          0

Gi2/2/5                              0         0         0         0          0

Gi2/2/6                              0         0         0         0          0

Gi2/2/7                              0         0         0         0          0

Gi2/2/8                              0         0         0         0          0

Gi2/2/9                              0         0         0         0          0

Gi2/2/10                             0         0         0         0          0

Gi2/2/11                             0         0         0         0          0

Gi2/2/12                             0         0         0         0          0

Gi2/2/13                             0         0         0         0          0

Gi2/2/14                             0         0         0         0          0

Gi2/2/15                             0         0         0         0          0

Gi2/2/16                             0         0         0         0          0

Gi2/2/17                             0         0         0         0          0

Gi2/2/18                             0         0         0         0          0

Gi2/2/19                             0         0         0         0          0

Gi2/2/20                             0         0         0         0          0

Gi2/2/21                             0         0         0         0          0

Gi2/2/22                             0         0         0         0          0

Gi2/2/23                             0         0         0         0          0

Gi2/2/24                             0         0         0         0          0

Gi2/2/25                             0         0         0         0          0

Gi2/2/26                             0         0         0         0          0

Gi2/2/27                             0         0         0         0          0

Gi2/2/28                             0         0         0         0          0

Gi2/2/29                             0         0         0         0          0

Gi2/2/30                             0         0         0         0          0

Gi2/2/31                             0         0         0         0          0

Gi2/2/32                             0         0         0         0          0

Gi2/2/33                             0         0         0         0          0

Gi2/2/34                             0         0         0         0          0

Gi2/2/35                             0         0         0         0          0

Gi2/2/36                             0         0         0         0          0

Gi2/2/37                             0         0         0         0          0

Gi2/2/38                             0         0         0         0          0

Gi2/2/39                             0         0         0         0          0

Gi2/2/40                             0         0         0         0          0

Gi2/2/41                             0         0         0         0          0

Gi2/2/42                             0         0         0         0          0

Gi2/2/43                             0         0         0         0          0

Gi2/2/44                             0         0         0         0          0

Gi2/2/45                             0         0         0         0          0

Gi2/2/46                             0         0         0         0          0

Gi2/2/47                             0         0         0         0          0

Gi2/2/48                             0         0         0         0          0

Te2/1/1                              0         0         0         0          0

Te2/1/2                              0         0         0         0          0

Te2/1/3                              0         0         0         0          0

Te2/1/4                              0         0         0         0          0

Executing the command on VSS member switch role = VSS Standby, id = 1

Packets Dropped In Hardware By CPU Subport (txQueueNotAvail)

CPU Subport  TxQueue 0       TxQueue 1       TxQueue 2       TxQueue 3

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

           0               0               0               0               0

           1               0               0               0               0

           2               0               0               0               0

           3               0               0               0               0

           4               0               0               0               0

           5               0               0               0               0

           6               0               0               0               0

           7               0               0               0               0

Packets Dropped In Hardware By CPU Subport (txQueueNotAvail)

CPU Subport  TxQueue 4       TxQueue 5       TxQueue 6       TxQueue 7

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

           0               0               0               0               0

           1               0               0               0               0

           2               0               0               0               0

           3               0               0               0               0

           4               0               0               0               0

           5               0               0               0               0

           6               0               0               0               0

           7               0               0               0               0

RkGenericPacketMan:

Packet allocation failures: 0

Packet Buffer(SW Common) allocation failures: 0

Packet Buffer(SW ESMP) allocation failures: 0

Packet Buffer(SW EOBC) allocation failures: 0

Packet Buffer(SW SupToSup) allocation failures: 0

Packets Enqueued Overall

Total                5 sec avg 1 min avg 5 min avg 1 hour avg

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

                   0         0         0         0          0

Packets Not Enqueued Overall

Total                5 sec avg 1 min avg 5 min avg 1 hour avg

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

                   0         0         0         0          0

Packets Dropped In Processing Overall

Total                5 sec avg 1 min avg 5 min avg 1 hour avg

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

              347971         1         0         0          0

Packets Not Enqueued by CPU event

Event             Total                5 sec avg 1 min avg 5 min avg 1 hour avg

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

Unknown                              0         0         0         0          0

Sa Miss                              0         0         0         0          0

PVMapping Miss                       0         0         0         0          0

Nfe                                  0         0         0         0          0

CTS                                  0         0         0         0          0

MTU Check Fail                       0         0         0         0          0

ESMP                                 0         0         0         0          0

L2 Control                           0         0         0         0          0

Medianet Monitor                     0         0         0         0          0

Medianet Msp                         0         0         0         0          0

Export Fnf VSS packet                    0         0         0         0          0

Adj Same If                          0         0         0         0          0

Non Arpa                             0         0         0         0          0

Expired Ttl                          0         0         0         0          0

Ip Option                            0         0         0         0          0

Input If Fail                        0         0         0         0          0

Ucast Rpf Fail                       0         0         0         0          0

SrcIdx Check Fail                    0         0         0         0          0

Ipv6 Scope Fail                      0         0         0         0          0

L2 Bridge                            0         0         0         0          0

Rsvp                                 0         0         0         0          0

Rtp                                  0         0         0         0          0

L2 Router                            0         0         0         0          0

L3 Glean                             0         0         0         0          0

L3 Forward                           0         0         0         0          0

L3 Receive                           0         0         0         0          0

Input Acl Fwd                        0         0         0         0          0

Input ACl Copy                       0         0         0         0          0

Input Acl Punt                       0         0         0         0          0

Input Acl EPC Copy                    0         0         0         0          0

Input Acl BFD                        0         0         0         0          0

VSLP                                 0         0         0         0          0

VS Mgmt                              0         0         0         0          0

Vs Tunnel Control                    0         0         0         0          0

Vs Tunnel Data                       0         0         0         0          0

Output Acl Fwd                       0         0         0         0          0

Output Acl Copy                      0         0         0         0          0

Output Acl Punt                      0         0         0         0          0

Output Acl EPC Copy                    0         0         0         0          0

Output Acl 1ToN Port Sample                    0         0         0         0          0

Output Acl 1ToN Vlan Sample                    0         0         0         0          0

Output Acl 1To1 Sample                    0         0         0         0          0

Sw Packet w/ TxInfo                    0         0         0         0          0

Sw Packet for Bridge                    0         0         0         0          0

Sw Cpu Span                          0         0         0         0          0

Sw Not Active                        0         0         0         0          0

Packets Dropped In Processing by CPU event

Event             Total                5 sec avg 1 min avg 5 min avg 1 hour avg

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

Unknown                              0         0         0         0          0

Sa Miss                              0         0         0         0          0

PVMapping Miss                       0         0         0         0          0

Nfe                                  0         0         0         0          0

CTS                                  0         0         0         0          0

MTU Check Fail                       0         0         0         0          0

ESMP                                 0         0         0         0          0

L2 Control                           0         0         0         0          0

Medianet Monitor                     0         0         0         0          0

Medianet Msp                         0         0         0         0          0

Export Fnf VSS packet                    0         0         0         0          0

Adj Same If                          0         0         0         0          0

Non Arpa                             0         0         0         0          0

Expired Ttl                          0         0         0         0          0

Ip Option                            0         0         0         0          0

Input If Fail                        0         0         0         0          0

Ucast Rpf Fail                       0         0         0         0          0

SrcIdx Check Fail                    0         0         0         0          0

Ipv6 Scope Fail                      0         0         0         0          0

L2 Bridge                            0         0         0         0          0

Rsvp                                 0         0         0         0          0

Rtp                                  0         0         0         0          0

L2 Router                            0         0         0         0          0

L3 Glean                             0         0         0         0          0

L3 Forward                           0         0         0         0          0

L3 Receive                           0         0         0         0          0

Input Acl Fwd                        0         0         0         0          0

Input ACl Copy                       0         0         0         0          0

Input Acl Punt                       0         0         0         0          0

Input Acl EPC Copy                    0         0         0         0          0

Input Acl BFD                        0         0         0         0          0

VSLP                                 0         0         0         0          0

VS Mgmt                              0         0         0         0          0

Vs Tunnel Control               347971         1         0         0          0

Vs Tunnel Data                       0         0         0         0          0

Output Acl Fwd                       0         0         0         0          0

Output Acl Copy                      0         0         0         0          0

Output Acl Punt                      0         0         0         0          0

Output Acl EPC Copy                    0         0         0         0          0

Output Acl 1ToN Port Sample                    0         0         0         0          0

Output Acl 1ToN Vlan Sample                    0         0         0         0          0

Output Acl 1To1 Sample                    0         0         0         0          0

Sw Packet w/ TxInfo                    0         0         0         0          0

Sw Packet for Bridge                    0         0         0         0          0

Sw Cpu Span                          0         0         0         0          0

Sw Not Active                        0         0         0         0          0

Packets Not Enqueued by Priority

Priority          Total                5 sec avg 1 min avg 5 min avg 1 hour avg

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

Unknown                              0         0         0         0          0

Normal                               0         0         0         0          0

Medium                               0         0         0         0          0

High                                 0         0         0         0          0

Crucial                              0         0         0         0          0

Super Crucial                        0         0         0         0          0

Packets Dropped In Processing by Priority

Priority          Total                5 sec avg 1 min avg 5 min avg 1 hour avg

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

Unknown                         347971         1         0         0          0

Normal                               0         0         0         0          0

Medium                               0         0         0         0          0

High                                 0         0         0         0          0

Crucial                              0         0         0         0          0

Super Crucial                        0         0         0         0          0

Packets Not Enqueued by Reason

Reason            Total                5 sec avg 1 min avg 5 min avg 1 hour avg

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

RxQueueNotAvail                      0         0         0         0          0

RxNoBuffersAvail                     0         0         0         0          0

RxBadCpuEvent                        0         0         0         0          0

Testing                              0         0         0         0          0

Packets Dropped In Processing by Reason

Reason             Total                5 sec avg 1 min avg 5 min avg 1 hour avg

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

NoPimPhyportMap                       0         0         0         0          0

NoPimPhyport                          0         0         0         0          0

NoK5PhyportForPhyportIdInFch                    0         0         0         0          0

UnimplementedEvt                      0         0         0         0          0

InvalidEvt                            0         0         0         0          0

SrcAddrTableFilt                      0         0         0         0          0

NoL2Vlan                              0         0         0         0          0

STPDrop                               0         0         0         0          0

UnknownLyr-Bridge                     0         0         0         0          0

UnknownLyr-OutAcl                     0         0         0         0          0

L2DstDrop                             0         0         0         0          0

L2DstDropOutAcl                       0         0         0         0          0

AclNoVlan                             0         0         0         0          0

AclActionDrop                         0         0         0         0          0

AclActionRedirect                     0         0         0         0          0

AclActionUnsupptd                     0         0         0         0          0

UnknownBridgeAct                      0         0         0         0          0

NoTxInfo                              0         0         0         0          0

NoDstPorts                            0         0         0         0          0

NoFloodPorts                          0         0         0         0          0

ControlNoL2DstEnt                     0         0         0         0          0

InvalidAclAction                      0         0         0         0          0

AclInputErr                           0         0         0         0          0

OutAclEvntOnInAcl                     0         0         0         0          0

AclOutputErr                          0         0         0         0          0

ReservedPort                          0         0         0         0          0

EsmpNoTxInfo                          0         0         0         0          0

UnknownSource                         0         0         0         0          0

NoDriverTxPacketInfo                    0         0         0         0          0

NoPimPort                             0         0         0         0          0

RouteLookupFailed                     0         0         0         0          0

FragPktAllocFailed                    0         0         0         0          0

Dont Fragment Drop                    0         0         0         0          0

IpHdrException                        0         0         0         0          0

Packet already Hw brigdged                    0         0         0         0          0

SpanEvent                             0         0         0         0          0

Dot1xUnauthCtrlPkt                    0         0         0         0          0

No Sw port for ARP                    0         0         0         0          0

No Sw port for ESMP                    0         0         0         0          0

Tx Mode Drop                          0         0         0         0          0

Invalid TxInfo For Replica                    0         0         0         0          0

Qos Policer Drop                      0         0         0         0          0

Bad Crc                               0         0         0         0          0

Extra packet due to RxProc hwAssisted Bridging                    0         0         0         0          0

CtrlPktInBadEtherType                    0         0         0         0          0

PortMacOperationallyDown                    0         0         0         0          0

Extra packet received on VSS-Standby                    0         0         0         0          0

TX packet received on VSS-Active                    0         0         0         0          0

Failed to create VS Tunnel packet                    0         0         0         0          0

Standalone system received VS Tunnel packet                    0         0         0         0          0

Failed to decode VS Tunnel packet                    0         0         0         0          0

Failed to duplicate packet for remote port                    0         0         0         0          0

Packet does not contain any local TxInfos                    0         0         0         0          0

No Vsl port found                     0         0         0         0          0

Local copy of Medianet packet received on VSS-Active                    0         0         0         0          0

L2 control packet Tx for Vsl port                    0         0         0         0          0

L2 control packet Rx on Vsl port                    0         0         0         0          0

System not SSO Hot yet                 1311         0         0         0          0

L2 Ctrl Packet received as SA miss               346660         1         0         0          0

L3 Ctrl Packet copied to Standby                    0         0         0         0          0

Fnf packet export failed,no PV-Vrf mapping                    0         0         0         0          0

FnfExportedGleanPkts No SVI Drop                    0         0         0         0          0

No Ebm Vlan                           0         0         0         0          0

NoPimPhyport on Standby                    0         0         0         0          0

Vsl port connected to non-vsl port                    0         0         0         0          0

Invalid Vs Mgmt Pak received                    0         0         0         0          0

Invalid EVC packet                    0         0         0         0          0

Unknown EVC packet                    0         0         0         0          0

Invalid Vlan packet                    0         0         0         0          0

Efp not present for Tx packet                    0         0         0         0          0

No space available for EVC shim hdr                    0         0         0         0          0

EVC captured packet                    0         0         0         0          0

QinQ Tag Insert Failed                    0         0         0         0          0

PortVlanMap Miss Drop                    0         0         0         0          0

PktSampEncap Fail Drop                    0         0         0         0          0

PktSampCpuBoundPkt Drop                    0         0         0         0          0

PktSampExportedGleanPkts No SVI Drop                    0         0         0         0          0

Total packet queues 64

Packets Received by Packet Queue

Queue                  Total           5 sec avg 1 min avg 5 min avg 1 hour avg

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

Unknown                              0         0         0         0          0

Esmp                                 0         0         0         0          0

Input ACL fwd(snooping)               0         0         0         0          0

Medianet Monitor                     0         0         0         0          0

L2 router to CPU, 0                  0         0         0         0          0

Vslp                            466220         2         0         0          0

L3 Fwd                               0         0         0         0          0

Unknown                              0         0         0         0          0

Host Learning               1931972987     16934     16744     13623      13034

L2 Control                          16         0         0         0          0

Input ACL log, unreach               0         0         0         0          0

L3 Glean                             0         0         0         0          0

L2 router to CPU, 1                  0         0         0         0          0

Vs Mgmt                         334850         1         0         1          1

L3 Fwd                               0         0         0         0          0

Unknown                              0         0         0         0          0

L2 bridge to CPU                     0         0         0         0          0

Ip Option                            9         0         0         0          0

Input ACL sw processing               0         0         0         0          0

L3 Receive                           0         0         0         0          0

L2 router to CPU, 2                  0         0         0         0          0

Vs Tunnel Ctrl Pkt             1484611         7         1         0          0

L3 Fwd                               0         0         0         0          0

Unknown                              0         0         0         0          0

PV Mapping Miss                      0         0         0         0          0

Ttl Expired                       6047         0         0         0          0

Input ACL EPC Copy                   0         0         0         0          0

Rsvp                                 0         0         0         0          0

L2 router to CPU, 3                  0         0         0         0          0

Vs Tunnel Data Pkt               77834         0         0         0          0

L3 Fwd                               0         0         0         0          0

Unknown                              0         0         0         0          0

CTS Exception                        0         0         0         0          0

Non Arpa                             0         0         0         0          0

Output ACL fwd(snooping)               0         0         0         0          0

Medianet Msp                         0         0         0         0          0

L2 router to CPU, 4                  0         0         0         0          0

Unknown                              0         0         0         0          0

L3 Fwd                               0         0         0         0          0

Unknown                              0         0         0         0          0

InputIf Fail                         0         0         0         0          0

UcastRpfFail                         0         0         0         0          0

Output ACL log, unreach               0         0         0         0          0

Bfd                               1490         0         0         0          0

L2 router to CPU, 5                  0         0         0         0          0

Unknown                              0         0         0         0          0

L3 Fwd                               0         0         0         0          0

Unknown                              0         0         0         0          0

Ipv6 Scope Check Fail                0         0         0         0          0

SrcIndex Check Fail                  0         0         0         0          0

Output ACL sw processing               0         0         0         0          0

Unknown                              0         0         0         0          0

L2 router to CPU, 6                  0         0         0         0          0

Unknown                              0         0         0         0          0

L3 Fwd                               0         0         0         0          0

Unknown                              0         0         0         0          0

Mtu Fail                             0         0         0         0          0

Adj SameIf Fail                      0         0         0         0          0

Output ACL EPC Copy                  0         0         0         0          0

Unknown                              0         0         0         0          0

L2 router to CPU, 7                239         0         0         0          0

Unknown                              0         0         0         0          0

L3 Fwd                               0         0         0         0          0

Unknown                              0         0         0         0          0

Packets Dropped by Packet Queue

Queue                  Total           5 sec avg 1 min avg 5 min avg 1 hour avg

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

Unknown                              0         0         0         0          0

Esmp                                 0         0         0         0          0

Input ACL fwd(snooping)               0         0         0         0          0

Medianet Monitor                     0         0         0         0          0

L2 router to CPU, 0                  0         0         0         0          0

Vslp                                 0         0         0         0          0

L3 Fwd                               0         0         0         0          0

Unknown                              0         0         0         0          0

Host Learning                 13528758         0         0         0          3

L2 Control                           0         0         0         0          0

Input ACL log, unreach               0         0         0         0          0

L3 Glean                             0         0         0         0          0

L2 router to CPU, 1                  0         0         0         0          0

Vs Mgmt                              0         0         0         0          0

L3 Fwd                               0         0         0         0          0

Unknown                              0         0         0         0          0

L2 bridge to CPU                     0         0         0         0          0

Ip Option                            0         0         0         0          0

Input ACL sw processing               0         0         0         0          0

L3 Receive                           0         0         0         0          0

L2 router to CPU, 2                  0         0         0         0          0

Vs Tunnel Ctrl Pkt                   0         0         0         0          0

L3 Fwd                               0         0         0         0          0

Unknown                              0         0         0         0          0

PV Mapping Miss                      0         0         0         0          0

Ttl Expired                          0         0         0         0          0

Input ACL EPC Copy                   0         0         0         0          0

Rsvp                                 0         0         0         0          0

L2 router to CPU, 3                  0         0         0         0          0

Vs Tunnel Data Pkt                   0         0         0         0          0

L3 Fwd                               0         0         0         0          0

Unknown                              0         0         0         0          0

CTS Exception                        0         0         0         0          0

Non Arpa                             0         0         0         0          0

Output ACL fwd(snooping)               0         0         0         0          0

Medianet Msp                         0         0         0         0          0

L2 router to CPU, 4                  0         0         0         0          0

Unknown                              0         0         0         0          0

L3 Fwd                               0         0         0         0          0

Unknown                              0         0         0         0          0

InputIf Fail                         0         0         0         0          0

UcastRpfFail                         0         0         0         0          0

Output ACL log, unreach               0         0         0         0          0

Bfd                                  0         0         0         0          0

L2 router to CPU, 5                  0         0         0         0          0

Unknown                              0         0         0         0          0

L3 Fwd                               0         0         0         0          0

Unknown                              0         0         0         0          0

Ipv6 Scope Check Fail                0         0         0         0          0

SrcIndex Check Fail                  0         0         0         0          0

Output ACL sw processing               0         0         0         0          0

Unknown                              0         0         0         0          0

L2 router to CPU, 6                  0         0         0         0          0

Unknown                              0         0         0         0          0

L3 Fwd                               0         0         0         0          0

Unknown                              0         0         0         0          0

Mtu Fail                             0         0         0         0          0

Adj SameIf Fail                      0         0         0         0          0

Output ACL EPC Copy                  0         0         0         0          0

Unknown                              0         0         0         0          0

L2 router to CPU, 7                  0         0         0         0          0

Unknown                              0         0         0         0          0

L3 Fwd                               0         0         0         0          0

Unknown                              0         0         0         0          0

Packets Transmitted from CPU per Output Interface

Interface              Total           5 sec avg 1 min avg 5 min avg 1 hour avg

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

Gi1/2/1                              0         0         0         0          0

Gi1/2/2                              0         0         0         0          0

Gi1/2/3                              0         0         0         0          0

Gi1/2/4                              0         0         0         0          0

Gi1/2/5                              0         0         0         0          0

Gi1/2/6                              0         0         0         0          0

Gi1/2/7                              0         0         0         0          0

Gi1/2/8                              0         0         0         0          0

Gi1/2/9                              0         0         0         0          0

Gi1/2/10                             0         0         0         0          0

Gi1/2/11                             0         0         0         0          0

Gi1/2/12                             0         0         0         0          0

Gi1/2/13                             0         0         0         0          0

Gi1/2/14                             0         0         0         0          0

Gi1/2/15                             0         0         0         0          0

Gi1/2/16                             0         0         0         0          0

Gi1/2/17                             0         0         0         0          0

Gi1/2/18                             0         0         0         0          0

Gi1/2/19                             0         0         0         0          0

Gi1/2/20                             0         0         0         0          0

Gi1/2/21                             0         0         0         0          0

Gi1/2/22                             0         0         0         0          0

Gi1/2/23                             0         0         0         0          0

Gi1/2/24                             0         0         0         0          0

Gi1/2/25                             0         0         0         0          0

Gi1/2/26                             0         0         0         0          0

Gi1/2/27                             0         0         0         0          0

Gi1/2/28                             0         0         0         0          0

Gi1/2/29                             0         0         0         0          0

Gi1/2/30                             0         0         0         0          0

Gi1/2/31                             0         0         0         0          0

Gi1/2/32                             0         0         0         0          0

Gi1/2/33                             0         0         0         0          0

Gi1/2/34                             0         0         0         0          0

Gi1/2/35                             0         0         0         0          0

Gi1/2/36                             0         0         0         0          0

Gi1/2/37                             0         0         0         0          0

Gi1/2/38                             0         0         0         0          0

Gi1/2/39                             0         0         0         0          0

Gi1/2/40                             0         0         0         0          0

Gi1/2/41                             0         0         0         0          0

Gi1/2/42                             0         0         0         0          0

Gi1/2/43                             0         0         0         0          0

Gi1/2/44                             0         0         0         0          0

Gi1/2/45                             0         0         0         0          0

Gi1/2/46                             0         0         0         0          0

Gi1/2/47                             0         0         0         0          0

Gi1/2/48                             0         0         0         0          0

Te1/1/1                              0         0         0         0          0

Te1/1/2                              0         0         0         0          0

Te1/1/3                              0         0         0         0          0

Te1/1/4                              0         0         0         0          0

Gi2/2/1                              0         0         0         0          0

Gi2/2/2                              0         0         0         0          0

Gi2/2/3                              0         0         0         0          0

Gi2/2/4                              0         0         0         0          0

Gi2/2/5                              0         0         0         0          0

Gi2/2/6                              0         0         0         0          0

Gi2/2/7                              0         0         0         0          0

Gi2/2/8                              0         0         0         0          0

Gi2/2/9                              0         0         0         0          0

Gi2/2/10                             0         0         0         0          0

Gi2/2/11                             0         0         0         0          0

Gi2/2/12                             0         0         0         0          0

Gi2/2/13                             0         0         0         0          0

Gi2/2/14                             0         0         0         0          0

Gi2/2/15                             0         0         0         0          0

Gi2/2/16                             0         0         0         0          0

Gi2/2/17                             0         0         0         0          0

Gi2/2/18                             0         0         0         0          0

Gi2/2/19                             0         0         0         0          0

Gi2/2/20                             0         0         0         0          0

Gi2/2/21                             0         0         0         0          0

Gi2/2/22                             0         0         0         0          0

Gi2/2/23                             0         0         0         0          0

Gi2/2/24                             0         0         0         0          0

Gi2/2/25                             0         0         0         0          0

Gi2/2/26                             0         0         0         0          0

Gi2/2/27                             0         0         0         0          0

Gi2/2/28                             0         0         0         0          0

Gi2/2/29                             0         0         0         0          0

Gi2/2/30                             0         0         0         0          0

Gi2/2/31                             0         0         0         0          0

Gi2/2/32                             0         0         0         0          0

Gi2/2/33                             0         0         0         0          0

Gi2/2/34                             0         0         0         0          0

Gi2/2/35                             0         0         0         0          0

Gi2/2/36                             0         0         0         0          0

Gi2/2/37                             0         0         0         0          0

Gi2/2/38                             0         0         0         0          0

Gi2/2/39                             0         0         0         0          0

Gi2/2/40                             0         0         0         0          0

Gi2/2/41                             0         0         0         0          0

Gi2/2/42                             0         0         0         0          0

Gi2/2/43                             0         0         0         0          0

Gi2/2/44                             0         0         0         0          0

Gi2/2/45                             0         0         0         0          0

Gi2/2/46                             0         0         0         0          0

Gi2/2/47                             0         0         0         0          0

Gi2/2/48                             0         0         0         0          0

Te2/1/1                              0         0         0         0          0

Te2/1/2                              0         0         0         0          0

Te2/1/3                              0         0         0         0          0

Te2/1/4                              0         0         0         0          0

Packets Received at CPU per Input Interface

Interface              Total           5 sec avg 1 min avg 5 min avg 1 hour avg

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

Gi1/2/1                              0         0         0         0          0

Gi1/2/2                              0         0         0         0          0

Gi1/2/3                              0         0         0         0          0

Gi1/2/4                              0         0         0         0          0

Gi1/2/5                              0         0         0         0          0

Gi1/2/6                              0         0         0         0          0

Gi1/2/7                              0         0         0         0          0

Gi1/2/8                              0         0         0         0          0

Gi1/2/9                              0         0         0         0          0

Gi1/2/10                             0         0         0         0          0

Gi1/2/11                             0         0         0         0          0

Gi1/2/12                             0         0         0         0          0

Gi1/2/13                             0         0         0         0          0

Gi1/2/14                             0         0         0         0          0

Gi1/2/15                             0         0         0         0          0

Gi1/2/16                             0         0         0         0          0

Gi1/2/17                             0         0         0         0          0

Gi1/2/18                             0         0         0         0          0

Gi1/2/19                             0         0         0         0          0

Gi1/2/20                             0         0         0         0          0

Gi1/2/21                             0         0         0         0          0

Gi1/2/22                             0         0         0         0          0

Gi1/2/23                             0         0         0         0          0

Gi1/2/24                             0         0         0         0          0

Gi1/2/25                             0         0         0         0          0

Gi1/2/26                             0         0         0         0          0

Gi1/2/27                             0         0         0         0          0

Gi1/2/28                             0         0         0         0          0

Gi1/2/29                             0         0         0         0          0

Gi1/2/30                             0         0         0         0          0

Gi1/2/31                             0         0         0         0          0

Gi1/2/32                             0         0         0         0          0

Gi1/2/33                             0         0         0         0          0

Gi1/2/34                             0         0         0         0          0

Gi1/2/35                             0         0         0         0          0

Gi1/2/36                             0         0         0         0          0

Gi1/2/37                             0         0         0         0          0

Gi1/2/38                             0         0         0         0          0

Gi1/2/39                             0         0         0         0          0

Gi1/2/40                             0         0         0         0          0

Gi1/2/41                             0         0         0         0          0

Gi1/2/42                             0         0         0         0          0

Gi1/2/43                             0         0         0         0          0

Gi1/2/44                             0         0         0         0          0

Gi1/2/45                             0         0         0         0          0

Gi1/2/46                             0         0         0         0          0

Gi1/2/47                             0         0         0         0          0

Gi1/2/48                             0         0         0         0          0

Te1/1/1                              0         0         0         0          0

Te1/1/2                              0         0         0         0          0

Te1/1/3                              0         0         0         0          0

Te1/1/4                              0         0         0         0          0

Gi2/2/1                              0         0         0         0          0

Gi2/2/2                              0         0         0         0          0

Gi2/2/3                              0         0         0         0          0

Gi2/2/4                              0         0         0         0          0

Gi2/2/5                              0         0         0         0          0

Gi2/2/6                              0         0         0         0          0

Gi2/2/7                              0         0         0         0          0

Gi2/2/8                              0         0         0         0          0

Gi2/2/9                              0         0         0         0          0

Gi2/2/10                             0         0         0         0          0

Gi2/2/11                             0         0         0         0          0

Gi2/2/12                             0         0         0         0          0

Gi2/2/13                             0         0         0         0          0

Gi2/2/14                             0         0         0         0          0

Gi2/2/15                             0         0         0         0          0

Gi2/2/16                             0         0         0         0          0

Gi2/2/17                             0         0         0         0          0

Gi2/2/18                             0         0         0         0          0

Gi2/2/19                             0         0         0         0          0

Gi2/2/20                             0         0         0         0          0

Gi2/2/21                             0         0         0         0          0

Gi2/2/22                             0         0         0         0          0

Gi2/2/23                             0         0         0         0          0

Gi2/2/24                             0         0         0         0          0

Gi2/2/25                             0         0         0         0          0

Gi2/2/26                             0         0         0         0          0

Gi2/2/27                             0         0         0         0          0

Gi2/2/28                             0         0         0         0          0

Gi2/2/29                             0         0         0         0          0

Gi2/2/30                             0         0         0         0          0

Gi2/2/31                             0         0         0         0          0

Gi2/2/32                             0         0         0         0          0

Gi2/2/33                             0         0         0         0          0

Gi2/2/34                             0         0         0         0          0

Gi2/2/35                             0         0         0         0          0

Gi2/2/36                             0         0         0         0          0

Gi2/2/37                             0         0         0         0          0

Gi2/2/38                             0         0         0         0          0

Gi2/2/39                             0         0         0         0          0

Gi2/2/40                             0         0         0         0          0

Gi2/2/41                             0         0         0         0          0

Gi2/2/42                             0         0         0         0          0

Gi2/2/43                             0         0         0         0          0

Gi2/2/44                             0         0         0         0          0

Gi2/2/45                             0         0         0         0          0

Gi2/2/46                             0         0         0         0          0

Gi2/2/47                             0         0         0         0          0

Gi2/2/48                             0         0         0         0          0

Te2/1/1                              0         0         0         0          0

Te2/1/2                              0         0         0         0          0

Te2/1/3                              0         0         0         0          0

Te2/1/4                              0         0         0         0          0

sw4501#  show platform cpu packet statistics

Executing the command on VSS member switch role = VSS Active, id = 2

RkGenericPacketMan:

Packet allocation failures: 0

Packet Buffer(SW Common) allocation failures: 0

Packet Buffer(SW ESMP) allocation failures: 0

Packet Buffer(SW EOBC) allocation failures: 0

Packet Buffer(SW SupToSup) allocation failures: 0

Packets Dropped In Processing Overall

Total                5 sec avg 1 min avg 5 min avg 1 hour avg

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

          1940650236     16882     16562     13774      13102

Packets Dropped In Processing by CPU event

Event             Total                5 sec avg 1 min avg 5 min avg 1 hour avg

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

Sa Miss                     1940644000     16882     16562     13774      13102

Vs Tunnel Control                 6230         0         0         0          0

Sw Packet w/ TxInfo                    6         0         0         0          0

Packets Dropped In Processing by Priority

Priority          Total                5 sec avg 1 min avg 5 min avg 1 hour avg

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

Unknown                            152         0         0         0          0

Medium                      1940650078     16882     16562     13774      13102

Crucial                              6         0         0         0          0

Packets Dropped In Processing by Reason

Reason             Total                5 sec avg 1 min avg 5 min avg 1 hour avg

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

Tx Mode Drop                 1940644000     16882     16562     13774      13102

Qos Policer Drop                      6         0         0         0          0

Packet does not contain any local TxInfos                 6078         0         0         0          0

L2 Ctrl Packet received as SA miss                  152         0         0         0          0

Total packet queues 64

Packets Received by Packet Queue

Queue                  Total           5 sec avg 1 min avg 5 min avg 1 hour avg

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

Vslp                          14883013         2         0         0          0

Host Learning                    60940         0         0         0          0

L2 Control                     1712104        10         0         0          0

L3 Glean                          6473         0         0         0          0

Vs Mgmt                        9714585         3         0         2          1

L3 Receive                       27528         0         0         0          0

Vs Tunnel Ctrl Pkt            19656310         0         0         0          0

Ttl Expired                      78254         0         0         0          0

Vs Tunnel Data Pkt          1913873410     16712     16257     13467      12827

Bfd                               2483         0         0         0          0

L2 router to CPU, 7            4458483        23        17        17          8

Packets Dropped by Packet Queue

Queue                  Total           5 sec avg 1 min avg 5 min avg 1 hour avg

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

Vs Tunnel Data Pkt              942799         0         0         0          0

Executing the command on VSS member switch role = VSS Standby, id = 1

RkGenericPacketMan:

Packet allocation failures: 0

Packet Buffer(SW Common) allocation failures: 0

Packet Buffer(SW ESMP) allocation failures: 0

Packet Buffer(SW EOBC) allocation failures: 0

Packet Buffer(SW SupToSup) allocation failures: 0

Packets Dropped In Processing Overall

Total                5 sec avg 1 min avg 5 min avg 1 hour avg

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

              347981         1         0         0          0

Packets Dropped In Processing by CPU event

Event             Total                5 sec avg 1 min avg 5 min avg 1 hour avg

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

Vs Tunnel Control               347981         1         0         0          0

Packets Dropped In Processing by Priority

Priority          Total                5 sec avg 1 min avg 5 min avg 1 hour avg

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

Unknown                         347981         1         0         0          0

Packets Dropped In Processing by Reason

Reason             Total                5 sec avg 1 min avg 5 min avg 1 hour avg

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

System not SSO Hot yet                 1311         0         0         0          0

L2 Ctrl Packet received as SA miss               346670         1         0         0          0

Total packet queues 64

Packets Received by Packet Queue

Queue                  Total           5 sec avg 1 min avg 5 min avg 1 hour avg

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

Vslp                            466234         2         0         0          0

Host Learning               1932063040     15089     16547     13623      13034

L2 Control                          16         0         0         0          0

Vs Mgmt                         334883         3         0         1          1

Ip Option                            9         0         0         0          0

Vs Tunnel Ctrl Pkt             1484657         7         1         0          0

Ttl Expired                       6047         0         0         0          0

Vs Tunnel Data Pkt               77838         0         0         0          0

Bfd                               1490         0         0         0          0

L2 router to CPU, 7                239         0         0         0          0

Packets Dropped by Packet Queue

Queue                  Total           5 sec avg 1 min avg 5 min avg 1 hour avg

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

Host Learning                 13528758         0         0         0          3

sw4501#Show platform health | ex 0.00

Executing the command on VSS member switch role = VSS Active, id = 2

                     %CPU   %CPU    RunTimeMax   Priority  Average %CPU  Total

                     Target Actual Target Actual   Fg   Bg 5Sec Min Hour  CPU

RkiosObflMan           0.50   0.01      4     26  100  500    0   0    0  5:26

VSI slot-01            6.00   0.65      6     84  100  500    1   0    0  754:45

VSI backplane          6.00   0.01      6      3  100  500    0   0    0  27:53

VSI slot-02            6.00   5.43      6     75  100  500    5   4    3  3244:57

GalChassisVp           3.00   0.10     20    104  100  500    0   0    0  110:18

Lj-poll                1.00   0.01      2      4  100  500    0   0    0  27:00

StatValueMan Update    1.00   0.02      1     48  100  500    0   0    0  74:59

GalK5TatooineStatsMa   0.70   0.02      4      5  100  500    0   0    0  39:43

K5L3AdjStatsMan Revi   2.00   0.04     10     50  100  500    0   0    0  173:50

K5FlcHitMan review     2.00   0.02      5     33  100  500    0   0    0  266:11

K5PortMan Regular Re   2.00   0.26     15     94  100  500    0   0    0  294:52

K5PortMan Ondemand L   6.00   0.35     30     53  100  500    0   0    0  325:10

K5 L2 Aging Table Re   2.00   0.32     20     95  100  500    0   0    0  216:15

K5RetStatsMan Review   2.00   0.01      5     55  100  500    0   0    0  234:19

K5ForerunnerPacketMa   2.00   0.12      4     56  100  500    0   0    0  139:50

K5ForerunnerPacketMa   2.00   0.27      4     89  100  500    0   0    0  259:37

K5QosDhmMan Rate DBL   2.00   0.33      7     97  100  500    0   0    0  329:47

K5VlanStatsReview      2.00   1.18     10    121  100  500    1   1    0  1342:56

K5AclCamStatsMan hw    3.00   0.07     10     68  100  500    0   0    0  318:27

RkGenericL3Wccp IrmW   2.00   0.01     10      3  100  500    0   0    0  5:21

RkiosPortMan Port Re   2.00   0.27     12     49  100  500    0   0    0  197:27

Rkios Module State R   4.00   0.03     40     40  100  500    0   0    0  31:06

Rkios Online Diag Re   4.00   0.03     40     46  100  500    0   0    0  28:51

RkNovaL3Fib L3If Rev   2.00   0.02     10     24  100  500    0   0    0  28:59

PDS Rx Review          2.00   0.02     10     71  100  500    0   0    0  76:29

GalGlmLinecardVp(1)    5.00   0.29     20     99  100  500    0   0    0  276:04

Temperature monitor    0.40   0.01      4     53  100  500    0   0    0  17:23

GalGlmPollerMan        3.00   0.01     20      8  100  500    0   0    0  27:31

ResetDetect 1          0.40   0.01      4    119  100  500    0   0    0  16:25

Xgstub Stats Review    0.50   0.15      5     40  100  500    0   0    0  121:31

Stub CTS Periodic Re   0.80   0.05      8     42  100  500    0   0    0  64:53

Stub CTS PeriodicSta   0.80   0.09      8     68  100  500    0   0    0  127:04

Stub CTS Periodic Re   0.80   0.04      8     55  100  500    0   0    0  66:14

Stub CTS PeriodicSta   0.80   0.07      8     61  100  500    0   0    0  126:32

EpmPortGroup(10:N) s   0.50   0.03      2     48  100  500    0   0    0  59:49

GalGlmLinecardVp(2)    5.00   0.30     20    136  100  500    0   0    0  282:14

Temperature monitor    0.40   0.03      4     68  100  500    0   0    0  16:27

GalGlmPollerMan        3.00   0.01     20      3  100  500    0   0    0  27:21

Xgstub Stats Review    0.50   0.16      5    101  100  500    0   0    0  179:17

Stub CTS Periodic Re   0.80   0.07      8     19  100  500    0   0    0  100:31

Stub CTS PeriodicSta   0.80   0.10      8     92  100  500    0   0    0  102:01

Stub CTS Periodic Re   0.80   0.11      8     23  100  500    0   0    0  100:36

Stub CTS PeriodicSta   0.80   0.07      8    113  100  500    0   0    0  101:54

Stub CTS Periodic Re   0.80   0.08      8     50  100  500    0   0    0  101:03

Stub CTS PeriodicSta   0.80   0.07      8     75  100  500    0   0    0  101:51

Stub CTS Periodic Re   0.80   0.07      8     16  100  500    0   0    0  101:53

Stub CTS PeriodicSta   0.80   0.06      8     76  100  500    0   0    0  101:36

EpmPortGroup(11:N) s   0.50   0.06      2     53  100  500    0   0    0  67:55

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

%CPU Totals          317.20  70.74

                       Allocation ceiling        Current allocation

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

                       kbytes    % in use        kbytes    % in use

TSM objects            ------------------        ------------------

PacketInfoItem            781.25       0%            0.15        0%

VbufNodes1600              55.50       0%            5.20        0%

VbufNodes400              288.00       3%           10.68       94%

Packet                   2474.28       0%            0.21        0%

RkiosSysPacketBuf         281.25       0%            0.63        0%

K5InternalVlanIdMap        96.00       3%            3.00      100%

IrmFibUnicastRpfList     8192.00       0%            4.81       87%

K5QosTxQueSelTableBl       12.00       2%            0.32      100%

K5QosFeatureInfoList     2048.00       0%            1.62       46%

K5QosLabelToFeatureE     1792.00       0%            0.16       66%

K5QosPathFeatureInfo      384.00       0%            0.03      100%

MatEntrys               18432.00       0%            7.31      100%

MatEntryTableIterato        1.00       0%            0.03        0%

RkiosL3Port              2819.81       0%            2.95      100%

PimPhyports              1820.31      82%         1509.03      100%

PimPorts                 1237.50      90%         1118.90      100%

PimModules                296.00       1%            4.62      100%

PimSlots                   18.00       4%            0.84      100%

PimChassis                  8.25     100%            8.25      100%

PimQuack                    1.64       6%            0.10      100%

EbmVlans                 9152.00       0%           44.68      100%

EbmPorts                  487.50      90%          439.15      100%

EbmPortVlanAclFeatur     3456.00       0%            0.52      100%

EbmSortedHostTableIt        1.75       0%            0.05        0%

EbmSortedGroupTableI        1.75       0%            0.05        0%

EbmHostRedundancyMan     1082.81       0%            0.98      100%

EbmHostAgeRedundancy     1082.81       0%            1.96        0%

IrmVrfs                   628.00       1%            7.35      100%

IrmPortMemMan            7098.87       0%           10.71      100%

IrmFibEntries           12288.00       0%           13.92      100%

AclOp                    2176.00       0%            0.18      100%

AclOpAceSet              3808.00       0%            0.35      100%

AclFeature               2755.59       0%            3.41      100%

Acl                      1536.00       0%            5.01      100%

Ace48                   17408.00       0%            7.00      100%

AclListNode               512.00       0%            0.64       98%

AclLayerFeatureListN      512.00       0%            0.48       32%

FlatAcl                   512.00       0%            0.75       12%

FlatAce24               11264.00       0%           49.58       31%

FlatAce48               17408.00       0%            8.36       28%

FlatAclCacheNode         4224.00       0%            1.16       66%

FlatAclListNode           256.00       0%            0.29        0%

QosNestedClassifierA    15533.37       0%            1.58      100%

KxAclPath                1024.00       0%            0.40      100%

RkNovaFfmTokenMapEnt    88342.00       0%           28.90       99%

RkNovaFfmInvalidToke    12288.00       0%            0.14      100%

RkNova L3 PBR RouteM      512.00       0%            0.37      100%

RkNova L3 PBR RouteM     1718.75       0%            0.60      100%

RkNova L3 PBR RouteM      156.25       0%            0.05      100%

RkNovaQosQueues           104.25       0%            0.50      100%

RkNovaClassifClassMa     4096.00       0%            1.00      100%

RkNovaClassifClassMa      768.00       0%            0.72      100%

ffmToRkNovaClassifPo       96.00       0%            0.02      100%

RkNovaClassifPolicyM      575.71       0%            0.14      100%

KxAclLabeledFlatAcl      3584.00       0%            0.76       71%

KxAclLabeledFlatAclE     3072.00       0%            0.65       71%

EbmVlanHostEntrys        3222.65       0%            7.44       92%

VsiBuffers(128)           762.50       0%           20.50       31%

VsiBuffers(16)            146.87       0%           15.76        3%

VsiTransactions(1)        175.78       0%            7.61       15%

VsiTransactions(10)       380.85       2%           22.24       39%

VsiTransactions(18)       110.15       0%            8.81        0%

VsiTransactions(25)       126.56       0%            7.59        0%

VsiTransactions(80)       255.46       0%           17.03        0%

VsiTransactionRespon       45.31       1%            1.30       40%

VsiReqPool(s2w)            93.75       0%            3.65       15%

VsiReqPool(vli)          1117.18       1%           90.06       22%

VsiReqPool(mdio22)        468.75       0%           95.25        0%

VsiReqPool(mdio45)        328.12       0%            0.56        0%

GalGbicEntrys              38.67       0%            0.18      100%

K5L3FlcEntryAvlTree2    12902.39       0%           13.87      100%

K5FlowOperatorDescNo      612.00       0%            0.03        0%

K5AclLabelSignatureM    10368.00       0%            2.21       71%

InpTosMarkTbl BlockA       14.00       1%            0.21      100%

InpCosMarkTbl BlockA       14.00       1%            0.21      100%

InpExpMarkTbl BlockA       14.00       1%            0.21      100%

OutTosMarkTbl BlockA       14.00       1%            0.21      100%

OutCosMarkTbl BlockA       14.00       1%            0.21      100%

OutExpMarkTbl BlockA       14.00       1%            0.21      100%

K5TxPacketInfo            384.00       0%            0.07        0%

FlowTosMarkTbl Block       14.00       1%            0.21      100%

FlowCosMarkTbl Block       14.00       1%            0.21      100%

FlowExpMarkTbl Block       14.00       1%            0.21      100%

CommandTables              48.00      13%            6.65      100%

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

TSM totals             915447.00       0%         4202.73       87%

Executing the command on VSS member switch role = VSS Standby, id = 1

                     %CPU   %CPU    RunTimeMax   Priority  Average %CPU  Total

                     Target Actual Target Actual   Fg   Bg 5Sec Min Hour  CPU

VSI slot-01            6.00   1.05      6     11  100  500    0   0    0  24:40

VSI backplane          6.00   0.01      6      1  100  500    0   0    0  0:51

VSI slot-02            6.00   5.30      6    105  100  500    4   4    3  121:01

GalChassisVp           3.00   0.09     20    104  100  500    0   0    0  3:28

Lj-poll                1.00   0.02      2      0  100  500    0   0    0  0:51

StatValueMan Update    1.00   0.07      1      4  100  500    0   0    0  2:18

GalK5TatooineStatsMa   0.70   0.02      4      6  100  500    0   0    0  1:15

K5L3AdjStatsMan Revi   2.00   0.04     10     20  100  500    0   0    0  5:28

K5FlcHitMan review     2.00   0.19      5     20  100  500    0   0    0  8:20

K5PortMan Regular Re   2.00   0.21     15    145  100  500    0   0    0  9:23

K5PortMan Ondemand L   6.00   0.33     30     23  100  500    0   0    0  10:22

K5 L2 Aging Table Re   2.00   0.28     20     23  100  500    0   0    0  6:46

K5RetStatsMan Review   2.00   0.09      5     37  100  500    0   0    0  7:24

K5ForerunnerPacketMa   2.00  24.87      4    132  100  500   33  30   23  691:36

K5ForerunnerPacketMa   2.00   0.23      4     54  100  500    0   0    0  8:07

K5QosDhmMan Rate DBL   2.00   0.31      7     50  100  500    0   0    0  10:20

K5VlanStatsReview      2.00   1.41     10    180  100  500    1   1    1  40:51

K5AclCamStatsMan hw    3.00   0.07     10     10  100  500    0   0    0  10:10

RkiosPortMan Port Re   2.00   0.17     12      7  100  500    0   0    0  5:59

Rkios Module State R   4.00   0.03     40      6  100  500    0   0    0  1:04

Rkios Online Diag Re   4.00   0.03     40     13  100  500    0   0    0  0:59

RkNovaL3Fib L3If Rev   2.00   0.01     10      1  100  500    0   0    0  0:54

PDS Rx Review          2.00   0.26     10      9  100  500    0   0    0  2:31

GalGlmLinecardVp(1)    5.00   0.28     20     99  100  500    0   0    0  8:43

GalGlmPollerMan        3.00   0.01     20      0  100  500    0   0    0  0:52

Stub ondemand global   0.50   0.02      5      4  100  500    0   0    0  0:28

Xgstub Stats Review    0.50   0.12      5      5  100  500    0   0    0  4:06

Stub CTS Periodic Re   0.80   0.04      8      9  100  500    0   0    0  2:07

Stub CTS PeriodicSta   0.80   0.17      8      6  100  500    0   0    0  2:38

Stub CTS Periodic Re   0.80   0.05      8      6  100  500    0   0    0  2:23

Stub CTS PeriodicSta   0.80   0.05      8      6  100  500    0   0    0  4:11

EpmPortGroup(0:N) st   0.50   0.04      2      2  100  500    0   0    0  1:53

GalGlmLinecardVp(2)    5.00   0.31     20    135  100  500    0   0    0  8:56

Temperature monitor    0.40   0.02      4      4  100  500    0   0    0  0:34

GalGlmPollerMan        3.00   0.01     20      1  100  500    0   0    0  0:52

Xgstub Stats Review    0.50   0.14      5     15  100  500    0   0    0  5:47

EthPhyControllerMan(   0.40   0.15      4      6  100  500    0   0    0  1:19

EthPhyControllerMan(   0.20   0.03      2      5  100  500    0   0    0  0:16

Stub CTS Periodic Re   0.80   0.07      8      9  100  500    0   0    0  3:21

Stub CTS PeriodicSta   0.80   0.05      8      7  100  500    0   0    0  3:32

Stub CTS Periodic Re   0.80   0.07      8     16  100  500    0   0    0  3:14

Stub CTS PeriodicSta   0.80   0.30      8     29  100  500    0   0    0  3:31

Stub CTS Periodic Re   0.80   0.06      8      7  100  500    0   0    0  3:14

Stub CTS PeriodicSta   0.80   0.30      8     16  100  500    0   0    0  3:32

Stub CTS Periodic Re   0.80   0.07      8      7  100  500    0   0    0  3:13

Stub CTS PeriodicSta   0.80   0.05      8      7  100  500    0   0    0  3:32

EpmPortGroup(1:N) st   0.50   0.05      2      6  100  500    0   0    0  2:11

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

%CPU Totals          317.20  99.09

                       Allocation ceiling        Current allocation

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

                       kbytes    % in use        kbytes    % in use

TSM objects            ------------------        ------------------

VbufNodes1600              55.50       0%            3.46        0%

VbufNodes400              288.00       3%           10.68       94%

Packet                   2474.28       0%            0.10        0%

RkiosSysPacketBuf         281.25       0%            0.07        0%

K5InternalVlanIdMap        96.00       3%            3.00      100%

IrmFibUnicastRpfList     8192.00       0%            4.25       99%

K5QosTxQueSelTableBl       12.00       2%            0.32      100%

K5QosFeatureInfoList     2048.00       0%            1.18       63%

K5QosLabelToFeatureE     1792.00       0%            0.10      100%

K5QosPathFeatureInfo      384.00       0%            0.03      100%

MatEntrys               18432.00       0%            7.31      100%

RkiosL3Port              2819.81       0%            2.95      100%

PimPhyports              1820.31      82%         1509.03      100%

PimPorts                 1237.50      90%         1118.90      100%

PimModules                296.00       1%            4.62      100%

PimSlots                   18.00       4%            0.84      100%

PimChassis                  8.25     100%            8.25      100%

PimQuack                    1.64       6%            0.10      100%

EbmVlans                 9152.00       0%           44.68      100%

EbmPorts                  487.50      90%          439.15      100%

EbmPortVlanAclFeatur     3456.00       0%            0.52      100%

EbmSortedGroupTableI        1.75       0%            0.05        0%

EbmHostRedundancyMan     1082.81       0%            0.98        0%

EbmHostAgeRedundancy     1082.81       0%            1.96       50%

IrmVrfs                   628.00       1%            7.35      100%

IrmPortMemMan            7098.87       0%           10.71      100%

IrmFibEntries           12288.00       0%           13.92      100%

AclOp                    2176.00       0%            0.18      100%

AclOpAceSet              3808.00       0%            0.35      100%

AclFeature               2755.59       0%            3.41      100%

Acl                      1536.00       0%            5.01      100%

Ace48                   17408.00       0%            7.00      100%

AclListNode               512.00       0%            0.64       98%

AclLayerFeatureListN      512.00       0%            0.37       41%

FlatAcl                   512.00       0%            0.73       12%

FlatAce24               11264.00       0%           34.89       44%

FlatAce48               17408.00       0%            6.24       38%

FlatAclCacheNode         4224.00       0%            0.77      100%

FlatAclListNode           256.00       0%            0.29        0%

QosNestedClassifierA    15533.37       0%            1.58      100%

KxAclPath                1024.00       0%            0.40      100%

RkNovaFfmTokenMapEnt    88342.00       0%           28.12       99%

RkNovaFfmInvalidToke    12288.00       0%            0.14      100%

RkNova L3 PBR RouteM      512.00       0%            0.37      100%

RkNova L3 PBR RouteM     1718.75       0%            0.60      100%

RkNova L3 PBR RouteM      156.25       0%            0.05      100%

RkNovaQosQueues           104.25       0%            0.50      100%

RkNovaClassifClassMa     4096.00       0%            1.00      100%

RkNovaClassifClassMa      768.00       0%            0.72      100%

ffmToRkNovaClassifPo       96.00       0%            0.02      100%

RkNovaClassifPolicyM      575.71       0%            0.14      100%

KxAclLabeledFlatAcl      3584.00       0%            0.54      100%

KxAclLabeledFlatAclE     3072.00       0%            0.46      100%

EbmVlanHostEntrys        3222.65       0%            7.14       95%

VsiBuffers(128)           762.50       0%           15.50       41%

VsiBuffers(16)            146.87       0%           15.76        3%

VsiTransactions(1)        175.78       0%            7.14       16%

VsiTransactions(10)       380.85       2%           18.58       47%

VsiTransactions(18)       110.15       0%            8.81        0%

VsiTransactions(25)       126.56       0%            7.59        0%

VsiTransactions(80)       255.46       0%           17.03        0%

VsiTransactionRespon       45.31       1%            1.23       43%

VsiReqPool(s2w)            93.75       0%            3.65       15%

VsiReqPool(vli)          1117.18       1%           62.47       32%

VsiReqPool(mdio22)        468.75       0%           95.25        0%

VsiReqPool(mdio45)        328.12       0%            0.56        0%

GalGbicEntrys              38.67       0%            0.18      100%

K5L3FlcEntryAvlTree2    12902.39       0%           13.87      100%

K5FlowOperatorDescNo      612.00       0%            0.03        0%

K5AclLabelSignatureM    10368.00       0%            1.58      100%

InpTosMarkTbl BlockA       14.00       1%            0.21      100%

InpCosMarkTbl BlockA       14.00       1%            0.21      100%

InpExpMarkTbl BlockA       14.00       1%            0.21      100%

OutTosMarkTbl BlockA       14.00       1%            0.21      100%

OutCosMarkTbl BlockA       14.00       1%            0.21      100%

OutExpMarkTbl BlockA       14.00       1%            0.21      100%

K5TxPacketInfo            384.00       0%            0.02        0%

FlowTosMarkTbl Block       14.00       1%            0.21      100%

FlowCosMarkTbl Block       14.00       1%            0.21      100%

FlowExpMarkTbl Block       14.00       1%            0.21      100%

CommandTables              48.00      13%            6.65      100%

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

TSM totals             915447.00       0%         4069.19       90%

sw4501#  show spanning-tree summary

Switch is in pvst mode

Root bridge for: VLAN0036, VLAN0218, VLAN0999

Extended system ID           is enabled

Portfast Default             is disabled

PortFast BPDU Guard Default  is disabled

Portfast BPDU Filter Default is disabled

Loopguard Default            is disabled

EtherChannel misconfig guard is enabled

UplinkFast                   is disabled

BackboneFast                 is disabled

Configured Pathcost method used is short

Name                   Blocking Listening Learning Forwarding STP Active

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

VLAN0017                     0         0        0          1          1

VLAN0018                     0         0        0          1          1

VLAN0024                     0         0        0          1          1

VLAN0035                     0         0        0          3          3

VLAN0036                     0         0        0          2          2

VLAN0039                     0         0        0          1          1

VLAN0040                     0         0        0          1          1

VLAN0048                     0         0        0          1          1

VLAN0049                     0         0        0          1          1

VLAN0215                     0         0        0          1          1

VLAN0218                     0         0        0          1          1

VLAN0999                     0         0        0          4          4

VLAN4050                     0         0        0          1          1

VLAN4051                     0         0        0          5          5

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

14 vlans                     0         0        0         24         24

sw4501#show spann det | in ieee|from|occur|is exec

VLAN0017 is executing the ieee compatible Spanning Tree protocol

  Number of topology changes 1 last change occurred 2d16h ago

VLAN0018 is executing the ieee compatible Spanning Tree protocol

  Number of topology changes 1 last change occurred 2d16h ago

VLAN0024 is executing the ieee compatible Spanning Tree protocol

  Number of topology changes 1 last change occurred 2d16h ago

VLAN0035 is executing the ieee compatible Spanning Tree protocol

  Number of topology changes 1 last change occurred 2d16h ago

VLAN0036 is executing the ieee compatible Spanning Tree protocol

  Number of topology changes 1 last change occurred 2d16h ago

VLAN0039 is executing the ieee compatible Spanning Tree protocol

  Number of topology changes 2 last change occurred 2d16h ago

VLAN0040 is executing the ieee compatible Spanning Tree protocol

  Number of topology changes 2 last change occurred 2d16h ago

VLAN0048 is executing the ieee compatible Spanning Tree protocol

  Number of topology changes 1 last change occurred 2d16h ago

VLAN0049 is executing the ieee compatible Spanning Tree protocol

  Number of topology changes 1 last change occurred 2d16h ago

VLAN0215 is executing the ieee compatible Spanning Tree protocol

  Number of topology changes 1 last change occurred 2d16h ago

VLAN0218 is executing the ieee compatible Spanning Tree protocol

  Number of topology changes 1 last change occurred 2d16h ago

VLAN0999 is executing the ieee compatible Spanning Tree protocol

  Number of topology changes 2 last change occurred 2d16h ago

          from GigabitEthernet1/2/40

VLAN4050 is executing the ieee compatible Spanning Tree protocol

  Number of topology changes 1 last change occurred 2d16h ago

VLAN4051 is executing the ieee compatible Spanning Tree protocol

  Number of topology changes 1 last change occurred 2d16h ago

sw4501#show interface | include line|drops

FastEthernet1 is up, line protocol is up

  Input queue: 1/75/0/0 (size/max/drops/flushes); Total output drops: 0

     0 unknown protocol drops

TenGigabitEthernet1/1/1 is up, line protocol is up (connected)

  Input queue: 0/2000/0/0 (size/max/drops/flushes); Total output drops: 218

     0 unknown protocol drops

TenGigabitEthernet1/1/2 is up, line protocol is up (connected)

  Input queue: 0/2000/0/0 (size/max/drops/flushes); Total output drops: 136

     0 unknown protocol drops

TenGigabitEthernet1/1/3 is administratively down, line protocol is down (disabled)

  Input queue: 0/2000/0/0 (size/max/drops/flushes); Total output drops: 0

     0 unknown protocol drops

TenGigabitEthernet1/1/4 is administratively down, line protocol is down (disabled)

  Input queue: 0/2000/0/0 (size/max/drops/flushes); Total output drops: 0

     0 unknown protocol drops

GigabitEthernet1/2/1 is up, line protocol is up (connected)

  Input queue: 0/2000/0/0 (size/max/drops/flushes); Total output drops: 0

     0 unknown protocol drops

GigabitEthernet1/2/2 is down, line protocol is down (notconnect)

  Input queue: 0/75/0/0 (size/max/drops/flushes); Total output drops: 0

     0 unknown protocol drops

GigabitEthernet1/2/3 is down, line protocol is down (notconnect)

  Input queue: 0/2000/0/0 (size/max/drops/flushes); Total output drops: 0

     0 unknown protocol drops

GigabitEthernet1/2/4 is down, line protocol is down (notconnect)

  Input queue: 0/2000/0/0 (size/max/drops/flushes); Total output drops: 0

     0 unknown protocol drops

GigabitEthernet1/2/5 is down, line protocol is down (notconnect)

  Input queue: 0/2000/0/0 (size/max/drops/flushes); Total output drops: 0

     0 unknown protocol drops

GigabitEthernet1/2/6 is down, line protocol is down (notconnect)

  Input queue: 0/2000/0/0 (size/max/drops/flushes); Total output drops: 0

     0 unknown protocol drops

GigabitEthernet1/2/7 is down, line protocol is down (notconnect)

  Input queue: 0/2000/0/0 (size/max/drops/flushes); Total output drops: 0

     0 unknown protocol drops

GigabitEthernet1/2/8 is down, line protocol is down (notconnect)

  Input queue: 0/2000/0/0 (size/max/drops/flushes); Total output drops: 0

     0 unknown protocol drops

GigabitEthernet1/2/9 is down, line protocol is down (notconnect)

  Input queue: 0/2000/0/0 (size/max/drops/flushes); Total output drops: 0

     0 unknown protocol drops

GigabitEthernet1/2/10 is down, line protocol is down (notconnect)

  Input queue: 0/2000/0/0 (size/max/drops/flushes); Total output drops: 0

     0 unknown protocol drops

GigabitEthernet1/2/11 is down, line protocol is down (notconnect)

  Input queue: 0/2000/0/0 (size/max/drops/flushes); Total output drops: 0

     0 unknown protocol drops

GigabitEthernet1/2/12 is down, line protocol is down (notconnect)

  Input queue: 0/2000/0/0 (size/max/drops/flushes); Total output drops: 0

     0 unknown protocol drops

GigabitEthernet1/2/13 is down, line protocol is down (notconnect)

  Input queue: 0/2000/0/0 (size/max/drops/flushes); Total output drops: 0

     0 unknown protocol drops

GigabitEthernet1/2/14 is down, line protocol is down (notconnect)

  Input queue: 0/2000/0/0 (size/max/drops/flushes); Total output drops: 0

     0 unknown protocol drops

GigabitEthernet1/2/15 is down, line protocol is down (notconnect)

  Input queue: 0/2000/0/0 (size/max/drops/flushes); Total output drops: 0

     0 unknown protocol drops

GigabitEthernet1/2/16 is down, line protocol is down (notconnect)

  Input queue: 0/2000/0/0 (size/max/drops/flushes); Total output drops: 0

     0 unknown protocol drops

GigabitEthernet1/2/17 is down, line protocol is down (notconnect)

  Input queue: 0/2000/0/0 (size/max/drops/flushes); Total output drops: 0

     0 unknown protocol drops

GigabitEthernet1/2/18 is down, line protocol is down (notconnect)

  Input queue: 0/2000/0/0 (size/max/drops/flushes); Total output drops: 0

     0 unknown protocol drops

GigabitEthernet1/2/19 is down, line protocol is down (notconnect)

  Input queue: 0/2000/0/0 (size/max/drops/flushes); Total output drops: 0

     0 unknown protocol drops

GigabitEthernet1/2/20 is down, line protocol is down (notconnect)

  Input queue: 0/2000/0/0 (size/max/drops/flushes); Total output drops: 0

     0 unknown protocol drops

GigabitEthernet1/2/21 is up, line protocol is up (connected)

  Input queue: 0/2000/0/0 (size/max/drops/flushes); Total output drops: 4473248

     0 unknown protocol drops

GigabitEthernet1/2/22 is up, line protocol is up (connected)

  Input queue: 0/2000/0/0 (size/max/drops/flushes); Total output drops: 13791004

     0 unknown protocol drops

GigabitEthernet1/2/23 is down, line protocol is down (notconnect)

  Input queue: 0/2000/0/0 (size/max/drops/flushes); Total output drops: 0

     0 unknown protocol drops

GigabitEthernet1/2/24 is down, line protocol is down (notconnect)

  Input queue: 0/2000/0/0 (size/max/drops/flushes); Total output drops: 0

     0 unknown protocol drops

GigabitEthernet1/2/25 is down, line protocol is down (notconnect)

  Input queue: 0/2000/0/0 (size/max/drops/flushes); Total output drops: 0

     0 unknown protocol drops

GigabitEthernet1/2/26 is down, line protocol is down (notconnect)

  Input queue: 0/2000/0/0 (size/max/drops/flushes); Total output drops: 0

     0 unknown protocol drops

GigabitEthernet1/2/27 is down, line protocol is down (notconnect)

  Input queue: 0/2000/0/0 (size/max/drops/flushes); Total output drops: 0

     0 unknown protocol drops

GigabitEthernet1/2/28 is down, line protocol is down (notconnect)

  Input queue: 0/2000/0/0 (size/max/drops/flushes); Total output drops: 0

     0 unknown protocol drops

GigabitEthernet1/2/29 is down, line protocol is down (notconnect)

  Input queue: 0/2000/0/0 (size/max/drops/flushes); Total output drops: 0

     0 unknown protocol drops

GigabitEthernet1/2/30 is down, line protocol is down (notconnect)

  Input queue: 0/2000/0/0 (size/max/drops/flushes); Total output drops: 0

     0 unknown protocol drops

GigabitEthernet1/2/31 is down, line protocol is down (notconnect)

  Input queue: 0/2000/0/0 (size/max/drops/flushes); Total output drops: 0

     0 unknown protocol drops

GigabitEthernet1/2/32 is down, line protocol is down (notconnect)

  Input queue: 0/2000/0/0 (size/max/drops/flushes); Total output drops: 0

     0 unknown protocol drops

GigabitEthernet1/2/33 is down, line protocol is down (notconnect)

  Input queue: 0/2000/0/0 (size/max/drops/flushes); Total output drops: 0

     0 unknown protocol drops

GigabitEthernet1/2/34 is down, line protocol is down (notconnect)

  Input queue: 0/2000/0/0 (size/max/drops/flushes); Total output drops: 0

     0 unknown protocol drops

GigabitEthernet1/2/35 is down, line protocol is down (notconnect)

  Input queue: 0/2000/0/0 (size/max/drops/flushes); Total output drops: 0

     0 unknown protocol drops

GigabitEthernet1/2/36 is down, line protocol is down (notconnect)

  Input queue: 0/2000/0/0 (size/max/drops/flushes); Total output drops: 0

     0 unknown protocol drops

GigabitEthernet1/2/37 is down, line protocol is down (notconnect)

  Input queue: 0/2000/0/0 (size/max/drops/flushes); Total output drops: 0

     0 unknown protocol drops

GigabitEthernet1/2/38 is down, line protocol is down (notconnect)

  Input queue: 0/2000/0/0 (size/max/drops/flushes); Total output drops: 0

     0 unknown protocol drops

GigabitEthernet1/2/39 is down, line protocol is down (notconnect)

  Input queue: 0/2000/0/0 (size/max/drops/flushes); Total output drops: 0

     0 unknown protocol drops

GigabitEthernet1/2/40 is up, line protocol is up (connected)

  Input queue: 0/2000/0/0 (size/max/drops/flushes); Total output drops: 0

     0 unknown protocol drops

GigabitEthernet1/2/41 is up, line protocol is up (connected)

  Input queue: 0/2000/0/0 (size/max/drops/flushes); Total output drops: 0

     0 unknown protocol drops

GigabitEthernet1/2/42 is up, line protocol is up (connected)

  Input queue: 0/2000/0/0 (size/max/drops/flushes); Total output drops: 0

     0 unknown protocol drops

GigabitEthernet1/2/43 is up, line protocol is up (connected)

  Input queue: 0/2000/0/0 (size/max/drops/flushes); Total output drops: 0

     0 unknown protocol drops

GigabitEthernet1/2/44 is up, line protocol is up (connected)

  Input queue: 0/2000/0/0 (size/max/drops/flushes); Total output drops: 0

     0 unknown protocol drops

GigabitEthernet1/2/45 is up, line protocol is up (connected)

  Input queue: 0/2000/0/0 (size/max/drops/flushes); Total output drops: 0

     0 unknown protocol drops

GigabitEthernet1/2/46 is administratively down, line protocol is down (disabled)

  Input queue: 0/2000/0/0 (size/max/drops/flushes); Total output drops: 0

     0 unknown protocol drops

GigabitEthernet1/2/47 is administratively down, line protocol is down (disabled)

  Input queue: 0/2000/0/0 (size/max/drops/flushes); Total output drops: 0

     0 unknown protocol drops

GigabitEthernet1/2/48 is up, line protocol is up (connected)

  Input queue: 0/2000/0/0 (size/max/drops/flushes); Total output drops: 0

     0 unknown protocol drops

TenGigabitEthernet2/1/1 is up, line protocol is up (connected)

  Input queue: 0/2000/0/0 (size/max/drops/flushes); Total output drops: 1

     0 unknown protocol drops

TenGigabitEthernet2/1/2 is up, line protocol is up (connected)

  Input queue: 0/2000/0/0 (size/max/drops/flushes); Total output drops: 2

     0 unknown protocol drops

TenGigabitEthernet2/1/3 is administratively down, line protocol is down (disabled)

  Input queue: 0/2000/0/0 (size/max/drops/flushes); Total output drops: 0

     0 unknown protocol drops

TenGigabitEthernet2/1/4 is administratively down, line protocol is down (disabled)

  Input queue: 0/2000/0/0 (size/max/drops/flushes); Total output drops: 0

     0 unknown protocol drops

GigabitEthernet2/2/1 is up, line protocol is up (connected)

  Input queue: 0/2000/0/0 (size/max/drops/flushes); Total output drops: 0

     0 unknown protocol drops

GigabitEthernet2/2/2 is down, line protocol is down (notconnect)

  Input queue: 0/2000/0/0 (size/max/drops/flushes); Total output drops: 0

     0 unknown protocol drops

GigabitEthernet2/2/3 is down, line protocol is down (notconnect)

  Input queue: 0/2000/0/0 (size/max/drops/flushes); Total output drops: 0

     0 unknown protocol drops

GigabitEthernet2/2/4 is down, line protocol is down (notconnect)

  Input queue: 0/2000/0/0 (size/max/drops/flushes); Total output drops: 0

     0 unknown protocol drops

GigabitEthernet2/2/5 is down, line protocol is down (notconnect)

  Input queue: 0/2000/0/0 (size/max/drops/flushes); Total output drops: 0

     0 unknown protocol drops

GigabitEthernet2/2/6 is down, line protocol is down (notconnect)

  Input queue: 0/2000/0/0 (size/max/drops/flushes); Total output drops: 0

     0 unknown protocol drops

GigabitEthernet2/2/7 is down, line protocol is down (notconnect)

  Input queue: 0/2000/0/0 (size/max/drops/flushes); Total output drops: 0

     0 unknown protocol drops

GigabitEthernet2/2/8 is down, line protocol is down (notconnect)

  Input queue: 0/2000/0/0 (size/max/drops/flushes); Total output drops: 0

     0 unknown protocol drops

GigabitEthernet2/2/9 is down, line protocol is down (notconnect)

  Input queue: 0/2000/0/0 (size/max/drops/flushes); Total output drops: 0

     0 unknown protocol drops

GigabitEthernet2/2/10 is down, line protocol is down (notconnect)

  Input queue: 0/2000/0/0 (size/max/drops/flushes); Total output drops: 0

     0 unknown protocol drops

GigabitEthernet2/2/11 is down, line protocol is down (notconnect)

  Input queue: 0/2000/0/0 (size/max/drops/flushes); Total output drops: 0

     0 unknown protocol drops

GigabitEthernet2/2/12 is down, line protocol is down (notconnect)

  Input queue: 0/2000/0/0 (size/max/drops/flushes); Total output drops: 0

     0 unknown protocol drops

GigabitEthernet2/2/13 is down, line protocol is down (notconnect)

  Input queue: 0/2000/0/0 (size/max/drops/flushes); Total output drops: 0

     0 unknown protocol drops

GigabitEthernet2/2/14 is down, line protocol is down (notconnect)

  Input queue: 0/2000/0/0 (size/max/drops/flushes); Total output drops: 0

     0 unknown protocol drops

GigabitEthernet2/2/15 is down, line protocol is down (notconnect)

  Input queue: 0/2000/0/0 (size/max/drops/flushes); Total output drops: 0

     0 unknown protocol drops

GigabitEthernet2/2/16 is down, line protocol is down (notconnect)

  Input queue: 0/2000/0/0 (size/max/drops/flushes); Total output drops: 0

     0 unknown protocol drops

GigabitEthernet2/2/17 is down, line protocol is down (notconnect)

  Input queue: 0/2000/0/0 (size/max/drops/flushes); Total output drops: 0

     0 unknown protocol drops

GigabitEthernet2/2/18 is down, line protocol is down (notconnect)

  Input queue: 0/2000/0/0 (size/max/drops/flushes); Total output drops: 0

     0 unknown protocol drops

GigabitEthernet2/2/19 is down, line protocol is down (notconnect)

  Input queue: 0/2000/0/0 (size/max/drops/flushes); Total output drops: 0

     0 unknown protocol drops

GigabitEthernet2/2/20 is down, line protocol is down (notconnect)

  Input queue: 0/2000/0/0 (size/max/drops/flushes); Total output drops: 0

     0 unknown protocol drops

GigabitEthernet2/2/21 is up, line protocol is up (connected)

  Input queue: 0/2000/0/0 (size/max/drops/flushes); Total output drops: 0

     0 unknown protocol drops

GigabitEthernet2/2/22 is up, line protocol is up (connected)

  Input queue: 0/2000/0/0 (size/max/drops/flushes); Total output drops: 0

     0 unknown protocol drops

GigabitEthernet2/2/23 is down, line protocol is down (notconnect)

  Input queue: 0/2000/0/0 (size/max/drops/flushes); Total output drops: 0

     0 unknown protocol drops

GigabitEthernet2/2/24 is down, line protocol is down (notconnect)

  Input queue: 0/2000/0/0 (size/max/drops/flushes); Total output drops: 0

     0 unknown protocol drops

GigabitEthernet2/2/25 is down, line protocol is down (notconnect)

  Input queue: 0/2000/0/0 (size/max/drops/flushes); Total output drops: 0

     0 unknown protocol drops

GigabitEthernet2/2/26 is down, line protocol is down (notconnect)

  Input queue: 0/2000/0/0 (size/max/drops/flushes); Total output drops: 0

     0 unknown protocol drops

GigabitEthernet2/2/27 is down, line protocol is down (notconnect)

  Input queue: 0/2000/0/0 (size/max/drops/flushes); Total output drops: 0

     0 unknown protocol drops

GigabitEthernet2/2/28 is down, line protocol is down (notconnect)

  Input queue: 0/2000/0/0 (size/max/drops/flushes); Total output drops: 0

     0 unknown protocol drops

GigabitEthernet2/2/29 is down, line protocol is down (notconnect)

  Input queue: 0/2000/0/0 (size/max/drops/flushes); Total output drops: 0

     0 unknown protocol drops

GigabitEthernet2/2/30 is down, line protocol is down (notconnect)

  Input queue: 0/2000/0/0 (size/max/drops/flushes); Total output drops: 0

     0 unknown protocol drops

GigabitEthernet2/2/31 is down, line protocol is down (notconnect)

  Input queue: 0/2000/0/0 (size/max/drops/flushes); Total output drops: 0

     0 unknown protocol drops

GigabitEthernet2/2/32 is down, line protocol is down (notconnect)

  Input queue: 0/2000/0/0 (size/max/drops/flushes); Total output drops: 0

     0 unknown protocol drops

GigabitEthernet2/2/33 is down, line protocol is down (notconnect)

  Input queue: 0/2000/0/0 (size/max/drops/flushes); Total output drops: 0

     0 unknown protocol drops

GigabitEthernet2/2/34 is down, line protocol is down (notconnect)

  Input queue: 0/2000/0/0 (size/max/drops/flushes); Total output drops: 0

     0 unknown protocol drops

GigabitEthernet2/2/35 is down, line protocol is down (notconnect)

  Input queue: 0/2000/0/0 (size/max/drops/flushes); Total output drops: 0

     0 unknown protocol drops

GigabitEthernet2/2/36 is down, line protocol is down (notconnect)

  Input queue: 0/2000/0/0 (size/max/drops/flushes); Total output drops: 0

     0 unknown protocol drops

GigabitEthernet2/2/37 is down, line protocol is down (notconnect)

  Input queue: 0/2000/0/0 (size/max/drops/flushes); Total output drops: 0

     0 unknown protocol drops

GigabitEthernet2/2/38 is down, line protocol is down (notconnect)

  Input queue: 0/2000/0/0 (size/max/drops/flushes); Total output drops: 0

     0 unknown protocol drops

GigabitEthernet2/2/39 is up, line protocol is up (connected)

  Input queue: 0/2000/0/0 (size/max/drops/flushes); Total output drops: 0

     0 unknown protocol drops

GigabitEthernet2/2/40 is up, line protocol is up (connected)

  Input queue: 0/2000/0/0 (size/max/drops/flushes); Total output drops: 0

     0 unknown protocol drops

GigabitEthernet2/2/41 is up, line protocol is up (connected)

  Input queue: 0/2000/0/0 (size/max/drops/flushes); Total output drops: 0

     0 unknown protocol drops

GigabitEthernet2/2/42 is up, line protocol is up (connected)

  Input queue: 0/2000/0/0 (size/max/drops/flushes); Total output drops: 0

     0 unknown protocol drops

GigabitEthernet2/2/43 is up, line protocol is up (connected)

  Input queue: 0/2000/0/0 (size/max/drops/flushes); Total output drops: 0

     0 unknown protocol drops

GigabitEthernet2/2/44 is up, line protocol is up (connected)

  Input queue: 0/2000/0/0 (size/max/drops/flushes); Total output drops: 0

     0 unknown protocol drops

GigabitEthernet2/2/45 is up, line protocol is up (connected)

  Input queue: 0/2000/0/0 (size/max/drops/flushes); Total output drops: 0

     0 unknown protocol drops

GigabitEthernet2/2/46 is down, line protocol is down (notconnect)

  Input queue: 0/2000/0/0 (size/max/drops/flushes); Total output drops: 0

     0 unknown protocol drops

GigabitEthernet2/2/47 is down, line protocol is down (notconnect)

  Input queue: 0/2000/0/0 (size/max/drops/flushes); Total output drops: 0

     0 unknown protocol drops

GigabitEthernet2/2/48 is up, line protocol is up (connected)

  Input queue: 0/2000/0/0 (size/max/drops/flushes); Total output drops: 0

     0 unknown protocol drops

Port-channel1 is up, line protocol is up (connected)

  Input queue: 0/2000/0/0 (size/max/drops/flushes); Total output drops: 0

     0 unknown protocol drops

Port-channel2 is up, line protocol is up (connected)

  Input queue: 0/2000/0/0 (size/max/drops/flushes); Total output drops: 0

     0 unknown protocol drops

Port-channel10 is up, line protocol is up (connected)

  Input queue: 0/2000/0/0 (size/max/drops/flushes); Total output drops: 0

     0 unknown protocol drops

Port-channel11 is up, line protocol is up (connected)

  Input queue: 0/2000/0/0 (size/max/drops/flushes); Total output drops: 0

     0 unknown protocol drops

Port-channel50 is up, line protocol is up (connected)

  Input queue: 0/2000/0/0 (size/max/drops/flushes); Total output drops: 0

     0 unknown protocol drops

Port-channel61 is up, line protocol is up (connected)

  Input queue: 0/2000/0/0 (size/max/drops/flushes); Total output drops: 352

     0 unknown protocol drops

Port-channel62 is up, line protocol is up (connected)

  Input queue: 0/2000/0/0 (size/max/drops/flushes); Total output drops: 3

     0 unknown protocol drops

Port-channel100 is up, line protocol is up (connected)

  Input queue: 0/2000/0/0 (size/max/drops/flushes); Total output drops: 0

     0 unknown protocol drops

Vlan1 is down, line protocol is down

  Input queue: 0/75/0/0 (size/max/drops/flushes); Total output drops: 0

     0 unknown protocol drops

Vlan17 is up, line protocol is up

  Input queue: 0/75/0/0 (size/max/drops/flushes); Total output drops: 0

     0 unknown protocol drops

Vlan24 is up, line protocol is up

  Input queue: 0/75/0/0 (size/max/drops/flushes); Total output drops: 0

     0 unknown protocol drops

Vlan35 is up, line protocol is up

  Input queue: 0/75/0/0 (size/max/drops/flushes); Total output drops: 0

     0 unknown protocol drops

Vlan36 is up, line protocol is up

  Input queue: 0/75/0/0 (size/max/drops/flushes); Total output drops: 0

     0 unknown protocol drops

Vlan39 is up, line protocol is up

  Input queue: 0/75/0/0 (size/max/drops/flushes); Total output drops: 0

     0 unknown protocol drops

Vlan40 is up, line protocol is up

  Input queue: 0/75/0/0 (size/max/drops/flushes); Total output drops: 0

     0 unknown protocol drops

Vlan48 is up, line protocol is up

  Input queue: 0/75/0/0 (size/max/drops/flushes); Total output drops: 0

     0 unknown protocol drops

Vlan49 is up, line protocol is up

  Input queue: 0/75/0/0 (size/max/drops/flushes); Total output drops: 0

     0 unknown protocol drops

Vlan215 is up, line protocol is up

  Input queue: 0/75/0/0 (size/max/drops/flushes); Total output drops: 0

     0 unknown protocol drops

Vlan218 is up, line protocol is up

  Input queue: 0/75/0/0 (size/max/drops/flushes); Total output drops: 0

     0 unknown protocol drops

Vlan4050 is up, line protocol is up

  Input queue: 0/75/0/0 (size/max/drops/flushes); Total output drops: 0

     0 unknown protocol drops

Vlan4051 is up, line protocol is up

  Input queue: 0/75/0/0 (size/max/drops/flushes); Total output drops: 0

     0 unknown protocol drops

                    ^

% Invalid input detected at '^' marker.

sw4501#  show log

Syslog logging: enabled (0 messages dropped, 1 messages rate-limited, 0 flushes, 0 overruns, xml disabled, filtering disabled)

No Active Message Discriminator.

No Inactive Message Discriminator.

    Console logging: disabled

    Monitor logging: level debugging, 0 messages logged, xml disabled,

                     filtering disabled

    Buffer logging:  level debugging, 136 messages logged, xml disabled,

                    filtering disabled

    Exception Logging: size (8192 bytes)

    Count and timestamp logging messages: disabled

    Persistent logging: disabled

No active filter modules.

    Trap logging: level informational, 138 message lines logged

        Logging Source-Interface:       VRF Name:

Log Buffer (32768 bytes):

*Apr  3 03:40:41.966: %C4K_IOSSYS-6-IMAGELEVEL: Supervisor booting in image level 'entservices'

*Apr  3 03:41:53.785: %C4K_IOSINTF-5-LMPHWSESSIONSTATE: Lmp HW session UP on slot 11 port 1.

*Apr  3 03:41:54.286: %C4K_IOSINTF-5-LMPHWSESSIONSTATE: Lmp HW session UP on slot 11 port 2.

*Apr  3 03:42:10.293: %VSLP-5-VSL_UP:  Ready for control traffic

*Apr  3 03:42:13.293: %VSLP-5-RRP_ROLE_RESOLVED: Role resolved as STANDBY by VSLP

*Apr  3 03:42:43.294: %C4K_REDUNDANCY-6-INIT: STANDBY:Initializing as STANDBY supervisor

*Apr  3 03:42:52.577: %C4K_REDUNDANCY-6-DUPLEX_MODE: STANDBY:The peer Supervisor has been detected

*Apr  3 03:42:52.637: %C4K_REDUNDANCY-3-COMMUNICATION: STANDBY:Communication with the peer Supervisor has been established

Apr  3 03:43:09.529: mcprp_register_mempools: Failed to get local entity physical index!

Apr  3 03:43:09.529: mcprp_register_bufferpools: Failed to get local entity physical index!

Apr  3 03:43:10.720: %C4K_REDUNDANCY-6-MODE: STANDBY:STANDBY supervisor initializing for sso mode

Apr  3 03:43:11.123: %SPANTREE-5-EXTENDED_SYSID: STANDBY:Extended SysId enabled for type vlan

Apr  3 03:43:11.829: %C4K_IOSMODPORTMAN-6-MODULEONLINE: STANDBY:Module 1 (WS-X45-SUP7-E S/N: CAT1642L4XZ Hw: 2.1) is online

Apr  3 03:43:11.829: %C4K_IOSMODPORTMAN-6-MODULEONLINE: STANDBY:Module 2 (WS-X4748-RJ45-E S/N: CAT1640L47G Hw: 1.1) is online

Apr  3 03:43:11.829: %C4K_IOSMODPORTMAN-6-MODULEONLINE: STANDBY:Module 11 (WS-X45-SUP7-E S/N: CAT1642L4YF Hw: 2.1) is online

Apr  3 03:43:11.829: %C4K_IOSMODPORTMAN-6-MODULEONLINE: STANDBY:Module 12 (WS-X4748-RJ45-E S/N: CAT1640L46Y Hw: 1.1) is online

Apr  3 11:43:19 HKT: %SPANTREE-6-PORTDEL_ALL_VLANS: STANDBY:Port-channel61 deleted from all Vlans

Apr  3 11:43:19 HKT: %SPANTREE-6-PORTDEL_ALL_VLANS: STANDBY:Port-channel62 deleted from all Vlans

Apr  3 11:43:26 HKT: %SYS-5-RESTART: STANDBY:System restarted --

Cisco IOS Software, IOS-XE Software, Catalyst 4500 L3 Switch Software (cat4500e-UNIVERSAL-M), Version 03.04.00.SG RELEASE SOFTWARE (fc3)

Technical Support: http://www.cisco.com/techsupport

Copyright (c) 1986-2012 by Cisco Systems, Inc.

Compiled Wed 05-Dec-12 05:58 by prod_rel_team

Apr  3 11:43:27 HKT: %EC-5-BUNDLE: STANDBY:Interface Gi1/2/1 joined port-channel Po50

Apr  3 11:43:27 HKT: %EC-5-BUNDLE: STANDBY:Interface GigabitEthernet1/2/44 joined port-channel Port-channel2

Apr  3 11:43:27 HKT: %EC-5-BUNDLE: STANDBY:Interface Gi1/2/45 joined port-channel Po100

Apr  3 11:43:27 HKT: %EC-5-BUNDLE: STANDBY:Interface GigabitEthernet1/2/48 joined port-channel Port-channel1

Apr  3 11:43:27 HKT: %EC-5-BUNDLE: STANDBY:Interface TenGigabitEthernet1/1/1 joined port-channel Port-channel61

Apr  3 11:43:26 HKT: %EC-5-BUNDLE: STANDBY:Interface TenGigabitEthernet1/1/2 joined port-channel Port-channel61

Apr  3 11:43:30 HKT: %EC-5-BUNDLE: STANDBY:Interface TenGigabitEthernet2/1/1 joined port-channel Port-channel62

Apr  3 11:43:30 HKT: %EC-5-BUNDLE: STANDBY:Interface TenGigabitEthernet2/1/2 joined port-channel Port-channel62

Apr  3 11:43:30 HKT: %EC-5-UNBUNDLE: STANDBY:Interface TenGigabitEthernet2/1/1 left the port-channel Port-channel62

Apr  3 11:43:30 HKT: %EC-5-UNBUNDLE: STANDBY:Interface TenGigabitEthernet2/1/2 left the port-channel Port-channel62

Apr  3 11:43:31 HKT: %EC-5-BUNDLE: STANDBY:Interface TenGigabitEthernet2/1/1 joined port-channel Port-channel62

Apr  3 11:43:32 HKT: %EC-5-BUNDLE: STANDBY:Interface TenGigabitEthernet2/1/2 joined port-channel Port-channel62

Apr  3 11:43:35 HKT: %EC-5-BUNDLE: STANDBY:Interface GigabitEthernet2/2/44 joined port-channel Port-channel1

Apr  3 11:43:35 HKT: %EC-5-BUNDLE: STANDBY:Interface GigabitEthernet2/2/48 joined port-channel Port-channel2

Apr  3 11:43:38 HKT: %EC-5-BUNDLE: STANDBY:Interface Gi2/2/45 joined port-channel Po100

Apr  3 11:44:24 HKT: %EC-5-BUNDLE: STANDBY:Interface Gi2/2/1 joined port-channel Po50

Apr  4 01:52:04 HKT: %C4K_REDUNDANCY-4-KEEPALIVE_WARNING: STANDBY:Keepalive messages from peer Supervisor are missing for 27 seconds

Apr 16 17:56:58 HKT: %EC-5-UNBUNDLE: STANDBY:Interface Gi2/2/45 left the port-channel Po100

Apr 16 18:00:23 HKT: %EC-5-BUNDLE: STANDBY:Interface Gi2/2/45 joined port-channel Po100

Apr 16 18:01:07 HKT: %EC-5-UNBUNDLE: STANDBY:Interface Gi1/2/45 left the port-channel Po100

Apr 16 18:03:31 HKT: %EC-5-BUNDLE: STANDBY:Interface Gi1/2/45 joined port-channel Po100

Apr 29 09:32:06 HKT: %EC-5-BUNDLE: STANDBY:Interface Gi1/2/41 joined port-channel Po10

Apr 29 09:32:59 HKT: %EC-5-CANNOT_BUNDLE2: STANDBY:Gi2/2/41 is not compatible with Gi1/2/41 and will be suspended (trunk mode of Gi2/2/41 is access, Gi1/2/41 is trunk)

Apr 29 09:34:38 HKT: %EC-5-CANNOT_BUNDLE2: STANDBY:Gi2/2/41 is not compatible with Gi1/2/41 and will be suspended (trunk mode of Gi2/2/41 is access, Gi1/2/41 is trunk)

Apr 29 09:35:17 HKT: %EC-5-BUNDLE: STANDBY:Interface Gi2/2/41 joined port-channel Po10

Apr 29 09:39:57 HKT: %EC-5-BUNDLE: STANDBY:Interface Gi1/2/43 joined port-channel Po11

Apr 29 09:39:57 HKT: %EC-5-BUNDLE: STANDBY:Interface Gi2/2/43 joined port-channel Po11

Apr 29 09:40:18 HKT: %EC-5-UNBUNDLE: STANDBY:Interface Gi1/2/43 left the port-channel Po11

Apr 29 09:40:18 HKT: %EC-5-UNBUNDLE: STANDBY:Interface Gi2/2/43 left the port-channel Po11

Apr 29 09:40:24 HKT: %EC-5-BUNDLE: STANDBY:Interface Gi1/2/43 joined port-channel Po11

Apr 29 09:40:25 HKT: %EC-5-BUNDLE: STANDBY:Interface Gi2/2/43 joined port-channel Po11

May  2 10:53:47 HKT: %EC-5-UNBUNDLE: STANDBY:Interface Gi1/2/43 left the port-channel Po11

May  2 10:53:47 HKT: %EC-5-UNBUNDLE: STANDBY:Interface Gi2/2/43 left the port-channel Po11

May  2 10:54:00 HKT: %EC-5-BUNDLE: STANDBY:Interface Gi2/2/43 joined port-channel Po11

May  2 10:59:43 HKT: %EC-5-UNBUNDLE: STANDBY:Interface Gi1/2/41 left the port-channel Po10

May  2 10:59:43 HKT: %EC-5-UNBUNDLE: STANDBY:Interface Gi2/2/41 left the port-channel Po10

May  2 11:27:51 HKT: %EC-5-BUNDLE: STANDBY:Interface Gi1/2/41 joined port-channel Po10

May  2 11:27:55 HKT: %EC-5-BUNDLE: STANDBY:Interface Gi2/2/41 joined port-channel Po10

May  2 11:53:47 HKT: %EC-5-UNBUNDLE: STANDBY:Interface Gi2/2/43 left the port-channel Po11

May  2 12:00:01 HKT: %EC-5-BUNDLE: STANDBY:Interface Gi1/2/43 joined port-channel Po11

May  2 12:00:04 HKT: %EC-5-BUNDLE: STANDBY:Interface Gi2/2/43 joined port-channel Po11

Jun 15 19:15:53 HKT: %EC-5-UNBUNDLE: STANDBY:Interface Gi1/2/45 left the port-channel Po100

Jun 15 19:16:04 HKT: %EC-5-BUNDLE: STANDBY:Interface Gi1/2/45 joined port-channel Po100

Jun 25 22:04:10 HKT: %C4K_REDUNDANCY-6-INIT: Initializing as ACTIVE supervisor

Jun 25 22:04:10 HKT: %C4K_REDUNDANCY-3-COMMUNICATION: Communication with the peer Supervisor has been lost

Jun 25 22:04:10 HKT: %C4K_REDUNDANCY-3-SIMPLEX_MODE: The peer Supervisor has been lost

Jun 25 22:04:10 HKT: %EC-5-UNBUNDLE: Interface TenGigabitEthernet2/1/2 left the port-channel Port-channel62

Jun 25 22:04:10 HKT: %VSLP-3-VSLP_LMP_FAIL_REASON: Te2/1/2: Link down

Jun 25 22:04:10 HKT: %EC-5-UNBUNDLE: Interface TenGigabitEthernet2/1/1 left the port-channel Port-channel62

Jun 25 22:04:10 HKT: %VSLP-3-VSLP_LMP_FAIL_REASON: Te2/1/1: Link down

Jun 25 22:04:10 HKT: %VSLP-2-VSL_DOWN:   All VSL links went down while switch is in Standby role

Jun 25 22:04:10 HKT: %EC-5-UNBUNDLE: Interface TenGigabitEthernet1/1/1 left the port-channel Port-channel61

Jun 25 22:04:10 HKT: %EC-5-UNBUNDLE: Interface TenGigabitEthernet1/1/2 left the port-channel Port-channel61

Jun 25 22:04:10 HKT: %EC-5-UNBUNDLE: Interface Gi1/2/1 left the port-channel Po50

Jun 25 22:04:10 HKT: %EC-5-UNBUNDLE: Interface Gi1/2/41 left the port-channel Po10

Jun 25 22:04:10 HKT: %EC-5-UNBUNDLE: Interface Gi1/2/43 left the port-channel Po11

Jun 25 22:04:10 HKT: %EC-5-UNBUNDLE: Interface GigabitEthernet1/2/44 left the port-channel Port-channel2

Jun 25 22:04:10 HKT: %EC-5-UNBUNDLE: Interface Gi1/2/45 left the port-channel Po100

Jun 25 22:04:10 HKT: %EC-5-UNBUNDLE: Interface GigabitEthernet1/2/48 left the port-channel Port-channel1

Jun 25 22:04:12 HKT: %LINK-3-UPDOWN: Interface GigabitEthernet2/2/39, changed state to up

Jun 25 22:04:13 HKT: %LINEPROTO-5-UPDOWN: Line protocol on Interface GigabitEthernet2/2/39, changed state to up

Jun 25 22:04:41 HKT: %OSPF-5-ADJCHG: Process 1, Nbr 203.198.7.182 on Vlan40 from LOADING to FULL, Loading Done

Jun 25 22:04:53 HKT: %OSPF-5-ADJCHG: Process 1, Nbr 218.102.33.25 on Vlan49 from LOADING to FULL, Loading Done

Jun 25 22:04:53 HKT: %OSPF-5-ADJCHG: Process 1, Nbr 203.198.7.181 on Vlan39 from LOADING to FULL, Loading Done

Jun 25 22:09:44 HKT: %C4K_IOSINTF-5-LMPHWSESSIONSTATE: Lmp HW session UP on slot 11 port 1.

Jun 25 22:09:45 HKT: %C4K_IOSINTF-5-LMPHWSESSIONSTATE: Lmp HW session UP on slot 11 port 2.

Jun 25 22:10:00 HKT: %VSLP-5-VSL_UP:  Ready for control traffic

Jun 25 22:10:04 HKT: %VSLP-5-RRP_ROLE_RESOLVED: Role resolved as ACTIVE  by VSLP

Jun 25 22:10:04 HKT: %EC-5-BUNDLE: Interface TenGigabitEthernet2/1/1 joined port-channel Port-channel62

Jun 25 22:10:04 HKT: %EC-5-BUNDLE: Interface TenGigabitEthernet2/1/2 joined port-channel Port-channel62

Jun 25 22:10:04 HKT: %C4K_REDUNDANCY-6-DUPLEX_MODE: The peer Supervisor has been detected

Jun 25 22:11:11 HKT: %C4K_REDUNDANCY-6-MODE: ACTIVE supervisor initializing for sso mode

Jun 25 22:11:12 HKT: %C4K_REDUNDANCY-3-COMMUNICATION: Communication with the peer Supervisor has been established

Jun 25 22:11:22 HKT: %C4K_REDUNDANCY-5-CONFIGSYNC: The bootvar has been successfully synchronized to the standby supervisor

Jun 25 22:11:22 HKT: %C4K_REDUNDANCY-5-CONFIGSYNC: The config-reg has been successfully synchronized to the standby supervisor

Jun 25 22:11:22 HKT: %C4K_REDUNDANCY-5-CALENDAR: The calendar has been successfully synchronized to the standby supervisor for the first time

Jun 25 22:11:22 HKT: %C4K_REDUNDANCY-5-CONFIGSYNC: The startup-config has been successfully synchronized to the standby supervisor

Jun 25 22:11:23 HKT: %C4K_REDUNDANCY-5-CONFIGSYNC: The private-config has been successfully synchronized to the standby supervisor

Jun 25 22:11:25 HKT: %C4K_REDUNDANCY-5-CONFIGSYNC_RATELIMIT: The vlan database has been successfully synchronized to the standby supervisor

Jun 25 22:11:58 HKT: %EC-5-BUNDLE: Interface TenGigabitEthernet1/1/1 joined port-channel Port-channel61

Jun 25 22:11:58 HKT: %EC-5-BUNDLE: Interface TenGigabitEthernet1/1/2 joined port-channel Port-channel61

Jun 25 22:11:59 HKT: %EC-5-UNBUNDLE: Interface TenGigabitEthernet1/1/1 left the port-channel Port-channel61

Jun 25 22:11:59 HKT: %EC-5-UNBUNDLE: Interface TenGigabitEthernet1/1/2 left the port-channel Port-channel61

Jun 25 22:12:00 HKT: %EC-5-BUNDLE: Interface TenGigabitEthernet1/1/1 joined port-channel Port-channel61

Jun 25 22:12:00 HKT: %EC-5-BUNDLE: Interface TenGigabitEthernet1/1/2 joined port-channel Port-channel61

Jun 25 22:12:01 HKT: %HA_CONFIG_SYNC-6-BULK_CFGSYNC_SUCCEED: Bulk Sync succeeded

Jun 25 22:12:02 HKT: %RF-5-RF_TERMINAL_STATE: Terminal state reached for (SSO)

Jun 25 22:12:04 HKT: %EC-5-BUNDLE: Interface GigabitEthernet1/2/48 joined port-channel Port-channel1

Jun 25 22:12:04 HKT: %EC-5-BUNDLE: Interface GigabitEthernet1/2/44 joined port-channel Port-channel2

Jun 25 22:12:05 HKT: %EC-5-BUNDLE: Interface Gi1/2/1 joined port-channel Po50

Jun 25 22:12:04 HKT: %EC-5-BUNDLE: STANDBY:Interface GigabitEthernet1/2/48 joined port-channel Port-channel1

Jun 25 22:12:04 HKT: %EC-5-BUNDLE: STANDBY:Interface GigabitEthernet1/2/44 joined port-channel Port-channel2

Jun 25 22:12:07 HKT: %EC-5-BUNDLE: Interface Gi1/2/41 joined port-channel Po10

Jun 25 22:12:07 HKT: %EC-5-BUNDLE: Interface Gi1/2/43 joined port-channel Po11

Jun 25 22:12:07 HKT: %EC-5-BUNDLE: Interface Gi1/2/45 joined port-channel Po100

Jun 25 22:12:07 HKT: %EC-5-BUNDLE: STANDBY:Interface Gi1/2/41 joined port-channel Po10

Jun 25 22:12:07 HKT: %EC-5-BUNDLE: STANDBY:Interface Gi1/2/43 joined port-channel Po11

Jun 25 22:12:07 HKT: %EC-5-BUNDLE: STANDBY:Interface Gi1/2/45 joined port-channel Po100

Jun 25 22:12:22 HKT: %C4K_IOSINTF-5-TRANSCEIVERINSERTED: Slot=1 Port=3: Transceiver has been inserted

Jun 25 22:12:23 HKT: %C4K_IOSINTF-5-TRANSCEIVERINSERTED: Slot=1 Port=4: Transceiver has been inserted

Jun 25 22:12:44 HKT: %EC-5-BUNDLE: STANDBY:Interface Gi1/2/1 joined port-channel Po50

Jun 26 09:08:38 HKT: %C4K_REDUNDANCY-5-CONFIGSYNC: The private-config has been successfully synchronized to the standby supervisor

Jun 26 09:08:39 HKT: %C4K_REDUNDANCY-5-CONFIGSYNC: The startup-config has been successfully synchronized to the standby supervisor

Jun 26 11:12:07 HKT: %SYS-5-CONFIG_I: Configured from console by wnyuen on vty1 (192.168.133.8)

Jun 27 22:36:46 HKT: %C4K_REDUNDANCY-5-CONFIGSYNC: The private-config has been successfully synchronized to the standby supervisor

Jun 27 22:36:47 HKT: %C4K_REDUNDANCY-5-CONFIGSYNC: The startup-config has been successfully synchronized to the standby supervisor

Can you please try clearing the mac address table and update me the result.

I will give a explanation for that later if you want after getting to know the status .

Regards

Inayath

Hi Inayath

The CPU utlization back to normal after clear the mac table. Appercite if you could share your view.

Core 0: CPU utilization for five seconds: 2%; one minute: 3%;  five minutes: 3%

Core 1: CPU utilization for five seconds: 7%; one minute: 7%;  five minutes: 9%

PID    Runtime(ms) Invoked  uSecs  5Sec     1Min     5Min     TTY   Process

8509   3617978     18657802 200    5.00     5.11     6.17     0     iosd              

6068   1359366     18944179 7      0.04     0.02     0.01     0     pdsd              

11862  2111454     19191559 55     0.04     0.06     0.07     0     ffm       

BR

Yuen,

1)   the high cpu was due to SA Miss

SA Miss is populated when the source MAC is unknown for the packet so it is

sent to the CPU for mac learning.SA Miss generally is due to extensive mac

tcam being utilized utilized. But in our case the MAT was hardly utilized.

Did not observe any mac-flap . No STP changes was observed.

2)  along with SA miss we also see a lot of and "Vs Tunnel Data Pkt"

continuously incrementing

{Vs Tunnel Data Pkt          1913749950     15569     16162     13467      12827}

3)  After decoding the above packets the original packets were ASIC Sa Miss

packets on the standby which were tunneled from standby to active as Vs

Tunnel Data Pkt. This is the reason we were observing the "Vs Tunnel Data

Pkt" increment. The ASIC Sa Miss on the standby would cause SA-Miss on the

active.

When we say asic SA-Miss we mean that the src mac is not present in the hw

mac address table on the standby. The same mac address is present in the

software as well as hardware on the active.

The reason why we were seeing high cpu on the active sup was the fact that

the platform programming on active and standby (at least, at the single

point-in-time it was captured) that the original source MAC addresses on the

packets being tunneled to the VSS active are seen in the HW programming on

the active but not standby.  This is a potential cause for a persistent

learning state, which would be remedied by a dynamic MAC table clear

(assuming the problem didn't immediate occur again).

4) In our case we did not get the chance to clear the mac table as the cpu

dropped down and the issue got cleared on its own before we checked anything

further on the standby.

HTH

Regards

Inayath

*Plz rate all usefull posts and mark this thread as answered so that others may get benefited.

Yuen,

Is there anything else I can help you with on this ? Else can you mark this thread as answered please rather than leaving it as unanswered.

thanks in advance.

Regards

Inayath

Hi Inayath,

The high CPU gone after clearing the mac table. Tks.

The exact problem of the pair of 4500 running VSS was can't remote access few days ago. The traffic passed through the switch and  the routing seem fine ( OSPF is estalished), However, ping from the direct connected subnet OSPF neighbour no response. We tried switch over the sup and problem gone but triggered high CPU after the Sup switchover, we open a TAC case already and awaiting the Cisco response