This is best if you have multiple Cisco ASAroot@ipng:/# cat /bin/asdm#!/bin/bash/usr/bin/javaws https://$1/admin/public/asdm.jnlp 2>&1 >/dev/null &root@ipng:/# chmod u+x /bin/asdmroot@ipng:/# asdm 192.x.x.xIt's simple, send the IP Adress of you ASA for conecction. Enjoy!
This is best if you have multiple Cisco ASA
ReplyDeleteroot@ipng:/# cat /bin/asdm
#!/bin/bash
/usr/bin/javaws https://$1/admin/public/asdm.jnlp 2>&1 >/dev/null &
root@ipng:/# chmod u+x /bin/asdm
root@ipng:/# asdm 192.x.x.x
It's simple, send the IP Adress of you ASA for conecction. Enjoy!