Hi all !!!

I have the next structure:

+--prLnTable(2)

| |

| +--prLnEntry(1)

| | Index: linInd, prLnInd

| |

| +-- ---- INTEGER prLnInd(1)

| +-- CR-- EnumVal prLnTipo(2)

| | Values: T0(0), T1(1), T2(2), T3(3)

| +-- CR-- Counter prLnAct(3)

| +-- CR-- EnumVal prLnAl(4)

| | Values: inactiva(0), activa(1)

| +-- CR-- EnumVal prLnStatus(5)

| | Textual Convention: RowStatus

| | Values: active(1), notInService(2), notReady(3), createAndGo(4),
createAndWait(5), destroy(6)

| +-- -R-- TimeTicks prLnActTT(6)

| +-- -R-- TimeTicks prLnAlTT(7)

As you can see, this table has two indexes ("linInd" and "prLnInd").

With the next values in it:

UBESTACION-MIB::prLnTipo.1.1 = INTEGER: T0(0)

SUBESTACION-MIB::prLnTipo.1.2 = INTEGER: T1(1)

SUBESTACION-MIB::prLnTipo.2.1 = INTEGER: T2(2)

SUBESTACION-MIB::prLnTipo.2.2 = INTEGER: T3(3)

SUBESTACION-MIB::prLnTipo.3.1 = INTEGER: T2(2)

SUBESTACION-MIB::prLnTipo.4.1 = INTEGER: T1(1)

SUBESTACION-MIB::prLnTipo.4.2 = INTEGER: T0(0)

SUBESTACION-MIB::prLnTipo.4.3 = INTEGER: T3(3)

SUBESTACION-MIB::prLnAct.1.1 = Counter32: 0

SUBESTACION-MIB::prLnAct.1.2 = Counter32: 0

SUBESTACION-MIB::prLnAct.2.1 = Counter32: 0

SUBESTACION-MIB::prLnAct.2.2 = Counter32: 0

SUBESTACION-MIB::prLnAct.3.1 = Counter32: 0

SUBESTACION-MIB::prLnAct.4.1 = Counter32: 0

SUBESTACION-MIB::prLnAct.4.2 = Counter32: 0

SUBESTACION-MIB::prLnAct.4.3 = Counter32: 0

SUBESTACION-MIB::prLnAl.1.1 = INTEGER: inactiva(0)

SUBESTACION-MIB::prLnAl.1.2 = INTEGER: inactiva(0)

SUBESTACION-MIB::prLnAl.2.1 = INTEGER: inactiva(0)

SUBESTACION-MIB::prLnAl.2.2 = INTEGER: inactiva(0)

SUBESTACION-MIB::prLnAl.3.1 = INTEGER: inactiva(0)

SUBESTACION-MIB::prLnAl.4.1 = INTEGER: inactiva(0)

SUBESTACION-MIB::prLnAl.4.2 = INTEGER: inactiva(0)

SUBESTACION-MIB::prLnAl.4.3 = INTEGER: inactiva(0)

SUBESTACION-MIB::prLnStatus.1.1 = INTEGER: active(1)

SUBESTACION-MIB::prLnStatus.1.2 = INTEGER: active(1)

SUBESTACION-MIB::prLnStatus.2.1 = INTEGER: active(1)

SUBESTACION-MIB::prLnStatus.2.2 = INTEGER: active(1)

SUBESTACION-MIB::prLnStatus.3.1 = INTEGER: active(1)

SUBESTACION-MIB::prLnStatus.4.1 = INTEGER: active(1)

SUBESTACION-MIB::prLnStatus.4.2 = INTEGER: active(1)

SUBESTACION-MIB::prLnStatus.4.3 = INTEGER: active(1)

SUBESTACION-MIB::prLnActTT.1.1 = Timeticks: (1092393177) 126 days,
10:25:31.77

SUBESTACION-MIB::prLnActTT.1.2 = Timeticks: (1092393177) 126 days,
10:25:31.77

SUBESTACION-MIB::prLnActTT.2.1 = Timeticks: (1092393177) 126 days,
10:25:31.77

SUBESTACION-MIB::prLnActTT.2.2 = Timeticks: (1092393177) 126 days,
10:25:31.77

SUBESTACION-MIB::prLnActTT.3.1 = Timeticks: (1092393177) 126 days,
10:25:31.77

SUBESTACION-MIB::prLnActTT.4.1 = Timeticks: (1092393177) 126 days,
10:25:31.77

SUBESTACION-MIB::prLnActTT.4.2 = Timeticks: (1092393177) 126 days,
10:25:31.77

SUBESTACION-MIB::prLnActTT.4.3 = Timeticks: (1092393177) 126 days,
10:25:31.77

SUBESTACION-MIB::prLnAlTT.1.1 = Timeticks: (1092393177) 126 days,
10:25:31.77

SUBESTACION-MIB::prLnAlTT.1.2 = Timeticks: (1092393177) 126 days,
10:25:31.77

SUBESTACION-MIB::prLnAlTT.2.1 = Timeticks: (1092393177) 126 days,
10:25:31.77

SUBESTACION-MIB::prLnAlTT.2.2 = Timeticks: (1092393177) 126 days,
10:25:31.77

SUBESTACION-MIB::prLnAlTT.3.1 = Timeticks: (1092393177) 126 days,
10:25:31.77

SUBESTACION-MIB::prLnAlTT.4.1 = Timeticks: (1092393177) 126 days,
10:25:31.77

SUBESTACION-MIB::prLnAlTT.4.2 = Timeticks: (1092393177) 126 days,
10:25:31.77

SUBESTACION-MIB::prLnAlTT.4.3 = Timeticks: (1092393177) 126 days,
10:25:31.77

As you can see, "prLnActTT" and "prLnAlTT" are READ ONLY.

The problem is that when I execute the next command:

snmpset -v3 -ume -aMD5 -A"mypassword" -lauthNoPriv localhost prLnActTT.4.3 t
7777

the agente allow me to change the value of this READ ONLY varaiable.

How could I avoid it, knowing this variable belong to a table?






-------------------------------------------------------
SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media
100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33
Save 50% off Retail on Ink & Toner - Free Shipping and Free Gift.
http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285
_______________________________________________
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

Reply via email to