SNMP Sets

From: Tom Thomas (tthomas@torrentnet.com)
Date: Mon Oct 29 2001 - 22:33:18 EST


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