Jathan McCollum
Jathan McCollum
It results in a `CommandTimeout` error, but in looking at the debug logs it looks like an unhandled Junoscript error is causing the session to hang and eventually timeout: ```...
It's fairly non-obvious and somewhat confusing after installing Trigger that you still need to copy the configs into the right place. And how about an alternate location for settings like...
Currently `bin/netdev` searches anywhere in an attribute's value for a match. Make it so that it can search more explicitly!
Enhance `load_acl` to optionally check the syntax of an ACL compared to the device before attempting to push it.
``` % acl --staged Access-lists currently staged in /data/tftproot (listed by date): Traceback (most recent call last): File "/opt/bin/acl", line 90, in os.chdir(tfdir) OSError: [Errno 2] No such file or...
Support devices that are configured for 2-factor auth, such as RSA SecurID.
This work will be non-trivial. The thought goes as follows: - Fork `trigger.acl` - Put all new ACL-related changes into this project; backport them into `trigger.acl` in the near-term as...
An inactive IP object should be skipped for the purpose of access testing. Excepted IP objects should also be accounted for within `RangeList` objects so that a `"1.2.3.4" in foo'`...
It looks like ArubaOS 6.2.x changes the following: - There is no more `paging` or `no paging` commands - Console paging is disabled by default - The prompt pattern in...