02-26-2013 07:48 PM - edited 03-07-2019 11:57 AM
hi
i am seeing very high utilization on a random basis on the stack. and the logs indicate me that there is a pattern where there is a stack power cable shows inserted (which was never unplugged) followed by sudden spike in the utilization.
001018: *Mar 6 16:21:22.138: %PLATFORM_STACKPOWER-6-CABLE_EVENT: Switch 4 stack power cable 1 inserted
001019: *Mar 6 18:18:37.982: %SYS-1-CPURISINGTHRESHOLD: Threshold: Total CPU Utilization(Total/Intr): 99%/1%, Top 3 processes(Pid/Util): 390/72%, 239/6%, 125/4%
001020: *Mar 6 18:20:17.983: %SYS-1-CPUFALLINGTHRESHOLD: Threshold: Total CPU Utilization(Total/Intr) 16%/1%.
001021: *Mar 6 19:29:34.303: %SYS-5-CONFIG_I: Configured from console by helpdesk on vty0 (159.207.161.102)
001022: *Mar 6 19:38:11.133: %PLATFORM_STACKPOWER-6-CABLE_EVENT: Switch 4 stack power cable 1 inserted
001023: *Mar 6 20:20:23.067: %SYS-1-CPURISINGTHRESHOLD: Threshold: Total CPU Utilization(Total/Intr): 99%/2%, Top 3 processes(Pid/Util): 390/73%, 239/5%, 125/3%
001024: *Mar 6 20:23:12.987: %SYS-1-CPUFALLINGTHRESHOLD: Threshold: Total CPU Utilization(Total/Intr) 24%/2%.
I would be unplugging the power stack cables to test this but wanted to share this you if someone has seen the same pattern before?
Regards,
Mohit
Solved! Go to Solution.
02-27-2013 07:26 PM
This case is very similar to many I have faced before... I have decoded those PC values you sent me
sho stacks 390
Process 390: SNMP ENGINE
Stack segment 0x7F8F14C - 0x7F9202C
FP: 0x7F91F90, RA: 0x1B97920
FP: 0x7F92018, RA: 0x18BD1D4
FP: 0x7F92020, RA: 0x284DA88
FP: 0x0, RA: 0x28478FC
I found out that this problem happens when the SNMP is polling ARP and routing tables, image if the ARP is too large... it will definitely cause CPU utilization problems. the larger the arp table is the highest impact you will see in the CPU.
I would recommend you to read and follow this steps, specially the recommendation #1
http://www.cisco.com/en/US/tech/tk648/tk362/technologies_tech_note09186a00800948e6.shtml
Keep me posted...
Wilson B.
02-26-2013 08:08 PM
This may be contributed if the stackpower cable is loose and goes on/off constantly. This will cause your CPU to spike.
02-26-2013 08:11 PM
I have reseated the stack power cable again and also shrunk the SNMP related config as it was contributing to 72% at the time of spike.
I am watching for the next spike now, and would advise the same.
Thanks leolaohoo..
02-26-2013 08:42 PM
Well that hasnt helped i am afraid, i still see the spike kicking in:
001034: Feb 27 12:30:45.358: %SYS-1-CPURISINGTHRESHOLD: Threshold: Total CPU Utilization(Total/Intr): 99%/1%, Top 3 processes(Pid/Util): 390/76%, 239/5%, 125/3%
001035: Feb 27 12:33:35.235: %SYS-1-CPUFALLINGTHRESHOLD: Threshold: Total CPU Utilization(Total/Intr) 18%/2%.
this time i did not see any stack power cable related message...but this time again the 76% was against SNMP engine process. Does it mean my snmp settings are causing some issues?
Below is my snmp config:
SwitchA# sh run | sec snmp
snmp-server community
snmp-server community
snmp-server enable traps tty
snmp-server enable traps ospf state-change
snmp-server enable traps ospf errors
snmp-server enable traps event-manager
snmp-server enable traps cpu threshold
snmp-server enable traps bridge newroot topologychange
snmp-server enable traps stpx inconsistency root-inconsistency loop-inconsistency
snmp-server enable traps syslog
snmp-server enable traps flash insertion removal
snmp-server enable traps envmon fan shutdown supply temperature status
snmp-server enable traps errdisable
snmp-server enable traps mac-notification change move threshold
snmp-server host 172.20.200.9 version 2c
snmp-server host 159.207.208.21 version 2c
02-27-2013 01:30 PM
Not sure what is causing the CPU hog.
What is your IOS?
Can you post the first page of the output "sh proc cpu sorted"?
02-27-2013 05:08 PM
001034: Feb 27 12:30:45.358: %SYS-1-CPURISINGTHRESHOLD: Threshold: Total CPU Utilization(Total/Intr): 99%/1%, Top 3 processes(Pid/Util): 390/76%, 239/5%, 125/3%
001035: Feb 27 12:33:35.235: %SYS-1-CPUFALLINGTHRESHOLD: Threshold: Total CPU Utilization(Total/Intr) 18%/2%.
- See more at: https://supportforums.cisco.com/message/3868725#3868725Hello Mohit.
The logs are describing the PID causing high cpu utilization, if you pay attention closely to the PID, and then check the show process cpu you will find out what are the top offenders, so right now we know that PID 390 is the very top offender increasing utilization up to 76%, now what is the name of the process is what we need to know to figure out the cause. please post the output of
show process cpu | inc PID|390
001034: Feb 27 12:30:45.358: %SYS-1-CPURISINGTHRESHOLD: Threshold: Total CPU Utilization(Total/Intr): 99%/1%, Top 3 processes(Pid/Util): 390/76%, 239/5%, 125/3%
001035: Feb 27 12:33:35.235: %SYS-1-CPUFALLINGTHRESHOLD: Threshold: Total CPU Utilization(Total/Intr) 18%/2%.
Regards.
Wilson.
02-27-2013 05:44 PM
Hi Wilson
This is SNMP engine.
And i have confirmed that once we turn off the snmp from the switch, the cpu util remains normal.
So now I need to work out why is that happening and how can resolve the tihng cos the client would need the snmp for the mgmt purpose.
02-27-2013 05:51 PM
Hi,
mmm, What IOS version is it running? show version.
Regards.
Wilson
02-27-2013 06:02 PM
15.0 (1)
02-27-2013 06:11 PM
Mohit
Could you post the output of the command show stacks 390, also this may be weird but could you also add attached in a notepad the show arp... =) while the problem is happening.
Regards.
Wilson
02-27-2013 06:31 PM
Hi Wilson,
Here is the output:
sho stacks 390
Process 390: SNMP ENGINE
Stack segment 0x7F8F14C - 0x7F9202C
FP: 0x7F91F90, RA: 0x1B97920
FP: 0x7F92018, RA: 0x18BD1D4
FP: 0x7F92020, RA: 0x284DA88
FP: 0x0, RA: 0x28478FC
and the show arp (I have removed the ip address for security reason as we are using public addresses) This time the cpu is 20% only. I'll have to wait for spike to occur and i'll send you the arp that moment again.
btw, whats the best way to check the server side, and what things to check on that side?
Protocol | Address | Age | (min) | Hardware | Addr | Type |
Internet | 179 | 0008.e3ff.fd90 | ARPA | TenGigabitEthernet1/1/2 | ||
Internet | - | 6c20.560c.8d43 | ARPA | TenGigabitEthernet1/1/2 | ||
Internet | 128 | 0008.e3ff.fd90 | ARPA | TenGigabitEthernet5/1/2 | ||
Internet | - | 6c20.560c.8d45 | ARPA | TenGigabitEthernet5/1/2 | ||
Internet | 137 | 0008.e3ff.fd90 | ARPA | TenGigabitEthernet1/1/1 | ||
Internet | - | 6c20.560c.8d42 | ARPA | TenGigabitEthernet1/1/1 | ||
Internet | 119 | 0008.e3ff.fd90 | ARPA | TenGigabitEthernet2/1/1 | ||
Internet | - | 6c20.560c.8d44 | ARPA | TenGigabitEthernet2/1/1 | ||
Internet | - | 6c20.560c.8d64 | ARPA | Vlan2008 | ||
Internet | - | 6c20.560c.8d65 | ARPA | Vlan2009 | ||
Internet | - | 6c20.560c.8d66 | ARPA | Vlan2010 | ||
Internet | - | 6c20.560c.8d67 | ARPA | Vlan2012 | ||
Internet | - | 6c20.560c.8d68 | ARPA | Vlan2013 | ||
Internet | - | 6c20.560c.8d69 | ARPA | Vlan2014 | ||
Internet | - | 6c20.560c.8d6a | ARPA | Vlan2016 | ||
Internet | - | 6c20.560c.8d6b | ARPA | Vlan2017 | ||
Internet | - | 6c20.560c.8d6c | ARPA | Vlan2018 | ||
Internet | - | 6c20.560c.8d6d | ARPA | Vlan2019 | ||
Internet | - | 6c20.560c.8d6e | ARPA | Vlan2021 | ||
Internet | - | 6c20.560c.8d6f | ARPA | Vlan2022 | ||
Internet | - | 6c20.560c.8d70 | ARPA | Vlan2024 | ||
Internet | - | 6c20.560c.8d71 | ARPA | Vlan2025 | ||
Internet | - | 6c20.560c.8d72 | ARPA | Vlan2026 | ||
Internet | - | 6c20.560c.8d73 | ARPA | Vlan2027 | ||
Internet | - | 6c20.560c.8d74 | ARPA | Vlan2028 | ||
Internet | - | 6c20.560c.8d75 | ARPA | Vlan2029 | ||
Internet | - | 6c20.560c.8d76 | ARPA | Vlan2030 | ||
Internet | - | 6c20.560c.8d77 | ARPA | Vlan2032 | ||
Internet | - | 6c20.560c.8d78 | ARPA | Vlan2033 | ||
Internet | - | 6c20.560c.8d79 | ARPA | Vlan2034 | ||
Internet | - | 6c20.560c.8d7a | ARPA | Vlan2035 | ||
Internet | - | 6c20.560c.8d7b | ARPA | Vlan2036 | ||
Internet | 0 | 5c26.0a5a.07eb | ARPA | Vlan2036 | ||
Internet | 0 | 5c26.0a5a.0a8d | ARPA | Vlan2036 | ||
Internet | 1 | b8ac.6f2a.7fb5 | ARPA | Vlan2036 | ||
Internet | 0 | 5c26.0a5a.0839 | ARPA | Vlan2036 | ||
Internet | 1 | 0024.1dae.eef4 | ARPA | Vlan2036 | ||
Internet | 4 | b8ac.6f24.61cb | ARPA | Vlan2036 | ||
Internet | - | 6c20.560c.8d7c | ARPA | Vlan2037 | ||
Internet | - | 6c20.560c.8d7d | ARPA | Vlan2038 | ||
Internet | - | 6c20.560c.8d58 | ARPA | Vlan1064 | ||
Internet | - | 6c20.560c.8d59 | ARPA | Vlan1080 | ||
Protocol | Age | (min) | Hardware | Addr | Type | |
Internet | - | 6c20.560c.8d5a | ARPA | Vlan1096 | ||
Internet | - | 0000.0c07.ac68 | ARPA | Vlan1104 | ||
Internet | 0 | 6c20.560c.9e5e | ARPA | Vlan1104 | ||
Internet | - | 6c20.560c.8d5b | ARPA | Vlan1104 | ||
Internet | 5 | 0011.0aec.1bd4 | ARPA | Vlan1104 | ||
Internet | 0 | Incomplete | ARPA | |||
Internet | 0 | Incomplete | ARPA | |||
Internet | 5 | 0014.384a.7c55 | ARPA | Vlan1104 | ||
Internet | 125 | 00c0.ee43.6b03 | ARPA | Vlan1104 | ||
Internet | 6 | 0001.e6a7.da50 | ARPA | Vlan1104 | ||
Internet | 6 | 0001.e6e1.8951 | ARPA | Vlan1104 | ||
Internet | 4 | 0021.5a86.aef7 | ARPA | Vlan1104 | ||
Internet | 1 | 00c0.ee1f.4b67 | ARPA | Vlan1104 | ||
Internet | 0 | Incomplete | ARPA | |||
Internet | 5 | 00c0.ee42.697f | ARPA | Vlan1104 | ||
Internet | 0 | 00c0.ee8f.a1c5 | ARPA | Vlan1104 | ||
Internet | 5 | 000e.7fe2.fa66 | ARPA | Vlan1104 | ||
Internet | 0 | Incomplete | ARPA | |||
Internet | 0 | Incomplete | ARPA | |||
Internet | 6 | 001b.78f5.8a60 | ARPA | Vlan1104 | ||
Internet | 0 | 00c0.ee56.1db9 | ARPA | Vlan1104 | ||
Internet | 16 | 0026.7357.831b | ARPA | Vlan1104 | ||
Internet | 18 | 0026.7357.82e8 | ARPA | Vlan1104 | ||
Internet | 1 | 0026.7357.82f9 | ARPA | Vlan1104 | ||
Internet | 5 | 0026.7357.831a | ARPA | Vlan1104 | ||
Internet | 17 | 0026.7357.82fb | ARPA | Vlan1104 | ||
Internet | 5 | 0026.7351.dce7 | ARPA | Vlan1104 | ||
Internet | 1 | 0026.7358.8b41 | ARPA | Vlan1104 | ||
Internet | 0 | 0026.7358.8ae4 | ARPA | Vlan1104 | ||
Internet | 16 | 0026.7358.88eb | ARPA | Vlan1104 | ||
Internet | 6 | 0026.7358.88ea | ARPA | Vlan1104 | ||
Internet | 8 | 0026.7349.3111 | ARPA | Vlan1104 | ||
Internet | 0 | 0026.7358.88cc | ARPA | Vlan1104 | ||
Internet | 0 | 0026.7358.88bd | ARPA | Vlan1104 | ||
Internet | 1 | 0026.7358.8b74 | ARPA | Vlan1104 | ||
Internet | 17 | 0026.7358.88ef | ARPA | Vlan1104 | ||
Internet | 0 | Incomplete | ARPA | |||
Internet | 122 | 0004.75f4.fe2c | ARPA | Vlan1104 | ||
Internet | 2 | 1803.73d4.75cc | ARPA | Vlan1104 | ||
Internet | 1 | 1803.73d4.8093 | ARPA | Vlan1104 | ||
Internet | 6 | d4be.d9a5.274a | ARPA | Vlan1104 | ||
Internet | 0 | 0026.7358.baed | ARPA | Vlan1104 | ||
Internet | 22 | 0026.7358.dc72 | ARPA | Vlan1104 | ||
Protocol | Age | (min) | Hardware | Addr | Type | |
Internet | 28 | 0026.7358.baef | ARPA | Vlan1104 | ||
Internet | 25 | 0026.735a.5f13 | ARPA | Vlan1104 | ||
Internet | 6 | 0026.735a.34b0 | ARPA | Vlan1104 | ||
Internet | 22 | 0026.735a.34af | ARPA | Vlan1104 | ||
Internet | 10 | 0026.735a.34ac | ARPA | Vlan1104 | ||
Internet | 17 | 0026.735a.34fd | ARPA | Vlan1104 | ||
Internet | 13 | 0026.735a.5017 | ARPA | Vlan1104 | ||
Internet | 12 | 0026.735a.35e2 | ARPA | Vlan1104 | ||
Internet | 19 | 0026.735a.8dcd | ARPA | Vlan1104 | ||
Internet | 11 | 0026.735a.34b5 | ARPA | Vlan1104 | ||
Internet | 10 | 0026.735a.32e1 | ARPA | Vlan1104 | ||
Internet | - | 0000.0c07.ac70 | ARPA | Vlan1112 | ||
Internet | 198 | 6c20.560c.9e5f | ARPA | Vlan1112 | ||
Internet | - | 6c20.560c.8d5c | ARPA | Vlan1112 | ||
Internet | 11 | 001d.afee.6280 | ARPA | Vlan1112 | ||
Internet | 9 | 0018.b077.5dc0 | ARPA | Vlan1112 | ||
Internet | 12 | 0018.b079.2e40 | ARPA | Vlan1112 | ||
Internet | 14 | 8017.7d4a.3100 | ARPA | Vlan1112 | ||
Internet | 11 | 0020.d82c.4100 | ARPA | Vlan1112 | ||
Internet | 5 | 001d.afee.4480 | ARPA | Vlan1112 | ||
Internet | 14 | 0018.b077.5d40 | ARPA | Vlan1112 | ||
Internet | 12 | 001b.ba98.ee00 | ARPA | Vlan1112 | ||
Internet | 13 | 0020.d82d.9180 | ARPA | Vlan1112 | ||
Internet | 12 | 001d.afee.af00 | ARPA | Vlan1112 | ||
Internet | 12 | 0020.d82d.7f40 | ARPA | Vlan1112 | ||
Internet | 12 | 0020.d82d.b740 | ARPA | Vlan1112 | ||
Internet | 12 | 0017.658a.3740 | ARPA | Vlan1112 | ||
Internet | 12 | 0017.658a.0540 | ARPA | Vlan1112 | ||
Internet | 5 | b8ac.6f23.5a22 | ARPA | Vlan1112 | ||
Internet | 11 | 0020.d82c.4080 | ARPA | Vlan1112 | ||
Internet | 14 | 8017.7d4a.2a40 | ARPA | Vlan1112 | ||
Internet | 12 | 0020.d82b.a3c0 | ARPA | Vlan1112 | ||
Internet | 11 | 0020.d82b.a140 | ARPA | Vlan1112 | ||
Internet | 11 | 001d.afee.5e80 | ARPA | Vlan1112 | ||
Internet | 10 | 0018.b077.9480 | ARPA | Vlan1112 | ||
Internet | 11 | 0018.b076.6ac0 | ARPA | Vlan1112 | ||
Internet | 10 | 001d.afef.b800 | ARPA | Vlan1112 | ||
Internet | 10 | 001d.afef.f680 | ARPA | Vlan1112 | ||
Internet | 11 | 001d.afef.bf00 | ARPA | Vlan1112 | ||
Internet | 9 | 001b.ba97.b9c0 | ARPA | Vlan1112 | ||
Internet | 12 | 001b.ba98.d740 | ARPA | Vlan1112 | ||
Internet | 15 | 8017.7d4a.2680 | ARPA | Vlan1112 | ||
Internet | 0 | 8017.7d4a.2940 | ARPA | Vlan1112 | ||
Protocol | Age | (min) | Hardware | Addr | Type | |
Internet | 11 | 0017.658a.15c0 | ARPA | Vlan1112 | ||
Internet | 10 | 001d.afef.b640 | ARPA | Vlan1112 | ||
Internet | 14 | 8017.7d4a.28c0 | ARPA | Vlan1112 | ||
Internet | 10 | 0019.e1b2.9740 | ARPA | Vlan1112 | ||
Internet | 11 | 0020.d82b.ff00 | ARPA | Vlan1112 | ||
Internet | 10 | 0020.d82c.2240 | ARPA | Vlan1112 | ||
Internet | 11 | 0020.d82d.8300 | ARPA | Vlan1112 | ||
Internet | 11 | 0020.d82d.9080 | ARPA | Vlan1112 | ||
Internet | 4 | 0020.d82c.4140 | ARPA | Vlan1112 | ||
Internet | 10 | 0019.e109.f080 | ARPA | Vlan1112 | ||
Internet | 4 | 0014.3844.a31f | ARPA | Vlan1112 | ||
Internet | 12 | 0020.d82c.a0c0 | ARPA | Vlan1112 | ||
Internet | 0 | Incomplete | ARPA | |||
Internet | 5 | 0020.d82d.c700 | ARPA | Vlan1112 | ||
Internet | - | 6c20.560c.8d5d | ARPA | Vlan1116 | ||
Internet | - | 0000.0c07.ac7c | ARPA | Vlan1124 | ||
Internet | 45 | 6c20.560c.9e41 | ARPA | Vlan1124 | ||
Internet | - | 6c20.560c.8d41 | ARPA | Vlan1124 | ||
Internet | 39 | aca0.1660.7b47 | ARPA | Vlan1124 | ||
Internet | 121 | 0014.c7f1.f000 | ARPA | Vlan1124 | ||
Internet | 38 | 34bd.c8bc.f9c6 | ARPA | Vlan1124 | ||
Internet | 5 | 0018.b0f9.4600 | ARPA | Vlan1124 | ||
Internet | 37 | 8875.560a.0945 | ARPA | Vlan1124 | ||
Internet | 17 | 048a.151d.2000 | ARPA | Vlan1124 | ||
Internet | 37 | 8875.56a4.7f45 | ARPA | Vlan1124 | ||
Internet | 38 | 6400.f18e.0c44 | ARPA | Vlan1124 | ||
Internet | 5 | 001f.460f.a3e0 | ARPA | Vlan1124 | ||
Internet | 38 | 8875.560a.01c4 | ARPA | Vlan1124 | ||
Internet | 37 | 34bd.c8bc.f843 | ARPA | Vlan1124 | ||
Internet | 37 | 8875.566d.fec4 | ARPA | Vlan1124 | ||
Internet | 218 | 0cd9.9611.72c6 | ARPA | Vlan1124 | ||
Internet | 37 | 8875.56b4.0144 | ARPA | Vlan1124 | ||
Internet | 38 | 6400.f190.5fc9 | ARPA | Vlan1124 | ||
Internet | 38 | 8875.56b8.bfc9 | ARPA | Vlan1124 | ||
Internet | 38 | 0cd9.96aa.ecc6 | ARPA | Vlan1124 | ||
Internet | 130 | 8875.566d.f344 | ARPA | Vlan1124 | ||
Internet | 37 | 8875.560a.00c4 | ARPA | Vlan1124 | ||
Internet | 37 | 8875.56a4.9dc1 | ARPA | Vlan1124 | ||
Internet | 37 | 34bd.c8bc.e641 | ARPA | Vlan1124 | ||
Internet | 38 | 34bd.c8bc.f646 | ARPA | Vlan1124 | ||
Internet | 38 | 6400.f101.cec5 | ARPA | Vlan1124 | ||
Internet | 37 | 8875.569c.bbc5 | ARPA | Vlan1124 | ||
Internet | 37 | a418.754d.f945 | ARPA | Vlan1124 | ||
Protocol | Age | (min) | Hardware | Addr | Type | |
Internet | 37 | 8875.560a.0147 | ARPA | Vlan1124 | ||
Internet | 37 | 8875.569c.aac5 | ARPA | Vlan1124 | ||
Internet | 37 | 34bd.c8bc.f5c2 | ARPA | Vlan1124 | ||
Internet | 38 | 8875.560a.07c6 | ARPA | Vlan1124 | ||
Internet | 38 | 8875.56a4.6d46 | ARPA | Vlan1124 | ||
Internet | 38 | 24b6.579c.5e47 | ARPA | Vlan1124 | ||
Internet | 37 | 8875.560a.04c7 | ARPA | Vlan1124 | ||
Internet | 37 | 8875.560a.0445 | ARPA | Vlan1124 | ||
Internet | - | 0000.0c07.ac98 | ARPA | Vlan152 | ||
Internet | 82 | 6c20.560c.9e48 | ARPA | Vlan152 | ||
Internet | - | 6c20.560c.8d46 | ARPA | Vlan152 | ||
Internet | 11 | 0060.b952.77b3 | ARPA | Vlan152 | ||
Internet | 8 | 0060.b952.7720 | ARPA | Vlan152 | ||
Internet | 4 | 0060.b952.7722 | ARPA | Vlan152 | ||
Internet | 15 | 0060.b952.781d | ARPA | Vlan152 | ||
Internet | 2 | 0060.b952.770d | ARPA | Vlan152 | ||
Internet | 16 | 0060.b952.77a9 | ARPA | Vlan152 | ||
Internet | 6 | 0060.b952.78b3 | ARPA | Vlan152 | ||
Internet | 2 | 0060.b952.76f0 | ARPA | Vlan152 | ||
Internet | 16 | 0060.b952.779b | ARPA | Vlan152 | ||
Internet | 0 | 0060.b952.76d1 | ARPA | Vlan152 | ||
Internet | 12 | 0060.b952.7922 | ARPA | Vlan152 | ||
Internet | 14 | 0060.b952.76db | ARPA | Vlan152 | ||
Internet | 8 | 0060.b952.7831 | ARPA | Vlan152 | ||
Internet | 17 | 0060.b952.a4a0 | ARPA | Vlan152 | ||
Internet | 12 | 0060.b953.b511 | ARPA | Vlan152 | ||
Internet | 0 | 0060.b953.b4da | ARPA | Vlan152 | ||
Internet | 1 | 0060.b95d.6bb1 | ARPA | Vlan152 | ||
Internet | 8 | 0060.b952.77a5 | ARPA | Vlan152 | ||
Internet | 6 | 0060.b952.7727 | ARPA | Vlan152 | ||
Internet | 9 | 0060.b952.76f1 | ARPA | Vlan152 | ||
Internet | 13 | 0060.b952.7767 | ARPA | Vlan152 | ||
Internet | 7 | 0060.b952.7728 | ARPA | Vlan152 | ||
Internet | 14 | 0060.b95d.6b89 | ARPA | Vlan152 | ||
Internet | 1 | 0060.b952.7788 | ARPA | Vlan152 | ||
Internet | 8 | 0060.b952.76ec | ARPA | Vlan152 | ||
Internet | 17 | 0060.b952.78e0 | ARPA | Vlan152 | ||
Internet | 13 | 0060.b952.790c | ARPA | Vlan152 | ||
Internet | 12 | 0060.b952.a47a | ARPA | Vlan152 | ||
Internet | 7 | 0060.b952.77da | ARPA | Vlan152 | ||
Internet | 11 | 0060.b952.7862 | ARPA | Vlan152 | ||
Internet | 18 | 0060.b953.b4f7 | ARPA | Vlan152 | ||
Internet | 11 | 0060.b953.b51f | ARPA | Vlan152 | ||
Protocol | Age | (min) | Hardware | Addr | Type | |
Internet | 16 | 0060.b953.b512 | ARPA | Vlan152 | ||
Internet | 4 | 0060.b952.a4a6 | ARPA | Vlan152 | ||
Internet | 13 | 0060.b952.a55d | ARPA | Vlan152 | ||
Internet | 13 | 0060.b952.76f2 | ARPA | Vlan152 | ||
Internet | 2 | 0060.b952.a47b | ARPA | Vlan152 | ||
Internet | 7 | 0060.b953.b50c | ARPA | Vlan152 | ||
Internet | 2 | 0060.b952.a55a | ARPA | Vlan152 | ||
Internet | 9 | 0060.b952.7783 | ARPA | Vlan152 | ||
Internet | 0 | 0060.b9ea.298f | ARPA | Vlan152 | ||
Internet | 7 | 0060.b953.b4eb | ARPA | Vlan152 | ||
Internet | 2 | 0060.b953.b4f5 | ARPA | Vlan152 | ||
Internet | 12 | 0060.b952.a4f1 | ARPA | Vlan152 | ||
Internet | 13 | 0060.b953.b521 | ARPA | Vlan152 | ||
Internet | 7 | 0060.b952.a553 | ARPA | Vlan152 | ||
Internet | 15 | 0060.b952.a5bc | ARPA | Vlan152 | ||
Internet | 8 | 0060.b952.a4b9 | ARPA | Vlan152 | ||
Internet | 16 | 0060.b952.77b6 | ARPA | Vlan152 | ||
Internet | 6 | 0060.b952.7904 | ARPA | Vlan152 | ||
Internet | 12 | 0060.b952.a4d5 | ARPA | Vlan152 | ||
Internet | 11 | 0060.b953.b504 | ARPA | Vlan152 | ||
Internet | 11 | 0060.b952.7815 | ARPA | Vlan152 | ||
Internet | 0 | 0060.b952.77ac | ARPA | Vlan152 | ||
Internet | 8 | 0060.b952.a4d6 | ARPA | Vlan152 | ||
Internet | 4 | 0060.b952.779c | ARPA | Vlan152 | ||
Internet | 3 | 0060.b953.b51d | ARPA | Vlan152 | ||
Internet | 14 | 0060.b952.7945 | ARPA | Vlan152 | ||
Internet | 6 | 0060.b953.b516 | ARPA | Vlan152 | ||
Internet | 14 | 0060.b952.a4cd | ARPA | Vlan152 | ||
Internet | 11 | 0060.b952.78d1 | ARPA | Vlan152 | ||
Internet | 6 | 0060.b953.b515 | ARPA | Vlan152 | ||
Internet | 173 | 0060.b95d.6c19 | ARPA | Vlan152 | ||
Internet | 18 | 0060.b952.7936 | ARPA | Vlan152 | ||
Internet | 7 | 0060.b952.a478 | ARPA | Vlan152 | ||
Internet | 12 | 0060.b953.b4dd | ARPA | Vlan152 | ||
Internet | 6 | 0060.b953.b514 | ARPA | Vlan152 | ||
Internet | 1 | 0060.b952.a54f | ARPA | Vlan152 | ||
Internet | 12 | 0060.b953.b510 | ARPA | Vlan152 | ||
Internet | 6 | 0060.b952.a5dc | ARPA | Vlan152 | ||
Internet | 10 | 0060.b953.b507 | ARPA | Vlan152 | ||
Internet | 12 | 0060.b952.7792 | ARPA | Vlan152 | ||
Internet | 10 | 0060.b952.77c2 | ARPA | Vlan152 | ||
Internet | 11 | 0060.b95d.6bd8 | ARPA | Vlan152 | ||
Internet | 15 | 0060.b952.77d0 | ARPA | Vlan152 | ||
Protocol | Age | (min) | Hardware | Addr | Type | |
Internet | 2 | 0060.b952.7710 | ARPA | Vlan152 | ||
Internet | 11 | 0060.b9ea.284a | ARPA | Vlan152 | ||
Internet | 17 | 0060.b95d.6bd3 | ARPA | Vlan152 | ||
Internet | 3 | 0060.b952.7869 | ARPA | Vlan152 | ||
Internet | 5 | 0060.b952.7766 | ARPA | Vlan152 | ||
Internet | 6 | 0060.b953.b519 | ARPA | Vlan152 | ||
Internet | 5 | 0060.b952.7939 | ARPA | Vlan152 | ||
Internet | - | 0000.0c07.ac9c | ARPA | Vlan156 | ||
Internet | 70 | 6c20.560c.9e49 | ARPA | Vlan156 | ||
Internet | - | 6c20.560c.8d47 | ARPA | Vlan156 | ||
Internet | 2 | 0060.b952.7696 | ARPA | Vlan156 | ||
Internet | 3 | 0060.b952.7764 | ARPA | Vlan156 | ||
Internet | 17 | 0060.b952.76eb | ARPA | Vlan156 | ||
Internet | 6 | 0060.b952.779f | ARPA | Vlan156 | ||
Internet | 6 | 0060.b952.77ec | ARPA | Vlan156 | ||
Internet | 16 | 0060.b952.7707 | ARPA | Vlan156 | ||
Internet | 5 | 0060.b952.7726 | ARPA | Vlan156 | ||
Internet | 8 | 0060.b952.77a1 | ARPA | Vlan156 | ||
Internet | 18 | 0060.b952.7925 | ARPA | Vlan156 | ||
Internet | 6 | 0060.b952.772e | ARPA | Vlan156 | ||
Internet | 0 | 0060.b952.77f7 | ARPA | Vlan156 | ||
Internet | 18 | 0060.b952.a559 | ARPA | Vlan156 | ||
Internet | 17 | 0060.b952.7802 | ARPA | Vlan156 | ||
Internet | 2 | 0060.b952.7926 | ARPA | Vlan156 | ||
Internet | 9 | 0060.b952.7772 | ARPA | Vlan156 | ||
Internet | 8 | 0060.b952.770a | ARPA | Vlan156 | ||
Internet | 3 | 0060.b952.7706 | ARPA | Vlan156 | ||
Internet | 2 | 0060.b952.7832 | ARPA | Vlan156 | ||
Internet | 0 | 6c20.560c.9e63 | ARPA | Vlan1591 | ||
Internet | - | 6c20.560c.8d60 | ARPA | Vlan1591 | ||
Internet | 0 | 001a.6494.2a98 | ARPA | Vlan1591 | ||
Internet | 136 | 6c20.560c.9e64 | ARPA | Vlan1592 | ||
Internet | - | 6c20.560c.8d61 | ARPA | Vlan1592 | ||
Internet | 89 | 0000.0c07.ac9f | ARPA | Vlan1593 | ||
Internet | 95 | 6c20.560c.9e65 | ARPA | Vlan1593 | ||
Internet | - | 6c20.560c.8d62 | ARPA | Vlan1593 | ||
Internet | 7 | 0016.97e2.b99d | ARPA | Vlan1593 | ||
Internet | 92 | 0016.97e2.b99d | ARPA | Vlan1593 | ||
Internet | 127 | 0016.97e2.b99c | ARPA | Vlan1593 | ||
Internet | 1 | 0016.97e2.b99c | ARPA | Vlan1593 | ||
Internet | 7 | 0016.971e.3188 | ARPA | Vlan1593 | ||
Internet | 8 | 0060.b94a.cb68 | ARPA | Vlan1593 | ||
Internet | 18 | 0060.b94a.cb60 | ARPA | Vlan1593 | ||
Protocol | Age | (min) | Hardware | Addr | Type | |
Internet | 0 | 0060.b94a.cb1c | ARPA | Vlan1593 | ||
Internet | 86 | 0060.b94a.d029 | ARPA | Vlan1593 | ||
Internet | 81 | 0000.0c07.acc2 | ARPA | Vlan1594 | ||
Internet | 85 | 6c20.560c.9e66 | ARPA | Vlan1594 | ||
Internet | - | 6c20.560c.8d63 | ARPA | Vlan1594 | ||
Internet | 0 | 0011.25a8.82f2 | ARPA | Vlan1594 | ||
Internet | 114 | 0000.0c07.aca0 | ARPA | Vlan160 | ||
Internet | 0 | 6c20.560c.9e4a | ARPA | Vlan160 | ||
Internet | - | 6c20.560c.8d48 | ARPA | Vlan160 | ||
Internet | 111 | 000d.7000.de8e | ARPA | Vlan160 | ||
Internet | 9 | 0014.38a1.7c2f | ARPA | Vlan160 | ||
Internet | 0 | Incomplete | ARPA | |||
Internet | 0 | Incomplete | ARPA | |||
Internet | 0 | 0021.b7b4.b781 | ARPA | Vlan160 | ||
Internet | 176 | 00c0.ee80.81a7 | ARPA | Vlan160 | ||
Internet | 4 | 001c.7e70.7c27 | ARPA | Vlan160 | ||
Internet | 57 | 001b.78f0.92d4 | ARPA | Vlan160 | ||
Internet | 98 | 70cd.60a9.578a | ARPA | Vlan160 | ||
Internet | 34 | 0021.86ef.5c26 | ARPA | Vlan160 | ||
Internet | 14 | 0018.b076.43c0 | ARPA | Vlan160 | ||
Internet | 8 | 00c0.ee78.bcf2 | ARPA | Vlan160 | ||
Internet | 34 | b8ac.6f2a.7d06 | ARPA | Vlan160 | ||
Internet | 5 | d067.e547.bb3e | ARPA | Vlan160 | ||
Internet | 5 | 8017.7d4a.2a80 | ARPA | Vlan160 | ||
Internet | 9 | 1803.73d4.7995 | ARPA | Vlan160 | ||
Internet | 6 | 1803.73d4.7f4d | ARPA | Vlan160 | ||
Internet | 216 | 0013.2083.2ddc | ARPA | Vlan160 | ||
Internet | 5 | 0060.b952.790a | ARPA | Vlan160 | ||
Internet | 62 | d067.e547.be55 | ARPA | Vlan160 | ||
Internet | 1 | d067.e53f.6c1f | ARPA | Vlan160 | ||
Internet | 4 | 0024.1dae.e63b | ARPA | Vlan160 | ||
Internet | 13 | 0020.d82b.99c0 | ARPA | Vlan160 | ||
Internet | 0 | b8ac.6f2c.4ae4 | ARPA | Vlan160 | ||
Internet | 6 | b8ac.6f2b.c99a | ARPA | Vlan160 | ||
Internet | 26 | d067.e53c.b0f4 | ARPA | Vlan160 | ||
Internet | 3 | b8ac.6f2a.5c59 | ARPA | Vlan160 | ||
Internet | 8 | d067.e54a.16b4 | ARPA | Vlan160 | ||
Internet | 0 | 1803.73d4.809d | ARPA | Vlan160 | ||
Internet | 14 | 0011.0af0.c45d | ARPA | Vlan160 | ||
Internet | 1 | a4ba.dbc5.1dd4 | ARPA | Vlan160 | ||
Internet | 1 | b8ac.6f2c.8038 | ARPA | Vlan160 | ||
Internet | 0 | 00c0.ee7a.9cf1 | ARPA | Vlan160 | ||
Internet | 1 | 782b.cb9a.7474 | ARPA | Vlan160 | ||
Protocol | Age | (min) | Hardware | Addr | Type | |
Internet | 4 | b8ac.6fca.5cc7 | ARPA | Vlan160 | ||
Internet | 0 | b8ac.6f24.6def | ARPA | Vlan160 | ||
Internet | 4 | b8ac.6f2a.7dd1 | ARPA | Vlan160 | ||
Internet | 0 | 1803.73d4.6823 | ARPA | Vlan160 | ||
Internet | 8 | d4be.d9a5.8f9f | ARPA | Vlan160 | ||
Internet | 6 | b8ac.6f2a.5c11 | ARPA | Vlan160 | ||
Internet | 4 | 0023.18c8.a158 | ARPA | Vlan160 | ||
Internet | 4 | 1803.73d4.7e59 | ARPA | Vlan160 | ||
Internet | 0 | b8ac.6f2a.7f4d | ARPA | Vlan160 | ||
Internet | 0 | b8ac.6f2a.82aa | ARPA | Vlan160 | ||
Internet | 8 | 1803.73d4.6cc3 | ARPA | Vlan160 | ||
Internet | 101 | 0000.0c07.aca1 | ARPA | Vlan161 | ||
Internet | - | 6c20.560c.8d49 | ARPA | Vlan161 | ||
Internet | 57 | 001a.4b1a.92e9 | ARPA | Vlan161 | ||
Internet | 11 | 0011.0aec.ea71 | ARPA | Vlan161 | ||
Internet | 4 | 001b.7820.33cb | ARPA | Vlan161 | ||
Internet | 9 | 78e7.d1aa.2719 | ARPA | Vlan161 | ||
Internet | 57 | 001b.78ef.8830 | ARPA | Vlan161 | ||
Internet | 12 | 0021.862b.fb10 | ARPA | Vlan161 | ||
Internet | 200 | f0bf.97e0.fe41 | ARPA | Vlan161 | ||
Internet | 13 | b8ac.6f2a.5593 | ARPA | Vlan161 | ||
Internet | 1 | a4ba.dbc1.9162 | ARPA | Vlan161 | ||
Internet | 79 | 1803.73d5.31c0 | ARPA | Vlan161 | ||
Internet | 13 | 1803.73b6.0bb3 | ARPA | Vlan161 | ||
Internet | 71 | 000c.29cd.fdd1 | ARPA | Vlan161 | ||
Internet | 1 | 1803.7325.2dbe | ARPA | Vlan161 | ||
Internet | 1 | 0021.86ef.5c22 | ARPA | Vlan161 | ||
Internet | 111 | d067.e54d.2b82 | ARPA | Vlan161 | ||
Internet | 5 | b8ac.6f2c.5365 | ARPA | Vlan161 | ||
Internet | 15 | 001f.d0a6.98b2 | ARPA | Vlan161 | ||
Internet | 1 | b8ac.6f2a.8120 | ARPA | Vlan161 | ||
Internet | 15 | 0060.b952.78b6 | ARPA | Vlan161 | ||
Internet | 0 | b8ac.6f22.ec58 | ARPA | Vlan161 | ||
Internet | 3 | 0016.41ed.5f94 | ARPA | Vlan161 | ||
Internet | 7 | 0021.86f4.a0ff | ARPA | Vlan161 | ||
Internet | 2 | b8ac.6f2c.4ba9 | ARPA | Vlan161 | ||
Internet | 1 | d067.e549.d366 | ARPA | Vlan161 | ||
Internet | 104 | d067.e53f.657a | ARPA | Vlan161 | ||
Internet | 4 | 0090.0b0d.cd6a | ARPA | Vlan161 | ||
Internet | 1 | 0024.1dcf.f433 | ARPA | Vlan161 | ||
Internet | 6 | b8ac.6f2c.10ee | ARPA | Vlan161 | ||
Internet | 4 | 782b.cb9a.7458 | ARPA | Vlan161 | ||
Internet | 0 | 1803.7324.5d22 | ARPA | Vlan161 | ||
Protocol | Age | (min) | Hardware | Addr | Type | |
Internet | 3 | 0021.862b.fb58 | ARPA | Vlan161 | ||
Internet | 8 | d4be.d9a5.29fe | ARPA | Vlan161 | ||
Internet | 8 | 1803.73b5.ed8c | ARPA | Vlan161 | ||
Internet | 9 | d067.e531.5f11 | ARPA | Vlan161 | ||
Internet | 0 | 101f.74e9.26cf | ARPA | Vlan161 | ||
Internet | 35 | b8ac.6f23.fa6e | ARPA | Vlan161 | ||
Internet | 0 | b8ac.6f2c.5114 | ARPA | Vlan161 | ||
Internet | 6 | a4ba.dbc1.8d7d | ARPA | Vlan161 | ||
Internet | 4 | d067.e549.d275 | ARPA | Vlan161 | ||
Internet | 2 | d067.e53f.6c20 | ARPA | Vlan161 | ||
Internet | 200 | b8ac.6f22.f08a | ARPA | Vlan161 | ||
Internet | 5 | 109a.dd6e.e74c | ARPA | Vlan161 | ||
Internet | 5 | b8ac.6f22.ee6f | ARPA | Vlan161 | ||
Internet | 4 | 1803.73d4.77a7 | ARPA | Vlan161 | ||
Internet | 3 | 0060.b952.7833 | ARPA | Vlan161 | ||
Internet | 0 | b8ac.6f2c.536b | ARPA | Vlan161 | ||
Internet | 7 | b8ac.6f2c.4f5a | ARPA | Vlan161 | ||
Internet | 1 | b8ac.6f22.f0aa | ARPA | Vlan161 | ||
Internet | 0 | 000c.29a9.3742 | ARPA | Vlan161 | ||
Internet | 12 | f07d.6800.24da | ARPA | Vlan161 | ||
Internet | 9 | b8ac.6f2c.3ee7 | ARPA | Vlan161 | ||
Internet | 1 | a4ba.dbb6.1355 | ARPA | Vlan161 | ||
Internet | 10 | b8ac.6f2a.7e79 | ARPA | Vlan161 | ||
Internet | 8 | 0021.862b.fb5b | ARPA | Vlan161 | ||
Internet | 7 | 001c.7e6b.f1b6 | ARPA | Vlan161 | ||
Internet | 8 | a4ba.dbb9.9815 | ARPA | Vlan161 | ||
Internet | 5 | 1803.73d5.3257 | ARPA | Vlan161 | ||
Internet | 0 | 000c.29af.b61d | ARPA | Vlan161 | ||
Internet | 0 | b8ac.6f2a.7d7c | ARPA | Vlan161 | ||
Internet | 8 | 0060.b952.7841 | ARPA | Vlan161 | ||
Internet | 2 | b8ac.6f2c.4c06 | ARPA | Vlan161 | ||
Internet | 2 | b8ac.6f2c.49d6 | ARPA | Vlan161 | ||
Internet | 5 | 1803.73d4.8041 | ARPA | Vlan161 | ||
Internet | 1 | 001d.7d0d.6d0f | ARPA | Vlan161 | ||
Internet | 4 | b8ac.6f2c.4bb2 | ARPA | Vlan161 | ||
Internet | 3 | b8ac.6f2a.7f18 | ARPA | Vlan161 | ||
Internet | 0 | Incomplete | ARPA | |||
Internet | 57 | 0000.0c07.aca2 | ARPA | Vlan162 | ||
Internet | - | 6c20.560c.8d4a | ARPA | Vlan162 | ||
Internet | 5 | 0014.38db.1987 | ARPA | Vlan162 | ||
Internet | 0 | 0017.088a.57f7 | ARPA | Vlan162 | ||
Internet | 5 | 0014.38db.2947 | ARPA | Vlan162 | ||
Internet | 0 | Incomplete | ARPA | |||
Protocol | Age | (min) | Hardware | Addr | Type | |
Internet | 0 | 001f.2920.af90 | ARPA | Vlan162 | ||
Internet | 8 | b8ac.6f2c.4f63 | ARPA | Vlan162 | ||
Internet | 14 | 00c0.ee43.542e | ARPA | Vlan162 | ||
Internet | 2 | b8ac.6f2c.540d | ARPA | Vlan162 | ||
Internet | 7 | 0021.8615.4a18 | ARPA | Vlan162 | ||
Internet | 7 | 0016.41e2.c749 | ARPA | Vlan162 | ||
Internet | 4 | b8ac.6fca.2219 | ARPA | Vlan162 | ||
Internet | 3 | d067.e54a.1217 | ARPA | Vlan162 | ||
Internet | 2 | b8ac.6f2a.7f88 | ARPA | Vlan162 | ||
Internet | 4 | 0021.86ef.5c25 | ARPA | Vlan162 | ||
Internet | 3 | a4ba.dbb8.cc0a | ARPA | Vlan162 | ||
Internet | 5 | b8ac.6f24.6a74 | ARPA | Vlan162 | ||
Internet | 0 | f04d.a29a.7d9b | ARPA | Vlan162 | ||
Internet | 52 | a4ba.dbc1.ac59 | ARPA | Vlan162 | ||
Internet | 31 | d4be.d9a5.9273 | ARPA | Vlan162 | ||
Internet | 8 | b8ac.6f2a.6f08 | ARPA | Vlan162 | ||
Internet | 6 | b8ac.6f2a.6247 | ARPA | Vlan162 | ||
Internet | 8 | d067.e54a.2300 | ARPA | Vlan162 | ||
Internet | 5 | b8ac.6f24.6c5c | ARPA | Vlan162 | ||
Internet | 9 | b8ac.6f2c.4e4c | ARPA | Vlan162 | ||
Internet | 9 | b8ac.6f2c.53bd | ARPA | Vlan162 | ||
Internet | 5 | 1803.73d4.7ccc | ARPA | Vlan162 | ||
Internet | 0 | d067.e546.0af8 | ARPA | Vlan162 | ||
Internet | 0 | 0022.200d.ebfa | ARPA | Vlan162 | ||
Internet | 2 | d067.e547.be48 | ARPA | Vlan162 | ||
Internet | 0 | 0021.862b.fb87 | ARPA | Vlan162 | ||
Internet | 1 | 1803.73d5.24fd | ARPA | Vlan162 | ||
Internet | 4 | b8ac.6f2c.502b | ARPA | Vlan162 | ||
Internet | 3 | 1803.73d4.69ce | ARPA | Vlan162 | ||
Internet | 2 | d067.e547.bcca | ARPA | Vlan162 | ||
Internet | 2 | d067.e53c.1999 | ARPA | Vlan162 | ||
Internet | 5 | d067.e54a.16d5 | ARPA | Vlan162 | ||
Internet | 0 | b8ac.6f2c.5047 | ARPA | Vlan162 | ||
Internet | 7 | a4ba.dbc1.aa47 | ARPA | Vlan162 | ||
Internet | 3 | 782b.cb9a.762d | ARPA | Vlan162 | ||
Internet | 6 | b8ac.6f24.47a0 | ARPA | Vlan162 | ||
Internet | 15 | 0011.252b.a29c | ARPA | Vlan162 | ||
Internet | 7 | 782b.cb9a.75fd | ARPA | Vlan162 | ||
Internet | 7 | 0023.1845.fb4e | ARPA | Vlan162 | ||
Internet | 0 | b8ac.6f24.6d19 | ARPA | Vlan162 | ||
Internet | 0 | b8ac.6f22.ebc6 | ARPA | Vlan162 | ||
Internet | 5 | b8ac.6f2c.8017 | ARPA | Vlan162 | ||
Internet | 5 | d067.e549.d360 | ARPA | Vlan162 | ||
Protocol | Age | (min) | Hardware | Addr | Type | |
Internet | 4 | 0019.b9d0.48dc | ARPA | Vlan162 | ||
Internet | 4 | 0023.189a.ea8d | ARPA | Vlan162 | ||
Internet | 8 | d067.e547.bc7e | ARPA | Vlan162 | ||
Internet | 4 | 1803.73d4.7bb3 | ARPA | Vlan162 | ||
Internet | 7 | d067.e547.bc89 | ARPA | Vlan162 | ||
Internet | 8 | 1803.73d4.7fa0 | ARPA | Vlan162 | ||
Internet | 8 | 1c6f.6503.7265 | ARPA | Vlan162 | ||
Internet | 6 | 0023.1856.5048 | ARPA | Vlan162 | ||
Internet | 2 | 0023.18c9.5048 | ARPA | Vlan162 | ||
Internet | 5 | 0023.1899.f854 | ARPA | Vlan162 | ||
Internet | 0 | 0021.862c.02a2 | ARPA | Vlan162 | ||
Internet | 0 | 0011.258c.391c | ARPA | Vlan162 | ||
Internet | 8 | 0021.862c.02a4 | ARPA | Vlan162 | ||
Internet | 4 | d067.e555.33b2 | ARPA | Vlan162 | ||
Internet | 7 | d067.e546.0ade | ARPA | Vlan162 | ||
Internet | 6 | a4ba.dbb8.cc63 | ARPA | Vlan162 | ||
Internet | 9 | b8ac.6f2a.5f32 | ARPA | Vlan162 | ||
Internet | 5 | d067.e54a.11a0 | ARPA | Vlan162 | ||
Internet | 1 | d067.e549.d624 | ARPA | Vlan162 | ||
Internet | 9 | 1803.73d4.e471 | ARPA | Vlan162 | ||
Internet | 6 | d067.e546.0c98 | ARPA | Vlan162 | ||
Internet | 8 | 1803.73d5.3224 | ARPA | Vlan162 | ||
Internet | 6 | 782b.cbdf.0f3a | ARPA | Vlan162 | ||
Internet | 3 | 782b.cbdf.1a18 | ARPA | Vlan162 | ||
Internet | 9 | d067.e52d.ce5b | ARPA | Vlan162 | ||
Internet | 4 | 001c.7ecd.eeb6 | ARPA | Vlan162 | ||
Internet | 0 | b8ac.6f2c.49f1 | ARPA | Vlan162 | ||
Internet | 8 | 0016.4132.0474 | ARPA | Vlan162 | ||
Internet | 9 | 782b.cb9a.7396 | ARPA | Vlan162 | ||
Internet | 1 | d067.e549.cf91 | ARPA | Vlan162 | ||
Internet | 7 | a4ba.dbc1.ae0a | ARPA | Vlan162 | ||
Internet | 7 | 001c.7eb7.36a5 | ARPA | Vlan162 | ||
Internet | 4 | b8ac.6f2c.53dd | ARPA | Vlan162 | ||
Internet | 2 | 0016.41ed.0ef2 | ARPA | Vlan162 | ||
Internet | 1 | a4ba.dbb8.c988 | ARPA | Vlan162 | ||
Internet | 0 | b8ac.6f2c.46bc | ARPA | Vlan162 | ||
Internet | 6 | 782b.cb9a.73b9 | ARPA | Vlan162 | ||
Internet | 75 | 0000.0c07.aca4 | ARPA | Vlan164 | ||
Internet | 0 | 6c20.560c.9e4d | ARPA | Vlan164 | ||
Internet | - | 6c20.560c.8d4b | ARPA | Vlan164 | ||
Internet | 3 | 0023.7d89.7c6d | ARPA | Vlan164 | ||
Internet | 0 | 6431.5077.30f2 | ARPA | Vlan164 | ||
Internet | 0 | ec9a.74fe.0033 | ARPA | Vlan164 | ||
Protocol | Age | (min) | Hardware | Addr | Type | |
Internet | 2 | 782b.cb9a.74e5 | ARPA | Vlan164 | ||
Internet | 0 | d067.e54a.11f6 | ARPA | Vlan164 | ||
Internet | 9 | b8ac.6f2a.81e9 | ARPA | Vlan164 | ||
Internet | 8 | c89c.dcd4.4543 | ARPA | Vlan164 | ||
Internet | 4 | 0021.862b.fbd5 | ARPA | Vlan164 | ||
Internet | 3 | 1803.73d4.7b12 | ARPA | Vlan164 | ||
Internet | 0 | 0023.18af.fb54 | ARPA | Vlan164 | ||
Internet | 0 | 0060.b952.77aa | ARPA | Vlan164 | ||
Internet | 2 | c89c.dca7.0b95 | ARPA | Vlan164 | ||
Internet | 0 | 1803.73d5.31e2 | ARPA | Vlan164 | ||
Internet | 4 | 1803.73d4.7cc2 | ARPA | Vlan164 | ||
Internet | 2 | b8ac.6f2a.7fc0 | ARPA | Vlan164 | ||
Internet | 0 | 001c.7e14.eeb6 | ARPA | Vlan164 | ||
Internet | 7 | 001c.7ed3.efb6 | ARPA | Vlan164 | ||
Internet | 2 | 1803.73d4.7e97 | ARPA | Vlan164 | ||
Internet | 0 | 0021.862c.02e7 | ARPA | Vlan164 | ||
Internet | 9 | d4be.d9a5.257c | ARPA | Vlan164 | ||
Internet | 0 | 782b.cb9a.75ab | ARPA | Vlan164 | ||
Internet | 9 | 1803.73d4.7b1e | ARPA | Vlan164 | ||
Internet | 0 | 782b.cb9a.7521 | ARPA | Vlan164 | ||
Internet | 3 | b8ac.6f2a.8004 | ARPA | Vlan164 | ||
Internet | 5 | 782b.cb9a.7581 | ARPA | Vlan164 | ||
Internet | 2 | 782b.cb9a.764c | ARPA | Vlan164 | ||
Internet | 7 | 1803.73d4.a86b | ARPA | Vlan164 | ||
Internet | 111 | b8ac.6f24.5fe5 | ARPA | Vlan164 | ||
Internet | 6 | 0021.862b.fbe1 | ARPA | Vlan164 | ||
Internet | 6 | 1803.73d4.e406 | ARPA | Vlan164 | ||
Internet | 8 | 0021.8615.4068 | ARPA | Vlan164 | ||
Internet | 3 | 782b.cb9a.7c26 | ARPA | Vlan164 | ||
Internet | 4 | 0021.862b.fbc7 | ARPA | Vlan164 | ||
Internet | 0 | 1803.73d4.7cfb | ARPA | Vlan164 | ||
Internet | 7 | 1803.73d4.801e | ARPA | Vlan164 | ||
Internet | 6 | b8ac.6f2a.6051 | ARPA | Vlan164 | ||
Internet | 3 | 0021.862b.fb13 | ARPA | Vlan164 | ||
Internet | 0 | 001e.0b17.be4b | ARPA | Vlan164 | ||
Internet | 1 | 001c.7ee7.efb6 | ARPA | Vlan164 | ||
Internet | 6 | 782b.cb9a.7761 | ARPA | Vlan164 | ||
Internet | 0 | 0024.0109.327a | ARPA | Vlan164 | ||
Internet | 81 | 0000.0c07.aca5 | ARPA | Vlan165 | ||
Internet | - | 6c20.560c.8d4c | ARPA | Vlan165 | ||
Internet | 0 | Incomplete | ARPA | |||
Internet | 0 | Incomplete | ARPA | |||
Internet | 0 | Incomplete | ARPA | |||
Protocol | Age | (min) | Hardware | Addr | Type | |
Internet | 0 | Incomplete | ARPA | |||
Internet | 0 | 0010.1891.1dbe | ARPA | Vlan165 | ||
Internet | 0 | 001e.372c.b89a | ARPA | Vlan165 | ||
Internet | 7 | d8d3.850a.27f1 | ARPA | Vlan165 | ||
Internet | 6 | d4be.d9a5.9316 | ARPA | Vlan165 | ||
Internet | 9 | b8ac.6f2c.3a94 | ARPA | Vlan165 | ||
Internet | 0 | 0018.b085.2fc0 | ARPA | Vlan165 | ||
Internet | 0 | 0024.8152.f9ac | ARPA | Vlan165 | ||
Internet | 5 | b8ac.6f24.076c | ARPA | Vlan165 | ||
Internet | 0 | 2c41.380c.43b7 | ARPA | Vlan165 | ||
Internet | 8 | b8ac.6f2a.7e34 | ARPA | Vlan165 | ||
Internet | 7 | d067.e53f.6927 | ARPA | Vlan165 | ||
Internet | 0 | 0010.1891.1d9f | ARPA | Vlan165 | ||
Internet | 2 | 782b.cb9a.74e8 | ARPA | Vlan165 | ||
Internet | 9 | 0030.48b1.c3ee | ARPA | Vlan165 | ||
Internet | 5 | 0021.862b.fad7 | ARPA | Vlan165 | ||
Internet | 8 | 0021.862b.fb22 | ARPA | Vlan165 | ||
Internet | 0 | 0021.862b.faeb | ARPA | Vlan165 | ||
Internet | 22 | 0015.b716.e3f3 | ARPA | Vlan165 | ||
Internet | 4 | d4be.d9a5.92c0 | ARPA | Vlan165 | ||
Internet | 2 | 1803.73d4.66b5 | ARPA | Vlan165 | ||
Internet | 3 | d4be.d9a5.2b3b | ARPA | Vlan165 | ||
Internet | 0 | Incomplete | ARPA | |||
Internet | 0 | a4ba.dbb6.13e8 | ARPA | Vlan165 | ||
Internet | 6 | 0014.5163.3247 | ARPA | Vlan165 | ||
Internet | 2 | 1803.73d4.7f4a | ARPA | Vlan165 | ||
Internet | 51 | a4ba.dbb8.cdba | ARPA | Vlan165 | ||
Internet | 0 | bc30.5bde.c3c5 | ARPA | Vlan165 | ||
Internet | 0 | 1803.73d4.7f14 | ARPA | Vlan165 | ||
Internet | 2 | b8ac.6f24.6c38 | ARPA | Vlan165 | ||
Internet | 17 | 0023.1839.2a49 | ARPA | Vlan165 | ||
Internet | 5 | b8ac.6f23.5e3d | ARPA | Vlan165 | ||
Internet | 3 | 0023.184b.5048 | ARPA | Vlan165 | ||
Internet | 7 | a4ba.dbcc.d354 | ARPA | Vlan165 | ||
Internet | 2 | bc30.5bd6.5e57 | ARPA | Vlan165 | ||
Internet | 0 | Incomplete | ARPA | |||
Internet | - | 0000.0c07.aca6 | ARPA | Vlan166 | ||
Internet | 0 | 6c20.560c.9e4f | ARPA | Vlan166 | ||
Internet | - | 6c20.560c.8d4d | ARPA | Vlan166 | ||
Internet | 3 | d067.e546.6f47 | ARPA | Vlan166 | ||
Internet | 6 | b8ac.6f23.7918 | ARPA | Vlan166 | ||
Internet | 1 | 0023.18bd.7d48 | ARPA | Vlan166 | ||
Internet | 7 | b8ac.6f2a.7f20 | ARPA | Vlan166 | ||
Protocol | Age | (min) | Hardware | Addr | Type | |
Internet | 140 | 0001.e69f.0c9d | ARPA | Vlan166 | ||
Internet | 4 | 0021.862b.fc16 | ARPA | Vlan166 | ||
Internet | 8 | d4be.d9a5.92bd | ARPA | Vlan166 | ||
Internet | 5 | 0023.18dd.f754 | ARPA | Vlan166 | ||
Internet | 7 | d067.e53c.0bbd | ARPA | Vlan166 | ||
Internet | 6 | b8ac.6f2c.4f1a | ARPA | Vlan166 | ||
Internet | 96 | d067.e53f.6915 | ARPA | Vlan166 | ||
Internet | 0 | 0021.862b.fc0e | ARPA | Vlan166 | ||
Internet | 6 | 001c.7eff.a8a3 | ARPA | Vlan166 | ||
Internet | 1 | b8ac.6f2a.7eb8 | ARPA | Vlan166 | ||
Internet | 17 | d067.e54d.2b69 | ARPA | Vlan166 | ||
Internet | 0 | 0023.18e0.f754 | ARPA | Vlan166 | ||
Internet | 0 | b8ac.6f24.6be1 | ARPA | Vlan166 | ||
Internet | 3 | 0021.862b.fc23 | ARPA | Vlan166 | ||
Internet | 5 | d067.e547.bf78 | ARPA | Vlan166 | ||
Internet | 4 | b8ac.6f2a.5eee | ARPA | Vlan166 | ||
Internet | 0 | 0021.862b.fc14 | ARPA | Vlan166 | ||
Internet | 5 | 0021.862b.fce9 | ARPA | Vlan166 | ||
Internet | 4 | 0021.862b.fd3c | ARPA | Vlan166 | ||
Internet | 4 | 0011.11f2.0947 | ARPA | Vlan166 | ||
Internet | 0 | 0016.41ed.5f89 | ARPA | Vlan166 | ||
Internet | 0 | Incomplete | ARPA | |||
Internet | - | 0000.0c07.aca7 | ARPA | Vlan167 | ||
Internet | 0 | 6c20.560c.9e50 | ARPA | Vlan167 | ||
Internet | - | 6c20.560c.8d4e | ARPA | Vlan167 | ||
Internet | 0 | Incomplete | ARPA | |||
Internet | 17 | 0000.74ec.6d35 | ARPA | Vlan167 | ||
Internet | 105 | 00c0.ee42.25e5 | ARPA | Vlan167 | ||
Internet | 7 | 00c0.ee43.ed25 | ARPA | Vlan167 | ||
Internet | 11 | 0026.7349.4dbc | ARPA | Vlan167 | ||
Internet | 9 | 0026.7318.60af | ARPA | Vlan167 | ||
Internet | 2 | a4ba.dbbe.0fbd | ARPA | Vlan167 | ||
Internet | 7 | a4ba.dbc1.aca0 | ARPA | Vlan167 | ||
Internet | 0 | d4be.d9a5.92d1 | ARPA | Vlan167 | ||
Internet | 2 | 0021.862b.fbae | ARPA | Vlan167 | ||
Internet | 0 | d067.e541.101d | ARPA | Vlan167 | ||
Internet | 4 | 0021.86f4.490d | ARPA | Vlan167 | ||
Internet | 2 | 001c.7e5a.efb6 | ARPA | Vlan167 | ||
Internet | 1 | d067.e549.d5a7 | ARPA | Vlan167 | ||
Internet | 1 | b8ac.6f2a.60ab | ARPA | Vlan167 | ||
Internet | 0 | d067.e557.08aa | ARPA | Vlan167 | ||
Internet | 2 | d067.e546.0b88 | ARPA | Vlan167 | ||
Internet | 6 | 1803.73d4.80d4 | ARPA | Vlan167 | ||
Protocol | Age | (min) | Hardware | Addr | Type | |
Internet | 6 | 5cf9.dd74.2f59 | ARPA | Vlan167 | ||
Internet | 8 | 0023.1807.164c | ARPA | Vlan167 | ||
Internet | 6 | b8ac.6f2a.7e0b | ARPA | Vlan167 | ||
Internet | 5 | d067.e54a.1768 | ARPA | Vlan167 | ||
Internet | 0 | b8ac.6f2c.500a | ARPA | Vlan167 | ||
Internet | 9 | 0023.1889.6f83 | ARPA | Vlan167 | ||
Internet | 5 | b8ac.6f2c.4f79 | ARPA | Vlan167 | ||
Internet | 7 | a4ba.dbc5.1fa6 | ARPA | Vlan167 | ||
Internet | 0 | b8ac.6f2c.4c49 | ARPA | Vlan167 | ||
Internet | 5 | a4ba.dbb6.14b0 | ARPA | Vlan167 | ||
Internet | 5 | d067.e549.d358 | ARPA | Vlan167 | ||
Internet | 5 | d4be.d997.5db1 | ARPA | Vlan167 | ||
Internet | 8 | d067.e535.1b9b | ARPA | Vlan167 | ||
Internet | - | 0000.0c07.aca8 | ARPA | Vlan168 | ||
Internet | 0 | 6c20.560c.9e51 | ARPA | Vlan168 | ||
Internet | - | 6c20.560c.8d4f | ARPA | Vlan168 | ||
Internet | 0 | Incomplete | ARPA | |||
Internet | 0 | Incomplete | ARPA | |||
Internet | 0 | Incomplete | ARPA | |||
Internet | 0 | Incomplete | ARPA | |||
Internet | 0 | Incomplete | ARPA | |||
Internet | 0 | Incomplete | ARPA | |||
Internet | 0 | Incomplete | ARPA | |||
Internet | 0 | 1803.73d4.dae4 | ARPA | Vlan168 | ||
Internet | 0 | 001a.6b50.3bf9 | ARPA | Vlan168 | ||
Internet | 2 | b8ac.6f2c.5334 | ARPA | Vlan168 | ||
Internet | 1 | d067.e54d.2d47 | ARPA | Vlan168 | ||
Internet | 0 | f0de.f135.46d4 | ARPA | Vlan168 | ||
Internet | 1 | 001b.fc80.74f0 | ARPA | Vlan168 | ||
Internet | 1 | 1803.73d4.7e7f | ARPA | Vlan168 | ||
Internet | 0 | 1803.73d4.7d39 | ARPA | Vlan168 | ||
Internet | 1 | d067.e549.d1f9 | ARPA | Vlan168 | ||
Internet | 8 | a4ba.dbcc.ca58 | ARPA | Vlan168 | ||
Internet | 5 | a4ba.dbb6.408e | ARPA | Vlan168 | ||
Internet | 8 | 0023.18d1.5048 | ARPA | Vlan168 | ||
Internet | 9 | d067.e53a.5bb3 | ARPA | Vlan168 | ||
Internet | 9 | d067.e535.1bd6 | ARPA | Vlan168 | ||
Internet | 3 | 1803.73d4.7d9e | ARPA | Vlan168 | ||
Internet | 2 | b8ac.6f24.6d58 | ARPA | Vlan168 | ||
Internet | 3 | b8ac.6f2c.4d97 | ARPA | Vlan168 | ||
Internet | 5 | b8ac.6f24.0a59 | ARPA | Vlan168 | ||
Internet | 5 | 782b.cb9a.5489 | ARPA | Vlan168 | ||
Internet | 8 | 0023.1885.0648 | ARPA | Vlan168 | ||
Protocol | Age | (min) | Hardware | Addr | Type | |
Internet | 9 | b8ac.6f2c.4c40 | ARPA | Vlan168 | ||
Internet | 1 | b8ac.6f2a.6098 | ARPA | Vlan168 | ||
Internet | 7 | d067.e549.d276 | ARPA | Vlan168 | ||
Internet | 0 | 0023.18bd.5048 | ARPA | Vlan168 | ||
Internet | 0 | d4be.d9a5.92da | ARPA | Vlan168 | ||
Internet | 3 | b8ac.6f2c.4f80 | ARPA | Vlan168 | ||
Internet | 7 | d067.e53b.18ff | ARPA | Vlan168 | ||
Internet | 1 | 1803.73d4.5f60 | ARPA | Vlan168 | ||
Internet | 9 | b8ac.6f2c.4fbb | ARPA | Vlan168 | ||
Internet | 5 | d067.e542.2cad | ARPA | Vlan168 | ||
Internet | 1 | b8ac.6f2c.4fad | ARPA | Vlan168 | ||
Internet | 5 | 1803.73d4.6a1a | ARPA | Vlan168 | ||
Internet | 1 | a4ba.dbb9.9762 | ARPA | Vlan168 | ||
Internet | 7 | b8ac.6f2a.7e01 | ARPA | Vlan168 | ||
Internet | 8 | b8ac.6f2c.5445 | ARPA | Vlan168 | ||
Internet | 3 | b8ac.6f2a.7d83 | ARPA | Vlan168 | ||
Internet | 8 | b8ac.6f2c.4c9d | ARPA | Vlan168 | ||
Internet | 4 | 0004.f2e4.2f25 | ARPA | Vlan168 | ||
Internet | 5 | b8ac.6f2c.4e3e | ARPA | Vlan168 | ||
Internet | 0 | 782b.cb9a.74d8 | ARPA | Vlan168 | ||
Internet | 3 | b8ac.6f2a.5fa9 | ARPA | Vlan168 | ||
Internet | 6 | a4ba.dbcc.d279 | ARPA | Vlan168 | ||
Internet | 3 | d067.e545.9d35 | ARPA | Vlan168 | ||
Internet | 2 | d067.e549.d1fa | ARPA | Vlan168 | ||
Internet | 3 | b8ac.6f2a.5bdd | ARPA | Vlan168 | ||
Internet | 2 | 0023.8b85.517d | ARPA | Vlan168 | ||
Internet | 3 | b8ac.6f2c.4c95 | ARPA | Vlan168 | ||
Internet | 8 | b8ac.6f2c.5347 | ARPA | Vlan168 | ||
Internet | 9 | d067.e540.32a7 | ARPA | Vlan168 | ||
Internet | 2 | b8ac.6f2a.6b0d | ARPA | Vlan168 | ||
Internet | 2 | 782b.cb9a.54b9 | ARPA | Vlan168 | ||
Internet | 0 | a4ba.dbc1.91e1 | ARPA | Vlan168 | ||
Internet | 7 | b8ac.6f2a.5c0d | ARPA | Vlan168 | ||
Internet | 0 | b8ac.6f2c.504b | ARPA | Vlan168 | ||
Internet | 6 | a4ba.dbc5.1d41 | ARPA | Vlan168 | ||
Internet | 8 | 782b.cb9a.7682 | ARPA | Vlan168 | ||
Internet | 6 | d067.e543.4f4b | ARPA | Vlan168 | ||
Internet | 9 | 1803.73d0.9946 | ARPA | Vlan168 | ||
Internet | - | 0000.0c07.aca9 | ARPA | Vlan169 | ||
Internet | 0 | 6c20.560c.9e52 | ARPA | Vlan169 | ||
Internet | - | 6c20.560c.8d50 | ARPA | Vlan169 | ||
Internet | 0 | Incomplete | ARPA | |||
Internet | 0 | Incomplete | ARPA | |||
Protocol | Age | (min) | Hardware | Addr | Type | |
Internet | 2 | 00c0.ee89.a39b | ARPA | Vlan169 | ||
Internet | 0 | Incomplete | ARPA | |||
Internet | 4 | 0026.7351.cf4b | ARPA | Vlan169 | ||
Internet | 9 | d067.e546.0868 | ARPA | Vlan169 | ||
Internet | 6 | d067.e533.5ec1 | ARPA | Vlan169 | ||
Internet | 5 | 782b.cb9a.5fc2 | ARPA | Vlan169 | ||
Internet | 0 | 0023.1817.034c | ARPA | Vlan169 | ||
Internet | 110 | 001c.7ee2.efb6 | ARPA | Vlan169 | ||
Internet | 0 | b8ac.6f2c.4dcf | ARPA | Vlan169 | ||
Internet | 8 | a4ba.dbb9.a717 | ARPA | Vlan169 | ||
Internet | 0 | d067.e546.09fc | ARPA | Vlan169 | ||
Internet | 0 | e411.5b2a.7833 | ARPA | Vlan169 | ||
Internet | 0 | 0023.188e.9685 | ARPA | Vlan169 | ||
Internet | 4 | d067.e546.9cca | ARPA | Vlan169 | ||
Internet | 9 | 1803.73d5.3298 | ARPA | Vlan169 | ||
Internet | 6 | a4ba.dbcc.d586 | ARPA | Vlan169 | ||
Internet | 4 | 1803.7325.f683 | ARPA | Vlan169 | ||
Internet | 4 | 0021.862c.156a | ARPA | Vlan169 | ||
Internet | 3 | b8ac.6f2c.4f85 | ARPA | Vlan169 | ||
Internet | 1 | d067.e542.581a | ARPA | Vlan169 | ||
Internet | 5 | 001c.7eb7.edb6 | ARPA | Vlan169 | ||
Internet | 8 | a4ba.dbb6.3fc9 | ARPA | Vlan169 | ||
Internet | 6 | a4ba.dbcc.d46f | ARPA | Vlan169 | ||
Internet | 9 | 0023.1839.767e | ARPA | Vlan169 | ||
Internet | 7 | d067.e542.31ac | ARPA | Vlan169 | ||
Internet | 8 | d067.e54a.2493 | ARPA | Vlan169 | ||
Internet | 0 | 0026.b9c7.a041 | ARPA | Vlan169 | ||
Internet | 8 | d067.e549.d6ab | ARPA | Vlan169 | ||
Internet | 0 | 0023.18c0.5048 | ARPA | Vlan169 | ||
Internet | 6 | 1803.73d4.806a | ARPA | Vlan169 | ||
Internet | 1 | d4be.d9a5.26cf | ARPA | Vlan169 | ||
Internet | 0 | d067.e541.3681 | ARPA | Vlan169 | ||
Internet | 1 | d067.e54a.147b | ARPA | Vlan169 | ||
Internet | 2 | 0023.182f.5048 | ARPA | Vlan169 | ||
Internet | 1 | d067.e541.39dd | ARPA | Vlan169 | ||
Internet | 3 | 001c.7ed4.edb6 | ARPA | Vlan169 | ||
Internet | 1 | d067.e545.9f45 | ARPA | Vlan169 | ||
Internet | 2 | 0023.1859.ab46 | ARPA | Vlan169 | ||
Internet | 4 | d067.e54a.1282 | ARPA | Vlan169 | ||
Internet | 5 | b8ac.6f2c.4a38 | ARPA | Vlan169 | ||
Internet | 0 | a4ba.dbc1.ae32 | ARPA | Vlan169 | ||
Internet | 6 | b8ac.6f2a.8162 | ARPA | Vlan169 | ||
Internet | 0 | 1803.73c9.04e1 | ARPA | Vlan169 | ||
Protocol | Age | (min) | Hardware | Addr | Type | |
Internet | 2 | 0023.18da.5048 | ARPA | Vlan169 | ||
Internet | 8 | 0023.1853.5048 | ARPA | Vlan169 | ||
Internet | 3 | a4ba.dbcc.d4ee | ARPA | Vlan169 | ||
Internet | 2 | a4ba.dbcc.ca40 | ARPA | Vlan169 | ||
Internet | 1 | d067.e534.575c | ARPA | Vlan169 | ||
Internet | 1 | d067.e549.d5bd | ARPA | Vlan169 | ||
Internet | 3 | b8ac.6f24.0974 | ARPA | Vlan169 | ||
Internet | 1 | b8ac.6f21.005a | ARPA | Vlan169 | ||
Internet | 4 | b8ac.6f2c.4e62 | ARPA | Vlan169 | ||
Internet | 0 | 1803.73d4.7f42 | ARPA | Vlan169 | ||
Internet | 4 | b8ac.6f2a.5d9c | ARPA | Vlan169 | ||
Internet | 2 | 001c.7ee3.eab6 | ARPA | Vlan169 | ||
Internet | - | 0000.0c07.acaa | ARPA | Vlan170 | ||
Internet | 0 | 6c20.560c.9e53 | ARPA | Vlan170 | ||
Internet | - | 6c20.560c.8d51 | ARPA | Vlan170 | ||
Internet | 35 | 84c9.b2a9.9982 | ARPA | Vlan170 | ||
Internet | 0 | Incomplete | ARPA | |||
Internet | 2 | 0014.3896.2266 | ARPA | Vlan170 | ||
Internet | 0 | Incomplete | ARPA | |||
Internet | 0 | Incomplete | ARPA | |||
Internet | 5 | 0017.088b.aeac | ARPA | Vlan170 | ||
Internet | 0 | Incomplete | ARPA | |||
Internet | 0 | Incomplete | ARPA | |||
Internet | 5 | 0001.e66d.d794 | ARPA | Vlan170 | ||
Internet | 0 | 00e0.db0d.eb2d | ARPA | Vlan170 | ||
Internet | 138 | 00e0.db0a.7bec | ARPA | Vlan170 | ||
Internet | 5 | 0020.d82d.9040 | ARPA | Vlan170 | ||
Internet | 0 | a4ba.dbbe.0d42 | ARPA | Vlan170 | ||
Internet | 6 | a4ba.dbc5.208b | ARPA | Vlan170 | ||
Internet | 0 | d067.e549.d22d | ARPA | Vlan170 | ||
Internet | 0 | 0021.862b.fa92 | ARPA | Vlan170 | ||
Internet | 1 | b8ac.6f2a.812e | ARPA | Vlan170 | ||
Internet | 3 | d067.e549.d6bb | ARPA | Vlan170 | ||
Internet | 5 | b8ac.6f2a.7eec | ARPA | Vlan170 | ||
Internet | 0 | e89d.8760.6920 | ARPA | Vlan170 | ||
Internet | 3 | 001c.7e0e.8a23 | ARPA | Vlan170 | ||
Internet | 0 | a4ba.dbb8.c8c0 | ARPA | Vlan170 | ||
Internet | 0 | b8ac.6f2a.7f76 | ARPA | Vlan170 | ||
Internet | 8 | 1803.73d4.8086 | ARPA | Vlan170 | ||
Internet | 48 | d067.e54a.12b4 | ARPA | Vlan170 | ||
Internet | 5 | 1803.73d4.7f08 | ARPA | Vlan170 | ||
Internet | 9 | b8ac.6f2a.5e6e | ARPA | Vlan170 | ||
Internet | 4 | a4ba.dbb9.a7d2 | ARPA | Vlan170 | ||
Protocol | Age | (min) | Hardware | Addr | Type | |
Internet | 5 | d067.e547.bc1b | ARPA | Vlan170 | ||
Internet | 3 | d4be.d9a5.27f7 | ARPA | Vlan170 | ||
Internet | 3 | a4ba.dbb4.a389 | ARPA | Vlan170 | ||
Internet | 57 | d067.e546.0c96 | ARPA | Vlan170 | ||
Internet | 5 | 001c.7edf.eeb6 | ARPA | Vlan170 | ||
Internet | 6 | 1803.73d4.69dc | ARPA | Vlan170 | ||
Internet | 7 | a4ba.dbb8.cc5b | ARPA | Vlan170 | ||
Internet | 0 | 001c.7e31.19b4 | ARPA | Vlan170 | ||
Internet | 9 | d067.e531.670d | ARPA | Vlan170 | ||
Internet | 0 | d067.e549.cf72 | ARPA | Vlan170 | ||
Internet | 9 | a4ba.dbb8.cc73 | ARPA | Vlan170 | ||
Internet | 18 | d067.e53f.6f6a | ARPA | Vlan170 | ||
Internet | 7 | 0024.1daf.ef99 | ARPA | Vlan170 | ||
Internet | 5 | d067.e53f.30b3 | ARPA | Vlan170 | ||
Internet | 6 | 001c.7e08.e9b6 | ARPA | Vlan170 | ||
Internet | 0 | 28cf.da1e.be49 | ARPA | Vlan170 | ||
Internet | 9 | 0021.86ef.5c1b | ARPA | Vlan170 | ||
Internet | 7 | d067.e546.9cd3 | ARPA | Vlan170 | ||
Internet | 4 | 0023.188c.fb54 | ARPA | Vlan170 | ||
Internet | 8 | 0021.86ef.5cf7 | ARPA | Vlan170 | ||
Internet | 7 | 0023.1810.024c | ARPA | Vlan170 | ||
Internet | - | 0000.0c07.acab | ARPA | Vlan171 | ||
Internet | 0 | 6c20.560c.9e54 | ARPA | Vlan171 | ||
Internet | - | 6c20.560c.8d52 | ARPA | Vlan171 | ||
Internet | 0 | Incomplete | ARPA | |||
Internet | 17 | 0010.835b.ed41 | ARPA | Vlan171 | ||
Internet | 11 | 0000.74e0.0f03 | ARPA | Vlan171 | ||
Internet | 0 | Incomplete | ARPA | |||
Internet | 0 | 0026.732a.7483 | ARPA | Vlan171 | ||
Internet | 8 | 0000.74e1.fe2f | ARPA | Vlan171 | ||
Internet | 4 | b8ac.6fc9.5b2c | ARPA | Vlan171 | ||
Internet | 9 | a4ba.dbc1.abfd | ARPA | Vlan171 | ||
Internet | 6 | 1803.73b8.7746 | ARPA | Vlan171 | ||
Internet | 9 | 001c.7ef2.efb6 | ARPA | Vlan171 | ||
Internet | 2 | d067.e53c.24db | ARPA | Vlan171 | ||
Internet | 8 | 1803.73d4.7d94 | ARPA | Vlan171 | ||
Internet | 7 | 0021.86f4.a0e5 | ARPA | Vlan171 | ||
Internet | 1 | d067.e53c.2b91 | ARPA | Vlan171 | ||
Internet | 0 | d067.e53c.2452 | ARPA | Vlan171 | ||
Internet | 6 | d067.e549.d1f1 | ARPA | Vlan171 | ||
Internet | 17 | d067.e547.bb66 | ARPA | Vlan171 | ||
Internet | 4 | b8ac.6f2c.4aa9 | ARPA | Vlan171 | ||
Internet | 2 | b8ac.6f22.f0f6 | ARPA | Vlan171 | ||
Protocol | Age | (min) | Hardware | Addr | Type | |
Internet | 7 | d4be.d9a4.7fd7 | ARPA | Vlan171 | ||
Internet | 4 | 0020.d82d.5480 | ARPA | Vlan171 | ||
Internet | 5 | d067.e53f.675b | ARPA | Vlan171 | ||
Internet | 5 | 0021.8615.48b8 | ARPA | Vlan171 | ||
Internet | 8 | b8ac.6f24.05ca | ARPA | Vlan171 | ||
Internet | 4 | d067.e548.d787 | ARPA | Vlan171 | ||
Internet | 7 | d067.e53f.68e5 | ARPA | Vlan171 | ||
Internet | 5 | b8ac.6f2c.4d93 | ARPA | Vlan171 | ||
Internet | 33 | d067.e54a.174c | ARPA | Vlan171 | ||
Internet | 5 | b8ac.6fc9.6074 | ARPA | Vlan171 | ||
Internet | 4 | d067.e53f.6538 | ARPA | Vlan171 | ||
Internet | 6 | 1803.73d4.7cec | ARPA | Vlan171 | ||
Internet | 1 | a4ba.dbc1.ae13 | ARPA | Vlan171 | ||
Internet | 1 | 001c.7e10.f622 | ARPA | Vlan171 | ||
Internet | 2 | 0023.187d.9849 | ARPA | Vlan171 | ||
Internet | 1 | 1803.73d4.6a24 | ARPA | Vlan171 | ||
Internet | 2 | d067.e533.59a4 | ARPA | Vlan171 | ||
Internet | 8 | d067.e547.bc20 | ARPA | Vlan171 | ||
Internet | 47 | 0000.0c07.acac | ARPA | Vlan172 | ||
Internet | 0 | 6c20.560c.9e55 | ARPA | Vlan172 | ||
Internet | - | 6c20.560c.8d53 | ARPA | Vlan172 | ||
Internet | 0 | Incomplete | ARPA | |||
Internet | 0 | d067.e535.4948 | ARPA | Vlan172 | ||
Internet | 0 | b8ac.6fc9.5b4f | ARPA | Vlan172 | ||
Internet | 4 | 0060.b94b.8a87 | ARPA | Vlan172 | ||
Internet | 15 | 1803.732f.508e | ARPA | Vlan172 | ||
Internet | 0 | 1803.7324.611f | ARPA | Vlan172 | ||
Internet | 16 | 1803.7324.6157 | ARPA | Vlan172 | ||
Internet | 0 | 1803.7325.283c | ARPA | Vlan172 | ||
Internet | 5 | 1803.73d4.7f60 | ARPA | Vlan172 | ||
Internet | 16 | 1803.732f.e751 | ARPA | Vlan172 | ||
Internet | 13 | d067.e535.4987 | ARPA | Vlan172 | ||
Internet | 5 | 0018.b075.fc00 | ARPA | Vlan172 | ||
Internet | 0 | 1803.7325.1fa7 | ARPA | Vlan172 | ||
Internet | 0 | d4ae.52bc.b59e | ARPA | Vlan172 | ||
Internet | 0 | 1803.7325.27ef | ARPA | Vlan172 | ||
Internet | 1 | 842b.2b83.c651 | ARPA | Vlan172 | ||
Internet | 0 | b8ac.6f22.f260 | ARPA | Vlan172 | ||
Internet | 0 | 1803.7325.294c | ARPA | Vlan172 | ||
Internet | 88 | a4ba.dbbe.0dc4 | ARPA | Vlan172 | ||
Internet | 0 | d067.e546.569a | ARPA | Vlan172 | ||
Internet | 6 | 1803.73d4.6d38 | ARPA | Vlan172 | ||
Internet | 0 | 1803.732f.bd39 | ARPA | Vlan172 | ||
Protocol | Age | (min) | Hardware | Addr | Type | |
Internet | 0 | 1803.7324.5a27 | ARPA | Vlan172 | ||
Internet | 1 | b8ac.6f2c.4ace | ARPA | Vlan172 | ||
Internet | 0 | d067.e547.c431 | ARPA | Vlan172 | ||
Internet | 0 | b8ac.6fc9.6068 | ARPA | Vlan172 | ||
Internet | 8 | 0023.18c1.7d48 | ARPA | Vlan172 | ||
Internet | 0 | 1803.732f.5860 | ARPA | Vlan172 | ||
Internet | 177 | 0000.0c07.acae | ARPA | Vlan174 | ||
Internet | 0 | 6c20.560c.9e56 | ARPA | Vlan174 | ||
Internet | - | 6c20.560c.8d54 | ARPA | Vlan174 | ||
Internet | 7 | 0018.fe9c.7e8c | ARPA | Vlan174 | ||
Internet | 0 | Incomplete | ARPA | |||
Internet | 0 | Incomplete | ARPA | |||
Internet | 6 | 0011.0aba.650c | ARPA | Vlan174 | ||
Internet | 5 | 00c0.ee7a.a0bf | ARPA | Vlan174 | ||
Internet | 11 | 001b.a923.6b22 | ARPA | Vlan174 | ||
Internet | 2 | 00c0.ee80.43df | ARPA | Vlan174 | ||
Internet | 7 | 0026.7351.cf79 | ARPA | Vlan174 | ||
Internet | 7 | 0026.7359.2cf1 | ARPA | Vlan174 | ||
Internet | 2 | b8ac.6f23.ff6b | ARPA | Vlan174 | ||
Internet | 0 | b8ac.6f2a.82a7 | ARPA | Vlan174 | ||
Internet | 1 | d067.e547.bca9 | ARPA | Vlan174 | ||
Internet | 2 | b8ac.6f2c.543b | ARPA | Vlan174 | ||
Internet | 1 | 782b.cb9a.7658 | ARPA | Vlan174 | ||
Internet | 4 | 1803.73d4.7d8a | ARPA | Vlan174 | ||
Internet | 7 | b8ac.6f24.0ab4 | ARPA | Vlan174 | ||
Internet | 7 | b8ac.6f2c.5496 | ARPA | Vlan174 | ||
Internet | 8 | d067.e53c.bdb6 | ARPA | Vlan174 | ||
Internet | 161 | 0021.862b.fb23 | ARPA | Vlan174 | ||
Internet | 84 | b8ac.6f2c.4c29 | ARPA | Vlan174 | ||
Internet | 7 | b8ac.6f2a.7daa | ARPA | Vlan174 | ||
Internet | 0 | b8ac.6f2a.7f11 | ARPA | Vlan174 | ||
Internet | 0 | bc30.5bb8.a803 | ARPA | Vlan174 | ||
Internet | 1 | 0060.b952.76ee | ARPA | Vlan174 | ||
Internet | 0 | 0021.862b.fc51 | ARPA | Vlan174 | ||
Internet | 7 | 0014.38a3.7696 | ARPA | Vlan174 | ||
Internet | 9 | 00c0.ee7d.c987 | ARPA | Vlan174 | ||
Internet | 8 | 1803.73d4.7f22 | ARPA | Vlan174 | ||
Internet | 7 | 0023.1889.6546 | ARPA | Vlan174 | ||
Internet | 9 | b8ac.6f2a.8243 | ARPA | Vlan174 | ||
Internet | 1 | b8ac.6f2c.53ba | ARPA | Vlan174 | ||
Internet | 1 | b8ac.6f2a.7de6 | ARPA | Vlan174 | ||
Internet | 12 | 0060.b952.770e | ARPA | Vlan174 | ||
Internet | 1 | d067.e549.d68a | ARPA | Vlan174 | ||
Protocol | Age | (min) | Hardware | Addr | Type | |
Internet | 8 | 0060.b952.7849 | ARPA | Vlan174 | ||
Internet | 5 | f04d.a285.fb45 | ARPA | Vlan174 | ||
Internet | 1 | 0021.862b.faef | ARPA | Vlan174 | ||
Internet | 4 | 5cf9.dd6b.67db | ARPA | Vlan174 | ||
Internet | 3 | 0886.3b66.e697 | ARPA | Vlan174 | ||
Internet | 1 | 0021.862b.fb2d | ARPA | Vlan174 | ||
Internet | 8 | 001c.7e2a.19b4 | ARPA | Vlan174 | ||
Internet | 3 | 0021.86ef.5c1e | ARPA | Vlan174 | ||
Internet | 1 | b8ac.6f2a.7ec4 | ARPA | Vlan174 | ||
Internet | 3 | 0021.862b.fb0d | ARPA | Vlan174 | ||
Internet | 0 | 0023.184c.134c | ARPA | Vlan174 | ||
Internet | 7 | 001c.7e82.1bb4 | ARPA | Vlan174 | ||
Internet | 4 | 1803.7372.92f6 | ARPA | Vlan174 | ||
Internet | 2 | 0021.862b.fb07 | ARPA | Vlan174 | ||
Internet | 5 | 0021.862b.fafb | ARPA | Vlan174 | ||
Internet | 0 | 0024.1d0b.4f33 | ARPA | Vlan174 | ||
Internet | 3 | b8ac.6f2c.54a4 | ARPA | Vlan174 | ||
Internet | 6 | 4061.86bf.e510 | ARPA | Vlan174 | ||
Internet | 2 | b8ac.6f2c.4d0d | ARPA | Vlan174 | ||
Internet | 9 | b8ac.6f2a.7ebe | ARPA | Vlan174 | ||
Internet | 2 | 0000.85d1.4ae7 | ARPA | Vlan174 | ||
Internet | 4 | b8ac.6f2c.3fde | ARPA | Vlan174 | ||
Internet | 2 | b8ac.6f2a.6eed | ARPA | Vlan174 | ||
Internet | 2 | 1803.73d4.7f0d | ARPA | Vlan174 | ||
Internet | 16 | 0060.b952.77ea | ARPA | Vlan174 | ||
Internet | 3 | 0060.b952.780b | ARPA | Vlan174 | ||
Internet | 1 | 1803.73d4.6a92 | ARPA | Vlan174 | ||
Internet | 2 | 0021.862d.9457 | ARPA | Vlan174 | ||
Internet | 8 | 0021.862d.6e5d | ARPA | Vlan174 | ||
Internet | 1 | 0021.862b.fd39 | ARPA | Vlan174 | ||
Internet | 1 | b8ac.6f2c.4a1e | ARPA | Vlan174 | ||
Internet | 1 | 0018.fe9d.e445 | ARPA | Vlan174 | ||
Internet | 1 | 0021.862b.fb6c | ARPA | Vlan174 | ||
Internet | 4 | 0021.86ef.5a8a | ARPA | Vlan174 | ||
Internet | 2 | b8ac.6f2c.50cb | ARPA | Vlan174 | ||
Internet | 6 | 0021.862b.fb97 | ARPA | Vlan174 | ||
Internet | 4 | b8ac.6f22.f297 | ARPA | Vlan174 | ||
Internet | 29 | d067.e546.8b28 | ARPA | Vlan174 | ||
Internet | 6 | 1803.73d4.7ab5 | ARPA | Vlan174 | ||
Internet | 29 | 0019.5bec.eeff | ARPA | Vlan174 | ||
Internet | - | 6c20.560c.8d55 | ARPA | Vlan175 | ||
Internet | 0 | Incomplete | ARPA | |||
Internet | 2 | b8ac.6f2c.4bd0 | ARPA | Vlan175 | ||
Protocol | Age | (min) | Hardware | Addr | Type | |
Internet | 51 | d4be.d938.c272 | ARPA | Vlan175 | ||
Internet | 3 | 1803.73d4.7d44 | ARPA | Vlan175 | ||
Internet | 8 | d4be.d9a4.a154 | ARPA | Vlan175 | ||
Internet | 5 | 1803.73d4.7f75 | ARPA | Vlan175 | ||
Internet | 4 | 1803.7325.f274 | ARPA | Vlan175 | ||
Internet | 0 | 0021.862b.fb52 | ARPA | Vlan175 | ||
Internet | 1 | b8ac.6f2a.5e2f | ARPA | Vlan175 | ||
Internet | 11 | 0011.0af2.8408 | ARPA | Vlan175 | ||
Internet | 3 | 1803.73d4.80c9 | ARPA | Vlan175 | ||
Internet | 8 | d4be.d9a5.26a8 | ARPA | Vlan175 | ||
Internet | 8 | b8ac.6f23.e180 | ARPA | Vlan175 | ||
Internet | 2 | b8ac.6f24.3e8c | ARPA | Vlan175 | ||
Internet | 8 | b8ac.6f2c.4c4d | ARPA | Vlan175 | ||
Internet | 9 | d067.e535.1d58 | ARPA | Vlan175 | ||
Internet | 80 | 0023.18f8.5048 | ARPA | Vlan175 | ||
Internet | 4 | 0021.86f4.6518 | ARPA | Vlan175 | ||
Internet | 3 | b8ac.6f2c.4d16 | ARPA | Vlan175 | ||
Internet | 0 | b8ac.6f2a.7fdf | ARPA | Vlan175 | ||
Internet | 2 | 5cf9.dd6b.8c61 | ARPA | Vlan175 | ||
Internet | 0 | b8ac.6f2a.7d08 | ARPA | Vlan175 | ||
Internet | 9 | 782b.cb9a.7427 | ARPA | Vlan175 | ||
Internet | 3 | b8ac.6f2c.4bd8 | ARPA | Vlan175 | ||
Internet | 3 | 1803.73d4.691e | ARPA | Vlan175 | ||
Internet | 2 | b8ac.6f23.f34a | ARPA | Vlan175 | ||
Internet | 4 | 1803.73d4.76aa | ARPA | Vlan175 | ||
Internet | 6 | 1803.73d4.e4b5 | ARPA | Vlan175 | ||
Internet | 2 | b8ac.6f2a.8007 | ARPA | Vlan175 | ||
Internet | 46 | 0018.fea6.ccf7 | ARPA | Vlan175 | ||
Internet | 6 | b8ac.6f2c.4ffa | ARPA | Vlan175 | ||
Internet | 1 | b8ac.6f2c.4bf4 | ARPA | Vlan175 | ||
Internet | 2 | b8ac.6f2a.5db4 | ARPA | Vlan175 | ||
Internet | 5 | b8ac.6f2a.7deb | ARPA | Vlan175 | ||
Internet | 8 | 0021.862b.fb34 | ARPA | Vlan175 | ||
Internet | 3 | b8ac.6f2a.5dad | ARPA | Vlan175 | ||
Internet | 7 | b8ac.6f2a.7d68 | ARPA | Vlan175 | ||
Internet | 28 | 0000.0c07.acc5 | ARPA | Vlan197 | ||
Internet | 31 | 6c20.560c.9e58 | ARPA | Vlan197 | ||
Internet | - | 6c20.560c.8d56 | ARPA | Vlan197 | ||
Internet | 0 | 000f.ea74.6149 | ARPA | Vlan197 | ||
Internet | 2 | 0020.4a67.36db | ARPA | Vlan197 | ||
Internet | 9 | b8ac.6f2a.5bd2 | ARPA | Vlan197 | ||
Internet | 253 | 0090.1d00.3be6 | ARPA | Vlan197 | ||
Internet | 20 | 0010.18cc.3737 | ARPA | Vlan197 | ||
Protocol | Age | (min) | Hardware | Addr | Type | |
Internet | 6 | d4ae.526c.f16e | ARPA | Vlan197 | ||
Internet | 262 | 0007.9a18.8e5a | ARPA | Vlan197 | ||
Internet | 13 | 0090.1d00.5469 | ARPA | Vlan197 | ||
Internet | 230 | 0000.0c07.accc | ARPA | Vlan204 | ||
Internet | 118 | 6c20.560c.9e5a | ARPA | Vlan204 | ||
Internet | - | 6c20.560c.8d57 | ARPA | Vlan204 | ||
Internet | 5 | 0021.b70c.7909 | ARPA | Vlan204 | ||
Internet | 0 | 406c.8f07.ddf9 | ARPA | Vlan204 | ||
Internet | 14 | 001a.4b13.eb1e | ARPA | Vlan204 | ||
Internet | 9 | 0026.bb5d.ff3c | ARPA | Vlan204 | ||
Internet | 6 | 0025.00f2.9bd3 | ARPA | Vlan204 | ||
Internet | 1 | 1803.73d4.6a81 | ARPA | Vlan204 | ||
Internet | 0 | c82a.143e.c848 | ARPA | Vlan204 | ||
Internet | 0 | 0021.862b.fb44 | ARPA | Vlan204 | ||
Internet | 1 | 001c.7e22.93b5 | ARPA | Vlan204 | ||
Internet | 0 | 001f.5b30.cbb0 | ARPA | Vlan204 | ||
Internet | 0 | 001f.5b30.078d | ARPA | Vlan204 | ||
Internet | 171 | 6c20.560c.9e62 | ARPA | Vlan1253 | ||
Internet | - | 6c20.560c.8d5f | ARPA | Vlan1253 | ||
Internet | 236 | b8ac.6f2c.537f | ARPA | Vlan1253 | ||
Internet | - | 6c20.560c.8d39 | ARPA | FastEthernet0 |
02-27-2013 06:44 PM
Mohit.
Which one of this is the switch running:
15.0.1-SE
15.0.1-SE1
15.0.1-SE2
15.0.1-SE3
Please let me know EXACTLY the IOS version, ipbase, k9, universal... it's better if you send me the show version so I can decode the PCvalues....
Wilson.
02-27-2013 06:48 PM
15.0.1-SE3
thanks!
02-27-2013 07:10 PM
snmp-server enable traps mac-notification change move threshold
Get rid of this line and see what happens.
02-27-2013 07:26 PM
This case is very similar to many I have faced before... I have decoded those PC values you sent me
sho stacks 390
Process 390: SNMP ENGINE
Stack segment 0x7F8F14C - 0x7F9202C
FP: 0x7F91F90, RA: 0x1B97920
FP: 0x7F92018, RA: 0x18BD1D4
FP: 0x7F92020, RA: 0x284DA88
FP: 0x0, RA: 0x28478FC
I found out that this problem happens when the SNMP is polling ARP and routing tables, image if the ARP is too large... it will definitely cause CPU utilization problems. the larger the arp table is the highest impact you will see in the CPU.
I would recommend you to read and follow this steps, specially the recommendation #1
http://www.cisco.com/en/US/tech/tk648/tk362/technologies_tech_note09186a00800948e6.shtml
Keep me posted...
Wilson B.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide