Adds the bigip_imish_config module. (#48779)

This can be used to manage bgp configuration on a BIG-IP.
This commit is contained in:
Tim Rupp
2018-11-16 09:17:57 -08:00
committed by GitHub
parent 3132266aa1
commit 0e1dca6e8f
4 changed files with 982 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
{
"kind": "tm:util:bash:runstate",
"command": "run",
"utilCmdArgs": "-c 'imish -r 0 -e \"show running-config\"'",
"commandResult": "!\nno service password-encryption\n!\nline con 0\n login\nline vty 0 39\n login\n!\nend\n\n"
}