Advertisement
Guest User

Untitled

a guest
Oct 2nd, 2014
45
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 46.79 KB | None | 0 0
  1. cat ./output.json
  2. {"vendor": "Qtech", "snmp_get": {}, "script": "Qtech.QSW.get_interfaces", "snmp_getnext": {}, "mock_get_version": false, "private": false, "ignore_timestamp_mismatch": false, "date": "2014-10-02T14:54:50.192001", "version": "7.0.3.5(R0224.0020)", "result": "<class \\'noc.sa.script.exception.CLISyntaxError\\'>\\nshow description interface\\n ^\\n% Invalid input detected at \\'^\\' marker.\\n\\n\\nSTART OF TRACEBACK\\n------------------------------------------------------------------------\\nFile: /opt/noc/sa/script/script.py (Line: 651)\\nFunction: cli\\n 644 if isinstance(data, Exception):\\n 645 # Exception captured\\n 646 raise data\\n 647 if not ignore_errors:\\n 648 # Check for syntax error\\n 649 if (self.profile.rx_pattern_syntax_error and\\n 650 self.profile.rx_pattern_syntax_error.search(data)):\\n 651 ==> raise self.CLISyntaxError(data)\\n 652 # Then check for operaion error\\n 653 if (self.profile.rx_pattern_operation_error and\\n 654 self.profile.rx_pattern_operation_error.search(data)):\\n 655 raise self.CLIOperationError(data)\\n 656 # Echo cancelation\\n 657 if self.strip_echo and data.lstrip().startswith(cmd):\\nVariables:\\n cmd = \\'show description interface\\'\\n nowait = False\\n cc = \\'CLI:show description interface\\'\\n bulk_lines = None\\n cache = {}\\n command_submit = \\'\\\\n\\'\\n cached = False\\n from_cache = False\\n file = None\\n list_re = None\\n ignore_errors = False\\n data = \\n\"show description interface\\\\n ^\\\\n% Invalid input detected at \\'^\\' marker.\\\\n\\\\n\"\\n self = <Script(Thread-3, initial)>\\n------------------------------------------------------------------------\\nFile: /opt/noc/sa/profiles/Qtech/QSW/get_switchport.py (Line: 255)\\nFunction: execute\\n 248 # Get portchannels onse more!!!\\n 249 # portchannels = self.scripts.get_portchannel()\\n 250 portchannels = []\\n 251 # Get switchport data and overall result\\n 252 r = []\\n 253 swp = {}\\n 254 write = False\\n 255 ==> cmd = self.cli(\"show description interface\")\\n 256 for match in self.rx_description.finditer(cmd):\\n 257 name = match.group(\"interface\")\\n 258 if name in portchannel_members:\\n 259 for p in portchannels:\\n 260 if name in p[\"members\"]:\\n 261 name = p[\"interface\"]\\nVariables:\\n port_channels = []\\n i = 796\\n self = <Script(Thread-3, initial)>\\n L = 796\\n vlan_stack_status = {}\\n portchannels = []\\n write = False\\n r = []\\n portchannel_members = []\\n iface_conf = []\\n port_vlans = {}\\n swp = {}\\n interface_status = {}\\n match = None\\n------------------------------------------------------------------------\\nFile: /opt/noc/sa/script/script.py (Line: 422)\\nFunction: guarded_run\\n 415 return result\\n 416 except KeyError:\\n 417 self.debug(\"Not in call cache: %r, %r\" % (self.name,\\n 418 self.kwargs))\\n 419 pass\\n 420 # Calling script body\\n 421 self._thread_id = thread.get_ident()\\n 422 ==> result = self.execute(**self.kwargs)\\n 423 # Enforce interface result checking\\n 424 for i in self.implements:\\n 425 result = i.script_clean_result(self.profile, result)\\n 426 # Cache result when required\\n 427 if self.cache and self.parent is not None:\\n 428 self.debug(\"Write to call cache: %s, %s, %r\" % (self.name,\\nVariables:\\n i = \\n<noc.sa.interfaces.igetswitchport.IGetSwitchport object at 0x7f42ae02a9d0>\\n self = <Script(Thread-3, initial)>\\n------------------------------------------------------------------------\\nFile: /opt/noc/sa/script/script.py (Line: 82)\\nFunction: __call__\\n 75 self.script = script\\n 76 \\n 77 def __call__(self, **kwargs):\\n 78 \"\"\"Call script\"\"\"\\n 79 s = self.script(self.parent.profile, self.parent.activator,\\n 80 self.parent.object_name, self.parent.access_profile,\\n 81 parent=self.parent, **kwargs)\\n 82 ==> return s.guarded_run()\\n 83 \\n 84 \\n 85 class ScriptRegistry(Registry):\\n 86 \"\"\"Script registry\"\"\"\\n 87 name = \"ScriptRegistry\"\\n 88 subdir = \"profiles\"\\nVariables:\\n s = <Script(Thread-3, initial)>\\n self = <noc.sa.script.script.ScriptCallProxy object at 0x7f42acf95ed0>\\n kwargs = {}\\n------------------------------------------------------------------------\\nFile: /opt/noc/sa/profiles/Qtech/QSW/get_interfaces.py (Line: 143)\\nFunction: execute\\n 136 pass # Fallback to CLI\\n 137 \\n 138 \\n 139 # Fallback to CLI\\n 140 # Get port-to-vlan mappings\\n 141 pvm = {}\\n 142 switchports = {} # interface -> (untagged, tagged)\\n 143 ==> for swp in self.scripts.get_switchport():\\n 144 switchports[swp[\"interface\"]] = (\\n 145 swp[\"untagged\"] if \"untagged\" in swp else None,\\n 146 swp[\"tagged\"],\\n 147 swp[\"description\"]\\n 148 )\\n 149 \\nVariables:\\n self = <Script(Thread-2, started 139924263139072)>\\n interfaces = []\\n pvm = {}\\n portchannel_members = {}\\n switchports = {}\\n------------------------------------------------------------------------\\nFile: /opt/noc/sa/script/script.py (Line: 422)\\nFunction: guarded_run\\n 415 return result\\n 416 except KeyError:\\n 417 self.debug(\"Not in call cache: %r, %r\" % (self.name,\\n 418 self.kwargs))\\n 419 pass\\n 420 # Calling script body\\n 421 self._thread_id = thread.get_ident()\\n 422 ==> result = self.execute(**self.kwargs)\\n 423 # Enforce interface result checking\\n 424 for i in self.implements:\\n 425 result = i.script_clean_result(self.profile, result)\\n 426 # Cache result when required\\n 427 if self.cache and self.parent is not None:\\n 428 self.debug(\"Write to call cache: %s, %s, %r\" % (self.name,\\nVariables:\\n i = \\n<noc.sa.interfaces.igetinterfaces.IGetInterfaces object at 0x7f42ae02a790>\\n self = <Script(Thread-2, started 139924263139072)>\\n------------------------------------------------------------------------\\nFile: /opt/noc/sa/script/script.py (Line: 445)\\nFunction: run\\n 438 \\n 439 def run(self):\\n 440 \"\"\"Script thread worker method\"\"\"\\n 441 self.debug(\"Running\")\\n 442 result = None\\n 443 try:\\n 444 with self.cancelable():\\n 445 ==> result = self.guarded_run()\\n 446 except self.TimeOutError:\\n 447 self.error(\"Timed out\")\\n 448 self.e_timeout = True\\n 449 except CancelledError:\\n 450 self.error(\"Cancelled\")\\n 451 self.e_cancel = True\\nVariables:\\n self = <Script(Thread-2, started 139924263139072)>\\n r = \\n[\"<class \\'noc.sa.script.exception.CLISyntaxError\\'>\",\\n \"show description interface\\\\n ^\\\\n% Invalid input detected at \\'^\\' marker.\\\\n\\\\n\"]\\n result = None\\n v = \\nCLISyntaxError(\"show description interface\\\\n ^\\\\n% Invalid input detected at \\'^\\' marker.\\\\n\\\\n\",)\\n tb = <traceback object at 0x7f42acfb4dd0>\\n t = <class \\'noc.sa.script.exception.CLISyntaxError\\'>\\n------------------------------------------------------------------------\\nEND OF TRACEBACK", "input": {}, "maxDiff": null, "motd": "", "guid": "a36beb76-050b-4bac-a2ef-02b4595cb680", "type": "script::beef", "http_get": {}, "platform": "QSW-8200-28F-AC-DC", "cli": {"show interface": "show interface\\nInterface brief:\\n Ethernet1/0/1 is up, line protocol is up\\n Ethernet1/0/1 is layer 2 port, alias name is test, index is 1\\n Hardware is SFP, address is 00-1f-ce-86-45-f2\\n PVID is 1\\n MTU 10218 bytes, BW 1000000 Kbit\\n Time since last status change:0w-2d-1h-56m-9s (179769 seconds)\\n Encapsulation ARPA, Loopback not set\\n Auto-duplex: Negotiation full-duplex, Auto-speed: Negotiation 1G bits\\n FlowControl is off, MDI type is auto\\nTransceiver info:\\n SFP found in this port, manufactured by OEM, on (null) 00 0.\\n Type is 1000BASE-LX. Serial number is KT201402202758.\\n Link length is 3000 m for Single Mode Fiber.\\n Nominal bit rate is 1300 Mb/s.\\n Laser wavelength is 1310 nm.\\nStatistics:\\n 5 minute input rate 1208396 bits/sec, 212 packets/sec\\n 5 minute output rate 28921891 bits/sec, 3084 packets/sec\\n The last 5 second input rate 1241402 bits/sec, 210 packets/sec\\n The last 5 second output rate 26687277 bits/sec, 2901 packets/sec\\n Input packets statistics:\\n 463609405 input packets, 163445964416 bytes, 0 no buffer\\n 457138937 unicast packets, 6179348 multicast packets, 291120 broadcast packets\\n 0 input errors, 0 CRC, 0 frame alignment, 0 overrun, 0 ignored,\\n 0 abort, 0 length error, 0 pause frame\\n Output packets statistics:\\n 6172387847 output packets, 8269229085948 bytes, 0 underruns\\n 814213034 unicast packets, 5354777747 multicast packets, 3397066 broadcast packets\\n 0 output errors, 0 collisions, 0 late collisions, 0 pause frame\\nInterface brief:\\n Ethernet1/0/2 is up, line protocol is up\\n Ethernet1/0/2 is layer 2 port, alias name is (null), index is 2\\n Hardware is SFP, address is 00-1f-ce-86-45-f2\\n PVID is 1\\n MTU 10218 bytes, BW 1000000 Kbit\\n Time since last status change:4w-0d-3h-55m-54s (2433354 seconds)\\n Encapsulation ARPA, Loopback not set\\n Auto-duplex: Negotiation full-duplex, Auto-speed: Negotiation 1G bits\\n FlowControl is off, MDI type is auto\\nTransceiver info:\\n SFP found in this port, manufactured by OptiCin, on Jul 30 2013.\\n Type is 1000BASE-LX. Serial number is YD75350952.\\n Link length is 20000 m for Single Mode Fiber.\\n Nominal bit rate is 1300 Mb/s.\\n Laser wavelength is 1310 nm.\\nStatistics:\\n 5 minute input rate 520 bits/sec, 0 packets/sec\\n 5 minute output rate 27886778 bits/sec, 2888 packets/sec\\n The last 5 second input rate 170 bits/sec, 0 packets/sec\\n The last 5 second output rate 25659434 bits/sec, 2702 packets/sec\\n Input packets statistics:\\n 203939432 input packets, 61770834014 bytes, 0 no buffer\\n 198074162 unicast packets, 5674643 multicast packets, 190627 broadcast packets\\n 0 input errors, 0 CRC, 0 frame alignment, 0 overrun, 0 ignored,\\n 0 abort, 0 length error, 0 pause frame\\n Output packets statistics:\\n 5624354081 output packets, 7574957575728 bytes, 0 underruns\\n 265805404 unicast packets, 5355053407 multicast packets, 3495270 broadcast packets\\n 0 output errors, 0 collisions, 0 late collisions, 0 pause frame\\nInterface brief:\\n Ethernet1/0/3 is up, line protocol is up\\n Ethernet1/0/3 is layer 2 port, alias name is (null), index is 3\\n Hardware is SFP, address is 00-1f-ce-86-45-f2\\n PVID is 1\\n MTU 10218 bytes, BW 1000000 Kbit\\n Time since last status change:16w-6d-21h-28m-37s (10272517 seconds)\\n Encapsulation ARPA, Loopback not set\\n Auto-duplex: Negotiation full-duplex, Auto-speed: Negotiation 1G bits\\n FlowControl is off, MDI type is auto\\nTransceiver info:\\n SFP found in this port, manufactured by OptiCin, on Jul 29 2013.\\n Type is 1000BASE-LX. Serial number is YD74211103.\\n Link length is 20000 m for Single Mode Fiber.\\n Nominal bit rate is 1300 Mb/s.\\n Laser wavelength is 1310 nm.\\nStatistics:\\n 5 minute input rate 29518 bits/sec, 46 packets/sec\\n 5 minute output rate 29193987 bits/sec, 2995 packets/sec\\n The last 5 second input rate 51296 bits/sec, 78 packets/sec\\n The last 5 second output rate 27731381 bits/sec, 2820 packets/sec\\n Input packets statistics:\\n 361097040 input packets, 71229015029 bytes, 0 no buffer\\n 354976407 unicast packets, 5664820 multicast packets, 455813 broadcast packets\\n 0 input errors, 0 CRC, 0 frame alignment, 0 overrun, 0 ignored,\\n 0 abort, 0 length error, 0 pause frame\\n Output packets statistics:\\n 5896800711 output packets, 7972227284980 bytes, 0 underruns\\n 537418067 unicast packets, 5356142651 multicast packets, 3239993 broadcast packets\\n 0 output errors, 0 collisions, 0 late collisions, 0 pause frame\\nInterface brief:\\n Ethernet1/0/4 is up, line protocol is up\\n Ethernet1/0/4 is layer 2 port, alias name is (null), index is 4\\n Hardware is SFP, address is 00-1f-ce-86-45-f2\\n PVID is 1\\n MTU 10218 bytes, BW 1000000 Kbit\\n Time since last status change:7w-3d-11h-45m-46s (4535146 seconds)\\n Encapsulation ARPA, Loopback not set\\n Auto-duplex: Negotiation full-duplex, Auto-speed: Negotiation 1G bits\\n FlowControl is off, MDI type is auto\\nTransceiver info:\\n SFP found in this port, manufactured by OEM, on (null) 00 0.\\n Type is 1000BASE-LX. Serial number is KT201402202757.\\n Link length is 3000 m for Single Mode Fiber.\\n Nominal bit rate is 1300 Mb/s.\\n Laser wavelength is 1310 nm.\\nStatistics:\\n 5 minute input rate 67628 bits/sec, 25 packets/sec\\n 5 minute output rate 27813726 bits/sec, 2883 packets/sec\\n The last 5 second input rate 62158 bits/sec, 24 packets/sec\\n The last 5 second output rate 25401970 bits/sec, 2630 packets/sec\\n Input packets statistics:\\n 141266651 input packets, 27233381877 bytes, 0 no buffer\\n 135805994 unicast packets, 5353070 multicast packets, 107587 broadcast packets\\n 0 input errors, 0 CRC, 0 frame alignment, 0 overrun, 0 ignored,\\n 0 abort, 0 length error, 0 pause frame\\n Output packets statistics:\\n 5609699975 output packets, 7620655087928 bytes, 0 underruns\\n 250209726 unicast packets, 5355910912 multicast packets, 3579337 broadcast packets\\n 0 output errors, 0 collisions, 0 late collisions, 0 pause frame\\nInterface brief:\\n Ethernet1/0/5 is up, line protocol is up\\n Ethernet1/0/5 is layer 2 port, alias name is (null), index is 5\\n Hardware is SFP, address is 00-1f-ce-86-45-f2\\n PVID is 1\\n MTU 10218 bytes, BW 1000000 Kbit\\n Time since last status change:4w-0d-3h-53m-4s (2433184 seconds)\\n Encapsulation ARPA, Loopback not set\\n Auto-duplex: Negotiation full-duplex, Auto-speed: Negotiation 1G bits\\n FlowControl is off, MDI type is auto\\nTransceiver info:\\n SFP found in this port, manufactured by OEM, on Apr 04 2004.\\n Type is BASE-BX10. Serial number is A0325012003.\\n Link length is 3000 m for Single Mode Fiber.\\n Nominal bit rate is 1300 Mb/s.\\n Laser wavelength is 1310 nm.\\nStatistics:\\n 5 minute input rate 54652 bits/sec, 53 packets/sec\\n 5 minute output rate 27841422 bits/sec, 2913 packets/sec\\n The last 5 second input rate 44680 bits/sec, 47 packets/sec\\n The last 5 second output rate 25426453 bits/sec, 2655 packets/sec\\n Input packets statistics:\\n 780696772 input packets, 220011768111 bytes, 0 no buffer\\n 776807081 unicast packets, 3868704 multicast packets, 20987 broadcast packets\\n 0 input errors, 0 CRC, 0 frame alignment, 0 overrun, 0 ignored,\\n 0 abort, 0 length error, 0 pause frame\\n Output packets statistics:\\n 6203414388 output packets, 8344044654338 bytes, 0 underruns\\n 1120487828 unicast packets, 5079401355 multicast packets, 3525205 broadcast packets\\n 0 output errors, 0 collisions, 0 late collisions, 0 pause frame\\nInterface brief:\\n Ethernet1/0/6 is up, line protocol is up\\n Ethernet1/0/6 is layer 2 port, alias name is (null), index is 6\\n Hardware is SFP, address is 00-1f-ce-86-45-f2\\n PVID is 1\\n MTU 10218 bytes, BW 1000000 Kbit\\n Time since last status change:4w-0d-3h-39m-47s (2432387 seconds)\\n Encapsulation ARPA, Loopback not set\\n Auto-duplex: Negotiation full-duplex, Auto-speed: Negotiation 1G bits\\n FlowControl is off, MDI type is auto\\nTransceiver info:\\n SFP found in this port, manufactured by OEM, on May 22 2014.\\n Type is 1000BASE-LX. Serial number is 20140522000208.\\n Link length is 10000 m for Single Mode Fiber.\\n Link length is 500 m for 50um Multi-Mode OM2 Fiber.\\n Link length is 220 m for 62.5um Multi-Mode OM1 Fiber.\\n Nominal bit rate is 1300 Mb/s.\\n Laser wavelength is 1310 nm.\\nStatistics:\\n 5 minute input rate 266 bits/sec, 0 packets/sec\\n 5 minute output rate 27810134 bits/sec, 2879 packets/sec\\n The last 5 second input rate 162 bits/sec, 0 packets/sec\\n The last 5 second output rate 25397433 bits/sec, 2625 packets/sec\\n Input packets statistics:\\n 1735012 input packets, 322098365 bytes, 0 no buffer\\n 341099 unicast packets, 1390701 multicast packets, 3212 broadcast packets\\n 0 input errors, 0 CRC, 0 frame alignment, 0 overrun, 0 ignored,\\n 0 abort, 0 length error, 0 pause frame\\n Output packets statistics:\\n 2486655373 output packets, 3382960199587 bytes, 0 underruns\\n 1669733 unicast packets, 2481868064 multicast packets, 3117576 broadcast packets\\n 0 output errors, 0 collisions, 0 late collisions, 0 pause frame\\nInterface brief:\\n Ethernet1/0/7 is up, line protocol is up\\n Ethernet1/0/7 is layer 2 port, alias name is (null), index is 7\\n Hardware is SFP, address is 00-1f-ce-86-45-f2\\n PVID is 1\\n MTU 10218 bytes, BW 1000000 Kbit\\n Time since last status change:3w-2d-4h-22m-31s (2002951 seconds)\\n Encapsulation ARPA, Loopback not set\\n Auto-duplex: Negotiation full-duplex, Auto-speed: Negotiation 1G bits\\n FlowControl is off, MDI type is auto\\nTransceiver info:\\n SFP found in this port, manufactured by OEM, on (null) 00 0.\\n Type is 1000BASE-LX. Serial number is kT140325011705.\\n Link length is 10000 m for Single Mode Fiber.\\n Nominal bit rate is 1300 Mb/s.\\n Laser wavelength is 1310 nm.\\nStatistics:\\n 5 minute input rate 1748 bits/sec, 2 packets/sec\\n 5 minute output rate 27817175 bits/sec, 2880 packets/sec\\n The last 5 second input rate 1483 bits/sec, 1 packets/sec\\n The last 5 second output rate 25403593 bits/sec, 2626 packets/sec\\n Input packets statistics:\\n 1771837 input packets, 325880413 bytes, 0 no buffer\\n 379214 unicast packets, 1389188 multicast packets, 3435 broadcast packets\\n 0 input errors, 0 CRC, 0 frame alignment, 0 overrun, 0 ignored,\\n 0 abort, 0 length error, 0 pause frame\\n Output packets statistics:\\n 2483407643 output packets, 3378497063722 bytes, 0 underruns\\n 1721726 unicast packets, 2478569607 multicast packets, 3116310 broadcast packets\\n 0 output errors, 0 collisions, 0 late collisions, 0 pause frame\\nInterface brief:\\n Ethernet1/0/8 is up, line protocol is up\\n Ethernet1/0/8 is layer 2 port, alias name is (null), index is 8\\n Hardware is SFP, address is 00-1f-ce-86-45-f2\\n PVID is 1\\n MTU 10218 bytes, BW 1000000 Kbit\\n Time since last status change:3w-2d-4h-22m-27s (2002947 seconds)\\n Encapsulation ARPA, Loopback not set\\n Auto-duplex: Negotiation full-duplex, Auto-speed: Negotiation 1G bits\\n FlowControl is off, MDI type is auto\\nTransceiver info:\\n SFP found in this port, manufactured by OEM, on May 22 2014.\\n Type is 1000BASE-LX. Serial number is 20140522000178.\\n Link length is 10000 m for Single Mode Fiber.\\n Link length is 500 m for 50um Multi-Mode OM2 Fiber.\\n Link length is 220 m for 62.5um Multi-Mode OM1 Fiber.\\n Nominal bit rate is 1300 Mb/s.\\n Laser wavelength is 1310 nm.\\nStatistics:\\n 5 minute input rate 264 bits/sec, 0 packets/sec\\n 5 minute output rate 27810207 bits/sec, 2879 packets/sec\\n The last 5 second input rate 0 bits/sec, 0 packets/sec\\n The last 5 second output rate 25403639 bits/sec, 2626 packets/sec\\n Input packets statistics:\\n 2859910 input packets, 1211929431 bytes, 0 no buffer\\n 2368333 unicast packets, 489374 multicast packets, 2203 broadcast packets\\n 0 input errors, 0 CRC, 0 frame alignment, 0 overrun, 0 ignored,\\n 0 abort, 0 length error, 0 pause frame\\n Output packets statistics:\\n 1356610106 output packets, 1840203445229 bytes, 0 underruns\\n 4744471 unicast packets, 1349023500 multicast packets, 2842135 broadcast packets\\n 0 output errors, 0 collisions, 0 late collisions, 0 pause frame\\nInterface brief:\\n Ethernet1/0/9 is up, line protocol is up\\n Ethernet1/0/9 is layer 2 port, alias name is (null), index is 9\\n Hardware is SFP, address is 00-1f-ce-86-45-f2\\n PVID is 1\\n MTU 10218 bytes, BW 1000000 Kbit\\n Time since last status change:1w-0d-4h-53m-37s (622417 seconds)\\n Encapsulation ARPA, Loopback not set\\n Auto-duplex: Negotiation full-duplex, Auto-speed: Negotiation 1G bits\\n FlowControl is off, MDI type is auto\\nTransceiver info:\\n SFP found in this port, manufactured by OEM, on May 22 2014.\\n Type is 1000BASE-LX. Serial number is 20140522000189.\\n Link length is 10000 m for Single Mode Fiber.\\n Link length is 500 m for 50um Multi-Mode OM2 Fiber.\\n Link length is 220 m for 62.5um Multi-Mode OM1 Fiber.\\n Nominal bit rate is 1300 Mb/s.\\n Laser wavelength is 1310 nm.\\nStatistics:\\n 5 minute input rate 138 bits/sec, 0 packets/sec\\n 5 minute output rate 27810081 bits/sec, 2879 packets/sec\\n The last 5 second input rate 0 bits/sec, 0 packets/sec\\n The last 5 second output rate 25399365 bits/sec, 2625 packets/sec\\n Input packets statistics:\\n 58442 input packets, 14157313 bytes, 0 no buffer\\n 37149 unicast packets, 20769 multicast packets, 524 broadcast packets\\n 0 input errors, 0 CRC, 0 frame alignment, 0 overrun, 0 ignored,\\n 0 abort, 0 length error, 0 pause frame\\n Output packets statistics:\\n 412702078 output packets, 554642799174 bytes, 0 underruns\\n 1340850 unicast packets, 408763970 multicast packets, 2597258 broadcast packets\\n 0 output errors, 0 collisions, 0 late collisions, 0 pause frame\\nInterface brief:\\n Ethernet1/0/10 is down, line protocol is down\\n Ethernet1/0/10 is layer 2 port, alias name is (null), index is 10\\n Hardware is SFP, address is 00-1f-ce-86-45-f2\\n PVID is 1\\n MTU 10218 bytes, BW 10000 Kbit\\n Time since last status change:18w-2d-5h-44m-1s (11079841 seconds)\\n Encapsulation ARPA, Loopback not set\\n Auto-duplex, Auto-speed\\n FlowControl is off, MDI type is auto\\nTransceiver info:\\nStatistics:\\n 5 minute input rate 0 bits/sec, 0 packets/sec\\n 5 minute output rate 0 bits/sec, 0 packets/sec\\n The last 5 second input rate 0 bits/sec, 0 packets/sec\\n The last 5 second output rate 0 bits/sec, 0 packets/sec\\n Input packets statistics:\\n 0 input packets, 0 bytes, 0 no buffer\\n 0 unicast packets, 0 multicast packets, 0 broadcast packets\\n 0 input errors, 0 CRC, 0 frame alignment, 0 overrun, 0 ignored,\\n 0 abort, 0 length error, 0 pause frame\\n Output packets statistics:\\n 0 output packets, 0 bytes, 0 underruns\\n 0 unicast packets, 0 multicast packets, 0 broadcast packets\\n 0 output errors, 0 collisions, 0 late collisions, 0 pause frame\\nInterface brief:\\n Ethernet1/0/11 is down, line protocol is down\\n Ethernet1/0/11 is layer 2 port, alias name is (null), index is 11\\n Hardware is SFP, address is 00-1f-ce-86-45-f2\\n PVID is 1\\n MTU 10218 bytes, BW 10000 Kbit\\n Time since last status change:18w-2d-5h-44m-1s (11079841 seconds)\\n Encapsulation ARPA, Loopback not set\\n Auto-duplex, Auto-speed\\n FlowControl is off, MDI type is auto\\nTransceiver info:\\nStatistics:\\n 5 minute input rate 0 bits/sec, 0 packets/sec\\n 5 minute output rate 0 bits/sec, 0 packets/sec\\n The last 5 second input rate 0 bits/sec, 0 packets/sec\\n The last 5 second output rate 0 bits/sec, 0 packets/sec\\n Input packets statistics:\\n 0 input packets, 0 bytes, 0 no buffer\\n 0 unicast packets, 0 multicast packets, 0 broadcast packets\\n 0 input errors, 0 CRC, 0 frame alignment, 0 overrun, 0 ignored,\\n 0 abort, 0 length error, 0 pause frame\\n Output packets statistics:\\n 0 output packets, 0 bytes, 0 underruns\\n 0 unicast packets, 0 multicast packets, 0 broadcast packets\\n 0 output errors, 0 collisions, 0 late collisions, 0 pause frame\\nInterface brief:\\n Ethernet1/0/12 is down, line protocol is down\\n Ethernet1/0/12 is layer 2 port, alias name is (null), index is 12\\n Hardware is SFP, address is 00-1f-ce-86-45-f2\\n PVID is 1\\n MTU 10218 bytes, BW 10000 Kbit\\n Time since last status change:18w-2d-5h-44m-1s (11079841 seconds)\\n Encapsulation ARPA, Loopback not set\\n Auto-duplex, Auto-speed\\n FlowControl is off, MDI type is auto\\nTransceiver info:\\nStatistics:\\n 5 minute input rate 0 bits/sec, 0 packets/sec\\n 5 minute output rate 0 bits/sec, 0 packets/sec\\n The last 5 second input rate 0 bits/sec, 0 packets/sec\\n The last 5 second output rate 0 bits/sec, 0 packets/sec\\n Input packets statistics:\\n 0 input packets, 0 bytes, 0 no buffer\\n 0 unicast packets, 0 multicast packets, 0 broadcast packets\\n 0 input errors, 0 CRC, 0 frame alignment, 0 overrun, 0 ignored,\\n 0 abort, 0 length error, 0 pause frame\\n Output packets statistics:\\n 0 output packets, 0 bytes, 0 underruns\\n 0 unicast packets, 0 multicast packets, 0 broadcast packets\\n 0 output errors, 0 collisions, 0 late collisions, 0 pause frame\\nInterface brief:\\n Ethernet1/0/13 is down, line protocol is down\\n Ethernet1/0/13 is layer 2 port, alias name is (null), index is 13\\n Hardware is Gigabit-Combo, active is Fiber, address is 00-1f-ce-86-45-f2\\n PVID is 1\\n MTU 10218 bytes, BW 10000 Kbit\\n Time since last status change:18w-2d-5h-44m-1s (11079841 seconds)\\n Encapsulation ARPA, Loopback not set\\n Auto-duplex, Auto-speed\\n FlowControl is off, MDI type is auto\\nTransceiver info:\\nStatistics:\\n 5 minute input rate 0 bits/sec, 0 packets/sec\\n 5 minute output rate 0 bits/sec, 0 packets/sec\\n The last 5 second input rate 0 bits/sec, 0 packets/sec\\n The last 5 second output rate 0 bits/sec, 0 packets/sec\\n Input packets statistics:\\n 0 input packets, 0 bytes, 0 no buffer\\n 0 unicast packets, 0 multicast packets, 0 broadcast packets\\n 0 input errors, 0 CRC, 0 frame alignment, 0 overrun, 0 ignored,\\n 0 abort, 0 length error, 0 pause frame\\n Output packets statistics:\\n 0 output packets, 0 bytes, 0 underruns\\n 0 unicast packets, 0 multicast packets, 0 broadcast packets\\n 0 output errors, 0 collisions, 0 late collisions, 0 pause frame\\nInterface brief:\\n Ethernet1/0/14 is down, line protocol is down\\n Ethernet1/0/14 is layer 2 port, alias name is (null), index is 14\\n Hardware is Gigabit-Combo, active is Fiber, address is 00-1f-ce-86-45-f2\\n PVID is 1\\n MTU 10218 bytes, BW 10000 Kbit\\n Time since last status change:18w-2d-5h-44m-1s (11079841 seconds)\\n Encapsulation ARPA, Loopback not set\\n Auto-duplex, Auto-speed\\n FlowControl is off, MDI type is auto\\nTransceiver info:\\nStatistics:\\n 5 minute input rate 0 bits/sec, 0 packets/sec\\n 5 minute output rate 0 bits/sec, 0 packets/sec\\n The last 5 second input rate 0 bits/sec, 0 packets/sec\\n The last 5 second output rate 0 bits/sec, 0 packets/sec\\n Input packets statistics:\\n 0 input packets, 0 bytes, 0 no buffer\\n 0 unicast packets, 0 multicast packets, 0 broadcast packets\\n 0 input errors, 0 CRC, 0 frame alignment, 0 overrun, 0 ignored,\\n 0 abort, 0 length error, 0 pause frame\\n Output packets statistics:\\n 0 output packets, 0 bytes, 0 underruns\\n 0 unicast packets, 0 multicast packets, 0 broadcast packets\\n 0 output errors, 0 collisions, 0 late collisions, 0 pause frame\\nInterface brief:\\n Ethernet1/0/15 is down, line protocol is down\\n Ethernet1/0/15 is layer 2 port, alias name is (null), index is 15\\n Hardware is Gigabit-Combo, active is Fiber, address is 00-1f-ce-86-45-f2\\n PVID is 1\\n MTU 10218 bytes, BW 10000 Kbit\\n Time since last status change:18w-2d-5h-44m-1s (11079841 seconds)\\n Encapsulation ARPA, Loopback not set\\n Auto-duplex, Auto-speed\\n FlowControl is off, MDI type is auto\\nTransceiver info:\\nStatistics:\\n 5 minute input rate 0 bits/sec, 0 packets/sec\\n 5 minute output rate 0 bits/sec, 0 packets/sec\\n The last 5 second input rate 0 bits/sec, 0 packets/sec\\n The last 5 second output rate 0 bits/sec, 0 packets/sec\\n Input packets statistics:\\n 0 input packets, 0 bytes, 0 no buffer\\n 0 unicast packets, 0 multicast packets, 0 broadcast packets\\n 0 input errors, 0 CRC, 0 frame alignment, 0 overrun, 0 ignored,\\n 0 abort, 0 length error, 0 pause frame\\n Output packets statistics:\\n 0 output packets, 0 bytes, 0 underruns\\n 0 unicast packets, 0 multicast packets, 0 broadcast packets\\n 0 output errors, 0 collisions, 0 late collisions, 0 pause frame\\nInterface brief:\\n Ethernet1/0/16 is down, line protocol is down\\n Ethernet1/0/16 is layer 2 port, alias name is (null), index is 16\\n Hardware is Gigabit-Combo, active is Fiber, address is 00-1f-ce-86-45-f2\\n PVID is 1\\n MTU 10218 bytes, BW 10000 Kbit\\n Time since last status change:18w-2d-5h-44m-1s (11079841 seconds)\\n Encapsulation ARPA, Loopback not set\\n Auto-duplex, Auto-speed\\n FlowControl is off, MDI type is auto\\nTransceiver info:\\nStatistics:\\n 5 minute input rate 0 bits/sec, 0 packets/sec\\n 5 minute output rate 0 bits/sec, 0 packets/sec\\n The last 5 second input rate 0 bits/sec, 0 packets/sec\\n The last 5 second output rate 0 bits/sec, 0 packets/sec\\n Input packets statistics:\\n 0 input packets, 0 bytes, 0 no buffer\\n 0 unicast packets, 0 multicast packets, 0 broadcast packets\\n 0 input errors, 0 CRC, 0 frame alignment, 0 overrun, 0 ignored,\\n 0 abort, 0 length error, 0 pause frame\\n Output packets statistics:\\n 0 output packets, 0 bytes, 0 underruns\\n 0 unicast packets, 0 multicast packets, 0 broadcast packets\\n 0 output errors, 0 collisions, 0 late collisions, 0 pause frame\\nInterface brief:\\n Ethernet1/0/17 is down, line protocol is down\\n Ethernet1/0/17 is layer 2 port, alias name is (null), index is 17\\n Hardware is Gigabit-Combo, active is Fiber, address is 00-1f-ce-86-45-f2\\n PVID is 1\\n MTU 10218 bytes, BW 10000 Kbit\\n Time since last status change:18w-2d-5h-44m-1s (11079841 seconds)\\n Encapsulation ARPA, Loopback not set\\n Auto-duplex, Auto-speed\\n FlowControl is off, MDI type is auto\\nTransceiver info:\\nStatistics:\\n 5 minute input rate 0 bits/sec, 0 packets/sec\\n 5 minute output rate 0 bits/sec, 0 packets/sec\\n The last 5 second input rate 0 bits/sec, 0 packets/sec\\n The last 5 second output rate 0 bits/sec, 0 packets/sec\\n Input packets statistics:\\n 0 input packets, 0 bytes, 0 no buffer\\n 0 unicast packets, 0 multicast packets, 0 broadcast packets\\n 0 input errors, 0 CRC, 0 frame alignment, 0 overrun, 0 ignored,\\n 0 abort, 0 length error, 0 pause frame\\n Output packets statistics:\\n 0 output packets, 0 bytes, 0 underruns\\n 0 unicast packets, 0 multicast packets, 0 broadcast packets\\n 0 output errors, 0 collisions, 0 late collisions, 0 pause frame\\nInterface brief:\\n Ethernet1/0/18 is down, line protocol is down\\n Ethernet1/0/18 is layer 2 port, alias name is (null), index is 18\\n Hardware is Gigabit-Combo, active is Fiber, address is 00-1f-ce-86-45-f2\\n PVID is 1\\n MTU 10218 bytes, BW 10000 Kbit\\n Time since last status change:18w-2d-5h-44m-1s (11079841 seconds)\\n Encapsulation ARPA, Loopback not set\\n Auto-duplex, Auto-speed\\n FlowControl is off, MDI type is auto\\nTransceiver info:\\nStatistics:\\n 5 minute input rate 0 bits/sec, 0 packets/sec\\n 5 minute output rate 0 bits/sec, 0 packets/sec\\n The last 5 second input rate 0 bits/sec, 0 packets/sec\\n The last 5 second output rate 0 bits/sec, 0 packets/sec\\n Input packets statistics:\\n 0 input packets, 0 bytes, 0 no buffer\\n 0 unicast packets, 0 multicast packets, 0 broadcast packets\\n 0 input errors, 0 CRC, 0 frame alignment, 0 overrun, 0 ignored,\\n 0 abort, 0 length error, 0 pause frame\\n Output packets statistics:\\n 0 output packets, 0 bytes, 0 underruns\\n 0 unicast packets, 0 multicast packets, 0 broadcast packets\\n 0 output errors, 0 collisions, 0 late collisions, 0 pause frame\\nInterface brief:\\n Ethernet1/0/19 is down, line protocol is down\\n Ethernet1/0/19 is layer 2 port, alias name is (null), index is 19\\n Hardware is Gigabit-Combo, active is Fiber, address is 00-1f-ce-86-45-f2\\n PVID is 1\\n MTU 10218 bytes, BW 10000 Kbit\\n Time since last status change:18w-2d-5h-44m-1s (11079841 seconds)\\n Encapsulation ARPA, Loopback not set\\n Auto-duplex, Auto-speed\\n FlowControl is off, MDI type is auto\\nTransceiver info:\\nStatistics:\\n 5 minute input rate 0 bits/sec, 0 packets/sec\\n 5 minute output rate 0 bits/sec, 0 packets/sec\\n The last 5 second input rate 0 bits/sec, 0 packets/sec\\n The last 5 second output rate 0 bits/sec, 0 packets/sec\\n Input packets statistics:\\n 0 input packets, 0 bytes, 0 no buffer\\n 0 unicast packets, 0 multicast packets, 0 broadcast packets\\n 0 input errors, 0 CRC, 0 frame alignment, 0 overrun, 0 ignored,\\n 0 abort, 0 length error, 0 pause frame\\n Output packets statistics:\\n 0 output packets, 0 bytes, 0 underruns\\n 0 unicast packets, 0 multicast packets, 0 broadcast packets\\n 0 output errors, 0 collisions, 0 late collisions, 0 pause frame\\nInterface brief:\\n Ethernet1/0/20 is down, line protocol is down\\n Ethernet1/0/20 is layer 2 port, alias name is (null), index is 20\\n Hardware is Gigabit-Combo, active is Fiber, address is 00-1f-ce-86-45-f2\\n PVID is 1\\n MTU 10218 bytes, BW 10000 Kbit\\n Time since last status change:18w-2d-5h-44m-1s (11079841 seconds)\\n Encapsulation ARPA, Loopback not set\\n Auto-duplex, Auto-speed\\n FlowControl is off, MDI type is auto\\nTransceiver info:\\nStatistics:\\n 5 minute input rate 0 bits/sec, 0 packets/sec\\n 5 minute output rate 0 bits/sec, 0 packets/sec\\n The last 5 second input rate 0 bits/sec, 0 packets/sec\\n The last 5 second output rate 0 bits/sec, 0 packets/sec\\n Input packets statistics:\\n 0 input packets, 0 bytes, 0 no buffer\\n 0 unicast packets, 0 multicast packets, 0 broadcast packets\\n 0 input errors, 0 CRC, 0 frame alignment, 0 overrun, 0 ignored,\\n 0 abort, 0 length error, 0 pause frame\\n Output packets statistics:\\n 0 output packets, 0 bytes, 0 underruns\\n 0 unicast packets, 0 multicast packets, 0 broadcast packets\\n 0 output errors, 0 collisions, 0 late collisions, 0 pause frame\\nInterface brief:\\n Ethernet1/0/21 is down, line protocol is down\\n Ethernet1/0/21 is layer 2 port, alias name is (null), index is 21\\n Hardware is Gigabit-Combo, active is Fiber, address is 00-1f-ce-86-45-f2\\n PVID is 1\\n MTU 10218 bytes, BW 10000 Kbit\\n Time since last status change:18w-2d-5h-44m-1s (11079841 seconds)\\n Encapsulation ARPA, Loopback not set\\n Auto-duplex, Auto-speed\\n FlowControl is off, MDI type is auto\\nTransceiver info:\\nStatistics:\\n 5 minute input rate 0 bits/sec, 0 packets/sec\\n 5 minute output rate 0 bits/sec, 0 packets/sec\\n The last 5 second input rate 0 bits/sec, 0 packets/sec\\n The last 5 second output rate 0 bits/sec, 0 packets/sec\\n Input packets statistics:\\n 0 input packets, 0 bytes, 0 no buffer\\n 0 unicast packets, 0 multicast packets, 0 broadcast packets\\n 0 input errors, 0 CRC, 0 frame alignment, 0 overrun, 0 ignored,\\n 0 abort, 0 length error, 0 pause frame\\n Output packets statistics:\\n 0 output packets, 0 bytes, 0 underruns\\n 0 unicast packets, 0 multicast packets, 0 broadcast packets\\n 0 output errors, 0 collisions, 0 late collisions, 0 pause frame\\nInterface brief:\\n Ethernet1/0/22 is down, line protocol is down\\n Ethernet1/0/22 is layer 2 port, alias name is (null), index is 22\\n Hardware is Gigabit-Combo, active is Fiber, address is 00-1f-ce-86-45-f2\\n PVID is 1\\n MTU 10218 bytes, BW 10000 Kbit\\n Time since last status change:18w-2d-5h-44m-1s (11079841 seconds)\\n Encapsulation ARPA, Loopback not set\\n Auto-duplex, Auto-speed\\n FlowControl is off, MDI type is auto\\nTransceiver info:\\nStatistics:\\n 5 minute input rate 0 bits/sec, 0 packets/sec\\n 5 minute output rate 0 bits/sec, 0 packets/sec\\n The last 5 second input rate 0 bits/sec, 0 packets/sec\\n The last 5 second output rate 0 bits/sec, 0 packets/sec\\n Input packets statistics:\\n 0 input packets, 0 bytes, 0 no buffer\\n 0 unicast packets, 0 multicast packets, 0 broadcast packets\\n 0 input errors, 0 CRC, 0 frame alignment, 0 overrun, 0 ignored,\\n 0 abort, 0 length error, 0 pause frame\\n Output packets statistics:\\n 0 output packets, 0 bytes, 0 underruns\\n 0 unicast packets, 0 multicast packets, 0 broadcast packets\\n 0 output errors, 0 collisions, 0 late collisions, 0 pause frame\\nInterface brief:\\n Ethernet1/0/23 is down, line protocol is down\\n Ethernet1/0/23 is layer 2 port, alias name is (null), index is 23\\n Hardware is Gigabit-Combo, active is Fiber, address is 00-1f-ce-86-45-f2\\n PVID is 1\\n MTU 10218 bytes, BW 10000 Kbit\\n Time since last status change:18w-2d-5h-44m-1s (11079841 seconds)\\n Encapsulation ARPA, Loopback not set\\n Auto-duplex, Auto-speed\\n FlowControl is off, MDI type is auto\\nTransceiver info:\\nStatistics:\\n 5 minute input rate 0 bits/sec, 0 packets/sec\\n 5 minute output rate 0 bits/sec, 0 packets/sec\\n The last 5 second input rate 0 bits/sec, 0 packets/sec\\n The last 5 second output rate 0 bits/sec, 0 packets/sec\\n Input packets statistics:\\n 0 input packets, 0 bytes, 0 no buffer\\n 0 unicast packets, 0 multicast packets, 0 broadcast packets\\n 0 input errors, 0 CRC, 0 frame alignment, 0 overrun, 0 ignored,\\n 0 abort, 0 length error, 0 pause frame\\n Output packets statistics:\\n 0 output packets, 0 bytes, 0 underruns\\n 0 unicast packets, 0 multicast packets, 0 broadcast packets\\n 0 output errors, 0 collisions, 0 late collisions, 0 pause frame\\nInterface brief:\\n Ethernet1/0/24 is down, line protocol is down\\n Ethernet1/0/24 is layer 2 port, alias name is (null), index is 24\\n Hardware is Gigabit-Combo, active is Fiber, address is 00-1f-ce-86-45-f2\\n PVID is 1\\n MTU 10218 bytes, BW 10000 Kbit\\n Time since last status change:18w-2d-5h-44m-1s (11079841 seconds)\\n Encapsulation ARPA, Loopback not set\\n Auto-duplex, Auto-speed\\n FlowControl is off, MDI type is auto\\nTransceiver info:\\nStatistics:\\n 5 minute input rate 0 bits/sec, 0 packets/sec\\n 5 minute output rate 0 bits/sec, 0 packets/sec\\n The last 5 second input rate 0 bits/sec, 0 packets/sec\\n The last 5 second output rate 0 bits/sec, 0 packets/sec\\n Input packets statistics:\\n 0 input packets, 0 bytes, 0 no buffer\\n 0 unicast packets, 0 multicast packets, 0 broadcast packets\\n 0 input errors, 0 CRC, 0 frame alignment, 0 overrun, 0 ignored,\\n 0 abort, 0 length error, 0 pause frame\\n Output packets statistics:\\n 0 output packets, 0 bytes, 0 underruns\\n 0 unicast packets, 0 multicast packets, 0 broadcast packets\\n 0 output errors, 0 collisions, 0 late collisions, 0 pause frame\\nInterface brief:\\n Ethernet1/0/25 is up, line protocol is up\\n Ethernet1/0/25 is layer 2 port, alias name is (null), index is 25\\n Hardware is SFP+, address is 00-1f-ce-86-45-f2\\n PVID is 1\\n MTU 10218 bytes, BW 10000000 Kbit\\n Time since last status change:1w-2d-12h-51m-33s (823893 seconds)\\n Encapsulation ARPA, Loopback not set\\n Auto-duplex: Negotiation full-duplex, Auto-speed: Negotiation 10G bits\\n FlowControl is off, MDI type is auto\\nTransceiver info:\\n SFP+ found in this port, manufactured by QTECH, on Mar 03 2014.\\n Type is 10GBASE-LR. Serial number is 1403030556.\\n Link length is 10000 m for Single Mode Fiber.\\n Nominal bit rate is 10300 Mb/s.\\n Laser wavelength is 1310 nm.\\nStatistics:\\n 5 minute input rate 30370683 bits/sec, 3308 packets/sec\\n 5 minute output rate 1372082 bits/sec, 338 packets/sec\\n The last 5 second input rate 28896833 bits/sec, 3082 packets/sec\\n The last 5 second output rate 1287264 bits/sec, 340 packets/sec\\n Input packets statistics:\\n 8345421050 input packets, 10961971783726 bytes, 0 no buffer\\n 2992643654 unicast packets, 5350294287 multicast packets, 2476802 broadcast packets\\n 6307 input errors, 0 CRC, 0 frame alignment, 0 overrun, 0 ignored,\\n 6307 abort, 0 length error, 0 pause frame\\n Output packets statistics:\\n 1939407474 output packets, 548953228787 bytes, 0 underruns\\n 1930682975 unicast packets, 7715935 multicast packets, 1008564 broadcast packets\\n 0 output errors, 0 collisions, 0 late collisions, 0 pause frame\\nInterface brief:\\n Ethernet1/0/26 is down, line protocol is down\\n Ethernet1/0/26 is layer 2 port, alias name is (null), index is 26\\n Hardware is SFP+, address is 00-1f-ce-86-45-f2\\n PVID is 1\\n MTU 10218 bytes, BW 10000 Kbit\\n Time since last status change:18w-2d-5h-44m-1s (11079841 seconds)\\n Encapsulation ARPA, Loopback not set\\n Auto-duplex, Auto-speed\\n FlowControl is off, MDI type is auto\\nTransceiver info:\\nStatistics:\\n 5 minute input rate 0 bits/sec, 0 packets/sec\\n 5 minute output rate 0 bits/sec, 0 packets/sec\\n The last 5 second input rate 0 bits/sec, 0 packets/sec\\n The last 5 second output rate 0 bits/sec, 0 packets/sec\\n Input packets statistics:\\n 0 input packets, 0 bytes, 0 no buffer\\n 0 unicast packets, 0 multicast packets, 0 broadcast packets\\n 0 input errors, 0 CRC, 0 frame alignment, 0 overrun, 0 ignored,\\n 0 abort, 0 length error, 0 pause frame\\n Output packets statistics:\\n 0 output packets, 0 bytes, 0 underruns\\n 0 unicast packets, 0 multicast packets, 0 broadcast packets\\n 0 output errors, 0 collisions, 0 late collisions, 0 pause frame\\nInterface brief:\\n Ethernet1/0/27 is down, line protocol is down\\n Ethernet1/0/27 is layer 2 port, alias name is (null), index is 27\\n Hardware is Unknown(card not installed), address is 00-1f-ce-86-45-f2\\n PVID is 1\\n MTU 10218 bytes, BW 10000 Kbit\\n Time since last status change:18w-2d-5h-44m-1s (11079841 seconds)\\n Encapsulation ARPA, Loopback not set\\n Auto-duplex, Auto-speed\\n FlowControl is off, MDI type is auto\\nTransceiver info:\\nStatistics:\\n 5 minute input rate 0 bits/sec, 0 packets/sec\\n 5 minute output rate 0 bits/sec, 0 packets/sec\\n The last 5 second input rate 0 bits/sec, 0 packets/sec\\n The last 5 second output rate 0 bits/sec, 0 packets/sec\\n Input packets statistics:\\n 0 input packets, 0 bytes, 0 no buffer\\n 0 unicast packets, 0 multicast packets, 0 broadcast packets\\n 0 input errors, 0 CRC, 0 frame alignment, 0 overrun, 0 ignored,\\n 0 abort, 0 length error, 0 pause frame\\n Output packets statistics:\\n 0 output packets, 0 bytes, 0 underruns\\n 0 unicast packets, 0 multicast packets, 0 broadcast packets\\n 0 output errors, 0 collisions, 0 late collisions, 0 pause frame\\nInterface brief:\\n Ethernet1/0/28 is down, line protocol is down\\n Ethernet1/0/28 is layer 2 port, alias name is (null), index is 28\\n Hardware is Unknown(card not installed), address is 00-1f-ce-86-45-f2\\n PVID is 1\\n MTU 10218 bytes, BW 10000 Kbit\\n Time since last status change:18w-2d-5h-44m-1s (11079841 seconds)\\n Encapsulation ARPA, Loopback not set\\n Auto-duplex, Auto-speed\\n FlowControl is off, MDI type is auto\\nTransceiver info:\\nStatistics:\\n 5 minute input rate 0 bits/sec, 0 packets/sec\\n 5 minute output rate 0 bits/sec, 0 packets/sec\\n The last 5 second input rate 0 bits/sec, 0 packets/sec\\n The last 5 second output rate 0 bits/sec, 0 packets/sec\\n Input packets statistics:\\n 0 input packets, 0 bytes, 0 no buffer\\n 0 unicast packets, 0 multicast packets, 0 broadcast packets\\n 0 input errors, 0 CRC, 0 frame alignment, 0 overrun, 0 ignored,\\n 0 abort, 0 length error, 0 pause frame\\n Output packets statistics:\\n 0 output packets, 0 bytes, 0 underruns\\n 0 unicast packets, 0 multicast packets, 0 broadcast packets\\n 0 output errors, 0 collisions, 0 late collisions, 0 pause frame\\nVlan101 is up(0), line protocol is up, dev index is 11101\\n Device flag 0x1003(UP BROADCAST MULTICAST)\\n Time since last status change:18w-2d-5h-42m-45s (11079765 seconds)\\n IPv4 address is:\\n 10.21.0.1 255.255.255.0 (Primary)\\n VRF Bind: Not Bind\\n Hardware is EtherSVI, address is 00-1f-ce-86-45-f1\\n MTU is 1500 bytes , BW is 0 Kbit\\n Encapsulation ARPA, loopback not set\\n 5 minute input rate 1360586 bits/sec, 337 packets/sec\\n 5 minute output rate 252752998 bits/sec, 26264 packets/sec\\n The last 5 second input rate 1274959 bits/sec, 337 packets/sec\\n The last 5 second output rate 232027281 bits/sec, 24042 packets/sec\\n Input packets statistics:\\n Input queue 0/1200, 0 drops\\n 1957035477 packets input, 104911891 bytes, 0 no buffer\\n 0 input errors, 0 CRC, 0 oversize, 0 undersize\\n 0 jabber, 0 fragments\\n Output packets statistics:\\n 1886322276 packets output, 593753348 bytes, 0 underruns\\n 0 output errors, 0 collisions\\nVlan88 is up(0), line protocol is up, dev index is 11088\\n Device flag 0x1003(UP BROADCAST MULTICAST)\\n Time since last status change:1w-2d-12h-51m-1s (823861 seconds)\\n IPv4 address is:\\n 10.21.255.194 255.255.255.252 (Primary)\\n VRF Bind: Not Bind\\n Hardware is EtherSVI, address is 00-1f-ce-86-45-f1\\n MTU is 1500 bytes , BW is 0 Kbit\\n Encapsulation ARPA, loopback not set\\n 5 minute input rate 30370683 bits/sec, 3308 packets/sec\\n 5 minute output rate 1372082 bits/sec, 338 packets/sec\\n The last 5 second input rate 28896833 bits/sec, 3082 packets/sec\\n The last 5 second output rate 1287264 bits/sec, 340 packets/sec\\n Input packets statistics:\\n Input queue 0/1200, 0 drops\\n 4050453754 packets input, 1215244334 bytes, 0 no buffer\\n 6307 input errors, 0 CRC, 6307 oversize, 0 undersize\\n 0 jabber, 0 fragments\\n Output packets statistics:\\n 1939407474 packets output, 3492382195 bytes, 0 underruns\\n 0 output errors, 0 collisions\\n", "show description interface": "show description interface\\n ^\\n% Invalid input detected at \\'^\\' marker.\\n\\n", "show interface brief": "show interface brief\\ninterface error!\\n"}}r
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement