Advertisement
Guest User

Untitled

a guest
Aug 28th, 2014
284
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 98.29 KB | None | 0 0
  1. <class 'noc.sa.script.exception.UnexpectedResultError'> START OF TRACEBACK ------------------------------------------------------------------------ File: /opt/noc/sa/script/script.py (Line: 960) Function: re_search 953 Returns match object. 954 rx can be string or compiled regular expression 955 """ 956 if isinstance(rx, basestring): 957 rx = re.compile(rx, flags) 958 match = rx.search(s) 959 if match is None: 960 ==> raise self.UnexpectedResultError() 961 return match 962 963 def re_match(self, rx, s, flags=0): 964 """ 965 Match s against regular expression rx using re.match 966 Raise UnexpectedResultError if regular expression is not matched. Variables: rx = <_sre.SRE_Pattern object at 0x1dbb240> s = 'ae0 (MC-AE-1, active), Enabled, Physical link is Up\n Interface index: 49160, SNMP ifIndex: 501\n Description: cs6509-1-s10--Po70\n Link-level type: Ethernet, MTU: 9216, Speed: 20Gbps, BPDU Error: None,\n MAC-REWRITE Error: None, Loopback: Disabled, Source filtering: Disabled,\n Flow control: Disabled, Minimum links needed: 1, Minimum bandwidth needed: 0\n Device flags : Present Running\n Interface flags: SNMP-Traps Internal: 0x0\n Current address: 64:87:88:97:b4:5a, Hardware address: 64:87:88:97:b4:5a\n Last flapped : 2014-05-20 23:13:42 MSK (14w1d 10:51 ago)\n Input rate : 3720 bps (3 pps)\n Output rate : 328 bps (0 pps)\n' flags = 0 self = <Script(Thread-1335599, started 140116226950912)> match = None ------------------------------------------------------------------------ File: /opt/noc/sa/profiles/Juniper/JUNOS/get_interfaces.py (Line: 66) Function: execute 59 internal = self.internal_interfaces_olive 60 else: 61 internal = self.internal_interfaces 62 v = self.cli("show interfaces") 63 for I in self.rx_phy_split.split(v)[1:]: 64 L = self.rx_log_split.split(I) 65 phy = L.pop(0) 66 ==> match = self.re_search(self.rx_phy_name, phy) 67 name = match.group("ifname") 68 # Skip internal interfaces 69 if internal.search(name): 70 continue 71 # Detect interface type 72 if name.startswith("lo"): Variables: tagged = {'ae0.0': [305], 'ae1.0': [413], 'ae10.0': [325], 'ae15.0': [413, 417], 'ae16.0': [413, 417], 'ae2.0': [305, 413, 325, 412, 417, 500], 'ae3.0': [412], 'ae4.0': [413], 'ae5.0': [413], 'ae9.0': [325], 'ge-0/0/26.0': [325], 'xe-0/0/0.0': [305, 413, 424], 'xe-0/0/2.0': [413]} subs = [{'admin_status': True, 'enabled_afi': [], 'mac': '64:87:88:97:b4:5b', 'name': 'xle-0/2/3.0', 'oper_status': True, 'snmp_ifindex': '625'}] internal = <_sre.SRE_Pattern object at 0x1db7390> iface = {'admin_status': False, 'aggregated_interface': 'ae1', 'description': 'ae1', 'mac': '64:87:88:97:b4:5b', 'name': 'xle-0/2/3', 'oper_status': False, 'snmp_ifindex': '614', 'subinterfaces': [{'admin_status': True, 'enabled_afi': [], 'mac': '64:87:88:97:b4:5b', 'name': 'xle-0/2/3.0', 'oper_status': True, 'snmp_ifindex': '625'}], 'type': 'physical'} proto = 'aenet' self = <Script(Thread-1335599, started 140116226950912)> si = {'admin_status': True, 'enabled_afi': [], 'mac': '64:87:88:97:b4:5b', 'name': 'xle-0/2/3.0', 'oper_status': True, 'snmp_ifindex': '625'} version = {'platform': 'qfx3500s', 'version': '12.3X50-D35', 'vendor': 'Juniper'} match = <_sre.SRE_Match object at 0x2303990> sname = 'xle-0/2/3.0' vlans_requested = True I = 'ae0 (MC-AE-1, active), Enabled, Physical link is Up\n Interface index: 49160, SNMP ifIndex: 501\n Description: cs6509-1-s10--Po70\n Link-level type: Ethernet, MTU: 9216, Speed: 20Gbps, BPDU Error: None,\n MAC-REWRITE Error: None, Loopback: Disabled, Source filtering: Disabled,\n Flow control: Disabled, Minimum links needed: 1, Minimum bandwidth needed: 0\n Device flags : Present Running\n Interface flags: SNMP-Traps Internal: 0x0\n Current address: 64:87:88:97:b4:5a, Hardware address: 64:87:88:97:b4:5a\n Last flapped : 2014-05-20 23:13:42 MSK (14w1d 10:51 ago)\n Input rate : 3720 bps (3 pps)\n Output rate : 328 bps (0 pps)\n\n Logical interface ae0.0 (Index 67) (SNMP ifIndex 557)\n Flags: SNMP-Traps 0x0 Encapsulation: ENET2\n Statistics Packets pps Bytes bps\n Bundle:\n Input : 0 0 0 0\n Output: 5627784 0 602166561 0\n Adaptive Statistics:\n Adaptive Adjusts: 0\n Adaptive Scans : 0\n Adaptive Updates: 0\n Protocol eth-switch, MTU: 9216\n Flags: Trunk-Mode\n\n' interfaces = [{'admin_status': True, 'description': 'srv-vm-s10-test', 'mac': '64:87:88:97:b3:99', 'name': 'xe-0/0/0', 'oper_status': True, 'snmp_ifindex': '509', 'subinterfaces': [{'admin_status': True, 'enabled_afi': [], 'mac': '64:87:88:97:b3:99', 'name': 'xe-0/0/0.0', 'oper_status': True, 'snmp_ifindex': '510', 'tagged_vlans': [305, 413, 424]}], 'type': 'physical'}, {'admin_status': True, 'mac': '64:87:88:97:b3:9a', 'name': 'xe-0/0/1', 'oper_status': False, 'snmp_ifindex': '511', 'subinterfaces': [{'admin_status': True, 'enabled_afi': [], 'mac': '64:87:88:97:b3:9a', 'name': 'xe-0/0/1.0', 'oper_status': True, 'snmp_ifindex': '512'}], 'type': 'physical'}, {'admin_status': True, 'description': 'hpdl580g7-010', 'mac': '64:87:88:97:b3:9b', 'name': 'xe-0/0/2', 'oper_status': False, 'snmp_ifindex': '513', 'subinterfaces': [{'admin_status': True, 'enabled_afi': [], 'mac': '64:87:88:97:b3:9b', 'name': 'xe-0/0/2.0', 'oper_status': True, 'snmp_ifindex': '514', 'tagged_vlans': [413]}], 'type': 'physical'}, {'admin_status': True, 'mac': '64:87:88:97:b3:9c', 'name': 'xe-0/0/3', 'oper_status': False, 'snmp_ifindex': '515', 'subinterfaces': [{'admin_status': True, 'enabled_afi': [], 'mac': '64:87:88:97:b3:9c', 'name': 'xe-0/0/3.0', 'oper_status': True, 'snmp_ifindex': '516'}], 'type': 'physical'}, {'admin_status': True, 'mac': '64:87:88:97:b3:9d', 'name': 'xe-0/0/4', 'oper_status': False, 'snmp_ifindex': '517', 'subinterfaces': [{'admin_status': True, 'enabled_afi': [], 'mac': '64:87:88:97:b3:9d', 'name': 'xe-0/0/4.0', 'oper_status': True, 'snmp_ifindex': '518'}], 'type': 'physical'}, {'admin_status': False, 'mac': '64:87:88:97:b3:9e', 'name': 'xe-0/0/5', 'oper_status': False, 'snmp_ifindex': '519', 'subinterfaces': [{'admin_status': True, 'enabled_afi': [], 'mac': '64:87:88:97:b3:9e', 'name': 'xe-0/0/5.0', 'oper_status': True, 'snmp_ifindex': '520'}], 'type': 'physical'}, {'admin_status': True, 'mac': '64:87:88:97:b3:9f', 'name': 'xe-0/0/6', 'oper_status': False, 'snmp_ifindex': '521', 'subinterfaces': [{'admin_status': True, 'enabled_afi': [], 'mac': '64:87:88:97:b3:9f', 'name': 'xe-0/0/6.0', 'oper_status': True, 'snmp_ifindex': '522'}], 'type': 'physical'}, {'admin_status': True, 'aggregated_interface': 'ae0', 'description': 'ae0', 'mac': '64:87:88:97:b4:5a', 'name': 'xe-0/0/7', 'oper_status': True, 'snmp_ifindex': '523', 'subinterfaces': [{'admin_status': True, 'enabled_afi': [], 'mac': '64:87:88:97:b4:5a', 'name': 'xe-0/0/7.0', 'oper_status': True, 'snmp_ifindex': '524'}], 'type': 'physical'}, {'admin_status': True, 'mac': '64:87:88:97:b3:a1', 'name': 'xe-0/0/8', 'oper_status': False, 'snmp_ifindex': '525', 'subinterfaces': [{'admin_status': True, 'enabled_afi': [], 'mac': '64:87:88:97:b3:a1', 'name': 'xe-0/0/8.0', 'oper_status': True, 'snmp_ifindex': '526'}], 'type': 'physical'}, {'admin_status': True, 'mac': '64:87:88:97:b3:a2', 'name': 'xe-0/0/9', 'oper_status': False, 'snmp_ifindex': '527', 'subinterfaces': [{'admin_status': True, 'enabled_afi': [], 'mac': '64:87:88:97:b3:a2', 'name': 'xe-0/0/9.0', 'oper_status': True, 'snmp_ifindex': '528'}], 'type': 'physical'}, {'admin_status': True, 'mac': '64:87:88:97:b3:a3', 'name': 'xe-0/0/10', 'oper_status': False, 'snmp_ifindex': '529', 'subinterfaces': [{'admin_status': True, 'enabled_afi': [], 'mac': '64:87:88:97:b3:a3', 'name': 'xe-0/0/10.0', 'oper_status': True, 'snmp_ifindex': '530'}], 'type': 'physical'}, {'admin_status': True, 'mac': '64:87:88:97:b3:a4', 'name': 'xe-0/0/11', 'oper_status': False, 'snmp_ifindex': '531', 'subinterfaces': [{'admin_status': True, 'enabled_afi': [], 'mac': '64:87:88:97:b3:a4', 'name': 'xe-0/0/11.0', 'oper_status': True, 'snmp_ifindex': '532'}], 'type': 'physical'}, {'admin_status': True, 'mac': '64:87:88:97:b3:a5', 'name': 'xe-0/0/12', 'oper_status': False, 'snmp_ifindex': '533', 'subinterfaces': [{'admin_status': True, 'enabled_afi': [], 'mac': '64:87:88:97:b3:a5', 'name': 'xe-0/0/12.0', 'oper_status': True, 'snmp_ifindex': '534'}], 'type': 'physical'}, {'admin_status': True, 'mac': '64:87:88:97:b3:a6', 'name': 'xe-0/0/13', 'oper_status': False, 'snmp_ifindex': '535', 'subinterfaces': [{'admin_status': True, 'enabled_afi': [], 'mac': '64:87:88:97:b3:a6', 'name': 'xe-0/0/13.0', 'oper_status': True, 'snmp_ifindex': '536'}], 'type': 'physical'}, {'admin_status': True, 'mac': '64:87:88:97:b3:a7', 'name': 'xe-0/0/14', 'oper_status': False, 'snmp_ifindex': '537', 'subinterfaces': [{'admin_status': True, 'enabled_afi': [], 'mac': '64:87:88:97:b3:a7', 'name': 'xe-0/0/14.0', 'oper_status': True, 'snmp_ifindex': '538'}], 'type': 'physical'}, {'admin_status': True, 'mac': '64:87:88:97:b3:a8', 'name': 'xe-0/0/15', 'oper_status': False, 'snmp_ifindex': '539', 'subinterfaces': [{'admin_status': True, 'enabled_afi': [], 'mac': '64:87:88:97:b3:a8', 'name': 'xe-0/0/15.0', 'oper_status': True, 'snmp_ifindex': '540'}], 'type': 'physical'}, {'admin_status': True, 'mac': '64:87:88:97:b3:a9', 'name': 'xe-0/0/16', 'oper_status': False, 'snmp_ifindex': '541', 'subinterfaces': [{'admin_status': True, 'enabled_afi': [], 'mac': '64:87:88:97:b3:a9', 'name': 'xe-0/0/16.0', 'oper_status': True, 'snmp_ifindex': '542'}], 'type': 'physical'}, {'admin_status': True, 'mac': '64:87:88:97:b3:aa', 'name': 'xe-0/0/17', 'oper_status': False, 'snmp_ifindex': '543', 'subinterfaces': [{'admin_status': True, 'enabled_afi': [], 'mac': '64:87:88:97:b3:aa', 'name': 'xe-0/0/17.0', 'oper_status': True, 'snmp_ifindex': '544'}], 'type': 'physical'}, {'admin_status': True, 'mac': '64:87:88:97:b3:ab', 'name': 'xe-0/0/18', 'oper_status': False, 'snmp_ifindex': '545', 'subinterfaces': [{'admin_status': True, 'enabled_afi': [], 'mac': '64:87:88:97:b3:ab', 'name': 'xe-0/0/18.0', 'oper_status': True, 'snmp_ifindex': '546'}], 'type': 'physical'}, {'admin_status': True, 'aggregated_interface': 'ae10', 'description': 'ae10', 'mac': '64:87:88:97:b4:64', 'name': 'xe-0/0/19', 'oper_status': False, 'snmp_ifindex': '547', 'subinterfaces': [{'admin_status': True, 'enabled_afi': [], 'mac': '64:87:88:97:b4:64', 'name': 'xe-0/0/19.0', 'oper_status': True, 'snmp_ifindex': '548'}], 'type': 'physical'}, {'admin_status': True, 'mac': '64:87:88:97:b3:ad', 'name': 'xe-0/0/20', 'oper_status': False, 'snmp_ifindex': '549', 'subinterfaces': [{'admin_status': True, 'enabled_afi': [], 'mac': '64:87:88:97:b3:ad', 'name': 'xe-0/0/20.0', 'oper_status': True, 'snmp_ifindex': '550'}], 'type': 'physical'}, {'admin_status': True, 'mac': '64:87:88:97:b3:ae', 'name': 'xe-0/0/21', 'oper_status': False, 'snmp_ifindex': '551', 'subinterfaces': [{'admin_status': True, 'enabled_afi': [], 'mac': '64:87:88:97:b3:ae', 'name': 'xe-0/0/21.0', 'oper_status': True, 'snmp_ifindex': '552'}], 'type': 'physical'}, {'admin_status': True, 'mac': '64:87:88:97:b3:af', 'name': 'xe-0/0/22', 'oper_status': False, 'snmp_ifindex': '553', 'subinterfaces': [{'admin_status': True, 'enabled_afi': [], 'mac': '64:87:88:97:b3:af', 'name': 'xe-0/0/22.0', 'oper_status': True, 'snmp_ifindex': '554'}], 'type': 'physical'}, {'admin_status': True, 'mac': '64:87:88:97:b3:b0', 'name': 'xe-0/0/23', 'oper_status': False, 'snmp_ifindex': '555', 'subinterfaces': [], 'type': 'physical'}, {'admin_status': True, 'description': 'tnapfas-2040a--e0b', 'mac': '64:87:88:97:b3:b1', 'name': 'ge-0/0/24', 'oper_status': True, 'snmp_ifindex': '505', 'subinterfaces': [], 'type': 'physical'}, {'admin_status': True, 'aggregated_interface': 'ae0', 'description': 'ae0', 'mac': '64:87:88:97:b4:5a', 'name': 'xe-0/0/25', 'oper_status': True, 'snmp_ifindex': '559', 'subinterfaces': [{'admin_status': True, 'enabled_afi': [], 'mac': '64:87:88:97:b4:5a', 'name': 'xe-0/0/25.0', 'oper_status': True, 'snmp_ifindex': '560'}], 'type': 'physical'}, {'admin_status': False, 'description': 'srv-s10-tvm02', 'mac': '64:87:88:97:b3:b3', 'name': 'ge-0/0/26', 'oper_status': False, 'snmp_ifindex': '507', 'subinterfaces': [{'admin_status': True, 'enabled_afi': [], 'mac': '64:87:88:97:b3:b3', 'name': 'ge-0/0/26.0', 'oper_status': True, 'snmp_ifindex': '647', 'tagged_vlans': [325]}], 'type': 'physical'}, {'admin_status': True, 'mac': '64:87:88:97:b3:b4', 'name': 'xe-0/0/27', 'oper_status': False, 'snmp_ifindex': '563', 'subinterfaces': [{'admin_status': True, 'enabled_afi': [], 'mac': '64:87:88:97:b3:b4', 'name': 'xe-0/0/27.0', 'oper_status': True, 'snmp_ifindex': '564'}], 'type': 'physical'}, {'admin_status': True, 'mac': '64:87:88:97:b3:b5', 'name': 'ge-0/0/28', 'oper_status': True, 'snmp_ifindex': '602', 'subinterfaces': [], 'type': 'physical'}, {'admin_status': True, 'mac': '64:87:88:97:b3:b6', 'name': 'xe-0/0/29', 'oper_status': False, 'snmp_ifindex': '567', 'subinterfaces': [{'admin_status': True, 'enabled_afi': [], 'mac': '64:87:88:97:b3:b6', 'name': 'xe-0/0/29.0', 'oper_status': True, 'snmp_ifindex': '568'}], 'type': 'physical'}, {'admin_status': True, 'mac': '64:87:88:97:b3:b7', 'name': 'xe-0/0/30', 'oper_status': False, 'snmp_ifindex': '569', 'subinterfaces': [{'admin_status': True, 'enabled_afi': [], 'mac': '64:87:88:97:b3:b7', 'name': 'xe-0/0/30.0', 'oper_status': True, 'snmp_ifindex': '570'}], 'type': 'physical'}, {'admin_status': True, 'mac': '64:87:88:97:b3:b8', 'name': 'xe-0/0/31', 'oper_status': False, 'snmp_ifindex': '571', 'subinterfaces': [{'admin_status': True, 'enabled_afi': [], 'mac': '64:87:88:97:b3:b8', 'name': 'xe-0/0/31.0', 'oper_status': True, 'snmp_ifindex': '572'}], 'type': 'physical'}, {'admin_status': True, 'aggregated_interface': 'ae4', 'description': 'napfas6250-1--e0e', 'mac': '64:87:88:97:b4:5e', 'name': 'xe-0/0/32', 'oper_status': True, 'snmp_ifindex': '573', 'subinterfaces': [{'admin_status': True, 'enabled_afi': [], 'mac': '64:87:88:97:b4:5e', 'name': 'xe-0/0/32.0', 'oper_status': True, 'snmp_ifindex': '574'}], 'type': 'physical'}, {'admin_status': True, 'mac': '64:87:88:97:b3:ba', 'name': 'xe-0/0/33', 'oper_status': False, 'snmp_ifindex': '575', 'subinterfaces': [{'admin_status': True, 'enabled_afi': [], 'mac': '64:87:88:97:b3:ba', 'name': 'xe-0/0/33.0', 'oper_status': True, 'snmp_ifindex': '576'}], 'type': 'physical'}, {'admin_status': True, 'mac': '64:87:88:97:b3:bb', 'name': 'xe-0/0/34', 'oper_status': False, 'snmp_ifindex': '577', 'subinterfaces': [{'admin_status': True, 'enabled_afi': [], 'mac': '64:87:88:97:b3:bb', 'name': 'xe-0/0/34.0', 'oper_status': True, 'snmp_ifindex': '578'}], 'type': 'physical'}, {'admin_status': True, 'mac': '64:87:88:97:b3:bc', 'name': 'xe-0/0/35', 'oper_status': False, 'snmp_ifindex': '579', 'subinterfaces': [{'admin_status': True, 'enabled_afi': [], 'mac': '64:87:88:97:b3:bc', 'name': 'xe-0/0/35.0', 'oper_status': True, 'snmp_ifindex': '580'}], 'type': 'physical'}, {'admin_status': True, 'mac': '64:87:88:97:b3:bd', 'name': 'xe-0/0/36', 'oper_status': False, 'snmp_ifindex': '581', 'subinterfaces': [{'admin_status': True, 'enabled_afi': [], 'mac': '64:87:88:97:b3:bd', 'name': 'xe-0/0/36.0', 'oper_status': True, 'snmp_ifindex': '582'}], 'type': 'physical'}, {'admin_status': True, 'aggregated_interface': 'ae9', 'description': 'ae9', 'mac': '64:87:88:97:b4:63', 'name': 'xe-0/0/37', 'oper_status': False, 'snmp_ifindex': '583', 'subinterfaces': [{'admin_status': True, 'enabled_afi': [], 'mac': '64:87:88:97:b4:63', 'name': 'xe-0/0/37.0', 'oper_status': True, 'snmp_ifindex': '584'}], 'type': 'physical'}, {'admin_status': True, 'mac': '64:87:88:97:b3:bf', 'name': 'xe-0/0/38', 'oper_status': False, 'snmp_ifindex': '585', 'subinterfaces': [], 'type': 'physical'}, {'admin_status': True, 'aggregated_interface': 'ae3', 'mac': '64:87:88:97:b4:5d', 'name': 'xe-0/0/39', 'oper_status': False, 'snmp_ifindex': '587', 'subinterfaces': [{'admin_status': True, 'enabled_afi': [], 'mac': '64:87:88:97:b4:5d', 'name': 'xe-0/0/39.0', 'oper_status': True, 'snmp_ifindex': '588'}], 'type': 'physical'}, {'admin_status': True, 'aggregated_interface': 'ae15', 'description': 'ae15', 'mac': '64:87:88:97:b4:69', 'name': 'xe-0/0/40', 'oper_status': True, 'snmp_ifindex': '589', 'subinterfaces': [{'admin_status': True, 'enabled_afi': [], 'mac': '64:87:88:97:b4:69', 'name': 'xe-0/0/40.0', 'oper_status': True, 'snmp_ifindex': '590'}], 'type': 'physical'}, {'admin_status': True, 'mac': '64:87:88:97:b3:c2', 'name': 'xe-0/0/41', 'oper_status': False, 'snmp_ifindex': '591', 'subinterfaces': [{'admin_status': True, 'enabled_afi': [], 'mac': '64:87:88:97:b3:c2', 'name': 'xe-0/0/41.0', 'oper_status': True, 'snmp_ifindex': '592'}], 'type': 'physical'}, {'admin_status': True, 'aggregated_interface': 'ae16', 'description': 'ae16', 'mac': '64:87:88:97:b4:6a', 'name': 'xe-0/0/42', 'oper_status': True, 'snmp_ifindex': '593', 'subinterfaces': [{'admin_status': True, 'enabled_afi': [], 'mac': '64:87:88:97:b4:6a', 'name': 'xe-0/0/42.0', 'oper_status': True, 'snmp_ifindex': '594'}], 'type': 'physical'}, {'admin_status': True, 'mac': '64:87:88:97:b3:c4', 'name': 'xe-0/0/43', 'oper_status': False, 'snmp_ifindex': '595', 'subinterfaces': [{'admin_status': True, 'enabled_afi': [], 'mac': '64:87:88:97:b3:c4', 'name': 'xe-0/0/43.0', 'oper_status': True, 'snmp_ifindex': '596'}], 'type': 'physical'}, {'admin_status': True, 'mac': '64:87:88:97:b3:c5', 'name': 'xe-0/0/44', 'oper_status': False, 'snmp_ifindex': '597', 'subinterfaces': [], 'type': 'physical'}, {'admin_status': True, 'aggregated_interface': 'ae5', 'description': 'napfas6250-2--e0e', 'mac': '64:87:88:97:b4:5f', 'name': 'xe-0/0/45', 'oper_status': True, 'snmp_ifindex': '599', 'subinterfaces': [{'admin_status': True, 'enabled_afi': [], 'mac': '64:87:88:97:b4:5f', 'name': 'xe-0/0/45.0', 'oper_status': True, 'snmp_ifindex': '600'}], 'type': 'physical'}, {'admin_status': True, 'mac': '64:87:88:97:b3:c7', 'name': 'xe-0/0/46', 'oper_status': False, 'snmp_ifindex': '620', 'subinterfaces': [{'admin_status': True, 'enabled_afi': [], 'mac': '64:87:88:97:b3:c7', 'name': 'xe-0/0/46.0', 'oper_status': True, 'snmp_ifindex': '621'}], 'type': 'physical'}, {'admin_status': True, 'mac': '64:87:88:97:b3:c8', 'name': 'xe-0/0/47', 'oper_status': False, 'snmp_ifindex': '508', 'subinterfaces': [], 'type': 'physical'}, {'admin_status': True, 'aggregated_interface': 'ae2', 'description': 'ae2', 'mac': '64:87:88:97:b4:5c', 'name': 'xle-0/2/0', 'oper_status': True, 'snmp_ifindex': '504', 'subinterfaces': [{'admin_status': True, 'enabled_afi': [], 'mac': '64:87:88:97:b4:5c', 'name': 'xle-0/2/0.0', 'oper_status': True, 'snmp_ifindex': '562'}], 'type': 'physical'}, {'admin_status': True, 'aggregated_interface': 'ae2', 'description': 'ae2', 'mac': '64:87:88:97:b4:5c', 'name': 'xle-0/2/1', 'oper_status': True, 'snmp_ifindex': '622', 'subinterfaces': [{'admin_status': True, 'enabled_afi': [], 'mac': '64:87:88:97:b4:5c', 'name': 'xle-0/2/1.0', 'oper_status': True, 'snmp_ifindex': '623'}], 'type': 'physical'}, {'admin_status': False, 'aggregated_interface': 'ae1', 'description': 'ae1', 'mac': '64:87:88:97:b4:5b', 'name': 'xle-0/2/2', 'oper_status': False, 'snmp_ifindex': '613', 'subinterfaces': [{'admin_status': True, 'enabled_afi': [], 'mac': '64:87:88:97:b4:5b', 'name': 'xle-0/2/2.0', 'oper_status': True, 'snmp_ifindex': '624'}], 'type': 'physical'}, {'admin_status': False, 'aggregated_interface': 'ae1', 'description': 'ae1', 'mac': '64:87:88:97:b4:5b', 'name': 'xle-0/2/3', 'oper_status': False, 'snmp_ifindex': '614', 'subinterfaces': [{'admin_status': True, 'enabled_afi': [], 'mac': '64:87:88:97:b4:5b', 'name': 'xle-0/2/3.0', 'oper_status': True, 'snmp_ifindex': '625'}], 'type': 'physical'}] L = ['ae0.0 (Index 67) (SNMP ifIndex 557)\n Flags: SNMP-Traps 0x0 Encapsulation: ENET2\n Statistics Packets pps Bytes bps\n Bundle:\n Input : 0 0 0 0\n Output: 5627784 0 602166561 0\n Adaptive Statistics:\n Adaptive Adjusts: 0\n Adaptive Scans : 0\n Adaptive Updates: 0\n Protocol eth-switch, MTU: 9216\n Flags: Trunk-Mode\n\n'] bundle = 'ae1' mac = '64:87:88:97:b4:5b' iftype = 'physical' local_addresses = [] name = 'xle-0/2/3' phy = 'ae0 (MC-AE-1, active), Enabled, Physical link is Up\n Interface index: 49160, SNMP ifIndex: 501\n Description: cs6509-1-s10--Po70\n Link-level type: Ethernet, MTU: 9216, Speed: 20Gbps, BPDU Error: None,\n MAC-REWRITE Error: None, Loopback: Disabled, Source filtering: Disabled,\n Flow control: Disabled, Minimum links needed: 1, Minimum bandwidth needed: 0\n Device flags : Present Running\n Interface flags: SNMP-Traps Internal: 0x0\n Current address: 64:87:88:97:b4:5a, Hardware address: 64:87:88:97:b4:5a\n Last flapped : 2014-05-20 23:13:42 MSK (14w1d 10:51 ago)\n Input rate : 3720 bps (3 pps)\n Output rate : 328 bps (0 pps)\n' vlan_ids = [] p = 'aenet, AE bundle: ae1.0\n\n' s = 'xle-0/2/3.0 (Index 122) (SNMP ifIndex 625)\n Flags: Device-Down SNMP-Traps 0x0 Encapsulation: ENET2\n Input packets : 8958582\n Output packets: 312078\n Protocol aenet, AE bundle: ae1.0\n\n' v = ' \nPhysical interface: xe-0/0/0, Enabled, Physical link is Up\n Interface index: 49171, SNMP ifIndex: 509\n Description: srv-vm-s10-test\n Link-level type: Ethernet, MTU: 9216, Speed: 10Gbps, Duplex: Full-Duplex,\n BPDU Error: None, MAC-REWRITE Error: None, Loopback: Disabled,\n Source filtering: Disabled, Flow control: Disabled\n Device flags : Present Running\n Interface flags: SNMP-Traps Internal: 0x0\n Link flags : None\n CoS queues : 12 supported, 12 maximum usable queues\n Current address: 64:87:88:97:b3:99, Hardware address: 64:87:88:97:b3:99\n Last flapped : 2014-06-24 10:35:09 MSK (9w1d 23:29 ago)\n Input rate : 73920 bps (4 pps)\n Output rate : 5488 bps (5 pps)\n Active alarms : None\n Active defects : None\n Interface transmit statistics: Disabled\n\n Logical interface xe-0/0/0.0 (Index 75) (SNMP ifIndex 510)\n Flags: SNMP-Traps 0x0 Encapsulation: ENET2\n Input packets : 385615\n Output packets: 6013267\n Protocol eth-switch, MTU: 9216\n Flags: Trunk-Mode\n\nPhysical interface: xe-0/0/1, Enabled, Physical link is Down\n Interface index: 49172, SNMP ifIndex: 511\n Link-level type: Ethernet, MTU: 1514, Speed: 10Gbps, Duplex: Full-Duplex,\n BPDU Error: None, MAC-REWRITE Error: None, Loopback: Disabled,\n Source filtering: Disabled, Flow control: Disabled\n Device flags : Present Running Down\n Interface flags: Hardware-Down SNMP-Traps Internal: 0x0\n Link flags : None\n CoS queues : 12 supported, 12 maximum usable queues\n Current address: 64:87:88:97:b3:9a, Hardware address: 64:87:88:97:b3:9a\n Last flapped : 2014-04-26 13:26:25 MSK (17w4d 20:38 ago)\n Input rate : 0 bps (0 pps)\n Output rate : 0 bps (0 pps)\n Active alarms : LINK\n Active defects : LINK\n Interface transmit statistics: Disabled\n\n Logical interface xe-0/0/1.0 (Index 76) (SNMP ifIndex 512)\n Flags: Device-Down SNMP-Traps 0x0 Encapsulation: ENET2\n Input packets : 0\n Output packets: 0\n Protocol eth-switch, MTU: 0\n Flags: None\n\nPhysical interface: xe-0/0/2, Enabled, Physical link is Down\n Interface index: 49173, SNMP ifIndex: 513\n Description: hpdl580g7-010\n Link-level type: Ethernet, MTU: 9216, Speed: 10Gbps, Duplex: Full-Duplex,\n BPDU Error: None, MAC-REWRITE Error: None, Loopback: Disabled,\n Source filtering: Disabled, Flow control: Disabled\n Device flags : Present Running Down\n Interface flags: Hardware-Down SNMP-Traps Internal: 0x0\n Link flags : None\n CoS queues : 12 supported, 12 maximum usable queues\n Current address: 64:87:88:97:b3:9b, Hardware address: 64:87:88:97:b3:9b\n Last flapped : 2014-07-21 17:56:30 MSK (5w2d 16:08 ago)\n Input rate : 0 bps (0 pps)\n Output rate : 0 bps (0 pps)\n Active alarms : LINK\n Active defects : LINK\n Interface transmit statistics: Disabled\n\n Logical interface xe-0/0/2.0 (Index 70) (SNMP ifIndex 514)\n Flags: Device-Down SNMP-Traps 0x0 Encapsulation: ENET2\n Input packets : 127\n Output packets: 1967\n Protocol eth-switch, MTU: 9216\n Flags: Trunk-Mode\n\nPhysical interface: xe-0/0/3, Enabled, Physical link is Down\n Interface index: 49174, SNMP ifIndex: 515\n Link-level type: Ethernet, MTU: 1514, Speed: 10Gbps, Duplex: Full-Duplex,\n BPDU Error: None, MAC-REWRITE Error: None, Loopback: Disabled,\n Source filtering: Disabled, Flow control: Disabled\n Device flags : Present Running Down\n Interface flags: Hardware-Down SNMP-Traps Internal: 0x0\n Link flags : None\n CoS queues : 12 supported, 12 maximum usable queues\n Current address: 64:87:88:97:b3:9c, Hardware address: 64:87:88:97:b3:9c\n Last flapped : 2014-04-26 13:26:25 MSK (17w4d 20:38 ago)\n Input rate : 0 bps (0 pps)\n Output rate : 0 bps (0 pps)\n Active alarms : LINK\n Active defects : LINK\n Interface transmit statistics: Disabled\n\n Logical interface xe-0/0/3.0 (Index 78) (SNMP ifIndex 516)\n Flags: Device-Down SNMP-Traps 0x0 Encapsulation: ENET2\n Input packets : 0\n Output packets: 0\n Protocol eth-switch, MTU: 0\n Flags: None\n\nPhysical interface: xe-0/0/4, Enabled, Physical link is Down\n Interface index: 49175, SNMP ifIndex: 517\n Link-level type: Ethernet, MTU: 1514, Speed: 10Gbps, Duplex: Full-Duplex,\n BPDU Error: None, MAC-REWRITE Error: None, Loopback: Disabled,\n Source filtering: Disabled, Flow control: Disabled\n Device flags : Present Running Down\n Interface flags: Hardware-Down SNMP-Traps Internal: 0x0\n Link flags : None\n CoS queues : 12 supported, 12 maximum usable queues\n Current address: 64:87:88:97:b3:9d, Hardware address: 64:87:88:97:b3:9d\n Last flapped : 2014-04-26 13:26:25 MSK (17w4d 20:38 ago)\n Input rate : 0 bps (0 pps)\n Output rate : 0 bps (0 pps)\n Active alarms : LINK\n Active defects : LINK\n Interface transmit statistics: Disabled\n\n Logical interface xe-0/0/4.0 (Index 79) (SNMP ifIndex 518)\n Flags: Device-Down SNMP-Traps 0x0 Encapsulation: ENET2\n Input packets : 0\n Output packets: 0\n Protocol eth-switch, MTU: 0\n Flags: None\n\nPhysical interface: xe-0/0/5, Administratively down, Physical link is Down\n Interface index: 49176, SNMP ifIndex: 519\n Link-level type: Ethernet, MTU: 1514, Speed: 10Gbps, Duplex: Full-Duplex,\n BPDU Error: None, MAC-REWRITE Error: None, Loopback: Disabled,\n Source filtering: Disabled, Flow control: Disabled\n Device flags : Present Running Down\n Interface flags: Hardware-Down Down SNMP-Traps Internal: 0x0\n Link flags : None\n CoS queues : 12 supported, 12 maximum usable queues\n Current address: 64:87:88:97:b3:9e, Hardware address: 64:87:88:97:b3:9e\n Last flapped : 2014-04-26 13:26:25 MSK (17w4d 20:38 ago)\n Input rate : 0 bps (0 pps)\n Output rate : 0 bps (0 pps)\n Active alarms : LINK\n Active defects : LINK\n Interface transmit statistics: Disabled\n\n Logical interface xe-0/0/5.0 (Index 80) (SNMP ifIndex 520)\n Flags: Device-Down SNMP-Traps 0x0 Encapsulation: ENET2\n Input packets : 0\n Output packets: 0\n Protocol eth-switch, MTU: 0\n Flags: None\n\nPhysical interface: xe-0/0/6, Enabled, Physical link is Down\n Interface index: 49177, SNMP ifIndex: 521\n Link-level type: Ethernet, MTU: 1514, Speed: 10Gbps, Duplex: Full-Duplex,\n BPDU Error: None, MAC-REWRITE Error: None, Loopback: Disabled,\n Source filtering: Disabled, Flow control: Disabled\n Device flags : Present Running Down\n Interface flags: Hardware-Down SNMP-Traps Internal: 0x0\n Link flags : None\n CoS queues : 12 supported, 12 maximum usable queues\n Current address: 64:87:88:97:b3:9f, Hardware address: 64:87:88:97:b3:9f\n Last flapped : 2014-04-26 13:26:25 MSK (17w4d 20:38 ago)\n Input rate : 0 bps (0 pps)\n Output rate : 0 bps (0 pps)\n Active alarms : LINK\n Active defects : LINK\n Interface transmit statistics: Disabled\n\n Logical interface xe-0/0/6.0 (Index 81) (SNMP ifIndex 522)\n Flags: Device-Down SNMP-Traps 0x0 Encapsulation: ENET2\n Input packets : 0\n Output packets: 0\n Protocol eth-switch, MTU: 0\n Flags: None\n\nPhysical interface: xe-0/0/7, Enabled, Physical link is Up\n Interface index: 49178, SNMP ifIndex: 523\n Description: ae0\n Link-level type: Ethernet, MTU: 9216, Speed: 10Gbps, Duplex: Full-Duplex,\n BPDU Error: None, MAC-REWRITE Error: None, Loopback: Disabled,\n Source filtering: Disabled, Flow control: Disabled\n Device flags : Present Running\n Interface flags: SNMP-Traps Internal: 0x0\n Link flags : None\n CoS queues : 12 supported, 12 maximum usable queues\n Current address: 64:87:88:97:b4:5a, Hardware address: 64:87:88:97:b3:a0\n Last flapped : 2014-04-26 13:26:36 MSK (17w4d 20:38 ago)\n Input rate : 2024 bps (2 pps)\n Output rate : 328 bps (0 pps)\n Active alarms : None\n Active defects : None\n Interface transmit statistics: Disabled\n\n Logical interface xe-0/0/7.0 (Index 82) (SNMP ifIndex 524)\n Flags: SNMP-Traps 0x0 Encapsulation: ENET2\n Input packets : 11360489\n Output packets: 4904300\n Protocol aenet, AE bundle: ae0.0\n\nPhysical interface: xe-0/0/8, Enabled, Physical link is Down\n Interface index: 49179, SNMP ifIndex: 525\n Link-level type: Ethernet, MTU: 1514, Speed: 10Gbps, Duplex: Full-Duplex,\n BPDU Error: None, MAC-REWRITE Error: None, Loopback: Disabled,\n Source filtering: Disabled, Flow control: Disabled\n Device flags : Present Running Down\n Interface flags: Hardware-Down SNMP-Traps Internal: 0x0\n Link flags : None\n CoS queues : 12 supported, 12 maximum usable queues\n Current address: 64:87:88:97:b3:a1, Hardware address: 64:87:88:97:b3:a1\n Last flapped : 2014-04-26 13:26:25 MSK (17w4d 20:38 ago)\n Input rate : 0 bps (0 pps)\n Output rate : 0 bps (0 pps)\n Active alarms : LINK\n Active defects : LINK\n Interface transmit statistics: Disabled\n\n Logical interface xe-0/0/8.0 (Index 83) (SNMP ifIndex 526)\n Flags: Device-Down SNMP-Traps 0x0 Encapsulation: ENET2\n Input packets : 0\n Output packets: 0\n Protocol eth-switch, MTU: 0\n Flags: None\n\nPhysical interface: xe-0/0/9, Enabled, Physical link is Down\n Interface index: 49180, SNMP ifIndex: 527\n Link-level type: Ethernet, MTU: 1514, Speed: 10Gbps, Duplex: Full-Duplex,\n BPDU Error: None, MAC-REWRITE Error: None, Loopback: Disabled,\n Source filtering: Disabled, Flow control: Disabled\n Device flags : Present Running Down\n Interface flags: Hardware-Down SNMP-Traps Internal: 0x0\n Link flags : None\n CoS queues : 12 supported, 12 maximum usable queues\n Current address: 64:87:88:97:b3:a2, Hardware address: 64:87:88:97:b3:a2\n Last flapped : 2014-04-26 13:26:25 MSK (17w4d 20:38 ago)\n Input rate : 0 bps (0 pps)\n Output rate : 0 bps (0 pps)\n Active alarms : LINK\n Active defects : LINK\n Interface transmit statistics: Disabled\n\n Logical interface xe-0/0/9.0 (Index 84) (SNMP ifIndex 528)\n Flags: Device-Down SNMP-Traps 0x0 Encapsulation: ENET2\n Input packets : 0\n Output packets: 0\n Protocol eth-switch, MTU: 0\n Flags: None\n\nPhysical interface: xe-0/0/10, Enabled, Physical link is Down\n Interface index: 49181, SNMP ifIndex: 529\n Link-level type: Ethernet, MTU: 1514, Speed: 10Gbps, Duplex: Full-Duplex,\n BPDU Error: None, MAC-REWRITE Error: None, Loopback: Disabled,\n Source filtering: Disabled, Flow control: Disabled\n Device flags : Present Running Down\n Interface flags: Hardware-Down SNMP-Traps Internal: 0x0\n Link flags : None\n CoS queues : 12 supported, 12 maximum usable queues\n Current address: 64:87:88:97:b3:a3, Hardware address: 64:87:88:97:b3:a3\n Last flapped : 2014-04-26 13:26:25 MSK (17w4d 20:38 ago)\n Input rate : 0 bps (0 pps)\n Output rate : 0 bps (0 pps)\n Active alarms : LINK\n Active defects : LINK\n Interface transmit statistics: Disabled\n\n Logical interface xe-0/0/10.0 (Index 85) (SNMP ifIndex 530)\n Flags: Device-Down SNMP-Traps 0x0 Encapsulation: ENET2\n Input packets : 0\n Output packets: 0\n Protocol eth-switch, MTU: 0\n Flags: None\n\nPhysical interface: xe-0/0/11, Enabled, Physical link is Down\n Interface index: 49182, SNMP ifIndex: 531\n Link-level type: Ethernet, MTU: 1514, Speed: 10Gbps, Duplex: Full-Duplex,\n BPDU Error: None, MAC-REWRITE Error: None, Loopback: Disabled,\n Source filtering: Disabled, Flow control: Disabled\n Device flags : Present Running Down\n Interface flags: Hardware-Down SNMP-Traps Internal: 0x0\n Link flags : None\n CoS queues : 12 supported, 12 maximum usable queues\n Current address: 64:87:88:97:b3:a4, Hardware address: 64:87:88:97:b3:a4\n Last flapped : 2014-04-26 13:26:25 MSK (17w4d 20:38 ago)\n Input rate : 0 bps (0 pps)\n Output rate : 0 bps (0 pps)\n Active alarms : LINK\n Active defects : LINK\n Interface transmit statistics: Disabled\n\n Logical interface xe-0/0/11.0 (Index 86) (SNMP ifIndex 532)\n Flags: Device-Down SNMP-Traps 0x0 Encapsulation: ENET2\n Input packets : 0\n Output packets: 0\n Protocol eth-switch, MTU: 0\n Flags: None\n\nPhysical interface: xe-0/0/12, Enabled, Physical link is Down\n Interface index: 49183, SNMP ifIndex: 533\n Link-level type: Ethernet, MTU: 1514, Speed: 10Gbps, Duplex: Full-Duplex,\n BPDU Error: None, MAC-REWRITE Error: None, Loopback: Disabled,\n Source filtering: Disabled, Flow control: Disabled\n Device flags : Present Running Down\n Interface flags: Hardware-Down SNMP-Traps Internal: 0x0\n Link flags : None\n CoS queues : 12 supported, 12 maximum usable queues\n Current address: 64:87:88:97:b3:a5, Hardware address: 64:87:88:97:b3:a5\n Last flapped : 2014-04-26 13:26:25 MSK (17w4d 20:38 ago)\n Input rate : 0 bps (0 pps)\n Output rate : 0 bps (0 pps)\n Active alarms : LINK\n Active defects : LINK\n Interface transmit statistics: Disabled\n\n Logical interface xe-0/0/12.0 (Index 87) (SNMP ifIndex 534)\n Flags: Device-Down SNMP-Traps 0x0 Encapsulation: ENET2\n Input packets : 0\n Output packets: 0\n Protocol eth-switch, MTU: 0\n Flags: None\n\nPhysical interface: xe-0/0/13, Enabled, Physical link is Down\n Interface index: 49184, SNMP ifIndex: 535\n Link-level type: Ethernet, MTU: 1514, Speed: 10Gbps, Duplex: Full-Duplex,\n BPDU Error: None, MAC-REWRITE Error: None, Loopback: Disabled,\n Source filtering: Disabled, Flow control: Disabled\n Device flags : Present Running Down\n Interface flags: Hardware-Down SNMP-Traps Internal: 0x0\n Link flags : None\n CoS queues : 12 supported, 12 maximum usable queues\n Current address: 64:87:88:97:b3:a6, Hardware address: 64:87:88:97:b3:a6\n Last flapped : 2014-04-26 13:26:25 MSK (17w4d 20:38 ago)\n Input rate : 0 bps (0 pps)\n Output rate : 0 bps (0 pps)\n Active alarms : LINK\n Active defects : LINK\n Interface transmit statistics: Disabled\n\n Logical interface xe-0/0/13.0 (Index 88) (SNMP ifIndex 536)\n Flags: Device-Down SNMP-Traps 0x0 Encapsulation: ENET2\n Input packets : 0\n Output packets: 0\n Protocol eth-switch, MTU: 0\n Flags: None\n\nPhysical interface: xe-0/0/14, Enabled, Physical link is Down\n Interface index: 49185, SNMP ifIndex: 537\n Link-level type: Ethernet, MTU: 1514, Speed: 10Gbps, Duplex: Full-Duplex,\n BPDU Error: None, MAC-REWRITE Error: None, Loopback: Disabled,\n Source filtering: Disabled, Flow control: Disabled\n Device flags : Present Running Down\n Interface flags: Hardware-Down SNMP-Traps Internal: 0x0\n Link flags : None\n CoS queues : 12 supported, 12 maximum usable queues\n Current address: 64:87:88:97:b3:a7, Hardware address: 64:87:88:97:b3:a7\n Last flapped : 2014-04-26 13:26:25 MSK (17w4d 20:38 ago)\n Input rate : 0 bps (0 pps)\n Output rate : 0 bps (0 pps)\n Active alarms : LINK\n Active defects : LINK\n Interface transmit statistics: Disabled\n\n Logical interface xe-0/0/14.0 (Index 89) (SNMP ifIndex 538)\n Flags: Device-Down SNMP-Traps 0x0 Encapsulation: ENET2\n Input packets : 0\n Output packets: 0\n Protocol eth-switch, MTU: 0\n Flags: None\n\nPhysical interface: xe-0/0/15, Enabled, Physical link is Down\n Interface index: 49186, SNMP ifIndex: 539\n Link-level type: Ethernet, MTU: 1514, Speed: 10Gbps, Duplex: Full-Duplex,\n BPDU Error: None, MAC-REWRITE Error: None, Loopback: Disabled,\n Source filtering: Disabled, Flow control: Disabled\n Device flags : Present Running Down\n Interface flags: Hardware-Down SNMP-Traps Internal: 0x0\n Link flags : None\n CoS queues : 12 supported, 12 maximum usable queues\n Current address: 64:87:88:97:b3:a8, Hardware address: 64:87:88:97:b3:a8\n Last flapped : 2014-04-26 13:26:25 MSK (17w4d 20:38 ago)\n Input rate : 0 bps (0 pps)\n Output rate : 0 bps (0 pps)\n Active alarms : LINK\n Active defects : LINK\n Interface transmit statistics: Disabled\n\n Logical interface xe-0/0/15.0 (Index 90) (SNMP ifIndex 540)\n Flags: Device-Down SNMP-Traps 0x0 Encapsulation: ENET2\n Input packets : 0\n Output packets: 0\n Protocol eth-switch, MTU: 0\n Flags: None\n\nPhysical interface: xe-0/0/16, Enabled, Physical link is Down\n Interface index: 49187, SNMP ifIndex: 541\n Link-level type: Ethernet, MTU: 1514, Speed: 10Gbps, Duplex: Full-Duplex,\n BPDU Error: None, MAC-REWRITE Error: None, Loopback: Disabled,\n Source filtering: Disabled, Flow control: Disabled\n Device flags : Present Running Down\n Interface flags: Hardware-Down SNMP-Traps Internal: 0x0\n Link flags : None\n CoS queues : 12 supported, 12 maximum usable queues\n Current address: 64:87:88:97:b3:a9, Hardware address: 64:87:88:97:b3:a9\n Last flapped : 2014-04-26 13:26:27 MSK (17w4d 20:38 ago)\n Input rate : 0 bps (0 pps)\n Output rate : 0 bps (0 pps)\n Active alarms : LINK\n Active defects : LINK\n Interface transmit statistics: Disabled\n\n Logical interface xe-0/0/16.0 (Index 91) (SNMP ifIndex 542)\n Flags: Device-Down SNMP-Traps 0x0 Encapsulation: ENET2\n Input packets : 0\n Output packets: 0\n Protocol eth-switch, MTU: 0\n Flags: None\n\nPhysical interface: xe-0/0/17, Enabled, Physical link is Down\n Interface index: 49188, SNMP ifIndex: 543\n Link-level type: Ethernet, MTU: 1514, Speed: 10Gbps, Duplex: Full-Duplex,\n BPDU Error: None, MAC-REWRITE Error: None, Loopback: Disabled,\n Source filtering: Disabled, Flow control: Disabled\n Device flags : Present Running Down\n Interface flags: Hardware-Down SNMP-Traps Internal: 0x0\n Link flags : None\n CoS queues : 12 supported, 12 maximum usable queues\n Current address: 64:87:88:97:b3:aa, Hardware address: 64:87:88:97:b3:aa\n Last flapped : 2014-04-26 13:26:27 MSK (17w4d 20:38 ago)\n Input rate : 0 bps (0 pps)\n Output rate : 0 bps (0 pps)\n Active alarms : LINK\n Active defects : LINK\n Interface transmit statistics: Disabled\n\n Logical interface xe-0/0/17.0 (Index 92) (SNMP ifIndex 544)\n Flags: Device-Down SNMP-Traps 0x0 Encapsulation: ENET2\n Input packets : 0\n Output packets: 0\n Protocol eth-switch, MTU: 0\n Flags: None\n\nPhysical interface: xe-0/0/18, Enabled, Physical link is Down\n Interface index: 49189, SNMP ifIndex: 545\n Link-level type: Ethernet, MTU: 1514, Speed: 10Gbps, Duplex: Full-Duplex,\n BPDU Error: None, MAC-REWRITE Error: None, Loopback: Disabled,\n Source filtering: Disabled, Flow control: Disabled\n Device flags : Present Running Down\n Interface flags: Hardware-Down SNMP-Traps Internal: 0x0\n Link flags : None\n CoS queues : 12 supported, 12 maximum usable queues\n Current address: 64:87:88:97:b3:ab, Hardware address: 64:87:88:97:b3:ab\n Last flapped : 2014-04-26 13:26:27 MSK (17w4d 20:38 ago)\n Input rate : 0 bps (0 pps)\n Output rate : 0 bps (0 pps)\n Active alarms : LINK\n Active defects : LINK\n Interface transmit statistics: Disabled\n\n Logical interface xe-0/0/18.0 (Index 93) (SNMP ifIndex 546)\n Flags: Device-Down SNMP-Traps 0x0 Encapsulation: ENET2\n Input packets : 0\n Output packets: 0\n Protocol eth-switch, MTU: 0\n Flags: None\n\nPhysical interface: xe-0/0/19, Enabled, Physical link is Down\n Interface index: 49190, SNMP ifIndex: 547\n Description: ae10\n Link-level type: Ethernet, MTU: 9216, Speed: 10Gbps, Duplex: Full-Duplex,\n BPDU Error: None, MAC-REWRITE Error: None, Loopback: Disabled,\n Source filtering: Disabled, Flow control: Disabled\n Device flags : Present Running Down\n Interface flags: Hardware-Down SNMP-Traps Internal: 0x0\n Link flags : None\n CoS queues : 12 supported, 12 maximum usable queues\n Current address: 64:87:88:97:b4:64, Hardware address: 64:87:88:97:b3:ac\n Last flapped : 2014-04-26 13:26:27 MSK (17w4d 20:38 ago)\n Input rate : 0 bps (0 pps)\n Output rate : 0 bps (0 pps)\n Active alarms : LINK\n Active defects : LINK\n Interface transmit statistics: Disabled\n\n Logical interface xe-0/0/19.0 (Index 94) (SNMP ifIndex 548)\n Flags: Device-Down SNMP-Traps 0x0 Encapsulation: ENET2\n Input packets : 0\n Output packets: 0\n Protocol aenet, AE bundle: ae10.0\n\nPhysical interface: xe-0/0/20, Enabled, Physical link is Down\n Interface index: 49191, SNMP ifIndex: 549\n Link-level type: Ethernet, MTU: 1514, Speed: 10Gbps, Duplex: Full-Duplex,\n BPDU Error: None, MAC-REWRITE Error: None, Loopback: Disabled,\n Source filtering: Disabled, Flow control: Disabled\n Device flags : Present Running Down\n Interface flags: Hardware-Down SNMP-Traps Internal: 0x0\n Link flags : None\n CoS queues : 12 supported, 12 maximum usable queues\n Current address: 64:87:88:97:b3:ad, Hardware address: 64:87:88:97:b3:ad\n Last flapped : 2014-04-26 13:26:27 MSK (17w4d 20:38 ago)\n Input rate : 0 bps (0 pps)\n Output rate : 0 bps (0 pps)\n Active alarms : LINK\n Active defects : LINK\n Interface transmit statistics: Disabled\n\n Logical interface xe-0/0/20.0 (Index 95) (SNMP ifIndex 550)\n Flags: Device-Down SNMP-Traps 0x0 Encapsulation: ENET2\n Input packets : 0\n Output packets: 0\n Protocol eth-switch, MTU: 0\n Flags: None\n\nPhysical interface: xe-0/0/21, Enabled, Physical link is Down\n Interface index: 49192, SNMP ifIndex: 551\n Link-level type: Ethernet, MTU: 1514, Speed: 10Gbps, Duplex: Full-Duplex,\n BPDU Error: None, MAC-REWRITE Error: None, Loopback: Disabled,\n Source filtering: Disabled, Flow control: Disabled\n Device flags : Present Running Down\n Interface flags: Hardware-Down SNMP-Traps Internal: 0x0\n Link flags : None\n CoS queues : 12 supported, 12 maximum usable queues\n Current address: 64:87:88:97:b3:ae, Hardware address: 64:87:88:97:b3:ae\n Last flapped : 2014-04-26 13:26:27 MSK (17w4d 20:38 ago)\n Input rate : 0 bps (0 pps)\n Output rate : 0 bps (0 pps)\n Active alarms : LINK\n Active defects : LINK\n Interface transmit statistics: Disabled\n\n Logical interface xe-0/0/21.0 (Index 96) (SNMP ifIndex 552)\n Flags: Device-Down SNMP-Traps 0x0 Encapsulation: ENET2\n Input packets : 0\n Output packets: 0\n Protocol eth-switch, MTU: 0\n Flags: None\n\nPhysical interface: xe-0/0/22, Enabled, Physical link is Down\n Interface index: 49193, SNMP ifIndex: 553\n Link-level type: Ethernet, MTU: 1514, Speed: 10Gbps, Duplex: Full-Duplex,\n BPDU Error: None, MAC-REWRITE Error: None, Loopback: Disabled,\n Source filtering: Disabled, Flow control: Disabled\n Device flags : Present Running Down\n Interface flags: Hardware-Down SNMP-Traps Internal: 0x0\n Link flags : None\n CoS queues : 12 supported, 12 maximum usable queues\n Current address: 64:87:88:97:b3:af, Hardware address: 64:87:88:97:b3:af\n Last flapped : 2014-04-26 13:26:27 MSK (17w4d 20:38 ago)\n Input rate : 0 bps (0 pps)\n Output rate : 0 bps (0 pps)\n Active alarms : LINK\n Active defects : LINK\n Interface transmit statistics: Disabled\n\n Logical interface xe-0/0/22.0 (Index 97) (SNMP ifIndex 554)\n Flags: Device-Down SNMP-Traps 0x0 Encapsulation: ENET2\n Input packets : 0\n Output packets: 0\n Protocol eth-switch, MTU: 0\n Flags: None\n\nPhysical interface: xe-0/0/23, Enabled, Physical link is Down\n Interface index: 49194, SNMP ifIndex: 555\n Link-level type: Ethernet, MTU: 1514, Speed: 10Gbps, Duplex: Full-Duplex,\n BPDU Error: None, MAC-REWRITE Error: None, Loopback: Disabled,\n Source filtering: Disabled, Flow control: Disabled\n Device flags : Present Running Down\n Interface flags: Hardware-Down SNMP-Traps Internal: 0x0\n Link flags : None\n CoS queues : 12 supported, 12 maximum usable queues\n Current address: 64:87:88:97:b3:b0, Hardware address: 64:87:88:97:b3:b0\n Last flapped : 2014-07-27 11:21:25 MSK (4w3d 22:43 ago)\n Input rate : 0 bps (0 pps)\n Output rate : 0 bps (0 pps)\n Active alarms : LINK\n Active defects : LINK\n Interface transmit statistics: Disabled\n\nPhysical interface: ge-0/0/24, Enabled, Physical link is Up\n Interface index: 49195, SNMP ifIndex: 505\n Description: tnapfas-2040a--e0b\n Link-level type: Ethernet, MTU: 1514, Speed: 1000mbps, Duplex: Full-Duplex,\n BPDU Error: None, MAC-REWRITE Error: None, Loopback: Disabled,\n Source filtering: Disabled, Flow control: Disabled, Auto-negotiation: Enabled,\n Remote fault: Online\n Device flags : Present Running\n Interface flags: SNMP-Traps Internal: 0x0\n Link flags : None\n CoS queues : 12 supported, 12 maximum usable queues\n Current address: 64:87:88:97:b3:b1, Hardware address: 64:87:88:97:b3:b1\n Last flapped : 2014-08-22 18:17:51 MSK (5d 15:47 ago)\n Input rate : 656 bps (0 pps)\n Output rate : 0 bps (0 pps)\n Active alarms : None\n Active defects : None\n Interface transmit statistics: Disabled\n\nPhysical interface: xe-0/0/25, Enabled, Physical link is Up\n Interface index: 49196, SNMP ifIndex: 559\n Description: ae0\n Link-level type: Ethernet, MTU: 9216, Speed: 10Gbps, Duplex: Full-Duplex,\n BPDU Error: None, MAC-REWRITE Error: None, Loopback: Disabled,\n Source filtering: Disabled, Flow control: Disabled\n Device flags : Present Running\n Interface flags: SNMP-Traps Internal: 0x0\n Link flags : None\n CoS queues : 12 supported, 12 maximum usable queues\n Current address: 64:87:88:97:b4:5a, Hardware address: 64:87:88:97:b3:b2\n Last flapped : 2014-04-26 13:26:40 MSK (17w4d 20:38 ago)\n Input rate : 1696 bps (1 pps)\n Output rate : 0 bps (0 pps)\n Active alarms : None\n Active defects : None\n Interface transmit statistics: Disabled\n\n Logical interface xe-0/0/25.0 (Index 98) (SNMP ifIndex 560)\n Flags: SNMP-Traps 0x0 Encapsulation: ENET2\n Input packets : 11360562\n Output packets: 1494697\n Protocol aenet, AE bundle: ae0.0\n\nPhysical interface: ge-0/0/26, Administratively down, Physical link is Down\n Interface index: 49197, SNMP ifIndex: 507\n Description: srv-s10-tvm02\n Link-level type: Ethernet, MTU: 9216, Speed: 1000mbps, Duplex: Full-Duplex,\n BPDU Error: None, MAC-REWRITE Error: None, Loopback: Disabled,\n Source filtering: Disabled, Flow control: Disabled, Auto-negotiation: Enabled,\n Remote fault: Online\n Device flags : Present Running Down\n Interface flags: Hardware-Down Down SNMP-Traps Internal: 0x0\n Link flags : None\n CoS queues : 12 supported, 12 maximum usable queues\n Current address: 64:87:88:97:b3:b3, Hardware address: 64:87:88:97:b3:b3\n Last flapped : 2014-04-26 13:26:27 MSK (17w4d 20:38 ago)\n Input rate : 0 bps (0 pps)\n Output rate : 0 bps (0 pps)\n Active alarms : LINK\n Active defects : LINK\n Interface transmit statistics: Disabled\n\n Logical interface ge-0/0/26.0 (Index 125) (SNMP ifIndex 647)\n Flags: Device-Down SNMP-Traps 0x0 Encapsulation: ENET2\n Input packets : 0\n Output packets: 0\n Protocol eth-switch, MTU: 9216\n Flags: Trunk-Mode\n\nPhysical interface: xe-0/0/27, Enabled, Physical link is Down\n Interface index: 49198, SNMP ifIndex: 563\n Link-level type: Ethernet, MTU: 1514, Speed: 10Gbps, Duplex: Full-Duplex,\n BPDU Error: None, MAC-REWRITE Error: None, Loopback: Disabled,\n Source filtering: Disabled, Flow control: Disabled\n Device flags : Present Running Down\n Interface flags: Hardware-Down SNMP-Traps Internal: 0x0\n Link flags : None\n CoS queues : 12 supported, 12 maximum usable queues\n Current address: 64:87:88:97:b3:b4, Hardware address: 64:87:88:97:b3:b4\n Last flapped : 2014-04-26 13:26:27 MSK (17w4d 20:38 ago)\n Input rate : 0 bps (0 pps)\n Output rate : 0 bps (0 pps)\n Active alarms : LINK\n Active defects : LINK\n Interface transmit statistics: Disabled\n\n Logical interface xe-0/0/27.0 (Index 99) (SNMP ifIndex 564)\n Flags: Device-Down SNMP-Traps 0x0 Encapsulation: ENET2\n Input packets : 0\n Output packets: 0\n Protocol eth-switch, MTU: 0\n Flags: None\n\nPhysical interface: ge-0/0/28, Enabled, Physical link is Up\n Interface index: 49199, SNMP ifIndex: 602\n Link-level type: Ethernet, MTU: 1514, Speed: 1000mbps, Duplex: Full-Duplex,\n BPDU Error: None, MAC-REWRITE Error: None, Loopback: Disabled,\n Source filtering: Disabled, Flow control: Disabled, Auto-negotiation: Enabled,\n Remote fault: Online\n Device flags : Present Running\n Interface flags: SNMP-Traps Internal: 0x0\n Link flags : None\n CoS queues : 12 supported, 12 maximum usable queues\n Current address: 64:87:88:97:b3:b5, Hardware address: 64:87:88:97:b3:b5\n Last flapped : 2014-08-22 18:17:28 MSK (5d 15:47 ago)\n Input rate : 0 bps (0 pps)\n Output rate : 0 bps (0 pps)\n Active alarms : None\n Active defects : None\n Interface transmit statistics: Disabled\n\nPhysical interface: xe-0/0/29, Enabled, Physical link is Down\n Interface index: 49200, SNMP ifIndex: 567\n Link-level type: Ethernet, MTU: 1514, Speed: 10Gbps, Duplex: Full-Duplex,\n BPDU Error: None, MAC-REWRITE Error: None, Loopback: Disabled,\n Source filtering: Disabled, Flow control: Disabled\n Device flags : Present Running Down\n Interface flags: Hardware-Down SNMP-Traps Internal: 0x0\n Link flags : None\n CoS queues : 12 supported, 12 maximum usable queues\n Current address: 64:87:88:97:b3:b6, Hardware address: 64:87:88:97:b3:b6\n Last flapped : 2014-04-26 13:26:27 MSK (17w4d 20:38 ago)\n Input rate : 0 bps (0 pps)\n Output rate : 0 bps (0 pps)\n Active alarms : LINK\n Active defects : LINK\n Interface transmit statistics: Disabled\n\n Logical interface xe-0/0/29.0 (Index 100) (SNMP ifIndex 568)\n Flags: Device-Down SNMP-Traps 0x0 Encapsulation: ENET2\n Input packets : 0\n Output packets: 0\n Protocol eth-switch, MTU: 0\n Flags: None\n\nPhysical interface: xe-0/0/30, Enabled, Physical link is Down\n Interface index: 49201, SNMP ifIndex: 569\n Link-level type: Ethernet, MTU: 1514, Speed: 10Gbps, Duplex: Full-Duplex,\n BPDU Error: None, MAC-REWRITE Error: None, Loopback: Disabled,\n Source filtering: Disabled, Flow control: Disabled\n Device flags : Present Running Down\n Interface flags: Hardware-Down SNMP-Traps Internal: 0x0\n Link flags : None\n CoS queues : 12 supported, 12 maximum usable queues\n Current address: 64:87:88:97:b3:b7, Hardware address: 64:87:88:97:b3:b7\n Last flapped : 2014-04-26 13:26:27 MSK (17w4d 20:38 ago)\n Input rate : 0 bps (0 pps)\n Output rate : 0 bps (0 pps)\n Active alarms : LINK\n Active defects : LINK\n Interface transmit statistics: Disabled\n\n Logical interface xe-0/0/30.0 (Index 101) (SNMP ifIndex 570)\n Flags: Device-Down SNMP-Traps 0x0 Encapsulation: ENET2\n Input packets : 0\n Output packets: 0\n Protocol eth-switch, MTU: 0\n Flags: None\n\nPhysical interface: xe-0/0/31, Enabled, Physical link is Down\n Interface index: 49202, SNMP ifIndex: 571\n Link-level type: Ethernet, MTU: 1514, Speed: 10Gbps, Duplex: Full-Duplex,\n BPDU Error: None, MAC-REWRITE Error: None, Loopback: Disabled,\n Source filtering: Disabled, Flow control: Disabled\n Device flags : Present Running Down\n Interface flags: Hardware-Down SNMP-Traps Internal: 0x0\n Link flags : None\n CoS queues : 12 supported, 12 maximum usable queues\n Current address: 64:87:88:97:b3:b8, Hardware address: 64:87:88:97:b3:b8\n Last flapped : 2014-04-26 13:26:29 MSK (17w4d 20:38 ago)\n Input rate : 0 bps (0 pps)\n Output rate : 0 bps (0 pps)\n Active alarms : LINK\n Active defects : LINK\n Interface transmit statistics: Disabled\n\n Logical interface xe-0/0/31.0 (Index 102) (SNMP ifIndex 572)\n Flags: Device-Down SNMP-Traps 0x0 Encapsulation: ENET2\n Input packets : 0\n Output packets: 0\n Protocol eth-switch, MTU: 0\n Flags: None\n\nPhysical interface: xe-0/0/32, Enabled, Physical link is Up\n Interface index: 49203, SNMP ifIndex: 573\n Description: napfas6250-1--e0e\n Link-level type: Ethernet, MTU: 9216, Speed: 10Gbps, Duplex: Full-Duplex,\n BPDU Error: None, MAC-REWRITE Error: None, Loopback: Disabled,\n Source filtering: Disabled, Flow control: Disabled\n Device flags : Present Running\n Interface flags: SNMP-Traps Internal: 0x0\n Link flags : None\n CoS queues : 12 supported, 12 maximum usable queues\n Current address: 64:87:88:97:b4:5e, Hardware address: 64:87:88:97:b3:b9\n Last flapped : 2014-05-16 17:19:46 MSK (14w5d 16:45 ago)\n Input rate : 1320 bps (1 pps)\n Output rate : 74256 bps (5 pps)\n Active alarms : None\n Active defects : None\n Interface transmit statistics: Disabled\n\n Logical interface xe-0/0/32.0 (Index 103) (SNMP ifIndex 574)\n Flags: SNMP-Traps 0x0 Encapsulation: ENET2\n Input packets : 10694013\n Output packets: 6009179\n Protocol aenet, AE bundle: ae4.0\n\nPhysical interface: xe-0/0/33, Enabled, Physical link is Down\n Interface index: 49204, SNMP ifIndex: 575\n Link-level type: Ethernet, MTU: 1514, Speed: 10Gbps, Duplex: Full-Duplex,\n BPDU Error: None, MAC-REWRITE Error: None, Loopback: Disabled,\n Source filtering: Disabled, Flow control: Disabled\n Device flags : Present Running Down\n Interface flags: Hardware-Down SNMP-Traps Internal: 0x0\n Link flags : None\n CoS queues : 12 supported, 12 maximum usable queues\n Current address: 64:87:88:97:b3:ba, Hardware address: 64:87:88:97:b3:ba\n Last flapped : 2014-04-26 13:26:29 MSK (17w4d 20:38 ago)\n Input rate : 0 bps (0 pps)\n Output rate : 0 bps (0 pps)\n Active alarms : LINK\n Active defects : LINK\n Interface transmit statistics: Disabled\n\n Logical interface xe-0/0/33.0 (Index 104) (SNMP ifIndex 576)\n Flags: Device-Down SNMP-Traps 0x0 Encapsulation: ENET2\n Input packets : 0\n Output packets: 0\n Protocol eth-switch, MTU: 0\n Flags: None\n\nPhysical interface: xe-0/0/34, Enabled, Physical link is Down\n Interface index: 49205, SNMP ifIndex: 577\n Link-level type: Ethernet, MTU: 1514, Speed: 10Gbps, Duplex: Full-Duplex,\n BPDU Error: None, MAC-REWRITE Error: None, Loopback: Disabled,\n Source filtering: Disabled, Flow control: Disabled\n Device flags : Present Running Down\n Interface flags: Hardware-Down SNMP-Traps Internal: 0x0\n Link flags : None\n CoS queues : 12 supported, 12 maximum usable queues\n Current address: 64:87:88:97:b3:bb, Hardware address: 64:87:88:97:b3:bb\n Last flapped : 2014-04-26 13:26:29 MSK (17w4d 20:38 ago)\n Input rate : 0 bps (0 pps)\n Output rate : 0 bps (0 pps)\n Active alarms : LINK\n Active defects : LINK\n Interface transmit statistics: Disabled\n\n Logical interface xe-0/0/34.0 (Index 105) (SNMP ifIndex 578)\n Flags: Device-Down SNMP-Traps 0x0 Encapsulation: ENET2\n Input packets : 0\n Output packets: 0\n Protocol eth-switch, MTU: 0\n Flags: None\n\nPhysical interface: xe-0/0/35, Enabled, Physical link is Down\n Interface index: 49206, SNMP ifIndex: 579\n Link-level type: Ethernet, MTU: 1514, Speed: 10Gbps, Duplex: Full-Duplex,\n BPDU Error: None, MAC-REWRITE Error: None, Loopback: Disabled,\n Source filtering: Disabled, Flow control: Disabled\n Device flags : Present Running Down\n Interface flags: Hardware-Down SNMP-Traps Internal: 0x0\n Link flags : None\n CoS queues : 12 supported, 12 maximum usable queues\n Current address: 64:87:88:97:b3:bc, Hardware address: 64:87:88:97:b3:bc\n Last flapped : 2014-04-26 13:26:29 MSK (17w4d 20:38 ago)\n Input rate : 0 bps (0 pps)\n Output rate : 0 bps (0 pps)\n Active alarms : LINK\n Active defects : LINK\n Interface transmit statistics: Disabled\n\n Logical interface xe-0/0/35.0 (Index 106) (SNMP ifIndex 580)\n Flags: Device-Down SNMP-Traps 0x0 Encapsulation: ENET2\n Input packets : 0\n Output packets: 0\n Protocol eth-switch, MTU: 0\n Flags: None\n\nPhysical interface: xe-0/0/36, Enabled, Physical link is Down\n Interface index: 49207, SNMP ifIndex: 581\n Link-level type: Ethernet, MTU: 1514, Speed: 10Gbps, Duplex: Full-Duplex,\n BPDU Error: None, MAC-REWRITE Error: None, Loopback: Disabled,\n Source filtering: Disabled, Flow control: Disabled\n Device flags : Present Running Down\n Interface flags: Hardware-Down SNMP-Traps Internal: 0x0\n Link flags : None\n CoS queues : 12 supported, 12 maximum usable queues\n Current address: 64:87:88:97:b3:bd, Hardware address: 64:87:88:97:b3:bd\n Last flapped : 2014-04-26 13:26:29 MSK (17w4d 20:38 ago)\n Input rate : 0 bps (0 pps)\n Output rate : 0 bps (0 pps)\n Active alarms : LINK\n Active defects : LINK\n Interface transmit statistics: Disabled\n\n Logical interface xe-0/0/36.0 (Index 107) (SNMP ifIndex 582)\n Flags: Device-Down SNMP-Traps 0x0 Encapsulation: ENET2\n Input packets : 0\n Output packets: 0\n Protocol eth-switch, MTU: 0\n Flags: None\n\nPhysical interface: xe-0/0/37, Enabled, Physical link is Down\n Interface index: 49208, SNMP ifIndex: 583\n Description: ae9\n Link-level type: Ethernet, MTU: 9216, Speed: 10Gbps, Duplex: Full-Duplex,\n BPDU Error: None, MAC-REWRITE Error: None, Loopback: Disabled,\n Source filtering: Disabled, Flow control: Disabled\n Device flags : Present Running Down\n Interface flags: Hardware-Down SNMP-Traps Internal: 0x0\n Link flags : None\n CoS queues : 12 supported, 12 maximum usable queues\n Current address: 64:87:88:97:b4:63, Hardware address: 64:87:88:97:b3:be\n Last flapped : 2014-04-26 13:26:29 MSK (17w4d 20:38 ago)\n Input rate : 0 bps (0 pps)\n Output rate : 0 bps (0 pps)\n Active alarms : LINK\n Active defects : LINK\n Interface transmit statistics: Disabled\n\n Logical interface xe-0/0/37.0 (Index 118) (SNMP ifIndex 584)\n Flags: Device-Down SNMP-Traps 0x0 Encapsulation: ENET2\n Input packets : 0\n Output packets: 0\n Protocol aenet, AE bundle: ae9.0\n\nPhysical interface: xe-0/0/38, Enabled, Physical link is Down\n Interface index: 49209, SNMP ifIndex: 585\n Link-level type: Ethernet, MTU: 1514, Speed: 10Gbps, Duplex: Full-Duplex,\n BPDU Error: None, MAC-REWRITE Error: None, Loopback: Disabled,\n Source filtering: Disabled, Flow control: Disabled\n Device flags : Present Running Down\n Interface flags: Hardware-Down SNMP-Traps Internal: 0x0\n Link flags : None\n CoS queues : 12 supported, 12 maximum usable queues\n Current address: 64:87:88:97:b3:bf, Hardware address: 64:87:88:97:b3:bf\n Last flapped : 2014-04-26 13:26:29 MSK (17w4d 20:38 ago)\n Input rate : 0 bps (0 pps)\n Output rate : 0 bps (0 pps)\n Active alarms : LINK\n Active defects : LINK\n Interface transmit statistics: Disabled\n\nPhysical interface: xe-0/0/39, Enabled, Physical link is Down\n Interface index: 49210, SNMP ifIndex: 587\n Link-level type: Ethernet, MTU: 9216, Speed: 10Gbps, Duplex: Full-Duplex,\n BPDU Error: None, MAC-REWRITE Error: None, Loopback: Disabled,\n Source filtering: Disabled, Flow control: Disabled\n Device flags : Present Running Down\n Interface flags: Hardware-Down SNMP-Traps Internal: 0x0\n Link flags : None\n CoS queues : 12 supported, 12 maximum usable queues\n Current address: 64:87:88:97:b4:5d, Hardware address: 64:87:88:97:b3:c0\n Last flapped : 2014-04-26 13:26:29 MSK (17w4d 20:38 ago)\n Input rate : 0 bps (0 pps)\n Output rate : 0 bps (0 pps)\n Active alarms : LINK\n Active defects : LINK\n Interface transmit statistics: Disabled\n\n Logical interface xe-0/0/39.0 (Index 110) (SNMP ifIndex 588)\n Flags: Device-Down SNMP-Traps 0x0 Encapsulation: ENET2\n Input packets : 0\n Output packets: 0\n Protocol aenet, AE bundle: ae3.0\n\nPhysical interface: xe-0/0/40, Enabled, Physical link is Up\n Interface index: 49211, SNMP ifIndex: 589\n Description: ae15\n Link-level type: Ethernet, MTU: 9216, Speed: 10Gbps, Duplex: Full-Duplex,\n BPDU Error: None, MAC-REWRITE Error: None, Loopback: Disabled,\n Source filtering: Disabled, Flow control: Disabled\n Device flags : Present Running\n Interface flags: SNMP-Traps Internal: 0x0\n Link flags : None\n CoS queues : 12 supported, 12 maximum usable queues\n Current address: 64:87:88:97:b4:69, Hardware address: 64:87:88:97:b3:c1\n Last flapped : 2014-08-05 15:02:44 MSK (3w1d 19:02 ago)\n Input rate : 656 bps (0 pps)\n Output rate : 328 bps (0 pps)\n Active alarms : None\n Active defects : None\n Interface transmit statistics: Disabled\n\n Logical interface xe-0/0/40.0 (Index 111) (SNMP ifIndex 590)\n Flags: SNMP-Traps 0x0 Encapsulation: ENET2\n Input packets : 4748952\n Output packets: 2668654\n Protocol aenet, AE bundle: ae15.0\n\nPhysical interface: xe-0/0/41, Enabled, Physical link is Down\n Interface index: 49212, SNMP ifIndex: 591\n Link-level type: Ethernet, MTU: 1514, Speed: 10Gbps, Duplex: Full-Duplex,\n BPDU Error: None, MAC-REWRITE Error: None, Loopback: Disabled,\n Source filtering: Disabled, Flow control: Disabled\n Device flags : Present Running Down\n Interface flags: Hardware-Down SNMP-Traps Internal: 0x0\n Link flags : None\n CoS queues : 12 supported, 12 maximum usable queues\n Current address: 64:87:88:97:b3:c2, Hardware address: 64:87:88:97:b3:c2\n Last flapped : 2014-04-26 13:26:29 MSK (17w4d 20:38 ago)\n Input rate : 0 bps (0 pps)\n Output rate : 0 bps (0 pps)\n Active alarms : LINK\n Active defects : LINK\n Interface transmit statistics: Disabled\n\n Logical interface xe-0/0/41.0 (Index 112) (SNMP ifIndex 592)\n Flags: Device-Down SNMP-Traps 0x0 Encapsulation: ENET2\n Input packets : 0\n Output packets: 0\n Protocol eth-switch, MTU: 0\n Flags: None\n\nPhysical interface: xe-0/0/42, Enabled, Physical link is Up\n Interface index: 49213, SNMP ifIndex: 593\n Description: ae16\n Link-level type: Ethernet, MTU: 9216, Speed: 10Gbps, Duplex: Full-Duplex,\n BPDU Error: None, MAC-REWRITE Error: None, Loopback: Disabled,\n Source filtering: Disabled, Flow control: Disabled\n Device flags : Present Running\n Interface flags: SNMP-Traps Internal: 0x0\n Link flags : None\n CoS queues : 12 supported, 12 maximum usable queues\n Current address: 64:87:88:97:b4:6a, Hardware address: 64:87:88:97:b3:c3\n Last flapped : 2014-08-05 15:18:48 MSK (3w1d 18:46 ago)\n Input rate : 656 bps (0 pps)\n Output rate : 328 bps (0 pps)\n Active alarms : None\n Active defects : None\n Interface transmit statistics: Disabled\n\n Logical interface xe-0/0/42.0 (Index 113) (SNMP ifIndex 594)\n Flags: SNMP-Traps 0x0 Encapsulation: ENET2\n Input packets : 4748512\n Output packets: 2668501\n Protocol aenet, AE bundle: ae16.0\n\nPhysical interface: xe-0/0/43, Enabled, Physical link is Down\n Interface index: 49214, SNMP ifIndex: 595\n Link-level type: Ethernet, MTU: 1514, Speed: 10Gbps, Duplex: Full-Duplex,\n BPDU Error: None, MAC-REWRITE Error: None, Loopback: Disabled,\n Source filtering: Disabled, Flow control: Disabled\n Device flags : Present Running Down\n Interface flags: Hardware-Down SNMP-Traps Internal: 0x0\n Link flags : None\n CoS queues : 12 supported, 12 maximum usable queues\n Current address: 64:87:88:97:b3:c4, Hardware address: 64:87:88:97:b3:c4\n Last flapped : 2014-04-26 13:26:29 MSK (17w4d 20:38 ago)\n Input rate : 0 bps (0 pps)\n Output rate : 0 bps (0 pps)\n Active alarms : LINK\n Active defects : LINK\n Interface transmit statistics: Disabled\n\n Logical interface xe-0/0/43.0 (Index 114) (SNMP ifIndex 596)\n Flags: Device-Down SNMP-Traps 0x0 Encapsulation: ENET2\n Input packets : 0\n Output packets: 0\n Protocol eth-switch, MTU: 0\n Flags: None\n\nPhysical interface: xe-0/0/44, Enabled, Physical link is Down\n Interface index: 49215, SNMP ifIndex: 597\n Link-level type: Ethernet, MTU: 1514, Speed: 10Gbps, Duplex: Full-Duplex,\n BPDU Error: None, MAC-REWRITE Error: None, Loopback: Disabled,\n Source filtering: Disabled, Flow control: Disabled\n Device flags : Present Running Down\n Interface flags: Hardware-Down SNMP-Traps Internal: 0x0\n Link flags : None\n CoS queues : 12 supported, 12 maximum usable queues\n Current address: 64:87:88:97:b3:c5, Hardware address: 64:87:88:97:b3:c5\n Last flapped : 2014-04-26 13:26:29 MSK (17w4d 20:38 ago)\n Input rate : 0 bps (0 pps)\n Output rate : 0 bps (0 pps)\n Active alarms : LINK\n Active defects : LINK\n Interface transmit statistics: Disabled\n\nPhysical interface: xe-0/0/45, Enabled, Physical link is Up\n Interface index: 49216, SNMP ifIndex: 599\n Description: napfas6250-2--e0e\n Link-level type: Ethernet, MTU: 9216, Speed: 10Gbps, Duplex: Full-Duplex,\n BPDU Error: None, MAC-REWRITE Error: None, Loopback: Disabled,\n Source filtering: Disabled, Flow control: Disabled\n Device flags : Present Running\n Interface flags: SNMP-Traps Internal: 0x0\n Link flags : None\n CoS queues : 12 supported, 12 maximum usable queues\n Current address: 64:87:88:97:b4:5f, Hardware address: 64:87:88:97:b3:c6\n Last flapped : 2014-07-03 18:44:39 MSK (7w6d 15:20 ago)\n Input rate : 656 bps (0 pps)\n Output rate : 328 bps (0 pps)\n Active alarms : None\n Active defects : None\n Interface transmit statistics: Disabled\n\n Logical interface xe-0/0/45.0 (Index 116) (SNMP ifIndex 600)\n Flags: SNMP-Traps 0x0 Encapsulation: ENET2\n Input packets : 10693737\n Output packets: 6009022\n Protocol aenet, AE bundle: ae5.0\n\nPhysical interface: xe-0/0/46, Enabled, Physical link is Down\n Interface index: 49217, SNMP ifIndex: 620\n Link-level type: Ethernet, MTU: 1514, Speed: 10Gbps, Duplex: Full-Duplex,\n BPDU Error: None, MAC-REWRITE Error: None, Loopback: Disabled,\n Source filtering: Disabled, Flow control: Disabled\n Device flags : Present Running Down\n Interface flags: Hardware-Down SNMP-Traps Internal: 0x0\n Link flags : None\n CoS queues : 12 supported, 12 maximum usable queues\n Current address: 64:87:88:97:b3:c7, Hardware address: 64:87:88:97:b3:c7\n Last flapped : 2014-04-26 13:26:36 MSK (17w4d 20:38 ago)\n Input rate : 0 bps (0 pps)\n Output rate : 0 bps (0 pps)\n Active alarms : LINK\n Active defects : LINK\n Interface transmit statistics: Disabled\n\n Logical interface xe-0/0/46.0 (Index 117) (SNMP ifIndex 621)\n Flags: Device-Down SNMP-Traps 0x0 Encapsulation: ENET2\n Input packets : 0\n Output packets: 0\n Protocol eth-switch, MTU: 0\n Flags: None\n\nPhysical interface: xe-0/0/47, Enabled, Physical link is Down\n Interface index: 49218, SNMP ifIndex: 508\n Link-level type: Ethernet, MTU: 1514, Speed: 10Gbps, Duplex: Full-Duplex,\n BPDU Error: None, MAC-REWRITE Error: None, Loopback: Disabled,\n Source filtering: Disabled, Flow control: Disabled\n Device flags : Present Running Down\n Interface flags: Hardware-Down SNMP-Traps Internal: 0x0\n Link flags : None\n CoS queues : 12 supported, 12 maximum usable queues\n Current address: 64:87:88:97:b3:c8, Hardware address: 64:87:88:97:b3:c8\n Last flapped : 2014-04-26 13:26:36 MSK (17w4d 20:38 ago)\n Input rate : 0 bps (0 pps)\n Output rate : 0 bps (0 pps)\n Active alarms : LINK\n Active defects : LINK\n Interface transmit statistics: Disabled\n\nPhysical interface: xle-0/2/0, Enabled, Physical link is Up\n Interface index: 49219, SNMP ifIndex: 504\n Description: ae2\n Link-level type: Ethernet, MTU: 9216, Speed: 40Gbps, Duplex: Full-Duplex,\n BPDU Error: None, MAC-REWRITE Error: None, Loopback: Disabled,\n Source filtering: Disabled, Flow control: Disabled\n Device flags : Present Running\n Interface flags: SNMP-Traps Internal: 0x0\n Link flags : None\n CoS queues : 12 supported, 12 maximum usable queues\n Current address: 64:87:88:97:b4:5c, Hardware address: 64:87:88:97:b3:d9\n Last flapped : 2014-04-26 13:59:55 MSK (17w4d 20:05 ago)\n Input rate : 2432 bps (3 pps)\n Output rate : 2648 bps (4 pps)\n Active alarms : None\n Active defects : None\n Interface transmit statistics: Disabled\n\n Logical interface xle-0/2/0.0 (Index 119) (SNMP ifIndex 562)\n Flags: SNMP-Traps 0x0 Encapsulation: ENET2\n Input packets : 385591\n Output packets: 90324851\n Protocol aenet, AE bundle: ae2.0\n\nPhysical interface: xle-0/2/1, Enabled, Physical link is Up\n Interface index: 49220, SNMP ifIndex: 622\n Description: ae2\n Link-level type: Ethernet, MTU: 9216, Speed: 40Gbps, Duplex: Full-Duplex,\n BPDU Error: None, MAC-REWRITE Error: None, Loopback: Disabled,\n Source filtering: Disabled, Flow control: Disabled\n Device flags : Present Running\n Interface flags: SNMP-Traps Internal: 0x0\n Link flags : None\n CoS queues : 12 supported, 12 maximum usable queues\n Current address: 64:87:88:97:b4:5c, Hardware address: 64:87:88:97:b3:da\n Last flapped : 2014-04-26 13:59:57 MSK (17w4d 20:05 ago)\n Input rate : 1304 bps (0 pps)\n Output rate : 752 bps (1 pps)\n Active alarms : None\n Active defects : None\n Interface transmit statistics: Disabled\n\n Logical interface xle-0/2/1.0 (Index 120) (SNMP ifIndex 623)\n Flags: SNMP-Traps 0x0 Encapsulation: ENET2\n Input packets : 385604\n Output packets: 385568\n Protocol aenet, AE bundle: ae2.0\n\nPhysical interface: xle-0/2/2, Administratively down, Physical link is Down\n Interface index: 49221, SNMP ifIndex: 613\n Description: ae1\n Link-level type: Ethernet, MTU: 9216, Speed: 40Gbps, Duplex: Full-Duplex,\n BPDU Error: None, MAC-REWRITE Error: None, Loopback: Disabled,\n Source filtering: Disabled, Flow control: Disabled\n Device flags : Present Running Down\n Interface flags: Hardware-Down Down SNMP-Traps Internal: 0x0\n Link flags : None\n CoS queues : 12 supported, 12 maximum usable queues\n Current address: 64:87:88:97:b4:5b, Hardware address: 64:87:88:97:b3:db\n Last flapped : 2014-08-04 18:51:26 MSK (3w2d 15:13 ago)\n Input rate : 0 bps (0 pps)\n Output rate : 0 bps (0 pps)\n Active alarms : LINK\n Active defects : LINK\n Interface transmit statistics: Disabled\n\n Logical interface xle-0/2/2.0 (Index 121) (SNMP ifIndex 624)\n Flags: Device-Down SNMP-Traps 0x0 Encapsulation: ENET2\n Input packets : 8958670\n Output packets: 4865156\n Protocol aenet, AE bundle: ae1.0\n\nPhysical interface: xle-0/2/3, Administratively down, Physical link is Down\n Interface index: 49222, SNMP ifIndex: 614\n Description: ae1\n Link-level type: Ethernet, MTU: 9216, Speed: 40Gbps, Duplex: Full-Duplex,\n BPDU Error: None, MAC-REWRITE Error: None, Loopback: Disabled,\n Source filtering: Disabled, Flow control: Disabled\n Device flags : Present Running Down\n Interface flags: Hardware-Down Down SNMP-Traps Internal: 0x0\n Link flags : None\n CoS queues : 12 supported, 12 maximum usable queues\n Current address: 64:87:88:97:b4:5b, Hardware address: 64:87:88:97:b3:dc\n Last flapped : 2014-08-04 18:51:26 MSK (3w2d 15:13 ago)\n Input rate : 0 bps (0 pps)\n Output rate : 0 bps (0 pps)\n Active alarms : LINK\n Active defects : LINK\n Interface transmit statistics: Disabled\n\n Logical interface xle-0/2/3.0 (Index 122) (SNMP ifIndex 625)\n Flags: Device-Down SNMP-Traps 0x0 Encapsulation: ENET2\n Input packets : 8958582\n Output packets: 312078\n Protocol aenet, AE bundle: ae1.0\n\nPhysical interface: ae0 (MC-AE-1, active), Enabled, Physical link is Up\n Interface index: 49160, SNMP ifIndex: 501\n Description: cs6509-1-s10--Po70\n Link-level type: Ethernet, MTU: 9216, Speed: 20Gbps, BPDU Error: None,\n MAC-REWRITE Error: None, Loopback: Disabled, Source filtering: Disabled,\n Flow control: Disabled, Minimum links needed: 1, Minimum bandwidth needed: 0\n Device flags : Present Running\n Interface flags: SNMP-Traps Internal: 0x0\n Current address: 64:87:88:97:b4:5a, Hardware address: 64:87:88:97:b4:5a\n Last flapped : 2014-05-20 23:13:42 MSK (14w1d 10:51 ago)\n Input rate : 3720 bps (3 pps)\n Output rate : 328 bps (0 pps)\n\n Logical interface ae0.0 (Index 67) (SNMP ifIndex 557)\n Flags: SNMP-Traps 0x0 Encapsulation: ENET2\n Statistics Packets pps Bytes bps\n Bundle:\n Input : 0 0 0 0\n Output: 5627784 0 602166561 0\n Adaptive Statistics:\n Adaptive Adjusts: 0\n Adaptive Scans : 0\n Adaptive Updates: 0\n Protocol eth-switch, MTU: 9216\n Flags: Trunk-Mode\n\nPhysical interface: ae1, Administratively down, Physical link is Down\n Interface index: 49161, SNMP ifIndex: 502\n Description: jpqfx3500-1-s10--ae1\n Link-level type: Ethernet, MTU: 9216, Speed: Unspecified, BPDU Error: None,\n MAC-REWRITE Error: None, Loopback: Disabled, Source filtering: Disabled,\n Flow control: Disabled, Minimum links needed: 1, Minimum bandwidth needed: 0\n Device flags : Present Running\n Interface flags: Hardware-Down Down SNMP-Traps Internal: 0x0\n Current address: 64:87:88:97:b4:5b, Hardware address: 64:87:88:97:b4:5b\n Last flapped : 2014-08-04 18:51:26 MSK (3w2d 15:13 ago)\n Input rate : 0 bps (0 pps)\n Output rate : 0 bps (0 pps)\n\n Logical interface ae1.0 (Index 68) (SNMP ifIndex 558)\n Flags: Device-Down SNMP-Traps 0x0 Encapsulation: ENET2\n Statistics Packets pps Bytes bps\n Bundle:\n Input : 0 0 0 0\n Output: 4553318 0 487204798 0\n Adaptive Statistics:\n Adaptive Adjusts: 0\n Adaptive Scans : 0\n Adaptive Updates: 0\n Protocol eth-switch, MTU: 9216\n Flags: Trunk-Mode\n\nPhysical interface: ae2, Enabled, Physical link is Up\n Interface index: 49162, SNMP ifIndex: 503\n Description: jpqfx3500-4-s10--ae2\n Link-level type: Ethernet, MTU: 9216, Speed: 80Gbps, BPDU Error: None,\n MAC-REWRITE Error: None, Loopback: Disabled, Source filtering: Disabled,\n Flow control: Disabled, Minimum links needed: 1, Minimum bandwidth needed: 0\n Device flags : Present Running\n Interface flags: SNMP-Traps Internal: 0x0\n Current address: 64:87:88:97:b4:5c, Hardware address: 64:87:88:97:b4:5c\n Last flapped : 2014-04-26 13:59:55 MSK (17w4d 20:05 ago)\n Input rate : 3736 bps (3 pps)\n Output rate : 3400 bps (5 pps)\n\n Logical interface ae2.0 (Index 69) (SNMP ifIndex 565)\n Flags: SNMP-Traps 0x0 Encapsulation: ENET2\n Statistics Packets pps Bytes bps\n Bundle:\n Input : 0 0 0 0\n Output: 89939314 0 6001196190 0\n Adaptive Statistics:\n Adaptive Adjusts: 0\n Adaptive Scans : 0\n Adaptive Updates: 0\n Protocol eth-switch, MTU: 9216\n Flags: Trunk-Mode\n\nPhysical interface: ae3 (MC-AE-3, active), Enabled, Physical link is Down\n Interface index: 49163, SNMP ifIndex: 604\n Description: srv-vbr--team2\n Link-level type: Ethernet, MTU: 9216, Speed: Unspecified, BPDU Error: None,\n MAC-REWRITE Error: None, Loopback: Disabled, Source filtering: Disabled,\n Flow control: Disabled, Minimum links needed: 1, Minimum bandwidth needed: 0\n Device flags : Present Running\n Interface flags: Hardware-Down SNMP-Traps Internal: 0x0\n Current address: 64:87:88:97:b4:5d, Hardware address: 64:87:88:97:b4:5d\n Last flapped : 2014-07-21 16:37:41 MSK (5w2d 17:27 ago)\n Input rate : 0 bps (0 pps)\n Output rate : 0 bps (0 pps)\n\n Logical interface ae3.0 (Index 77) (SNMP ifIndex 605)\n Flags: Device-Down SNMP-Traps 0x0 Encapsulation: ENET2\n Statistics Packets pps Bytes bps\n Bundle:\n Input : 0 0 0 0\n Output: 0 0 0 0\n Adaptive Statistics:\n Adaptive Adjusts: 0\n Adaptive Scans : 0\n Adaptive Updates: 0\n Protocol eth-switch, MTU: 9216\n Flags: Trunk-Mode\n\nPhysical interface: ae4 (MC-AE-6, active), Enabled, Physical link is Up\n Interface index: 49164, SNMP ifIndex: 606\n Description: napfas6250-1--vif3\n Link-level type: Ethernet, MTU: 9216, Speed: 10Gbps, BPDU Error: None,\n MAC-REWRITE Error: None, Loopback: Disabled, Source filtering: Disabled,\n Flow control: Disabled, Minimum links needed: 1, Minimum bandwidth needed: 0\n Device flags : Present Running\n Interface flags: SNMP-Traps Internal: 0x0\n Current address: 64:87:88:97:b4:5e, Hardware address: 64:87:88:97:b4:5e\n Last flapped : 2014-05-16 17:19:50 MSK (14w5d 16:45 ago)\n Input rate : 1320 bps (1 pps)\n Output rate : 74256 bps (5 pps)\n\n Logical interface ae4.0 (Index 71) (SNMP ifIndex 610)\n Flags: SNMP-Traps 0x0 Encapsulation: ENET2\n Statistics Packets pps Bytes bps\n Bundle:\n Input : 0 0 0 0\n Output: 5623857 0 601746942 0\n Adaptive Statistics:\n Adaptive Adjusts: 0\n Adaptive Scans : 0\n Adaptive Updates: 0\n Protocol eth-switch, MTU: 9216\n Flags: Trunk-Mode\n\nPhysical interface: ae5 (MC-AE-7, active), Enabled, Physical link is Up\n Interface index: 49165, SNMP ifIndex: 607\n Description: napfas6250-2--vif3\n Link-level type: Ethernet, MTU: 9216, Speed: 10Gbps, BPDU Error: None,\n MAC-REWRITE Error: None, Loopback: Disabled, Source filtering: Disabled,\n Flow control: Disabled, Minimum links needed: 1, Minimum bandwidth needed: 0\n Device flags : Present Running\n Interface flags: SNMP-Traps Internal: 0x0\n Current address: 64:87:88:97:b4:5f, Hardware address: 64:87:88:97:b4:5f\n Last flapped : 2014-07-03 18:48:07 MSK (7w6d 15:17 ago)\n Input rate : 656 bps (0 pps)\n Output rate : 328 bps (0 pps)\n\n Logical interface ae5.0 (Index 72) (SNMP ifIndex 611)\n Flags: SNMP-Traps 0x0 Encapsulation: ENET2\n Statistics Packets pps Bytes bps\n Bundle:\n Input : 0 0 0 0\n Output: 5623690 0 601728845 0\n Adaptive Statistics:\n Adaptive Adjusts: 0\n Adaptive Scans : 0\n Adaptive Updates: 0\n Protocol eth-switch, MTU: 9216\n Flags: Trunk-Mode\n\nPhysical interface: ae6, Enabled, Physical link is Down\n Interface index: 49166, SNMP ifIndex: 615\n Link-level type: Ethernet, MTU: 1514, Speed: Unspecified, BPDU Error: None,\n MAC-REWRITE Error: None, Loopback: Disabled, Source filtering: Disabled,\n Flow control: Disabled, Minimum links needed: 1, Minimum bandwidth needed: 0\n Device flags : Present Running\n Interface flags: Hardware-Down SNMP-Traps Internal: 0x0\n Current address: 64:87:88:97:b4:60, Hardware address: 64:87:88:97:b4:60\n Last flapped : 2014-04-26 13:26:00 MSK (17w4d 20:39 ago)\n Input rate : 0 bps (0 pps)\n Output rate : 0 bps (0 pps)\n\nPhysical interface: ae7, Enabled, Physical link is Down\n Interface index: 49167, SNMP ifIndex: 616\n Link-level type: Ethernet, MTU: 1514, Speed: Unspecified, BPDU Error: None,\n MAC-REWRITE Error: None, Loopback: Disabled, Source filtering: Disabled,\n Flow control: Disabled, Minimum links needed: 1, Minimum bandwidth needed: 0\n Device flags : Present Running\n Interface flags: Hardware-Down SNMP-Traps Internal: 0x0\n Current address: 64:87:88:97:b4:61, Hardware address: 64:87:88:97:b4:61\n Last flapped : 2014-04-26 13:26:00 MSK (17w4d 20:39 ago)\n Input rate : 0 bps (0 pps)\n Output rate : 0 bps (0 pps)\n\nPhysical interface: ae8, Enabled, Physical link is Down\n Interface index: 49168, SNMP ifIndex: 617\n Link-level type: Ethernet, MTU: 1514, Speed: Unspecified, BPDU Error: None,\n MAC-REWRITE Error: None, Loopback: Disabled, Source filtering: Disabled,\n Flow control: Disabled, Minimum links needed: 1, Minimum bandwidth needed: 0\n Device flags : Present Running\n Interface flags: Hardware-Down SNMP-Traps Internal: 0x0\n Current address: 64:87:88:97:b4:62, Hardware address: 64:87:88:97:b4:62\n Last flapped : 2014-04-26 13:26:00 MSK (17w4d 20:39 ago)\n Input rate : 0 bps (0 pps)\n Output rate : 0 bps (0 pps)\n\nPhysical interface: ae9 (MC-AE-9, active), Enabled, Physical link is Down\n Interface index: 49169, SNMP ifIndex: 618\n Description: napfasv3170-s10-2-vif1\n Link-level type: Ethernet, MTU: 9216, Speed: Unspecified, BPDU Error: None,\n MAC-REWRITE Error: None, Loopback: Disabled, Source filtering: Disabled,\n Flow control: Disabled, Minimum links needed: 1, Minimum bandwidth needed: 0\n Device flags : Present Running\n Interface flags: Hardware-Down SNMP-Traps Internal: 0x0\n Current address: 64:87:88:97:b4:63, Hardware address: 64:87:88:97:b4:63\n Last flapped : 2014-04-26 13:26:00 MSK (17w4d 20:39 ago)\n Input rate : 0 bps (0 pps)\n Output rate : 0 bps (0 pps)\n\n Logical interface ae9.0 (Index 108) (SNMP ifIndex 646)\n Flags: Device-Down SNMP-Traps 0x0 Encapsulation: ENET2\n Statistics Packets pps Bytes bps\n Bundle:\n Input : 0 0 0 0\n Output: 0 0 0 0\n Adaptive Statistics:\n Adaptive Adjusts: 0\n Adaptive Scans : 0\n Adaptive Updates: 0\n Protocol eth-switch, MTU: 9216\n Flags: Trunk-Mode\n\nPhysical interface: ae10 (MC-AE-10, active), Enabled, Physical link is Down\n Interface index: 49223, SNMP ifIndex: 561\n Description: napfasv3170-s10-1-vif1\n Link-level type: Ethernet, MTU: 9216, Speed: Unspecified, BPDU Error: None,\n MAC-REWRITE Error: None, Loopback: Disabled, Source filtering: Disabled,\n Flow control: Disabled, Minimum links needed: 1, Minimum bandwidth needed: 0\n Device flags : Present Running\n Interface flags: Hardware-Down SNMP-Traps Internal: 0x0\n Current address: 64:87:88:97:b4:64, Hardware address: 64:87:88:97:b4:64\n Last flapped : 2014-07-04 10:17:50 MSK (7w5d 23:47 ago)\n Input rate : 0 bps (0 pps)\n Output rate : 0 bps (0 pps)\n\n Logical interface ae10.0 (Index 115) (SNMP ifIndex 645)\n Flags: Device-Down SNMP-Traps 0x0 Encapsulation: ENET2\n Statistics Packets pps Bytes bps\n Bundle:\n Input : 0 0 0 0\n Output: 0 0 0 0\n Adaptive Statistics:\n Adaptive Adjusts: 0\n Adaptive Scans : 0\n Adaptive Updates: 0\n Protocol eth-switch, MTU: 9216\n Flags: Trunk-Mode\n\nPhysical interface: ae11, Enabled, Physical link is Down\n Interface index: 49224, SNMP ifIndex: 566\n Link-level type: Ethernet, MTU: 1514, Speed: Unspecified, BPDU Error: None,\n MAC-REWRITE Error: None, Loopback: Disabled, Source filtering: Disabled,\n Flow control: Disabled, Minimum links needed: 1, Minimum bandwidth needed: 0\n Device flags : Present Running\n Interface flags: Hardware-Down SNMP-Traps Internal: 0x0\n Current address: 64:87:88:97:b4:65, Hardware address: 64:87:88:97:b4:65\n Last flapped : 2014-07-04 10:17:50 MSK (7w5d 23:47 ago)\n Input rate : 0 bps (0 pps)\n Output rate : 0 bps (0 pps)\n\nPhysical interface: ae12, Enabled, Physical link is Down\n Interface index: 49225, SNMP ifIndex: 612\n Link-level type: Ethernet, MTU: 1514, Speed: Unspecified, BPDU Error: None,\n MAC-REWRITE Error: None, Loopback: Disabled, Source filtering: Disabled,\n Flow control: Disabled, Minimum links needed: 1, Minimum bandwidth needed: 0\n Device flags : Present Running\n Interface flags: Hardware-Down SNMP-Traps Internal: 0x0\n Current address: 64:87:88:97:b4:66, Hardware address: 64:87:88:97:b4:66\n Last flapped : 2014-07-04 10:17:50 MSK (7w5d 23:47 ago)\n Input rate : 0 bps (0 pps)\n Output rate : 0 bps (0 pps)\n\nPhysical interface: ae13, Enabled, Physical link is Down\n Interface index: 49226, SNMP ifIndex: 626\n Link-level type: Ethernet, MTU: 1514, Speed: Unspecified, BPDU Error: None,\n MAC-REWRITE Error: None, Loopback: Disabled, Source filtering: Disabled,\n Flow control: Disabled, Minimum links needed: 1, Minimum bandwidth needed: 0\n Device flags : Present Running\n Interface flags: Hardware-Down SNMP-Traps Internal: 0x0\n Current address: 64:87:88:97:b4:67, Hardware address: 64:87:88:97:b4:67\n Last flapped : 2014-07-04 10:17:50 MSK (7w5d 23:47 ago)\n Input rate : 0 bps (0 pps)\n Output rate : 0 bps (0 pps)\n\nPhysical interface: ae14, Enabled, Physical link is Down\n Interface index: 49227, SNMP ifIndex: 627\n Link-level type: Ethernet, MTU: 1514, Speed: Unspecified, BPDU Error: None,\n MAC-REWRITE Error: None, Loopback: Disabled, Source filtering: Disabled,\n Flow control: Disabled, Minimum links needed: 1, Minimum bandwidth needed: 0\n Device flags : Present Running\n Interface flags: Hardware-Down SNMP-Traps Internal: 0x0\n Current address: 64:87:88:97:b4:68, Hardware address: 64:87:88:97:b4:68\n Last flapped : 2014-07-04 10:17:50 MSK (7w5d 23:47 ago)\n Input rate : 0 bps (0 pps)\n Output rate : 0 bps (0 pps)\n\nPhysical interface: ae15 (MC-AE-15, active), Enabled, Physical link is Up\n Interface index: 49228, SNMP ifIndex: 628\n Description: napfas6220-1\n Link-level type: Ethernet, MTU: 9216, Speed: 10Gbps, BPDU Error: None,\n MAC-REWRITE Error: None, Loopback: Disabled, Source filtering: Disabled,\n Flow control: Disabled, Minimum links needed: 1, Minimum bandwidth needed: 0\n Device flags : Present Running\n Interface flags: SNMP-Traps Internal: 0x0\n Current address: 64:87:88:97:b4:69, Hardware address: 64:87:88:97:b4:69\n Last flapped : 2014-08-05 15:02:48 MSK (3w1d 19:02 ago)\n Input rate : 656 bps (0 pps)\n Output rate : 328 bps (0 pps)\n\n Logical interface ae15.0 (Index 123) (SNMP ifIndex 643)\n Flags: SNMP-Traps 0x0 Encapsulation: ENET2\n Statistics Packets pps Bytes bps\n Bundle:\n Input : 0 0 0 0\n Output: 2497425 0 267216894 0\n Adaptive Statistics:\n Adaptive Adjusts: 0\n Adaptive Scans : 0\n Adaptive Updates: 0\n Protocol eth-switch, MTU: 9216\n Flags: Trunk-Mode\n\nPhysical interface: ae16 (MC-AE-16, active), Enabled, Physical link is Up\n Interface index: 49229, SNMP ifIndex: 629\n Description: napfas6220-2\n Link-level type: Ethernet, MTU: 9216, Speed: 10Gbps, BPDU Error: None,\n MAC-REWRITE Error: None, Loopback: Disabled, Source filtering: Disabled,\n Flow control: Disabled, Minimum links needed: 1, Minimum bandwidth needed: 0\n Device flags : Present Running\n Interface flags: SNMP-Traps Internal: 0x0\n Current address: 64:87:88:97:b4:6a, Hardware address: 64:87:88:97:b4:6a\n Last flapped : 2014-08-05 15:18:52 MSK (3w1d 18:46 ago)\n Input rate : 656 bps (0 pps)\n Output rate : 328 bps (0 pps)\n\n Logical interface ae16.0 (Index 124) (SNMP ifIndex 644)\n Flags: SNMP-Traps 0x0 Encapsulation: ENET2\n Statistics Packets pps Bytes bps\n Bundle:\n Input : 0 0 0 0\n Output: 2497326 0 267206460 0\n Adaptive Statistics:\n Adaptive Adjusts: 0\n Adaptive Scans : 0\n Adaptive Updates: 0\n Protocol eth-switch, MTU: 9216\n Flags: Trunk-Mode\n\nPhysical interface: ae17, Enabled, Physical link is Down\n Interface index: 49230, SNMP ifIndex: 630\n Link-level type: Ethernet, MTU: 1514, Speed: Unspecified, BPDU Error: None,\n MAC-REWRITE Error: None, Loopback: Disabled, Source filtering: Disabled,\n Flow control: Disabled, Minimum links needed: 1, Minimum bandwidth needed: 0\n Device flags : Present Running\n Interface flags: Hardware-Down SNMP-Traps Internal: 0x0\n Current address: 64:87:88:97:b4:6b, Hardware address: 64:87:88:97:b4:6b\n Last flapped : 2014-07-04 10:17:50 MSK (7w5d 23:47 ago)\n Input rate : 0 bps (0 pps)\n Output rate : 0 bps (0 pps)\n\nPhysical interface: ae18, Enabled, Physical link is Down\n Interface index: 49231, SNMP ifIndex: 631\n Link-level type: Ethernet, MTU: 1514, Speed: Unspecified, BPDU Error: None,\n MAC-REWRITE Error: None, Loopback: Disabled, Source filtering: Disabled,\n Flow control: Disabled, Minimum links needed: 1, Minimum bandwidth needed: 0\n Device flags : Present Running\n Interface flags: Hardware-Down SNMP-Traps Internal: 0x0\n Current address: 64:87:88:97:b4:6c, Hardware address: 64:87:88:97:b4:6c\n Last flapped : 2014-07-04 10:17:50 MSK (7w5d 23:47 ago)\n Input rate : 0 bps (0 pps)\n Output rate : 0 bps (0 pps)\n\nPhysical interface: ae19, Enabled, Physical link is Down\n Interface index: 49232, SNMP ifIndex: 632\n Link-level type: Ethernet, MTU: 1514, Speed: Unspecified, BPDU Error: None,\n MAC-REWRITE Error: None, Loopback: Disabled, Source filtering: Disabled,\n Flow control: Disabled, Minimum links needed: 1, Minimum bandwidth needed: 0\n Device flags : Present Running\n Interface flags: Hardware-Down SNMP-Traps Internal: 0x0\n Current address: 64:87:88:97:b4:6d, Hardware address: 64:87:88:97:b4:6d\n Last flapped : 2014-07-04 10:17:50 MSK (7w5d 23:47 ago)\n Input rate : 0 bps (0 pps)\n Output rate : 0 bps (0 pps)\n\nPhysical interface: ae20, Enabled, Physical link is Down\n Interface index: 49233, SNMP ifIndex: 633\n Link-level type: Ethernet, MTU: 1514, Speed: Unspecified, BPDU Error: None,\n MAC-REWRITE Error: None, Loopback: Disabled, Source filtering: Disabled,\n Flow control: Disabled, Minimum links needed: 1, Minimum bandwidth needed: 0\n Device flags : Present Running\n Interface flags: Hardware-Down SNMP-Traps Internal: 0x0\n Current address: 64:87:88:97:b4:6e, Hardware address: 64:87:88:97:b4:6e\n Last flapped : 2014-07-04 10:17:50 MSK (7w5d 23:47 ago)\n Input rate : 0 bps (0 pps)\n Output rate : 0 bps (0 pps)\n\nPhysical interface: ae21, Enabled, Physical link is Down\n Interface index: 49234, SNMP ifIndex: 634\n Link-level type: Ethernet, MTU: 1514, Speed: Unspecified, BPDU Error: None,\n MAC-REWRITE Error: None, Loopback: Disabled, Source filtering: Disabled,\n Flow control: Disabled, Minimum links needed: 1, Minimum bandwidth needed: 0\n Device flags : Present Running\n Interface flags: Hardware-Down SNMP-Traps Internal: 0x0\n Current address: 64:87:88:97:b4:6f, Hardware address: 64:87:88:97:b4:6f\n Last flapped : 2014-07-04 10:17:50 MSK (7w5d 23:47 ago)\n Input rate : 0 bps (0 pps)\n Output rate : 0 bps (0 pps)\n\nPhysical interface: ae22, Enabled, Physical link is Down\n Interface index: 49235, SNMP ifIndex: 635\n Link-level type: Ethernet, MTU: 1514, Speed: Unspecified, BPDU Error: None,\n MAC-REWRITE Error: None, Loopback: Disabled, Source filtering: Disabled,\n Flow control: Disabled, Minimum links needed: 1, Minimum bandwidth needed: 0\n Device flags : Present Running\n Interface flags: Hardware-Down SNMP-Traps Internal: 0x0\n Current address: 64:87:88:97:b4:70, Hardware address: 64:87:88:97:b4:70\n Last flapped : 2014-07-04 10:17:50 MSK (7w5d 23:47 ago)\n Input rate : 0 bps (0 pps)\n Output rate : 0 bps (0 pps)\n\nPhysical interface: ae23, Enabled, Physical link is Down\n Interface index: 49236, SNMP ifIndex: 636\n Link-level type: Ethernet, MTU: 1514, Speed: Unspecified, BPDU Error: None,\n MAC-REWRITE Error: None, Loopback: Disabled, Source filtering: Disabled,\n Flow control: Disabled, Minimum links needed: 1, Minimum bandwidth needed: 0\n Device flags : Present Running\n Interface flags: Hardware-Down SNMP-Traps Internal: 0x0\n Current address: 64:87:88:97:b4:71, Hardware address: 64:87:88:97:b4:71\n Last flapped : 2014-07-04 10:17:50 MSK (7w5d 23:47 ago)\n Input rate : 0 bps (0 pps)\n Output rate : 0 bps (0 pps)\n\nPhysical interface: ae24, Enabled, Physical link is Down\n Interface index: 49237, SNMP ifIndex: 637\n Link-level type: Ethernet, MTU: 1514, Speed: Unspecified, BPDU Error: None,\n MAC-REWRITE Error: None, Loopback: Disabled, Source filtering: Disabled,\n Flow control: Disabled, Minimum links needed: 1, Minimum bandwidth needed: 0\n Device flags : Present Running\n Interface flags: Hardware-Down SNMP-Traps Internal: 0x0\n Current address: 64:87:88:97:b4:72, Hardware address: 64:87:88:97:b4:72\n Last flapped : 2014-07-04 10:17:50 MSK (7w5d 23:47 ago)\n Input rate : 0 bps (0 pps)\n Output rate : 0 bps (0 pps)\n\nPhysical interface: ae25, Enabled, Physical link is Down\n Interface index: 49238, SNMP ifIndex: 638\n Link-level type: Ethernet, MTU: 1514, Speed: Unspecified, BPDU Error: None,\n MAC-REWRITE Error: None, Loopback: Disabled, Source filtering: Disabled,\n Flow control: Disabled, Minimum links needed: 1, Minimum bandwidth needed: 0\n Device flags : Present Running\n Interface flags: Hardware-Down SNMP-Traps Internal: 0x0\n Current address: 64:87:88:97:b4:73, Hardware address: 64:87:88:97:b4:73\n Last flapped : 2014-07-04 10:17:50 MSK (7w5d 23:47 ago)\n Input rate : 0 bps (0 pps)\n Output rate : 0 bps (0 pps)\n\nPhysical interface: ae26, Enabled, Physical link is Down\n Interface index: 49239, SNMP ifIndex: 639\n Link-level type: Ethernet, MTU: 1514, Speed: Unspecified, BPDU Error: None,\n MAC-REWRITE Error: None, Loopback: Disabled, Source filtering: Disabled,\n Flow control: Disabled, Minimum links needed: 1, Minimum bandwidth needed: 0\n Device flags : Present Running\n Interface flags: Hardware-Down SNMP-Traps Internal: 0x0\n Current address: 64:87:88:97:b4:74, Hardware address: 64:87:88:97:b4:74\n Last flapped : 2014-07-04 10:17:50 MSK (7w5d 23:47 ago)\n Input rate : 0 bps (0 pps)\n Output rate : 0 bps (0 pps)\n\nPhysical interface: ae27, Enabled, Physical link is Down\n Interface index: 49240, SNMP ifIndex: 640\n Link-level type: Ethernet, MTU: 1514, Speed: Unspecified, BPDU Error: None,\n MAC-REWRITE Error: None, Loopback: Disabled, Source filtering: Disabled,\n Flow control: Disabled, Minimum links needed: 1, Minimum bandwidth needed: 0\n Device flags : Present Running\n Interface flags: Hardware-Down SNMP-Traps Internal: 0x0\n Current address: 64:87:88:97:b4:75, Hardware address: 64:87:88:97:b4:75\n Last flapped : 2014-07-04 10:17:50 MSK (7w5d 23:47 ago)\n Input rate : 0 bps (0 pps)\n Output rate : 0 bps (0 pps)\n\nPhysical interface: ae28, Enabled, Physical link is Down\n Interface index: 49241, SNMP ifIndex: 641\n Link-level type: Ethernet, MTU: 1514, Speed: Unspecified, BPDU Error: None,\n MAC-REWRITE Error: None, Loopback: Disabled, Source filtering: Disabled,\n Flow control: Disabled, Minimum links needed: 1, Minimum bandwidth needed: 0\n Device flags : Present Running\n Interface flags: Hardware-Down SNMP-Traps Internal: 0x0\n Current address: 64:87:88:97:b4:76, Hardware address: 64:87:88:97:b4:76\n Last flapped : 2014-07-04 10:17:50 MSK (7w5d 23:47 ago)\n Input rate : 0 bps (0 pps)\n Output rate : 0 bps (0 pps)\n\nPhysical interface: ae29, Enabled, Physical link is Down\n Interface index: 49242, SNMP ifIndex: 642\n Link-level type: Ethernet, MTU: 1514, Speed: Unspecified, BPDU Error: None,\n MAC-REWRITE Error: None, Loopback: Disabled, Source filtering: Disabled,\n Flow control: Disabled, Minimum links needed: 1, Minimum bandwidth needed: 0\n Device flags : Present Running\n Interface flags: Hardware-Down SNMP-Traps Internal: 0x0\n Current address: 64:87:88:97:b4:77, Hardware address: 64:87:88:97:b4:77\n Last flapped : 2014-07-04 10:17:50 MSK (7w5d 23:47 ago)\n Input rate : 0 bps (0 pps)\n Output rate : 0 bps (0 pps)\n\nPhysical interface: bme0, Enabled, Physical link is Up\n Interface index: 64, SNMP ifIndex: 37\n Type: Ethernet, Link-level type: Ethernet, MTU: 1500\n Device flags : Present Running\n Link flags : None\n Current address: 02:00:00:00:40:01, Hardware address: 02:00:00:00:40:01\n Last flapped : Never\n Input packets : 0\n Output packets: 156595891\n\n Logical interface bme0.0 (Index 3) (SNMP ifIndex 219)\n Flags: LinkAddress 0-0 Encapsulation: ENET2\n Input packets : 155857655\n Output packets: 0\n Protocol inet, MTU: 1482\n Flags: Is-Primary\n Addresses, Flags: Primary Is-Default Is-Preferred Is-Primary\n Destination: 128/2, Local: 128.0.0.1, Broadcast: 191.255.255.255\n Addresses, Flags: Primary\n Destination: 128/2, Local: 128.0.0.16, Broadcast: 191.255.255.255\n Addresses\n Destination: 128/2, Local: 128.0.32.0, Broadcast: 191.255.255.255\n Protocol tnp, MTU: 1482\n Flags: Is-Primary\n Addresses, Flags: Primary\n Local: 0x10\n\nPhysical interface: dcfabric, Enabled, Physical link is Up\n Interface index: 27, SNMP ifIndex: 247\n Type: Ethernet, Link-level type: Ethernet, MTU: 1572\n Device flags : Present Running\n Interface flags: SNMP-Traps\n Current address: 00:0b:ca:fe:00:01, Hardware address: 00:0b:ca:fe:00:01\n Last flapped : Never\n Input packets : 0\n Output packets: 0\n\n Logical interface dcfabric.0 (Index 66) (SNMP ifIndex 248)\n Flags: SNMP-Traps Encapsulation: ENET2\n Input packets : 0\n Output packets: 0\n Protocol inet, MTU: 1558\n Flags: Is-Primary\n Protocol mpls, MTU: 1546, Maximum labels: 3\n Flags: Is-Primary\n Protocol eth-switch, MTU: 0\n Flags: Is-Primary\n\nPhysical interface: dsc, Enabled, Physical link is Up\n Interface index: 5, SNMP ifIndex: 5\n Type: Software-Pseudo, MTU: Unlimited\n Device flags : Present Running\n Interface flags: Point-To-Point SNMP-Traps\n Link flags : None\n Last flapped : Never\n Input packets : 0\n Output packets: 0\n\nPhysical interface: gre, Enabled, Physical link is Up\n Interface index: 10, SNMP ifIndex: 8\n Type: GRE, Link-level type: GRE, MTU: Unlimited, Speed: Unlimited\n Device flags : Present Running\n Interface flags: Point-To-Point SNMP-Traps\n Input packets : 0\n Output packets: 0\n\nPhysical interface: ipip, Enabled, Physical link is Up\n Interface index: 11, SNMP ifIndex: 9\n Type: IPIP, Link-level type: IP-over-IP, MTU: Unlimited, Speed: Unlimited\n Device flags : Present Running\n Interface flags: SNMP-Traps\n Input packets : 0\n Output packets: 0\n\nPhysical interface: lo0, Enabled, Physical link is Up\n Interface index: 6, SNMP ifIndex: 6\n Type: Loopback, MTU: Unlimited\n Device flags : Present Running Loopback\n Interface flags: SNMP-Traps\n Link flags : None\n Last flapped : Never\n Input packets : 451821089\n Output packets: 451821089\n\nPhysical interface: lsi, Enabled, Physical link is Up\n Interface index: 4, SNMP ifIndex: 4\n Type: Software-Pseudo, Link-level type: LSI, MTU: 1496, Speed: Unlimited\n Device flags : Present Running\n Link flags : None\n Last flapped : Never\n Input packets : 0\n Output packets: 0\n\nPhysical interface: me0, Enabled, Physical link is Up\n Interface index: 49158, SNMP ifIndex: 33\n Type: Ethernet, Link-level type: Ethernet, MTU: 1514, Speed: 1000mbps\n Device flags : Present Running\n Interface flags: SNMP-Traps\n Link type : Full-Duplex\n Link flags : None\n Current address: 64:87:88:97:b4:97, Hardware address: 64:87:88:97:b4:97\n Last flapped : 2014-07-09 12:52:07 MSK (7w0d 21:13 ago)\n Input packets : 49155222\n Output packets: 21513796\n\n Logical interface me0.0 (Index 4) (SNMP ifIndex 34)\n Flags: SNMP-Traps Encapsulation: ENET2\n Bandwidth: 100mbps\n Input packets : 49154177\n Output packets: 21513798\n Protocol inet, MTU: 1500\n Flags: Sendbcast-pkt-to-re\n Addresses, Flags: Is-Preferred Is-Primary\n Destination: 172.30.2/23, Local: 172.30.2.228, Broadcast: 172.30.3.255\n\nPhysical interface: me1, Enabled, Physical link is Down\n Interface index: 49159, SNMP ifIndex: 251\n Type: Ethernet, Link-level type: Ethernet, MTU: 1514\n Device flags : Present Down Link-Layer-Down\n Interface flags: Hardware-Down Link-Layer-Down SNMP-Traps\n Link type : Full-Duplex\n Link flags : None\n Current address: 64:87:88:97:b4:98, Hardware address: 64:87:88:97:b4:98\n Last flapped : 1970-01-01 03:00:01 MSK (2330w0d 06:05 ago)\n Input packets : 0\n Output packets: 0\n\nPhysical interface: me4, Enabled, Physical link is Down\n Interface index: 49157, SNMP ifIndex: 254\n Type: Ethernet, Link-level type: Ethernet, MTU: 1514\n Device flags : Present Down Link-Layer-Down\n Interface flags: Hardware-Down Link-Layer-Down SNMP-Traps\n Link type : Full-Duplex\n Link flags : None\n Current address: 64:87:88:97:b4:96, Hardware address: 64:87:88:97:b4:96\n Last flapped : 1970-01-01 03:00:01 MSK (2330w0d 06:05 ago)\n Input packets : 0\n Output packets: 0\n\nPhysical interface: mtun, Enabled, Physical link is Up\n Interface index: 65, SNMP ifIndex: 12\n Type: Multicast-GRE, Link-level type: GRE, MTU: Unlimited, Speed: Unlimited\n Device flags : Present Running\n Interface flags: SNMP-Traps\n Input packets : 0\n Output packets: 0\n\nPhysical interface: pimd, Enabled, Physical link is Up\n Interface index: 26, SNMP ifIndex: 11\n Type: PIMD, Link-level type: PIM-Decapsulator, MTU: Unlimited,\n Speed: Unlimited\n Device flags : Present Running\n Input packets : 0\n Output packets: 0\n\nPhysical interface: pime, Enabled, Physical link is Up\n Interface index: 25, SNMP ifIndex: 10\n Type: PIME, Link-level type: PIM-Encapsulator, MTU: Unlimited,\n Speed: Unlimited\n Device flags : Present Running\n Input packets : 0\n Output packets: 0\n\nPhysical interface: tap, Enabled, Physical link is Up\n Interface index: 12, SNMP ifIndex: 7\n Type: Software-Pseudo, Link-level type: Interface-Specific, MTU: Unlimited,\n Speed: Unlimited\n Device flags : Present Running\n Interface flags: SNMP-Traps\n Link flags : None\n Last flapped : Never\n Input packets : 0\n Output packets: 0\n\nPhysical interface: vlan, Enabled, Physical link is Up\n Interface index: 49170, SNMP ifIndex: 506\n Type: VLAN, Link-level type: VLAN, MTU: 1518, Speed: 1000mbps\n Device flags : Present Running\n Link type : Full-Duplex\n Link flags : None\n Current address: 64:87:88:97:b3:96, Hardware address: 64:87:88:97:b3:96\n Last flapped : Never\n Input packets : 75026880\n Output packets: 89939276\n\n Logical interface vlan.500 (Index 74) (SNMP ifIndex 603)\n Flags: SNMP-Traps 0x0 Encapsulation: ENET2\n Input packets : 75026880\n Output packets: 89939277\n Protocol inet, MTU: 1500\n Flags: Sendbcast-pkt-to-re\n Addresses, Flags: Is-Preferred Is-Primary\n Destination: 3.3.3.4/30, Local: 3.3.3.5, Broadcast: 3.3.3.7\n\n' untagged = {} ------------------------------------------------------------------------ File: /opt/noc/sa/script/script.py (Line: 422) Function: guarded_run 415 return result 416 except KeyError: 417 self.debug("Not in call cache: %r, %r" % (self.name, 418 self.kwargs)) 419 pass 420 # Calling script body 421 self._thread_id = thread.get_ident() 422 ==> result = self.execute(**self.kwargs) 423 # Enforce interface result checking 424 for i in self.implements: 425 result = i.script_clean_result(self.profile, result) 426 # Cache result when required 427 if self.cache and self.parent is not None: 428 self.debug("Write to call cache: %s, %s, %r" % (self.name, Variables: i = <noc.sa.interfaces.igetinterfaces.IGetInterfaces object at 0x1def510> self = <Script(Thread-1335599, started 140116226950912)> ------------------------------------------------------------------------ File: /opt/noc/sa/script/script.py (Line: 445) Function: run 438 439 def run(self): 440 """Script thread worker method""" 441 self.debug("Running") 442 result = None 443 try: 444 with self.cancelable(): 445 ==> result = self.guarded_run() 446 except self.TimeOutError: 447 self.error("Timed out") 448 self.e_timeout = True 449 except CancelledError: 450 self.error("Cancelled") 451 self.e_cancel = True Variables: self = <Script(Thread-1335599, started 140116226950912)> r = ["<class 'noc.sa.script.exception.UnexpectedResultError'>", ''] result = None v = UnexpectedResultError() tb = <traceback object at 0x203e368> t = <class 'noc.sa.script.exception.UnexpectedResultError'> ------------------------------------------------------------------------ END OF TRACEBACK
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement