Re: Controlling interfaces with SNMP

2006-06-15 Thread Dave Shield
Arun Raju wrote: > using snmptranslate found that ifAdminStatus has RW permission .. snmptranslate reports that ifAdminStatus has *maximum* permissions of read-write. This means that it is _permissible_ for an agent to support SET requests for this object, not that a particular agent necessarily

Re: Controlling interfaces with SNMP

2006-06-12 Thread Thomas Anders
Arun Raju wrote: > I am using > Net-Snmp version 5.1.2 > linux red hat 5.3 [...] > Now when i perform > snmpset -d -v 2c localhost interfaces.ifTable.ifEntry.ifAdminStatus i 2 > o/p--> noWritable. Try net-snmp 5.3.x (I'd recommend 5.3.1.pre3 or later) which ships with a rewritten IF-MIB impleme

Re: Controlling interfaces with SNMP

2006-06-12 Thread Arun Raju
ilkumoso <[EMAIL PROTECTED]> cc [email protected] Subject Re: Controlling interfaces with SNMP >>>>> On Wed, 7 Jun 2006 07:44:02 -0700 (PDT), hailkumoso hailkumoso <[EMAIL PROTECTED]> said: hailkumoso> * disable the interface (eth0) or

Re: Controlling interfaces with SNMP

2006-06-12 Thread Arun Raju
L PROTECTED]> cc [email protected] Subject Re: Controlling interfaces with SNMP >>>>> On Wed, 7 Jun 2006 07:44:02 -0700 (PDT), hailkumoso hailkumoso <[EMAIL PROTECTED]> said: hailkumoso> * disable the interface (eth0) or the Mac port using SNMP hailkumos

Re: Controlling interfaces with SNMP

2006-06-12 Thread Wes Hardaker
> On Wed, 7 Jun 2006 07:44:02 -0700 (PDT), hailkumoso hailkumoso <[EMAIL > PROTECTED]> said: hailkumoso> * disable the interface (eth0) or the Mac port using SNMP hailkumoso> API's. I know we can use the set command but am not sure hailkumoso> of which OID to use for? hailkumoso> * e

Controlling interfaces with SNMP

2006-06-07 Thread hailkumoso hailkumoso
Hi:   How can I:   * disable the interface (eth0) or the Mac port using SNMP API's. I know we can use the set command but am not sure of which OID to use for?   * enable back the same interface.     Also, whats the procedure for finding a OID of a particular leaf node in the MIB.   Thank