Need to configure authentication-order via SNMP / pushing config via SNMP
Posted: 26 Aug 2016 21:57
I need to run the following command via SNMP:
configure system security password authentication-order tacplus local
Does anyone have the OIDs to get this accomplished? I can do it on Cisco devices using a TFTP server, but I can't quite figure out how to do it on 7750's.
I was able to find the following for copying running to startup config -- which might work if i copied startup config to running config, but I can't find documentation on the integer values.
Copy Run Start:
snmpset -v2c -c <community> <ip address> \
1.3.6.1.4.1.89.87.2.1.7.111 i 2 \
1.3.6.1.4.1.89.87.2.1.8.111 i 1 \
1.3.6.1.4.1.89.87.2.1.12.111 i 3 \
1.3.6.1.4.1.89.87.2.1.17.111 i 4
Any ideas on how to get this accomplished?
configure system security password authentication-order tacplus local
Does anyone have the OIDs to get this accomplished? I can do it on Cisco devices using a TFTP server, but I can't quite figure out how to do it on 7750's.
I was able to find the following for copying running to startup config -- which might work if i copied startup config to running config, but I can't find documentation on the integer values.
Copy Run Start:
snmpset -v2c -c <community> <ip address> \
1.3.6.1.4.1.89.87.2.1.7.111 i 2 \
1.3.6.1.4.1.89.87.2.1.8.111 i 1 \
1.3.6.1.4.1.89.87.2.1.12.111 i 3 \
1.3.6.1.4.1.89.87.2.1.17.111 i 4
Any ideas on how to get this accomplished?