Issue with IP-FORWARD-MIB and other standard mibs

<[email protected]>
Newsgroups gmane.network.net-snmp.user
Message-ID <[email protected]>
Hi,

I am using silvercreek testsuite to test the net-snmp-5.4 agent.

The issue I see is one particular test case fails on IP-FORWARD-MIB.

The some 56 instances are failing. I have absolutely no-idea, why they are failing.

The testcase tries to do a set on these mib variables and expects a response "noError".

But currently the response it gets is "notWritable"

>From the mib definition, it reads that these mibs have access read-write.

Please help me in this regard.


Here under I am copy-pasting the test log:
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Connected to : XXXXXXXXXXXXXXX Switch                [10.20.116.90:SNMPv3]
3.4.1   The purpose of this test is to verify that the agent returns the correct error-status when the test writes or intentionally miswrites variables.  The tests are run on each of the read-write variables returned in 3.1.2.1.

This test issues SET using the current value of the variable.

The expected outcome is for the agent to return noError.  (Note: some objects with peculiar semantics, e.g. tcpConnState, will return wrongValue instead of noError).

Reference RFC 3416 § 4.2.5
 

[FAILED] Remarks: SET on 1.3.6.1.2.1.3.1.1.2.2.1.10.20.116.1  RFC1213-MIB:atPhysAddress.2.1.10.20.116.1

Received Message Data {
	Error-Status: notWritable,
	Error-Index : 1,
	Bindings {
		RFC1213-MIB:atPhysAddress.2.1.10.20.116.1,
			OctetString,
			"0x00:00:0c:07:ac:01"
	}
}


[FAILED] Remarks: SET on 1.3.6.1.2.1.4.21.1.2.0.0.0.0  RFC1213-MIB:ipRouteIfIndex.0.0.0.0

Received Message Data {
	Error-Status: notWritable,
	Error-Index : 1,
	Bindings {
		RFC1213-MIB:ipRouteIfIndex.0.0.0.0,
			INTEGER,
			"2"
	}
}


[FAILED] Remarks: SET on 1.3.6.1.2.1.4.21.1.2.10.20.116.0  RFC1213-MIB:ipRouteIfIndex.10.20.116.0

Received Message Data {
	Error-Status: notWritable,
	Error-Index : 1,
	Bindings {
		RFC1213-MIB:ipRouteIfIndex.10.20.116.0,
			INTEGER,
			"2"
	}
}


[FAILED] Remarks: SET on 1.3.6.1.2.1.4.21.1.3.0.0.0.0  RFC1213-MIB:ipRouteMetric1.0.0.0.0

Received Message Data {
	Error-Status: notWritable,
	Error-Index : 1,
	Bindings {
		RFC1213-MIB:ipRouteMetric1.0.0.0.0,
			INTEGER,
			"1"
	}
}


[FAILED] Remarks: SET on 1.3.6.1.2.1.4.21.1.3.10.20.116.0  RFC1213-MIB:ipRouteMetric1.10.20.116.0

Received Message Data {
	Error-Status: notWritable,
	Error-Index : 1,
	Bindings {
		RFC1213-MIB:ipRouteMetric1.10.20.116.0,
			INTEGER,
			"0"
	}
}


[FAILED] Remarks: SET on 1.3.6.1.2.1.4.21.1.7.0.0.0.0  RFC1213-MIB:ipRouteNextHop.0.0.0.0

Received Message Data {
	Error-Status: notWritable,
	Error-Index : 1,
	Bindings {
		RFC1213-MIB:ipRouteNextHop.0.0.0.0,
			IpAddress,
			"0.0.0.0"
	}
}


[FAILED] Remarks: SET on 1.3.6.1.2.1.4.21.1.7.10.20.116.0  RFC1213-MIB:ipRouteNextHop.10.20.116.0

Received Message Data {
	Error-Status: notWritable,
	Error-Index : 1,
	Bindings {
		RFC1213-MIB:ipRouteNextHop.10.20.116.0,
			IpAddress,
			"10.20.116.1"
	}
}


[FAILED] Remarks: SET on 1.3.6.1.2.1.4.21.1.8.0.0.0.0  RFC1213-MIB:ipRouteType.0.0.0.0

Received Message Data {
	Error-Status: notWritable,
	Error-Index : 1,
	Bindings {
		RFC1213-MIB:ipRouteType.0.0.0.0,
			INTEGER,
			"4"
	}
}


[FAILED] Remarks: SET on 1.3.6.1.2.1.4.21.1.8.10.20.116.0  RFC1213-MIB:ipRouteType.10.20.116.0

Received Message Data {
	Error-Status: notWritable,
	Error-Index : 1,
	Bindings {
		RFC1213-MIB:ipRouteType.10.20.116.0,
			INTEGER,
			"3"
	}
}


[FAILED] Remarks: SET on 1.3.6.1.2.1.4.21.1.11.0.0.0.0  RFC1213-MIB:ipRouteMask.0.0.0.0

Received Message Data {
	Error-Status: notWritable,
	Error-Index : 1,
	Bindings {
		RFC1213-MIB:ipRouteMask.0.0.0.0,
			IpAddress,
			"0.0.0.3"
	}
}


[FAILED] Remarks: SET on 1.3.6.1.2.1.4.21.1.11.10.20.116.0  RFC1213-MIB:ipRouteMask.10.20.116.0

Received Message Data {
	Error-Status: notWritable,
	Error-Index : 1,
	Bindings {
		RFC1213-MIB:ipRouteMask.10.20.116.0,
			IpAddress,
			"0.0.0.0"
	}
}


[FAILED] Remarks: SET on 1.3.6.1.2.1.4.22.1.2.2.10.20.116.1  IP-MIB:ipNetToMediaPhysAddress.2.10.20.116.1

Received Message Data {
	Error-Status: notWritable,
	Error-Index : 1,
	Bindings {
		IP-MIB:ipNetToMediaPhysAddress.2.10.20.116.1,
			SNMPv2-TC:PhysAddress,
			"0x00:00:0c:07:ac:01"
	}
}


[FAILED] Remarks: SET on 1.3.6.1.2.1.4.22.1.4.2.10.20.116.1  IP-MIB:ipNetToMediaType.2.10.20.116.1

Received Message Data {
	Error-Status: notWritable,
	Error-Index : 1,
	Bindings {
		IP-MIB:ipNetToMediaType.2.10.20.116.1,
			INTEGER,
			"3"
	}
}


[FAILED] Remarks: SET on 1.3.6.1.2.1.4.24.4.1.5.0.0.0.0.0.0.0.0.0.10.20.116.1  IP-FORWARD-MIB:ipCidrRouteIfIndex.0.0.0.0.0.0.0.0.0.10.20.116.1

Received Message Data {
	Error-Status: notWritable,
	Error-Index : 1,
	Bindings {
		IP-FORWARD-MIB:ipCidrRouteIfIndex.0.0.0.0.0.0.0.0.0.10.20.116.1,
			Integer32,
			"2"
	}
}


[FAILED] Remarks: SET on 1.3.6.1.2.1.4.24.4.1.5.10.20.116.0.255.255.255.0.0.0.0.0.0  IP-FORWARD-MIB:ipCidrRouteIfIndex.10.20.116.0.255.255.255.0.0.0.0.0.0

Received Message Data {
	Error-Status: notWritable,
	Error-Index : 1,
	Bindings {
		IP-FORWARD-MIB:ipCidrRouteIfIndex.10.20.116.0.255.255.255.0.0.0.0.0.0,
			Integer32,
			"2"
	}
}


[FAILED] Remarks: SET on 1.3.6.1.2.1.4.24.4.1.6.0.0.0.0.0.0.0.0.0.10.20.116.1  IP-FORWARD-MIB:ipCidrRouteType.0.0.0.0.0.0.0.0.0.10.20.116.1

Received Message Data {
	Error-Status: notWritable,
	Error-Index : 1,
	Bindings {
		IP-FORWARD-MIB:ipCidrRouteType.0.0.0.0.0.0.0.0.0.10.20.116.1,
			INTEGER,
			"4"
	}
}


[FAILED] Remarks: SET on 1.3.6.1.2.1.4.24.4.1.6.10.20.116.0.255.255.255.0.0.0.0.0.0  IP-FORWARD-MIB:ipCidrRouteType.10.20.116.0.255.255.255.0.0.0.0.0.0

Received Message Data {
	Error-Status: notWritable,
	Error-Index : 1,
	Bindings {
		IP-FORWARD-MIB:ipCidrRouteType.10.20.116.0.255.255.255.0.0.0.0.0.0,
			INTEGER,
			"3"
	}
}


[FAILED] Remarks: SET on 1.3.6.1.2.1.4.24.4.1.9.0.0.0.0.0.0.0.0.0.10.20.116.1  IP-FORWARD-MIB:ipCidrRouteInfo.0.0.0.0.0.0.0.0.0.10.20.116.1

Received Message Data {
	Error-Status: notWritable,
	Error-Index : 1,
	Bindings {
		IP-FORWARD-MIB:ipCidrRouteInfo.0.0.0.0.0.0.0.0.0.10.20.116.1,
			ObjectID,
			"0.0"
	}
}


[FAILED] Remarks: SET on 1.3.6.1.2.1.4.24.4.1.9.10.20.116.0.255.255.255.0.0.0.0.0.0  IP-FORWARD-MIB:ipCidrRouteInfo.10.20.116.0.255.255.255.0.0.0.0.0.0

Received Message Data {
	Error-Status: notWritable,
	Error-Index : 1,
	Bindings {
		IP-FORWARD-MIB:ipCidrRouteInfo.10.20.116.0.255.255.255.0.0.0.0.0.0,
			ObjectID,
			"0.0"
	}
}


[FAILED] Remarks: SET on 1.3.6.1.2.1.4.24.4.1.10.0.0.0.0.0.0.0.0.0.10.20.116.1  IP-FORWARD-MIB:ipCidrRouteNextHopAS.0.0.0.0.0.0.0.0.0.10.20.116.1

Received Message Data {
	Error-Status: notWritable,
	Error-Index : 1,
	Bindings {
		IP-FORWARD-MIB:ipCidrRouteNextHopAS.0.0.0.0.0.0.0.0.0.10.20.116.1,
			Integer32,
			"0"
	}
}


[FAILED] Remarks: SET on 1.3.6.1.2.1.4.24.4.1.10.10.20.116.0.255.255.255.0.0.0.0.0.0  IP-FORWARD-MIB:ipCidrRouteNextHopAS.10.20.116.0.255.255.255.0.0.0.0.0.0

Received Message Data {
	Error-Status: notWritable,
	Error-Index : 1,
	Bindings {
		IP-FORWARD-MIB:ipCidrRouteNextHopAS.10.20.116.0.255.255.255.0.0.0.0.0.0,
			Integer32,
			"0"
	}
}


[FAILED] Remarks: SET on 1.3.6.1.2.1.4.24.4.1.11.0.0.0.0.0.0.0.0.0.10.20.116.1  IP-FORWARD-MIB:ipCidrRouteMetric1.0.0.0.0.0.0.0.0.0.10.20.116.1

Received Message Data {
	Error-Status: notWritable,
	Error-Index : 1,
	Bindings {
		IP-FORWARD-MIB:ipCidrRouteMetric1.0.0.0.0.0.0.0.0.0.10.20.116.1,
			Integer32,
			"0"
	}
}


[FAILED] Remarks: SET on 1.3.6.1.2.1.4.24.4.1.11.10.20.116.0.255.255.255.0.0.0.0.0.0  IP-FORWARD-MIB:ipCidrRouteMetric1.10.20.116.0.255.255.255.0.0.0.0.0.0

Received Message Data {
	Error-Status: notWritable,
	Error-Index : 1,
	Bindings {
		IP-FORWARD-MIB:ipCidrRouteMetric1.10.20.116.0.255.255.255.0.0.0.0.0.0,
			Integer32,
			"0"
	}
}


[FAILED] Remarks: SET on 1.3.6.1.2.1.4.24.4.1.12.0.0.0.0.0.0.0.0.0.10.20.116.1  IP-FORWARD-MIB:ipCidrRouteMetric2.0.0.0.0.0.0.0.0.0.10.20.116.1

Received Message Data {
	Error-Status: notWritable,
	Error-Index : 1,
	Bindings {
		IP-FORWARD-MIB:ipCidrRouteMetric2.0.0.0.0.0.0.0.0.0.10.20.116.1,
			Integer32,
			"-1"
	}
}


[FAILED] Remarks: SET on 1.3.6.1.2.1.4.24.4.1.12.10.20.116.0.255.255.255.0.0.0.0.0.0  IP-FORWARD-MIB:ipCidrRouteMetric2.10.20.116.0.255.255.255.0.0.0.0.0.0

Received Message Data {
	Error-Status: notWritable,
	Error-Index : 1,
	Bindings {
		IP-FORWARD-MIB:ipCidrRouteMetric2.10.20.116.0.255.255.255.0.0.0.0.0.0,
			Integer32,
			"-1"
	}
}


[FAILED] Remarks: SET on 1.3.6.1.2.1.4.24.4.1.13.0.0.0.0.0.0.0.0.0.10.20.116.1  IP-FORWARD-MIB:ipCidrRouteMetric3.0.0.0.0.0.0.0.0.0.10.20.116.1

Received Message Data {
	Error-Status: notWritable,
	Error-Index : 1,
	Bindings {
		IP-FORWARD-MIB:ipCidrRouteMetric3.0.0.0.0.0.0.0.0.0.10.20.116.1,
			Integer32,
			"-1"
	}
}


[FAILED] Remarks: SET on 1.3.6.1.2.1.4.24.4.1.13.10.20.116.0.255.255.255.0.0.0.0.0.0  IP-FORWARD-MIB:ipCidrRouteMetric3.10.20.116.0.255.255.255.0.0.0.0.0.0

Received Message Data {
	Error-Status: notWritable,
	Error-Index : 1,
	Bindings {
		IP-FORWARD-MIB:ipCidrRouteMetric3.10.20.116.0.255.255.255.0.0.0.0.0.0,
			Integer32,
			"-1"
	}
}


[FAILED] Remarks: SET on 1.3.6.1.2.1.4.24.4.1.14.0.0.0.0.0.0.0.0.0.10.20.116.1  IP-FORWARD-MIB:ipCidrRouteMetric4.0.0.0.0.0.0.0.0.0.10.20.116.1

Received Message Data {
	Error-Status: notWritable,
	Error-Index : 1,
	Bindings {
		IP-FORWARD-MIB:ipCidrRouteMetric4.0.0.0.0.0.0.0.0.0.10.20.116.1,
			Integer32,
			"-1"
	}
}


[FAILED] Remarks: SET on 1.3.6.1.2.1.4.24.4.1.14.10.20.116.0.255.255.255.0.0.0.0.0.0  IP-FORWARD-MIB:ipCidrRouteMetric4.10.20.116.0.255.255.255.0.0.0.0.0.0

Received Message Data {
	Error-Status: notWritable,
	Error-Index : 1,
	Bindings {
		IP-FORWARD-MIB:ipCidrRouteMetric4.10.20.116.0.255.255.255.0.0.0.0.0.0,
			Integer32,
			"-1"
	}
}


[FAILED] Remarks: SET on 1.3.6.1.2.1.4.24.4.1.15.0.0.0.0.0.0.0.0.0.10.20.116.1  IP-FORWARD-MIB:ipCidrRouteMetric5.0.0.0.0.0.0.0.0.0.10.20.116.1

Received Message Data {
	Error-Status: notWritable,
	Error-Index : 1,
	Bindings {
		IP-FORWARD-MIB:ipCidrRouteMetric5.0.0.0.0.0.0.0.0.0.10.20.116.1,
			Integer32,
			"-1"
	}
}


[FAILED] Remarks: SET on 1.3.6.1.2.1.4.24.4.1.15.10.20.116.0.255.255.255.0.0.0.0.0.0  IP-FORWARD-MIB:ipCidrRouteMetric5.10.20.116.0.255.255.255.0.0.0.0.0.0

Received Message Data {
	Error-Status: notWritable,
	Error-Index : 1,
	Bindings {
		IP-FORWARD-MIB:ipCidrRouteMetric5.10.20.116.0.255.255.255.0.0.0.0.0.0,
			Integer32,
			"-1"
	}
}


[FAILED] Remarks: SET on 1.3.6.1.2.1.4.24.4.1.16.0.0.0.0.0.0.0.0.0.10.20.116.1  IP-FORWARD-MIB:ipCidrRouteStatus.0.0.0.0.0.0.0.0.0.10.20.116.1

Received Message Data {
	Error-Status: notWritable,
	Error-Index : 1,
	Bindings {
		IP-FORWARD-MIB:ipCidrRouteStatus.0.0.0.0.0.0.0.0.0.10.20.116.1,
			SNMPv2-TC:RowStatus,
			"1"
	}
}


[FAILED] Remarks: SET on 1.3.6.1.2.1.4.24.4.1.16.10.20.116.0.255.255.255.0.0.0.0.0.0  IP-FORWARD-MIB:ipCidrRouteStatus.10.20.116.0.255.255.255.0.0.0.0.0.0

Received Message Data {
	Error-Status: notWritable,
	Error-Index : 1,
	Bindings {
		IP-FORWARD-MIB:ipCidrRouteStatus.10.20.116.0.255.255.255.0.0.0.0.0.0,
			SNMPv2-TC:RowStatus,
			"1"
	}
}


[FAILED] Remarks: SET on 1.3.6.1.2.1.11.30.0  SNMPv2-MIB:snmpEnableAuthenTraps.0

Received Message Data {
	Error-Status: notWritable,
	Error-Index : 1,
	Bindings {
		SNMPv2-MIB:snmpEnableAuthenTraps.0,
			INTEGER,
			"2"
	}
}


[FAILED] Remarks: SET on 1.3.6.1.2.1.25.1.3.0  HOST-RESOURCES-MIB:hrSystemInitialLoadDevice.0

Received Message Data {
	Error-Status: notWritable,
	Error-Index : 1,
	Bindings {
		HOST-RESOURCES-MIB:hrSystemInitialLoadDevice.0,
			Integer32,
			"1536"
	}
}


[FAILED] Remarks: SET on 1.3.6.1.2.1.25.1.4.0  HOST-RESOURCES-MIB:hrSystemInitialLoadParameters.0

Received Message Data {
	Error-Status: notWritable,
	Error-Index : 1,
	Bindings {
		HOST-RESOURCES-MIB:hrSystemInitialLoadParameters.0,
			HOST-RESOURCES-MIB:InternationalDisplayString,
			"0x20:20:72:61:6d:64:69:73:6b:3d:34:34:37:30:34:20:6d:74:64:70:61:72:74:73:3d:4e:41:4e:44:3a:38:31:39:32:30:6b:28:69:6d:61:67:65:29:2c:34:39:31:35:32:6b:28:63:6f:6e:66:69:67:29:20:71:6c:5f:62:6f:6f:74:69:6d:61:67:65:3d:30:0a"
	}
}


[FAILED] Remarks: SET on 1.3.6.1.2.1.25.2.3.1.5.1  HOST-RESOURCES-MIB:hrStorageSize.1

Received Message Data {
	Error-Status: notWritable,
	Error-Index : 1,
	Bindings {
		HOST-RESOURCES-MIB:hrStorageSize.1,
			Integer32,
			"256496"
	}
}


[FAILED] Remarks: SET on 1.3.6.1.2.1.25.2.3.1.5.2  HOST-RESOURCES-MIB:hrStorageSize.2

Received Message Data {
	Error-Status: notWritable,
	Error-Index : 1,
	Bindings {
		HOST-RESOURCES-MIB:hrStorageSize.2,
			Integer32,
			"256496"
	}
}


[FAILED] Remarks: SET on 1.3.6.1.2.1.25.2.3.1.5.3  HOST-RESOURCES-MIB:hrStorageSize.3

Received Message Data {
	Error-Status: notWritable,
	Error-Index : 1,
	Bindings {
		HOST-RESOURCES-MIB:hrStorageSize.3,
			Integer32,
			"0"
	}
}


[FAILED] Remarks: SET on 1.3.6.1.2.1.25.2.3.1.5.4  HOST-RESOURCES-MIB:hrStorageSize.4

Received Message Data {
	Error-Status: notWritable,
	Error-Index : 1,
	Bindings {
		HOST-RESOURCES-MIB:hrStorageSize.4,
			Integer32,
			"43977"
	}
}


[FAILED] Remarks: SET on 1.3.6.1.2.1.25.2.3.1.5.5  HOST-RESOURCES-MIB:hrStorageSize.5

Received Message Data {
	Error-Status: notWritable,
	Error-Index : 1,
	Bindings {
		HOST-RESOURCES-MIB:hrStorageSize.5,
			Integer32,
			"12284"
	}
}


[FAILED] Remarks: SET on 1.3.6.1.2.1.25.2.3.1.5.6  HOST-RESOURCES-MIB:hrStorageSize.6

Received Message Data {
	Error-Status: notWritable,
	Error-Index : 1,
	Bindings {
		HOST-RESOURCES-MIB:hrStorageSize.6,
			Integer32,
			"43285"
	}
}


[FAILED] Remarks: SET on 1.3.6.1.2.1.25.2.3.1.5.7  HOST-RESOURCES-MIB:hrStorageSize.7

Received Message Data {
	Error-Status: notWritable,
	Error-Index : 1,
	Bindings {
		HOST-RESOURCES-MIB:hrStorageSize.7,
			Integer32,
			"20476"
	}
}


[FAILED] Remarks: SET on 1.3.6.1.2.1.25.3.8.1.8.1  HOST-RESOURCES-MIB:hrFSLastFullBackupDate.1

Received Message Data {
	Error-Status: notWritable,
	Error-Index : 1,
	Bindings {
		HOST-RESOURCES-MIB:hrFSLastFullBackupDate.1,
			SNMPv2-TC:DateAndTime,
			"0x00:00:01:01:00:00:00:00"
	}
}


[FAILED] Remarks: SET on 1.3.6.1.2.1.25.3.8.1.8.2  HOST-RESOURCES-MIB:hrFSLastFullBackupDate.2

Received Message Data {
	Error-Status: notWritable,
	Error-Index : 1,
	Bindings {
		HOST-RESOURCES-MIB:hrFSLastFullBackupDate.2,
			SNMPv2-TC:DateAndTime,
			"0x00:00:01:01:00:00:00:00"
	}
}


[FAILED] Remarks: SET on 1.3.6.1.2.1.25.3.8.1.8.3  HOST-RESOURCES-MIB:hrFSLastFullBackupDate.3

Received Message Data {
	Error-Status: notWritable,
	Error-Index : 1,
	Bindings {
		HOST-RESOURCES-MIB:hrFSLastFullBackupDate.3,
			SNMPv2-TC:DateAndTime,
			"0x00:00:01:01:00:00:00:00"
	}
}


[FAILED] Remarks: SET on 1.3.6.1.2.1.25.3.8.1.8.4  HOST-RESOURCES-MIB:hrFSLastFullBackupDate.4

Received Message Data {
	Error-Status: notWritable,
	Error-Index : 1,
	Bindings {
		HOST-RESOURCES-MIB:hrFSLastFullBackupDate.4,
			SNMPv2-TC:DateAndTime,
			"0x00:00:01:01:00:00:00:00"
	}
}


[FAILED] Remarks: SET on 1.3.6.1.2.1.25.3.8.1.9.1  HOST-RESOURCES-MIB:hrFSLastPartialBackupDate.1

Received Message Data {
	Error-Status: notWritable,
	Error-Index : 1,
	Bindings {
		HOST-RESOURCES-MIB:hrFSLastPartialBackupDate.1,
			SNMPv2-TC:DateAndTime,
			"0x00:00:01:01:00:00:00:00"
	}
}


[FAILED] Remarks: SET on 1.3.6.1.2.1.25.3.8.1.9.2  HOST-RESOURCES-MIB:hrFSLastPartialBackupDate.2

Received Message Data {
	Error-Status: notWritable,
	Error-Index : 1,
	Bindings {
		HOST-RESOURCES-MIB:hrFSLastPartialBackupDate.2,
			SNMPv2-TC:DateAndTime,
			"0x00:00:01:01:00:00:00:00"
	}
}


[FAILED] Remarks: SET on 1.3.6.1.2.1.25.3.8.1.9.3  HOST-RESOURCES-MIB:hrFSLastPartialBackupDate.3

Received Message Data {
	Error-Status: notWritable,
	Error-Index : 1,
	Bindings {
		HOST-RESOURCES-MIB:hrFSLastPartialBackupDate.3,
			SNMPv2-TC:DateAndTime,
			"0x00:00:01:01:00:00:00:00"
	}
}


[FAILED] Remarks: SET on 1.3.6.1.2.1.25.3.8.1.9.4  HOST-RESOURCES-MIB:hrFSLastPartialBackupDate.4

Received Message Data {
	Error-Status: notWritable,
	Error-Index : 1,
	Bindings {
		HOST-RESOURCES-MIB:hrFSLastPartialBackupDate.4,
			SNMPv2-TC:DateAndTime,
			"0x00:00:01:01:00:00:00:00"
	}
}


[FAILED] Remarks: SET on 1.3.6.1.2.1.25.4.2.1.7.1  HOST-RESOURCES-MIB:hrSWRunStatus.1

Received Message Data {
	Error-Status: notWritable,
	Error-Index : 1,
	Bindings {
		HOST-RESOURCES-MIB:hrSWRunStatus.1,
			INTEGER,
			"2"
	}
}


[FAILED] Remarks: SET on 1.3.6.1.2.1.25.4.2.1.7.2  HOST-RESOURCES-MIB:hrSWRunStatus.2

Received Message Data {
	Error-Status: notWritable,
	Error-Index : 1,
	Bindings {
		HOST-RESOURCES-MIB:hrSWRunStatus.2,
			INTEGER,
			"2"
	}
}


[FAILED] Remarks: SET on 1.3.6.1.2.1.25.4.2.1.7.3  HOST-RESOURCES-MIB:hrSWRunStatus.3

Received Message Data {
	Error-Status: notWritable,
	Error-Index : 1,
	Bindings {
		HOST-RESOURCES-MIB:hrSWRunStatus.3,
			INTEGER,
			"2"
	}
}


[FAILED] Remarks: SET on 1.3.6.1.2.1.25.4.2.1.7.4  HOST-RESOURCES-MIB:hrSWRunStatus.4

Received Message Data {
	Error-Status: notWritable,
	Error-Index : 1,
	Bindings {
		HOST-RESOURCES-MIB:hrSWRunStatus.4,
			INTEGER,
			"2"
	}
}


