Advertisement
Guest User

Untitled

a guest
Jul 23rd, 2012
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 66.35 KB | None | 0 0
  1. # -*- coding: utf-8 -*-
  2. ##----------------------------------------------------------------------
  3. ## Alcatel.AOS.get_interfaces test
  4. ## Auto-generated by ./noc debug-script at 23.07.2012 11:41:22
  5. ##----------------------------------------------------------------------
  6. ## Copyright (C) 2007-2012 The NOC Project
  7. ## See LICENSE for details
  8. ##----------------------------------------------------------------------
  9.  
  10. ## NOC modules
  11. from noc.lib.test import ScriptTestCase
  12.  
  13.  
  14. class Alcatel_AOS_get_interfaces_Test(ScriptTestCase):
  15. script = "Alcatel.AOS.get_interfaces"
  16. vendor = "Alcatel"
  17. platform = "OS6850-U24X"
  18. version = "6.4.4.343.R01"
  19. input = {}
  20. result = u'<class \'noc.sa.interfaces.base.InterfaceTypeError\'>\nDictParameter: {\'name\': \'1/1\', \'subinterfaces\': [], \'mac\': \'00:e0:b1:88:7a:ba\', \'oper_status\': \'up\', \'admin_status\': \'up\', \'type\': \'physical\'}. Attribute \'interfaces\' is required in {\'name\': \'1/1\', \'subinterfaces\': [], \'mac\': \'00:e0:b1:88:7a:ba\', \'oper_status\': \'up\', \'admin_status\': \'up\', \'type\': \'physical\'}\nSTART OF TRACEBACK\n------------------------------------------------------------------------\nFile: /var/backups/noc/sa/interfaces/base.py (Line: 55)\nFunction: raise_error\n 48 :param value: Value where error detected\n 49 :type value: Arbitrary python type\n 50 :param msg: Optional message\n 51 :type msg: String\n 52 :raises InterfaceTypeError\n 53 """\n 54 raise InterfaceTypeError("%s: %s. %s" % (self.__class__.__name__,\n 55 ==> repr(value), msg))\n 56 \n 57 def clean(self, value):\n 58 """\n 59 Input parameter normalization\n 60 \n 61 :param value: Input parameter\nVariables:\n msg = "Attribute \'interfaces\' is required in {\'name\': \'1/1\', \'subinterfaces\': [], \'mac\': \'00:e0:b1:88:7a:ba\', \'oper_status\': \'up\', \'admin_status\': \'up\', \'type\': \'physical\'}"\n self = <noc.sa.interfaces.base.DictParameter object at 0x1218c50>\n value = {\'name\': \'1/1\', \'subinterfaces\': [], \'mac\': \'00:e0:b1:88:7a:ba\', \'oper_status\': \'up\', \'admin_status\': \'up\', \'type\': \'physical\'}\n------------------------------------------------------------------------\nFile: /var/backups/noc/sa/interfaces/base.py (Line: 669)\nFunction: clean\n 662 out_value = {}\n 663 for a_name, attr in self.attrs.items():\n 664 if a_name not in in_value and attr.required:\n 665 if attr.default is not None:\n 666 out_value[a_name] = attr.default\n 667 else:\n 668 self.raise_error(value,\n 669 ==> "Attribute \'%s\' is required in %s" % (a_name, value))\n 670 if a_name in in_value:\n 671 try:\n 672 out_value[a_name] = attr.clean(in_value[a_name])\n 673 except InterfaceTypeError, why:\n 674 self.raise_error(value,\n 675 "Invalid value for \'%s\': %s" % (a_name, why))\nVariables:\n a_name = \'interfaces\'\n attr = <noc.sa.interfaces.base.ListOfParameter object at 0x1218c10>\n self = <noc.sa.interfaces.base.DictParameter object at 0x1218c50>\n in_value = {\'mac\': \'00:e0:b1:88:7a:ba\', \'admin_status\': \'up\', \'name\': \'1/1\', \'subinterfaces\': [], \'type\': \'physical\', \'oper_status\': \'up\'}\n value = {\'name\': \'1/1\', \'subinterfaces\': [], \'mac\': \'00:e0:b1:88:7a:ba\', \'oper_status\': \'up\', \'admin_status\': \'up\', \'type\': \'physical\'}\n out_value = {}\n------------------------------------------------------------------------\nFile: /var/backups/noc/sa/interfaces/base.py (Line: 602)\nFunction: clean\n 595 def clean(self, value):\n 596 if value is None and self.default is not None:\n 597 return self.default\n 598 v = super(ListOfParameter, self).clean(value)\n 599 if self.is_list:\n 600 return [[e.clean(vv) for e, vv in zip(self.element, v)] for v in value]\n 601 else:\n 602 ==> return [self.element.clean(x) for x in v]\n 603 \n 604 def script_clean_input(self, profile, value):\n 605 if value is None and self.default is not None:\n 606 return self.default\n 607 v = super(ListOfParameter, self).script_clean_input(profile, value)\n 608 if self.is_list:\nVariables:\n x = {\'name\': \'1/1\', \'subinterfaces\': [], \'mac\': \'00:e0:b1:88:7a:ba\', \'oper_status\': \'up\', \'admin_status\': \'up\', \'type\': \'physical\'}\n _[3] = []\n self = <noc.sa.interfaces.base.ListOfParameter object at 0x1218c90>\n value = [{\'name\': \'1/1\', \'subinterfaces\': [], \'mac\': \'00:e0:b1:88:7a:ba\', \'oper_status\': \'up\', \'admin_status\': \'up\', \'type\': \'physical\'}, {\'name\': \'1/2\', \'subinterfaces\': [], \'mac\': \'00:e0:b1:88:7a:bb\', \'oper_status\': \'down\', \'admin_status\': \'down\', \'type\': \'physical\'}, {\'name\': \'1/3\', \'subinterfaces\': [], \'mac\': \'00:e0:b1:88:7a:bc\', \'oper_status\': \'up\', \'admin_status\': \'up\', \'type\': \'physical\'}, {\'name\': \'1/4\', \'subinterfaces\': [], \'mac\': \'00:e0:b1:88:7a:bd\', \'oper_status\': \'down\', \'admin_status\': \'down\', \'type\': \'physical\'}, {\'name\': \'1/5\', \'subinterfaces\': [], \'mac\': \'00:e0:b1:88:7a:be\', \'oper_status\': \'down\', \'admin_status\': \'down\', \'type\': \'physical\'}, {\'name\': \'1/6\', \'subinterfaces\': [], \'mac\': \'00:e0:b1:88:7a:bf\', \'oper_status\': \'up\', \'admin_status\': \'up\', \'type\': \'physical\'}, {\'name\': \'1/7\', \'subinterfaces\': [], \'mac\': \'00:e0:b1:88:7a:c0\', \'oper_status\': \'up\', \'admin_status\': \'up\', \'type\': \'physical\'}, {\'name\': \'1/8\', \'subinterfaces\': [], \'mac\': \'00:e0:b1:88:7a:c1\', \'oper_status\': \'up\', \'admin_status\': \'up\', \'type\': \'physical\'}, {\'name\': \'1/9\', \'subinterfaces\': [], \'mac\': \'00:e0:b1:88:7a:c2\', \'oper_status\': \'down\', \'admin_status\': \'down\', \'type\': \'physical\'}, {\'name\': \'1/10\', \'subinterfaces\': [], \'mac\': \'00:e0:b1:88:7a:c3\', \'oper_status\': \'up\', \'admin_status\': \'up\', \'type\': \'physical\'}, {\'name\': \'1/11\', \'subinterfaces\': [], \'mac\': \'00:e0:b1:88:7a:c4\', \'oper_status\': \'up\', \'admin_status\': \'up\', \'type\': \'physical\'}, {\'name\': \'1/12\', \'subinterfaces\': [], \'mac\': \'00:e0:b1:88:7a:c5\', \'oper_status\': \'up\', \'admin_status\': \'up\', \'type\': \'physical\'}, {\'name\': \'1/13\', \'subinterfaces\': [], \'mac\': \'00:e0:b1:88:7a:c6\', \'oper_status\': \'down\', \'admin_status\': \'down\', \'type\': \'physical\'}, {\'name\': \'1/14\', \'subinterfaces\': [], \'mac\': \'00:e0:b1:88:7a:c7\', \'oper_status\': \'up\', \'admin_status\': \'up\', \'type\': \'physical\'}, {\'name\': \'1/15\', \'subinterfaces\': [], \'mac\': \'00:e0:b1:88:7a:c8\', \'oper_status\': \'up\', \'admin_status\': \'up\', \'type\': \'physical\'}, {\'name\': \'1/16\', \'subinterfaces\': [], \'mac\': \'00:e0:b1:88:7a:c9\', \'oper_status\': \'up\', \'admin_status\': \'up\', \'type\': \'physical\'}, {\'name\': \'1/17\', \'subinterfaces\': [], \'mac\': \'00:e0:b1:88:7a:ca\', \'oper_status\': \'up\', \'admin_status\': \'up\', \'type\': \'physical\'}, {\'name\': \'1/18\', \'subinterfaces\': [], \'mac\': \'00:e0:b1:88:7a:cb\', \'oper_status\': \'up\', \'admin_status\': \'up\', \'type\': \'physical\'}, {\'name\': \'1/19\', \'subinterfaces\': [], \'mac\': \'00:e0:b1:88:7a:cc\', \'oper_status\': \'up\', \'admin_status\': \'up\', \'type\': \'physical\'}, {\'name\': \'1/20\', \'subinterfaces\': [], \'mac\': \'00:e0:b1:88:7a:cd\', \'oper_status\': \'up\', \'admin_status\': \'up\', \'type\': \'physical\'}, {\'name\': \'1/21\', \'subinterfaces\': [], \'mac\': \'00:e0:b1:88:7a:ce\', \'oper_status\': \'down\', \'admin_status\': \'down\', \'type\': \'physical\'}, {\'name\': \'1/22\', \'subinterfaces\': [], \'mac\': \'00:e0:b1:88:7a:cf\', \'oper_status\': \'down\', \'admin_status\': \'down\', \'type\': \'physical\'}, {\'name\': \'1/23\', \'subinterfaces\': [], \'mac\': \'00:e0:b1:88:7a:d0\', \'oper_status\': \'up\', \'admin_status\': \'up\', \'type\': \'physical\'}, {\'name\': \'1/24\', \'subinterfaces\': [], \'mac\': \'00:e0:b1:88:7a:d1\', \'oper_status\': \'up\', \'admin_status\': \'up\', \'type\': \'physical\'}, {\'name\': \'1/25\', \'subinterfaces\': [], \'mac\': \'00:e0:b1:88:7a:d2\', \'oper_status\': \'up\', \'admin_status\': \'up\', \'type\': \'physical\'}, {\'name\': \'1/26\', \'subinterfaces\': [], \'mac\': \'00:e0:b1:88:7a:d3\', \'oper_status\': \'down\', \'admin_status\': \'down\', \'type\': \'physical\'}]\n v = [{\'name\': \'1/1\', \'subinterfaces\': [], \'mac\': \'00:e0:b1:88:7a:ba\', \'oper_status\': \'up\', \'admin_status\': \'up\', \'type\': \'physical\'}, {\'name\': \'1/2\', \'subinterfaces\': [], \'mac\': \'00:e0:b1:88:7a:bb\', \'oper_status\': \'down\', \'admin_status\': \'down\', \'type\': \'physical\'}, {\'name\': \'1/3\', \'subinterfaces\': [], \'mac\': \'00:e0:b1:88:7a:bc\', \'oper_status\': \'up\', \'admin_status\': \'up\', \'type\': \'physical\'}, {\'name\': \'1/4\', \'subinterfaces\': [], \'mac\': \'00:e0:b1:88:7a:bd\', \'oper_status\': \'down\', \'admin_status\': \'down\', \'type\': \'physical\'}, {\'name\': \'1/5\', \'subinterfaces\': [], \'mac\': \'00:e0:b1:88:7a:be\', \'oper_status\': \'down\', \'admin_status\': \'down\', \'type\': \'physical\'}, {\'name\': \'1/6\', \'subinterfaces\': [], \'mac\': \'00:e0:b1:88:7a:bf\', \'oper_status\': \'up\', \'admin_status\': \'up\', \'type\': \'physical\'}, {\'name\': \'1/7\', \'subinterfaces\': [], \'mac\': \'00:e0:b1:88:7a:c0\', \'oper_status\': \'up\', \'admin_status\': \'up\', \'type\': \'physical\'}, {\'name\': \'1/8\', \'subinterfaces\': [], \'mac\': \'00:e0:b1:88:7a:c1\', \'oper_status\': \'up\', \'admin_status\': \'up\', \'type\': \'physical\'}, {\'name\': \'1/9\', \'subinterfaces\': [], \'mac\': \'00:e0:b1:88:7a:c2\', \'oper_status\': \'down\', \'admin_status\': \'down\', \'type\': \'physical\'}, {\'name\': \'1/10\', \'subinterfaces\': [], \'mac\': \'00:e0:b1:88:7a:c3\', \'oper_status\': \'up\', \'admin_status\': \'up\', \'type\': \'physical\'}, {\'name\': \'1/11\', \'subinterfaces\': [], \'mac\': \'00:e0:b1:88:7a:c4\', \'oper_status\': \'up\', \'admin_status\': \'up\', \'type\': \'physical\'}, {\'name\': \'1/12\', \'subinterfaces\': [], \'mac\': \'00:e0:b1:88:7a:c5\', \'oper_status\': \'up\', \'admin_status\': \'up\', \'type\': \'physical\'}, {\'name\': \'1/13\', \'subinterfaces\': [], \'mac\': \'00:e0:b1:88:7a:c6\', \'oper_status\': \'down\', \'admin_status\': \'down\', \'type\': \'physical\'}, {\'name\': \'1/14\', \'subinterfaces\': [], \'mac\': \'00:e0:b1:88:7a:c7\', \'oper_status\': \'up\', \'admin_status\': \'up\', \'type\': \'physical\'}, {\'name\': \'1/15\', \'subinterfaces\': [], \'mac\': \'00:e0:b1:88:7a:c8\', \'oper_status\': \'up\', \'admin_status\': \'up\', \'type\': \'physical\'}, {\'name\': \'1/16\', \'subinterfaces\': [], \'mac\': \'00:e0:b1:88:7a:c9\', \'oper_status\': \'up\', \'admin_status\': \'up\', \'type\': \'physical\'}, {\'name\': \'1/17\', \'subinterfaces\': [], \'mac\': \'00:e0:b1:88:7a:ca\', \'oper_status\': \'up\', \'admin_status\': \'up\', \'type\': \'physical\'}, {\'name\': \'1/18\', \'subinterfaces\': [], \'mac\': \'00:e0:b1:88:7a:cb\', \'oper_status\': \'up\', \'admin_status\': \'up\', \'type\': \'physical\'}, {\'name\': \'1/19\', \'subinterfaces\': [], \'mac\': \'00:e0:b1:88:7a:cc\', \'oper_status\': \'up\', \'admin_status\': \'up\', \'type\': \'physical\'}, {\'name\': \'1/20\', \'subinterfaces\': [], \'mac\': \'00:e0:b1:88:7a:cd\', \'oper_status\': \'up\', \'admin_status\': \'up\', \'type\': \'physical\'}, {\'name\': \'1/21\', \'subinterfaces\': [], \'mac\': \'00:e0:b1:88:7a:ce\', \'oper_status\': \'down\', \'admin_status\': \'down\', \'type\': \'physical\'}, {\'name\': \'1/22\', \'subinterfaces\': [], \'mac\': \'00:e0:b1:88:7a:cf\', \'oper_status\': \'down\', \'admin_status\': \'down\', \'type\': \'physical\'}, {\'name\': \'1/23\', \'subinterfaces\': [], \'mac\': \'00:e0:b1:88:7a:d0\', \'oper_status\': \'up\', \'admin_status\': \'up\', \'type\': \'physical\'}, {\'name\': \'1/24\', \'subinterfaces\': [], \'mac\': \'00:e0:b1:88:7a:d1\', \'oper_status\': \'up\', \'admin_status\': \'up\', \'type\': \'physical\'}, {\'name\': \'1/25\', \'subinterfaces\': [], \'mac\': \'00:e0:b1:88:7a:d2\', \'oper_status\': \'up\', \'admin_status\': \'up\', \'type\': \'physical\'}, {\'name\': \'1/26\', \'subinterfaces\': [], \'mac\': \'00:e0:b1:88:7a:d3\', \'oper_status\': \'down\', \'admin_status\': \'down\', \'type\': \'physical\'}]\n------------------------------------------------------------------------\nFile: /var/backups/noc/sa/interfaces/base.py (Line: 91)\nFunction: script_clean_result\n 84 \n 85 :param profile: Profile\n 86 :type profile: Profile instance\n 87 :param value: Input parameter\n 88 :type value: Arbitrary python type\n 89 :return: Normalized value\n 90 """\n 91 ==> return self.clean(value)\n 92 \n 93 def form_clean(self, value):\n 94 """\n 95 Clean up form field\n 96 \n 97 :param value: Input parameter\nVariables:\n profile = <noc.sa.profiles.Alcatel.AOS.Profile object at 0x2d75850>\n self = <noc.sa.interfaces.base.ListOfParameter object at 0x1218c90>\n value = [{\'name\': \'1/1\', \'subinterfaces\': [], \'mac\': \'00:e0:b1:88:7a:ba\', \'oper_status\': \'up\', \'admin_status\': \'up\', \'type\': \'physical\'}, {\'name\': \'1/2\', \'subinterfaces\': [], \'mac\': \'00:e0:b1:88:7a:bb\', \'oper_status\': \'down\', \'admin_status\': \'down\', \'type\': \'physical\'}, {\'name\': \'1/3\', \'subinterfaces\': [], \'mac\': \'00:e0:b1:88:7a:bc\', \'oper_status\': \'up\', \'admin_status\': \'up\', \'type\': \'physical\'}, {\'name\': \'1/4\', \'subinterfaces\': [], \'mac\': \'00:e0:b1:88:7a:bd\', \'oper_status\': \'down\', \'admin_status\': \'down\', \'type\': \'physical\'}, {\'name\': \'1/5\', \'subinterfaces\': [], \'mac\': \'00:e0:b1:88:7a:be\', \'oper_status\': \'down\', \'admin_status\': \'down\', \'type\': \'physical\'}, {\'name\': \'1/6\', \'subinterfaces\': [], \'mac\': \'00:e0:b1:88:7a:bf\', \'oper_status\': \'up\', \'admin_status\': \'up\', \'type\': \'physical\'}, {\'name\': \'1/7\', \'subinterfaces\': [], \'mac\': \'00:e0:b1:88:7a:c0\', \'oper_status\': \'up\', \'admin_status\': \'up\', \'type\': \'physical\'}, {\'name\': \'1/8\', \'subinterfaces\': [], \'mac\': \'00:e0:b1:88:7a:c1\', \'oper_status\': \'up\', \'admin_status\': \'up\', \'type\': \'physical\'}, {\'name\': \'1/9\', \'subinterfaces\': [], \'mac\': \'00:e0:b1:88:7a:c2\', \'oper_status\': \'down\', \'admin_status\': \'down\', \'type\': \'physical\'}, {\'name\': \'1/10\', \'subinterfaces\': [], \'mac\': \'00:e0:b1:88:7a:c3\', \'oper_status\': \'up\', \'admin_status\': \'up\', \'type\': \'physical\'}, {\'name\': \'1/11\', \'subinterfaces\': [], \'mac\': \'00:e0:b1:88:7a:c4\', \'oper_status\': \'up\', \'admin_status\': \'up\', \'type\': \'physical\'}, {\'name\': \'1/12\', \'subinterfaces\': [], \'mac\': \'00:e0:b1:88:7a:c5\', \'oper_status\': \'up\', \'admin_status\': \'up\', \'type\': \'physical\'}, {\'name\': \'1/13\', \'subinterfaces\': [], \'mac\': \'00:e0:b1:88:7a:c6\', \'oper_status\': \'down\', \'admin_status\': \'down\', \'type\': \'physical\'}, {\'name\': \'1/14\', \'subinterfaces\': [], \'mac\': \'00:e0:b1:88:7a:c7\', \'oper_status\': \'up\', \'admin_status\': \'up\', \'type\': \'physical\'}, {\'name\': \'1/15\', \'subinterfaces\': [], \'mac\': \'00:e0:b1:88:7a:c8\', \'oper_status\': \'up\', \'admin_status\': \'up\', \'type\': \'physical\'}, {\'name\': \'1/16\', \'subinterfaces\': [], \'mac\': \'00:e0:b1:88:7a:c9\', \'oper_status\': \'up\', \'admin_status\': \'up\', \'type\': \'physical\'}, {\'name\': \'1/17\', \'subinterfaces\': [], \'mac\': \'00:e0:b1:88:7a:ca\', \'oper_status\': \'up\', \'admin_status\': \'up\', \'type\': \'physical\'}, {\'name\': \'1/18\', \'subinterfaces\': [], \'mac\': \'00:e0:b1:88:7a:cb\', \'oper_status\': \'up\', \'admin_status\': \'up\', \'type\': \'physical\'}, {\'name\': \'1/19\', \'subinterfaces\': [], \'mac\': \'00:e0:b1:88:7a:cc\', \'oper_status\': \'up\', \'admin_status\': \'up\', \'type\': \'physical\'}, {\'name\': \'1/20\', \'subinterfaces\': [], \'mac\': \'00:e0:b1:88:7a:cd\', \'oper_status\': \'up\', \'admin_status\': \'up\', \'type\': \'physical\'}, {\'name\': \'1/21\', \'subinterfaces\': [], \'mac\': \'00:e0:b1:88:7a:ce\', \'oper_status\': \'down\', \'admin_status\': \'down\', \'type\': \'physical\'}, {\'name\': \'1/22\', \'subinterfaces\': [], \'mac\': \'00:e0:b1:88:7a:cf\', \'oper_status\': \'down\', \'admin_status\': \'down\', \'type\': \'physical\'}, {\'name\': \'1/23\', \'subinterfaces\': [], \'mac\': \'00:e0:b1:88:7a:d0\', \'oper_status\': \'up\', \'admin_status\': \'up\', \'type\': \'physical\'}, {\'name\': \'1/24\', \'subinterfaces\': [], \'mac\': \'00:e0:b1:88:7a:d1\', \'oper_status\': \'up\', \'admin_status\': \'up\', \'type\': \'physical\'}, {\'name\': \'1/25\', \'subinterfaces\': [], \'mac\': \'00:e0:b1:88:7a:d2\', \'oper_status\': \'up\', \'admin_status\': \'up\', \'type\': \'physical\'}, {\'name\': \'1/26\', \'subinterfaces\': [], \'mac\': \'00:e0:b1:88:7a:d3\', \'oper_status\': \'down\', \'admin_status\': \'down\', \'type\': \'physical\'}]\n------------------------------------------------------------------------\nFile: /var/backups/noc/sa/interfaces/base.py (Line: 616)\nFunction: script_clean_result\n 609 return [[e.script_clean_input(profile, vv) for e, vv in zip(self.element, v)] for v in value]\n 610 else:\n 611 return [self.element.script_clean_input(profile, x) for x in v]\n 612 \n 613 def script_clean_result(self, profile, value):\n 614 if value is None and self.default is not None:\n 615 return self.default\n 616 ==> v = super(ListOfParameter, self).script_clean_result(profile, value)\n 617 if self.is_list:\n 618 return [[e.script_clean_result(profile, vv) for e, vv in zip(self.element, v)] for v in value]\n 619 else:\n 620 return [self.element.script_clean_result(profile, x) for x in v]\n 621 \n 622 \nVariables:\n profile = <noc.sa.profiles.Alcatel.AOS.Profile object at 0x2d75850>\n self = <noc.sa.interfaces.base.ListOfParameter object at 0x1218c90>\n value = [{\'name\': \'1/1\', \'subinterfaces\': [], \'mac\': \'00:e0:b1:88:7a:ba\', \'oper_status\': \'up\', \'admin_status\': \'up\', \'type\': \'physical\'}, {\'name\': \'1/2\', \'subinterfaces\': [], \'mac\': \'00:e0:b1:88:7a:bb\', \'oper_status\': \'down\', \'admin_status\': \'down\', \'type\': \'physical\'}, {\'name\': \'1/3\', \'subinterfaces\': [], \'mac\': \'00:e0:b1:88:7a:bc\', \'oper_status\': \'up\', \'admin_status\': \'up\', \'type\': \'physical\'}, {\'name\': \'1/4\', \'subinterfaces\': [], \'mac\': \'00:e0:b1:88:7a:bd\', \'oper_status\': \'down\', \'admin_status\': \'down\', \'type\': \'physical\'}, {\'name\': \'1/5\', \'subinterfaces\': [], \'mac\': \'00:e0:b1:88:7a:be\', \'oper_status\': \'down\', \'admin_status\': \'down\', \'type\': \'physical\'}, {\'name\': \'1/6\', \'subinterfaces\': [], \'mac\': \'00:e0:b1:88:7a:bf\', \'oper_status\': \'up\', \'admin_status\': \'up\', \'type\': \'physical\'}, {\'name\': \'1/7\', \'subinterfaces\': [], \'mac\': \'00:e0:b1:88:7a:c0\', \'oper_status\': \'up\', \'admin_status\': \'up\', \'type\': \'physical\'}, {\'name\': \'1/8\', \'subinterfaces\': [], \'mac\': \'00:e0:b1:88:7a:c1\', \'oper_status\': \'up\', \'admin_status\': \'up\', \'type\': \'physical\'}, {\'name\': \'1/9\', \'subinterfaces\': [], \'mac\': \'00:e0:b1:88:7a:c2\', \'oper_status\': \'down\', \'admin_status\': \'down\', \'type\': \'physical\'}, {\'name\': \'1/10\', \'subinterfaces\': [], \'mac\': \'00:e0:b1:88:7a:c3\', \'oper_status\': \'up\', \'admin_status\': \'up\', \'type\': \'physical\'}, {\'name\': \'1/11\', \'subinterfaces\': [], \'mac\': \'00:e0:b1:88:7a:c4\', \'oper_status\': \'up\', \'admin_status\': \'up\', \'type\': \'physical\'}, {\'name\': \'1/12\', \'subinterfaces\': [], \'mac\': \'00:e0:b1:88:7a:c5\', \'oper_status\': \'up\', \'admin_status\': \'up\', \'type\': \'physical\'}, {\'name\': \'1/13\', \'subinterfaces\': [], \'mac\': \'00:e0:b1:88:7a:c6\', \'oper_status\': \'down\', \'admin_status\': \'down\', \'type\': \'physical\'}, {\'name\': \'1/14\', \'subinterfaces\': [], \'mac\': \'00:e0:b1:88:7a:c7\', \'oper_status\': \'up\', \'admin_status\': \'up\', \'type\': \'physical\'}, {\'name\': \'1/15\', \'subinterfaces\': [], \'mac\': \'00:e0:b1:88:7a:c8\', \'oper_status\': \'up\', \'admin_status\': \'up\', \'type\': \'physical\'}, {\'name\': \'1/16\', \'subinterfaces\': [], \'mac\': \'00:e0:b1:88:7a:c9\', \'oper_status\': \'up\', \'admin_status\': \'up\', \'type\': \'physical\'}, {\'name\': \'1/17\', \'subinterfaces\': [], \'mac\': \'00:e0:b1:88:7a:ca\', \'oper_status\': \'up\', \'admin_status\': \'up\', \'type\': \'physical\'}, {\'name\': \'1/18\', \'subinterfaces\': [], \'mac\': \'00:e0:b1:88:7a:cb\', \'oper_status\': \'up\', \'admin_status\': \'up\', \'type\': \'physical\'}, {\'name\': \'1/19\', \'subinterfaces\': [], \'mac\': \'00:e0:b1:88:7a:cc\', \'oper_status\': \'up\', \'admin_status\': \'up\', \'type\': \'physical\'}, {\'name\': \'1/20\', \'subinterfaces\': [], \'mac\': \'00:e0:b1:88:7a:cd\', \'oper_status\': \'up\', \'admin_status\': \'up\', \'type\': \'physical\'}, {\'name\': \'1/21\', \'subinterfaces\': [], \'mac\': \'00:e0:b1:88:7a:ce\', \'oper_status\': \'down\', \'admin_status\': \'down\', \'type\': \'physical\'}, {\'name\': \'1/22\', \'subinterfaces\': [], \'mac\': \'00:e0:b1:88:7a:cf\', \'oper_status\': \'down\', \'admin_status\': \'down\', \'type\': \'physical\'}, {\'name\': \'1/23\', \'subinterfaces\': [], \'mac\': \'00:e0:b1:88:7a:d0\', \'oper_status\': \'up\', \'admin_status\': \'up\', \'type\': \'physical\'}, {\'name\': \'1/24\', \'subinterfaces\': [], \'mac\': \'00:e0:b1:88:7a:d1\', \'oper_status\': \'up\', \'admin_status\': \'up\', \'type\': \'physical\'}, {\'name\': \'1/25\', \'subinterfaces\': [], \'mac\': \'00:e0:b1:88:7a:d2\', \'oper_status\': \'up\', \'admin_status\': \'up\', \'type\': \'physical\'}, {\'name\': \'1/26\', \'subinterfaces\': [], \'mac\': \'00:e0:b1:88:7a:d3\', \'oper_status\': \'down\', \'admin_status\': \'down\', \'type\': \'physical\'}]\n------------------------------------------------------------------------\nFile: /var/backups/noc/sa/interfaces/base.py (Line: 1248)\nFunction: script_clean_result\n 1241 return self.clean(__profile, **kwargs)\n 1242 \n 1243 def script_clean_result(self, __profile, result):\n 1244 try:\n 1245 rp = self.returns\n 1246 except AttributeError:\n 1247 return result\n 1248 ==> return rp.script_clean_result(__profile, result)\n 1249 \n 1250 def template_clean_result(self, __profile, result):\n 1251 return result\n 1252 \n 1253 def requires_input(self):\n 1254 for n, p in self.gen_parameters():\nVariables:\n _Interface__profile = <noc.sa.profiles.Alcatel.AOS.Profile object at 0x2d75850>\n rp = <noc.sa.interfaces.base.ListOfParameter object at 0x1218c90>\n result = [{\'name\': \'1/1\', \'subinterfaces\': [], \'mac\': \'00:e0:b1:88:7a:ba\', \'oper_status\': \'up\', \'admin_status\': \'up\', \'type\': \'physical\'}, {\'name\': \'1/2\', \'subinterfaces\': [], \'mac\': \'00:e0:b1:88:7a:bb\', \'oper_status\': \'down\', \'admin_status\': \'down\', \'type\': \'physical\'}, {\'name\': \'1/3\', \'subinterfaces\': [], \'mac\': \'00:e0:b1:88:7a:bc\', \'oper_status\': \'up\', \'admin_status\': \'up\', \'type\': \'physical\'}, {\'name\': \'1/4\', \'subinterfaces\': [], \'mac\': \'00:e0:b1:88:7a:bd\', \'oper_status\': \'down\', \'admin_status\': \'down\', \'type\': \'physical\'}, {\'name\': \'1/5\', \'subinterfaces\': [], \'mac\': \'00:e0:b1:88:7a:be\', \'oper_status\': \'down\', \'admin_status\': \'down\', \'type\': \'physical\'}, {\'name\': \'1/6\', \'subinterfaces\': [], \'mac\': \'00:e0:b1:88:7a:bf\', \'oper_status\': \'up\', \'admin_status\': \'up\', \'type\': \'physical\'}, {\'name\': \'1/7\', \'subinterfaces\': [], \'mac\': \'00:e0:b1:88:7a:c0\', \'oper_status\': \'up\', \'admin_status\': \'up\', \'type\': \'physical\'}, {\'name\': \'1/8\', \'subinterfaces\': [], \'mac\': \'00:e0:b1:88:7a:c1\', \'oper_status\': \'up\', \'admin_status\': \'up\', \'type\': \'physical\'}, {\'name\': \'1/9\', \'subinterfaces\': [], \'mac\': \'00:e0:b1:88:7a:c2\', \'oper_status\': \'down\', \'admin_status\': \'down\', \'type\': \'physical\'}, {\'name\': \'1/10\', \'subinterfaces\': [], \'mac\': \'00:e0:b1:88:7a:c3\', \'oper_status\': \'up\', \'admin_status\': \'up\', \'type\': \'physical\'}, {\'name\': \'1/11\', \'subinterfaces\': [], \'mac\': \'00:e0:b1:88:7a:c4\', \'oper_status\': \'up\', \'admin_status\': \'up\', \'type\': \'physical\'}, {\'name\': \'1/12\', \'subinterfaces\': [], \'mac\': \'00:e0:b1:88:7a:c5\', \'oper_status\': \'up\', \'admin_status\': \'up\', \'type\': \'physical\'}, {\'name\': \'1/13\', \'subinterfaces\': [], \'mac\': \'00:e0:b1:88:7a:c6\', \'oper_status\': \'down\', \'admin_status\': \'down\', \'type\': \'physical\'}, {\'name\': \'1/14\', \'subinterfaces\': [], \'mac\': \'00:e0:b1:88:7a:c7\', \'oper_status\': \'up\', \'admin_status\': \'up\', \'type\': \'physical\'}, {\'name\': \'1/15\', \'subinterfaces\': [], \'mac\': \'00:e0:b1:88:7a:c8\', \'oper_status\': \'up\', \'admin_status\': \'up\', \'type\': \'physical\'}, {\'name\': \'1/16\', \'subinterfaces\': [], \'mac\': \'00:e0:b1:88:7a:c9\', \'oper_status\': \'up\', \'admin_status\': \'up\', \'type\': \'physical\'}, {\'name\': \'1/17\', \'subinterfaces\': [], \'mac\': \'00:e0:b1:88:7a:ca\', \'oper_status\': \'up\', \'admin_status\': \'up\', \'type\': \'physical\'}, {\'name\': \'1/18\', \'subinterfaces\': [], \'mac\': \'00:e0:b1:88:7a:cb\', \'oper_status\': \'up\', \'admin_status\': \'up\', \'type\': \'physical\'}, {\'name\': \'1/19\', \'subinterfaces\': [], \'mac\': \'00:e0:b1:88:7a:cc\', \'oper_status\': \'up\', \'admin_status\': \'up\', \'type\': \'physical\'}, {\'name\': \'1/20\', \'subinterfaces\': [], \'mac\': \'00:e0:b1:88:7a:cd\', \'oper_status\': \'up\', \'admin_status\': \'up\', \'type\': \'physical\'}, {\'name\': \'1/21\', \'subinterfaces\': [], \'mac\': \'00:e0:b1:88:7a:ce\', \'oper_status\': \'down\', \'admin_status\': \'down\', \'type\': \'physical\'}, {\'name\': \'1/22\', \'subinterfaces\': [], \'mac\': \'00:e0:b1:88:7a:cf\', \'oper_status\': \'down\', \'admin_status\': \'down\', \'type\': \'physical\'}, {\'name\': \'1/23\', \'subinterfaces\': [], \'mac\': \'00:e0:b1:88:7a:d0\', \'oper_status\': \'up\', \'admin_status\': \'up\', \'type\': \'physical\'}, {\'name\': \'1/24\', \'subinterfaces\': [], \'mac\': \'00:e0:b1:88:7a:d1\', \'oper_status\': \'up\', \'admin_status\': \'up\', \'type\': \'physical\'}, {\'name\': \'1/25\', \'subinterfaces\': [], \'mac\': \'00:e0:b1:88:7a:d2\', \'oper_status\': \'up\', \'admin_status\': \'up\', \'type\': \'physical\'}, {\'name\': \'1/26\', \'subinterfaces\': [], \'mac\': \'00:e0:b1:88:7a:d3\', \'oper_status\': \'down\', \'admin_status\': \'down\', \'type\': \'physical\'}]\n self = <noc.sa.interfaces.igetinterfaces.IGetInterfaces object at 0x25b5ed0>\n------------------------------------------------------------------------\nFile: /var/backups/noc/sa/script/script.py (Line: 417)\nFunction: guarded_run\n 410 self.kwargs))\n 411 pass\n 412 # Calling script body\n 413 self._thread_id = thread.get_ident()\n 414 result = self.execute(**self.kwargs)\n 415 # Enforce interface result checking\n 416 for i in self.implements:\n 417 ==> result = i.script_clean_result(self.profile, result)\n 418 # Cache result when required\n 419 if self.cache and self.parent is not None:\n 420 self.debug("Write to call cache: %s, %s, %r" % (self.name,\n 421 self.kwargs,\n 422 result))\n 423 self.set_cache(self.name, self.kwargs, result)\nVariables:\n i = <noc.sa.interfaces.igetinterfaces.IGetInterfaces object at 0x25b5ed0>\n self = <Script(script-10.200.0.3-Alcatel.AOS.get_interfaces, started 140250141660928)>\n result = [{\'name\': \'1/1\', \'subinterfaces\': [], \'mac\': \'00:e0:b1:88:7a:ba\', \'oper_status\': \'up\', \'admin_status\': \'up\', \'type\': \'physical\'}, {\'name\': \'1/2\', \'subinterfaces\': [], \'mac\': \'00:e0:b1:88:7a:bb\', \'oper_status\': \'down\', \'admin_status\': \'down\', \'type\': \'physical\'}, {\'name\': \'1/3\', \'subinterfaces\': [], \'mac\': \'00:e0:b1:88:7a:bc\', \'oper_status\': \'up\', \'admin_status\': \'up\', \'type\': \'physical\'}, {\'name\': \'1/4\', \'subinterfaces\': [], \'mac\': \'00:e0:b1:88:7a:bd\', \'oper_status\': \'down\', \'admin_status\': \'down\', \'type\': \'physical\'}, {\'name\': \'1/5\', \'subinterfaces\': [], \'mac\': \'00:e0:b1:88:7a:be\', \'oper_status\': \'down\', \'admin_status\': \'down\', \'type\': \'physical\'}, {\'name\': \'1/6\', \'subinterfaces\': [], \'mac\': \'00:e0:b1:88:7a:bf\', \'oper_status\': \'up\', \'admin_status\': \'up\', \'type\': \'physical\'}, {\'name\': \'1/7\', \'subinterfaces\': [], \'mac\': \'00:e0:b1:88:7a:c0\', \'oper_status\': \'up\', \'admin_status\': \'up\', \'type\': \'physical\'}, {\'name\': \'1/8\', \'subinterfaces\': [], \'mac\': \'00:e0:b1:88:7a:c1\', \'oper_status\': \'up\', \'admin_status\': \'up\', \'type\': \'physical\'}, {\'name\': \'1/9\', \'subinterfaces\': [], \'mac\': \'00:e0:b1:88:7a:c2\', \'oper_status\': \'down\', \'admin_status\': \'down\', \'type\': \'physical\'}, {\'name\': \'1/10\', \'subinterfaces\': [], \'mac\': \'00:e0:b1:88:7a:c3\', \'oper_status\': \'up\', \'admin_status\': \'up\', \'type\': \'physical\'}, {\'name\': \'1/11\', \'subinterfaces\': [], \'mac\': \'00:e0:b1:88:7a:c4\', \'oper_status\': \'up\', \'admin_status\': \'up\', \'type\': \'physical\'}, {\'name\': \'1/12\', \'subinterfaces\': [], \'mac\': \'00:e0:b1:88:7a:c5\', \'oper_status\': \'up\', \'admin_status\': \'up\', \'type\': \'physical\'}, {\'name\': \'1/13\', \'subinterfaces\': [], \'mac\': \'00:e0:b1:88:7a:c6\', \'oper_status\': \'down\', \'admin_status\': \'down\', \'type\': \'physical\'}, {\'name\': \'1/14\', \'subinterfaces\': [], \'mac\': \'00:e0:b1:88:7a:c7\', \'oper_status\': \'up\', \'admin_status\': \'up\', \'type\': \'physical\'}, {\'name\': \'1/15\', \'subinterfaces\': [], \'mac\': \'00:e0:b1:88:7a:c8\', \'oper_status\': \'up\', \'admin_status\': \'up\', \'type\': \'physical\'}, {\'name\': \'1/16\', \'subinterfaces\': [], \'mac\': \'00:e0:b1:88:7a:c9\', \'oper_status\': \'up\', \'admin_status\': \'up\', \'type\': \'physical\'}, {\'name\': \'1/17\', \'subinterfaces\': [], \'mac\': \'00:e0:b1:88:7a:ca\', \'oper_status\': \'up\', \'admin_status\': \'up\', \'type\': \'physical\'}, {\'name\': \'1/18\', \'subinterfaces\': [], \'mac\': \'00:e0:b1:88:7a:cb\', \'oper_status\': \'up\', \'admin_status\': \'up\', \'type\': \'physical\'}, {\'name\': \'1/19\', \'subinterfaces\': [], \'mac\': \'00:e0:b1:88:7a:cc\', \'oper_status\': \'up\', \'admin_status\': \'up\', \'type\': \'physical\'}, {\'name\': \'1/20\', \'subinterfaces\': [], \'mac\': \'00:e0:b1:88:7a:cd\', \'oper_status\': \'up\', \'admin_status\': \'up\', \'type\': \'physical\'}, {\'name\': \'1/21\', \'subinterfaces\': [], \'mac\': \'00:e0:b1:88:7a:ce\', \'oper_status\': \'down\', \'admin_status\': \'down\', \'type\': \'physical\'}, {\'name\': \'1/22\', \'subinterfaces\': [], \'mac\': \'00:e0:b1:88:7a:cf\', \'oper_status\': \'down\', \'admin_status\': \'down\', \'type\': \'physical\'}, {\'name\': \'1/23\', \'subinterfaces\': [], \'mac\': \'00:e0:b1:88:7a:d0\', \'oper_status\': \'up\', \'admin_status\': \'up\', \'type\': \'physical\'}, {\'name\': \'1/24\', \'subinterfaces\': [], \'mac\': \'00:e0:b1:88:7a:d1\', \'oper_status\': \'up\', \'admin_status\': \'up\', \'type\': \'physical\'}, {\'name\': \'1/25\', \'subinterfaces\': [], \'mac\': \'00:e0:b1:88:7a:d2\', \'oper_status\': \'up\', \'admin_status\': \'up\', \'type\': \'physical\'}, {\'name\': \'1/26\', \'subinterfaces\': [], \'mac\': \'00:e0:b1:88:7a:d3\', \'oper_status\': \'down\', \'admin_status\': \'down\', \'type\': \'physical\'}]\n------------------------------------------------------------------------\nFile: /var/backups/noc/sa/script/script.py (Line: 437)\nFunction: run\n 430 \n 431 def run(self):\n 432 """Script thread worker method"""\n 433 self.debug("Running")\n 434 result = None\n 435 try:\n 436 with self.cancelable():\n 437 ==> result = self.guarded_run()\n 438 except self.TimeOutError:\n 439 self.error("Timed out")\n 440 self.e_timeout = True\n 441 except CancelledError:\n 442 self.error("Cancelled")\n 443 self.e_cancel = True\nVariables:\n self = <Script(script-10.200.0.3-Alcatel.AOS.get_interfaces, started 140250141660928)>\n r = ["<class \'noc.sa.interfaces.base.InterfaceTypeError\'>", "DictParameter: {\'name\': \'1/1\', \'subinterfaces\': [], \'mac\': \'00:e0:b1:88:7a:ba\', \'oper_status\': \'up\', \'admin_status\': \'up\', \'type\': \'physical\'}. Attribute \'interfaces\' is required in {\'name\': \'1/1\', \'subinterfaces\': [], \'mac\': \'00:e0:b1:88:7a:ba\', \'oper_status\': \'up\', \'admin_status\': \'up\', \'type\': \'physical\'}"]\n result = None\n v = InterfaceTypeError("DictParameter: {\'name\': \'1/1\', \'subinterfaces\': [], \'mac\': \'00:e0:b1:88:7a:ba\', \'oper_status\': \'up\', \'admin_status\': \'up\', \'type\': \'physical\'}. Attribute \'interfaces\' is required in {\'name\': \'1/1\', \'subinterfaces\': [], \'mac\': \'00:e0:b1:88:7a:ba\', \'oper_status\': \'up\', \'admin_status\': \'up\', \'type\': \'physical\'}",)\n tb = <traceback object at 0x2eee8c0>\n t = <class \'noc.sa.interfaces.base.InterfaceTypeError\'>\n------------------------------------------------------------------------\nEND OF TRACEBACK'
  21. motd = ''
  22. cli = {
  23. ## 'show interfaces'
  24. 'show interfaces': """show interfaces
  25. Slot/Port 1/1 :
  26. Operational Status : up,
  27. Last Time Link Changed : TUE JUL 10 20:07:35 ,
  28. Number of Status Change: 1,
  29. Type : Ethernet,
  30. SFP/XFP : GBIC_LX,
  31. MAC address : 00:e0:b1:88:7a:ba,
  32. BandWidth (Megabits) : 1000, \t\tDuplex : Full,
  33. Autonegotiation : 1 [ 1000-F ],
  34. Long Frame Size(Bytes) : 9216,
  35. Rx :
  36. Bytes Received : 9737491611, Unicast Frames : 69876982,
  37. Broadcast Frames: 688907, M-cast Frames : 833627,
  38. UnderSize Frames: 0, OverSize Frames: 0,
  39. Lost Frames : 0, Error Frames : 0,
  40. CRC Error Frames: 0, Alignments Err : 0,
  41. Tx :
  42. Bytes Xmitted : 8249293049, Unicast Frames : 68651857,
  43. Broadcast Frames: 1470657, M-cast Frames : 4523275,
  44. UnderSize Frames: 0, OverSize Frames: 0,
  45. Lost Frames : 23, Collided Frames: 0,
  46. Error Frames : 0
  47. Slot/Port 1/2 :
  48. Operational Status : down,
  49. Last Time Link Changed : TUE JUL 10 20:07:00 ,
  50. Number of Status Change: 0,
  51. Type : Ethernet,
  52. SFP/XFP : Not Present,
  53. MAC address : 00:e0:b1:88:7a:bb,
  54. BandWidth (Megabits) : - , \t\tDuplex : -,
  55. Autonegotiation : 1 [ 1000-F ],
  56. Long Frame Size(Bytes) : 9216,
  57. Rx :
  58. Bytes Received : 0, Unicast Frames : 0,
  59. Broadcast Frames: 0, M-cast Frames : 0,
  60. UnderSize Frames: 0, OverSize Frames: 0,
  61. Lost Frames : 0, Error Frames : 0,
  62. CRC Error Frames: 0, Alignments Err : 0,
  63. Tx :
  64. Bytes Xmitted : 0, Unicast Frames : 0,
  65. Broadcast Frames: 0, M-cast Frames : 0,
  66. UnderSize Frames: 0, OverSize Frames: 0,
  67. Lost Frames : 0, Collided Frames: 0,
  68. Error Frames : 0
  69. Slot/Port 1/3 :
  70. Operational Status : up,
  71. Last Time Link Changed : FRI JUL 20 15:58:47 ,
  72. Number of Status Change: 2,
  73. Type : Ethernet,
  74. SFP/XFP : GBIC_LX,
  75. MAC address : 00:e0:b1:88:7a:bc,
  76. BandWidth (Megabits) : 1000, \t\tDuplex : Full,
  77. Autonegotiation : 1 [ 1000-F ],
  78. Long Frame Size(Bytes) : 9216,
  79. Rx :
  80. Bytes Received : 2239194394212, Unicast Frames : 3428869159,
  81. Broadcast Frames: 372802, M-cast Frames : 3640806,
  82. UnderSize Frames: 0, OverSize Frames: 0,
  83. Lost Frames : 0, Error Frames : 5719,
  84. CRC Error Frames: 5719, Alignments Err : 0,
  85. Tx :
  86. Bytes Xmitted : 4479470609253, Unicast Frames : 3968834317,
  87. Broadcast Frames: 908278, M-cast Frames : 36429,
  88. UnderSize Frames: 0, OverSize Frames: 0,
  89. Lost Frames : 0, Collided Frames: 0,
  90. Error Frames : 0
  91. Slot/Port 1/4 :
  92. Operational Status : down,
  93. Last Time Link Changed : TUE JUL 10 20:07:00 ,
  94. Number of Status Change: 0,
  95. Type : Ethernet,
  96. SFP/XFP : Not Present,
  97. MAC address : 00:e0:b1:88:7a:bd,
  98. BandWidth (Megabits) : - , \t\tDuplex : -,
  99. Autonegotiation : 1 [ 1000-F ],
  100. Long Frame Size(Bytes) : 9216,
  101. Rx :
  102. Bytes Received : 0, Unicast Frames : 0,
  103. Broadcast Frames: 0, M-cast Frames : 0,
  104. UnderSize Frames: 0, OverSize Frames: 0,
  105. Lost Frames : 0, Error Frames : 0,
  106. CRC Error Frames: 0, Alignments Err : 0,
  107. Tx :
  108. Bytes Xmitted : 0, Unicast Frames : 0,
  109. Broadcast Frames: 0, M-cast Frames : 0,
  110. UnderSize Frames: 0, OverSize Frames: 0,
  111. Lost Frames : 0, Collided Frames: 0,
  112. Error Frames : 0
  113. Slot/Port 1/5 :
  114. Operational Status : down,
  115. Last Time Link Changed : TUE JUL 10 20:07:00 ,
  116. Number of Status Change: 0,
  117. Type : Ethernet,
  118. SFP/XFP : Not Present,
  119. MAC address : 00:e0:b1:88:7a:be,
  120. BandWidth (Megabits) : - , \t\tDuplex : -,
  121. Autonegotiation : 1 [ 1000-F ],
  122. Long Frame Size(Bytes) : 9216,
  123. Rx :
  124. Bytes Received : 0, Unicast Frames : 0,
  125. Broadcast Frames: 0, M-cast Frames : 0,
  126. UnderSize Frames: 0, OverSize Frames: 0,
  127. Lost Frames : 0, Error Frames : 0,
  128. CRC Error Frames: 0, Alignments Err : 0,
  129. Tx :
  130. Bytes Xmitted : 0, Unicast Frames : 0,
  131. Broadcast Frames: 0, M-cast Frames : 0,
  132. UnderSize Frames: 0, OverSize Frames: 0,
  133. Lost Frames : 0, Collided Frames: 0,
  134. Error Frames : 0
  135. Slot/Port 1/6 :
  136. Operational Status : up,
  137. Last Time Link Changed : TUE JUL 10 20:07:35 ,
  138. Number of Status Change: 1,
  139. Type : Ethernet,
  140. SFP/XFP : Unknown,
  141. MAC address : 00:e0:b1:88:7a:bf,
  142. BandWidth (Megabits) : 1000, \t\tDuplex : Full,
  143. Autonegotiation : 1 [ 1000-F ],
  144. Long Frame Size(Bytes) : 9216,
  145. Rx :
  146. Bytes Received : 1652272940213, Unicast Frames : 2599751607,
  147. Broadcast Frames: 632648, M-cast Frames : 3532239,
  148. UnderSize Frames: 0, OverSize Frames: 0,
  149. Lost Frames : 0, Error Frames : 0,
  150. CRC Error Frames: 0, Alignments Err : 0,
  151. Tx :
  152. Bytes Xmitted : 3270423956431, Unicast Frames : 3037130674,
  153. Broadcast Frames: 1004390, M-cast Frames : 753393,
  154. UnderSize Frames: 0, OverSize Frames: 0,
  155. Lost Frames : 0, Collided Frames: 0,
  156. Error Frames : 0
  157. Slot/Port 1/7 :
  158. Operational Status : up,
  159. Last Time Link Changed : TUE JUL 10 20:07:35 ,
  160. Number of Status Change: 1,
  161. Type : Ethernet,
  162. SFP/XFP : GBIC_LX,
  163. MAC address : 00:e0:b1:88:7a:c0,
  164. BandWidth (Megabits) : 1000, \t\tDuplex : Full,
  165. Autonegotiation : 1 [ 1000-F ],
  166. Long Frame Size(Bytes) : 9216,
  167. Rx :
  168. Bytes Received : 2676994266669, Unicast Frames : 4519392365,
  169. Broadcast Frames: 684841, M-cast Frames : 4223163,
  170. UnderSize Frames: 0, OverSize Frames: 0,
  171. Lost Frames : 0, Error Frames : 0,
  172. CRC Error Frames: 0, Alignments Err : 0,
  173. Tx :
  174. Bytes Xmitted : 6333565801129, Unicast Frames : 5660033070,
  175. Broadcast Frames: 915094, M-cast Frames : 737025,
  176. UnderSize Frames: 0, OverSize Frames: 0,
  177. Lost Frames : 1, Collided Frames: 0,
  178. Error Frames : 0
  179. Slot/Port 1/8 :
  180. Operational Status : up,
  181. Last Time Link Changed : TUE JUL 10 20:07:35 ,
  182. Number of Status Change: 1,
  183. Type : Ethernet,
  184. SFP/XFP : GBIC_LX,
  185. MAC address : 00:e0:b1:88:7a:c1,
  186. BandWidth (Megabits) : 1000, \t\tDuplex : Full,
  187. Autonegotiation : 1 [ 1000-F ],
  188. Long Frame Size(Bytes) : 9216,
  189. Rx :
  190. Bytes Received : 1860473148713, Unicast Frames : 2986315794,
  191. Broadcast Frames: 506842, M-cast Frames : 3721227,
  192. UnderSize Frames: 0, OverSize Frames: 0,
  193. Lost Frames : 0, Error Frames : 0,
  194. CRC Error Frames: 0, Alignments Err : 0,
  195. Tx :
  196. Bytes Xmitted : 4072415398147, Unicast Frames : 3640014531,
  197. Broadcast Frames: 811110, M-cast Frames : 737273,
  198. UnderSize Frames: 0, OverSize Frames: 0,
  199. Lost Frames : 0, Collided Frames: 0,
  200. Error Frames : 0
  201. Slot/Port 1/9 :
  202. Operational Status : down,
  203. Last Time Link Changed : TUE JUL 10 20:07:00 ,
  204. Number of Status Change: 0,
  205. Type : Ethernet,
  206. SFP/XFP : Not Present,
  207. MAC address : 00:e0:b1:88:7a:c2,
  208. BandWidth (Megabits) : - , \t\tDuplex : -,
  209. Autonegotiation : 1 [ 1000-F ],
  210. Long Frame Size(Bytes) : 9216,
  211. Rx :
  212. Bytes Received : 0, Unicast Frames : 0,
  213. Broadcast Frames: 0, M-cast Frames : 0,
  214. UnderSize Frames: 0, OverSize Frames: 0,
  215. Lost Frames : 0, Error Frames : 0,
  216. CRC Error Frames: 0, Alignments Err : 0,
  217. Tx :
  218. Bytes Xmitted : 0, Unicast Frames : 0,
  219. Broadcast Frames: 0, M-cast Frames : 0,
  220. UnderSize Frames: 0, OverSize Frames: 0,
  221. Lost Frames : 0, Collided Frames: 0,
  222. Error Frames : 0
  223. Slot/Port 1/10 :
  224. Operational Status : up,
  225. Last Time Link Changed : TUE JUL 10 20:07:35 ,
  226. Number of Status Change: 1,
  227. Type : Ethernet,
  228. SFP/XFP : Unknown,
  229. MAC address : 00:e0:b1:88:7a:c3,
  230. BandWidth (Megabits) : 1000, \t\tDuplex : Full,
  231. Autonegotiation : 1 [ 1000-F ],
  232. Long Frame Size(Bytes) : 9216,
  233. Rx :
  234. Bytes Received : 3160881897251, Unicast Frames : 5017316370,
  235. Broadcast Frames: 664885, M-cast Frames : 4673064,
  236. UnderSize Frames: 0, OverSize Frames: 0,
  237. Lost Frames : 0, Error Frames : 0,
  238. CRC Error Frames: 0, Alignments Err : 0,
  239. Tx :
  240. Bytes Xmitted : 7062712263274, Unicast Frames : 6218126970,
  241. Broadcast Frames: 1199075, M-cast Frames : 737003,
  242. UnderSize Frames: 0, OverSize Frames: 0,
  243. Lost Frames : 0, Collided Frames: 0,
  244. Error Frames : 0
  245. Slot/Port 1/11 :
  246. Operational Status : up,
  247. Last Time Link Changed : THU JUL 19 02:18:10 ,
  248. Number of Status Change: 9,
  249. Type : Ethernet,
  250. SFP/XFP : GBIC_LX,
  251. MAC address : 00:e0:b1:88:7a:c4,
  252. BandWidth (Megabits) : 1000, \t\tDuplex : Full,
  253. Autonegotiation : 1 [ 1000-F ],
  254. Long Frame Size(Bytes) : 9216,
  255. Rx :
  256. Bytes Received : 3351316106435, Unicast Frames : 4792820884,
  257. Broadcast Frames: 638864, M-cast Frames : 5400829,
  258. UnderSize Frames: 0, OverSize Frames: 0,
  259. Lost Frames : 0, Error Frames : 0,
  260. CRC Error Frames: 0, Alignments Err : 0,
  261. Tx :
  262. Bytes Xmitted : 6064783902218, Unicast Frames : 5487085052,
  263. Broadcast Frames: 679414, M-cast Frames : 736914,
  264. UnderSize Frames: 0, OverSize Frames: 0,
  265. Lost Frames : 2, Collided Frames: 0,
  266. Error Frames : 0
  267. Slot/Port 1/12 :
  268. Operational Status : up,
  269. Last Time Link Changed : TUE JUL 10 20:07:35 ,
  270. Number of Status Change: 1,
  271. Type : Ethernet,
  272. SFP/XFP : GBIC_LX,
  273. MAC address : 00:e0:b1:88:7a:c5,
  274. BandWidth (Megabits) : 1000, \t\tDuplex : Full,
  275. Autonegotiation : 1 [ 1000-F ],
  276. Long Frame Size(Bytes) : 9216,
  277. Rx :
  278. Bytes Received : 2751909917554, Unicast Frames : 4562603065,
  279. Broadcast Frames: 405487, M-cast Frames : 3445898,
  280. UnderSize Frames: 0, OverSize Frames: 0,
  281. Lost Frames : 0, Error Frames : 0,
  282. CRC Error Frames: 0, Alignments Err : 0,
  283. Tx :
  284. Bytes Xmitted : 5993401625056, Unicast Frames : 5338692455,
  285. Broadcast Frames: 441410, M-cast Frames : 739569,
  286. UnderSize Frames: 0, OverSize Frames: 0,
  287. Lost Frames : 0, Collided Frames: 0,
  288. Error Frames : 0
  289. Slot/Port 1/13 :
  290. Operational Status : down,
  291. Last Time Link Changed : TUE JUL 10 20:07:00 ,
  292. Number of Status Change: 0,
  293. Type : Ethernet,
  294. SFP/XFP : Not Present,
  295. MAC address : 00:e0:b1:88:7a:c6,
  296. BandWidth (Megabits) : - , \t\tDuplex : -,
  297. Autonegotiation : 1 [ 1000-F ],
  298. Long Frame Size(Bytes) : 9216,
  299. Rx :
  300. Bytes Received : 0, Unicast Frames : 0,
  301. Broadcast Frames: 0, M-cast Frames : 0,
  302. UnderSize Frames: 0, OverSize Frames: 0,
  303. Lost Frames : 0, Error Frames : 0,
  304. CRC Error Frames: 0, Alignments Err : 0,
  305. Tx :
  306. Bytes Xmitted : 0, Unicast Frames : 0,
  307. Broadcast Frames: 0, M-cast Frames : 0,
  308. UnderSize Frames: 0, OverSize Frames: 0,
  309. Lost Frames : 0, Collided Frames: 0,
  310. Error Frames : 0
  311. Slot/Port 1/14 :
  312. Operational Status : up,
  313. Last Time Link Changed : THU JUL 19 02:18:25 ,
  314. Number of Status Change: 12,
  315. Type : Ethernet,
  316. SFP/XFP : Unknown,
  317. MAC address : 00:e0:b1:88:7a:c7,
  318. BandWidth (Megabits) : 1000, \t\tDuplex : Full,
  319. Autonegotiation : 1 [ 1000-F ],
  320. Long Frame Size(Bytes) : 9216,
  321. Rx :
  322. Bytes Received : 1894523146766, Unicast Frames : 3026287186,
  323. Broadcast Frames: 417976, M-cast Frames : 1949143,
  324. UnderSize Frames: 0, OverSize Frames: 0,
  325. Lost Frames : 0, Error Frames : 19,
  326. CRC Error Frames: 19, Alignments Err : 0,
  327. Tx :
  328. Bytes Xmitted : 4697505876691, Unicast Frames : 3955630115,
  329. Broadcast Frames: 651161, M-cast Frames : 736398,
  330. UnderSize Frames: 0, OverSize Frames: 0,
  331. Lost Frames : 0, Collided Frames: 0,
  332. Error Frames : 0
  333. Slot/Port 1/15 :
  334. Operational Status : up,
  335. Last Time Link Changed : THU JUL 19 02:18:10 ,
  336. Number of Status Change: 8,
  337. Type : Ethernet,
  338. SFP/XFP : Unknown,
  339. MAC address : 00:e0:b1:88:7a:c8,
  340. BandWidth (Megabits) : 1000, \t\tDuplex : Full,
  341. Autonegotiation : 1 [ 1000-F ],
  342. Long Frame Size(Bytes) : 9216,
  343. Rx :
  344. Bytes Received : 3164513468629, Unicast Frames : 4273789592,
  345. Broadcast Frames: 537244, M-cast Frames : 4644119,
  346. UnderSize Frames: 0, OverSize Frames: 0,
  347. Lost Frames : 0, Error Frames : 0,
  348. CRC Error Frames: 0, Alignments Err : 0,
  349. Tx :
  350. Bytes Xmitted : 4658317561286, Unicast Frames : 4645613987,
  351. Broadcast Frames: 430864, M-cast Frames : 757204,
  352. UnderSize Frames: 0, OverSize Frames: 0,
  353. Lost Frames : 0, Collided Frames: 0,
  354. Error Frames : 0
  355. Slot/Port 1/16 :
  356. Operational Status : up,
  357. Last Time Link Changed : THU JUL 19 02:18:10 ,
  358. Number of Status Change: 9,
  359. Type : Ethernet,
  360. SFP/XFP : Unknown,
  361. MAC address : 00:e0:b1:88:7a:c9,
  362. BandWidth (Megabits) : 1000, \t\tDuplex : Full,
  363. Autonegotiation : 1 [ 1000-F ],
  364. Long Frame Size(Bytes) : 9216,
  365. Rx :
  366. Bytes Received : 1241855418003, Unicast Frames : 2394232667,
  367. Broadcast Frames: 305129, M-cast Frames : 3393884,
  368. UnderSize Frames: 0, OverSize Frames: 0,
  369. Lost Frames : 0, Error Frames : 0,
  370. CRC Error Frames: 0, Alignments Err : 0,
  371. Tx :
  372. Bytes Xmitted : 3841141487527, Unicast Frames : 3227199185,
  373. Broadcast Frames: 649458, M-cast Frames : 736844,
  374. UnderSize Frames: 0, OverSize Frames: 0,
  375. Lost Frames : 0, Collided Frames: 0,
  376. Error Frames : 0
  377. Slot/Port 1/17 :
  378. Operational Status : up,
  379. Last Time Link Changed : SAT JUL 21 13:29:32 ,
  380. Number of Status Change: 14,
  381. Type : Ethernet,
  382. SFP/XFP : GBIC_LX,
  383. MAC address : 00:e0:b1:88:7a:ca,
  384. BandWidth (Megabits) : 1000, \t\tDuplex : Full,
  385. Autonegotiation : 1 [ 1000-F ],
  386. Long Frame Size(Bytes) : 9216,
  387. Rx :
  388. Bytes Received : 3899041477885, Unicast Frames : 5973796015,
  389. Broadcast Frames: 1022297, M-cast Frames : 6216442,
  390. UnderSize Frames: 0, OverSize Frames: 0,
  391. Lost Frames : 0, Error Frames : 0,
  392. CRC Error Frames: 0, Alignments Err : 0,
  393. Tx :
  394. Bytes Xmitted : 7606402846405, Unicast Frames : 6923023083,
  395. Broadcast Frames: 535951, M-cast Frames : 734670,
  396. UnderSize Frames: 0, OverSize Frames: 0,
  397. Lost Frames : 0, Collided Frames: 0,
  398. Error Frames : 0
  399. Slot/Port 1/18 :
  400. Operational Status : up,
  401. Last Time Link Changed : TUE JUL 10 20:07:35 ,
  402. Number of Status Change: 1,
  403. Type : Ethernet,
  404. SFP/XFP : GBIC_LX,
  405. MAC address : 00:e0:b1:88:7a:cb,
  406. BandWidth (Megabits) : 1000, \t\tDuplex : Full,
  407. Autonegotiation : 1 [ 1000-F ],
  408. Long Frame Size(Bytes) : 9216,
  409. Rx :
  410. Bytes Received : 1886022404785, Unicast Frames : 3553858670,
  411. Broadcast Frames: 593111, M-cast Frames : 4414740,
  412. UnderSize Frames: 0, OverSize Frames: 0,
  413. Lost Frames : 0, Error Frames : 0,
  414. CRC Error Frames: 0, Alignments Err : 0,
  415. Tx :
  416. Bytes Xmitted : 4636638066222, Unicast Frames : 4182200173,
  417. Broadcast Frames: 672385, M-cast Frames : 737023,
  418. UnderSize Frames: 0, OverSize Frames: 0,
  419. Lost Frames : 0, Collided Frames: 0,
  420. Error Frames : 0
  421. Slot/Port 1/19 :
  422. Operational Status : up,
  423. Last Time Link Changed : TUE JUL 10 20:07:35 ,
  424. Number of Status Change: 1,
  425. Type : Ethernet,
  426. SFP/XFP : GBIC_LX,
  427. MAC address : 00:e0:b1:88:7a:cc,
  428. BandWidth (Megabits) : 1000, \t\tDuplex : Full,
  429. Autonegotiation : 1 [ 1000-F ],
  430. Long Frame Size(Bytes) : 9216,
  431. Rx :
  432. Bytes Received : 3284269123587, Unicast Frames : 4752358365,
  433. Broadcast Frames: 608464, M-cast Frames : 5447949,
  434. UnderSize Frames: 0, OverSize Frames: 0,
  435. Lost Frames : 0, Error Frames : 0,
  436. CRC Error Frames: 0, Alignments Err : 0,
  437. Tx :
  438. Bytes Xmitted : 5311640617508, Unicast Frames : 5144991620,
  439. Broadcast Frames: 331705, M-cast Frames : 737037,
  440. UnderSize Frames: 0, OverSize Frames: 0,
  441. Lost Frames : 0, Collided Frames: 0,
  442. Error Frames : 0
  443. Slot/Port 1/20 :
  444. Operational Status : up,
  445. Last Time Link Changed : TUE JUL 10 20:07:35 ,
  446. Number of Status Change: 1,
  447. Type : Ethernet,
  448. SFP/XFP : GBIC_LX,
  449. MAC address : 00:e0:b1:88:7a:cd,
  450. BandWidth (Megabits) : 1000, \t\tDuplex : Full,
  451. Autonegotiation : 1 [ 1000-F ],
  452. Long Frame Size(Bytes) : 9216,
  453. Rx :
  454. Bytes Received : 3236018532708, Unicast Frames : 4681112109,
  455. Broadcast Frames: 1380516, M-cast Frames : 4896695,
  456. UnderSize Frames: 0, OverSize Frames: 0,
  457. Lost Frames : 0, Error Frames : 0,
  458. CRC Error Frames: 0, Alignments Err : 0,
  459. Tx :
  460. Bytes Xmitted : 5911333717140, Unicast Frames : 5464754664,
  461. Broadcast Frames: 405775, M-cast Frames : 742658,
  462. UnderSize Frames: 0, OverSize Frames: 0,
  463. Lost Frames : 0, Collided Frames: 0,
  464. Error Frames : 0
  465. Slot/Port 1/21 :
  466. Operational Status : down,
  467. Last Time Link Changed : TUE JUL 10 20:07:00 ,
  468. Number of Status Change: 0,
  469. Type : Ethernet,
  470. SFP/XFP : Not Present,
  471. MAC address : 00:e0:b1:88:7a:ce,
  472. BandWidth (Megabits) : - , \t\tDuplex : -,
  473. Autonegotiation : 1 [ 1000-F ],
  474. Long Frame Size(Bytes) : 9216,
  475. Rx :
  476. Bytes Received : 0, Unicast Frames : 0,
  477. Broadcast Frames: 0, M-cast Frames : 0,
  478. UnderSize Frames: 0, OverSize Frames: 0,
  479. Lost Frames : 0, Error Frames : 0,
  480. CRC Error Frames: 0, Alignments Err : 0,
  481. Tx :
  482. Bytes Xmitted : 0, Unicast Frames : 0,
  483. Broadcast Frames: 0, M-cast Frames : 0,
  484. UnderSize Frames: 0, OverSize Frames: 0,
  485. Lost Frames : 0, Collided Frames: 0,
  486. Error Frames : 0
  487. Slot/Port 1/22 :
  488. Operational Status : down,
  489. Last Time Link Changed : TUE JUL 10 20:07:00 ,
  490. Number of Status Change: 0,
  491. Type : Ethernet,
  492. SFP/XFP : Not Present,
  493. MAC address : 00:e0:b1:88:7a:cf,
  494. BandWidth (Megabits) : - , \t\tDuplex : -,
  495. Autonegotiation : 1 [ 1000-F ],
  496. Long Frame Size(Bytes) : 9216,
  497. Rx :
  498. Bytes Received : 0, Unicast Frames : 0,
  499. Broadcast Frames: 0, M-cast Frames : 0,
  500. UnderSize Frames: 0, OverSize Frames: 0,
  501. Lost Frames : 0, Error Frames : 0,
  502. CRC Error Frames: 0, Alignments Err : 0,
  503. Tx :
  504. Bytes Xmitted : 0, Unicast Frames : 0,
  505. Broadcast Frames: 0, M-cast Frames : 0,
  506. UnderSize Frames: 0, OverSize Frames: 0,
  507. Lost Frames : 0, Collided Frames: 0,
  508. Error Frames : 0
  509. Slot/Port 1/23 :
  510. Operational Status : up,
  511. Last Time Link Changed : TUE JUL 10 20:07:23 ,
  512. Number of Status Change: 1,
  513. Type : Ethernet,
  514. SFP/XFP : Not Present,
  515. MAC address : 00:e0:b1:88:7a:d0,
  516. BandWidth (Megabits) : 1000, \t\tDuplex : Full,
  517. Autonegotiation : 1 [ 1000-F 100-F 100-H 10-F 10-H ],
  518. Long Frame Size(Bytes) : 9216,
  519. Rx :
  520. Bytes Received : 47480740861071, Unicast Frames : 43710513494,
  521. Broadcast Frames: 35, M-cast Frames : 193922,
  522. UnderSize Frames: 0, OverSize Frames: 0,
  523. Lost Frames : 0, Error Frames : 0,
  524. CRC Error Frames: 0, Alignments Err : 0,
  525. Tx :
  526. Bytes Xmitted : 25258599147574, Unicast Frames : 37922584196,
  527. Broadcast Frames: 41226340, M-cast Frames : 205681208,
  528. UnderSize Frames: 0, OverSize Frames: 0,
  529. Lost Frames : 142, Collided Frames: 0,
  530. Error Frames : 0
  531. Slot/Port 1/24 :
  532. Operational Status : up,
  533. Last Time Link Changed : TUE JUL 10 20:07:23 ,
  534. Number of Status Change: 1,
  535. Type : Ethernet,
  536. SFP/XFP : Not Present,
  537. MAC address : 00:e0:b1:88:7a:d1,
  538. BandWidth (Megabits) : 1000, \t\tDuplex : Full,
  539. Autonegotiation : 1 [ 1000-F 100-F 100-H 10-F 10-H ],
  540. Long Frame Size(Bytes) : 9216,
  541. Rx :
  542. Bytes Received : 21974079860498, Unicast Frames : 19651286734,
  543. Broadcast Frames: 35, M-cast Frames : 13892,
  544. UnderSize Frames: 0, OverSize Frames: 0,
  545. Lost Frames : 0, Error Frames : 0,
  546. CRC Error Frames: 0, Alignments Err : 0,
  547. Tx :
  548. Bytes Xmitted : 10451229245959, Unicast Frames : 16359493791,
  549. Broadcast Frames: 41569959, M-cast Frames : 212023981,
  550. UnderSize Frames: 0, OverSize Frames: 0,
  551. Lost Frames : 61, Collided Frames: 0,
  552. Error Frames : 0
  553. Slot/Port 1/25 :
  554. Operational Status : up,
  555. Last Time Link Changed : TUE JUL 10 20:07:20 ,
  556. Number of Status Change: 1,
  557. Type : Ethernet,
  558. SFP/XFP : Unknown,
  559. MAC address : 00:e0:b1:88:7a:d2,
  560. BandWidth (Megabits) : 10000, \t\tDuplex : Full,
  561. Autonegotiation : 0 [ ],
  562. Long Frame Size(Bytes) : 9216,
  563. Rx :
  564. Bytes Received : 59487415030850, Unicast Frames : 65192451857,
  565. Broadcast Frames: 24546351, M-cast Frames : 93564941,
  566. UnderSize Frames: 0, OverSize Frames: 0,
  567. Lost Frames : 0, Error Frames : 0,
  568. CRC Error Frames: 0, Alignments Err : 0,
  569. Tx :
  570. Bytes Xmitted : 55648133024376, Unicast Frames : 63948017982,
  571. Broadcast Frames: 18488713, M-cast Frames : 132597425,
  572. UnderSize Frames: 0, OverSize Frames: 0,
  573. Lost Frames : 269, Collided Frames: 0,
  574. Error Frames : 0
  575. Slot/Port 1/26 :
  576. Operational Status : down,
  577. Last Time Link Changed : TUE JUL 10 20:07:09 ,
  578. Number of Status Change: 0,
  579. Type : Ethernet,
  580. SFP/XFP : Not Present,
  581. MAC address : 00:e0:b1:88:7a:d3,
  582. BandWidth (Megabits) : - , \t\tDuplex : -,
  583. Autonegotiation : 0 [ ],
  584. Long Frame Size(Bytes) : 9216,
  585. Rx :
  586. Bytes Received : 0, Unicast Frames : 0,
  587. Broadcast Frames: 0, M-cast Frames : 0,
  588. UnderSize Frames: 0, OverSize Frames: 0,
  589. Lost Frames : 0, Error Frames : 0,
  590. CRC Error Frames: 0, Alignments Err : 0,
  591. Tx :
  592. Bytes Xmitted : 0, Unicast Frames : 0,
  593. Broadcast Frames: 0, M-cast Frames : 0,
  594. UnderSize Frames: 0, OverSize Frames: 0,
  595. Lost Frames : 0, Collided Frames: 0,
  596. Error Frames : 0
  597. """,
  598. }
  599. snmp_get = {}
  600. snmp_getnext = {}
  601. http_get = {}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement