hi...
using pysnmp, an 'snmp get' varBinds gives me an 'octet string' of values like:
1+1 Protection; East-West; Spiral Search; ODU Enable/Disable
I need to loop through these strings and see whether a particular string say, 'East-West' is present. I am not finding way to do this.
can this octet string be converted to some other form?