Advertisement
Guest User

Untitled

a guest
Jan 13th, 2013
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.60 KB | None | 0 0
  1. 2013-01-14 09:40:02,807 [script-10.12.70.18-EdgeCore.ES.get_lldp_neighbors] cli(show lldp info remote detail Eth 1/26) returns:
  2. ===[ show lldp info remote detail Eth 1/26 ]============================
  3. '\n LLDP Remote Devices Information Detail\n\n---------------------------------------------------------------\n Local PortName : Eth 1/26\n Chassis Type : MAC Address\n Chassis Id : 00-12-CF-EC-93-93 \n PortID Type : MAC Address\n PortID : 00-12-CF-EC-93-AD\n SysName : Zvezdnyy12-2_1\n SysDescr : Edge-Core FE L2 Switch ES3528M\n PortDescr : Ethernet Port on unit 1, port 26\n SystemCapSupported : Bridge \n SystemCapEnabled : Bridge \n Remote Management Address : \n 10.12.70.19 (IPv4)\n Remote Port VID : 1\n Remote VLAN Name : \n VLAN-1 : DefaultVlan\n VLAN-751 : PPPoE\n VLAN-2003 : \n VLAN-3102 : IPTV\n VLAN-3301 : SIP-3301\n Remote Protocol Identity (Hex) :\n 88-CC-\n Remote MAC/PHY configuration status :\n Remote port auto-neg supported : Yes\n Remote port auto-neg enabled : Yes\n Remote port auto-neg advertised cap (Hex) : 6C01\n Remote port MAU type : 30\n Remote Power via MDI : \n Remote power class : PSE\n Remote power MDI supported : Yes\n Remote power MDI enabled : No\n Remote power pair controlable : No\n Remote power pairs : Spare\n Remote power classification : Class0\n Remote Link Aggregation : \n Remote link aggregation capable : Yes\n Remote link aggregation enable : No\n Remote link aggregation port id : 0\n Remote Max Frame Size : 1522\n LLDP-MED Capability :\n Device Class : Type Not Defined\n\n\n'
  4. ========================================================================
  5. 2013-01-14 09:40:02,809 [script-10.12.70.18-EdgeCore.ES.get_lldp_neighbors] Script returns with result: [{'neighbors': [{'remote_port_subtype': 3, 'remote_port': '00:12:CF:EC:93:AD', 'remote_capabilities': 4, 'remote_chassis_id': '00:12:CF:EC:93:93', 'remote_system_name': 'Zvezdnyy12-2_1', 'remote_chassis_id_subtype': 4}], 'local_interface': 'Eth 1/26', 'local_interface_id': '00:12:CF:EC:62:0F'}]
  6. 2013-01-14 09:40:02,810 [script-10.12.70.18-EdgeCore.ES.get_lldp_neighbors] Closing
  7. 2013-01-14 09:40:02,810 Requesting call: <bound method CLITelnetSocket.close of <CLITelnetSocket(0x3e54990, 10.12.70.18:23, connected)>>(*(), **{'flush': True})
  8. 2013-01-14 09:40:03,808 Tick
  9. 2013-01-14 09:40:03,808 Calling delayed <bound method CLITelnetSocket.close of <CLITelnetSocket(0x3e54990, 10.12.70.18:23, connected)>>(*(), **{'flush': True})
  10. 2013-01-14 09:40:03,809 unregister_socket(<CLITelnetSocket(0x3e54990, 10.12.70.18:23, closing)>)
  11. 2013-01-14 09:40:03,809 <CLITelnetSocket(0x3e54990, 10.12.70.18:23, closing)> set_status: -READ -WRITE
  12. 2013-01-14 09:40:03,810 3 TICKS TO EXIT
  13. 2013-01-14 09:40:04,811 Tick
  14. 2013-01-14 09:40:04,812 2 TICKS TO EXIT
  15. 2013-01-14 09:40:05,814 Tick
  16. 2013-01-14 09:40:05,814 1 TICKS TO EXIT
  17. 2013-01-14 09:40:06,816 Tick
  18. 2013-01-14 09:40:06,816 EXIT
  19. 2013-01-14 09:40:06,820 SCRIPT RESULT: script-10.12.70.18-EdgeCore.ES.get_lldp_neighbors
  20. [{'local_interface': 'Eth 1/26',
  21. 'local_interface_id': '00:12:CF:EC:62:0F',
  22. 'neighbors': [{'remote_capabilities': 4,
  23. 'remote_chassis_id': '00:12:CF:EC:93:93',
  24. 'remote_chassis_id_subtype': 4,
  25. 'remote_port': '00:12:CF:EC:93:AD',
  26. 'remote_port_subtype': 3,
  27. 'remote_system_name': 'Zvezdnyy12-2_1'}]}]
  28. 2013-01-14 09:40:06,820 Shutting down the factory
  29. 2013-01-14 09:40:06,821 0 TICKS TO EXIT
  30. 2013-01-14 09:40:06,821 Stopping socket factory
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement