Regular Expressions 101

Save & Share

Flavor

  • PCRE2 (PHP >=7.3)
  • PCRE (PHP <7.3)
  • ECMAScript (JavaScript)
  • Python
  • Golang
  • Java 8
  • .NET 7.0 (C#)
  • Rust
  • Regex Flavor Guide

Function

  • Match
  • Substitution
  • List
  • Unit Tests

Tools

Sponsors
There are currently no sponsors. Become a sponsor today!
An explanation of your regex will be automatically generated as you type.
Detailed match information will be displayed here automatically.
  • All Tokens
  • Common Tokens
  • General Tokens
  • Anchors
  • Meta Sequences
  • Quantifiers
  • Group Constructs
  • Character Classes
  • Flags/Modifiers
  • Substitution
  • A single character of: a, b or c
    [abc]
  • A character except: a, b or c
    [^abc]
  • A character in the range: a-z
    [a-z]
  • A character not in the range: a-z
    [^a-z]
  • A character in the range: a-z or A-Z
    [a-zA-Z]
  • Any single character
    .
  • Alternate - match either a or b
    a|b
  • Any whitespace character
    \s
  • Any non-whitespace character
    \S
  • Any digit
    \d
  • Any non-digit
    \D
  • Any word character
    \w
  • Any non-word character
    \W
  • Non-capturing group
    (?:...)
  • Capturing group
    (...)
  • Zero or one of a
    a?
  • Zero or more of a
    a*
  • One or more of a
    a+
  • Exactly 3 of a
    a{3}
  • 3 or more of a
    a{3,}
  • Between 3 and 6 of a
    a{3,6}
  • Start of string
    ^
  • End of string
    $
  • A word boundary
    \b
  • Non-word boundary
    \B

Regular Expression
No Match

r"
"
gm

Test String

Code Generator

Generated Code

const regex = new RegExp('VLAN\\d{1,4} is executing.*\\n', 'gm') const str = `Cisco IOS Software, C2960S Software (C2960S-UNIVERSALK9-M), Version 15.2(2)E6, RELEASE SOFTWARE (fc1) Technical Support: http://www.cisco.com/techsupport Copyright (c) 1986-2016 by Cisco Systems, Inc. Compiled Fri 16-Dec-16 20:58 by prod_rel_team ROM: Bootstrap program is C2960S board boot loader BOOTLDR: C2960S Boot Loader (C2960S-HBOOT-M) Version 12.2(55r)SE, RELEASE SOFTWARE (fc1) NFC8FM1I12OOBSW102 uptime is 2 years, 17 weeks, 6 days, 19 hours, 40 minutes System returned to ROM by power-on System restarted at 15:16:08 UTC Thu Jan 30 2020 System image file is "flash:c2960s-universalk9-mz.152-2.E6.bin" Last reload reason: power-on This product contains cryptographic features and is subject to United States and local country laws governing import, export, transfer and use. Delivery of Cisco cryptographic products does not imply third-party authority to import, export, distribute or use encryption. Importers, exporters, distributors and users are responsible for compliance with U.S. and local country laws. By using this product you agree to comply with applicable laws and regulations. If you are unable to comply with U.S. and local laws, return this product immediately. A summary of U.S. laws governing Cisco cryptographic products may be found at: http://www.cisco.com/wwl/export/crypto/tool/stqrg.html If you require further assistance please contact us by sending email to export@cisco.com. cisco WS-C2960S-24TS-L (PowerPC) processor (revision H0) with 131072K bytes of memory. Processor board ID FOC1733W2TY Last reset from power-on 2 Virtual Ethernet interfaces 1 FastEthernet interface 28 Gigabit Ethernet interfaces The password-recovery mechanism is enabled. 512K bytes of flash-simulated non-volatile configuration memory. Base ethernet MAC Address : E8:ED:F3:B1:9F:00 Motherboard assembly number : 73-11910-09 Power supply part number : 341-0328-02 Motherboard serial number : FOC173344UQ Power supply serial number : DCA1724M4PD Model revision number : H0 Motherboard revision number : A0 Model number : WS-C2960S-24TS-L Daughterboard assembly number : 73-11933-04 Daughterboard serial number : FOC17327TL3 System serial number : FOC1733W2TY Top Assembly Part Number : 800-30954-04 Top Assembly Revision Number : A0 Version ID : V04 CLEI Code Number : COMGG00ARD Daughterboard revision number : A0 Hardware Board Revision Number : 0x01 Switch Ports Model SW Version SW Image ------ ----- ----- ---------- ---------- * 1 28 WS-C2960S-24TS-L 15.2(2)E6 C2960S-UNIVERSALK9-M Configuration register is 0xF NAME: "1", DESCR: "WS-C2960S-24TS-L" PID: WS-C2960S-24TS-L , VID: V04 , SN: FOC1733W2TY NAME: "Switch 1 - FlexStack Module", DESCR: "Stacking Module" PID: C2960S-STACK , VID: V02 , SN: FOC17400KG9 NAME: "GigabitEthernet1/0/25", DESCR: "1000BaseLX SFP" PID: GLC-LH-SMD , VID: V01 , SN: FNS1736143S NAME: "GigabitEthernet1/0/26", DESCR: "1000BaseLX SFP" PID: GLC-LH-SMD , VID: V01 , SN: SPC17370349 ^ % Invalid input detected at '^' marker. CPU utilization for five seconds: 7%/0%; one minute: 8%; five minutes: 6% PID Runtime(ms) Invoked uSecs 5Sec 1Min 5Min TTY Process 135 1126 206 5466 1.89% 1.54% 0.34% 1 SSH Process 168 79238697 14756917 5369 0.09% 0.11% 0.10% 0 HQM Stack Proces 201 20045223 132187842 151 0.09% 0.02% 0.00% 0 IP Input 169 19417379 29513814 657 0.09% 0.01% 0.00% 0 HRPC qos request 115 560508 2114622065 0 0.09% 0.00% 0.00% 0 HLFM address lea 5 27063 9419 2873 0.00% 0.00% 0.00% 0 Pool Manager 6 0 1 0 0.00% 0.00% 0.00% 0 DiscardQ Backgro 7 0 2 0 0.00% 0.00% 0.00% 0 Timers 9 72857 295710137 0 0.00% 0.00% 0.00% 0 HUSB Console 4 829764555 45894871 18079 0.00% 1.29% 1.07% 0 Check heaps 11 155507831 1229745 126460 0.00% 0.19% 0.17% 0 Licensing Auto U 3 63 22 2863 0.00% 0.00% 0.00% 0 SpanTree Helper 8 4198 155343 27 0.00% 0.00% 0.00% 0 WATCH_AFS 10 0 1 0 0.00% 0.00% 0.00% 0 License Client N 13 8302039 38769595 214 0.00% 0.00% 0.00% 0 ARP Input 16 0 1 0 0.00% 0.00% 0.00% 0 Policy Manager 12 0 1 0 0.00% 0.00% 0.00% 0 Image License br 18 0 1 0 0.00% 0.00% 0.00% 0 IFS Agent Manage 19 53248 14756907 3 0.00% 0.00% 0.00% 0 IPC Event Notifi 20 26982 71935329 0 0.00% 0.00% 0.00% 0 IPC Mcast Pendin 2 44402 14788560 3 0.00% 0.00% 0.00% 0 Load Meter 22 0 1 0 0.00% 0.00% 0.00% 0 IPC Session Serv 23 0 1 0 0.00% 0.00% 0.00% 0 IPC Zone Manager 14 126819 76531174 1 0.00% 0.00% 0.00% 0 ARP Background 15 0 1 0 0.00% 0.00% 0.00% 0 AAA_SERVER_DEADT 26 0 1 0 0.00% 0.00% 0.00% 0 IPC Process leve 27 0 1 0 0.00% 0.00% 0.00% 0 IPC Seat Manager 28 939 4225048 0 0.00% 0.00% 0.00% 0 IPC Check Queue 17 25 7 3571 0.00% 0.00% 0.00% 0 Entity MIB API 30 5 1 5000 0.00% 0.00% 0.00% 0 IPC Seat TX Cont 31 2038 7394284 0 0.00% 0.00% 0.00% 0 IPC Keep Alive M 32 111150 14758919 7 0.00% 0.00% 0.00% 0 IPC Loadometer 33 53 5 10600 0.00% 0.00% 0.00% 0 PrstVbl 21 48535 1229745 39 0.00% 0.00% 0.00% 0 IPC Dynamic Cach 35 0 1 0 0.00% 0.00% 0.00% 0 Exception contro 36 0 1 0 0.00% 0.00% 0.00% 0 License IPC stat 37 0 1 0 0.00% 0.00% 0.00% 0 License IPC serv 38 18253 73942792 0 0.00% 0.00% 0.00% 0 GraphIt 39 5380 8691 619 0.00% 0.00% 0.00% 0 crypto sw pk pro 40 0 2 0 0.00% 0.00% 0.00% 0 SMART 41 0 2 0 0.00% 0.00% 0.00% 0 XML Proxy Client 24 24669 71935329 0 0.00% 0.00% 0.00% 0 IPC Periodic Tim 43 603821 73784523 8 0.00% 0.00% 0.00% 0 Dynamic ARP Insp 44 0 1 0 0.00% 0.00% 0.00% 0 Critical Bkgnd 45 2053877 9176288 223 0.00% 0.00% 0.00% 0 Net Background 46 0 1 0 0.00% 0.00% 0.00% 0 IDB Work 47 10 1744 5 0.00% 0.00% 0.00% 0 Logger 25 22602 71935329 0 0.00% 0.00% 0.00% 0 IPC Deferred Por 49 593 1741 340 0.00% 0.00% 0.00% 0 SXP CORE 29 0 1 0 0.00% 0.00% 0.00% 0 IPC Seat RX Cont 51 0 16 0 0.00% 0.00% 0.00% 0 IF-MGR event pro 52 0 3 0 0.00% 0.00% 0.00% 0 IP Admission HA 53 200407 3888739 51 0.00% 0.00% 0.00% 0 Net Input 54 68103 14789078 4 0.00% 0.00% 0.00% 0 Compute load avg 55 28206720 1247520 22610 0.00% 0.03% 0.00% 0 Per-minute Jobs 56 122961 73944010 1 0.00% 0.00% 0.00% 0 Per-Second Jobs 57 0 1 0 0.00% 0.00% 0.00% 0 Inode Table Dest 34 0 1 0 0.00% 0.00% 0.00% 0 Crash writer 59 0 864 0 0.00% 0.00% 0.00% 0 Transport Port A 60 386572 15081918 25 0.00% 0.00% 0.00% 0 HC Counter Timer 61 23389616 438832 53299 0.00% 0.15% 0.05% 0 SFF8472 62 10 4 2500 0.00% 0.00% 0.00% 0 EEM ED Identity 63 6 4 1500 0.00% 0.00% 0.00% 0 EEM ED MAT 64 446680 2738674 163 0.00% 0.00% 0.00% 0 EEM ED ND 65 5 8 625 0.00% 0.00% 0.00% 0 USB Startup 66 317246 1403722920 0 0.00% 0.00% 0.00% 0 DownWhenLooped 67 0 1 0 0.00% 0.00% 0.00% 0 HRPC hdwl reques 42 0 1 0 0.00% 0.00% 0.00% 0 ARP Snoop 69 0 1 0 0.00% 0.00% 0.00% 0 HRPC lpip reques 70 0 2 0 0.00% 0.00% 0.00% 0 HLPIP Sync Proce 71 0 1 0 0.00% 0.00% 0.00% 0 HRPC Multi-FS Sy 72 0 3 0 0.00% 0.00% 0.00% 0 HULC multifs pro 73 0 1 0 0.00% 0.00% 0.00% 0 HRPC hnetwpol re 74 0 1 0 0.00% 0.00% 0.00% 0 HRPC EnergyWise 75 0 1 0 0.00% 0.00% 0.00% 0 HRPC actual powe 76 0 1 0 0.00% 0.00% 0.00% 0 HRPC xcvr reques 77 0 1 0 0.00% 0.00% 0.00% 0 HRPC ipadm reque 78 78456 2459493 31 0.00% 0.00% 0.00% 0 PSP Timer 79 439688 2804558538 0 0.00% 0.00% 0.00% 0 Draught link sta 80 0 3 0 0.00% 0.00% 0.00% 0 Stack DI Update 81 0 1 0 0.00% 0.00% 0.00% 0 HRPC asic-stats 82 54708 12886938 4 0.00% 0.00% 0.00% 0 Adjust Regions 83 35755 147856855 0 0.00% 0.00% 0.00% 0 FlexStack Hotswa 48 327849 73784486 4 0.00% 0.00% 0.00% 0 TTY Background 85 403474 3512313779 0 0.00% 0.00% 0.00% 0 RedEarth Rx Mana 86 24345 14788560 1 0.00% 0.00% 0.00% 0 HULC Thermal Pro 87 0 1 0 0.00% 0.00% 0.00% 0 HRPC hsm request 88 0 8 0 0.00% 0.00% 0.00% 0 Stack Mgr 89 126 10 12600 0.00% 0.00% 0.00% 0 Stack Mgr Notifi 90 159160 36892278 4 0.00% 0.00% 0.00% 0 hrpc -> response 91 0 21 0 0.00% 0.00% 0.00% 0 hrpc -> request 92 520964 12297436 42 0.00% 0.00% 0.00% 0 hrpc <- response 93 0 1 0 0.00% 0.00% 0.00% 0 HRPC hcomp reque 94 83806 369637316 0 0.00% 0.00% 0.00% 0 ppc405ex_emac_pr 95 0 10 0 0.00% 0.00% 0.00% 0 HULC Device Mana 50 11 6 1833 0.00% 0.00% 0.00% 0 IF-MGR control p 97 0 2 0 0.00% 0.00% 0.00% 0 HRPC hdm blockin 98 96619 14756902 6 0.00% 0.00% 0.00% 0 HIPC bkgrd proce 99 0 1 0 0.00% 0.00% 0.00% 0 RTTYS Process 58 0 1 0 0.00% 0.00% 0.00% 0 AggMgr Process 101 0 22 0 0.00% 0.00% 0.00% 0 Hulc Port-Securi 102 0 1 0 0.00% 0.00% 0.00% 0 HRPC hpsecure re 103 0 1 0 0.00% 0.00% 0.00% 0 HRPC hrcmd reque 104 0 1 0 0.00% 0.00% 0.00% 0 HRPC hulc misc r 105 0 5 0 0.00% 0.00% 0.00% 0 HRPC emac reques 106 0 3 0 0.00% 0.00% 0.00% 0 HULC EMAC Proces 107 103902 24594838 4 0.00% 0.00% 0.00% 0 HVLAN main bkgrd 108 0 2 0 0.00% 0.00% 0.00% 0 HVLAN Mapped Vla 109 0 2 0 0.00% 0.00% 0.00% 0 Vlan shutdown Pr 110 0 3 0 0.00% 0.00% 0.00% 0 HRPC vlan reques 111 0 1 0 0.00% 0.00% 0.00% 0 HULC VLAN REF Ba 112 0 1 0 0.00% 0.00% 0.00% 0 HRPC ilp request 113 1368793 4918969 278 0.00% 0.00% 0.00% 0 Strider Tcam Mem 114 0 1 0 0.00% 0.00% 0.00% 0 HRPC hlfm reques 68 0 1 0 0.00% 0.00% 0.00% 0 Hulc EEM Process 116 524608 73784492 7 0.00% 0.00% 0.00% 0 HLFM aging proce 117 101498 25248387 4 0.00% 0.00% 0.00% 0 HLFM address ret 118 0 1 0 0.00% 0.00% 0.00% 0 HULC PM Vector P 119 0 1 0 0.00% 0.00% 0.00% 0 HPM Msg Retry Pr 120 0 1 0 0.00% 0.00% 0.00% 0 IPv6 Access Cont 121 1229557 704093266 1 0.00% 0.00% 0.00% 0 hpm main process 122 6 28 214 0.00% 0.00% 0.00% 0 HPM Stack Sync P 123 0 1 0 0.00% 0.00% 0.00% 0 HRPC pm request 124 0 5 0 0.00% 0.00% 0.00% 0 HPM if_num mappi 125 494246 73942793 6 0.00% 0.00% 0.00% 0 hpm counter proc 126 0 1 0 0.00% 0.00% 0.00% 0 HRPC pm-counters 127 0 1 0 0.00% 0.00% 0.00% 0 hpm vp events ca 128 0 1 0 0.00% 0.00% 0.00% 0 HRPC hcmp reques 129 794 35197 22 0.00% 0.00% 0.00% 0 HCEF ADJ Refresh 130 0 1 0 0.00% 0.00% 0.00% 0 HACL Queue Proce 131 0 1 0 0.00% 0.00% 0.00% 0 HRPC acl request 132 38 23 1652 0.00% 0.00% 0.00% 0 HACL Acl Manager 133 0 1 0 0.00% 0.00% 0.00% 0 HRPC aim request 134 0 1 0 0.00% 0.00% 0.00% 0 HRPC backup inte 1 12 45 266 0.00% 0.00% 0.00% 0 Chunk Manager 136 0 1 0 0.00% 0.00% 0.00% 0 HRPC cdp request 137 0 1 0 0.00% 0.00% 0.00% 0 HULC CISP Proces 138 0 1 0 0.00% 0.00% 0.00% 0 HRPC dot1x reque 139 0 1 0 0.00% 0.00% 0.00% 0 Dot1X Msg Retry 140 0 3 0 0.00% 0.00% 0.00% 0 HULC DOT1X Proce 141 0 1 0 0.00% 0.00% 0.00% 0 HRPC epm vlan pl 142 0 1 0 0.00% 0.00% 0.00% 0 HRPC lldp reques 143 0 1 0 0.00% 0.00% 0.00% 0 HRPC system mtu 144 0 1 0 0.00% 0.00% 0.00% 0 HRPC rep request 145 0 3 0 0.00% 0.00% 0.00% 0 REP Helper Proc 146 0 1 0 0.00% 0.00% 0.00% 0 HRPC sdm request 147 0 1 0 0.00% 0.00% 0.00% 0 SMI MSG Retry Pr 148 0 1 0 0.00% 0.00% 0.00% 0 HRPC Smart Insta 149 636180 361870028 1 0.00% 0.00% 0.00% 0 Hulc Storm Contr 150 0 2 0 0.00% 0.00% 0.00% 0 HSTP Sync Proces 151 0 1 0 0.00% 0.00% 0.00% 0 HRPC stp_cli req 152 0 1 0 0.00% 0.00% 0.00% 0 HRPC stp_state_s 153 0 2 0 0.00% 0.00% 0.00% 0 S/W Bridge Proce 154 0 1 0 0.00% 0.00% 0.00% 0 HRPC hudld reque 155 0 1 0 0.00% 0.00% 0.00% 0 HRPC vqpc reques 156 0 1 0 0.00% 0.00% 0.00% 0 HRPC hled reques 157 6720369 1844532907 3 0.00% 0.03% 0.00% 0 Hulc LED Process 158 677172 54095331 12 0.00% 0.00% 0.00% 0 HL3U bkgrd proce 159 0 1 0 0.00% 0.00% 0.00% 0 HRPC hl3u reques 160 25601 16890215 1 0.00% 0.00% 0.00% 0 HIPV6 bkgrd proc 161 0 1 0 0.00% 0.00% 0.00% 0 HRPC IPv6 Unicas 162 0 1 0 0.00% 0.00% 0.00% 0 HRPC obfl reques 164 0 1 0 0.00% 0.00% 0.00% 0 HRPC dtp request 165 0 1 0 0.00% 0.00% 0.00% 0 HRPC show_forwar 166 0 1 0 0.00% 0.00% 0.00% 0 HRPC snmp reques 167 0 1 0 0.00% 0.00% 0.00% 0 HULC SNMP Proces 84 223406 268961454 0 0.00% 0.00% 0.00% 0 RedEarth Tx Mana 96 0 3 0 0.00% 0.00% 0.00% 0 HRPC hdm non blo 170 0 1 0 0.00% 0.00% 0.00% 0 HRPC span reques 171 0 1 0 0.00% 0.00% 0.00% 0 HRPC system post 172 0 1 0 0.00% 0.00% 0.00% 0 Hulc Reload Mana 173 0 1 0 0.00% 0.00% 0.00% 0 HRPC hrcli-event 174 106 410794 0 0.00% 0.00% 0.00% 0 HCMP sync proces 175 0 2 0 0.00% 0.00% 0.00% 0 image mgr 176 0 1 0 0.00% 0.00% 0.00% 0 HRFS OIR Proc 177 8542 24647599 0 0.00% 0.00% 0.00% 0 Power RPS Proces 178 1410 4959 284 0.00% 0.00% 0.00% 0 HL2MCM 179 5 5 1000 0.00% 0.00% 0.00% 0 HL2MCM 180 1302 17242 75 0.00% 0.00% 0.00% 0 AAA Server 181 0 1 0 0.00% 0.00% 0.00% 0 AAA ACCT Proc 182 0 1 0 0.00% 0.00% 0.00% 0 ACCT Periodic Pr 183 0 1 0 0.00% 0.00% 0.00% 0 AAA System Acct 184 0 1 0 0.00% 0.00% 0.00% 0 Webauth client 185 0 1 0 0.00% 0.00% 0.00% 0 Auth-proxy HTTP 186 0 1 0 0.00% 0.00% 0.00% 0 IP Admin SM Proc 187 4972349 13119827 378 0.00% 0.00% 0.00% 0 CDP Protocol 188 0 35 0 0.00% 0.00% 0.00% 0 SpanTree Flush 189 132782 36892395 3 0.00% 0.00% 0.00% 0 CEF: IPv4 proces 190 0 2 0 0.00% 0.00% 0.00% 0 AAA Dictionary R 191 414 616191 0 0.00% 0.00% 0.00% 0 DHCP Snooping 100 0 1 0 0.00% 0.00% 0.00% 0 HRPC hautosecure 193 0 2 0 0.00% 0.00% 0.00% 0 Dot1x Mgr Proces 194 0 1 0 0.00% 0.00% 0.00% 0 EAP Framework 195 0 1 0 0.00% 0.00% 0.00% 0 EAP Test 196 5 1 5000 0.00% 0.00% 0.00% 0 TRACK Main threa 197 0 1 0 0.00% 0.00% 0.00% 0 TRACK Client thr 198 0 2 0 0.00% 0.00% 0.00% 0 CEF switching ba 199 0 2 0 0.00% 0.00% 0.00% 0 IP ARP Adjacency 200 387016 2114622243 0 0.00% 0.00% 0.00% 0 IP ARP Retry Age 192 0 1 0 0.00% 0.00% 0.00% 0 DHCP Snooping db 202 0 1 0 0.00% 0.00% 0.00% 0 ICMP event handl 203 28440 143857599 0 0.00% 0.00% 0.00% 0 IP ARP Track 204 0 1 0 0.00% 0.00% 0.00% 0 ADJ NSF process 205 0 1 0 0.00% 0.00% 0.00% 0 IPv6 ping proces 207 0 2 0 0.00% 0.00% 0.00% 0 REP Topology cha 208 0 2 0 0.00% 0.00% 0.00% 0 RIB LM VALIDATE 209 729758 2738635 266 0.00% 0.00% 0.00% 0 SMI Director DB 210 0 1 0 0.00% 0.00% 0.00% 0 SMI CDP Update H 211 0 1 0 0.00% 0.00% 0.00% 0 SMI Backup Proce 213 0 1 0 0.00% 0.00% 0.00% 0 SMI IBC client p 214 5 2 2500 0.00% 0.00% 0.00% 0 SMI IBC Download 215 29616767 256110169 115 0.00% 0.03% 0.04% 0 Spanning Tree 216 921 1232133 0 0.00% 0.00% 0.00% 0 Spanning Tree St 217 0 10 0 0.00% 0.00% 0.00% 0 802.1x switch 218 1262989 7398348 170 0.00% 0.00% 0.00% 0 DTP Protocol 219 0 1 0 0.00% 0.00% 0.00% 0 HRPC IPv6 Host r 220 0 2 0 0.00% 0.00% 0.00% 0 IPv6 Platform Ho 221 0 1 0 0.00% 0.00% 0.00% 0 HRPC dai request 222 0 1 0 0.00% 0.00% 0.00% 0 HULC DAI Process 223 0 1 0 0.00% 0.00% 0.00% 0 HRPC power down 224 0 1 0 0.00% 0.00% 0.00% 0 HRPC ip device t 225 0 1 0 0.00% 0.00% 0.00% 0 HRPC ip source g 226 5 1 5000 0.00% 0.00% 0.00% 0 HULC IP Source g 227 26 3 8666 0.00% 0.00% 0.00% 0 OBFL MSG obfl0 228 2093610 73784490 28 0.00% 0.00% 0.00% 0 PI MATM Aging Pr 229 3086389 748746223 4 0.00% 0.00% 0.00% 0 UDLD 230 456 2464761 0 0.00% 0.00% 0.00% 0 Port-Security 231 0 2 0 0.00% 0.00% 0.00% 0 Switch Backup In 232 0 2 0 0.00% 0.00% 0.00% 0 IP Host Track Pr 233 0 1 0 0.00% 0.00% 0.00% 0 Link State Group 234 40771 1229745 33 0.00% 0.00% 0.00% 0 MMN bkgrd proces 235 42279 7378451 5 0.00% 0.00% 0.00% 0 Ethchnl 236 51 44 1159 0.00% 0.00% 0.00% 0 VMATM Callback 237 0 1 0 0.00% 0.00% 0.00% 0 XDR background p 238 82134 1229754 66 0.00% 0.00% 0.00% 0 XDR mcast 239 0 1 0 0.00% 0.00% 0.00% 0 XDR RP Ping Back 240 0 1 0 0.00% 0.00% 0.00% 0 XDR receive 241 0 1 0 0.00% 0.00% 0.00% 0 IPC LC Message H 242 0 1 0 0.00% 0.00% 0.00% 0 XDR RP Test Back 243 47732 1229745 38 0.00% 0.00% 0.00% 0 FRR Background P 244 239049 5167369 46 0.00% 0.00% 0.00% 0 CEF background p 245 0 1 0 0.00% 0.00% 0.00% 0 fib_fib_bfd_sb e 246 0 1 0 0.00% 0.00% 0.00% 0 IP IRDP 247 0 1 0 0.00% 0.00% 0.00% 0 Tunnel FIB 248 0 1 0 0.00% 0.00% 0.00% 0 CEF RF HULC Conv 249 50329 7378455 6 0.00% 0.00% 0.00% 0 IP ACL XDR LC Ba 250 1076612 73785217 14 0.00% 0.00% 0.00% 0 ADJ background 251 0 11 0 0.00% 0.00% 0.00% 0 Auth Manager 252 0 1 0 0.00% 0.00% 0.00% 0 Critical Auth 253 0 1 0 0.00% 0.00% 0.00% 0 EPM MAIN PROCESS 254 0 1 0 0.00% 0.00% 0.00% 0 HTTP EPM Redirec 255 0 1 0 0.00% 0.00% 0.00% 0 Timer Handler Pr 256 0 1 0 0.00% 0.00% 0.00% 0 EPM Downlad Mana 257 83740 14756907 5 0.00% 0.00% 0.00% 0 EPM ACL PLUG-IN 258 32 3 10666 0.00% 0.00% 0.00% 0 OBFL ENV obfl0 259 44225 147299366 0 0.00% 0.00% 0.00% 0 SVM UT Process 260 0 1 0 0.00% 0.00% 0.00% 0 CMD HANDLER 261 611 32453 18 0.00% 0.00% 0.00% 0 TCP Timer 262 6187 18080 342 0.00% 0.00% 0.00% 0 TCP Protocols 263 0 1 0 0.00% 0.00% 0.00% 0 Socket Timers 264 299 246452 1 0.00% 0.00% 0.00% 0 HTTP CORE 265 439 924115 0 0.00% 0.00% 0.00% 0 Cluster L2 266 58783 7378451 7 0.00% 0.00% 0.00% 0 Cluster RARP 267 672536 11977634 56 0.00% 0.00% 0.00% 0 Cluster Base 268 0 2 0 0.00% 0.00% 0.00% 0 Dot1x Supplicant 269 0 2 0 0.00% 0.00% 0.00% 0 Dot1x Supplicant 270 0 2 0 0.00% 0.00% 0.00% 0 Dot1x Supplicant 271 0 1 0 0.00% 0.00% 0.00% 0 DSensor HTTP 272 0 2 0 0.00% 0.00% 0.00% 0 Routing Topology 273 0 1 0 0.00% 0.00% 0.00% 0 CEF RP Backgroun 274 0 1 0 0.00% 0.00% 0.00% 0 DCT Bkgd Process 275 0 1 0 0.00% 0.00% 0.00% 0 RARP Input 276 0 2 0 0.00% 0.00% 0.00% 0 IP RIB Update 277 15510749 20536 755295 0.00% 0.00% 0.00% 0 NIST rng proc 278 30092 143857599 0 0.00% 0.00% 0.00% 0 Timer Library 279 0 3 0 0.00% 0.00% 0.00% 0 static 280 0 2 0 0.00% 0.00% 0.00% 0 ADJ resolve proc 281 5 1 5000 0.00% 0.00% 0.00% 0 IPv6 RIB Cleanup 282 0 1 0 0.00% 0.00% 0.00% 0 IPv6 RIB Event H 283 0 1 0 0.00% 0.00% 0.00% 0 IPv6 Static Hand 284 0 1 0 0.00% 0.00% 0.00% 0 MAB Framework 285 197059 7378446 26 0.00% 0.00% 0.00% 0 QoS stats proces 286 0 1 0 0.00% 0.00% 0.00% 0 Connection Mgr 287 0 2 0 0.00% 0.00% 0.00% 0 REP LSL Proc 288 0 2 0 0.00% 0.00% 0.00% 0 REP BPA/EPA Proc 289 0 7 0 0.00% 0.00% 0.00% 0 SNMP Timers 290 0 1 0 0.00% 0.00% 0.00% 0 HRPC dhcp snoopi 291 0 4 0 0.00% 0.00% 0.00% 0 HULC DHCP Snoopi 292 0 1 0 0.00% 0.00% 0.00% 0 HRPC sisf reques 293 0 2 0 0.00% 0.00% 0.00% 0 HULC SISF Proces 294 0 1 0 0.00% 0.00% 0.00% 0 HULC SISF Source 295 47 165 284 0.00% 0.00% 0.00% 0 IGMPSN L2MCM 296 77751 627850 123 0.00% 0.00% 0.00% 0 IGMPSN MRD 297 101135 1250476 80 0.00% 0.00% 0.00% 0 IGMPSN 298 0 1 0 0.00% 0.00% 0.00% 0 IGMPQR 299 0 3 0 0.00% 0.00% 0.00% 0 L2TRACE SERVER 300 21 163 128 0.00% 0.00% 0.00% 0 MLDSN L2MCM 301 0 1 0 0.00% 0.00% 0.00% 0 MRD 302 0 1 0 0.00% 0.00% 0.00% 0 MLD_SNOOP 303 0 2 0 0.00% 0.00% 0.00% 0 AAA Cached Serve 304 0 1 0 0.00% 0.00% 0.00% 0 HRPC hl2mcm igmp 305 0 1 0 0.00% 0.00% 0.00% 0 HRPC hl2mcm mlds 306 0 2 0 0.00% 0.00% 0.00% 0 ENABLE AAA 307 0 3 0 0.00% 0.00% 0.00% 0 LDAP process 308 0 2 0 0.00% 0.00% 0.00% 0 Crypto Support 309 0 1 0 0.00% 0.00% 0.00% 0 IPSECv6 PS Proc 310 0 1 0 0.00% 0.00% 0.00% 0 Key chain liveke 311 0 2 0 0.00% 0.00% 0.00% 0 LINE AAA 312 73608 560303 131 0.00% 0.00% 0.00% 0 LOCAL AAA 314 10 2 5000 0.00% 0.00% 0.00% 0 TPLUS 315 5 1 5000 0.00% 0.00% 0.00% 0 LICENSE AGENT 316 299 24 12458 0.00% 0.00% 0.00% 0 crypto engine pr 317 914326 73784505 12 0.00% 0.00% 0.00% 0 Crypto IKEv2 318 0 1 0 0.00% 0.00% 0.00% 0 IKEv2 AAA handle 319 0 3 0 0.00% 0.00% 0.00% 0 Collection proce 320 0 1 0 0.00% 0.00% 0.00% 0 encrypt proc 321 0 2 0 0.00% 0.00% 0.00% 0 CRYPTO MAP FREE 322 0 1 0 0.00% 0.00% 0.00% 0 Crypto INT 323 0 2 0 0.00% 0.00% 0.00% 0 Crypto IKE Dispa 324 0 3 0 0.00% 0.00% 0.00% 0 Crypto IKMP 325 0 1 0 0.00% 0.00% 0.00% 0 IPSEC manual key 326 75628 3689230 20 0.00% 0.00% 0.00% 0 IPSEC key engine 327 0 5 0 0.00% 0.00% 0.00% 0 Crypto ACL 328 0 1 0 0.00% 0.00% 0.00% 0 Crypto PAS Proc 329 6 5 1200 0.00% 0.00% 0.00% 0 IPSec background 330 0 1 0 0.00% 0.00% 0.00% 0 RSA background p 331 356 4 89000 0.00% 0.00% 0.00% 0 Crypto CA 332 0 1 0 0.00% 0.00% 0.00% 0 Crypto PKI-CRL 333 0 1 0 0.00% 0.00% 0.00% 0 HRPC x_setup req 334 0 2 0 0.00% 0.00% 0.00% 0 REP Switch Helpe 335 0 1 0 0.00% 0.00% 0.00% 0 Licensing MIB pr 336 0 12 0 0.00% 0.00% 0.00% 0 VTP Trap Process 337 73672 4918947 14 0.00% 0.00% 0.00% 0 OBFL I/O Buffer 338 0 12 0 0.00% 0.00% 0.00% 0 ASP Process Crea 339 1080 8621 125 0.00% 0.00% 0.00% 0 AAA SEND STOP EV 340 0 1 0 0.00% 0.00% 0.00% 0 Test AAA Client 341 10 8 1250 0.00% 0.00% 0.00% 0 DCM Core Thread 342 0 2 0 0.00% 0.00% 0.00% 0 DHCP Security He 343 0 1 0 0.00% 0.00% 0.00% 0 dcm_cli_engine 344 0 3 0 0.00% 0.00% 0.00% 0 dcm_cli_provider 345 656 3051 215 0.00% 0.00% 0.00% 0 EEM ED Syslog 346 4212 867 4858 0.00% 0.00% 0.00% 0 Syslog Traps 347 0 1 0 0.00% 0.00% 0.00% 0 HCD Process 348 0 1 0 0.00% 0.00% 0.00% 0 HRPC cable diagn 349 0 2 0 0.00% 0.00% 0.00% 0 DiagCard1/-1 350 0 1 0 0.00% 0.00% 0.00% 0 Online Diag EEM 351 102186 45784354 2 0.00% 0.00% 0.00% 0 PM Callback 353 2103 5913301 0 0.00% 0.00% 0.00% 0 dhcp snooping sw 355 21 25 840 0.00% 0.00% 0.00% 0 EEM Server 356 16 3 5333 0.00% 0.00% 0.00% 0 Call Home proces 357 0 7 0 0.00% 0.00% 0.00% 0 EEM Helper Threa 358 112086 7378519 15 0.00% 0.00% 0.00% 0 Bulkstat-Client 359 0 1 0 0.00% 0.00% 0.00% 0 tHUB 360 79646 1229755 64 0.00% 0.00% 0.00% 0 Call Home Timer 361 10 6 1666 0.00% 0.00% 0.00% 0 DCM snmp dp Thre 362 5 3 1666 0.00% 0.00% 0.00% 0 snmp dcm ma shim 363 0 2 0 0.00% 0.00% 0.00% 0 EEM Policy Direc 364 0 2 0 0.00% 0.00% 0.00% 0 STP FAST TRANSIT 365 79 219 360 0.00% 0.00% 0.00% 0 EEM ED Config 366 0 4 0 0.00% 0.00% 0.00% 0 EEM ED CRASH 367 0 4 0 0.00% 0.00% 0.00% 0 EEM ED DS 368 6 4 1500 0.00% 0.00% 0.00% 0 EEM ED Env 369 615 2154 285 0.00% 0.00% 0.00% 0 EM ED GOLD 370 551 2154 255 0.00% 0.00% 0.00% 0 EEM ED OIR 371 636 2154 295 0.00% 0.00% 0.00% 0 EEM ED Test 372 1922 1236107 1 0.00% 0.00% 0.00% 0 EEM ED Timer 373 95 873 108 0.00% 0.00% 0.00% 0 Syslog 375 5 4 1250 0.00% 0.00% 0.00% 0 RBM CORE 376 0 2 0 0.00% 0.00% 0.00% 0 CSRT RAPID TRANS 377 10 6 1666 0.00% 0.00% 0.00% 0 VLAN Manager 379 0 20542 0 0.00% 0.00% 0.00% 0 SSH Event handle 380 3822891 11885393 321 0.00% 0.00% 0.00% 0 IP SNMP 381 1794219 5940755 302 0.00% 0.00% 0.00% 0 PDU DISPATCHER 382 20623921 5982869 3447 0.00% 0.00% 0.00% 0 SNMP ENGINE 383 0 2 0 0.00% 0.00% 0.00% 0 IP SNMPV6 384 0 1 0 0.00% 0.00% 0.00% 0 SNMP ConfCopyPro 385 8514 4763 1787 0.00% 0.00% 0.00% 0 SNMP Traps 386 0 1 0 0.00% 0.00% 0.00% 0 T+ Admin 387 64725 75462918 0 0.00% 0.00% 0.00% 0 NTP 388 0 3 0 0.00% 0.00% 0.00% 0 hulc cfg mgr mas 389 2454 96 25562 0.00% 0.00% 0.00% 0 hulc running con 33333 773333355555555556666677777444448888888888555555555544444555 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) 1111111 111111111112111111111111111111111111 11111111111111 444071494219141414238414575444104030451647639933422323444454 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% 222212232322622221222222122222222232812222312232231222241222722122223222 533383375230583638335353836335143363484333083323228393318144943933382525 100 90 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% ^ % Invalid input detected at '^' marker. ^ % Invalid input detected at '^' marker. ^ % Invalid input detected at '^' marker. Building configuration... Current configuration : 17599 bytes ! ! Last configuration change at 17:29:46 UTC Mon Feb 15 2021 by admin ! NVRAM config last updated at 17:29:47 UTC Mon Feb 15 2021 by admin ! version 15.2 service nagle no service pad service tcp-keepalives-in service tcp-keepalives-out service timestamps debug datetime localtime show-timezone service timestamps log datetime localtime show-timezone service password-encryption service pt-vty-logging service sequence-numbers ! hostname NFC8FM1I12OOBSW102 ! boot-start-marker boot-end-marker ! logging count logging snmp-authfail logging buffered 64000 informational logging rate-limit console 3 except critical logging console critical enable secret 5 \$1\$6eNO\$gr7DfKJd6IfN6COvYOuLo. ! username admin privilege 15 secret 5 \$1\$k1wF\$z6a//tICvFtVZCMjyAjtp. no aaa new-model switch 1 provision ws-c2960s-24ts-l no ip source-route no ip gratuitous-arps ip icmp rate-limit unreachable 2000 ip icmp rate-limit unreachable DF 2000 ! ! no ip domain-lookup ip domain-name gfoundries.com vtp domain gfoundries vtp mode transparent ! ! ! ! ! udld aggressive ! mls qos ! ! file prompt quiet ! spanning-tree mode rapid-pvst spanning-tree loopguard default spanning-tree portfast default spanning-tree portfast bpduguard default spanning-tree extend system-id ! ! ! ! vlan internal allocation policy ascending ! vlan 98 name SIT-OOB-Mgmt ! vlan 99 name SRV-MGMT-FCAPS ! ip tcp selective-ack ip tcp synwait-time 5 ip tcp path-mtu-discovery ! ! ! ! ! ! ! ! ! ! interface FastEthernet0 description UNUSED no ip address shutdown ! interface GigabitEthernet1/0/1 description NFC8FM1I12OOBCS102A-ETH1 switchport access vlan 98 switchport mode access load-interval 30 storm-control broadcast level 7.50 storm-control action trap ! interface GigabitEthernet1/0/2 description NFC8FM1I12OOBNT102-Mgmt switchport access vlan 99 switchport mode access load-interval 30 storm-control broadcast level 7.50 storm-control action trap ! interface GigabitEthernet1/0/3 description UNUSED switchport access vlan 98 switchport mode access load-interval 30 shutdown storm-control broadcast level 7.50 storm-control action trap ! interface GigabitEthernet1/0/4 description UNUSED switchport access vlan 98 switchport mode access load-interval 30 shutdown storm-control broadcast level 7.50 storm-control action trap ! interface GigabitEthernet1/0/5 description UNUSED switchport access vlan 98 switchport mode access load-interval 30 shutdown storm-control broadcast level 7.50 storm-control action trap ! interface GigabitEthernet1/0/6 description UNUSED switchport access vlan 98 switchport mode access load-interval 30 shutdown storm-control broadcast level 7.50 storm-control action trap ! interface GigabitEthernet1/0/7 description UNUSED switchport access vlan 98 switchport mode access load-interval 30 shutdown storm-control broadcast level 7.50 storm-control action trap ! interface GigabitEthernet1/0/8 description UNUSED switchport access vlan 98 switchport mode access load-interval 30 shutdown storm-control broadcast level 7.50 storm-control action trap ! interface GigabitEthernet1/0/9 description UNUSED switchport access vlan 98 switchport mode access load-interval 30 shutdown storm-control broadcast level 7.50 storm-control action trap ! interface GigabitEthernet1/0/10 description UNUSED switchport access vlan 98 switchport mode access load-interval 30 shutdown storm-control broadcast level 7.50 storm-control action trap ! interface GigabitEthernet1/0/11 description UNUSED switchport access vlan 98 switchport mode access load-interval 30 shutdown storm-control broadcast level 7.50 storm-control action trap ! interface GigabitEthernet1/0/12 description UNUSED switchport access vlan 98 switchport mode access load-interval 30 shutdown storm-control broadcast level 7.50 storm-control action trap ! interface GigabitEthernet1/0/13 description UNUSED switchport access vlan 98 switchport mode access load-interval 30 shutdown storm-control broadcast level 7.50 storm-control action trap ! interface GigabitEthernet1/0/14 description UNUSED switchport access vlan 98 switchport mode access load-interval 30 shutdown storm-control broadcast level 7.50 storm-control action trap ! interface GigabitEthernet1/0/15 description UNUSED switchport access vlan 98 switchport mode access load-interval 30 shutdown storm-control broadcast level 7.50 storm-control action trap ! interface GigabitEthernet1/0/16 description UNUSED switchport access vlan 98 switchport mode access load-interval 30 shutdown storm-control broadcast level 7.50 storm-control action trap ! interface GigabitEthernet1/0/17 description UNUSED switchport access vlan 98 switchport mode access load-interval 30 shutdown storm-control broadcast level 7.50 storm-control action trap ! interface GigabitEthernet1/0/18 description UNUSED switchport access vlan 98 switchport mode access load-interval 30 shutdown storm-control broadcast level 7.50 storm-control action trap ! interface GigabitEthernet1/0/19 description UNUSED switchport access vlan 98 switchport mode access load-interval 30 shutdown storm-control broadcast level 7.50 storm-control action trap ! interface GigabitEthernet1/0/20 description UNUSED switchport access vlan 98 switchport mode access load-interval 30 shutdown storm-control broadcast level 7.50 storm-control action trap ! interface GigabitEthernet1/0/21 description UNUSED switchport access vlan 98 switchport mode access load-interval 30 shutdown storm-control broadcast level 7.50 storm-control action trap ! interface GigabitEthernet1/0/22 description UNUSED switchport access vlan 98 switchport mode access load-interval 30 shutdown storm-control broadcast level 7.50 storm-control action trap ! interface GigabitEthernet1/0/23 description UNUSED switchport access vlan 98 switchport mode access load-interval 30 shutdown storm-control broadcast level 7.50 storm-control action trap ! interface GigabitEthernet1/0/24 description UNUSED switchport access vlan 98 switchport mode access load-interval 30 shutdown storm-control broadcast level 7.50 storm-control action trap ! interface GigabitEthernet1/0/25 switchport trunk allowed vlan 98,99 switchport mode trunk ! interface GigabitEthernet1/0/26 switchport trunk allowed vlan 98,99 switchport mode trunk ! interface GigabitEthernet1/0/27 description UNUSED switchport access vlan 98 switchport mode access load-interval 30 shutdown storm-control broadcast level 7.50 storm-control action trap ! interface GigabitEthernet1/0/28 description UNUSED switchport access vlan 98 switchport mode access load-interval 30 shutdown storm-control broadcast level 7.50 storm-control action trap ! interface Vlan1 description UNUSED no ip address shutdown ! interface Vlan98 description SIT-OOB-Mgmt ip address 192.168.251.101 255.255.252.0 ip access-group 183 in no ip redirects no ip unreachables no ip proxy-arp ! ip default-gateway 192.168.251.254 no ip http server no ip http secure-server ! ip ssh time-out 60 ip ssh version 2 ip scp server enable ! ip access-list standard snmp-ro remark *** Emergency Response *** permit 10.10.52.28 permit 10.10.39.100 permit 10.10.52.92 permit 10.10.39.81 permit 10.10.39.80 remark *** ISE*** permit 10.10.33.201 permit 10.10.33.200 permit 10.10.33.203 permit 10.10.33.202 permit 10.32.31.202 remark *** FCAPS *** permit 10.10.55.0 0.0.0.255 permit 10.11.55.0 0.0.0.255 ip access-list standard snmp-rw remark *** FCAPS *** permit 10.10.55.0 0.0.0.255 permit 10.11.55.0 0.0.0.255 ! logging trap notifications logging origin-id hostname logging source-interface Vlan98 logging host 10.10.55.14 logging host 10.10.55.28 logging host 10.10.55.6 transport udp port 515 access-list 99 permit 10.250.54.236 access-list 99 permit 10.10.39.236 access-list 99 permit 10.10.35.236 access-list 183 remark access-list 183 remark SSH access-list 183 remark SSH-JUMP SERVERS access-list 183 permit tcp host 10.10.36.167 any eq 22 access-list 183 permit tcp host 10.10.55.130 any eq 22 access-list 183 permit tcp host 10.11.36.28 any eq 22 access-list 183 permit tcp host 10.11.36.57 any eq 22 access-list 183 permit tcp 10.10.55.0 0.0.0.7 any eq 22 access-list 183 permit tcp 10.10.55.32 0.0.0.7 any eq 22 access-list 183 permit tcp 10.10.55.96 0.0.0.7 any eq 22 access-list 183 permit tcp host 10.32.16.6 any eq 22 access-list 183 remark SSH-PROD TRANSIT NETWORKS access-list 183 permit tcp 10.11.0.0 0.0.1.255 any eq 22 access-list 183 permit tcp 10.11.30.0 0.0.0.255 any eq 22 access-list 183 permit tcp 10.11.31.0 0.0.0.255 any eq 22 access-list 183 permit tcp 10.11.35.0 0.0.0.255 any eq 22 access-list 183 permit tcp 10.11.79.0 0.0.0.255 any eq 22 access-list 183 permit tcp 10.11.126.0 0.0.1.255 any eq 22 access-list 183 permit tcp 10.11.158.0 0.0.1.255 any eq 22 access-list 183 permit tcp 10.11.174.0 0.0.1.255 any eq 22 access-list 183 permit tcp 10.11.223.0 0.0.0.255 any eq 22 access-list 183 remark SSH-SITE TRANSIT NETWORKS access-list 183 permit tcp 10.8.0.0 0.0.1.255 any eq 22 access-list 183 permit tcp 10.10.0.0 0.0.1.255 any eq 22 access-list 183 permit tcp 10.32.0.0 0.0.16.255 any eq 22 access-list 183 permit tcp 10.33.0.0 0.0.16.255 any eq 22 access-list 183 permit tcp 10.34.0.0 0.0.0.255 any eq 22 access-list 183 permit tcp 10.34.16.0 0.0.0.255 any eq 22 access-list 183 permit tcp 10.34.32.0 0.0.0.255 any eq 22 access-list 183 permit tcp 10.34.48.0 0.0.0.255 any eq 22 access-list 183 permit tcp 10.10.35.0 0.0.0.255 any eq 22 access-list 183 permit tcp 10.10.39.0 0.0.0.255 any eq 22 access-list 183 permit tcp 10.10.55.0 0.0.0.255 any eq 22 access-list 183 permit tcp 10.10.56.0 0.0.3.255 any eq 22 access-list 183 permit tcp 10.10.60.0 0.0.3.255 any eq 22 access-list 183 permit tcp 10.10.95.0 0.0.0.255 any eq 22 access-list 183 permit tcp 10.10.127.0 0.0.0.255 any eq 22 access-list 183 permit tcp 10.10.224.0 0.0.0.255 any eq 22 access-list 183 permit tcp 10.10.240.0 0.0.0.255 any eq 22 access-list 183 permit tcp 10.10.241.0 0.0.0.255 any eq 22 access-list 183 permit tcp 10.10.252.0 0.0.0.255 any eq 22 access-list 183 permit tcp 10.250.0.0 0.0.0.255 any eq 22 access-list 183 remark Cisco ISE-SSH access-list 183 permit tcp host 10.10.33.200 any eq 22 access-list 183 permit tcp host 10.10.33.201 any eq 22 access-list 183 permit tcp host 10.10.33.202 any eq 22 access-list 183 permit tcp host 10.10.33.203 any eq 22 access-list 183 permit tcp host 10.10.39.80 any eq 22 access-list 183 permit tcp host 10.10.39.81 any eq 22 access-list 183 permit tcp host 10.32.31.202 any eq 22 access-list 183 remark PROD NTP access-list 183 permit udp host 10.11.35.236 eq ntp any access-list 183 permit udp host 10.11.39.236 eq ntp any access-list 183 remark SITE NTP access-list 183 permit udp host 10.10.35.236 eq ntp any access-list 183 permit udp host 10.10.39.236 eq ntp any access-list 183 remark California NTP access-list 183 permit udp host 10.32.16.236 eq ntp any access-list 183 permit udp host 10.32.17.236 eq ntp any access-list 183 remark FTP access-list 183 permit tcp any any eq ftp access-list 183 permit tcp any any eq ftp-data access-list 183 remark TACACS access-list 183 permit tcp host 10.10.55.128 eq tacacs any access-list 183 permit tcp host 10.10.55.129 eq tacacs any access-list 183 permit tcp host 10.32.6.1 eq tacacs any access-list 183 remark SNMP access-list 183 permit udp 10.10.55.0 0.0.0.255 any eq snmp access-list 183 permit udp 10.11.55.0 0.0.0.255 any eq snmp access-list 183 remark *** Emergency Response *** access-list 183 permit udp host 10.10.52.28 any eq snmp access-list 183 permit udp host 10.10.52.92 any eq snmp access-list 183 remark Cisco ISE access-list 183 permit udp host 10.10.35.1 any eq snmp access-list 183 permit udp host 10.10.33.200 any eq snmp access-list 183 permit udp host 10.10.33.201 any eq snmp access-list 183 permit udp host 10.10.33.202 any eq snmp access-list 183 permit udp host 10.10.33.203 any eq snmp access-list 183 permit udp host 10.10.39.80 any eq snmp access-list 183 permit udp host 10.10.39.81 any eq snmp access-list 183 permit udp host 10.10.39.100 any eq snmp access-list 183 permit udp host 10.32.31.202 any eq snmp access-list 183 remark Cisco ISE-Radius access-list 183 permit icmp host 10.10.35.1 any access-list 183 permit icmp host 10.10.33.200 any access-list 183 permit icmp host 10.10.33.201 any access-list 183 permit icmp host 10.10.33.202 any access-list 183 permit icmp host 10.10.33.203 any access-list 183 permit icmp host 10.10.39.80 any access-list 183 permit icmp host 10.10.39.81 any access-list 183 permit icmp host 10.10.39.100 any access-list 183 permit icmp host 10.32.31.202 any access-list 183 permit udp host 10.10.33.200 any eq 1700 access-list 183 permit udp host 10.10.33.201 any eq 1700 access-list 183 permit udp host 10.10.33.202 any eq 1700 access-list 183 permit udp host 10.10.33.203 any eq 1700 access-list 183 permit udp host 10.10.35.1 any eq 1700 access-list 183 permit udp host 10.10.39.80 any eq 1700 access-list 183 permit udp host 10.10.39.81 any eq 1700 access-list 183 permit udp host 10.10.39.100 any eq 1700 access-list 183 permit udp host 10.32.31.202 any eq 1700 access-list 183 permit udp host 10.10.33.200 any range 1812 1813 access-list 183 permit udp host 10.10.33.201 any range 1812 1813 access-list 183 permit udp host 10.10.33.202 any range 1812 1813 access-list 183 permit udp host 10.10.33.203 any range 1812 1813 access-list 183 permit udp host 10.10.35.1 any range 1812 1813 access-list 183 permit udp host 10.10.39.80 any range 1812 1813 access-list 183 permit udp host 10.10.39.81 any range 1812 1813 access-list 183 permit udp host 10.10.39.100 any range 1812 1813 access-list 183 permit udp host 10.32.31.202 any range 1812 1813 access-list 183 remark FCAPS access-list 183 permit icmp 10.10.55.0 0.0.0.255 any access-list 183 permit icmp 10.11.55.0 0.0.0.255 any ! snmp-server community GFWanRoCom RO snmp-ro snmp-server community Gr33n3ggs&H8m RO snmp-ro snmp-server community GFWanRwCom RW snmp-rw snmp-server trap-source Vlan98 snmp-server location LFC - FAB8 - FM1 - IDF12 - Rack2 - Unit 28 snmp-server enable traps snmp authentication linkdown linkup coldstart warmstart snmp-server enable traps transceiver all snmp-server enable traps call-home message-send-fail server-fail snmp-server enable traps tty snmp-server enable traps license snmp-server enable traps auth-framework sec-violation snmp-server enable traps cluster snmp-server enable traps config-copy snmp-server enable traps config snmp-server enable traps config-ctid snmp-server enable traps energywise snmp-server enable traps fru-ctrl snmp-server enable traps entity snmp-server enable traps event-manager snmp-server enable traps cpu threshold snmp-server enable traps rep snmp-server enable traps vstack 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 vtp snmp-server enable traps vlancreate snmp-server enable traps vlandelete snmp-server enable traps flash insertion removal snmp-server enable traps port-security snmp-server enable traps envmon fan shutdown supply temperature status snmp-server enable traps stackwise snmp-server enable traps errdisable snmp-server enable traps mac-notification change move threshold snmp-server enable traps vlan-membership snmp-server host 10.10.55.14 Gr33n3ggs&H8m snmp-server host 10.10.55.6 version 2c Gr33n3ggs&H8m snmp-server host 10.10.55.28 version 2c us-trap snmp ifmib ifindex persist tacacs-server host 10.10.55.128 tacacs-server host 10.10.55.129 tacacs-server host 10.250.53.128 tacacs-server administration ! no vstack banner exec ^C ======================================================================= Connected to \$(hostname).\$(domain) on line \$(line). Use of this system constitutes your consent to monitoring. ======================================================================= ^C banner motd ^C ======================================================================= This is an official computer system and is the property of GLOBALFOUNDRIES. It is for authorized users only. Unauthorized users are prohibited. Users, authorized or unauthorized, have no explicit or implicit expectation of privacy. Any or all users of this system may be subject to the following actions: interception, monitoring, recording, auditing, inspection and disclosing to security personnel and law enforcement personnel, as well as authorized officials of other agencies, both domestic and foreign. By using this system, the user consents to these actions. Unauthorized or improper use of this system may result in administrative disciplinary action and civil or criminal penalties. By accessing this system you indicate your awareness of and consent to these terms and conditions of use. Discontinue access immediately if you do not agree to the conditions stated in this notice. ======================================================================= ^C ! line con 0 logging synchronous notify transport preferred none transport output ssh line vty 0 4 login local transport preferred none transport input ssh transport output ssh line vty 5 15 login local no exec transport input none transport output none ! scheduler process-watchdog reload ntp source Vlan98 ntp access-group peer 99 ntp server 10.250.54.236 ntp server 10.10.39.236 ntp server 10.10.35.236 end Interface IP-Address OK? Method Status Protocol Vlan1 unassigned YES NVRAM administratively down down Vlan98 192.168.251.101 YES NVRAM up up FastEthernet0 unassigned YES NVRAM administratively down down GigabitEthernet1/0/1 unassigned YES unset up up GigabitEthernet1/0/2 unassigned YES unset up up GigabitEthernet1/0/3 unassigned YES unset administratively down down GigabitEthernet1/0/4 unassigned YES unset administratively down down GigabitEthernet1/0/5 unassigned YES unset administratively down down GigabitEthernet1/0/6 unassigned YES unset administratively down down GigabitEthernet1/0/7 unassigned YES unset administratively down down GigabitEthernet1/0/8 unassigned YES unset administratively down down GigabitEthernet1/0/9 unassigned YES unset administratively down down GigabitEthernet1/0/10 unassigned YES unset administratively down down GigabitEthernet1/0/11 unassigned YES unset administratively down down GigabitEthernet1/0/12 unassigned YES unset administratively down down GigabitEthernet1/0/13 unassigned YES unset administratively down down GigabitEthernet1/0/14 unassigned YES unset administratively down down GigabitEthernet1/0/15 unassigned YES unset administratively down down GigabitEthernet1/0/16 unassigned YES unset administratively down down GigabitEthernet1/0/17 unassigned YES unset administratively down down GigabitEthernet1/0/18 unassigned YES unset administratively down down GigabitEthernet1/0/19 unassigned YES unset administratively down down GigabitEthernet1/0/20 unassigned YES unset administratively down down GigabitEthernet1/0/21 unassigned YES unset administratively down down GigabitEthernet1/0/22 unassigned YES unset administratively down down GigabitEthernet1/0/23 unassigned YES unset administratively down down GigabitEthernet1/0/24 unassigned YES unset administratively down down GigabitEthernet1/0/25 unassigned YES unset up up GigabitEthernet1/0/26 unassigned YES unset up up GigabitEthernet1/0/27 unassigned YES unset administratively down down GigabitEthernet1/0/28 unassigned YES unset administratively down down ^ % Invalid input detected at '^' marker. Capability Codes: R - Router, T - Trans Bridge, B - Source Route Bridge S - Switch, H - Host, I - IGMP, r - Repeater, P - Phone, D - Remote, C - CVTA, M - Two-port Mac Relay Device ID Local Intrfce Holdtme Capability Platform Port ID NLFCSP1MDFOOBDS125B.gfoundries.com Gig 1/0/25 179 S I WS-C3750X Gig 1/0/4 NLFCCU1MDFOOBDS125B.gfoundries.com Gig 1/0/26 177 S I WS-C3750X Gig 1/0/4 Total cdp entries displayed : 2------------------------- Device ID: NLFCSP1MDFOOBDS125B.gfoundries.com Entry address(es): IP address: 192.168.251.117 Platform: cisco WS-C3750X-24S, Capabilities: Switch IGMP Interface: GigabitEthernet1/0/25, Port ID (outgoing port): GigabitEthernet1/0/4 Holdtime : 178 sec Version : Cisco IOS Software, C3750E Software (C3750E-UNIVERSALK9-M), Version 15.2(4)E6, RELEASE SOFTWARE (fc4) Technical Support: http://www.cisco.com/techsupport Copyright (c) 1986-2018 by Cisco Systems, Inc. Compiled Thu 05-Apr-18 02:22 by prod_rel_team advertisement version: 2 Protocol Hello: OUI=0x00000C, Protocol ID=0x0112; payload len=27, value=00000000FFFFFFFF010221FF000000000000BC166565B380FF0000 VTP Management Domain: 'gfoundries' Native VLAN: 1 Duplex: full Management address(es): IP address: 192.168.251.117 ------------------------- Device ID: NLFCCU1MDFOOBDS125B.gfoundries.com Entry address(es): IP address: 192.168.251.116 Platform: cisco WS-C3750X-24S, Capabilities: Switch IGMP Interface: GigabitEthernet1/0/26, Port ID (outgoing port): GigabitEthernet1/0/4 Holdtime : 176 sec Version : Cisco IOS Software, C3750E Software (C3750E-UNIVERSALK9-M), Version 15.2(4)E6, RELEASE SOFTWARE (fc4) Technical Support: http://www.cisco.com/techsupport Copyright (c) 1986-2018 by Cisco Systems, Inc. Compiled Thu 05-Apr-18 02:22 by prod_rel_team advertisement version: 2 Protocol Hello: OUI=0x00000C, Protocol ID=0x0112; payload len=27, value=00000000FFFFFFFF010221FF000000000000BC16650D0500FF0000 VTP Management Domain: 'gfoundries' Native VLAN: 1 Duplex: full Management address(es): IP address: 192.168.251.116 Total cdp entries displayed : 2% LLDP is not enabled% LLDP is not enabledInterface Status Protocol Description Vl1 admin down down UNUSED Vl98 up up SIT-OOB-Mgmt Fa0 admin down down UNUSED Gi1/0/1 up up NFC8FM1I12OOBCS102A-ETH1 Gi1/0/2 up up NFC8FM1I12OOBNT102-Mgmt Gi1/0/3 admin down down UNUSED Gi1/0/4 admin down down UNUSED Gi1/0/5 admin down down UNUSED Gi1/0/6 admin down down UNUSED Gi1/0/7 admin down down UNUSED Gi1/0/8 admin down down UNUSED Gi1/0/9 admin down down UNUSED Gi1/0/10 admin down down UNUSED Gi1/0/11 admin down down UNUSED Gi1/0/12 admin down down UNUSED Gi1/0/13 admin down down UNUSED Gi1/0/14 admin down down UNUSED Gi1/0/15 admin down down UNUSED Gi1/0/16 admin down down UNUSED Gi1/0/17 admin down down UNUSED Gi1/0/18 admin down down UNUSED Gi1/0/19 admin down down UNUSED Gi1/0/20 admin down down UNUSED Gi1/0/21 admin down down UNUSED Gi1/0/22 admin down down UNUSED Gi1/0/23 admin down down UNUSED Gi1/0/24 admin down down UNUSED Gi1/0/25 up up Gi1/0/26 up up Gi1/0/27 admin down down UNUSED Gi1/0/28 admin down down UNUSED Port Name Status Vlan Duplex Speed Type Gi1/0/1 NFC8FM1I12OOBCS102 connected 98 a-full a-100 10/100/1000BaseTX Gi1/0/2 NFC8FM1I12OOBNT102 connected 99 a-full a-1000 10/100/1000BaseTX Gi1/0/3 UNUSED disabled 98 auto auto 10/100/1000BaseTX Gi1/0/4 UNUSED disabled 98 auto auto 10/100/1000BaseTX Gi1/0/5 UNUSED disabled 98 auto auto 10/100/1000BaseTX Gi1/0/6 UNUSED disabled 98 auto auto 10/100/1000BaseTX Gi1/0/7 UNUSED disabled 98 auto auto 10/100/1000BaseTX Gi1/0/8 UNUSED disabled 98 auto auto 10/100/1000BaseTX Gi1/0/9 UNUSED disabled 98 auto auto 10/100/1000BaseTX Gi1/0/10 UNUSED disabled 98 auto auto 10/100/1000BaseTX Gi1/0/11 UNUSED disabled 98 auto auto 10/100/1000BaseTX Gi1/0/12 UNUSED disabled 98 auto auto 10/100/1000BaseTX Gi1/0/13 UNUSED disabled 98 auto auto 10/100/1000BaseTX Gi1/0/14 UNUSED disabled 98 auto auto 10/100/1000BaseTX Gi1/0/15 UNUSED disabled 98 auto auto 10/100/1000BaseTX Gi1/0/16 UNUSED disabled 98 auto auto 10/100/1000BaseTX Gi1/0/17 UNUSED disabled 98 auto auto 10/100/1000BaseTX Gi1/0/18 UNUSED disabled 98 auto auto 10/100/1000BaseTX Gi1/0/19 UNUSED disabled 98 auto auto 10/100/1000BaseTX Gi1/0/20 UNUSED disabled 98 auto auto 10/100/1000BaseTX Gi1/0/21 UNUSED disabled 98 auto auto 10/100/1000BaseTX Gi1/0/22 UNUSED disabled 98 auto auto 10/100/1000BaseTX Gi1/0/23 UNUSED disabled 98 auto auto 10/100/1000BaseTX Gi1/0/24 UNUSED disabled 98 auto auto 10/100/1000BaseTX Gi1/0/25 connected trunk a-full a-1000 1000BaseLX SFP Gi1/0/26 connected trunk a-full a-1000 1000BaseLX SFP Gi1/0/27 UNUSED disabled 98 auto auto Not Present Gi1/0/28 UNUSED disabled 98 auto auto Not Present Fa0 UNUSED disabled routed auto auto 10/100BaseTXVlan1 is administratively down, line protocol is down Hardware is EtherSVI, address is e8ed.f3b1.9f40 (bia e8ed.f3b1.9f40) Description: UNUSED MTU 1500 bytes, BW 1000000 Kbit/sec, DLY 10 usec, reliability 255/255, txload 1/255, rxload 1/255 Encapsulation ARPA, loopback not set Keepalive not supported ARP type: ARPA, ARP Timeout 04:00:00 Last input never, output never, output hang never Last clearing of "show interface" counters never Input queue: 0/75/0/0 (size/max/drops/flushes); Total output drops: 0 Queueing strategy: fifo Output queue: 0/40 (size/max) 5 minute input rate 0 bits/sec, 0 packets/sec 5 minute output rate 0 bits/sec, 0 packets/sec 0 packets input, 0 bytes, 0 no buffer Received 0 broadcasts (0 IP multicasts) 0 runts, 0 giants, 0 throttles 0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored 0 packets output, 0 bytes, 0 underruns 0 output errors, 1 interface resets 0 unknown protocol drops 0 output buffer failures, 0 output buffers swapped out Vlan98 is up, line protocol is up Hardware is EtherSVI, address is e8ed.f3b1.9f41 (bia e8ed.f3b1.9f41) Description: SIT-OOB-Mgmt Internet address is 192.168.251.101/22 MTU 1500 bytes, BW 1000000 Kbit/sec, DLY 10 usec, reliability 255/255, txload 1/255, rxload 1/255 Encapsulation ARPA, loopback not set Keepalive not supported ARP type: ARPA, ARP Timeout 04:00:00 Last input 00:00:00, output 00:00:00, output hang never Last clearing of "show interface" counters never Input queue: 1/75/0/0 (size/max/drops/flushes); Total output drops: 0 Queueing strategy: fifo Output queue: 0/40 (size/max) 5 minute input rate 5000 bits/sec, 5 packets/sec 5 minute output rate 5000 bits/sec, 4 packets/sec 174640145 packets input, 32190187719 bytes, 0 no buffer Received 0 broadcasts (0 IP multicasts) 0 runts, 0 giants, 0 throttles 0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored 13826264 packets output, 3033509716 bytes, 0 underruns 0 output errors, 2 interface resets 1 unknown protocol drops 0 output buffer failures, 0 output buffers swapped out FastEthernet0 is administratively down, line protocol is down Hardware is PowerPC FastEthernet, address is e8ed.f3b1.9f39 (bia e8ed.f3b1.9f39) Description: UNUSED MTU 1500 bytes, BW 100000 Kbit/sec, DLY 100 usec, reliability 255/255, txload 1/255, rxload 1/255 Encapsulation ARPA, loopback not set Keepalive not set Unknown duplex, Unknown Speed, MII ARP type: ARPA, ARP Timeout 04:00:00 Last input never, output never, output hang never Last clearing of "show interface" counters never Input queue: 0/75/0/0 (size/max/drops/flushes); Total output drops: 0 Queueing strategy: fifo Output queue: 0/0 (size/max) 5 minute input rate 0 bits/sec, 0 packets/sec 5 minute output rate 0 bits/sec, 0 packets/sec 0 packets input, 0 bytes Received 0 broadcasts (0 IP multicasts) 0 runts, 0 giants, 0 throttles 0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored 0 watchdog 0 input packets with dribble condition detected 0 packets output, 0 bytes, 0 underruns 0 output errors, 0 collisions, 0 interface resets 0 unknown protocol drops 0 babbles, 0 late collision, 0 deferred 0 lost carrier, 0 no carrier 0 output buffer failures, 0 output buffers swapped out GigabitEthernet1/0/1 is up, line protocol is up (connected) Hardware is Gigabit Ethernet, address is e8ed.f3b1.9f01 (bia e8ed.f3b1.9f01) Description: NFC8FM1I12OOBCS102A-ETH1 MTU 1500 bytes, BW 100000 Kbit/sec, DLY 100 usec, reliability 255/255, txload 1/255, rxload 1/255 Encapsulation ARPA, loopback not set Keepalive set (10 sec) Full-duplex, 100Mb/s, media type is 10/100/1000BaseTX input flow-control is off, output flow-control is unsupported ARP type: ARPA, ARP Timeout 04:00:00 Last input never, output 00:00:00, output hang never Last clearing of "show interface" counters never Input queue: 0/75/0/0 (size/max/drops/flushes); Total output drops: 0 Queueing strategy: fifo Output queue: 0/40 (size/max) 30 second input rate 0 bits/sec, 0 packets/sec 30 second output rate 4000 bits/sec, 3 packets/sec 8725329 packets input, 730466528 bytes, 0 no buffer Received 7 broadcasts (0 multicasts) 0 runts, 0 giants, 0 throttles 0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored 0 watchdog, 0 multicast, 0 pause input 0 input packets with dribble condition detected 274928353 packets output, 41943684736 bytes, 0 underruns 0 output errors, 0 collisions, 1 interface resets 0 unknown protocol drops 0 babbles, 0 late collision, 0 deferred 0 lost carrier, 0 no carrier, 0 pause output 0 output buffer failures, 0 output buffers swapped out GigabitEthernet1/0/2 is up, line protocol is up (connected) Hardware is Gigabit Ethernet, address is e8ed.f3b1.9f02 (bia e8ed.f3b1.9f02) Description: NFC8FM1I12OOBNT102-Mgmt MTU 1500 bytes, BW 1000000 Kbit/sec, DLY 10 usec, reliability 255/255, txload 1/255, rxload 1/255 Encapsulation ARPA, loopback not set Keepalive set (10 sec) Full-duplex, 1000Mb/s, media type is 10/100/1000BaseTX input flow-control is off, output flow-control is unsupported ARP type: ARPA, ARP Timeout 04:00:00 Last input never, output 00:00:00, output hang never Last clearing of "show interface" counters never Input queue: 0/75/0/0 (size/max/drops/flushes); Total output drops: 0 Queueing strategy: fifo Output queue: 0/40 (size/max) 30 second input rate 0 bits/sec, 0 packets/sec 30 second output rate 5000 bits/sec, 9 packets/sec 14729309 packets input, 2831435312 bytes, 0 no buffer Received 7913 broadcasts (99 multicasts) 0 runts, 0 giants, 0 throttles 0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored 0 watchdog, 99 multicast, 0 pause input 0 input packets with dribble condition detected 1744176935 packets output, 315331996384 bytes, 0 underruns 0 output errors, 0 collisions, 1 interface resets 0 unknown protocol drops 0 babbles, 0 late collision, 0 deferred 0 lost carrier, 0 no carrier, 0 pause output 0 output buffer failures, 0 output buffers swapped out GigabitEthernet1/0/3 is administratively down, line protocol is down (disabled) Hardware is Gigabit Ethernet, address is e8ed.f3b1.9f03 (bia e8ed.f3b1.9f03) Description: UNUSED MTU 1500 bytes, BW 10000 Kbit/sec, DLY 1000 usec, reliability 255/255, txload 1/255, rxload 1/255 Encapsulation ARPA, loopback not set Keepalive set (10 sec) Auto-duplex, Auto-speed, media type is 10/100/1000BaseTX input flow-control is off, output flow-control is unsupported ARP type: ARPA, ARP Timeout 04:00:00 Last input never, output never, output hang never Last clearing of "show interface" counters never Input queue: 0/75/0/0 (size/max/drops/flushes); Total output drops: 0 Queueing strategy: fifo Output queue: 0/40 (size/max) 30 second input rate 0 bits/sec, 0 packets/sec 30 second output rate 0 bits/sec, 0 packets/sec 0 packets input, 0 bytes, 0 no buffer Received 0 broadcasts (0 multicasts) 0 runts, 0 giants, 0 throttles 0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored 0 watchdog, 0 multicast, 0 pause input 0 input packets with dribble condition detected 0 packets output, 0 bytes, 0 underruns 0 output errors, 0 collisions, 0 interface resets 0 unknown protocol drops 0 babbles, 0 late collision, 0 deferred 0 lost carrier, 0 no carrier, 0 pause output 0 output buffer failures, 0 output buffers swapped out GigabitEthernet1/0/4 is administratively down, line protocol is down (disabled) Hardware is Gigabit Ethernet, address is e8ed.f3b1.9f04 (bia e8ed.f3b1.9f04) Description: UNUSED MTU 1500 bytes, BW 10000 Kbit/sec, DLY 1000 usec, reliability 255/255, txload 1/255, rxload 1/255 Encapsulation ARPA, loopback not set Keepalive set (10 sec) Auto-duplex, Auto-speed, media type is 10/100/1000BaseTX input flow-control is off, output flow-control is unsupported ARP type: ARPA, ARP Timeout 04:00:00 Last input never, output never, output hang never Last clearing of "show interface" counters never Input queue: 0/75/0/0 (size/max/drops/flushes); Total output drops: 0 Queueing strategy: fifo Output queue: 0/40 (size/max) 30 second input rate 0 bits/sec, 0 packets/sec 30 second output rate 0 bits/sec, 0 packets/sec 0 packets input, 0 bytes, 0 no buffer Received 0 broadcasts (0 multicasts) 0 runts, 0 giants, 0 throttles 0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored 0 watchdog, 0 multicast, 0 pause input 0 input packets with dribble condition detected 0 packets output, 0 bytes, 0 underruns 0 output errors, 0 collisions, 0 interface resets 0 unknown protocol drops 0 babbles, 0 late collision, 0 deferred 0 lost carrier, 0 no carrier, 0 pause output 0 output buffer failures, 0 output buffers swapped out GigabitEthernet1/0/5 is administratively down, line protocol is down (disabled) Hardware is Gigabit Ethernet, address is e8ed.f3b1.9f05 (bia e8ed.f3b1.9f05) Description: UNUSED MTU 1500 bytes, BW 10000 Kbit/sec, DLY 1000 usec, reliability 255/255, txload 1/255, rxload 1/255 Encapsulation ARPA, loopback not set Keepalive set (10 sec) Auto-duplex, Auto-speed, media type is 10/100/1000BaseTX input flow-control is off, output flow-control is unsupported ARP type: ARPA, ARP Timeout 04:00:00 Last input never, output never, output hang never Last clearing of "show interface" counters never Input queue: 0/75/0/0 (size/max/drops/flushes); Total output drops: 0 Queueing strategy: fifo Output queue: 0/40 (size/max) 30 second input rate 0 bits/sec, 0 packets/sec 30 second output rate 0 bits/sec, 0 packets/sec 0 packets input, 0 bytes, 0 no buffer Received 0 broadcasts (0 multicasts) 0 runts, 0 giants, 0 throttles 0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored 0 watchdog, 0 multicast, 0 pause input 0 input packets with dribble condition detected 0 packets output, 0 bytes, 0 underruns 0 output errors, 0 collisions, 0 interface resets 0 unknown protocol drops 0 babbles, 0 late collision, 0 deferred 0 lost carrier, 0 no carrier, 0 pause output 0 output buffer failures, 0 output buffers swapped out GigabitEthernet1/0/6 is administratively down, line protocol is down (disabled) Hardware is Gigabit Ethernet, address is e8ed.f3b1.9f06 (bia e8ed.f3b1.9f06) Description: UNUSED MTU 1500 bytes, BW 10000 Kbit/sec, DLY 1000 usec, reliability 255/255, txload 1/255, rxload 1/255 Encapsulation ARPA, loopback not set Keepalive set (10 sec) Auto-duplex, Auto-speed, media type is 10/100/1000BaseTX input flow-control is off, output flow-control is unsupported ARP type: ARPA, ARP Timeout 04:00:00 Last input never, output never, output hang never Last clearing of "show interface" counters never Input queue: 0/75/0/0 (size/max/drops/flushes); Total output drops: 0 Queueing strategy: fifo Output queue: 0/40 (size/max) 30 second input rate 0 bits/sec, 0 packets/sec 30 second output rate 0 bits/sec, 0 packets/sec 0 packets input, 0 bytes, 0 no buffer Received 0 broadcasts (0 multicasts) 0 runts, 0 giants, 0 throttles 0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored 0 watchdog, 0 multicast, 0 pause input 0 input packets with dribble condition detected 0 packets output, 0 bytes, 0 underruns 0 output errors, 0 collisions, 0 interface resets 0 unknown protocol drops 0 babbles, 0 late collision, 0 deferred 0 lost carrier, 0 no carrier, 0 pause output 0 output buffer failures, 0 output buffers swapped out GigabitEthernet1/0/7 is administratively down, line protocol is down (disabled) Hardware is Gigabit Ethernet, address is e8ed.f3b1.9f07 (bia e8ed.f3b1.9f07) Description: UNUSED MTU 1500 bytes, BW 10000 Kbit/sec, DLY 1000 usec, reliability 255/255, txload 1/255, rxload 1/255 Encapsulation ARPA, loopback not set Keepalive set (10 sec) Auto-duplex, Auto-speed, media type is 10/100/1000BaseTX input flow-control is off, output flow-control is unsupported ARP type: ARPA, ARP Timeout 04:00:00 Last input never, output never, output hang never Last clearing of "show interface" counters never Input queue: 0/75/0/0 (size/max/drops/flushes); Total output drops: 0 Queueing strategy: fifo Output queue: 0/40 (size/max) 30 second input rate 0 bits/sec, 0 packets/sec 30 second output rate 0 bits/sec, 0 packets/sec 0 packets input, 0 bytes, 0 no buffer Received 0 broadcasts (0 multicasts) 0 runts, 0 giants, 0 throttles 0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored 0 watchdog, 0 multicast, 0 pause input 0 input packets with dribble condition detected 0 packets output, 0 bytes, 0 underruns 0 output errors, 0 collisions, 0 interface resets 0 unknown protocol drops 0 babbles, 0 late collision, 0 deferred 0 lost carrier, 0 no carrier, 0 pause output 0 output buffer failures, 0 output buffers swapped out GigabitEthernet1/0/8 is administratively down, line protocol is down (disabled) Hardware is Gigabit Ethernet, address is e8ed.f3b1.9f08 (bia e8ed.f3b1.9f08) Description: UNUSED MTU 1500 bytes, BW 10000 Kbit/sec, DLY 1000 usec, reliability 255/255, txload 1/255, rxload 1/255 Encapsulation ARPA, loopback not set Keepalive set (10 sec) Auto-duplex, Auto-speed, media type is 10/100/1000BaseTX input flow-control is off, output flow-control is unsupported ARP type: ARPA, ARP Timeout 04:00:00 Last input never, output never, output hang never Last clearing of "show interface" counters never Input queue: 0/75/0/0 (size/max/drops/flushes); Total output drops: 0 Queueing strategy: fifo Output queue: 0/40 (size/max) 30 second input rate 0 bits/sec, 0 packets/sec 30 second output rate 0 bits/sec, 0 packets/sec 0 packets input, 0 bytes, 0 no buffer Received 0 broadcasts (0 multicasts) 0 runts, 0 giants, 0 throttles 0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored 0 watchdog, 0 multicast, 0 pause input 0 input packets with dribble condition detected 0 packets output, 0 bytes, 0 underruns 0 output errors, 0 collisions, 0 interface resets 0 unknown protocol drops 0 babbles, 0 late collision, 0 deferred 0 lost carrier, 0 no carrier, 0 pause output 0 output buffer failures, 0 output buffers swapped out GigabitEthernet1/0/9 is administratively down, line protocol is down (disabled) Hardware is Gigabit Ethernet, address is e8ed.f3b1.9f09 (bia e8ed.f3b1.9f09) Description: UNUSED MTU 1500 bytes, BW 10000 Kbit/sec, DLY 1000 usec, reliability 255/255, txload 1/255, rxload 1/255 Encapsulation ARPA, loopback not set Keepalive set (10 sec) Auto-duplex, Auto-speed, media type is 10/100/1000BaseTX input flow-control is off, output flow-control is unsupported ARP type: ARPA, ARP Timeout 04:00:00 Last input never, output never, output hang never Last clearing of "show interface" counters never Input queue: 0/75/0/0 (size/max/drops/flushes); Total output drops: 0 Queueing strategy: fifo Output queue: 0/40 (size/max) 30 second input rate 0 bits/sec, 0 packets/sec 30 second output rate 0 bits/sec, 0 packets/sec 0 packets input, 0 bytes, 0 no buffer Received 0 broadcasts (0 multicasts) 0 runts, 0 giants, 0 throttles 0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored 0 watchdog, 0 multicast, 0 pause input 0 input packets with dribble condition detected 0 packets output, 0 bytes, 0 underruns 0 output errors, 0 collisions, 0 interface resets 0 unknown protocol drops 0 babbles, 0 late collision, 0 deferred 0 lost carrier, 0 no carrier, 0 pause output 0 output buffer failures, 0 output buffers swapped out GigabitEthernet1/0/10 is administratively down, line protocol is down (disabled) Hardware is Gigabit Ethernet, address is e8ed.f3b1.9f0a (bia e8ed.f3b1.9f0a) Description: UNUSED MTU 1500 bytes, BW 10000 Kbit/sec, DLY 1000 usec, reliability 255/255, txload 1/255, rxload 1/255 Encapsulation ARPA, loopback not set Keepalive set (10 sec) Auto-duplex, Auto-speed, media type is 10/100/1000BaseTX input flow-control is off, output flow-control is unsupported ARP type: ARPA, ARP Timeout 04:00:00 Last input never, output never, output hang never Last clearing of "show interface" counters never Input queue: 0/75/0/0 (size/max/drops/flushes); Total output drops: 0 Queueing strategy: fifo Output queue: 0/40 (size/max) 30 second input rate 0 bits/sec, 0 packets/sec 30 second output rate 0 bits/sec, 0 packets/sec 0 packets input, 0 bytes, 0 no buffer Received 0 broadcasts (0 multicasts) 0 runts, 0 giants, 0 throttles 0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored 0 watchdog, 0 multicast, 0 pause input 0 input packets with dribble condition detected 0 packets output, 0 bytes, 0 underruns 0 output errors, 0 collisions, 0 interface resets 0 unknown protocol drops 0 babbles, 0 late collision, 0 deferred 0 lost carrier, 0 no carrier, 0 pause output 0 output buffer failures, 0 output buffers swapped out GigabitEthernet1/0/11 is administratively down, line protocol is down (disabled) Hardware is Gigabit Ethernet, address is e8ed.f3b1.9f0b (bia e8ed.f3b1.9f0b) Description: UNUSED MTU 1500 bytes, BW 10000 Kbit/sec, DLY 1000 usec, reliability 255/255, txload 1/255, rxload 1/255 Encapsulation ARPA, loopback not set Keepalive set (10 sec) Auto-duplex, Auto-speed, media type is 10/100/1000BaseTX input flow-control is off, output flow-control is unsupported ARP type: ARPA, ARP Timeout 04:00:00 Last input never, output never, output hang never Last clearing of "show interface" counters never Input queue: 0/75/0/0 (size/max/drops/flushes); Total output drops: 0 Queueing strategy: fifo Output queue: 0/40 (size/max) 30 second input rate 0 bits/sec, 0 packets/sec 30 second output rate 0 bits/sec, 0 packets/sec 0 packets input, 0 bytes, 0 no buffer Received 0 broadcasts (0 multicasts) 0 runts, 0 giants, 0 throttles 0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored 0 watchdog, 0 multicast, 0 pause input 0 input packets with dribble condition detected 0 packets output, 0 bytes, 0 underruns 0 output errors, 0 collisions, 0 interface resets 0 unknown protocol drops 0 babbles, 0 late collision, 0 deferred 0 lost carrier, 0 no carrier, 0 pause output 0 output buffer failures, 0 output buffers swapped out GigabitEthernet1/0/12 is administratively down, line protocol is down (disabled) Hardware is Gigabit Ethernet, address is e8ed.f3b1.9f0c (bia e8ed.f3b1.9f0c) Description: UNUSED MTU 1500 bytes, BW 10000 Kbit/sec, DLY 1000 usec, reliability 255/255, txload 1/255, rxload 1/255 Encapsulation ARPA, loopback not set Keepalive set (10 sec) Auto-duplex, Auto-speed, media type is 10/100/1000BaseTX input flow-control is off, output flow-control is unsupported ARP type: ARPA, ARP Timeout 04:00:00 Last input never, output never, output hang never Last clearing of "show interface" counters never Input queue: 0/75/0/0 (size/max/drops/flushes); Total output drops: 0 Queueing strategy: fifo Output queue: 0/40 (size/max) 30 second input rate 0 bits/sec, 0 packets/sec 30 second output rate 0 bits/sec, 0 packets/sec 0 packets input, 0 bytes, 0 no buffer Received 0 broadcasts (0 multicasts) 0 runts, 0 giants, 0 throttles 0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored 0 watchdog, 0 multicast, 0 pause input 0 input packets with dribble condition detected 0 packets output, 0 bytes, 0 underruns 0 output errors, 0 collisions, 0 interface resets 0 unknown protocol drops 0 babbles, 0 late collision, 0 deferred 0 lost carrier, 0 no carrier, 0 pause output 0 output buffer failures, 0 output buffers swapped out GigabitEthernet1/0/13 is administratively down, line protocol is down (disabled) Hardware is Gigabit Ethernet, address is e8ed.f3b1.9f0d (bia e8ed.f3b1.9f0d) Description: UNUSED MTU 1500 bytes, BW 10000 Kbit/sec, DLY 1000 usec, reliability 255/255, txload 1/255, rxload 1/255 Encapsulation ARPA, loopback not set Keepalive set (10 sec) Auto-duplex, Auto-speed, media type is 10/100/1000BaseTX input flow-control is off, output flow-control is unsupported ARP type: ARPA, ARP Timeout 04:00:00 Last input never, output never, output hang never Last clearing of "show interface" counters never Input queue: 0/75/0/0 (size/max/drops/flushes); Total output drops: 0 Queueing strategy: fifo Output queue: 0/40 (size/max) 30 second input rate 0 bits/sec, 0 packets/sec 30 second output rate 0 bits/sec, 0 packets/sec 0 packets input, 0 bytes, 0 no buffer Received 0 broadcasts (0 multicasts) 0 runts, 0 giants, 0 throttles 0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored 0 watchdog, 0 multicast, 0 pause input 0 input packets with dribble condition detected 0 packets output, 0 bytes, 0 underruns 0 output errors, 0 collisions, 0 interface resets 0 unknown protocol drops 0 babbles, 0 late collision, 0 deferred 0 lost carrier, 0 no carrier, 0 pause output 0 output buffer failures, 0 output buffers swapped out GigabitEthernet1/0/14 is administratively down, line protocol is down (disabled) Hardware is Gigabit Ethernet, address is e8ed.f3b1.9f0e (bia e8ed.f3b1.9f0e) Description: UNUSED MTU 1500 bytes, BW 10000 Kbit/sec, DLY 1000 usec, reliability 255/255, txload 1/255, rxload 1/255 Encapsulation ARPA, loopback not set Keepalive set (10 sec) Auto-duplex, Auto-speed, media type is 10/100/1000BaseTX input flow-control is off, output flow-control is unsupported ARP type: ARPA, ARP Timeout 04:00:00 Last input never, output never, output hang never Last clearing of "show interface" counters never Input queue: 0/75/0/0 (size/max/drops/flushes); Total output drops: 0 Queueing strategy: fifo Output queue: 0/40 (size/max) 30 second input rate 0 bits/sec, 0 packets/sec 30 second output rate 0 bits/sec, 0 packets/sec 0 packets input, 0 bytes, 0 no buffer Received 0 broadcasts (0 multicasts) 0 runts, 0 giants, 0 throttles 0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored 0 watchdog, 0 multicast, 0 pause input 0 input packets with dribble condition detected 0 packets output, 0 bytes, 0 underruns 0 output errors, 0 collisions, 0 interface resets 0 unknown protocol drops 0 babbles, 0 late collision, 0 deferred 0 lost carrier, 0 no carrier, 0 pause output 0 output buffer failures, 0 output buffers swapped out GigabitEthernet1/0/15 is administratively down, line protocol is down (disabled) Hardware is Gigabit Ethernet, address is e8ed.f3b1.9f0f (bia e8ed.f3b1.9f0f) Description: UNUSED MTU 1500 bytes, BW 10000 Kbit/sec, DLY 1000 usec, reliability 255/255, txload 1/255, rxload 1/255 Encapsulation ARPA, loopback not set Keepalive set (10 sec) Auto-duplex, Auto-speed, media type is 10/100/1000BaseTX input flow-control is off, output flow-control is unsupported ARP type: ARPA, ARP Timeout 04:00:00 Last input never, output never, output hang never Last clearing of "show interface" counters never Input queue: 0/75/0/0 (size/max/drops/flushes); Total output drops: 0 Queueing strategy: fifo Output queue: 0/40 (size/max) 30 second input rate 0 bits/sec, 0 packets/sec 30 second output rate 0 bits/sec, 0 packets/sec 0 packets input, 0 bytes, 0 no buffer Received 0 broadcasts (0 multicasts) 0 runts, 0 giants, 0 throttles 0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored 0 watchdog, 0 multicast, 0 pause input 0 input packets with dribble condition detected 0 packets output, 0 bytes, 0 underruns 0 output errors, 0 collisions, 0 interface resets 0 unknown protocol drops 0 babbles, 0 late collision, 0 deferred 0 lost carrier, 0 no carrier, 0 pause output 0 output buffer failures, 0 output buffers swapped out GigabitEthernet1/0/16 is administratively down, line protocol is down (disabled) Hardware is Gigabit Ethernet, address is e8ed.f3b1.9f10 (bia e8ed.f3b1.9f10) Description: UNUSED MTU 1500 bytes, BW 10000 Kbit/sec, DLY 1000 usec, reliability 255/255, txload 1/255, rxload 1/255 Encapsulation ARPA, loopback not set Keepalive set (10 sec) Auto-duplex, Auto-speed, media type is 10/100/1000BaseTX input flow-control is off, output flow-control is unsupported ARP type: ARPA, ARP Timeout 04:00:00 Last input never, output never, output hang never Last clearing of "show interface" counters never Input queue: 0/75/0/0 (size/max/drops/flushes); Total output drops: 0 Queueing strategy: fifo Output queue: 0/40 (size/max) 30 second input rate 0 bits/sec, 0 packets/sec 30 second output rate 0 bits/sec, 0 packets/sec 0 packets input, 0 bytes, 0 no buffer Received 0 broadcasts (0 multicasts) 0 runts, 0 giants, 0 throttles 0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored 0 watchdog, 0 multicast, 0 pause input 0 input packets with dribble condition detected 0 packets output, 0 bytes, 0 underruns 0 output errors, 0 collisions, 0 interface resets 0 unknown protocol drops 0 babbles, 0 late collision, 0 deferred 0 lost carrier, 0 no carrier, 0 pause output 0 output buffer failures, 0 output buffers swapped out GigabitEthernet1/0/17 is administratively down, line protocol is down (disabled) Hardware is Gigabit Ethernet, address is e8ed.f3b1.9f11 (bia e8ed.f3b1.9f11) Description: UNUSED MTU 1500 bytes, BW 10000 Kbit/sec, DLY 1000 usec, reliability 255/255, txload 1/255, rxload 1/255 Encapsulation ARPA, loopback not set Keepalive set (10 sec) Auto-duplex, Auto-speed, media type is 10/100/1000BaseTX input flow-control is off, output flow-control is unsupported ARP type: ARPA, ARP Timeout 04:00:00 Last input never, output never, output hang never Last clearing of "show interface" counters never Input queue: 0/75/0/0 (size/max/drops/flushes); Total output drops: 0 Queueing strategy: fifo Output queue: 0/40 (size/max) 30 second input rate 0 bits/sec, 0 packets/sec 30 second output rate 0 bits/sec, 0 packets/sec 0 packets input, 0 bytes, 0 no buffer Received 0 broadcasts (0 multicasts) 0 runts, 0 giants, 0 throttles 0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored 0 watchdog, 0 multicast, 0 pause input 0 input packets with dribble condition detected 0 packets output, 0 bytes, 0 underruns 0 output errors, 0 collisions, 0 interface resets 0 unknown protocol drops 0 babbles, 0 late collision, 0 deferred 0 lost carrier, 0 no carrier, 0 pause output 0 output buffer failures, 0 output buffers swapped out GigabitEthernet1/0/18 is administratively down, line protocol is down (disabled) Hardware is Gigabit Ethernet, address is e8ed.f3b1.9f12 (bia e8ed.f3b1.9f12) Description: UNUSED MTU 1500 bytes, BW 10000 Kbit/sec, DLY 1000 usec, reliability 255/255, txload 1/255, rxload 1/255 Encapsulation ARPA, loopback not set Keepalive set (10 sec) Auto-duplex, Auto-speed, media type is 10/100/1000BaseTX input flow-control is off, output flow-control is unsupported ARP type: ARPA, ARP Timeout 04:00:00 Last input never, output never, output hang never Last clearing of "show interface" counters never Input queue: 0/75/0/0 (size/max/drops/flushes); Total output drops: 0 Queueing strategy: fifo Output queue: 0/40 (size/max) 30 second input rate 0 bits/sec, 0 packets/sec 30 second output rate 0 bits/sec, 0 packets/sec 0 packets input, 0 bytes, 0 no buffer Received 0 broadcasts (0 multicasts) 0 runts, 0 giants, 0 throttles 0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored 0 watchdog, 0 multicast, 0 pause input 0 input packets with dribble condition detected 0 packets output, 0 bytes, 0 underruns 0 output errors, 0 collisions, 0 interface resets 0 unknown protocol drops 0 babbles, 0 late collision, 0 deferred 0 lost carrier, 0 no carrier, 0 pause output 0 output buffer failures, 0 output buffers swapped out GigabitEthernet1/0/19 is administratively down, line protocol is down (disabled) Hardware is Gigabit Ethernet, address is e8ed.f3b1.9f13 (bia e8ed.f3b1.9f13) Description: UNUSED MTU 1500 bytes, BW 10000 Kbit/sec, DLY 1000 usec, reliability 255/255, txload 1/255, rxload 1/255 Encapsulation ARPA, loopback not set Keepalive set (10 sec) Auto-duplex, Auto-speed, media type is 10/100/1000BaseTX input flow-control is off, output flow-control is unsupported ARP type: ARPA, ARP Timeout 04:00:00 Last input never, output never, output hang never Last clearing of "show interface" counters never Input queue: 0/75/0/0 (size/max/drops/flushes); Total output drops: 0 Queueing strategy: fifo Output queue: 0/40 (size/max) 30 second input rate 0 bits/sec, 0 packets/sec 30 second output rate 0 bits/sec, 0 packets/sec 0 packets input, 0 bytes, 0 no buffer Received 0 broadcasts (0 multicasts) 0 runts, 0 giants, 0 throttles 0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored 0 watchdog, 0 multicast, 0 pause input 0 input packets with dribble condition detected 0 packets output, 0 bytes, 0 underruns 0 output errors, 0 collisions, 0 interface resets 0 unknown protocol drops 0 babbles, 0 late collision, 0 deferred 0 lost carrier, 0 no carrier, 0 pause output 0 output buffer failures, 0 output buffers swapped out GigabitEthernet1/0/20 is administratively down, line protocol is down (disabled) Hardware is Gigabit Ethernet, address is e8ed.f3b1.9f14 (bia e8ed.f3b1.9f14) Description: UNUSED MTU 1500 bytes, BW 10000 Kbit/sec, DLY 1000 usec, reliability 255/255, txload 1/255, rxload 1/255 Encapsulation ARPA, loopback not set Keepalive set (10 sec) Auto-duplex, Auto-speed, media type is 10/100/1000BaseTX input flow-control is off, output flow-control is unsupported ARP type: ARPA, ARP Timeout 04:00:00 Last input never, output never, output hang never Last clearing of "show interface" counters never Input queue: 0/75/0/0 (size/max/drops/flushes); Total output drops: 0 Queueing strategy: fifo Output queue: 0/40 (size/max) 30 second input rate 0 bits/sec, 0 packets/sec 30 second output rate 0 bits/sec, 0 packets/sec 0 packets input, 0 bytes, 0 no buffer Received 0 broadcasts (0 multicasts) 0 runts, 0 giants, 0 throttles 0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored 0 watchdog, 0 multicast, 0 pause input 0 input packets with dribble condition detected 0 packets output, 0 bytes, 0 underruns 0 output errors, 0 collisions, 0 interface resets 0 unknown protocol drops 0 babbles, 0 late collision, 0 deferred 0 lost carrier, 0 no carrier, 0 pause output 0 output buffer failures, 0 output buffers swapped out GigabitEthernet1/0/21 is administratively down, line protocol is down (disabled) Hardware is Gigabit Ethernet, address is e8ed.f3b1.9f15 (bia e8ed.f3b1.9f15) Description: UNUSED MTU 1500 bytes, BW 10000 Kbit/sec, DLY 1000 usec, reliability 255/255, txload 1/255, rxload 1/255 Encapsulation ARPA, loopback not set Keepalive set (10 sec) Auto-duplex, Auto-speed, media type is 10/100/1000BaseTX input flow-control is off, output flow-control is unsupported ARP type: ARPA, ARP Timeout 04:00:00 Last input never, output never, output hang never Last clearing of "show interface" counters never Input queue: 0/75/0/0 (size/max/drops/flushes); Total output drops: 0 Queueing strategy: fifo Output queue: 0/40 (size/max) 30 second input rate 0 bits/sec, 0 packets/sec 30 second output rate 0 bits/sec, 0 packets/sec 0 packets input, 0 bytes, 0 no buffer Received 0 broadcasts (0 multicasts) 0 runts, 0 giants, 0 throttles 0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored 0 watchdog, 0 multicast, 0 pause input 0 input packets with dribble condition detected 0 packets output, 0 bytes, 0 underruns 0 output errors, 0 collisions, 0 interface resets 0 unknown protocol drops 0 babbles, 0 late collision, 0 deferred 0 lost carrier, 0 no carrier, 0 pause output 0 output buffer failures, 0 output buffers swapped out GigabitEthernet1/0/22 is administratively down, line protocol is down (disabled) Hardware is Gigabit Ethernet, address is e8ed.f3b1.9f16 (bia e8ed.f3b1.9f16) Description: UNUSED MTU 1500 bytes, BW 10000 Kbit/sec, DLY 1000 usec, reliability 255/255, txload 1/255, rxload 1/255 Encapsulation ARPA, loopback not set Keepalive set (10 sec) Auto-duplex, Auto-speed, media type is 10/100/1000BaseTX input flow-control is off, output flow-control is unsupported ARP type: ARPA, ARP Timeout 04:00:00 Last input never, output never, output hang never Last clearing of "show interface" counters never Input queue: 0/75/0/0 (size/max/drops/flushes); Total output drops: 0 Queueing strategy: fifo Output queue: 0/40 (size/max) 30 second input rate 0 bits/sec, 0 packets/sec 30 second output rate 0 bits/sec, 0 packets/sec 0 packets input, 0 bytes, 0 no buffer Received 0 broadcasts (0 multicasts) 0 runts, 0 giants, 0 throttles 0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored 0 watchdog, 0 multicast, 0 pause input 0 input packets with dribble condition detected 0 packets output, 0 bytes, 0 underruns 0 output errors, 0 collisions, 0 interface resets 0 unknown protocol drops 0 babbles, 0 late collision, 0 deferred 0 lost carrier, 0 no carrier, 0 pause output 0 output buffer failures, 0 output buffers swapped out GigabitEthernet1/0/23 is administratively down, line protocol is down (disabled) Hardware is Gigabit Ethernet, address is e8ed.f3b1.9f17 (bia e8ed.f3b1.9f17) Description: UNUSED MTU 1500 bytes, BW 10000 Kbit/sec, DLY 1000 usec, reliability 255/255, txload 1/255, rxload 1/255 Encapsulation ARPA, loopback not set Keepalive set (10 sec) Auto-duplex, Auto-speed, media type is 10/100/1000BaseTX input flow-control is off, output flow-control is unsupported ARP type: ARPA, ARP Timeout 04:00:00 Last input never, output never, output hang never Last clearing of "show interface" counters never Input queue: 0/75/0/0 (size/max/drops/flushes); Total output drops: 0 Queueing strategy: fifo Output queue: 0/40 (size/max) 30 second input rate 0 bits/sec, 0 packets/sec 30 second output rate 0 bits/sec, 0 packets/sec 0 packets input, 0 bytes, 0 no buffer Received 0 broadcasts (0 multicasts) 0 runts, 0 giants, 0 throttles 0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored 0 watchdog, 0 multicast, 0 pause input 0 input packets with dribble condition detected 0 packets output, 0 bytes, 0 underruns 0 output errors, 0 collisions, 0 interface resets 0 unknown protocol drops 0 babbles, 0 late collision, 0 deferred 0 lost carrier, 0 no carrier, 0 pause output 0 output buffer failures, 0 output buffers swapped out GigabitEthernet1/0/24 is administratively down, line protocol is down (disabled) Hardware is Gigabit Ethernet, address is e8ed.f3b1.9f18 (bia e8ed.f3b1.9f18) Description: UNUSED MTU 1500 bytes, BW 10000 Kbit/sec, DLY 1000 usec, reliability 255/255, txload 1/255, rxload 1/255 Encapsulation ARPA, loopback not set Keepalive set (10 sec) Auto-duplex, Auto-speed, media type is 10/100/1000BaseTX input flow-control is off, output flow-control is unsupported ARP type: ARPA, ARP Timeout 04:00:00 Last input never, output never, output hang never Last clearing of "show interface" counters never Input queue: 0/75/0/0 (size/max/drops/flushes); Total output drops: 0 Queueing strategy: fifo Output queue: 0/40 (size/max) 30 second input rate 0 bits/sec, 0 packets/sec 30 second output rate 0 bits/sec, 0 packets/sec 0 packets input, 0 bytes, 0 no buffer Received 0 broadcasts (0 multicasts) 0 runts, 0 giants, 0 throttles 0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored 0 watchdog, 0 multicast, 0 pause input 0 input packets with dribble condition detected 0 packets output, 0 bytes, 0 underruns 0 output errors, 0 collisions, 0 interface resets 0 unknown protocol drops 0 babbles, 0 late collision, 0 deferred 0 lost carrier, 0 no carrier, 0 pause output 0 output buffer failures, 0 output buffers swapped out GigabitEthernet1/0/25 is up, line protocol is up (connected) Hardware is Gigabit Ethernet, address is e8ed.f3b1.9f19 (bia e8ed.f3b1.9f19) MTU 1500 bytes, BW 1000000 Kbit/sec, DLY 10 usec, reliability 255/255, txload 1/255, rxload 1/255 Encapsulation ARPA, loopback not set Keepalive not set Full-duplex, 1000Mb/s, link type is auto, media type is 1000BaseLX SFP input flow-control is off, output flow-control is unsupported ARP type: ARPA, ARP Timeout 04:00:00 Last input 00:00:00, output 00:00:09, output hang never Last clearing of "show interface" counters never Input queue: 0/75/0/0 (size/max/drops/flushes); Total output drops: 0 Queueing strategy: fifo Output queue: 0/40 (size/max) 5 minute input rate 12000 bits/sec, 15 packets/sec 5 minute output rate 5000 bits/sec, 3 packets/sec 2022471151 packets input, 366830083246 bytes, 0 no buffer Received 855262761 broadcasts (242018351 multicasts) 0 runts, 0 giants, 0 throttles 0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored 0 watchdog, 242018351 multicast, 0 pause input 0 input packets with dribble condition detected 46039215 packets output, 8322170376 bytes, 0 underruns 0 output errors, 0 collisions, 1 interface resets 0 unknown protocol drops 0 babbles, 0 late collision, 0 deferred 0 lost carrier, 0 no carrier, 0 pause output 0 output buffer failures, 0 output buffers swapped out GigabitEthernet1/0/26 is up, line protocol is up (connected) Hardware is Gigabit Ethernet, address is e8ed.f3b1.9f1a (bia e8ed.f3b1.9f1a) MTU 1500 bytes, BW 1000000 Kbit/sec, DLY 10 usec, reliability 255/255, txload 1/255, rxload 1/255 Encapsulation ARPA, loopback not set Keepalive not set Full-duplex, 1000Mb/s, link type is auto, media type is 1000BaseLX SFP input flow-control is off, output flow-control is unsupported ARP type: ARPA, ARP Timeout 04:00:00 Last input 00:00:00, output 00:00:09, output hang never Last clearing of "show interface" counters never Input queue: 0/75/0/0 (size/max/drops/flushes); Total output drops: 0 Queueing strategy: fifo Output queue: 0/40 (size/max) 5 minute input rate 10000 bits/sec, 12 packets/sec 5 minute output rate 0 bits/sec, 0 packets/sec 1982471821 packets input, 361086244351 bytes, 0 no buffer Received 855309199 broadcasts (242057091 multicasts) 0 runts, 0 giants, 0 throttles 0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored 0 watchdog, 242057091 multicast, 0 pause input 0 input packets with dribble condition detected 8802015 packets output, 1619707323 bytes, 0 underruns 0 output errors, 0 collisions, 1 interface resets 1 unknown protocol drops 0 babbles, 0 late collision, 0 deferred 0 lost carrier, 0 no carrier, 0 pause output 0 output buffer failures, 0 output buffers swapped out GigabitEthernet1/0/27 is administratively down, line protocol is down (disabled) Hardware is Gigabit Ethernet, address is e8ed.f3b1.9f1b (bia e8ed.f3b1.9f1b) Description: UNUSED MTU 1500 bytes, BW 10000 Kbit/sec, DLY 1000 usec, reliability 255/255, txload 1/255, rxload 1/255 Encapsulation ARPA, loopback not set Keepalive not set Auto-duplex, Auto-speed, link type is auto, media type is Not Present input flow-control is off, output flow-control is unsupported ARP type: ARPA, ARP Timeout 04:00:00 Last input never, output never, output hang never Last clearing of "show interface" counters never Input queue: 0/75/0/0 (size/max/drops/flushes); Total output drops: 0 Queueing strategy: fifo Output queue: 0/40 (size/max) 30 second input rate 0 bits/sec, 0 packets/sec 30 second output rate 0 bits/sec, 0 packets/sec 0 packets input, 0 bytes, 0 no buffer Received 0 broadcasts (0 multicasts) 0 runts, 0 giants, 0 throttles 0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored 0 watchdog, 0 multicast, 0 pause input 0 input packets with dribble condition detected 0 packets output, 0 bytes, 0 underruns 0 output errors, 0 collisions, 0 interface resets 0 unknown protocol drops 0 babbles, 0 late collision, 0 deferred 0 lost carrier, 0 no carrier, 0 pause output 0 output buffer failures, 0 output buffers swapped out GigabitEthernet1/0/28 is administratively down, line protocol is down (disabled) Hardware is Gigabit Ethernet, address is e8ed.f3b1.9f1c (bia e8ed.f3b1.9f1c) Description: UNUSED MTU 1500 bytes, BW 10000 Kbit/sec, DLY 1000 usec, reliability 255/255, txload 1/255, rxload 1/255 Encapsulation ARPA, loopback not set Keepalive not set Auto-duplex, Auto-speed, link type is auto, media type is Not Present input flow-control is off, output flow-control is unsupported ARP type: ARPA, ARP Timeout 04:00:00 Last input never, output never, output hang never Last clearing of "show interface" counters never Input queue: 0/75/0/0 (size/max/drops/flushes); Total output drops: 0 Queueing strategy: fifo Output queue: 0/40 (size/max) 30 second input rate 0 bits/sec, 0 packets/sec 30 second output rate 0 bits/sec, 0 packets/sec 0 packets input, 0 bytes, 0 no buffer Received 0 broadcasts (0 multicasts) 0 runts, 0 giants, 0 throttles 0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored 0 watchdog, 0 multicast, 0 pause input 0 input packets with dribble condition detected 0 packets output, 0 bytes, 0 underruns 0 output errors, 0 collisions, 0 interface resets 0 unknown protocol drops 0 babbles, 0 late collision, 0 deferred 0 lost carrier, 0 no carrier, 0 pause output 0 output buffer failures, 0 output buffers swapped outFlags: D - down P - bundled in port-channel I - stand-alone s - suspended H - Hot-standby (LACP only) R - Layer3 S - Layer2 U - in use f - failed to allocate aggregator M - not in use, minimum links not met u - unsuitable for bundling w - waiting to be aggregated d - default port Number of channel-groups in use: 0 Number of aggregators: 0 Group Port-channel Protocol Ports ------+-------------+-----------+----------------------------------------------- ^ % Invalid input detected at '^' marker. Switch/Stack Mac Address : e8ed.f3b1.9f00 H/W Current Switch# Role Mac Address Priority Version State ---------------------------------------------------------- *1 Master e8ed.f3b1.9f00 1 5 Ready Stack Port Status Neighbors Switch# Port 1 Port 2 Port 1 Port 2 -------------------------------------------------------- 1 Down Down None None Switch # Port 1 Port 2 -------- ------ ------ 1 None None Switch # Port 1 Port 2 -------- ------ ------ 1 Down Down Stack Ring Speed : 10G Stack Ring Configuration: Down Stack Ring Protocol : FlexStack ^ % Invalid input detected at '^' marker. ^ % Invalid input detected at '^' marker. ^ % Invalid input detected at '^' marker. ^ % Invalid input detected at '^' marker. ^ % Invalid input detected at '^' marker. ^ % Invalid input detected at '^' marker. ^ % Invalid input detected at '^' marker. ^ % Invalid input detected at '^' marker. ^ % Invalid input detected at '^' marker. ^ % Invalid input detected at '^' marker. ^ % Invalid input detected at '^' marker. ^ % Invalid input detected at '^' marker. ^ % Invalid input detected at '^' marker. ^ % Invalid input detected at '^' marker. ^ % Invalid input detected at '^' marker. ^ % Invalid input detected at '^' marker. ^ % Invalid input detected at '^' marker. Standard IP access list 99 10 permit 10.250.54.236 20 permit 10.10.39.236 (761033 matches) 30 permit 10.10.35.236 (761717 matches) Standard IP access list snmp-ro 10 permit 10.10.52.28 20 permit 10.10.39.100 30 permit 10.10.52.92 40 permit 10.10.39.81 50 permit 10.10.39.80 60 permit 10.10.33.201 70 permit 10.10.33.200 80 permit 10.10.33.203 90 permit 10.10.33.202 100 permit 10.32.31.202 110 permit 10.10.55.0, wildcard bits 0.0.0.255 (11877702 matches) 120 permit 10.11.55.0, wildcard bits 0.0.0.255 Standard IP access list snmp-rw 10 permit 10.10.55.0, wildcard bits 0.0.0.255 20 permit 10.11.55.0, wildcard bits 0.0.0.255 Extended IP access list 183 10 permit tcp host 10.10.36.167 any eq 22 (1526 matches) 20 permit tcp host 10.10.55.130 any eq 22 30 permit tcp host 10.11.36.28 any eq 22 40 permit tcp host 10.11.36.57 any eq 22 50 permit tcp 10.10.55.0 0.0.0.7 any eq 22 (30936 matches) 60 permit tcp 10.10.55.32 0.0.0.7 any eq 22 70 permit tcp 10.10.55.96 0.0.0.7 any eq 22 80 permit tcp host 10.32.16.6 any eq 22 90 permit tcp 10.11.0.0 0.0.1.255 any eq 22 100 permit tcp 10.11.30.0 0.0.0.255 any eq 22 110 permit tcp 10.11.31.0 0.0.0.255 any eq 22 120 permit tcp 10.11.35.0 0.0.0.255 any eq 22 130 permit tcp 10.11.79.0 0.0.0.255 any eq 22 140 permit tcp 10.11.126.0 0.0.1.255 any eq 22 150 permit tcp 10.11.158.0 0.0.1.255 any eq 22 160 permit tcp 10.11.174.0 0.0.1.255 any eq 22 170 permit tcp 10.11.223.0 0.0.0.255 any eq 22 180 permit tcp 10.8.0.0 0.0.1.255 any eq 22 190 permit tcp 10.10.0.0 0.0.1.255 any eq 22 200 permit tcp 10.32.0.0 0.0.16.255 any eq 22 210 permit tcp 10.33.0.0 0.0.16.255 any eq 22 220 permit tcp 10.34.0.0 0.0.0.255 any eq 22 230 permit tcp 10.34.16.0 0.0.0.255 any eq 22 240 permit tcp 10.34.32.0 0.0.0.255 any eq 22 250 permit tcp 10.34.48.0 0.0.0.255 any eq 22 260 permit tcp 10.10.35.0 0.0.0.255 any eq 22 270 permit tcp 10.10.39.0 0.0.0.255 any eq 22 280 permit tcp 10.10.55.0 0.0.0.255 any eq 22 (2074720 matches) 290 permit tcp 10.10.56.0 0.0.3.255 any eq 22 300 permit tcp 10.10.60.0 0.0.3.255 any eq 22 310 permit tcp 10.10.95.0 0.0.0.255 any eq 22 320 permit tcp 10.10.127.0 0.0.0.255 any eq 22 330 permit tcp 10.10.224.0 0.0.0.255 any eq 22 340 permit tcp 10.10.240.0 0.0.0.255 any eq 22 350 permit tcp 10.10.241.0 0.0.0.255 any eq 22 360 permit tcp 10.10.252.0 0.0.0.255 any eq 22 370 permit tcp 10.250.0.0 0.0.0.255 any eq 22 380 permit tcp host 10.10.33.200 any eq 22 390 permit tcp host 10.10.33.201 any eq 22 400 permit tcp host 10.10.33.202 any eq 22 410 permit tcp host 10.10.33.203 any eq 22 420 permit tcp host 10.10.39.80 any eq 22 430 permit tcp host 10.10.39.81 any eq 22 440 permit tcp host 10.32.31.202 any eq 22 450 permit udp host 10.11.35.236 eq ntp any 460 permit udp host 10.11.39.236 eq ntp any 470 permit udp host 10.10.35.236 eq ntp any (761717 matches) 480 permit udp host 10.10.39.236 eq ntp any (761033 matches) 490 permit udp host 10.32.16.236 eq ntp any 500 permit udp host 10.32.17.236 eq ntp any 510 permit tcp any any eq ftp (860 matches) 520 permit tcp any any eq ftp-data 530 permit tcp host 10.10.55.128 eq tacacs any 540 permit tcp host 10.10.55.129 eq tacacs any 550 permit tcp host 10.32.6.1 eq tacacs any 560 permit udp 10.10.55.0 0.0.0.255 any eq snmp (5940987 matches) 570 permit udp 10.11.55.0 0.0.0.255 any eq snmp 580 permit udp host 10.10.52.28 any eq snmp 590 permit udp host 10.10.52.92 any eq snmp 600 permit udp host 10.10.35.1 any eq snmp 610 permit udp host 10.10.33.200 any eq snmp 620 permit udp host 10.10.33.201 any eq snmp 630 permit udp host 10.10.33.202 any eq snmp 640 permit udp host 10.10.33.203 any eq snmp 650 permit udp host 10.10.39.80 any eq snmp 660 permit udp host 10.10.39.81 any eq snmp 670 permit udp host 10.10.39.100 any eq snmp 680 permit udp host 10.32.31.202 any eq snmp 690 permit icmp host 10.10.35.1 any 700 permit icmp host 10.10.33.200 any 710 permit icmp host 10.10.33.201 any 720 permit icmp host 10.10.33.202 any 730 permit icmp host 10.10.33.203 any 740 permit icmp host 10.10.39.80 any 750 permit icmp host 10.10.39.81 any 760 permit icmp host 10.10.39.100 any 770 permit icmp host 10.32.31.202 any 780 permit udp host 10.10.33.200 any eq 1700 790 permit udp host 10.10.33.201 any eq 1700 800 permit udp host 10.10.33.202 any eq 1700 810 permit udp host 10.10.33.203 any eq 1700 820 permit udp host 10.10.35.1 any eq 1700 830 permit udp host 10.10.39.80 any eq 1700 840 permit udp host 10.10.39.81 any eq 1700 850 permit udp host 10.10.39.100 any eq 1700 860 permit udp host 10.32.31.202 any eq 1700 870 permit udp host 10.10.33.200 any range 1812 1813 880 permit udp host 10.10.33.201 any range 1812 1813 890 permit udp host 10.10.33.202 any range 1812 1813 900 permit udp host 10.10.33.203 any range 1812 1813 910 permit udp host 10.10.35.1 any range 1812 1813 920 permit udp host 10.10.39.80 any range 1812 1813 930 permit udp host 10.10.39.81 any range 1812 1813 940 permit udp host 10.10.39.100 any range 1812 1813 950 permit udp host 10.32.31.202 any range 1812 1813 960 permit icmp 10.10.55.0 0.0.0.255 any (2465535 matches) 970 permit icmp 10.11.55.0 0.0.0.255 any Extended IP access list CISCO-CWA-URL-REDIRECT-ACL 100 deny udp any any eq domain 101 deny tcp any any eq domain 102 deny udp any eq bootps any 103 deny udp any any eq bootpc 104 deny udp any eq bootpc any 105 permit tcp any any eq www Extended IP access list preauth_ipv4_acl (per-user) 10 permit udp any any eq domain 20 permit tcp any any eq domain 30 permit udp any eq bootps any 40 permit udp any any eq bootpc 50 permit udp any eq bootpc any 60 deny ip any any ^ % Invalid input detected at '^' marker. ^ % Invalid input detected at '^' marker. ^ % Invalid input detected at '^' marker. ^ % Invalid input detected at '^' marker. % Incomplete command. % Incomplete command. Number of existing VLANs : 7 Number of existing VTP VLANs : 7 Number of existing extended VLANS : 0 VLAN Name Status Ports ---- -------------------------------- --------- ------------------------------- 1 default active 98 SIT-OOB-Mgmt active Gi1/0/1, Gi1/0/3, Gi1/0/4, Gi1/0/5, Gi1/0/6, Gi1/0/7, Gi1/0/8, Gi1/0/9, Gi1/0/10, Gi1/0/11, Gi1/0/12, Gi1/0/13, Gi1/0/14, Gi1/0/15, Gi1/0/16, Gi1/0/17, Gi1/0/18, Gi1/0/19, Gi1/0/20, Gi1/0/21, Gi1/0/22, Gi1/0/23, Gi1/0/24, Gi1/0/27, Gi1/0/28 99 SRV-MGMT-FCAPS active Gi1/0/2 1002 fddi-default act/unsup 1003 trcrf-default act/unsup 1004 fddinet-default act/unsup 1005 trbrf-default act/unsup Switch is in rapid-pvst mode Root bridge for: none EtherChannel misconfig guard is enabled Extended system ID is enabled Portfast Default is enabled PortFast BPDU Guard Default is enabled Portfast BPDU Filter Default is disabled Loopguard Default is enabled UplinkFast is disabled BackboneFast is disabled Configured Pathcost method used is short Name Blocking Listening Learning Forwarding STP Active ---------------------- -------- --------- -------- ---------- ---------- VLAN0098 1 0 0 2 3 VLAN0099 1 0 0 2 3 ---------------------- -------- --------- -------- ---------- ---------- 2 vlans 2 0 0 4 6 VLAN0098 Spanning tree enabled protocol rstp Root ID Priority 98 Address 8cb6.4fb9.dd80 Cost 8 Port 25 (GigabitEthernet1/0/25) Hello Time 2 sec Max Age 20 sec Forward Delay 15 sec Bridge ID Priority 32866 (priority 32768 sys-id-ext 98) Address e8ed.f3b1.9f00 Hello Time 2 sec Max Age 20 sec Forward Delay 15 sec Aging Time 300 sec Interface Role Sts Cost Prio.Nbr Type ------------------- ---- --- --------- -------- -------------------------------- Gi1/0/1 Desg FWD 19 128.1 P2p Edge Gi1/0/25 Root FWD 4 128.25 P2p Gi1/0/26 Altn BLK 4 128.26 P2p VLAN0099 Spanning tree enabled protocol rstp Root ID Priority 99 Address 0023.04ee.be64 Cost 13 Port 25 (GigabitEthernet1/0/25) Hello Time 2 sec Max Age 20 sec Forward Delay 15 sec Bridge ID Priority 32867 (priority 32768 sys-id-ext 99) Address e8ed.f3b1.9f00 Hello Time 2 sec Max Age 20 sec Forward Delay 15 sec Aging Time 300 sec Interface Role Sts Cost Prio.Nbr Type ------------------- ---- --- --------- -------- -------------------------------- Gi1/0/2 Desg FWD 4 128.2 P2p Edge Gi1/0/25 Root FWD 4 128.25 P2p Gi1/0/26 Altn BLK 4 128.26 P2p Root Hello Max Fwd Vlan Root ID Cost Time Age Dly Root Port ---------------- -------------------- --------- ----- --- --- ------------ VLAN0098 98 8cb6.4fb9.dd80 8 2 20 15 Gi1/0/25 VLAN0099 99 0023.04ee.be64 13 2 20 15 Gi1/0/25 VLAN0098 is executing the rstp compatible Spanning Tree protocol Bridge Identifier has priority 32768, sysid 98, address e8ed.f3b1.9f00 Configured hello time 2, max age 20, forward delay 15, transmit hold-count 6 Current root has priority 98, address 8cb6.4fb9.dd80 Root port is 25 (GigabitEthernet1/0/25), cost of root path is 8 Topology change flag not set, detected flag not set Number of topology changes 102 last change occurred 3w2d ago from GigabitEthernet1/0/25 Times: hold 1, topology change 35, notification 2 hello 2, max age 20, forward delay 15 Timers: hello 0, topology change 0, notification 0, aging 300 Port 1 (GigabitEthernet1/0/1) of VLAN0098 is designated forwarding Port path cost 19, Port priority 128, Port Identifier 128.1. Designated root has priority 98, address 8cb6.4fb9.dd80 Designated bridge has priority 32866, address e8ed.f3b1.9f00 Designated port id is 128.1, designated path cost 8 Timers: message age 0, forward delay 0, hold 0 Number of transitions to forwarding state: 1 The port is in the portfast mode by default Link type is point-to-point by default Bpdu guard is enabled by default Loop guard is enabled by default on the port BPDU: sent 36892357, received 0 Port 25 (GigabitEthernet1/0/25) of VLAN0098 is root forwarding Port path cost 4, Port priority 128, Port Identifier 128.25. Designated root has priority 98, address 8cb6.4fb9.dd80 Designated bridge has priority 32866, address bc16.6565.b380 Designated port id is 128.4, designated path cost 4 Timers: message age 15, forward delay 0, hold 0 Number of transitions to forwarding state: 3 Link type is point-to-point by default Loop guard is enabled by default on the port BPDU: sent 13, received 36665506 Port 26 (GigabitEthernet1/0/26) of VLAN0098 is alternate blocking Port path cost 4, Port priority 128, Port Identifier 128.26. Designated root has priority 98, address 8cb6.4fb9.dd80 Designated bridge has priority 32866, address bc16.650d.0500 Designated port id is 128.4, designated path cost 8 Timers: message age 16, forward delay 0, hold 0 Number of transitions to forwarding state: 3 Link type is point-to-point by default Loop guard is enabled by default on the port BPDU: sent 16, received 36683394 VLAN0099 is executing the rstp compatible Spanning Tree protocol Bridge Identifier has priority 32768, sysid 99, address e8ed.f3b1.9f00 Configured hello time 2, max age 20, forward delay 15, transmit hold-count 6 Current root has priority 99, address 0023.04ee.be64 Root port is 25 (GigabitEthernet1/0/25), cost of root path is 13 Topology change flag not set, detected flag not set Number of topology changes 24 last change occurred 10w4d ago from GigabitEthernet1/0/25 Times: hold 1, topology change 35, notification 2 hello 2, max age 20, forward delay 15 Timers: hello 0, topology change 0, notification 0, aging 300 Port 2 (GigabitEthernet1/0/2) of VLAN0099 is designated forwarding Port path cost 4, Port priority 128, Port Identifier 128.2. Designated root has priority 99, address 0023.04ee.be64 Designated bridge has priority 32867, address e8ed.f3b1.9f00 Designated port id is 128.2, designated path cost 13 Timers: message age 0, forward delay 0, hold 0 Number of transitions to forwarding state: 1 The port is in the portfast mode by default Link type is point-to-point by default Bpdu guard is enabled by default Loop guard is enabled by default on the port BPDU: sent 17119599, received 0 Port 25 (GigabitEthernet1/0/25) of VLAN0099 is root forwarding Port path cost 4, Port priority 128, Port Identifier 128.25. Designated root has priority 99, address 0023.04ee.be64 Designated bridge has priority 32867, address bc16.6565.b380 Designated port id is 128.4, designated path cost 9 Timers: message age 15, forward delay 0, hold 0 Number of transitions to forwarding state: 3 Link type is point-to-point by default Loop guard is enabled by default on the port BPDU: sent 15, received 54349867 Port 26 (GigabitEthernet1/0/26) of VLAN0099 is alternate blocking Port path cost 4, Port priority 128, Port Identifier 128.26. Designated root has priority 99, address 0023.04ee.be64 Designated bridge has priority 32867, address bc16.650d.0500 Designated port id is 128.4, designated path cost 13 Timers: message age 15, forward delay 0, hold 0 Number of transitions to forwarding state: 4 Link type is point-to-point by default Loop guard is enabled by default on the port BPDU: sent 16, received 54375264 Mac Address Table ------------------------------------------- Vlan Mac Address Type Ports ---- ----------- -------- ----- 98 0000.0c9f.f000 DYNAMIC Gi1/0/25 98 0006.6722.4178 DYNAMIC Gi1/0/25 98 0006.6722.419e DYNAMIC Gi1/0/25 98 0006.6722.41a8 DYNAMIC Gi1/0/25 98 0006.6722.41b0 DYNAMIC Gi1/0/25 98 0006.6722.41b5 DYNAMIC Gi1/0/25 98 0006.6722.41c5 DYNAMIC Gi1/0/25 98 0006.6722.41c6 DYNAMIC Gi1/0/25 98 0006.6722.d110 DYNAMIC Gi1/0/25 98 0006.6722.d113 DYNAMIC Gi1/0/25 98 0006.6722.d11f DYNAMIC Gi1/0/25 98 0006.6723.0346 DYNAMIC Gi1/0/25 98 0006.6723.0348 DYNAMIC Gi1/0/25 98 0006.6723.034d DYNAMIC Gi1/0/25 98 0006.6723.034f DYNAMIC Gi1/0/25 98 0006.6723.0350 DYNAMIC Gi1/0/25 98 0006.6723.17f1 DYNAMIC Gi1/0/25 98 0006.6723.18c9 DYNAMIC Gi1/0/25 98 0006.6723.18d3 DYNAMIC Gi1/0/25 98 000a.49fd.0502 DYNAMIC Gi1/0/25 98 0023.e9e2.d441 DYNAMIC Gi1/0/25 98 0023.e9e4.f5c1 DYNAMIC Gi1/0/25 98 0023.ebe0.1c20 DYNAMIC Gi1/0/25 98 0025.45f2.cf20 DYNAMIC Gi1/0/25 98 0026.0b31.64a8 DYNAMIC Gi1/0/25 98 0040.9d43.3597 DYNAMIC Gi1/0/25 98 0080.a389.7907 DYNAMIC Gi1/0/1 98 00a2.ee9c.c4ba DYNAMIC Gi1/0/25 98 00c0.b757.97d2 DYNAMIC Gi1/0/25 98 00c0.b758.2203 DYNAMIC Gi1/0/25 98 00c0.b758.2272 DYNAMIC Gi1/0/25 98 00c0.b758.2290 DYNAMIC Gi1/0/25 98 00c0.b758.246c DYNAMIC Gi1/0/25 98 00c0.b758.2471 DYNAMIC Gi1/0/25 98 00c0.b758.2476 DYNAMIC Gi1/0/25 98 00c0.b758.2477 DYNAMIC Gi1/0/25 98 00c0.b758.247b DYNAMIC Gi1/0/25 98 00c0.b758.247c DYNAMIC Gi1/0/25 98 00c0.b758.247f DYNAMIC Gi1/0/25 98 00c0.b758.3d1e DYNAMIC Gi1/0/25 98 00c0.b758.3d21 DYNAMIC Gi1/0/25 98 00c0.b758.3d34 DYNAMIC Gi1/0/25 98 00c0.b758.3d3d DYNAMIC Gi1/0/25 98 00c0.b758.3d43 DYNAMIC Gi1/0/25 98 00c0.b758.bf8a DYNAMIC Gi1/0/25 98 00c0.b758.bfa7 DYNAMIC Gi1/0/25 98 00c0.b758.bfd5 DYNAMIC Gi1/0/25 98 00c0.b7b4.071a DYNAMIC Gi1/0/25 98 4066.0000.0000 DYNAMIC Gi1/0/25 98 547f.ee3c.8921 DYNAMIC Gi1/0/25 98 5c83.8fe1.1df4 DYNAMIC Gi1/0/25 98 84eb.ef03.427c DYNAMIC Gi1/0/25 98 bc16.6565.b384 DYNAMIC Gi1/0/25 98 f415.630d.6001 DYNAMIC Gi1/0/25 98 f415.6365.0c01 DYNAMIC Gi1/0/25 98 f415.6388.5e01 DYNAMIC Gi1/0/25 98 f866.f26c.ef40 DYNAMIC Gi1/0/25 98 f866.f26d.0000 DYNAMIC Gi1/0/25 99 0000.0c9f.f001 DYNAMIC Gi1/0/25 99 0006.6723.18c8 DYNAMIC Gi1/0/25 99 0015.b2a5.1539 DYNAMIC Gi1/0/25 99 001b.6e01.047f DYNAMIC Gi1/0/25 99 001b.6e01.06d0 DYNAMIC Gi1/0/25 99 001b.6e01.06d4 DYNAMIC Gi1/0/25 99 001b.6e01.1091 DYNAMIC Gi1/0/25 99 001b.6e01.1ea5 DYNAMIC Gi1/0/25 99 001b.6e01.2585 DYNAMIC Gi1/0/25 99 001b.6e01.2593 DYNAMIC Gi1/0/2 99 0021.5a9b.5808 DYNAMIC Gi1/0/25 99 0021.5a9b.580a DYNAMIC Gi1/0/25 99 0023.e9e4.ecc7 DYNAMIC Gi1/0/25 99 0023.e9e5.02c7 DYNAMIC Gi1/0/25 99 0025.2261.1e3f DYNAMIC Gi1/0/25 99 0025.9060.2ab5 DYNAMIC Gi1/0/25 99 0025.9061.b28f DYNAMIC Gi1/0/25 99 0025.90c6.0a5b DYNAMIC Gi1/0/25 99 0026.0b54.8640 DYNAMIC Gi1/0/25 99 0026.9816.4fc1 DYNAMIC Gi1/0/25 99 0050.56ba.1ad5 DYNAMIC Gi1/0/25 99 0050.56ba.3880 DYNAMIC Gi1/0/25 99 00e0.81db.6faa DYNAMIC Gi1/0/25 99 bc16.6565.b384 DYNAMIC Gi1/0/25 99 f025.72a5.15c1 DYNAMIC Gi1/0/25 Total Mac Addresses for this criterion: 83Protocol Address Age (min) Hardware Addr Type Interface Internet 192.168.251.101 - e8ed.f3b1.9f41 ARPA Vlan98 Internet 192.168.251.254 161 0000.0c9f.f000 ARPA Vlan98 ^ % Invalid input detected at '^' marker. ^ % Invalid input detected at '^' marker. ^ % Invalid input detected at '^' marker. ^ % Invalid input detected at '^' marker. ^ % Invalid input detected at '^' marker. ^ % Invalid input detected at '^' marker. ^ % Invalid input detected at '^' marker. ^ % Invalid input detected at '^' marker. ^ % Invalid input detected at '^' marker. ^ % Invalid input detected at '^' marker. ^ % Invalid input detected at '^' marker. ^ % Invalid input detected at '^' marker. ^ % Invalid input detected at '^' marker. ^ % Invalid input detected at '^' marker. ^ % Invalid input detected at '^' marker. ^ % Invalid input detected at '^' marker. ^ % Invalid input detected at '^' marker. ^ % Invalid input detected at '^' marker. ^ % Invalid input detected at '^' marker. ^ % Invalid input detected at '^' marker. ^ % Invalid input detected at '^' marker. QoS is enabled QoS ip packet dscp rewrite is enabled ^ % Invalid input detected at '^' marker. ^ % Invalid input detected at '^' marker. Syslog logging: enabled (0 messages dropped, 32 messages rate-limited, 0 flushes, 0 overruns, xml disabled, filtering disabled) No Active Message Discriminator. No Inactive Message Discriminator. Console logging: level critical, 3 messages logged, xml disabled, filtering disabled Monitor logging: level debugging, 0 messages logged, xml disabled, filtering disabled Buffer logging: level informational, 934 messages logged, xml disabled, filtering disabled Exception Logging: size (4096 bytes) Count and timestamp logging messages: enabled File logging: disabled Persistent logging: disabled No active filter modules. Trap logging: level notifications, 926 message lines logged Logging to 10.10.55.14 (udp port 514, audit disabled, link up), 925 message lines logged, 0 message lines rate-limited, 0 message lines dropped-by-MD, xml disabled, sequence number disabled filtering disabled Logging to 10.10.55.28 (udp port 514, audit disabled, link up), 926 message lines logged, 0 message lines rate-limited, 0 message lines dropped-by-MD, xml disabled, sequence number disabled filtering disabled Logging to 10.10.55.6 (udp port 515, audit disabled, link up), 926 message lines logged, 0 message lines rate-limited, 0 message lines dropped-by-MD, xml disabled, sequence number disabled filtering disabled Logging Source-Interface: VRF Name: Vlan98 Log Buffer (64000 bytes): MP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000332: Oct 22 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000333: Oct 23 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000334: Oct 24 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000335: Oct 25 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000336: Oct 26 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000337: Oct 27 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000338: Oct 28 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000339: Oct 29 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000340: Oct 30 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000341: Oct 31 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000342: Nov 1 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000343: Nov 2 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000344: Nov 3 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000345: Nov 4 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000346: Nov 5 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000347: Nov 6 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000348: Nov 7 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000349: Nov 8 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000350: Nov 9 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000351: Nov 10 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000352: Nov 11 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000353: Nov 12 22:00:04 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000354: Nov 13 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000355: Nov 14 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000356: Nov 15 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000357: Nov 16 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000358: Nov 17 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000359: Nov 18 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000360: Nov 19 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000361: Nov 20 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000362: Nov 21 22:00:04 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000363: Nov 22 22:01:24 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000364: Nov 23 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000365: Nov 24 22:01:38 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000366: Nov 25 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000367: Nov 26 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000368: Nov 27 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000369: Nov 28 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000370: Nov 29 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000371: Nov 30 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000372: Dec 1 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000373: Dec 2 22:01:44 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000374: Dec 3 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000375: Dec 4 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000376: Dec 5 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000377: Dec 6 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000378: Dec 7 22:01:38 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000379: Dec 8 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000380: Dec 9 22:01:32 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000381: Dec 10 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000382: Dec 11 22:01:32 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000383: Dec 12 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000384: Dec 13 22:01:27 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000385: Dec 14 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000386: Dec 15 22:01:35 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000387: Dec 16 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000388: Dec 17 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000389: Dec 18 22:01:55 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000390: Dec 19 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000391: Dec 20 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000392: Dec 21 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000393: Dec 22 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000394: Dec 23 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000395: Dec 24 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000396: Dec 25 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000397: Dec 26 22:00:17 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000398: Dec 27 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000399: Dec 28 22:01:42 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000400: Dec 29 22:00:04 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000401: Dec 30 22:01:42 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000402: Dec 31 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000403: Jan 1 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000404: Jan 2 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000405: Jan 3 22:01:31 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000406: Jan 4 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000407: Jan 5 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000408: Jan 6 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000409: Jan 7 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000410: Jan 8 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000411: Jan 9 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000412: Jan 10 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000413: Jan 11 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000414: Jan 12 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000415: Jan 13 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000416: Jan 14 22:00:04 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000417: Jan 15 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000418: Jan 16 22:01:34 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000419: Jan 17 22:01:29 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000420: Jan 18 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000421: Jan 19 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000422: Jan 20 22:00:04 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000423: Jan 21 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000424: Jan 22 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000425: Jan 23 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000426: Jan 24 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000427: Jan 25 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000428: Jan 26 22:00:04 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000429: Jan 27 22:00:04 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000430: Jan 28 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000431: Jan 29 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000432: Jan 30 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000433: Jan 31 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000434: Feb 1 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000435: Feb 2 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000436: Feb 3 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000437: Feb 4 22:01:43 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000438: Feb 5 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000439: Feb 6 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000440: Feb 7 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000441: Feb 8 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000442: Feb 9 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000443: Feb 10 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000444: Feb 11 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000445: Feb 12 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000446: Feb 13 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000447: Feb 14 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000448: Feb 15 17:29:46 UTC: %SYS-5-CONFIG_I: Configured from console by admin on vty0 (10.10.36.167) 000449: Feb 15 17:51:08 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000450: Feb 15 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000451: Feb 16 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000452: Feb 17 22:00:04 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000453: Feb 18 22:01:33 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000454: Feb 19 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000455: Feb 20 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000456: Feb 21 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000457: Feb 22 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000458: Feb 23 22:01:34 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000459: Feb 24 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000460: Feb 25 22:00:04 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000461: Feb 26 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000462: Feb 27 22:00:04 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000463: Feb 28 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000464: Mar 1 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000465: Mar 2 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000466: Mar 3 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000467: Mar 4 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000468: Mar 5 22:01:29 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000469: Mar 6 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000470: Mar 7 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000471: Mar 8 22:00:04 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000472: Mar 9 22:00:07 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000473: Mar 10 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000474: Mar 11 22:00:04 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000475: Mar 12 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000476: Mar 13 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000477: Mar 14 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000478: Mar 15 22:00:04 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000479: Mar 16 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000480: Mar 17 22:00:04 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000481: Mar 18 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000482: Mar 19 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000483: Mar 20 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000484: Mar 21 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000485: Mar 22 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000486: Mar 23 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000487: Mar 24 22:00:04 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000488: Mar 25 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000489: Mar 26 22:00:04 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000490: Mar 27 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000491: Mar 28 22:00:05 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000492: Mar 29 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000493: Mar 30 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000494: Mar 31 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000495: Apr 1 22:01:40 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000496: Apr 2 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000497: Apr 3 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000498: Apr 4 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000499: Apr 5 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000500: Apr 6 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000501: Apr 7 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000502: Apr 8 22:01:31 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000503: Apr 9 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000504: Apr 10 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000505: Apr 11 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000506: Apr 12 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000507: Apr 13 22:00:04 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000508: Apr 14 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000509: Apr 15 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000510: Apr 16 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000511: Apr 17 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000512: Apr 18 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000513: Apr 19 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000514: Apr 20 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000515: Apr 21 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000516: Apr 22 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000517: Apr 23 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000518: Apr 24 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000519: Apr 25 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000520: Apr 26 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000521: Apr 27 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000522: Apr 28 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000523: Apr 29 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000524: Apr 30 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000525: May 1 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000526: May 2 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000527: May 3 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000528: May 4 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000529: May 5 22:00:04 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000530: May 6 22:00:06 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000531: May 7 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000532: May 8 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000533: May 9 22:00:04 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000534: May 10 22:01:38 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000535: May 11 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000536: May 12 22:00:04 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000537: May 13 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000538: May 14 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000539: May 15 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000540: May 16 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000541: May 17 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000542: May 18 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000543: May 19 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000544: May 20 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000545: May 21 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000546: May 22 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000547: May 23 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000548: May 24 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000549: May 25 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000550: May 26 22:00:04 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000551: May 27 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000552: May 28 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000553: May 29 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000554: May 30 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000555: May 31 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000556: Jun 1 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000557: Jun 2 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000558: Jun 3 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000559: Jun 4 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000560: Jun 5 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000561: Jun 6 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000562: Jun 7 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000563: Jun 8 22:00:04 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000564: Jun 9 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000565: Jun 10 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000566: Jun 11 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000567: Jun 12 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000568: Jun 13 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000569: Jun 14 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000570: Jun 15 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000571: Jun 16 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000572: Jun 17 22:01:40 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000573: Jun 18 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000574: Jun 19 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000575: Jun 20 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000576: Jun 21 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000577: Jun 22 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000578: Jun 23 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000579: Jun 24 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000580: Jun 25 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000581: Jun 26 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000582: Jun 27 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000583: Jun 28 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000584: Jun 29 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000585: Jun 30 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000586: Jul 1 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000587: Jul 2 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000588: Jul 3 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000589: Jul 4 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000590: Jul 5 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000591: Jul 6 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000592: Jul 7 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000593: Jul 8 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000594: Jul 9 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000595: Jul 10 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000596: Jul 11 22:00:04 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000597: Jul 12 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000598: Jul 13 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000599: Jul 14 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000600: Jul 15 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000601: Jul 16 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000602: Jul 17 22:00:04 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000603: Jul 18 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000604: Jul 19 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000605: Jul 20 22:00:04 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000606: Jul 21 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000607: Jul 22 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000608: Jul 23 22:00:04 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000609: Jul 24 22:00:04 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000610: Jul 25 22:00:04 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000611: Jul 26 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000612: Jul 27 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000613: Jul 28 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000614: Jul 29 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000615: Jul 30 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000616: Jul 31 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000617: Aug 1 22:00:06 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000618: Aug 2 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000619: Aug 3 22:00:08 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000620: Aug 4 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000621: Aug 5 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000622: Aug 6 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000623: Aug 7 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000624: Aug 8 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000625: Aug 9 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000626: Aug 10 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000627: Aug 11 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000628: Aug 12 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000629: Aug 13 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000630: Aug 14 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000631: Aug 15 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000632: Aug 16 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000633: Aug 17 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000634: Aug 18 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000635: Aug 19 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000636: Aug 20 22:00:04 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000637: Aug 21 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000638: Aug 22 22:00:04 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000639: Aug 23 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000640: Aug 24 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000641: Aug 25 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000642: Aug 26 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000643: Aug 27 22:00:04 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000644: Aug 28 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000645: Aug 29 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000646: Aug 30 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000647: Aug 31 22:00:04 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000648: Sep 1 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000649: Sep 2 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000650: Sep 3 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000651: Sep 4 22:00:04 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000652: Sep 5 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000653: Sep 6 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000654: Sep 7 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000655: Sep 8 19:06:33 UTC: %LINEPROTO-5-UPDOWN: Line protocol on Interface GigabitEthernet1/0/2, changed state to down 000656: Sep 8 19:06:34 UTC: %LINK-3-UPDOWN: Interface GigabitEthernet1/0/2, changed state to down 000657: Sep 8 19:06:37 UTC: %LINK-3-UPDOWN: Interface GigabitEthernet1/0/2, changed state to up 000658: Sep 8 19:06:38 UTC: %LINEPROTO-5-UPDOWN: Line protocol on Interface GigabitEthernet1/0/2, changed state to up 000659: Sep 8 19:06:44 UTC: %LINEPROTO-5-UPDOWN: Line protocol on Interface GigabitEthernet1/0/2, changed state to down 000660: Sep 8 19:06:45 UTC: %LINK-3-UPDOWN: Interface GigabitEthernet1/0/2, changed state to down 000661: Sep 8 19:06:48 UTC: %LINK-3-UPDOWN: Interface GigabitEthernet1/0/2, changed state to up 000662: Sep 8 19:06:49 UTC: %LINEPROTO-5-UPDOWN: Line protocol on Interface GigabitEthernet1/0/2, changed state to up 000663: Sep 8 19:07:00 UTC: %LINEPROTO-5-UPDOWN: Line protocol on Interface GigabitEthernet1/0/2, changed state to down 000664: Sep 8 19:07:01 UTC: %LINK-3-UPDOWN: Interface GigabitEthernet1/0/2, changed state to down 000665: Sep 8 19:07:03 UTC: %LINK-3-UPDOWN: Interface GigabitEthernet1/0/2, changed state to up 000666: Sep 8 19:07:04 UTC: %LINEPROTO-5-UPDOWN: Line protocol on Interface GigabitEthernet1/0/2, changed state to up 000667: Sep 8 19:08:31 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000668: Sep 8 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000669: Sep 9 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000670: Sep 10 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000671: Sep 11 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000672: Sep 12 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000673: Sep 13 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000674: Sep 14 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000675: Sep 15 22:00:04 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000676: Sep 16 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000677: Sep 17 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000678: Sep 18 22:00:04 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000679: Sep 19 22:00:04 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000680: Sep 20 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000681: Sep 21 22:00:04 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000682: Sep 22 13:51:45 UTC: %SPANTREE-2-LOOPGUARD_BLOCK: Loop guard blocking port GigabitEthernet1/0/25 on VLAN0099. 000683: Sep 22 13:51:46 UTC: %SPANTREE-2-LOOPGUARD_UNBLOCK: Loop guard unblocking port GigabitEthernet1/0/25 on VLAN0099. 000684: Sep 22 13:51:47 UTC: %SPANTREE-2-LOOPGUARD_BLOCK: Loop guard blocking port GigabitEthernet1/0/25 on VLAN0098. 000685: Sep 22 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000686: Sep 23 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000687: Sep 24 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000688: Sep 25 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000689: Sep 26 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000690: Sep 27 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000691: Sep 28 22:00:04 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000692: Sep 29 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000693: Sep 30 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000694: Oct 1 22:00:04 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000695: Oct 2 22:00:04 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000696: Oct 3 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000697: Oct 4 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000698: Oct 5 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000699: Oct 6 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000700: Oct 7 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000701: Oct 8 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000702: Oct 9 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000703: Oct 10 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000704: Oct 11 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000705: Oct 12 22:00:04 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000706: Oct 13 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000707: Oct 14 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000708: Oct 15 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000709: Oct 16 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000710: Oct 17 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000711: Oct 18 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000712: Oct 19 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000713: Oct 20 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000714: Oct 21 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000715: Oct 22 22:00:04 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000716: Oct 23 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000717: Oct 24 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000718: Oct 25 22:00:04 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000719: Oct 26 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000720: Oct 27 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000721: Oct 28 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000722: Oct 29 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000723: Oct 30 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000724: Oct 31 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000725: Nov 1 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000726: Nov 2 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000727: Nov 3 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000728: Nov 4 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000729: Nov 5 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000730: Nov 6 22:00:04 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000731: Nov 7 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000732: Nov 8 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000733: Nov 9 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000734: Nov 10 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000735: Nov 11 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000736: Nov 12 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000737: Nov 13 22:00:04 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000738: Nov 14 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000739: Nov 15 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000740: Nov 16 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000741: Nov 17 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000742: Nov 18 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000743: Nov 19 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000744: Nov 20 22:00:04 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000745: Nov 21 22:00:04 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000746: Nov 22 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000747: Nov 23 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000748: Nov 24 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000749: Nov 25 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000750: Nov 26 22:00:04 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000751: Nov 27 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000752: Nov 28 22:00:04 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000753: Nov 29 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000754: Nov 30 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000755: Dec 1 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000756: Dec 2 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000757: Dec 3 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000758: Dec 4 22:00:04 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000759: Dec 5 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000760: Dec 6 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000761: Dec 7 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000762: Dec 8 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000763: Dec 9 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000764: Dec 10 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000765: Dec 11 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000766: Dec 12 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000767: Dec 13 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000768: Dec 14 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000769: Dec 15 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000770: Dec 16 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000771: Dec 17 22:00:04 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000772: Dec 18 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000773: Dec 19 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000774: Dec 20 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000775: Dec 21 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000776: Dec 22 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000777: Dec 23 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000778: Dec 24 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000779: Dec 25 22:00:04 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000780: Dec 26 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000781: Dec 27 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000782: Dec 28 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000783: Dec 29 22:00:04 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000784: Dec 30 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000785: Dec 31 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000786: Jan 1 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000787: Jan 2 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000788: Jan 3 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000789: Jan 4 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000790: Jan 5 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000791: Jan 6 22:00:04 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000792: Jan 7 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000793: Jan 8 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000794: Jan 9 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000795: Jan 10 22:00:04 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000796: Jan 11 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000797: Jan 12 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000798: Jan 13 22:00:04 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000799: Jan 14 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000800: Jan 15 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000801: Jan 16 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000802: Jan 17 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000803: Jan 18 22:00:07 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000804: Jan 19 22:01:41 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000805: Jan 20 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000806: Jan 21 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000807: Jan 22 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000808: Jan 23 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000809: Jan 24 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000810: Jan 25 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000811: Jan 26 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000812: Jan 27 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000813: Jan 28 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000814: Jan 29 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000815: Jan 30 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000816: Jan 31 22:00:04 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000817: Feb 1 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000818: Feb 2 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000819: Feb 3 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000820: Feb 4 22:00:04 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000821: Feb 5 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000822: Feb 6 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000823: Feb 7 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000824: Feb 8 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000825: Feb 9 22:00:04 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000826: Feb 10 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000827: Feb 11 22:00:04 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000828: Feb 12 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000829: Feb 13 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000830: Feb 14 22:00:04 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000831: Feb 15 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000832: Feb 16 22:00:04 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000833: Feb 17 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000834: Feb 18 22:00:04 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000835: Feb 19 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000836: Feb 20 22:00:04 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000837: Feb 21 22:00:05 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000838: Feb 22 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000839: Feb 23 22:00:04 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000840: Feb 24 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000841: Feb 25 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000842: Feb 26 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000843: Feb 27 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000844: Feb 28 22:00:05 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000845: Mar 1 22:00:04 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000846: Mar 2 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000847: Mar 3 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000848: Mar 4 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000849: Mar 5 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000850: Mar 6 22:00:04 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000851: Mar 7 22:00:06 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000852: Mar 8 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000853: Mar 9 22:00:04 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000854: Mar 10 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000855: Mar 11 22:00:04 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000856: Mar 12 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000857: Mar 13 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000858: Mar 14 22:00:05 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000859: Mar 15 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000860: Mar 16 22:00:04 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000861: Mar 17 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000862: Mar 18 22:00:04 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000863: Mar 19 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000864: Mar 20 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000865: Mar 21 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000866: Mar 22 22:01:58 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000867: Mar 23 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000868: Mar 24 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000869: Mar 25 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000870: Mar 26 22:00:06 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000871: Mar 27 22:00:04 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000872: Mar 28 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000873: Mar 29 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000874: Mar 30 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000875: Mar 31 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000876: Apr 1 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000877: Apr 2 22:00:04 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000878: Apr 3 22:00:04 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000879: Apr 4 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000880: Apr 5 22:00:04 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000881: Apr 6 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000882: Apr 7 22:00:04 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000883: Apr 8 22:00:04 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000884: Apr 9 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000885: Apr 10 22:00:04 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000886: Apr 11 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000887: Apr 12 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000888: Apr 13 22:00:04 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000889: Apr 14 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000890: Apr 15 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000891: Apr 16 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000892: Apr 17 22:00:04 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000893: Apr 18 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000894: Apr 19 22:00:04 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000895: Apr 20 22:00:04 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000896: Apr 21 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000897: Apr 22 22:00:04 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000898: Apr 23 22:00:04 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000899: Apr 24 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000900: Apr 25 22:00:04 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000901: Apr 26 22:00:04 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000902: Apr 27 22:00:05 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000903: Apr 28 22:00:04 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000904: Apr 29 22:00:04 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000905: Apr 30 22:00:04 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000906: May 1 22:00:04 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000907: May 2 22:00:04 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000908: May 3 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000909: May 4 22:00:04 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000910: May 5 22:00:04 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000911: May 6 22:00:04 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000912: May 7 22:00:04 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000913: May 8 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000914: May 9 22:00:04 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000915: May 10 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000916: May 11 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000917: May 12 22:00:05 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000918: May 13 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000919: May 14 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000920: May 15 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000921: May 16 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000922: May 17 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000923: May 18 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000924: May 19 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000925: May 20 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000926: May 21 22:00:04 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000927: May 22 22:00:04 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000928: May 23 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000929: May 24 22:00:04 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000930: May 25 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000931: May 26 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000932: May 27 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000933: May 28 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000934: May 29 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000935: May 30 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000936: May 31 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000937: Jun 1 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000938: Jun 2 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 000939: Jun 3 22:00:03 UTC: %SNMP-3-AUTHFAIL: Authentication failure for SNMP req from host 10.10.55.14 Transmit FastEthernet0 Receive 0 Bytes 0 Bytes 0 Unicast frames 0 Unicast frames 0 Multicast frames 0 Multicast frames 0 Broadcast frames 0 Broadcast frames 0 Too old frames 0 Unicast bytes 0 Deferred frames 0 Multicast bytes 0 MTU exceeded frames 0 Broadcast bytes 0 1 collision frames 0 Alignment errors 0 2 collision frames 0 FCS errors 0 3 collision frames 0 Oversize frames 0 4 collision frames 0 Undersize frames 0 5 collision frames 0 Collision fragments 0 6 collision frames 0 7 collision frames 0 Minimum size frames 0 8 collision frames 0 65 to 127 byte frames 0 9 collision frames 0 128 to 255 byte frames 0 10 collision frames 0 256 to 511 byte frames 0 11 collision frames 0 512 to 1023 byte frames 0 12 collision frames 0 1024 to 1518 byte frames 0 13 collision frames 0 Overrun frames 0 14 collision frames 0 Pause frames 0 15 collision frames 0 Excessive collisions 0 Symbol error frames 0 Late collisions 0 Invalid frames, too large 0 VLAN discard frames 0 Valid frames, too large 0 Excess defer frames 0 Invalid frames, too small 0 64 byte frames 0 Valid frames, too small 0 127 byte frames 0 255 byte frames 0 Too old frames 0 511 byte frames 0 Valid oversize frames 0 1023 byte frames 0 System FCS error frames 0 1518 byte frames 0 RxPortFifoFull drop frame 0 Too large frames 0 Good (1 coll) frames 0 Good (>1 coll) frames Transmit GigabitEthernet1/0/1 Receive 3289004238 Bytes 730466880 Bytes 58868144 Unicast frames 8725326 Unicast frames 129367880 Multicast frames 0 Multicast frames 86692489 Broadcast frames 7 Broadcast frames 0 Too old frames 730466432 Unicast bytes 0 Deferred frames 0 Multicast bytes 0 MTU exceeded frames 448 Broadcast bytes 0 1 collision frames 0 Alignment errors 0 2 collision frames 0 FCS errors 0 3 collision frames 0 Oversize frames 0 4 collision frames 0 Undersize frames 0 5 collision frames 0 Collision fragments 0 6 collision frames 0 7 collision frames 1562592 Minimum size frames 0 8 collision frames 7158983 65 to 127 byte frames 0 9 collision frames 2040 128 to 255 byte frames 0 10 collision frames 577 256 to 511 byte frames 0 11 collision frames 165 512 to 1023 byte frames 0 12 collision frames 976 1024 to 1518 byte frames 0 13 collision frames 0 Overrun frames 0 14 collision frames 0 Pause frames 0 15 collision frames 0 Excessive collisions 0 Symbol error frames 0 Late collisions 0 Invalid frames, too large 0 VLAN discard frames 0 Valid frames, too large 0 Excess defer frames 0 Invalid frames, too small 103315582 64 byte frames 0 Valid frames, too small 115780741 127 byte frames 1727233 255 byte frames 0 Too old frames 25869383 511 byte frames 0 Valid oversize frames 28235138 1023 byte frames 0 System FCS error frames 436 1518 byte frames 0 RxPortFifoFull drop frame 0 Too large frames 0 Good (1 coll) frames 0 Good (>1 coll) frames Transmit GigabitEthernet1/0/2 Receive 1799418284 Bytes 2831437271 Bytes 1110737685 Unicast frames 14721407 Unicast frames 106887469 Multicast frames 99 Multicast frames 526552227 Broadcast frames 7814 Broadcast frames 0 Too old frames 2830928953 Unicast bytes 0 Deferred frames 8222 Multicast bytes 0 MTU exceeded frames 500096 Broadcast bytes 0 1 collision frames 0 Alignment errors 0 2 collision frames 0 FCS errors 0 3 collision frames 0 Oversize frames 0 4 collision frames 0 Undersize frames 0 5 collision frames 0 Collision fragments 0 6 collision frames 0 7 collision frames 1711312 Minimum size frames 0 8 collision frames 4142912 65 to 127 byte frames 0 9 collision frames 6916171 128 to 255 byte frames 0 10 collision frames 1957868 256 to 511 byte frames 0 11 collision frames 231 512 to 1023 byte frames 0 12 collision frames 826 1024 to 1518 byte frames 0 13 collision frames 0 Overrun frames 0 14 collision frames 0 Pause frames 0 15 collision frames 0 Excessive collisions 0 Symbol error frames 0 Late collisions 0 Invalid frames, too large 0 VLAN discard frames 0 Valid frames, too large 0 Excess defer frames 0 Invalid frames, too small 603826331 64 byte frames 0 Valid frames, too small 93740836 127 byte frames 974752313 255 byte frames 0 Too old frames 13343150 511 byte frames 0 Valid oversize frames 25507993 1023 byte frames 0 System FCS error frames 33006758 1518 byte frames 0 RxPortFifoFull drop frame 0 Too large frames 0 Good (1 coll) frames 0 Good (>1 coll) frames Transmit GigabitEthernet1/0/3 Receive 0 Bytes 0 Bytes 0 Unicast frames 0 Unicast frames 0 Multicast frames 0 Multicast frames 0 Broadcast frames 0 Broadcast frames 0 Too old frames 0 Unicast bytes 0 Deferred frames 0 Multicast bytes 0 MTU exceeded frames 0 Broadcast bytes 0 1 collision frames 0 Alignment errors 0 2 collision frames 0 FCS errors 0 3 collision frames 0 Oversize frames 0 4 collision frames 0 Undersize frames 0 5 collision frames 0 Collision fragments 0 6 collision frames 0 7 collision frames 0 Minimum size frames 0 8 collision frames 0 65 to 127 byte frames 0 9 collision frames 0 128 to 255 byte frames 0 10 collision frames 0 256 to 511 byte frames 0 11 collision frames 0 512 to 1023 byte frames 0 12 collision frames 0 1024 to 1518 byte frames 0 13 collision frames 0 Overrun frames 0 14 collision frames 0 Pause frames 0 15 collision frames 0 Excessive collisions 0 Symbol error frames 0 Late collisions 0 Invalid frames, too large 0 VLAN discard frames 0 Valid frames, too large 0 Excess defer frames 0 Invalid frames, too small 0 64 byte frames 0 Valid frames, too small 0 127 byte frames 0 255 byte frames 0 Too old frames 0 511 byte frames 0 Valid oversize frames 0 1023 byte frames 0 System FCS error frames 0 1518 byte frames 0 RxPortFifoFull drop frame 0 Too large frames 0 Good (1 coll) frames 0 Good (>1 coll) frames Transmit GigabitEthernet1/0/4 Receive 0 Bytes 0 Bytes 0 Unicast frames 0 Unicast frames 0 Multicast frames 0 Multicast frames 0 Broadcast frames 0 Broadcast frames 0 Too old frames 0 Unicast bytes 0 Deferred frames 0 Multicast bytes 0 MTU exceeded frames 0 Broadcast bytes 0 1 collision frames 0 Alignment errors 0 2 collision frames 0 FCS errors 0 3 collision frames 0 Oversize frames 0 4 collision frames 0 Undersize frames 0 5 collision frames 0 Collision fragments 0 6 collision frames 0 7 collision frames 0 Minimum size frames 0 8 collision frames 0 65 to 127 byte frames 0 9 collision frames 0 128 to 255 byte frames 0 10 collision frames 0 256 to 511 byte frames 0 11 collision frames 0 512 to 1023 byte frames 0 12 collision frames 0 1024 to 1518 byte frames 0 13 collision frames 0 Overrun frames 0 14 collision frames 0 Pause frames 0 15 collision frames 0 Excessive collisions 0 Symbol error frames 0 Late collisions 0 Invalid frames, too large 0 VLAN discard frames 0 Valid frames, too large 0 Excess defer frames 0 Invalid frames, too small 0 64 byte frames 0 Valid frames, too small 0 127 byte frames 0 255 byte frames 0 Too old frames 0 511 byte frames 0 Valid oversize frames 0 1023 byte frames 0 System FCS error frames 0 1518 byte frames 0 RxPortFifoFull drop frame 0 Too large frames 0 Good (1 coll) frames 0 Good (>1 coll) frames Transmit GigabitEthernet1/0/5 Receive 0 Bytes 0 Bytes 0 Unicast frames 0 Unicast frames 0 Multicast frames 0 Multicast frames 0 Broadcast frames 0 Broadcast frames 0 Too old frames 0 Unicast bytes 0 Deferred frames 0 Multicast bytes 0 MTU exceeded frames 0 Broadcast bytes 0 1 collision frames 0 Alignment errors 0 2 collision frames 0 FCS errors 0 3 collision frames 0 Oversize frames 0 4 collision frames 0 Undersize frames 0 5 collision frames 0 Collision fragments 0 6 collision frames 0 7 collision frames 0 Minimum size frames 0 8 collision frames 0 65 to 127 byte frames 0 9 collision frames 0 128 to 255 byte frames 0 10 collision frames 0 256 to 511 byte frames 0 11 collision frames 0 512 to 1023 byte frames 0 12 collision frames 0 1024 to 1518 byte frames 0 13 collision frames 0 Overrun frames 0 14 collision frames 0 Pause frames 0 15 collision frames 0 Excessive collisions 0 Symbol error frames 0 Late collisions 0 Invalid frames, too large 0 VLAN discard frames 0 Valid frames, too large 0 Excess defer frames 0 Invalid frames, too small 0 64 byte frames 0 Valid frames, too small 0 127 byte frames 0 255 byte frames 0 Too old frames 0 511 byte frames 0 Valid oversize frames 0 1023 byte frames 0 System FCS error frames 0 1518 byte frames 0 RxPortFifoFull drop frame 0 Too large frames 0 Good (1 coll) frames 0 Good (>1 coll) frames Transmit GigabitEthernet1/0/6 Receive 0 Bytes 0 Bytes 0 Unicast frames 0 Unicast frames 0 Multicast frames 0 Multicast frames 0 Broadcast frames 0 Broadcast frames 0 Too old frames 0 Unicast bytes 0 Deferred frames 0 Multicast bytes 0 MTU exceeded frames 0 Broadcast bytes 0 1 collision frames 0 Alignment errors 0 2 collision frames 0 FCS errors 0 3 collision frames 0 Oversize frames 0 4 collision frames 0 Undersize frames 0 5 collision frames 0 Collision fragments 0 6 collision frames 0 7 collision frames 0 Minimum size frames 0 8 collision frames 0 65 to 127 byte frames 0 9 collision frames 0 128 to 255 byte frames 0 10 collision frames 0 256 to 511 byte frames 0 11 collision frames 0 512 to 1023 byte frames 0 12 collision frames 0 1024 to 1518 byte frames 0 13 collision frames 0 Overrun frames 0 14 collision frames 0 Pause frames 0 15 collision frames 0 Excessive collisions 0 Symbol error frames 0 Late collisions 0 Invalid frames, too large 0 VLAN discard frames 0 Valid frames, too large 0 Excess defer frames 0 Invalid frames, too small 0 64 byte frames 0 Valid frames, too small 0 127 byte frames 0 255 byte frames 0 Too old frames 0 511 byte frames 0 Valid oversize frames 0 1023 byte frames 0 System FCS error frames 0 1518 byte frames 0 RxPortFifoFull drop frame 0 Too large frames 0 Good (1 coll) frames 0 Good (>1 coll) frames Transmit GigabitEthernet1/0/7 Receive 0 Bytes 0 Bytes 0 Unicast frames 0 Unicast frames 0 Multicast frames 0 Multicast frames 0 Broadcast frames 0 Broadcast frames 0 Too old frames 0 Unicast bytes 0 Deferred frames 0 Multicast bytes 0 MTU exceeded frames 0 Broadcast bytes 0 1 collision frames 0 Alignment errors 0 2 collision frames 0 FCS errors 0 3 collision frames 0 Oversize frames 0 4 collision frames 0 Undersize frames 0 5 collision frames 0 Collision fragments 0 6 collision frames 0 7 collision frames 0 Minimum size frames 0 8 collision frames 0 65 to 127 byte frames 0 9 collision frames 0 128 to 255 byte frames 0 10 collision frames 0 256 to 511 byte frames 0 11 collision frames 0 512 to 1023 byte frames 0 12 collision frames 0 1024 to 1518 byte frames 0 13 collision frames 0 Overrun frames 0 14 collision frames 0 Pause frames 0 15 collision frames 0 Excessive collisions 0 Symbol error frames 0 Late collisions 0 Invalid frames, too large 0 VLAN discard frames 0 Valid frames, too large 0 Excess defer frames 0 Invalid frames, too small 0 64 byte frames 0 Valid frames, too small 0 127 byte frames 0 255 byte frames 0 Too old frames 0 511 byte frames 0 Valid oversize frames 0 1023 byte frames 0 System FCS error frames 0 1518 byte frames 0 RxPortFifoFull drop frame 0 Too large frames 0 Good (1 coll) frames 0 Good (>1 coll) frames Transmit GigabitEthernet1/0/8 Receive 0 Bytes 0 Bytes 0 Unicast frames 0 Unicast frames 0 Multicast frames 0 Multicast frames 0 Broadcast frames 0 Broadcast frames 0 Too old frames 0 Unicast bytes 0 Deferred frames 0 Multicast bytes 0 MTU exceeded frames 0 Broadcast bytes 0 1 collision frames 0 Alignment errors 0 2 collision frames 0 FCS errors 0 3 collision frames 0 Oversize frames 0 4 collision frames 0 Undersize frames 0 5 collision frames 0 Collision fragments 0 6 collision frames 0 7 collision frames 0 Minimum size frames 0 8 collision frames 0 65 to 127 byte frames 0 9 collision frames 0 128 to 255 byte frames 0 10 collision frames 0 256 to 511 byte frames 0 11 collision frames 0 512 to 1023 byte frames 0 12 collision frames 0 1024 to 1518 byte frames 0 13 collision frames 0 Overrun frames 0 14 collision frames 0 Pause frames 0 15 collision frames 0 Excessive collisions 0 Symbol error frames 0 Late collisions 0 Invalid frames, too large 0 VLAN discard frames 0 Valid frames, too large 0 Excess defer frames 0 Invalid frames, too small 0 64 byte frames 0 Valid frames, too small 0 127 byte frames 0 255 byte frames 0 Too old frames 0 511 byte frames 0 Valid oversize frames 0 1023 byte frames 0 System FCS error frames 0 1518 byte frames 0 RxPortFifoFull drop frame 0 Too large frames 0 Good (1 coll) frames 0 Good (>1 coll) frames Transmit GigabitEthernet1/0/9 Receive 0 Bytes 0 Bytes 0 Unicast frames 0 Unicast frames 0 Multicast frames 0 Multicast frames 0 Broadcast frames 0 Broadcast frames 0 Too old frames 0 Unicast bytes 0 Deferred frames 0 Multicast bytes 0 MTU exceeded frames 0 Broadcast bytes 0 1 collision frames 0 Alignment errors 0 2 collision frames 0 FCS errors 0 3 collision frames 0 Oversize frames 0 4 collision frames 0 Undersize frames 0 5 collision frames 0 Collision fragments 0 6 collision frames 0 7 collision frames 0 Minimum size frames 0 8 collision frames 0 65 to 127 byte frames 0 9 collision frames 0 128 to 255 byte frames 0 10 collision frames 0 256 to 511 byte frames 0 11 collision frames 0 512 to 1023 byte frames 0 12 collision frames 0 1024 to 1518 byte frames 0 13 collision frames 0 Overrun frames 0 14 collision frames 0 Pause frames 0 15 collision frames 0 Excessive collisions 0 Symbol error frames 0 Late collisions 0 Invalid frames, too large 0 VLAN discard frames 0 Valid frames, too large 0 Excess defer frames 0 Invalid frames, too small 0 64 byte frames 0 Valid frames, too small 0 127 byte frames 0 255 byte frames 0 Too old frames 0 511 byte frames 0 Valid oversize frames 0 1023 byte frames 0 System FCS error frames 0 1518 byte frames 0 RxPortFifoFull drop frame 0 Too large frames 0 Good (1 coll) frames 0 Good (>1 coll) frames Transmit GigabitEthernet1/0/10 Receive 0 Bytes 0 Bytes 0 Unicast frames 0 Unicast frames 0 Multicast frames 0 Multicast frames 0 Broadcast frames 0 Broadcast frames 0 Too old frames 0 Unicast bytes 0 Deferred frames 0 Multicast bytes 0 MTU exceeded frames 0 Broadcast bytes 0 1 collision frames 0 Alignment errors 0 2 collision frames 0 FCS errors 0 3 collision frames 0 Oversize frames 0 4 collision frames 0 Undersize frames 0 5 collision frames 0 Collision fragments 0 6 collision frames 0 7 collision frames 0 Minimum size frames 0 8 collision frames 0 65 to 127 byte frames 0 9 collision frames 0 128 to 255 byte frames 0 10 collision frames 0 256 to 511 byte frames 0 11 collision frames 0 512 to 1023 byte frames 0 12 collision frames 0 1024 to 1518 byte frames 0 13 collision frames 0 Overrun frames 0 14 collision frames 0 Pause frames 0 15 collision frames 0 Excessive collisions 0 Symbol error frames 0 Late collisions 0 Invalid frames, too large 0 VLAN discard frames 0 Valid frames, too large 0 Excess defer frames 0 Invalid frames, too small 0 64 byte frames 0 Valid frames, too small 0 127 byte frames 0 255 byte frames 0 Too old frames 0 511 byte frames 0 Valid oversize frames 0 1023 byte frames 0 System FCS error frames 0 1518 byte frames 0 RxPortFifoFull drop frame 0 Too large frames 0 Good (1 coll) frames 0 Good (>1 coll) frames Transmit GigabitEthernet1/0/11 Receive 0 Bytes 0 Bytes 0 Unicast frames 0 Unicast frames 0 Multicast frames 0 Multicast frames 0 Broadcast frames 0 Broadcast frames 0 Too old frames 0 Unicast bytes 0 Deferred frames 0 Multicast bytes 0 MTU exceeded frames 0 Broadcast bytes 0 1 collision frames 0 Alignment errors 0 2 collision frames 0 FCS errors 0 3 collision frames 0 Oversize frames 0 4 collision frames 0 Undersize frames 0 5 collision frames 0 Collision fragments 0 6 collision frames 0 7 collision frames 0 Minimum size frames 0 8 collision frames 0 65 to 127 byte frames 0 9 collision frames 0 128 to 255 byte frames 0 10 collision frames 0 256 to 511 byte frames 0 11 collision frames 0 512 to 1023 byte frames 0 12 collision frames 0 1024 to 1518 byte frames 0 13 collision frames 0 Overrun frames 0 14 collision frames 0 Pause frames 0 15 collision frames 0 Excessive collisions 0 Symbol error frames 0 Late collisions 0 Invalid frames, too large 0 VLAN discard frames 0 Valid frames, too large 0 Excess defer frames 0 Invalid frames, too small 0 64 byte frames 0 Valid frames, too small 0 127 byte frames 0 255 byte frames 0 Too old frames 0 511 byte frames 0 Valid oversize frames 0 1023 byte frames 0 System FCS error frames 0 1518 byte frames 0 RxPortFifoFull drop frame 0 Too large frames 0 Good (1 coll) frames 0 Good (>1 coll) frames Transmit GigabitEthernet1/0/12 Receive 0 Bytes 0 Bytes 0 Unicast frames 0 Unicast frames 0 Multicast frames 0 Multicast frames 0 Broadcast frames 0 Broadcast frames 0 Too old frames 0 Unicast bytes 0 Deferred frames 0 Multicast bytes 0 MTU exceeded frames 0 Broadcast bytes 0 1 collision frames 0 Alignment errors 0 2 collision frames 0 FCS errors 0 3 collision frames 0 Oversize frames 0 4 collision frames 0 Undersize frames 0 5 collision frames 0 Collision fragments 0 6 collision frames 0 7 collision frames 0 Minimum size frames 0 8 collision frames 0 65 to 127 byte frames 0 9 collision frames 0 128 to 255 byte frames 0 10 collision frames 0 256 to 511 byte frames 0 11 collision frames 0 512 to 1023 byte frames 0 12 collision frames 0 1024 to 1518 byte frames 0 13 collision frames 0 Overrun frames 0 14 collision frames 0 Pause frames 0 15 collision frames 0 Excessive collisions 0 Symbol error frames 0 Late collisions 0 Invalid frames, too large 0 VLAN discard frames 0 Valid frames, too large 0 Excess defer frames 0 Invalid frames, too small 0 64 byte frames 0 Valid frames, too small 0 127 byte frames 0 255 byte frames 0 Too old frames 0 511 byte frames 0 Valid oversize frames 0 1023 byte frames 0 System FCS error frames 0 1518 byte frames 0 RxPortFifoFull drop frame 0 Too large frames 0 Good (1 coll) frames 0 Good (>1 coll) frames Transmit GigabitEthernet1/0/13 Receive 0 Bytes 0 Bytes 0 Unicast frames 0 Unicast frames 0 Multicast frames 0 Multicast frames 0 Broadcast frames 0 Broadcast frames 0 Too old frames 0 Unicast bytes 0 Deferred frames 0 Multicast bytes 0 MTU exceeded frames 0 Broadcast bytes 0 1 collision frames 0 Alignment errors 0 2 collision frames 0 FCS errors 0 3 collision frames 0 Oversize frames 0 4 collision frames 0 Undersize frames 0 5 collision frames 0 Collision fragments 0 6 collision frames 0 7 collision frames 0 Minimum size frames 0 8 collision frames 0 65 to 127 byte frames 0 9 collision frames 0 128 to 255 byte frames 0 10 collision frames 0 256 to 511 byte frames 0 11 collision frames 0 512 to 1023 byte frames 0 12 collision frames 0 1024 to 1518 byte frames 0 13 collision frames 0 Overrun frames 0 14 collision frames 0 Pause frames 0 15 collision frames 0 Excessive collisions 0 Symbol error frames 0 Late collisions 0 Invalid frames, too large 0 VLAN discard frames 0 Valid frames, too large 0 Excess defer frames 0 Invalid frames, too small 0 64 byte frames 0 Valid frames, too small 0 127 byte frames 0 255 byte frames 0 Too old frames 0 511 byte frames 0 Valid oversize frames 0 1023 byte frames 0 System FCS error frames 0 1518 byte frames 0 RxPortFifoFull drop frame 0 Too large frames 0 Good (1 coll) frames 0 Good (>1 coll) frames Transmit GigabitEthernet1/0/14 Receive 0 Bytes 0 Bytes 0 Unicast frames 0 Unicast frames 0 Multicast frames 0 Multicast frames 0 Broadcast frames 0 Broadcast frames 0 Too old frames 0 Unicast bytes 0 Deferred frames 0 Multicast bytes 0 MTU exceeded frames 0 Broadcast bytes 0 1 collision frames 0 Alignment errors 0 2 collision frames 0 FCS errors 0 3 collision frames 0 Oversize frames 0 4 collision frames 0 Undersize frames 0 5 collision frames 0 Collision fragments 0 6 collision frames 0 7 collision frames 0 Minimum size frames 0 8 collision frames 0 65 to 127 byte frames 0 9 collision frames 0 128 to 255 byte frames 0 10 collision frames 0 256 to 511 byte frames 0 11 collision frames 0 512 to 1023 byte frames 0 12 collision frames 0 1024 to 1518 byte frames 0 13 collision frames 0 Overrun frames 0 14 collision frames 0 Pause frames 0 15 collision frames 0 Excessive collisions 0 Symbol error frames 0 Late collisions 0 Invalid frames, too large 0 VLAN discard frames 0 Valid frames, too large 0 Excess defer frames 0 Invalid frames, too small 0 64 byte frames 0 Valid frames, too small 0 127 byte frames 0 255 byte frames 0 Too old frames 0 511 byte frames 0 Valid oversize frames 0 1023 byte frames 0 System FCS error frames 0 1518 byte frames 0 RxPortFifoFull drop frame 0 Too large frames 0 Good (1 coll) frames 0 Good (>1 coll) frames Transmit GigabitEthernet1/0/15 Receive 0 Bytes 0 Bytes 0 Unicast frames 0 Unicast frames 0 Multicast frames 0 Multicast frames 0 Broadcast frames 0 Broadcast frames 0 Too old frames 0 Unicast bytes 0 Deferred frames 0 Multicast bytes 0 MTU exceeded frames 0 Broadcast bytes 0 1 collision frames 0 Alignment errors 0 2 collision frames 0 FCS errors 0 3 collision frames 0 Oversize frames 0 4 collision frames 0 Undersize frames 0 5 collision frames 0 Collision fragments 0 6 collision frames 0 7 collision frames 0 Minimum size frames 0 8 collision frames 0 65 to 127 byte frames 0 9 collision frames 0 128 to 255 byte frames 0 10 collision frames 0 256 to 511 byte frames 0 11 collision frames 0 512 to 1023 byte frames 0 12 collision frames 0 1024 to 1518 byte frames 0 13 collision frames 0 Overrun frames 0 14 collision frames 0 Pause frames 0 15 collision frames 0 Excessive collisions 0 Symbol error frames 0 Late collisions 0 Invalid frames, too large 0 VLAN discard frames 0 Valid frames, too large 0 Excess defer frames 0 Invalid frames, too small 0 64 byte frames 0 Valid frames, too small 0 127 byte frames 0 255 byte frames 0 Too old frames 0 511 byte frames 0 Valid oversize frames 0 1023 byte frames 0 System FCS error frames 0 1518 byte frames 0 RxPortFifoFull drop frame 0 Too large frames 0 Good (1 coll) frames 0 Good (>1 coll) frames Transmit GigabitEthernet1/0/16 Receive 0 Bytes 0 Bytes 0 Unicast frames 0 Unicast frames 0 Multicast frames 0 Multicast frames 0 Broadcast frames 0 Broadcast frames 0 Too old frames 0 Unicast bytes 0 Deferred frames 0 Multicast bytes 0 MTU exceeded frames 0 Broadcast bytes 0 1 collision frames 0 Alignment errors 0 2 collision frames 0 FCS errors 0 3 collision frames 0 Oversize frames 0 4 collision frames 0 Undersize frames 0 5 collision frames 0 Collision fragments 0 6 collision frames 0 7 collision frames 0 Minimum size frames 0 8 collision frames 0 65 to 127 byte frames 0 9 collision frames 0 128 to 255 byte frames 0 10 collision frames 0 256 to 511 byte frames 0 11 collision frames 0 512 to 1023 byte frames 0 12 collision frames 0 1024 to 1518 byte frames 0 13 collision frames 0 Overrun frames 0 14 collision frames 0 Pause frames 0 15 collision frames 0 Excessive collisions 0 Symbol error frames 0 Late collisions 0 Invalid frames, too large 0 VLAN discard frames 0 Valid frames, too large 0 Excess defer frames 0 Invalid frames, too small 0 64 byte frames 0 Valid frames, too small 0 127 byte frames 0 255 byte frames 0 Too old frames 0 511 byte frames 0 Valid oversize frames 0 1023 byte frames 0 System FCS error frames 0 1518 byte frames 0 RxPortFifoFull drop frame 0 Too large frames 0 Good (1 coll) frames 0 Good (>1 coll) frames Transmit GigabitEthernet1/0/17 Receive 0 Bytes 0 Bytes 0 Unicast frames 0 Unicast frames 0 Multicast frames 0 Multicast frames 0 Broadcast frames 0 Broadcast frames 0 Too old frames 0 Unicast bytes 0 Deferred frames 0 Multicast bytes 0 MTU exceeded frames 0 Broadcast bytes 0 1 collision frames 0 Alignment errors 0 2 collision frames 0 FCS errors 0 3 collision frames 0 Oversize frames 0 4 collision frames 0 Undersize frames 0 5 collision frames 0 Collision fragments 0 6 collision frames 0 7 collision frames 0 Minimum size frames 0 8 collision frames 0 65 to 127 byte frames 0 9 collision frames 0 128 to 255 byte frames 0 10 collision frames 0 256 to 511 byte frames 0 11 collision frames 0 512 to 1023 byte frames 0 12 collision frames 0 1024 to 1518 byte frames 0 13 collision frames 0 Overrun frames 0 14 collision frames 0 Pause frames 0 15 collision frames 0 Excessive collisions 0 Symbol error frames 0 Late collisions 0 Invalid frames, too large 0 VLAN discard frames 0 Valid frames, too large 0 Excess defer frames 0 Invalid frames, too small 0 64 byte frames 0 Valid frames, too small 0 127 byte frames 0 255 byte frames 0 Too old frames 0 511 byte frames 0 Valid oversize frames 0 1023 byte frames 0 System FCS error frames 0 1518 byte frames 0 RxPortFifoFull drop frame 0 Too large frames 0 Good (1 coll) frames 0 Good (>1 coll) frames Transmit GigabitEthernet1/0/18 Receive 0 Bytes 0 Bytes 0 Unicast frames 0 Unicast frames 0 Multicast frames 0 Multicast frames 0 Broadcast frames 0 Broadcast frames 0 Too old frames 0 Unicast bytes 0 Deferred frames 0 Multicast bytes 0 MTU exceeded frames 0 Broadcast bytes 0 1 collision frames 0 Alignment errors 0 2 collision frames 0 FCS errors 0 3 collision frames 0 Oversize frames 0 4 collision frames 0 Undersize frames 0 5 collision frames 0 Collision fragments 0 6 collision frames 0 7 collision frames 0 Minimum size frames 0 8 collision frames 0 65 to 127 byte frames 0 9 collision frames 0 128 to 255 byte frames 0 10 collision frames 0 256 to 511 byte frames 0 11 collision frames 0 512 to 1023 byte frames 0 12 collision frames 0 1024 to 1518 byte frames 0 13 collision frames 0 Overrun frames 0 14 collision frames 0 Pause frames 0 15 collision frames 0 Excessive collisions 0 Symbol error frames 0 Late collisions 0 Invalid frames, too large 0 VLAN discard frames 0 Valid frames, too large 0 Excess defer frames 0 Invalid frames, too small 0 64 byte frames 0 Valid frames, too small 0 127 byte frames 0 255 byte frames 0 Too old frames 0 511 byte frames 0 Valid oversize frames 0 1023 byte frames 0 System FCS error frames 0 1518 byte frames 0 RxPortFifoFull drop frame 0 Too large frames 0 Good (1 coll) frames 0 Good (>1 coll) frames Transmit GigabitEthernet1/0/19 Receive 0 Bytes 0 Bytes 0 Unicast frames 0 Unicast frames 0 Multicast frames 0 Multicast frames 0 Broadcast frames 0 Broadcast frames 0 Too old frames 0 Unicast bytes 0 Deferred frames 0 Multicast bytes 0 MTU exceeded frames 0 Broadcast bytes 0 1 collision frames 0 Alignment errors 0 2 collision frames 0 FCS errors 0 3 collision frames 0 Oversize frames 0 4 collision frames 0 Undersize frames 0 5 collision frames 0 Collision fragments 0 6 collision frames 0 7 collision frames 0 Minimum size frames 0 8 collision frames 0 65 to 127 byte frames 0 9 collision frames 0 128 to 255 byte frames 0 10 collision frames 0 256 to 511 byte frames 0 11 collision frames 0 512 to 1023 byte frames 0 12 collision frames 0 1024 to 1518 byte frames 0 13 collision frames 0 Overrun frames 0 14 collision frames 0 Pause frames 0 15 collision frames 0 Excessive collisions 0 Symbol error frames 0 Late collisions 0 Invalid frames, too large 0 VLAN discard frames 0 Valid frames, too large 0 Excess defer frames 0 Invalid frames, too small 0 64 byte frames 0 Valid frames, too small 0 127 byte frames 0 255 byte frames 0 Too old frames 0 511 byte frames 0 Valid oversize frames 0 1023 byte frames 0 System FCS error frames 0 1518 byte frames 0 RxPortFifoFull drop frame 0 Too large frames 0 Good (1 coll) frames 0 Good (>1 coll) frames Transmit GigabitEthernet1/0/20 Receive 0 Bytes 0 Bytes 0 Unicast frames 0 Unicast frames 0 Multicast frames 0 Multicast frames 0 Broadcast frames 0 Broadcast frames 0 Too old frames 0 Unicast bytes 0 Deferred frames 0 Multicast bytes 0 MTU exceeded frames 0 Broadcast bytes 0 1 collision frames 0 Alignment errors 0 2 collision frames 0 FCS errors 0 3 collision frames 0 Oversize frames 0 4 collision frames 0 Undersize frames 0 5 collision frames 0 Collision fragments 0 6 collision frames 0 7 collision frames 0 Minimum size frames 0 8 collision frames 0 65 to 127 byte frames 0 9 collision frames 0 128 to 255 byte frames 0 10 collision frames 0 256 to 511 byte frames 0 11 collision frames 0 512 to 1023 byte frames 0 12 collision frames 0 1024 to 1518 byte frames 0 13 collision frames 0 Overrun frames 0 14 collision frames 0 Pause frames 0 15 collision frames 0 Excessive collisions 0 Symbol error frames 0 Late collisions 0 Invalid frames, too large 0 VLAN discard frames 0 Valid frames, too large 0 Excess defer frames 0 Invalid frames, too small 0 64 byte frames 0 Valid frames, too small 0 127 byte frames 0 255 byte frames 0 Too old frames 0 511 byte frames 0 Valid oversize frames 0 1023 byte frames 0 System FCS error frames 0 1518 byte frames 0 RxPortFifoFull drop frame 0 Too large frames 0 Good (1 coll) frames 0 Good (>1 coll) frames Transmit GigabitEthernet1/0/21 Receive 0 Bytes 0 Bytes 0 Unicast frames 0 Unicast frames 0 Multicast frames 0 Multicast frames 0 Broadcast frames 0 Broadcast frames 0 Too old frames 0 Unicast bytes 0 Deferred frames 0 Multicast bytes 0 MTU exceeded frames 0 Broadcast bytes 0 1 collision frames 0 Alignment errors 0 2 collision frames 0 FCS errors 0 3 collision frames 0 Oversize frames 0 4 collision frames 0 Undersize frames 0 5 collision frames 0 Collision fragments 0 6 collision frames 0 7 collision frames 0 Minimum size frames 0 8 collision frames 0 65 to 127 byte frames 0 9 collision frames 0 128 to 255 byte frames 0 10 collision frames 0 256 to 511 byte frames 0 11 collision frames 0 512 to 1023 byte frames 0 12 collision frames 0 1024 to 1518 byte frames 0 13 collision frames 0 Overrun frames 0 14 collision frames 0 Pause frames 0 15 collision frames 0 Excessive collisions 0 Symbol error frames 0 Late collisions 0 Invalid frames, too large 0 VLAN discard frames 0 Valid frames, too large 0 Excess defer frames 0 Invalid frames, too small 0 64 byte frames 0 Valid frames, too small 0 127 byte frames 0 255 byte frames 0 Too old frames 0 511 byte frames 0 Valid oversize frames 0 1023 byte frames 0 System FCS error frames 0 1518 byte frames 0 RxPortFifoFull drop frame 0 Too large frames 0 Good (1 coll) frames 0 Good (>1 coll) frames Transmit GigabitEthernet1/0/22 Receive 0 Bytes 0 Bytes 0 Unicast frames 0 Unicast frames 0 Multicast frames 0 Multicast frames 0 Broadcast frames 0 Broadcast frames 0 Too old frames 0 Unicast bytes 0 Deferred frames 0 Multicast bytes 0 MTU exceeded frames 0 Broadcast bytes 0 1 collision frames 0 Alignment errors 0 2 collision frames 0 FCS errors 0 3 collision frames 0 Oversize frames 0 4 collision frames 0 Undersize frames 0 5 collision frames 0 Collision fragments 0 6 collision frames 0 7 collision frames 0 Minimum size frames 0 8 collision frames 0 65 to 127 byte frames 0 9 collision frames 0 128 to 255 byte frames 0 10 collision frames 0 256 to 511 byte frames 0 11 collision frames 0 512 to 1023 byte frames 0 12 collision frames 0 1024 to 1518 byte frames 0 13 collision frames 0 Overrun frames 0 14 collision frames 0 Pause frames 0 15 collision frames 0 Excessive collisions 0 Symbol error frames 0 Late collisions 0 Invalid frames, too large 0 VLAN discard frames 0 Valid frames, too large 0 Excess defer frames 0 Invalid frames, too small 0 64 byte frames 0 Valid frames, too small 0 127 byte frames 0 255 byte frames 0 Too old frames 0 511 byte frames 0 Valid oversize frames 0 1023 byte frames 0 System FCS error frames 0 1518 byte frames 0 RxPortFifoFull drop frame 0 Too large frames 0 Good (1 coll) frames 0 Good (>1 coll) frames Transmit GigabitEthernet1/0/23 Receive 0 Bytes 0 Bytes 0 Unicast frames 0 Unicast frames 0 Multicast frames 0 Multicast frames 0 Broadcast frames 0 Broadcast frames 0 Too old frames 0 Unicast bytes 0 Deferred frames 0 Multicast bytes 0 MTU exceeded frames 0 Broadcast bytes 0 1 collision frames 0 Alignment errors 0 2 collision frames 0 FCS errors 0 3 collision frames 0 Oversize frames 0 4 collision frames 0 Undersize frames 0 5 collision frames 0 Collision fragments 0 6 collision frames 0 7 collision frames 0 Minimum size frames 0 8 collision frames 0 65 to 127 byte frames 0 9 collision frames 0 128 to 255 byte frames 0 10 collision frames 0 256 to 511 byte frames 0 11 collision frames 0 512 to 1023 byte frames 0 12 collision frames 0 1024 to 1518 byte frames 0 13 collision frames 0 Overrun frames 0 14 collision frames 0 Pause frames 0 15 collision frames 0 Excessive collisions 0 Symbol error frames 0 Late collisions 0 Invalid frames, too large 0 VLAN discard frames 0 Valid frames, too large 0 Excess defer frames 0 Invalid frames, too small 0 64 byte frames 0 Valid frames, too small 0 127 byte frames 0 255 byte frames 0 Too old frames 0 511 byte frames 0 Valid oversize frames 0 1023 byte frames 0 System FCS error frames 0 1518 byte frames 0 RxPortFifoFull drop frame 0 Too large frames 0 Good (1 coll) frames 0 Good (>1 coll) frames Transmit GigabitEthernet1/0/24 Receive 0 Bytes 0 Bytes 0 Unicast frames 0 Unicast frames 0 Multicast frames 0 Multicast frames 0 Broadcast frames 0 Broadcast frames 0 Too old frames 0 Unicast bytes 0 Deferred frames 0 Multicast bytes 0 MTU exceeded frames 0 Broadcast bytes 0 1 collision frames 0 Alignment errors 0 2 collision frames 0 FCS errors 0 3 collision frames 0 Oversize frames 0 4 collision frames 0 Undersize frames 0 5 collision frames 0 Collision fragments 0 6 collision frames 0 7 collision frames 0 Minimum size frames 0 8 collision frames 0 65 to 127 byte frames 0 9 collision frames 0 128 to 255 byte frames 0 10 collision frames 0 256 to 511 byte frames 0 11 collision frames 0 512 to 1023 byte frames 0 12 collision frames 0 1024 to 1518 byte frames 0 13 collision frames 0 Overrun frames 0 14 collision frames 0 Pause frames 0 15 collision frames 0 Excessive collisions 0 Symbol error frames 0 Late collisions 0 Invalid frames, too large 0 VLAN discard frames 0 Valid frames, too large 0 Excess defer frames 0 Invalid frames, too small 0 64 byte frames 0 Valid frames, too small 0 127 byte frames 0 255 byte frames 0 Too old frames 0 511 byte frames 0 Valid oversize frames 0 1023 byte frames 0 System FCS error frames 0 1518 byte frames 0 RxPortFifoFull drop frame 0 Too large frames 0 Good (1 coll) frames 0 Good (>1 coll) frames Transmit GigabitEthernet1/0/25 Receive 4027591838 Bytes 1758003882 Bytes 37274691 Unicast frames 1167209488 Unicast frames 8758447 Multicast frames 242018484 Multicast frames 7822 Broadcast frames 613244805 Broadcast frames 0 Too old frames 915336757 Unicast bytes 0 Deferred frames 816252016 Multicast bytes 0 MTU exceeded frames 561494101 Broadcast bytes 0 1 collision frames 0 Alignment errors 0 2 collision frames 0 FCS errors 0 3 collision frames 0 Oversize frames 0 4 collision frames 0 Undersize frames 0 5 collision frames 0 Collision fragments 0 6 collision frames 0 7 collision frames 2459767 Minimum size frames 0 8 collision frames 911026787 65 to 127 byte frames 0 9 collision frames 982226199 128 to 255 byte frames 0 10 collision frames 40560577 256 to 511 byte frames 0 11 collision frames 53026089 512 to 1023 byte frames 0 12 collision frames 2304544 1024 to 1518 byte frames 0 13 collision frames 0 Overrun frames 0 14 collision frames 0 Pause frames 0 15 collision frames 0 Excessive collisions 0 Symbol error frames 0 Late collisions 0 Invalid frames, too large 0 VLAN discard frames 30868814 Valid frames, too large 0 Excess defer frames 0 Invalid frames, too small 2459518 64 byte frames 0 Valid frames, too small 23328848 127 byte frames 11541086 255 byte frames 0 Too old frames 5450734 511 byte frames 0 Valid oversize frames 3101771 1023 byte frames 0 System FCS error frames 157300 1518 byte frames 0 RxPortFifoFull drop frame 1703 Too large frames 0 Good (1 coll) frames 0 Good (>1 coll) frames Transmit GigabitEthernet1/0/26 Receive 1619708339 Bytes 309051199 Bytes 43411 Unicast frames 1127162674 Unicast frames 8758459 Multicast frames 242057227 Multicast frames 150 Broadcast frames 613252503 Broadcast frames 0 Too old frames 3925274396 Unicast bytes 0 Deferred frames 811862153 Multicast bytes 0 MTU exceeded frames 561961390 Broadcast bytes 0 1 collision frames 0 Alignment errors 0 2 collision frames 0 FCS errors 0 3 collision frames 0 Oversize frames 0 4 collision frames 0 Undersize frames 0 5 collision frames 0 Collision fragments 0 6 collision frames 0 7 collision frames 2459452 Minimum size frames 0 8 collision frames 882722351 65 to 127 byte frames 0 9 collision frames 973935967 128 to 255 byte frames 0 10 collision frames 37861531 256 to 511 byte frames 0 11 collision frames 52359483 512 to 1023 byte frames 0 12 collision frames 2265901 1024 to 1518 byte frames 0 13 collision frames 0 Overrun frames 0 14 collision frames 0 Pause frames 0 15 collision frames 0 Excessive collisions 0 Symbol error frames 0 Late collisions 0 Invalid frames, too large 0 VLAN discard frames 30867719 Valid frames, too large 0 Excess defer frames 0 Invalid frames, too small 2459518 64 byte frames 0 Valid frames, too small 3014 127 byte frames 4932717 255 byte frames 0 Too old frames 1947 511 byte frames 0 Valid oversize frames 1378490 1023 byte frames 0 System FCS error frames 25261 1518 byte frames 0 RxPortFifoFull drop frame 1073 Too large frames 0 Good (1 coll) frames 0 Good (>1 coll) frames Transmit GigabitEthernet1/0/27 Receive 0 Bytes 0 Bytes 0 Unicast frames 0 Unicast frames 0 Multicast frames 0 Multicast frames 0 Broadcast frames 0 Broadcast frames 0 Too old frames 0 Unicast bytes 0 Deferred frames 0 Multicast bytes 0 MTU exceeded frames 0 Broadcast bytes 0 1 collision frames 0 Alignment errors 0 2 collision frames 0 FCS errors 0 3 collision frames 0 Oversize frames 0 4 collision frames 0 Undersize frames 0 5 collision frames 0 Collision fragments 0 6 collision frames 0 7 collision frames 0 Minimum size frames 0 8 collision frames 0 65 to 127 byte frames 0 9 collision frames 0 128 to 255 byte frames 0 10 collision frames 0 256 to 511 byte frames 0 11 collision frames 0 512 to 1023 byte frames 0 12 collision frames 0 1024 to 1518 byte frames 0 13 collision frames 0 Overrun frames 0 14 collision frames 0 Pause frames 0 15 collision frames 0 Excessive collisions 0 Symbol error frames 0 Late collisions 0 Invalid frames, too large 0 VLAN discard frames 0 Valid frames, too large 0 Excess defer frames 0 Invalid frames, too small 0 64 byte frames 0 Valid frames, too small 0 127 byte frames 0 255 byte frames 0 Too old frames 0 511 byte frames 0 Valid oversize frames 0 1023 byte frames 0 System FCS error frames 0 1518 byte frames 0 RxPortFifoFull drop frame 0 Too large frames 0 Good (1 coll) frames 0 Good (>1 coll) frames Transmit GigabitEthernet1/0/28 Receive 0 Bytes 0 Bytes 0 Unicast frames 0 Unicast frames 0 Multicast frames 0 Multicast frames 0 Broadcast frames 0 Broadcast frames 0 Too old frames 0 Unicast bytes 0 Deferred frames 0 Multicast bytes 0 MTU exceeded frames 0 Broadcast bytes 0 1 collision frames 0 Alignment errors 0 2 collision frames 0 FCS errors 0 3 collision frames 0 Oversize frames 0 4 collision frames 0 Undersize frames 0 5 collision frames 0 Collision fragments 0 6 collision frames 0 7 collision frames 0 Minimum size frames 0 8 collision frames 0 65 to 127 byte frames 0 9 collision frames 0 128 to 255 byte frames 0 10 collision frames 0 256 to 511 byte frames 0 11 collision frames 0 512 to 1023 byte frames 0 12 collision frames 0 1024 to 1518 byte frames 0 13 collision frames 0 Overrun frames 0 14 collision frames 0 Pause frames 0 15 collision frames 0 Excessive collisions 0 Symbol error frames 0 Late collisions 0 Invalid frames, too large 0 VLAN discard frames 0 Valid frames, too large 0 Excess defer frames 0 Invalid frames, too small 0 64 byte frames 0 Valid frames, too small 0 127 byte frames 0 255 byte frames 0 Too old frames 0 511 byte frames 0 Valid oversize frames 0 1023 byte frames 0 System FCS error frames 0 1518 byte frames 0 RxPortFifoFull drop frame 0 Too large frames 0 Good (1 coll) frames 0 Good (>1 coll) frames ASIC Rxbiterr Rxunder Fwdctfix Txbuflos Rxbufloc Rxbufdrain ------------------------------------------------------------------------- ASIC0 0 0 0 0 0 0 ASIC1 0 0 0 0 0 0 HOL Fix Counts -------------- No Fixes: 0 Added: 0 In Use: 0 Both: 0 CPU Heartbeat Statistics Tx Success Tx Fail 1st Thr 2nd Thr Unthr RetryCtMax ---------- ---------- ---------- ---------- ---------- ---------- 1476409427 0 0 0 0 1 Rx Delay 0 1 2 3 4 ---------- ---------- ---------- ---------- ---------- 1476409427 0 0 0 0 AddlDelay AdvanceCnt ---------- ---------- 0 0 Rx Retries by RetryCount 0 1 2 3 4 5 6 ---------- ---------- ---------- ---------- ---------- ---------- ---------- 1476409427 0 0 0 0 0 0 7 8 9 ---------- ---------- ---------- 0 0 0 AddlRetry ---------- 0 cpu-queue-frames retrieved dropped invalid hol-block stray ----------------- ---------- ---------- ---------- ---------- ---------- rpc 0 0 0 0 0 stp 182074084 0 0 0 0 ipc 0 0 0 0 0 routing protocol 1242428572 0 0 0 0 L2 protocol 17517494 0 0 0 0 remote console 0 0 0 0 0 sw forwarding 0 0 0 0 0 host 12050523 0 0 0 0 broadcast 613248167 0 0 0 0 cbt-to-spt 0 0 0 0 0 igmp snooping 126894085 0 0 0 0 icmp 0 0 0 0 0 logging 0 0 0 0 0 rpf-fail 0 0 0 0 0 dstats 0 0 0 0 0 cpu heartbeat 1476409427 0 0 0 0 -------Supervisor ASIC exception status------- Receive overrun 00000000 Transmit overrun 00000000 FrameSignatureErr 00000000 BadFrameErr 00000000 LenExceededErr 00000000 BadJumboSegments 00000000 -------PCIe Supervisor Rx Registers------- DescriptorTableOffset 06780000 q_num start end count current pop q_size stats disable 0 0x9800 0x992B 0x0000 0x9800 0x0000 0x012C 0x0000 0 1 0x992C 0x99AB 0x0000 0x9990 0x0001 0x0080 0x0000 0 2 0x99AC 0x99EB 0x0000 0x99AC 0x0000 0x0040 0x0000 0 3 0x99EC 0x9A2B 0x0000 0x9A08 0x0002 0x0040 0x0000 0 4 0x9A2C 0x9AAB 0x0000 0x9A62 0x0001 0x0080 0x0000 0 5 0x9AAC 0x9AEB 0x0000 0x9AAC 0x0000 0x0040 0x0000 0 6 0x9AEC 0x9B3B 0x0000 0x9AEC 0x0000 0x0050 0x0000 0 7 0x9B3C 0x9B97 0x0000 0x9B93 0x0001 0x005C 0x0000 0 8 0x9B98 0x9BBF 0x0000 0x9B9F 0x0001 0x0028 0x0000 0 9 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 1 10 0x9BD0 0x9BF7 0x0000 0x9BD5 0x0001 0x0028 0x0000 0 11 0x9BF8 0x9C07 0x0000 0x9BF8 0x0000 0x0010 0x0000 0 12 0x9C08 0x9C43 0x0000 0x9C08 0x0000 0x003C 0x0000 0 13 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 1 14 0x9C54 0x9C7B 0x0000 0x9C54 0x0000 0x0028 0x0000 0 15 0x9C7C 0x9C7F 0x0000 0x9C7F 0x0001 0x0004 0x0000 0 -------PCIe Supervisor Rx SW Pointers------- q_num start end sw_read sw_cnt unfill(#|ptr|max) to_pop offset exception 0 0x9800 0x992B 0x9800 0 0|0x0000|0 0 0 0 1 0x992C 0x99AB 0x9990 0 0|0x0000|0 0 0 195 2 0x99AC 0x99EB 0x99AC 0 0|0x0000|0 0 0 0 3 0x99EC 0x9A2B 0x9A08 0 0|0x0000|0 0 0 3571 4 0x9A2C 0x9AAB 0x9A62 0 0|0x0000|0 0 0 138 5 0x9AAC 0x9AEB 0x9AAC 0 0|0x0000|0 0 0 0 6 0x9AEC 0x9B3B 0x9AEC 0 0|0x0000|0 0 0 0 7 0x9B3C 0x9B97 0x9B93 0 0|0x0000|0 0 0 9 8 0x9B98 0x9BBF 0x9B9F 0 0|0x0000|1 0 0 1626 9 0x0000 0x0000 0x0000 0 0|0x0000|0 0 0 0 10 0x9BD0 0x9BF7 0x9BD5 0 0|0x0000|0 0 0 60 11 0x9BF8 0x9C07 0x9BF8 0 0|0x0000|0 0 0 0 12 0x9C08 0x9C43 0x9C08 0 0|0x0000|0 0 0 0 13 0x0000 0x0000 0x0000 0 0|0x0000|0 0 0 0 14 0x9C54 0x9C7B 0x9C54 0 0|0x0000|0 0 0 0 15 0x9C7C 0x9C7F 0x9C7F 0 0|0x0000|1 0 0 0 ------PCIe Supervisor Rx SW Info------------- q_num offset pop|max idle|max 0 0 0|0 0|0 1 0 1|2 0|3 2 0 0|0 0|0 3 0 2|3 0|4 4 0 1|1 0|6 5 0 0|0 0|0 6 0 0|0 0|0 7 0 1|1 0|6 8 0 1|2 0|7 9 0 0|0 0|0 10 0 1|1 0|5 11 0 0|0 0|0 12 0 0|0 0|0 13 0 0|0 0|0 14 0 0|0 0|0 15 0 1|1 0|0 -------PCIe Supervisor Tx Registers------- DescriptorTableOffset 06780000 q_num start end count current pushcnt pushptr qselect weight disable 0 0x4A00 0x4AFF 0x0000 0x4A9C 0x0001 0x4A9B 0x0000 30 0 1 0x4B00 0x4B7F 0x0000 0x4B7C 0x0001 0x4B7B 0x0001 10 0 2 0x4B80 0x4BBF 0x0000 0x4B80 0x0000 0x0000 0x0000 30 0 3 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0 1 4 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0 1 5 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0 1 6 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0 1 7 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0 1 -------PCIe Supervisor Tx SW Pointers------- q_num start end sw_write txdone tx_cnt txdone_cnt 0 0x4A00 0x4AFF 0x4A9C 0x4A9C 1602709916 1602709916 1 0x4B00 0x4B7F 0x4B0B 0x4B0B 17727371 17727371 2 0x4B80 0x4BBF 0x4B80 0x4B80 0 0 3 0x0000 0x0000 0x0000 0x0000 0 0 4 0x0000 0x0000 0x0000 0x0000 0 0 5 0x0000 0x0000 0x0000 0x0000 0 0 6 0x0000 0x0000 0x0000 0x0000 0 0 7 0x0000 0x0000 0x0000 0x0000 0 0 ------ASIC Rx/Tx Interrupts------ globalStatus=38000008 indicMask=FFFFFFFF intrMask=30F01010 asicRxTimeout asicTxTimeout asicRxDone asicTxDone asicTxOutofBuf ------------- ------------- ---------- ---------- -------------- 0 0 219460621 312528916 380250754 --------CPU's PLB4A1 Error Status Registers---------- plb4a1_esrl= 00000000 plb4a1_esrh= 00000000 plb4a1_earl= E6DDFEF9 plb4a1_earh= 4EDE3E85 pe_tdc= FF80FF80 ---------CPU's PCIe GPL Status Registers------------ pegpl_esr= 12000000 pegpl_earl= 00000000 pegpl_earh= 00000000 pegpl_eatr= 00000000 ---------CPU's PCIe port-0 UTL Status Registers-------- PEUTL0_STA = 00000000 PEUTL0_PBASTA = 00C00000 PEUTL0_RCSTA = 00000000 PEUTL0_PSTA = 00000000 PEUTL0_EPSTA = 00000000 --------------CPU's PCIe SDR Registers-------------------- PE_DLPSET = 00401000 PE_UTLSET1 = 00000000 PE_UTLSET2 = 01010000 PE_PHYSET1 = 720E0000 PE_PHYSET2 = 50600003 PE_RCSSET = 00101000 PE_PHYSTA = 02111000 PE_RCSSTS = 00010100 PE_LOOP = 10001000 --------------CPU's PCIe GPL/UTL Registers-------------------- PEGPL_CFGBAH = 00000000 PEGPL_CFGBAL = A0000000 PEGPL_CFGMSK = E0000001 PEGPL_REGBAL = EF502000 PEGPL_REGBAH = 00000000 PEGPL_REGMSK = 00007001 PEGPL_SPECIAL = 00000000 PEGPL_CFG = 00000000 PEUTL_PBCTL = 0900000A PEUTL_PBAEEN = EC000000 PEUTL_PCTL = 80804133 PEUTL_OUTTR = 02000000 PEUTL_INTR = 02000000 PEUTL_OPDBSZ = 04000000 PEUTL_PBBSZ = 00000000 PEUTL_IPHBSZ = 02000000 PEUTL_IPDBSZ = 04000000 PEUTL_RCIRQEN = FFFC0000 PEUTL_STA = 00000000 PEUTL_PBASTA = 00C00000 PEUTL_RCSTA = 00000000 PEUTL_PSTA = 00000000 PEUTL_EPSTA = 00000000 PEUTL0_PBAEEN = 0xEC000000 PEUTL0_PBAIEN = 0xEC000000 PEUTL0_PERREN = 0xFEE80000 PEUTL0_PIRQEN = 0xFE280000 PEUTL0_RCERREN = 0xFFFC0000 PEUTL0_RCIRQEN = 0xFFFC0000 ------CPU's PCIe Outbound Memory Map Registers---------- PECFG_POM0LAH = 00000000 PECFG_POM0LAL = 00000000 PEGPL_OMR1BAH = 00000000 PEGPL_OMR1BAL = C0000000 PEGPL_OMR1MSKH = 7FFFFFFF PEGPL_OMR1MSKL = E0000003 ------CPU's PCIe Inbound Memory Map Registers---------- PECFG_BAR0HMPA = 7FFFFFFF PECFG_BAR0LMPA = E0000004 PECFG_BAR1MPA = 00000000 PECFG_BAR2HMPA = 00000000 PECFG_BAR2LMPA = 00000000 PECFG_PIM0LAH|L = 00000000|C0000000 PECFG_PIM1LAH|L = 00000000|00000000 PECFG_PIM01SAH|L = 00000000|00000000 PECFG_PIM2LAH|L = 00000000|00000000 PECFG_PIM3LAH|L = 00000000|00000000 PECFG_PIM4LAH|L = 00000000|00000000 PECFG_PIM34SAH|L = 00000000|00000000 PCIE_BAR0 = 00000004 PCIE_BAR1 = 00000000 PCIE_CMD_STATUS = 00100407 PECFG_PIMEN = 00000001 --------------CPU's PCIe MSI Registers-------------------- PE_IHS1 = 00000000 PE_IHS2 = EF620002 PEIH_TERMADL = 10000000 PEIH_TERMADH = 00000000 PEIH_MSIED = 00001000 PEIH_MSIMK = 0000FFE0 ------CPU's PCIe Config-Int Registers for port-0----- pecfg0-ecdevctl = 0x0000281F pecfg0-ecrtsta = 0x00000000 pecfg0-ecrtctl = 0x00010000 pecfg0-aeruesta = 0x00000000 pecfg0-aeruemsk = 0x0017F010 pecfg0-aercesta = 0x00000000 pecfg0-aercemsk = 0x000031C1 pecfg0-aerrtsta = 0x00000000 pecfg0-aerrtctl = 0x00000007 pecfg0-aerrtstapa = 0x00000000 uic0_er = 0x40000028 uic0_pr = 0x7FBFFBEF uic0_tr = 0x00006400 uic0_sr = 0x80000010 uic0_msr = 0x00000000 uic1_er = 0x00000000 uic1_pr = 0xFFFEC785 uic1_tr = 0x06190045 uic1_sr = 0x10023018 uic1_msr = 0x00000000 uic2_er = 0x00004000 uic2_pr = 0xF7FFFFFE uic2_tr = 0x01E1FFF8 uic2_sr = 0xE8100001 uic2_msr = 0x00000000 interpret and over-write AER status bits ^ % Invalid input detected at '^' marker. 11:12:21.177 UTC Sat Jun 4 2022 ^ % Invalid input detected at '^' marker. ^ % Invalid input detected at '^' marker. ^ % Invalid input detected at '^' marker. ^ % Invalid input detected at '^' marker. ^ % Invalid input detected at '^' marker. `; // Reset `lastIndex` if this regex is defined globally // regex.lastIndex = 0; let m; while ((m = regex.exec(str)) !== null) { // This is necessary to avoid infinite loops with zero-width matches if (m.index === regex.lastIndex) { regex.lastIndex++; } // The result can be accessed through the `m`-variable. m.forEach((match, groupIndex) => { console.log(`Found match, group ${groupIndex}: ${match}`); }); }

Please keep in mind that these code samples are automatically generated and are not guaranteed to work. If you find any syntax errors, feel free to submit a bug report. For a full regex reference for JavaScript, please visit: https://developer.mozilla.org/en/docs/Web/JavaScript/Guide/Regular_Expressions