[FAILED] Remarks: SET on 1.3.6.1.2.1.25.4.2.1.7.5  HOST-RESOURCES-MIB:hrSWRunStatus.5

Received Message Data {
	Error-Status: notWritable,
	Error-Index : 1,
	Bindings {
		HOST-RESOURCES-MIB:hrSWRunStatus.5,
			INTEGER,
			"2"
	}
}


[FAILED] Remarks: SET on 1.3.6.1.2.1.25.4.2.1.7.6  HOST-RESOURCES-MIB:hrSWRunStatus.6

Received Message Data {
	Error-Status: notWritable,
	Error-Index : 1,
	Bindings {
		HOST-RESOURCES-MIB:hrSWRunStatus.6,
			INTEGER,
			"2"
	}
}


[FAILED] Remarks: SET on 1.3.6.1.2.1.25.4.2.1.7.8  HOST-RESOURCES-MIB:hrSWRunStatus.8

Received Message Data {
	Error-Status: notWritable,
	Error-Index : 1,
	Bindings {
		HOST-RESOURCES-MIB:hrSWRunStatus.8,
			INTEGER,
			"2"
	}
}


[FAILED] Remarks: SET on 1.3.6.1.2.1.25.4.2.1.7.101  HOST-RESOURCES-MIB:hrSWRunStatus.101

Received Message Data {
	Error-Status: notWritable,
	Error-Index : 1,
	Bindings {
		HOST-RESOURCES-MIB:hrSWRunStatus.101,
			INTEGER,
			"2"
	}
}


[FAILED] Remarks: SET on 1.3.6.1.2.1.25.4.2.1.7.106  HOST-RESOURCES-MIB:hrSWRunStatus.106

Received Message Data {
	Error-Status: notWritable,
	Error-Index : 1,
	Bindings {
		HOST-RESOURCES-MIB:hrSWRunStatus.106,
			INTEGER,
			"2"
	}
}


[FAILED] Remarks: SET on 1.3.6.1.2.1.25.4.2.1.7.116  HOST-RESOURCES-MIB:hrSWRunStatus.116

Received Message Data {
	Error-Status: notWritable,
	Error-Index : 1,
	Bindings {
		HOST-RESOURCES-MIB:hrSWRunStatus.116,
			INTEGER,
			"2"
	}
}


[FAILED] Remarks: SET on 1.3.6.1.2.1.25.4.2.1.7.164  HOST-RESOURCES-MIB:hrSWRunStatus.164

Received Message Data {
	Error-Status: notWritable,
	Error-Index : 1,
	Bindings {
		HOST-RESOURCES-MIB:hrSWRunStatus.164,
			INTEGER,
			"2"
	}
}


[FAILED] Remarks: SET on 1.3.6.1.2.1.25.4.2.1.7.191  HOST-RESOURCES-MIB:hrSWRunStatus.191

Received Message Data {
	Error-Status: notWritable,
	Error-Index : 1,
	Bindings {
		HOST-RESOURCES-MIB:hrSWRunStatus.191,
			INTEGER,
			"2"
	}
}


[FAILED] Remarks: SET on 1.3.6.1.2.1.25.4.2.1.7.195  HOST-RESOURCES-MIB:hrSWRunStatus.195

Received Message Data {
	Error-Status: notWritable,
	Error-Index : 1,
	Bindings {
		HOST-RESOURCES-MIB:hrSWRunStatus.195,
			INTEGER,
			"2"
	}
}


[FAILED] Remarks: SET on 1.3.6.1.2.1.25.4.2.1.7.196  HOST-RESOURCES-MIB:hrSWRunStatus.196

Received Message Data {
	Error-Status: notWritable,
	Error-Index : 1,
	Bindings {
		HOST-RESOURCES-MIB:hrSWRunStatus.196,
			INTEGER,
			"2"
	}
}


[FAILED] Remarks: SET on 1.3.6.1.2.1.25.4.2.1.7.197  HOST-RESOURCES-MIB:hrSWRunStatus.197

Received Message Data {
	Error-Status: notWritable,
	Error-Index : 1,
	Bindings {
		HOST-RESOURCES-MIB:hrSWRunStatus.197,
			INTEGER,
			"2"
	}
}


[FAILED] Remarks: SET on 1.3.6.1.2.1.25.4.2.1.7.198  HOST-RESOURCES-MIB:hrSWRunStatus.198

Received Message Data {
	Error-Status: notWritable,
	Error-Index : 1,
	Bindings {
		HOST-RESOURCES-MIB:hrSWRunStatus.198,
			INTEGER,
			"2"
	}
}


[FAILED] Remarks: SET on 1.3.6.1.2.1.25.4.2.1.7.199  HOST-RESOURCES-MIB:hrSWRunStatus.199

Received Message Data {
	Error-Status: notWritable,
	Error-Index : 1,
	Bindings {
		HOST-RESOURCES-MIB:hrSWRunStatus.199,
			INTEGER,
			"2"
	}
}


[FAILED] Remarks: SET on 1.3.6.1.2.1.25.4.2.1.7.200  HOST-RESOURCES-MIB:hrSWRunStatus.200

Received Message Data {
	Error-Status: notWritable,
	Error-Index : 1,
	Bindings {
		HOST-RESOURCES-MIB:hrSWRunStatus.200,
			INTEGER,
			"2"
	}
}


