Advertisement
Guest User

Untitled

a guest
Apr 30th, 2014
222
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.61 KB | None | 0 0
  1. diff --git a/sa/profiles/Extreme/XOS/__init__.py b/sa/profiles/Extreme/XOS/__init__.py
  2. --- a/sa/profiles/Extreme/XOS/__init__.py
  3. +++ b/sa/profiles/Extreme/XOS/__init__.py
  4. @@ -10,12 +10,12 @@
  5. """
  6. import noc.sa.profiles
  7. from noc.sa.protocols.sae_pb2 import TELNET, SSH
  8.  
  9.  
  10. class Profile(noc.sa.profiles.Profile):
  11. name = "Extreme.XOS"
  12. supported_schemes = [TELNET, SSH]
  13. - pattern_prompt = r"^(\*\s)?\S+? #"
  14. + pattern_prompt = r"^(\*\s)?(Slot-\d\s)?\S+? #"
  15. pattern_more = "^Press <SPACE> to continue or <Q> to quit:"
  16. command_more = " "
  17. command_disable_pager = "disable clipaging"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement