RE: SNMP Sets

From: Dave Humphrey (dave.humphrey@telindusk.net)
Date: Tue Oct 30 2001 - 04:59:06 EST


Juniper SNMP does not allow set commands, it is a read only implementation.

Dave

-----Original Message-----
From: Tom Thomas [mailto:tthomas@torrentnet.com]
Sent: 30 October 2001 03:33
To: juniper-nsp@puck.nether.net
Subject: SNMP Sets

Perhaps I am doing this wrong but I believe the following config should work
to allow me to SET the system contact value, the oid is right, the community
name is set right and still all attempts to set this value fail of course it
works fine on a cisco.

torrent@June01# show
description "JUNIPER NETWORKS ROUTER";
location "RALEIGH, NC";
contact "MY ROUTER";
view WRITE {
    oid .1.3.6.1.2.1.1.4 include;
}
community public {
    authorization read-only;
}
community 8zktIP {
    view WRITE;
    authorization read-write;
}
trap-group ALERTS {
    version v2;
    categories link;
    targets {
        192.168.254.7;
    }
}

[edit snmp]
torrent@June01#



This archive was generated by hypermail 2b29 : Mon Aug 05 2002 - 10:42:37 EDT