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

High latency ping to gateway (CISCO 3750 X series)

hans.adrian
Level 1
Level 1
We use our CISCO 3750x-12S as our gateway, we create all vlan and routing at this switch.
Now we have a problem high latency ping from PC to gateway / management vlan.
We already try to  restore to factory default our Cisco Switch 3750X-12S (we try 2 method by pressing the Mode button n also we try with command "write clear") , but the ping still not stable.
Below is our configuration ( No Vlan, No Routing, No Load and we use 1 cisco Gigabit RJ45 Copper SFP Transceiver to connect from Switch direct to PC using UTP cable).
 

 
Username: Admin
Password:
Switch>en
Password:
Switch#sh run
Building configuration...
Current configuration : 1427 bytes
!
! Last configuration change at 01:51:22 UTC Wed Mar 30 2011
!
version 15.0
no service pad
service timestamps debug datetime msec
service timestamps log datetime msec
service password-encryption
!
hostname Switch
!
boot-start-marker
boot-end-marker
!
enable secret 5 $1$jgtu$4pUhkN1bZYGvxCijBdBiI1
!
username admin password 7 13101C1F5A5E577E7E6E
no aaa new-model
switch 1 provision ws-c3750x-12s
system mtu routing 1500
!
spanning-tree mode pvst
spanning-tree extend system-id
!
!
vlan internal allocation policy ascending
!
interface FastEthernet0
no ip address
shutdown
!
interface GigabitEthernet1/0/1
!
interface GigabitEthernet1/0/2
!
interface GigabitEthernet1/0/3
!
interface GigabitEthernet1/0/4
!
interface GigabitEthernet1/0/5
!
interface GigabitEthernet1/0/6
!
interface GigabitEthernet1/0/7
!
interface GigabitEthernet1/0/8
switchport mode access
!
interface GigabitEthernet1/0/9
!
interface GigabitEthernet1/0/10
!
interface GigabitEthernet1/0/11
!
interface GigabitEthernet1/0/12
!
interface GigabitEthernet1/1/1
!
interface GigabitEthernet1/1/2
!
interface GigabitEthernet1/1/3
!
interface GigabitEthernet1/1/4
!
interface TenGigabitEthernet1/1/1
!
interface TenGigabitEthernet1/1/2
!
interface Vlan1
ip address 10.10.10.2 255.255.255.0
!
ip http server
ip http secure-server
line con 0
line vty 0 4
login local
line vty 5 15
login local
!
end
 
Switch#
 
 
Without load on network (only 1 PC to switch cisco 3750X ) and this is the result ping from PC to Cisco Switch :
 
Pinging 10.10.10.2 with 32 bytes of data:
Reply from 10.10.10.2: bytes=32 time=2ms TTL=255
Reply from 10.10.10.2: bytes=32 time=1ms TTL=255
Reply from 10.10.10.2: bytes=32 time=3ms TTL=255
Reply from 10.10.10.2: bytes=32 time=1ms TTL=255
Reply from 10.10.10.2: bytes=32 time=1ms TTL=255
Reply from 10.10.10.2: bytes=32 time=3ms TTL=255
Reply from 10.10.10.2: bytes=32 time=1ms TTL=255
Reply from 10.10.10.2: bytes=32 time=18ms TTL=255
Reply from 10.10.10.2: bytes=32 time=1ms TTL=255
Reply from 10.10.10.2: bytes=32 time=42ms TTL=255
Reply from 10.10.10.2: bytes=32 time=1ms TTL=255
Reply from 10.10.10.2: bytes=32 time=1ms TTL=255
Reply from 10.10.10.2: bytes=32 time=2ms TTL=255
Reply from 10.10.10.2: bytes=32 time=1ms TTL=255
Reply from 10.10.10.2: bytes=32 time=1ms TTL=255
Reply from 10.10.10.2: bytes=32 time=4ms TTL=255
Reply from 10.10.10.2: bytes=32 time=1ms TTL=255
Reply from 10.10.10.2: bytes=32 time=1ms TTL=255
Reply from 10.10.10.2: bytes=32 time=1ms TTL=255
Reply from 10.10.10.2: bytes=32 time=2ms TTL=255
Reply from 10.10.10.2: bytes=32 time=1ms TTL=255
Reply from 10.10.10.2: bytes=32 time=6ms TTL=255
Reply from 10.10.10.2: bytes=32 time=1ms TTL=255
Reply from 10.10.10.2: bytes=32 time=1ms TTL=255
Reply from 10.10.10.2: bytes=32 time=5ms TTL=255
Reply from 10.10.10.2: bytes=32 time=2ms TTL=255
Reply from 10.10.10.2: bytes=32 time=15ms TTL=255
Reply from 10.10.10.2: bytes=32 time=1ms TTL=255
Reply from 10.10.10.2: bytes=32 time=123ms TTL=255
Reply from 10.10.10.2: bytes=32 time=1ms TTL=255
Reply from 10.10.10.2: bytes=32 time=1ms TTL=255
Reply from 10.10.10.2: bytes=32 time=2ms TTL=255

Ping statistics for 10.10.10.2:
Packets: Sent = 32, Received = 32, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 1ms, Maximum = 123ms, Average = 7ms
Our question :
1.       There is high latency ping from PC to gateway / management vlan, although we don’t have any problem ping from host to host ( PC to PC ). Is it normal condition ? Do you have any comment / technical reason ? We have another cisco 3750 series and we have checked in our exsiting network (even in high load network) , there’s no high latency ping to default gateway/management vlan, the result is always  <1ms.

4 Replies 4

TJ-20933766
Spotlight
Spotlight

If there is nothing causing the CPU utilization to be high, I would assume this could be an issue with the IOS. What version are you running? Is it the recommended version by Cisco? Is it the same as the 3750 you have in production that does not show the same symptoms?

My recommendation: upload different IOS and once you've booted into it, try your pings again.

1. We have another Cisco Catalyst 3750g-12S series that was used as reference when we compare the ping latency between this switch and another switch. The Cisco IOS version c3750-ipbase-mz.122-25.SEB2 was installed on this switch since the begining. And we have the ping latency result always under 1mS with high load.

2. On the another Cisco Catalyst 3750X-12S series switch that was in trouble, we have tried to upgrade the curent Cisco IOS with newer version of Cisco IOS. Here is the detail :

Curent version  : c3750e-universalk9-mz.150-2.SE3
Upgrade version : c3750e-universalk9-mz.150-2.SE6

