Cisco commonly returns IP addresses as hex strings, so "AC 14 16 01" is being returned fro9m a RTT mib for target address.
Historically I've then done the discovery and/or polling in an external script, which is a lot of overhead, and I thought that the new preprocessing would deal with this.
But I can't find a path through using regex and/or other operations to turn this into an IP address.
Is that beyond the scope of what preprocessing can do?
PS. Even if not, the preprocessing steps are very nice, and a welcome addition.
Historically I've then done the discovery and/or polling in an external script, which is a lot of overhead, and I thought that the new preprocessing would deal with this.
But I can't find a path through using regex and/or other operations to turn this into an IP address.
Is that beyond the scope of what preprocessing can do?
PS. Even if not, the preprocessing steps are very nice, and a welcome addition.
Comment