Skip to content

asrozar/ASAOS_SNMPv3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

66 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RETIRED

USE CISCO_SNMPv3_tool instead

ASAOS_SNMPv3 tool.

This tool bulk edits ASAOS devices for SNMP v3, priv mode only.

Uses:

You have a few options.

To get help use the -h argument.

python asaos-snmpv3-tool.py -h

The minimum arguments are only --host or --host_file, you will be prompted for the other augments.

python asaos-snmpv3-tool.py --host_file=asa.hosts

Use all arguments at once (Less secure, passwords will be loaded on the screen). You will need to use ‘quotes’ in arguments that include special characters and spaces.

python asaos-snmpv3-tool.py --host_file=asa.hosts --username=USERNAME --password='PASSWORD' enable='EN_PASSWORD' --group=SNMPGROUP --snmp_host=10.10.10.10 --snmp_user=SNMPMGR --int_name=INSIDE --snmp_v3_auth='SNMP_AUTH' --snmp_v3_priv='SNMP_PRIV' --snmp_v3_encr='aes 128' --snmp_contact='Wile E. Coyote | [email protected]'

Use most arguments, you will be prompted for the other augments.

python asaos-snmpv3-tool.py --host_file=asa.hosts --username=USERNAME --group=SNMPGROUP --snmp_host=10.10.10.10 --snmp_user=SNMPMGR --int_name=INSIDE --snmp_v3_auth='SNMP_AUTH' --snmp_v3_priv='SNMP_PRIV' --snmp_v3_encr='aes 128' --snmp_contact='Wile E. Coyote | [email protected]'

Releases

No releases published

Packages

No packages published

Languages