[FAILED] Remarks: SET on 1.3.6.1.2.1.25.4.2.1.7.201  HOST-RESOURCES-MIB:hrSWRunStatus.201

Received Message Data {
	Error-Status: notWritable,
	Error-Index : 1,
	Bindings {
		HOST-RESOURCES-MIB:hrSWRunStatus.201,
			INTEGER,
			"2"
	}
}


[FAILED] Remarks: SET on 1.3.6.1.2.1.25.4.2.1.7.202  HOST-RESOURCES-MIB:hrSWRunStatus.202

Received Message Data {
	Error-Status: notWritable,
	Error-Index : 1,
	Bindings {
		HOST-RESOURCES-MIB:hrSWRunStatus.202,
			INTEGER,
			"2"
	}
}


[FAILED] Remarks: SET on 1.3.6.1.2.1.25.4.2.1.7.203  HOST-RESOURCES-MIB:hrSWRunStatus.203

Received Message Data {
	Error-Status: notWritable,
	Error-Index : 1,
	Bindings {
		HOST-RESOURCES-MIB:hrSWRunStatus.203,
			INTEGER,
			"2"
	}
}


[FAILED] Remarks: SET on 1.3.6.1.2.1.25.4.2.1.7.204  HOST-RESOURCES-MIB:hrSWRunStatus.204

Received Message Data {
	Error-Status: notWritable,
	Error-Index : 1,
	Bindings {
		HOST-RESOURCES-MIB:hrSWRunStatus.204,
			INTEGER,
			"2"
	}
}


[FAILED] Remarks: SET on 1.3.6.1.2.1.25.4.2.1.7.205  HOST-RESOURCES-MIB:hrSWRunStatus.205

Received Message Data {
	Error-Status: notWritable,
	Error-Index : 1,
	Bindings {
		HOST-RESOURCES-MIB:hrSWRunStatus.205,
			INTEGER,
			"2"
	}
}


[FAILED] Remarks: SET on 1.3.6.1.2.1.25.4.2.1.7.206  HOST-RESOURCES-MIB:hrSWRunStatus.206

Received Message Data {
	Error-Status: notWritable,
	Error-Index : 1,
	Bindings {
		HOST-RESOURCES-MIB:hrSWRunStatus.206,
			INTEGER,
			"2"
	}
}


[FAILED] Remarks: SET on 1.3.6.1.2.1.25.4.2.1.7.207  HOST-RESOURCES-MIB:hrSWRunStatus.207

Received Message Data {
	Error-Status: notWritable,
	Error-Index : 1,
	Bindings {
		HOST-RESOURCES-MIB:hrSWRunStatus.207,
			INTEGER,
			"2"
	}
}


[FAILED] Remarks: SET on 1.3.6.1.2.1.25.4.2.1.7.208  HOST-RESOURCES-MIB:hrSWRunStatus.208

Received Message Data {
	Error-Status: notWritable,
	Error-Index : 1,
	Bindings {
		HOST-RESOURCES-MIB:hrSWRunStatus.208,
			INTEGER,
			"2"
	}
}


[FAILED] Remarks: SET on 1.3.6.1.2.1.25.4.2.1.7.209  HOST-RESOURCES-MIB:hrSWRunStatus.209

Received Message Data {
	Error-Status: notWritable,
	Error-Index : 1,
	Bindings {
		HOST-RESOURCES-MIB:hrSWRunStatus.209,
			INTEGER,
			"2"
	}
}


[FAILED] Remarks: SET on 1.3.6.1.2.1.25.4.2.1.7.210  HOST-RESOURCES-MIB:hrSWRunStatus.210

Received Message Data {
	Error-Status: notWritable,
	Error-Index : 1,
	Bindings {
		HOST-RESOURCES-MIB:hrSWRunStatus.210,
			INTEGER,
			"2"
	}
}


[FAILED] Remarks: SET on 1.3.6.1.2.1.25.4.2.1.7.327  HOST-RESOURCES-MIB:hrSWRunStatus.327

Received Message Data {
	Error-Status: notWritable,
	Error-Index : 1,
	Bindings {
		HOST-RESOURCES-MIB:hrSWRunStatus.327,
			INTEGER,
			"2"
	}
}


[FAILED] Remarks: SET on 1.3.6.1.2.1.25.4.2.1.7.367  HOST-RESOURCES-MIB:hrSWRunStatus.367

Received Message Data {
	Error-Status: notWritable,
	Error-Index : 1,
	Bindings {
		HOST-RESOURCES-MIB:hrSWRunStatus.367,
			INTEGER,
			"1"
	}
}


[FAILED] Remarks: SET on 1.3.6.1.2.1.25.4.2.1.7.368  HOST-RESOURCES-MIB:hrSWRunStatus.368

Received Message Data {
	Error-Status: notWritable,
	Error-Index : 1,
	Bindings {
		HOST-RESOURCES-MIB:hrSWRunStatus.368,
			INTEGER,
			"2"
	}
}


[FAILED] Remarks: SET on 1.3.6.1.2.1.25.4.2.1.7.389  HOST-RESOURCES-MIB:hrSWRunStatus.389

Received Message Data {
	Error-Status: notWritable,
	Error-Index : 1,
	Bindings {
		HOST-RESOURCES-MIB:hrSWRunStatus.389,
			INTEGER,
			"2"
	}
}


[FAILED] Remarks: SET on 1.3.6.1.2.1.25.4.2.1.7.391  HOST-RESOURCES-MIB:hrSWRunStatus.391

