Hi!
Please help in finding OID to save the configuration for SNMP, similarly commands:
copy running-config working
copy working certified
write memory
SNMP OID for 6250
-
devnull
Re: SNMP OID for 6250
Do you have an Omnivista?
just use snmpv2 and capture the traffic while issueing the command in Omnivista
just use snmpv2 and capture the traffic while issueing the command in Omnivista
Re: SNMP OID for 6250
Hi,
I haven't tested it by myself, but found the following.
In cli-guide at the end of every command you find the MIB Objects.
f.e. for copy working certified
chasControlModuleTable
csEntPhysicalIndex
chasControlVersionMngt
With the following command you can find the OID for the according MIB:
> show snmp object identifier "MIB"
regards
Silvio
I haven't tested it by myself, but found the following.
In cli-guide at the end of every command you find the MIB Objects.
f.e. for copy working certified
chasControlModuleTable
csEntPhysicalIndex
chasControlVersionMngt
With the following command you can find the OID for the according MIB:
> show snmp object identifier "MIB"
regards
Silvio
-
agubskiy
Re: SNMP OID for 6250
Hi!
copy cert to working# snmpset -v2c -c community 10.10.10.7 1.3.6.1.4.1.6486.800.1.1.1.3.1.1.1.1.3.65 i 5
write memory# snmpset -v2c -c community 10.10.10.7 1.3.6.1.4.1.6486.800.1.2.1.11.1.1.1.43.0 i 1
copy working to cert# snmpset -v2c -c community 10.10.10.7 1.3.6.1.4.1.6486.800.1.1.1.3.1.1.1.1.3.65 i 3
copy cert to working# snmpset -v2c -c community 10.10.10.7 1.3.6.1.4.1.6486.800.1.1.1.3.1.1.1.1.3.65 i 5
write memory# snmpset -v2c -c community 10.10.10.7 1.3.6.1.4.1.6486.800.1.2.1.11.1.1.1.43.0 i 1
copy working to cert# snmpset -v2c -c community 10.10.10.7 1.3.6.1.4.1.6486.800.1.1.1.3.1.1.1.1.3.65 i 3