After the upgrade, we still faced that the ping latency was more than 1mS (between 2mS and 5ms, but sometimes the ping latency can reach the value of 100ms and more). We can conclude that the ping latency result was still unstable to this switch. We also have tried to disconnect all network appliances such as computer, another switch, etc. and connect one PC to monitor the ping latency, but there was no effect. The ping latency still unstable.

In the begining, when we have just purchased this switch, the Cisco IOS version c3750e-universalk9-mz.150-2.SE3 was installed. The ping latency result was stable (<1mS)with high load, but since 6 months ago, suddenly the ping latency result to this switch became unstable.

Is there an damaged part inside this switch that cause the ping latency to become unstable ? or any else?

Doing a "show processes cpu history" and "show processes cpu sorted", do you see anything that would indicate high usage? I know you've limited the number of users on the switch and the forwarding should be handled by the ASIC and not the processor but it would be good to check.

Do you have smartnet on the switch? This may be one for TAC. Potential RMA if it is hardware related.

Thanks Tyson for your guide,

This is the result for "Show processes cpu history"

Switch#sh processes cpu history
                                                                  
                                                                  
                                                                  
      211111111111111111111111111111111111     1111111111111112222
      444444111111111133333111113333300000999993333333333000008888
  100                                                           
   90                                                           
   80                                                           
   70                                                           
   60                                                           
   50                                                           
   40                                                           
   30                                                         **
   20 *                                                       **
   10 **********************************************************
     0....5....1....1....2....2....3....3....4....4....5....5....6
               0    5    0    5    0    5    0    5    0    5    0
               CPU% per second (last 60 seconds)

                                                                  
                                                                  
                                                                  
      222322222222222222222122222212222322222222223221322222221222
 --More--               888215136268658555589953603097913151651615741728231750789650
  100                                                           
   90                                                           
   80                                                           
   70                                                           
   60                                                           
   50                                                           
   40                                                           
   30 **** *  * *********** * *    **  ** ** * ** **  *  ** ** *
   20 **********************************************************
   10 ##########################################################
     0....5....1....1....2....2....3....3....4....4....5....5....6
               0    5    0    5    0    5    0    5    0    5    0
               CPU% per minute (last 60 minutes)
              * = maximum CPU%   # = average CPU%

                                                                              
                                                                              
                                                                              
      333343333333333334333333333333334333333333333333333333334333333333337333
      232413636122334270355263233352330412055138207431386140355383651459332666
  100                                                                       
   90                                                                       
 --More--            80                                                                       
   70                                                                     *
   60                                                                     *
   50                                                         *           *
   40     * * *       ** ** *     *   *    **  *  *    **    ** * **  **  **
   30 **********************************************************************
   20 **********************************************************************
   10 ######################################################################
     0....5....1....1....2....2....3....3....4....4....5....5....6....6....7..
               0    5    0    5    0    5    0    5    0    5    0    5    0  
                   CPU% per hour (last 72 hours)
                  * = maximum CPU%   # = average CPU%

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

This is the result for "show processes cpu" sorted

Switch#show processes cpu sorted
CPU utilization for five seconds: 10%/0%; one minute: 13%; five minutes: 13%
 --More--          PID Runtime(ms)     Invoked      uSecs   5Sec   1Min   5Min TTY Process
 PID Runtime(ms)     Invoked      uSecs   5Sec   1Min   5Min TTY Process
  63    18918019      321729      58801  4.48%  5.21%  5.33%   0 SFF8472          
 229       11873       36392        326  0.31%  0.08%  0.05%   0 IP Input         
 130     3462301     8530363        405  0.31%  0.98%  1.02%   0 hpm main process
  90      789001      906728        870  0.31%  0.18%  0.19%   0 RedEarth Tx Mana
  89       52838     1120335         47  0.15%  0.02%  0.00%   0 RedEarth I2C dri
 239         107         166        644  0.15%  0.12%  0.03%   2 Virtual Exec     
 179      462576     8030157         57  0.15%  0.14%  0.12%   0 Hulc LED Process
 101       33589     1684179         19  0.15%  0.02%  0.00%   0 yeti2_emac_proce
   9          17         548         31  0.00%  0.00%  0.00%   0 WATCH_AFS        
  10           0           5          0  0.00%  0.00%  0.00%   0 License Client N
  11      710397        5604     126766  0.00%  0.25%  0.19%   0 Licensing Auto U
 --More--          PID Runtime(ms)     Invoked      uSecs   5Sec   1Min   5Min TTY Process
   8           0           2          0  0.00%  0.00%  0.00%   0 Timers           
  13         403         767        525  0.00%  0.00%  0.00%   0 ARP Input        
  14       10803      338389         31  0.00%  0.00%  0.00%   0 ARP Background   
  15           0           1          0  0.00%  0.00%  0.00%   0 CEF MIB API      
   7           0           1          0  0.00%  0.00%  0.00%   0 DiscardQ Backgro
   6          17          35        485  0.00%  0.00%  0.00%   0 Pool Manager     
  12         176          12      14666  0.00%  0.00%  0.00%   0 Image License br
  16           0           1          0  0.00%  0.00%  0.00%   0 AAA_SERVER_DEADT
  20         638       67175          9  0.00%  0.00%  0.00%   0 IPC Event Notifi
  21        7966      317553         25  0.00%  0.00%  0.00%   0 IPC Mcast Pendin
  22         135        5605         24  0.00%  0.00%  0.00%   0 IPC Dynamic Cach
 --More--          PID Runtime(ms)     Invoked      uSecs   5Sec   1Min   5Min TTY Process
  23           0           1          0  0.00%  0.00%  0.00%   0 IPC Session Serv
  24           0           1          0  0.00%  0.00%  0.00%   0 IPC Zone Manager
  25        8014      317553         25  0.00%  0.00%  0.00%   0 IPC Periodic Tim
  26        6828      317553         21  0.00%  0.00%  0.00%   0 IPC Deferred Por
  17           0           1          0  0.00%  0.00%  0.00%   0 Policy Manager   
  28        1127       22412         50  0.00%  0.00%  0.00%   0 IPC Seat Manager
  18          18           5       3600  0.00%  0.00%  0.00%   0 Entity MIB API   
  30           0           1          0  0.00%  0.00%  0.00%   0 IPC Seat RX Cont
  19           0           1          0  0.00%  0.00%  0.00%   0 IFS Agent Manage
  32         124       33702          3  0.00%  0.00%  0.00%   0 IPC Keep Alive M
  27           0           1          0  0.00%  0.00%  0.00%   0 IPC Process leve
 --More--          PID Runtime(ms)     Invoked      uSecs   5Sec   1Min   5Min TTY Process
  34           0           3          0  0.00%  0.00%  0.00%   0 PrstVbl          
  35           0           1          0  0.00%  0.00%  0.00%   0 Crash writer     
  36           0           1          0  0.00%  0.00%  0.00%   0 Exception contro
  37           0           1          0  0.00%  0.00%  0.00%   0 License IPC stat
  38           0           1          0  0.00%  0.00%  0.00%   0 License IPC serv
  39        1859      336905          5  0.00%  0.00%  0.00%   0 GraphIt          
  40           0          35          0  0.00%  0.00%  0.00%   0 crypto sw pk pro
  41           9           2       4500  0.00%  0.00%  0.00%   0 SMART            
  42           0           2          0  0.00%  0.00%  0.00%   0 XML Proxy Client
  43           0           1          0  0.00%  0.00%  0.00%   0 ARP Snoop        
  44       12333      317601         38  0.00%  0.00%  0.00%   0 Dynamic ARP Insp
 --More--          PID Runtime(ms)     Invoked      uSecs   5Sec   1Min   5Min TTY Process
   5     5849472      263166      22227  0.00%  1.82%  1.70%   0 Check heaps      
  46       23499      371971         63  0.00%  0.00%  0.00%   0 Net Background   
  47           0           1          0  0.00%  0.00%  0.00%   0 IDB Work         
  29         155       19247          8  0.00%  0.00%  0.00%   0 IPC Check Queue  
  49       12977      317536         40  0.00%  0.00%  0.00%   0 TTY Background   
  50           0           3          0  0.00%  0.00%  0.00%   0 CTS CORE         
   4           0           1          0  0.00%  0.00%  0.00%   0 Connection Mgr   
  31           0           1          0  0.00%  0.00%  0.00%   0 IPC Seat TX Cont
  53           0           9          0  0.00%  0.00%  0.00%   0 IF-MGR event pro
  54           0           1          0  0.00%  0.00%  0.00%   0 Inode Table Dest
  55           0           3          0  0.00%  0.00%  0.00%   0 IP Admission HA  
 --More--          PID Runtime(ms)     Invoked      uSecs   5Sec   1Min   5Min TTY Process
  56           0          45          0  0.00%  0.00%  0.00%   0 Net Input        
  33        1240       67197         18  0.00%  0.00%  0.00%   0 IPC Loadometer   
  58      189804        5651      33587  0.00%  0.03%  0.04%   0 Per-minute Jobs  
  59       21852      336972         64  0.00%  0.00%  0.00%   0 Per-Second Jobs  
  48          26        2146         12  0.00%  0.00%  0.00%   0 Logger           
  61           0        1388          0  0.00%  0.00%  0.00%   0 Transport Port A
  62        3328      100500         33  0.00%  0.00%  0.00%   0 HC Counter Timer
   3          84         124        677  0.00%  0.00%  0.00%   0 hulc_entropy_thr
  64           0          41          0  0.00%  0.00%  0.00%   0 EEM ED Identity  
   2         569       67382          8  0.00%  0.00%  0.00%   0 Load Meter       
  66           0          59          0  0.00%  0.00%  0.00%   0 EEM ED ND        
 --More--          PID Runtime(ms)     Invoked      uSecs   5Sec   1Min   5Min TTY Process
  67          33          72        458  0.00%  0.00%  0.00%   0 USB Startup      
  68        3406     6326790          0  0.00%  0.00%  0.00%   0 DownWhenLooped   
  69           0           1          0  0.00%  0.00%  0.00%   0 HULC PBR Tcam Me
  70           0           1          0  0.00%  0.00%  0.00%   0 HULC ACL Tcam Me
  71           0           1          0  0.00%  0.00%  0.00%   0 Hulc Warm Upgrad
  72           0           1          0  0.00%  0.00%  0.00%   0 HRPC hdwl reques
  73           0           1          0  0.00%  0.00%  0.00%   0 Hulc EEM Process
  74           0           1          0  0.00%  0.00%  0.00%   0 HRPC lpip reques
  75           0           2          0  0.00%  0.00%  0.00%   0 HLPIP Sync Proce
  76           0           1          0  0.00%  0.00%  0.00%   0 HRPC Multi-FS Sy
  77           0           1          0  0.00%  0.00%  0.00%   0 HULC multifs pro
 --More--          PID Runtime(ms)     Invoked      uSecs   5Sec   1Min   5Min TTY Process
  78           8           1       8000  0.00%  0.00%  0.00%   0 HRPC hnetwpol re
  79           0           1          0  0.00%  0.00%  0.00%   0 HRPC EnergyWise  
  80           0           1          0  0.00%  0.00%  0.00%   0 HRPC actual powe
  81        8888     1347421          6  0.00%  0.00%  0.00%   0 HUSB Console     
  82           0           1          0  0.00%  0.00%  0.00%   0 HRPC ipadm reque
  83           0           2          0  0.00%  0.00%  0.00%   0 SM RBCP Monitor  
  84         309       11209         27  0.00%  0.00%  0.00%   0 PSP Timer        
  85           0           1          0  0.00%  0.00%  0.00%   0 HULC QM Tcam Mem
  86           0           2          0  0.00%  0.00%  0.00%   0 X2 HAMM detect p
  87           0           1          0  0.00%  0.00%  0.00%   0 Madmax Process   
  88           0           1          0  0.00%  0.00%  0.00%   0 HRPC asic-stats  
 --More--          PID Runtime(ms)     Invoked      uSecs   5Sec   1Min   5Min TTY Process
  45           0           1          0  0.00%  0.00%  0.00%   0 Critical Bkgnd   
  51           8          13        615  0.00%  0.00%  0.00%   0 SXP CORE         
  91       12422      560085         22  0.00%  0.00%  0.00%   0 RedEarth Rx Mana
  92        7472       67384        110  0.00%  0.00%  0.00%   0 HULC Thermal Pro
  93           0           1          0  0.00%  0.00%  0.00%   0 HRPC hsm request
  94           0           8          0  0.00%  0.00%  0.00%   0 Stack Mgr        
  95         126          12      10500  0.00%  0.00%  0.00%   0 Stack Mgr Notifi
  96           0          11          0  0.00%  0.00%  0.00%   0 Adjust Regions   
  97       20754      165852        125  0.00%  0.00%  0.00%   0 hrpc -> response
  98           0          31          0  0.00%  0.00%  0.00%   0 hrpc -> request  
  99        1949       56053         34  0.00%  0.00%  0.00%   0 hrpc <- response
 --More--          PID Runtime(ms)     Invoked      uSecs   5Sec   1Min   5Min TTY Process
 100           0           1          0  0.00%  0.00%  0.00%   0 HRPC hcomp reque
  52           0           5          0  0.00%  0.00%  0.00%   0 IF-MGR control p
 102           0          11          0  0.00%  0.00%  0.00%   0 HULC Device Mana
  57        2286       67383         33  0.00%  0.00%  0.00%   0 Compute load avg
 104           0           2          0  0.00%  0.00%  0.00%   0 HRPC hdm blockin
 105        1092       67166         16  0.00%  0.00%  0.00%   0 HIPC bkgrd proce
 106           0           1          0  0.00%  0.00%  0.00%   0 RTTYS Process    
 107           0          10          0  0.00%  0.00%  0.00%   0 Hulc Port-Securi
 108           0           1          0  0.00%  0.00%  0.00%   0 HRPC hpsecure re
 109           0           1          0  0.00%  0.00%  0.00%   0 HRPC hfbm reques
 111           0           1          0  0.00%  0.00%  0.00%   0 HRPC hlfm reques
 --More--          PID Runtime(ms)     Invoked      uSecs   5Sec   1Min   5Min TTY Process
 112       27142     9419543          2  0.00%  0.00%  0.00%   0 HLFM address lea
 113        8966      317542         28  0.00%  0.00%  0.00%   0 HLFM aging proce
 114       18861     9419544          2  0.00%  0.00%  0.00%   0 HLFM address ret
  60           0           1          0  0.00%  0.00%  0.00%   0 AggMgr Process   
 116           0          16          0  0.00%  0.00%  0.00%   0 HRPC emac reques
 117          17           8       2125  0.00%  0.00%  0.00%   0 HULC EMAC Proces
 118           0           1          0  0.00%  0.00%  0.00%   0 HRPC hulc misc r
 119         767      112053          6  0.00%  0.00%  0.00%   0 HVLAN main bkgrd
  65           0          81          0  0.00%  0.00%  0.00%   0 EEM ED MAT       
 121           0           2          0  0.00%  0.00%  0.00%   0 Vlan shutdown Pr
 122           0           4          0  0.00%  0.00%  0.00%   0 HRPC vlan reques
 --More--          PID Runtime(ms)     Invoked      uSecs   5Sec   1Min   5Min TTY Process
 123           0           1          0  0.00%  0.00%  0.00%   0 HULC VLAN REF Ba
 124         260        5605         46  0.00%  0.00%  0.00%   0 hulc_xps_process
 125           0           1          0  0.00%  0.00%  0.00%   0 HRPC ilp request
 126        4884       22412        217  0.00%  0.00%  0.00%   0 Strider Tcam Mem
 127           0           1          0  0.00%  0.00%  0.00%   0 HULC PM Vector P
 128           0           1          0  0.00%  0.00%  0.00%   0 HPM Msg Retry Pr
 129           0           1          0  0.00%  0.00%  0.00%   0 LICENSE AGENT    
   1          24         174        137  0.00%  0.00%  0.00%   0 Chunk Manager    
 131           0          12          0  0.00%  0.00%  0.00%   0 HPM Stack Sync P
 132           0           1          0  0.00%  0.00%  0.00%   0 HRPC pm request  
 133           0           4          0  0.00%  0.00%  0.00%   0 HPM if_num mappi
 --More--          PID Runtime(ms)     Invoked      uSecs   5Sec   1Min   5Min TTY Process
 134       15011      336908         44  0.00%  0.00%  0.00%   0 hpm counter proc
 135           0           1          0  0.00%  0.00%  0.00%   0 HRPC pm-counters
 136           0           1          0  0.00%  0.00%  0.00%   0 hpm vp events ca
 137       15913      317546         50  0.00%  0.00%  0.00%   0 Hulc CTS Process
 138           0           1          0  0.00%  0.00%  0.00%   0 HRPC cts request
 139           0           1          0  0.00%  0.00%  0.00%   0 HULC Msg Retry P
 140           0           1          0  0.00%  0.00%  0.00%   0 HRPC hcmp reques
 141         354         161       2198  0.00%  0.00%  0.00%   0 HCEF ADJ Refresh
 142           0           1          0  0.00%  0.00%  0.00%   0 hl3md_rpfq_thrl_
 143        6694      165805         40  0.00%  0.00%  0.00%   0 hl3mm_rp         
 144           0           1          0  0.00%  0.00%  0.00%   0 HACL Queue Proce
 --More--          PID Runtime(ms)     Invoked      uSecs   5Sec   1Min   5Min TTY Process
 145           0           1          0  0.00%  0.00%  0.00%   0 HRPC acl request
 146           0           9          0  0.00%  0.00%  0.00%   0 HACL Acl Manager
 147           0           1          0  0.00%  0.00%  0.00%   0 HRPC aim request
 148           0           3          0  0.00%  0.00%  0.00%   0 HRPC axiom-mgmt  
 149        7192      165794         43  0.00%  0.00%  0.00%   0 Hulc Axiom Mgmt  
 150           0           1          0  0.00%  0.00%  0.00%   0 HRPC backup inte
 151        1218        1166       1044  0.00%  0.00%  0.00%   0 OBFL TEMP obfl0  
 152           0           1          0  0.00%  0.00%  0.00%   0 HRPC cdp request
 153           0           1          0  0.00%  0.00%  0.00%   0 HULC CISP Proces
 154           0           1          0  0.00%  0.00%  0.00%   0 HRPC dot1x reque
 155           0           1          0  0.00%  0.00%  0.00%   0 Dot1X Msg Retry  
 --More--          PID Runtime(ms)     Invoked      uSecs   5Sec   1Min   5Min TTY Process
 156           9           3       3000  0.00%  0.00%  0.00%   0 HULC DOT1X Proce
 157           0           1          0  0.00%  0.00%  0.00%   0 HRPC foxhound re
 158           0           2          0  0.00%  0.00%  0.00%   0 Hulc Foxhound Pr
 159           0           1          0  0.00%  0.00%  0.00%   0 HRPC lldp reques
 160           0           2          0  0.00%  0.00%  0.00%   0 MACsec Process   
 161           0           1          0  0.00%  0.00%  0.00%   0 HRPC macsec requ
 162           0           1          0  0.00%  0.00%  0.00%   0 HRPC system mtu  
 163           0           1          0  0.00%  0.00%  0.00%   0 HRPC rep request
 164           0           3          0  0.00%  0.00%  0.00%   0 REP Helper Proc  
 165           0           1          0  0.00%  0.00%  0.00%   0 HRPC sdm request
 166           0           1          0  0.00%  0.00%  0.00%   0 SMI MSG Retry Pr
 --More--          PID Runtime(ms)     Invoked      uSecs   5Sec   1Min   5Min TTY Process
 167           0           1          0  0.00%  0.00%  0.00%   0 HRPC Smart Insta
 168       25432     1586913         16  0.00%  0.00%  0.00%   0 Hulc Storm Contr
 169           0           2          0  0.00%  0.00%  0.00%   0 HSTP Sync Proces
 170           0           1          0  0.00%  0.00%  0.00%   0 HRPC stp_cli req
 171           0           1          0  0.00%  0.00%  0.00%   0 HRPC stp_state_s
 172           0           2          0  0.00%  0.00%  0.00%   0 S/W Bridge Proce
 173           0           1          0  0.00%  0.00%  0.00%   0 HRPC hudld reque
 174           0           1          0  0.00%  0.00%  0.00%   0 HRPC vqpc reques
 175           0           1          0  0.00%  0.00%  0.00%   0 HRPC iec_load_ba
 176        9039      317567         28  0.00%  0.00%  0.00%   0 IEC Load balance
 177           0           1          0  0.00%  0.00%  0.00%   0 HRPC l2pt qnq rp
 --More--          PID Runtime(ms)     Invoked      uSecs   5Sec   1Min   5Min TTY Process
 178           0           1          0  0.00%  0.00%  0.00%   0 HRPC hled reques
 103           0           3          0  0.00%  0.00%  0.00%   0 HRPC hdm non blo
 180           0           1          0  0.00%  0.00%  0.00%   0 HRPC hl3mm reque
 181       13209      230816         57  0.00%  0.01%  0.00%   0 hl3mm            
 182       75116      240433        312  0.00%  0.03%  0.00%   0 HL3U bkgrd proce
 183           0           1          0  0.00%  0.00%  0.00%   0 HRPC hl3u reques
 184        2242       76863         29  0.00%  0.00%  0.00%   0 HIPV6 bkgrd proc
 185           8           1       8000  0.00%  0.00%  0.00%   0 HRPC IPv6 Unicas
 186         561       76832          7  0.00%  0.00%  0.00%   0 HL3U PBR bkgrd p
 187          26        2808          9  0.00%  0.00%  0.00%   0 HL3U PBR n-h res
 188           0           1          0  0.00%  0.00%  0.00%   0 HRPC obfl reques
 --More--          PID Runtime(ms)     Invoked      uSecs   5Sec   1Min   5Min TTY Process
 189         149         195        764  0.00%  0.00%  0.00%   1 Virtual Exec     
 190           0           1          0  0.00%  0.00%  0.00%   0 HRPC dtp request
 191           0           1          0  0.00%  0.00%  0.00%   0 HRPC hmedianet p
 192           0           1          0  0.00%  0.00%  0.00%   0 HRPC show_forwar
 193           0           1          0  0.00%  0.00%  0.00%   0 HRPC snmp reques
 194           0           1          0  0.00%  0.00%  0.00%   0 HULC SNMP Proces
 195      140177       67181       2086  0.00%  0.04%  0.04%   0 HQM Stack Proces
 196       53410      134335        397  0.00%  0.00%  0.00%   0 HRPC qos request
 197           0           1          0  0.00%  0.00%  0.00%   0 HRPC span reques
 198           0           3          0  0.00%  0.00%  0.00%   0 HRPC system post
 199           0           1          0  0.00%  0.00%  0.00%   0 Hulc Reload Mana
 --More--          PID Runtime(ms)     Invoked      uSecs   5Sec   1Min   5Min TTY Process
 200           0           1          0  0.00%  0.00%  0.00%   0 HRPC hrcli-event
 201           8        1872          4  0.00%  0.00%  0.00%   0 HCMP sync proces
 202           0           2          0  0.00%  0.00%  0.00%   0 image mgr        
 203           0           1          0  0.00%  0.00%  0.00%   0 HRFS OIR Proc    
 204          16           5       3200  0.00%  0.00%  0.00%   0 HL2MCM           
 205           9           5       1800  0.00%  0.00%  0.00%   0 HL2MCM           
 206           0           7          0  0.00%  0.00%  0.00%   0 Hulc SM10G Infra
 115           0           1          0  0.00%  0.00%  0.00%   0 HRPC hrcmd reque
 208           0           1          0  0.00%  0.00%  0.00%   0 AAA ACCT Proc    
 209           0           1          0  0.00%  0.00%  0.00%   0 ACCT Periodic Pr
 210           0           1          0  0.00%  0.00%  0.00%   0 AAA System Acct  
 --More--          PID Runtime(ms)     Invoked      uSecs   5Sec   1Min   5Min TTY Process
 211           0           1          0  0.00%  0.00%  0.00%   0 AUTH POLICY Fram
 212        5807      236887         24  0.00%  0.00%  0.00%   0 Auth Manager     
 213           0           1          0  0.00%  0.00%  0.00%   0 Auth-proxy AAA B
 214           0        1124          0  0.00%  0.00%  0.00%   0 IP Admin SM Proc
 215        6972       34204        203  0.00%  0.00%  0.00%   0 CDP Protocol     
 216           9           7       1285  0.00%  0.00%  0.00%   0 SpanTree Helper  
 217       24318      337834         71  0.00%  0.00%  0.00%   0 CEF: IPv4 proces
 218           0           2          0  0.00%  0.00%  0.00%   0 CMD HANDLER      
 219           0           2          0  0.00%  0.00%  0.00%   0 AAA Dictionary R
 220          51        2808         18  0.00%  0.00%  0.00%   0 DHCP Snooping    
 221           0           1          0  0.00%  0.00%  0.00%   0 DHCP Snooping db
 --More--          PID Runtime(ms)     Invoked      uSecs   5Sec   1Min   5Min TTY Process
 222           0           2          0  0.00%  0.00%  0.00%   0 Dot1x Mgr Proces
 223           0           1          0  0.00%  0.00%  0.00%   0 EAP Framework    
 224           0           1          0  0.00%  0.00%  0.00%   0 EAP Test         
 225           0           2          0  0.00%  0.00%  0.00%   0 EAPoUDP Process  
 226           0           2          0  0.00%  0.00%  0.00%   0 CEF switching ba
 227           0           2          0  0.00%  0.00%  0.00%   0 IP ARP Adjacency
 228       18202     9420180          1  0.00%  0.00%  0.00%   0 IP ARP Retry Age
 120           0           2          0  0.00%  0.00%  0.00%   0 HVLAN Mapped Vla
 230           0           1          0  0.00%  0.00%  0.00%   0 ICMP event handl
 231        7370      634902         11  0.00%  0.00%  0.00%   0 IP ARP Track     
 232         450      319079          1  0.00%  0.00%  0.00%   0 fnvRootHubPortSt
 --More--          PID Runtime(ms)     Invoked      uSecs   5Sec   1Min   5Min TTY Process
 233           9           1       9000  0.00%  0.00%  0.00%   0 tHUB             
 234        3151     3172667          0  0.00%  0.01%  0.00%   0 MDFS MFIB Proces
 235           0           1          0  0.00%  0.00%  0.00%   0 ADJ NSF process  
 236           0           1          0  0.00%  0.00%  0.00%   0 IPv6 ping proces
 237           0           2          0  0.00%  0.00%  0.00%   0 KRB5 AAA         
 238           9           2       4500  0.00%  0.00%  0.00%   0 MKA              
 207           0           2          0  0.00%  0.00%  0.00%   0 AAA Server       
 240           0           2          0  0.00%  0.00%  0.00%   0 REP Topology cha
 241           0           1          0  0.00%  0.00%  0.00%   0 SMI Director DB  
 242           0           1          0  0.00%  0.00%  0.00%   0 SMI CDP Update H
 243           0           1          0  0.00%  0.00%  0.00%   0 SMI Backup Proce
 --More--          PID Runtime(ms)     Invoked      uSecs   5Sec   1Min   5Min TTY Process
 244           8           2       4000  0.00%  0.00%  0.00%   0 SMI IBC server p
 245           0           1          0  0.00%  0.00%  0.00%   0 SMI IBC client p
 246           0           2          0  0.00%  0.00%  0.00%   0 SMI IBC Download
 247       71479      316607        225  0.00%  0.00%  0.00%   0 Spanning Tree    
 248           0        5617          0  0.00%  0.00%  0.00%   0 Spanning Tree St
 249           0           2          0  0.00%  0.00%  0.00%   0 CDP Forward Proc
 250          26           7       3714  0.00%  0.00%  0.00%   0 802.1x switch    
 251           0           1          0  0.00%  0.00%  0.00%   0 802.1x Webauth F
 252        2739       11158        245  0.00%  0.00%  0.00%   0 DTP Protocol     
 253           0           1          0  0.00%  0.00%  0.00%   0 HRPC IPv6 Host r
 254           0           1          0  0.00%  0.00%  0.00%   0 IPv6 Platform Ho
 --More--          PID Runtime(ms)     Invoked      uSecs   5Sec   1Min   5Min TTY Process
 255           0           1          0  0.00%  0.00%  0.00%   0 axiom-module cra
 256           0           1          0  0.00%  0.00%  0.00%   0 HRPC dai request
 257           0           1          0  0.00%  0.00%  0.00%   0 HULC DAI Process
 258           0           1          0  0.00%  0.00%  0.00%   0 HRPC power down  
 259           0           1          0  0.00%  0.00%  0.00%   0 HRPC ip device t
 260           0           1          0  0.00%  0.00%  0.00%   0 HRPC ip source g
 261           0           1          0  0.00%  0.00%  0.00%   0 HULC IP Source g
 262           0           1          0  0.00%  0.00%  0.00%   0 HRPC sisf reques
 263           0           2          0  0.00%  0.00%  0.00%   0 HULC SISF Proces
 264           0           1          0  0.00%  0.00%  0.00%   0 HULC SISF Source
 265       32118      317540        101  0.00%  0.00%  0.00%   0 PI MATM Aging Pr
 --More--          PID Runtime(ms)     Invoked      uSecs   5Sec   1Min   5Min TTY Process
 266       78187     3338716         23  0.00%  0.00%  0.00%   0 UDLD             
 267          18       11232          1  0.00%  0.00%  0.00%   0 Port-Security    
 268           0           2          0  0.00%  0.00%  0.00%   0 Switch Backup In
 269           0           2          0  0.00%  0.00%  0.00%   0 IP Host Track Pr
 270           0           1          0  0.00%  0.00%  0.00%   0 Link State Group
 271         165        5604         29  0.00%  0.00%  0.00%   0 MMN bkgrd proces
 272         363       33616         10  0.00%  0.00%  0.00%   0 Ethchnl          
 273           0           9          0  0.00%  0.00%  0.00%   0 VMATM Callback   
 274           0           1          0  0.00%  0.00%  0.00%   0 IPC UDP Input    
 275         711        6737        105  0.00%  0.01%  0.00%   0 CEF background p
 276           0           1          0  0.00%  0.00%  0.00%   0 fib_fib_bfd_sb e
 --More--          PID Runtime(ms)     Invoked      uSecs   5Sec   1Min   5Min TTY Process
 277           0           1          0  0.00%  0.00%  0.00%   0 IP IRDP          
 278           0           1          0  0.00%  0.00%  0.00%   0 CEF RF HULC Conv
 279           0           1          0  0.00%  0.00%  0.00%   0 XDR background p
 280           0           1          0  0.00%  0.00%  0.00%   0 XDR mcast        
 281         662       33615         19  0.00%  0.00%  0.00%   0 IP ACL XDR LC Ba
 282           0           1          0  0.00%  0.00%  0.00%   0 XDR RP Ping Back
 283           0           1          0  0.00%  0.00%  0.00%   0 XDR mcast rcv    
 284         327        5604         58  0.00%  0.00%  0.00%   0 XDR RP backgroun
 285           0           1          0  0.00%  0.00%  0.00%   0 IPC LC Message H
 286           0           1          0  0.00%  0.00%  0.00%   0 XDR RP Test Back
 287           0           3          0  0.00%  0.00%  0.00%   0 ADJ background   
 --More--          PID Runtime(ms)     Invoked      uSecs   5Sec   1Min   5Min TTY Process
 288           0           3          0  0.00%  0.00%  0.00%   0 MDFS LC Process  
 289           0           1          0  0.00%  0.00%  0.00%   0 Critical Auth    
 290           0           2          0  0.00%  0.00%  0.00%   0 Routing Topology
 291           0           2          0  0.00%  0.00%  0.00%   0 IP RIB Update    
 292           0           2          0  0.00%  0.00%  0.00%   0 ADJ resolve proc
 293           0           1          0  0.00%  0.00%  0.00%   0 IPv6 RIB Event H
 294          49        3340         14  0.00%  0.00%  0.00%   0 TCP Timer        
 295           8          19        421  0.00%  0.00%  0.00%   0 TCP Protocols    
 296           0           1          0  0.00%  0.00%  0.00%   0 Socket Timers    
 297       18389       84550        217  0.00%  0.00%  0.00%   0 HTTP CORE        
 298          27        4213          6  0.00%  0.00%  0.00%   0 Cluster L2       
 --More--          PID Runtime(ms)     Invoked      uSecs   5Sec   1Min   5Min TTY Process
 299         518       33617         15  0.00%  0.00%  0.00%   0 Cluster RARP     
 300         534       42066         12  0.00%  0.00%  0.00%   0 Cluster Base     
 301           0           3          0  0.00%  0.00%  0.00%   0 Collection proce
 302           0           2          0  0.00%  0.00%  0.00%   0 Dot1x Supplicant
 303           0           2          0  0.00%  0.00%  0.00%   0 Dot1x Supplicant
 304           0           2          0  0.00%  0.00%  0.00%   0 Dot1x Supplicant
 305           0           3          0  0.00%  0.00%  0.00%   0 Flow Exporter Ti
 306           0           2          0  0.00%  0.00%  0.00%   0 Multicast Offloa
 307           0           1          0  0.00%  0.00%  0.00%   0 RARP Input       
 308           0           2          0  0.00%  0.00%  0.00%   0 static           
 309           0           1          0  0.00%  0.00%  0.00%   0 MAB Framework    
 --More--          PID Runtime(ms)     Invoked      uSecs   5Sec   1Min   5Min TTY Process
 310        1680       33617         49  0.00%  0.00%  0.00%   0 QoS stats proces
 311        1844       22410         82  0.00%  0.00%  0.00%   0 MDFS LC Download
 312           0           2          0  0.00%  0.00%  0.00%   0 REP LSL Proc     
 313           0           2          0  0.00%  0.00%  0.00%   0 REP BPA/EPA Proc
 314           0           2          0  0.00%  0.00%  0.00%   0 SNMP Timers      
 315           0           1          0  0.00%  0.00%  0.00%   0 HRPC dhcp snoopi
 316           0           4          0  0.00%  0.00%  0.00%   0 HULC DHCP Snoopi
 317        1102       16810         65  0.00%  0.00%  0.00%   0 HULC stack power
 318           0           1          0  0.00%  0.00%  0.00%   0 HRPC stack power
 319           0           8          0  0.00%  0.00%  0.00%   0 IGMPSN L2MCM     
 320           0           1          0  0.00%  0.00%  0.00%   0 IGMPSN MRD       
 --More--          PID Runtime(ms)     Invoked      uSecs   5Sec   1Min   5Min TTY Process
 321           8          29        275  0.00%  0.00%  0.00%   0 IGMPSN           
 322           0           1          0  0.00%  0.00%  0.00%   0 IGMPQR           
 323           0           3          0  0.00%  0.00%  0.00%   0 L2TRACE SERVER   
 324           0           6          0  0.00%  0.00%  0.00%   0 MLDSN L2MCM      
 325           0           1          0  0.00%  0.00%  0.00%   0 MRD              
 326           0           1          0  0.00%  0.00%  0.00%   0 MLD_SNOOP        
 327           0           1          0  0.00%  0.00%  0.00%   0 HRPC hl2mcm igmp
 328       19193     3187572          6  0.00%  0.00%  0.00%   0 MDFS RP process  
 329           0           1          0  0.00%  0.00%  0.00%   0 EM Background Pr
 330           0           2          0  0.00%  0.00%  0.00%   0 AAA Cached Serve
 331           0           1          0  0.00%  0.00%  0.00%   0 HRPC hl2mcm mlds
 --More--          PID Runtime(ms)     Invoked      uSecs   5Sec   1Min   5Min TTY Process
 332       69942         199     351467  0.00%  0.00%  0.00%   0 NIST rng proc    
 333        7335      634902         11  0.00%  0.00%  0.00%   0 Timer Library    
 334           0           2          0  0.00%  0.00%  0.00%   0 ENABLE AAA       
 335           0           3          0  0.00%  0.00%  0.00%   0 LDAP process     
 336           0           2          0  0.00%  0.00%  0.00%   0 Crypto Support   
 337           0           1          0  0.00%  0.00%  0.00%   0 IPSECv6 PS Proc  
 338           0           2          0  0.00%  0.00%  0.00%   0 LINE AAA         
 339           0           2          0  0.00%  0.00%  0.00%   0 LOCAL AAA        
 340           0           2          0  0.00%  0.00%  0.00%   0 EPM MAIN PROCESS
 341         126           6      21000  0.00%  0.00%  0.00%   0 OBFL MSG obfl0   
 342           0           2          0  0.00%  0.00%  0.00%   0 TPLUS            
 --More--          PID Runtime(ms)     Invoked      uSecs   5Sec   1Min   5Min TTY Process
 343       17687       16809       1052  0.00%  0.00%  0.00%   0 HULC ISM FNF     
 344          59          12       4916  0.00%  0.00%  0.00%   0 OBFL ENV obfl0   
 345         429          30      14300  0.00%  0.00%  0.00%   0 crypto engine pr
 346      212941      318281        669  0.00%  0.05%  0.05%   0 Crypto IKEv2     
 347           0           1          0  0.00%  0.00%  0.00%   0 IKEv2 AAA handle
 348           0           1          0  0.00%  0.00%  0.00%   0 CEF RP IPC Backg
 349           0           1          0  0.00%  0.00%  0.00%   0 encrypt proc     
 350           0           2          0  0.00%  0.00%  0.00%   0 CRYPTO MAP FREE  
 351           0           1          0  0.00%  0.00%  0.00%   0 Crypto INT       
 352           0           2          0  0.00%  0.00%  0.00%   0 Crypto IKE Dispa
 353           0           3          0  0.00%  0.00%  0.00%   0 Crypto IKMP      
 --More--          PID Runtime(ms)     Invoked      uSecs   5Sec   1Min   5Min TTY Process
 354           0           1          0  0.00%  0.00%  0.00%   0 IPSEC manual key
 355         453       16811         26  0.00%  0.00%  0.00%   0 IPSEC key engine
 356           0           5          0  0.00%  0.00%  0.00%   0 Crypto ACL       
 357           0           1          0  0.00%  0.00%  0.00%   0 Crypto PAS Proc  
 358           0           4          0  0.00%  0.00%  0.00%   0 IPSec background
 359         302         378        798  0.00%  0.00%  0.00%   0 Crypto CA        
 360           0           1          0  0.00%  0.00%  0.00%   0 Crypto PKI-CRL   
 361           0           2          0  0.00%  0.00%  0.00%   0 MMON PROCESS     
 362       48890    10321049          4  0.00%  0.00%  0.00%   0 MMON MENG        
 363           0           1          0  0.00%  0.00%  0.00%   0 HRPC x_setup req
 364           0           2          0  0.00%  0.00%  0.00%   0 REP Switch Helpe
 --More--          PID Runtime(ms)     Invoked      uSecs   5Sec   1Min   5Min TTY Process
 365           0           1          0  0.00%  0.00%  0.00%   0 Licensing MIB pr
 366           0           8          0  0.00%  0.00%  0.00%   0 VTP Trap Process
 367           0          10          0  0.00%  0.00%  0.00%   0 ASP Process Crea
 368           0          12          0  0.00%  0.00%  0.00%   0 AAA SEND STOP EV
 369           0           1          0  0.00%  0.00%  0.00%   0 Test AAA Client  
 370           0           2          0  0.00%  0.00%  0.00%   0 DHCP Security He
 371           0           2          0  0.00%  0.00%  0.00%   0 EEM ED Routing   
 372          32        1082         29  0.00%  0.00%  0.00%   0 EEM ED Syslog    
 373           0           1          0  0.00%  0.00%  0.00%   0 Syslog Traps     
 375         275        5604         49  0.00%  0.00%  0.00%   0 vlmap logger     
 376           0           1          0  0.00%  0.00%  0.00%   0 HCD Process      
 --More--          PID Runtime(ms)     Invoked      uSecs   5Sec   1Min   5Min TTY Process
 377           0           1          0  0.00%  0.00%  0.00%   0 HRPC cable diagn
 378           0           1          0  0.00%  0.00%  0.00%   0 HRPC rsu request
 379         638       22392         28  0.00%  0.00%  0.00%   0 OBFL I/O Buffer  
 380           0           2          0  0.00%  0.00%  0.00%   0 DiagCard1/-1     
 381           0           1          0  0.00%  0.00%  0.00%   0 Online Diag EEM  
 382        2916      317795          9  0.00%  0.00%  0.00%   0 PM Callback      
 384         158       26929          5  0.00%  0.00%  0.00%   0 dhcp snooping sw
 386           9          51        176  0.00%  0.00%  0.00%   0 EEM Server       
 387          17           2       8500  0.00%  0.00%  0.00%   0 Call Home proces
 388           8           4       2000  0.00%  0.00%  0.00%   0 CTS credentials  
 389           8           2       4000  0.00%  0.00%  0.00%   0 EEM Policy Direc
 --More--          PID Runtime(ms)     Invoked      uSecs   5Sec   1Min   5Min TTY Process
 390           0           1          0  0.00%  0.00%  0.00%   0 HRPC eee request
 391           0           2          0  0.00%  0.00%  0.00%   0 EEM ED CLI       
 392           0           3          0  0.00%  0.00%  0.00%   0 EEM ED Config    
 393           0           3          0  0.00%  0.00%  0.00%   0 EEM ED Counter   
 394           0           3          0  0.00%  0.00%  0.00%   0 EEM ED Env       
 395           0           3          0  0.00%  0.00%  0.00%   0 EM ED GOLD       
 396           0           3          0  0.00%  0.00%  0.00%   0 EEM ED Interface
 397           0           3          0  0.00%  0.00%  0.00%   0 EEM ED IOSWD     
 398           0           3          0  0.00%  0.00%  0.00%   0 EEM ED Ipsla     
 399           0           3          0  0.00%  0.00%  0.00%   0 EEM ED None      
 400           0           3          0  0.00%  0.00%  0.00%   0 EEM ED OIR       
 --More--          PID Runtime(ms)     Invoked      uSecs   5Sec   1Min   5Min TTY Process
 401         518        5604         92  0.00%  0.00%  0.00%   0 Call Home Timer  
 402           0           3          0  0.00%  0.00%  0.00%   0 EEM ED SNMP      
 403           0           3          0  0.00%  0.00%  0.00%   0 EEM ED SNMP Obje
 404           0           2          0  0.00%  0.00%  0.00%   0 EEM ED SNMP Noti
 405           0           3          0  0.00%  0.00%  0.00%   0 EEM ED Test      
 406          85        9263          9  0.00%  0.00%  0.00%   0 EEM ED Timer     
 407          17        1074         15  0.00%  0.00%  0.00%   0 Syslog           
 408           0           5          0  0.00%  0.00%  0.00%   0 RBM CORE         
 409           0           2          0  0.00%  0.00%  0.00%   0 STP FAST TRANSIT
 410           0           2          0  0.00%  0.00%  0.00%   0 CSRT RAPID TRANS
 411           8           3       2666  0.00%  0.00%  0.00%   0 VLAN Manager     
 --More--          PID Runtime(ms)     Invoked      uSecs   5Sec   1Min   5Min TTY Process
 413       12025      317561         37  0.00%  0.00%  0.00%   0 DHCP Client      
 415           0           3          0  0.00%  0.00%  0.00%   0 hulc cfg mgr mas
 416        3141         186      16887  0.00%  0.00%  0.00%   0 hulc running con

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

Do you see any isue?

Unfortunately our cisco smartnet already expired.