Received Message Data {
	Error-Status: notWritable,
	Error-Index : 1,
	Bindings {
		HOST-RESOURCES-MIB:hrSWRunStatus.391,
			INTEGER,
			"2"
	}
}


[FAILED] Remarks: SET on 1.3.6.1.2.1.25.4.2.1.7.392  HOST-RESOURCES-MIB:hrSWRunStatus.392

Received Message Data {
	Error-Status: notWritable,
	Error-Index : 1,
	Bindings {
		HOST-RESOURCES-MIB:hrSWRunStatus.392,
			INTEGER,
			"2"
	}
}


[FAILED] Remarks: SET on 1.3.6.1.2.1.25.4.2.1.7.393  HOST-RESOURCES-MIB:hrSWRunStatus.393

Received Message Data {
	Error-Status: notWritable,
	Error-Index : 1,
	Bindings {
		HOST-RESOURCES-MIB:hrSWRunStatus.393,
			INTEGER,
			"2"
	}
}


[FAILED] Remarks: SET on 1.3.6.1.2.1.25.4.2.1.7.403  HOST-RESOURCES-MIB:hrSWRunStatus.403

Received Message Data {
	Error-Status: notWritable,
	Error-Index : 1,
	Bindings {
		HOST-RESOURCES-MIB:hrSWRunStatus.403,
			INTEGER,
			"2"
	}
}


[FAILED] Remarks: SET on 1.3.6.1.2.1.25.4.2.1.7.404  HOST-RESOURCES-MIB:hrSWRunStatus.404

Received Message Data {
	Error-Status: notWritable,
	Error-Index : 1,
	Bindings {
		HOST-RESOURCES-MIB:hrSWRunStatus.404,
			INTEGER,
			"2"
	}
}


[FAILED] Remarks: SET on 1.3.6.1.2.1.25.4.2.1.7.405  HOST-RESOURCES-MIB:hrSWRunStatus.405

Received Message Data {
	Error-Status: notWritable,
	Error-Index : 1,
	Bindings {
		HOST-RESOURCES-MIB:hrSWRunStatus.405,
			INTEGER,
			"2"
	}
}


[FAILED] Remarks: SET on 1.3.6.1.2.1.31.1.1.1.14.1  IF-MIB:ifLinkUpDownTrapEnable.1

Received Message Data {
	Error-Status: wrongValue,
	Error-Index : 1,
	Bindings {
		IF-MIB:ifLinkUpDownTrapEnable.1,
			INTEGER,
			"0"
	}
}


[FAILED] Remarks: SET on 1.3.6.1.2.1.31.1.1.1.14.2  IF-MIB:ifLinkUpDownTrapEnable.2

Received Message Data {
	Error-Status: wrongValue,
	Error-Index : 1,
	Bindings {
		IF-MIB:ifLinkUpDownTrapEnable.2,
			INTEGER,
			"0"
	}
}


[FAILED] Remarks: SET on 1.3.6.1.2.1.31.1.1.1.16.1  IF-MIB:ifPromiscuousMode.1

Received Message Data {
	Error-Status: wrongLength,
	Error-Index : 1,
	Bindings {
		IF-MIB:ifPromiscuousMode.1,
			SNMPv2-TC:TruthValue,
			"2"
	}
}


[FAILED] Remarks: SET on 1.3.6.1.2.1.31.1.1.1.16.2  IF-MIB:ifPromiscuousMode.2

Received Message Data {
	Error-Status: wrongLength,
	Error-Index : 1,
	Bindings {
		IF-MIB:ifPromiscuousMode.2,
			SNMPv2-TC:TruthValue,
			"2"
	}
}



[FAILED] Remarks: SET on 1.3.6.1.6.3.15.1.2.2.1.4.13.128.0.31.136.128.115.174.27.45.58.249.79.32.3.66.111.98  SNMP-USER-BASED-SM-MIB:usmUserCloneFrom.13.128.0.31.136.128.115.174.27.45.58.249.79.32.3.66.111.98

Received Message Data {
	Error-Status: inconsistentName,
	Error-Index : 1,
	Bindings {
		SNMP-USER-BASED-SM-MIB:usmUserCloneFrom.13.128.0.31.136.128.115.174.27.45.58.249.79.32.3.66.111.98,
			SNMPv2-TC:RowPointer,
			"0.0"
	}
}


[FAILED] Remarks: SET on 1.3.6.1.6.3.15.1.2.2.1.4.13.128.0.31.136.128.115.174.27.45.58.249.79.32.4.68.97.108.101  SNMP-USER-BASED-SM-MIB:usmUserCloneFrom.13.128.0.31.136.128.115.174.27.45.58.249.79.32.4.68.97.108.101

Received Message Data {
	Error-Status: inconsistentName,
	Error-Index : 1,
	Bindings {
		SNMP-USER-BASED-SM-MIB:usmUserCloneFrom.13.128.0.31.136.128.115.174.27.45.58.249.79.32.4.68.97.108.101,
			SNMPv2-TC:RowPointer,
			"0.0"
	}
}


Thanks & Regards,
 
Bharath Kumar
|Project Engineer| Computing Systems & Storage| 
|#26, Hosur Main Road| BommanaHalli| Bangalooru|
|Ph. No: +91-80-41373122| www.wipro.com|

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV

_______________________________________________
Net-snmp-users mailing list
[email protected]
Please see the following page to unsubscribe or change other options:
https://lists.sourceforge.net/lists/listinfo/net-snmp-users
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.