Switches, Hubs, and Modems
1752378 Members
6883 Online
108788 Solutions
New Discussion юеВ

Re: reset 4108gl switch by snmp

 
SOLVED
Go to solution
Alexander Druzhin
Occasional Contributor

reset 4108gl switch by snmp

How to reset procurve 4108gl switch by snmp?
4 REPLIES 4
Matt Hobbs
Honored Contributor
Solution

Re: reset 4108gl switch by snmp

Name: hpicfReset

OID: 1.3.6.1.4.1.11.2.14.11.1.4.1

hpicfReset OBJECT-TYPE
SYNTAX INTEGER {
noReset(1),
normalReset(2),
-- (3) is no longer used
agentReset(4)
}
MAX-ACCESS read-write
STATUS current
DESCRIPTION "When this object is set to to 'normalReset' it
results in a 'powerup' reset of the device. When
set to 'agentReset', it results in a reset of the
agent software, without resetting the device
hardware. When this object is set, the agent
replies, dallies a short time to allow the reply
to be emitted from the device, then performs the
reset. When read, this object always returns
'noReset'."


To use through switch CLI - "setmib 1.3.6.1.4.1.11.2.14.11.1.4.1.0 - i 2"
Alexander Druzhin
Occasional Contributor

Re: reset 4108gl switch by snmp

Thanks, it's works.
Tell me please, where can I get full list of OIDs for 4108gl?
Matt Hobbs
Honored Contributor

Re: reset 4108gl switch by snmp

You can get the MIBs from:

http://www.hp.com/rnd/software/MIBs.htm

Then load them into a MIB browser (I don't mind iReasoning MIB browser) to find the OIDs.

Alexander Druzhin
Occasional Contributor

Re: reset 4108gl switch by snmp

Thanks again!