Greetings, I'm a new user and hope I'm not mis-applying your tool. Please tell me if CCP can help me walk thru the output of a show monitor-session status command which yields output like below; please note this is basically empty output, no interfaces are operational:
#show monitor-session status
Monitor-session SOMETHING-10001
rx destination bundle interface Bundle-Ether10001.123 (down)
tx destination bundle interface Bundle-Ether10001.122 (down)
================================================================================
Source Interface Dir Status
--------------------- ---- ----------------------------------------------------
The constructor accepts this input text without complaint. I used the find_objects method with a linespec of tx which yields the tx line. Is there a smarter way to walk thru this output? I know this is not exactly config. Thanks in advance for hints!
Greetings, I'm a new user and hope I'm not mis-applying your tool. Please tell me if CCP can help me walk thru the output of a
show monitor-session status
command which yields output like below; please note this is basically empty output, no interfaces are operational:The constructor accepts this input text without complaint. I used the
find_objects
method with a linespec oftx
which yields thetx
line. Is there a smarter way to walk thru this output? I know this is not exactly config. Thanks in advance for hints!