Advertisement
Guest User

Untitled

a guest
Apr 28th, 2014
163
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 85.04 KB | None | 0 0
  1. <class 'noc.sa.script.exception.UnexpectedResultError'> START OF TRACEBACK ------------------------------------------------------------------------ File: /opt/noc/sa/script/script.py (Line: 969) Function: re_search 962 Returns match object. 963 rx can be string or compiled regular expression 964 """ 965 if isinstance(rx, basestring): 966 rx = re.compile(rx, flags) 967 match = rx.search(s) 968 if match is None: 969 ==> raise self.UnexpectedResultError() 970 return match 971 972 def re_match(self, rx, s, flags=0): 973 """ 974 Match s against regular expression rx using re.match 975 Raise UnexpectedResultError if regular expression is not matched. Variables: rx = <_sre.SRE_Pattern object at 0x24c66f0> 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-04-26 13:28:11 MSK (1d 22:55 ago)\n Input rate : 1312 bps (0 pps)\n Output rate : 328 bps (0 pps)\n' flags = 0 self = <Script(Thread-25, started 139633645221632)> 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], 'ae2.0': [305, 413, 500], 'ae3.0': [413], 'ae4.0': [413], 'ae5.0': [413], 'ae8.0': [413], 'xe-0/0/0.0': [305, 413, 424]} 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 0x24b3620> iface = {'admin_status': True, 'aggregated_interface': 'ae1', 'description': 'ae1', 'mac': '64:87:88:97:b4:5b', 'name': 'xle-0/2/3', 'oper_status': True, '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-25, started 139633645221632)> 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 0x2a128a0> 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-04-26 13:28:11 MSK (1d 22:55 ago)\n Input rate : 1312 bps (0 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: 88862 0 9507208 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, 'aggregated_interface': 'ae3', 'description': 'hpdl580g7-010', 'mac': '64:87:88:97:b4:5d', 'name': 'xe-0/0/2', 'oper_status': True, 'snmp_ifindex': '513', 'subinterfaces': [{'admin_status': True, 'enabled_afi': [], 'mac': '64:87:88:97:b4:5d', 'name': 'xe-0/0/2.0', 'oper_status': True, 'snmp_ifindex': '514'}], '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, 'mac': '64:87:88:97:b3:ac', 'name': 'xe-0/0/19', 'oper_status': False, 'snmp_ifindex': '547', 'subinterfaces': [{'admin_status': True, 'enabled_afi': [], 'mac': '64:87:88:97:b3:ac', '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': 'tnapfas-2040a--e0c', 'mac': '64:87:88:97:b3:b3', 'name': 'ge-0/0/26', 'oper_status': False, 'snmp_ifindex': '507', 'subinterfaces': [], '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, 'mac': '64:87:88:97:b3:be', 'name': 'xe-0/0/37', 'oper_status': False, 'snmp_ifindex': '583', 'subinterfaces': [{'admin_status': True, 'enabled_afi': [], 'mac': '64:87:88:97:b3:be', 'name': 'xe-0/0/37.0', 'oper_status': True, 'snmp_ifindex': '584'}], 'type': 'physical'}, {'admin_status': True, 'aggregated_interface': 'ae8', 'description': 'ae8', 'mac': '64:87:88:97:b4:62', 'name': 'xe-0/0/38', 'oper_status': False, 'snmp_ifindex': '585', 'subinterfaces': [{'admin_status': True, 'enabled_afi': [], 'mac': '64:87:88:97:b4:62', 'name': 'xe-0/0/38.0', 'oper_status': True, 'snmp_ifindex': '586'}], 'type': 'physical'}, {'admin_status': True, 'mac': '64:87:88:97:b3:c0', 'name': 'xe-0/0/39', 'oper_status': False, 'snmp_ifindex': '587', 'subinterfaces': [{'admin_status': True, 'enabled_afi': [], 'mac': '64:87:88:97:b3:c0', 'name': 'xe-0/0/39.0', 'oper_status': True, 'snmp_ifindex': '588'}], 'type': 'physical'}, {'admin_status': True, 'mac': '64:87:88:97:b3:c1', 'name': 'xe-0/0/40', 'oper_status': False, 'snmp_ifindex': '589', 'subinterfaces': [{'admin_status': True, 'enabled_afi': [], 'mac': '64:87:88:97:b3:c1', '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, 'mac': '64:87:88:97:b3:c3', 'name': 'xe-0/0/42', 'oper_status': False, 'snmp_ifindex': '593', 'subinterfaces': [{'admin_status': True, 'enabled_afi': [], 'mac': '64:87:88:97:b3:c3', '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': [{'admin_status': True, 'enabled_afi': [], 'mac': '64:87:88:97:b3:c5', 'name': 'xe-0/0/44.0', 'oper_status': True, 'snmp_ifindex': '598'}], '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': [{'admin_status': True, 'enabled_afi': [], 'mac': '64:87:88:97:b3:c8', 'name': 'xe-0/0/47.0', 'oper_status': True, 'snmp_ifindex': '601'}], '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': True, 'aggregated_interface': 'ae1', 'description': 'ae1', 'mac': '64:87:88:97:b4:5b', 'name': 'xle-0/2/2', 'oper_status': True, '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': True, 'aggregated_interface': 'ae1', 'description': 'ae1', 'mac': '64:87:88:97:b4:5b', 'name': 'xle-0/2/3', 'oper_status': True, '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: 88862 0 9507208 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-04-26 13:28:11 MSK (1d 22:55 ago)\n Input rate : 1312 bps (0 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: SNMP-Traps 0x0 Encapsulation: ENET2\n Input packets : 174814\n Output packets: 6089\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-04-28 10:38:48 MSK (01:44:23 ago)\n Input rate : 0 bps (0 pps)\n Output rate : 4512 bps (6 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 : 6094\n Output packets: 94978\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 (1d 22:56 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 Up\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\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:5d, Hardware address: 64:87:88:97:b3:9b\n Last flapped : 2014-04-26 13:26:25 MSK (1d 22:56 ago)\n Input rate : 656 bps (0 pps)\n Output rate : 2776 bps (4 pps)\n Active alarms : None\n Active defects : None\n Interface transmit statistics: Disabled\n\n Logical interface xe-0/0/2.0 (Index 77) (SNMP ifIndex 514)\n Flags: SNMP-Traps 0x0 Encapsulation: ENET2\n Input packets : 175093\n Output packets: 94994\n Protocol aenet, AE bundle: ae3.0\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 (1d 22:56 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 (1d 22:56 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 (1d 22:56 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 (1d 22:56 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 (1d 22:56 ago)\n Input rate : 1688 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/7.0 (Index 82) (SNMP ifIndex 524)\n Flags: SNMP-Traps 0x0 Encapsulation: ENET2\n Input packets : 179578\n Output packets: 6107\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 (1d 22:56 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 (1d 22:56 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 (1d 22:56 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 (1d 22:56 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 (1d 22:56 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 (1d 22:56 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 (1d 22:56 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 (1d 22:56 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 (1d 22:56 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 (1d 22:56 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 (1d 22:56 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 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:ac, Hardware address: 64:87:88:97:b3:ac\n Last flapped : 2014-04-26 13:26:27 MSK (1d 22:56 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 eth-switch, MTU: 0\n Flags: None\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 (1d 22:56 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 (1d 22:56 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 (1d 22:56 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-04-26 13:26:27 MSK (1d 22:56 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-04-26 13:26:42 MSK (1d 22:56 ago)\n Input rate : 1320 bps (1 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 (1d 22:56 ago)\n Input rate : 1696 bps (1 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/25.0 (Index 98) (SNMP ifIndex 560)\n Flags: SNMP-Traps 0x0 Encapsulation: ENET2\n Input packets : 179607\n Output packets: 94936\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: tnapfas-2040a--e0c\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 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 (1d 22:56 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/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 (1d 22:56 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-04-26 13:26:43 MSK (1d 22:56 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 (1d 22:56 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 (1d 22:56 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 (1d 22:56 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-04-26 13:26:42 MSK (1d 22:56 ago)\n Input rate : 1320 bps (1 pps)\n Output rate : 2112 bps (3 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 : 168989\n Output packets: 94971\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 (1d 22:56 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 (1d 22:56 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 (1d 22:56 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 (1d 22:56 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 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:be, Hardware address: 64:87:88:97:b3:be\n Last flapped : 2014-04-26 13:26:29 MSK (1d 22:56 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 108) (SNMP ifIndex 584)\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/38, Enabled, Physical link is Down\n Interface index: 49209, SNMP ifIndex: 585\n Description: ae8\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:62, Hardware address: 64:87:88:97:b3:bf\n Last flapped : 2014-04-26 13:26:29 MSK (1d 22:56 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/38.0 (Index 109) (SNMP ifIndex 586)\n Flags: Device-Down SNMP-Traps 0x0 Encapsulation: ENET2\n Input packets : 0\n Output packets: 0\n Protocol aenet, AE bundle: ae8.0\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: 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:c0, Hardware address: 64:87:88:97:b3:c0\n Last flapped : 2014-04-26 13:26:29 MSK (1d 22:56 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 eth-switch, MTU: 0\n Flags: None\n\nPhysical interface: xe-0/0/40, Enabled, Physical link is Down\n Interface index: 49211, SNMP ifIndex: 589\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:c1, Hardware address: 64:87:88:97:b3:c1\n Last flapped : 2014-04-26 13:26:29 MSK (1d 22:56 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/40.0 (Index 111) (SNMP ifIndex 590)\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/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 (1d 22:56 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 Down\n Interface index: 49213, SNMP ifIndex: 593\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:c3, Hardware address: 64:87:88:97:b3:c3\n Last flapped : 2014-04-26 13:26:29 MSK (1d 22:56 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/42.0 (Index 113) (SNMP ifIndex 594)\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/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 (1d 22:56 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 (1d 22:56 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/44.0 (Index 115) (SNMP ifIndex 598)\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/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-04-26 13:26:36 MSK (1d 22:56 ago)\n Input rate : 1320 bps (1 pps)\n Output rate : 2112 bps (3 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 : 168987\n Output packets: 94983\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 (1d 22:56 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 (1d 22:56 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/47.0 (Index 118) (SNMP ifIndex 601)\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: 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 (1d 22:23 ago)\n Input rate : 793376616 bps (18669 pps)\n Output rate : 767439632 bps (25204 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 : 6067\n Output packets: 4672889\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 (1d 22:23 ago)\n Input rate : 590076624 bps (11368 pps)\n Output rate : 168160264 bps (7183 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 : 6076\n Output packets: 6073\n Protocol aenet, AE bundle: ae2.0\n\nPhysical interface: xle-0/2/2, Enabled, Physical link is Up\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\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:5b, Hardware address: 64:87:88:97:b3:db\n Last flapped : 2014-04-26 13:27:20 MSK (1d 22:55 ago)\n Input rate : 316570072 bps (8325 pps)\n Output rate : 1338837712 bps (24405 pps)\n Active alarms : None\n Active defects : None\n Interface transmit statistics: Disabled\n\n Logical interface xle-0/2/2.0 (Index 121) (SNMP ifIndex 624)\n Flags: SNMP-Traps 0x0 Encapsulation: ENET2\n Input packets : 174826\n Output packets: 94957\n Protocol aenet, AE bundle: ae1.0\n\nPhysical interface: xle-0/2/3, Enabled, Physical link is Up\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\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:5b, Hardware address: 64:87:88:97:b3:dc\n Last flapped : 2014-04-26 13:27:31 MSK (1d 22:55 ago)\n Input rate : 619014872 bps (24037 pps)\n Output rate : 44625528 bps (5609 pps)\n Active alarms : None\n Active defects : None\n Interface transmit statistics: Disabled\n\n Logical interface xle-0/2/3.0 (Index 122) (SNMP ifIndex 625)\n Flags: SNMP-Traps 0x0 Encapsulation: ENET2\n Input packets : 174814\n Output packets: 6089\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-04-26 13:28:11 MSK (1d 22:55 ago)\n Input rate : 1312 bps (0 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: 88862 0 9507208 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, Enabled, Physical link is Up\n Interface index: 49161, SNMP ifIndex: 502\n Description: jpqfx3500-1-s10--ae1\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:5b, Hardware address: 64:87:88:97:b4:5b\n Last flapped : 2014-04-26 13:27:22 MSK (1d 22:55 ago)\n Input rate : 935584944 bps (32362 pps)\n Output rate : 1383463240 bps (30014 pps)\n\n Logical interface ae1.0 (Index 68) (SNMP ifIndex 558)\n Flags: SNMP-Traps 0x0 Encapsulation: ENET2\n Statistics Packets pps Bytes bps\n Bundle:\n Input : 0 0 0 0\n Output: 88867 0 9508655 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 (1d 22:23 ago)\n Input rate : 1383453240 bps (30037 pps)\n Output rate : 935599896 bps (32387 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: 4666818 0 308946566 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-5, active), Enabled, Physical link is Up\n Interface index: 49163, SNMP ifIndex: 604\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:5d, Hardware address: 64:87:88:97:b4:5d\n Last flapped : 2014-04-26 13:27:02 MSK (1d 22:56 ago)\n Input rate : 1320 bps (1 pps)\n Output rate : 3440 bps (5 pps)\n\n Logical interface ae3.0 (Index 70) (SNMP ifIndex 605)\n Flags: SNMP-Traps 0x0 Encapsulation: ENET2\n Statistics Packets pps Bytes bps\n Bundle:\n Input : 0 0 0 0\n Output: 88906 0 9512087 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-04-26 13:27:02 MSK (1d 22:56 ago)\n Input rate : 1320 bps (1 pps)\n Output rate : 2112 bps (3 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: 88882 0 9509633 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-04-26 13:27:02 MSK (1d 22:56 ago)\n Input rate : 1320 bps (1 pps)\n Output rate : 2112 bps (3 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: 88890 0 9510489 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 (1d 22:57 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 (1d 22:57 ago)\n Input rate : 0 bps (0 pps)\n Output rate : 0 bps (0 pps)\n\nPhysical interface: ae8 (MC-AE-8, active), Enabled, Physical link is Down\n Interface index: 49168, SNMP ifIndex: 617\n Description: srv-s10-backup--bond3\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:62, Hardware address: 64:87:88:97:b4:62\n Last flapped : 2014-04-26 13:26:00 MSK (1d 22:57 ago)\n Input rate : 0 bps (0 pps)\n Output rate : 0 bps (0 pps)\n\n Logical interface ae8.0 (Index 73) (SNMP ifIndex 619)\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: ae9, Enabled, Physical link is Down\n Interface index: 49169, SNMP ifIndex: 618\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:63, Hardware address: 64:87:88:97:b4:63\n Last flapped : 2014-04-26 13:26:00 MSK (1d 22:57 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: 5790120\n\n Logical interface bme0.0 (Index 3) (SNMP ifIndex 219)\n Flags: LinkAddress 0-0 Encapsulation: ENET2\n Input packets : 6187638\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 : 7372824\n Output packets: 7372824\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: 100mbps\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 : 1970-01-01 03:00:01 MSK (2312w4d 08:23 ago)\n Input packets : 359565\n Output packets: 603393\n\n Logical interface me0.0 (Index 4) (SNMP ifIndex 34)\n Flags: SNMP-Traps Encapsulation: ENET2\n Input packets : 358520\n Output packets: 603397\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 (2312w4d 08:23 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 (2312w4d 08:23 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 : 4932710\n Output packets: 4666816\n\n Logical interface vlan.500 (Index 74) (SNMP ifIndex 603)\n Flags: SNMP-Traps 0x0 Encapsulation: ENET2\n Input packets : 4932711\n Output packets: 4666817\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 0x2457710> self = <Script(Thread-25, started 139633645221632)> ------------------------------------------------------------------------ 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-25, started 139633645221632)> r = ["<class 'noc.sa.script.exception.UnexpectedResultError'>", ''] result = None v = UnexpectedResultError() tb = <traceback object at 0x27e1950> t = <class 'noc.sa.script.exception.UnexpectedResultError'> ------------------------------------------------------------------------ END OF TRACEBACK
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement