Advertisement
Guest User

Untitled

a guest
Aug 26th, 2013
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.99 KB | None | 0 0
  1. 2013-08-26 13:17:22,555 MRT task=42718108/42787480 object=cct01-mor-ltc(10.12.167.10) script=Cisco.IOS.get_spanning_tree status=failed code=14 error=<type 'exceptions.KeyError'>
  2. 'lbk'
  3. START OF TRACEBACK
  4. ------------------------------------------------------------------------
  5. File: /opt/noc/sa/profiles/Cisco/IOS/get_spanning_tree.py (Line: 60)
  6. Function: get_ports_attrs
  7. 53 "dis": "disabled",
  8. 54 "blk": "discarding",
  9. 55 "bkn": "broken",
  10. 56 "lrn": "learning",
  11. 57 "??": "learning",
  12. 58 "fwd": "forwarding",
  13. 59 "lis": "listen"
  14. 60 ==> }[R[2].lower()], # @todo: refine states
  15. 61 }
  16. 62 return ports
  17. 63
  18. 64 ##
  19. 65 ## PVST+/rapid-PVST+ Parsing
  20. 66 ##
  21. Variables:
  22. instance_sep = '\nVLAN'
  23. settings = 'P2p'
  24. I =
  25. '0820\n Spanning tree enabled protocol ieee\n Root ID Priority 33588\n Address 001b.0d6a.4b80\n This bridge is the root\n
  26. Hello Time 2 sec Max Age 20 sec Forward Delay 15 sec\n\n Bridge ID Priority 33588 (priority 32768 sys-id-ext 820)\n Address
  27. 001b.0d6a.4b80\n Hello Time 2 sec Max Age 20 sec Forward Delay 15 sec\n Aging Time 300\n\nInterface Role Sts Cost
  28. Prio.Nbr Type\n---------------- ---- --- --------- -------- --------------------------------\nGi1/0/3 Desg FWD 19 128.3 P2p \nGi1/0/17
  29. Desg FWD 19 128.17 P2p \nGi1/0/19 Desg FWD 19 128.19 P2p \nGi1/0/22 Desg FWD 4 128.22 P2p \nGi1/0/23 D
  30. esg LBK 19 128.23 P2p \nGi1/0/25 Desg FWD 4 128.25 P2p \n\n'
  31. self = <Script(Thread-13, started 140614972716800)>
  32. cli_stp =
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement