Advertisement
Guest User

Untitled

a guest
Dec 29th, 2015
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.00 KB | None | 0 0
  1. ./noc debug-script get_lldp_neighbors
  2. 2015-12-29 16:46:53,590 Using JSON library: cjson
  3. 2015-12-29 16:46:53,600 SSH: Using gmpy
  4. 2015-12-29 16:46:53,698 Connecting to MongoDB {'username': 'noc', 'host': 'localhost', 'password': '********', 'db': 'noc'}
  5. 2015-12-29 16:46:53,824 Connecting to MongoDB {'username': 'noc', 'host': 'localhost', 'password': '********', 'db': 'noc'}
  6. 2015-12-29 16:46:53,833 Loading PeriodicRegistry
  7. 2015-12-29 16:46:53,845 Registering MetricType
  8. 2015-12-29 16:46:53,851 Loading compiled MIBs
  9. 2015-12-29 16:46:53,852 Loading compiled MIBs from 'cmibs'
  10. 2015-12-29 16:46:53,852 Loading MIB: IF-MIB
  11. 2015-12-29 16:46:53,852 Loading MIB: RFC1213-MIB
  12. 2015-12-29 16:46:53,852 Loading MIB: CISCO-PPPOE-MIB
  13. 2015-12-29 16:46:53,853 Loading MIB: IP-MIB
  14. 2015-12-29 16:46:53,853 Loading MIB: SNMPv2-MIB
  15. 2015-12-29 16:46:53,853 Loading MIB: CISCO-VPDN-MGMT-MIB
  16. 2015-12-29 16:46:53,859 Configuring metric mappings sa.managedobject -> object.{{object.name|qm}}.{{metric_type|qm}}
  17. 2015-12-29 16:46:53,859 Configuring metric mappings inv.interface -> object.{{object.managed_object.name|qm}}.interface.{{object.name|qm}}.{{metric_type|qm}}
  18. 2015-12-29 16:46:53,861 Loading DownloaderRegistry
  19. 2015-12-29 16:46:53,891 Loading ProfileRegistry
  20. 2015-12-29 16:46:54,656 Loading ScriptRegistry
  21. 2015-12-29 16:46:54,780 Adding FTS index for sa.managedobject
  22. 2015-12-29 16:46:54,795 Registering ConnectionType
  23. 2015-12-29 16:46:54,801 Registering ObjectModel
  24. 2015-12-29 16:46:54,802 Registering Capability
  25. 2015-12-29 16:46:54,809 Adding FTS index for vc.vc
  26. 2015-12-29 16:46:54,828 Adding FTS index for ip.vrf
  27. 2015-12-29 16:46:54,831 Adding FTS index for ip.prefix
  28. 2015-12-29 16:46:54,837 Adding FTS index for ip.address
  29. USAGE:
  30. manage.py debug-script [-c <community>] [-o <output>] <script> <obj1> [ .. <objN>] [<key1>=<value1> [ .. <keyN>=<valueN>]]
  31. Where:
  32. -c <community> - SNMP RO Community
  33. -o <output> - Canned beef output
  34. --private - Mark canned beef as private
  35. --profile - Run through python profiler
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement