TCPIP$UCP_HELP.HLB  —  SET  CONFIGURATION  SNMP  Qualifiers  /TYPE
       /TYPE= {[NO]READ | [NO]TRAP | [NO]WRITE}

    Optional. Default: READ.

    Sets the type of access (to your local MIB data) to allow for a
    specified community.

    o  Type READ allows the master agent to accept GET, GETNEXT, and
       GETBULK commands from clients (management stations).

    o  Type TRAP allows the local master agent to issue traps
       to members of a specified community. Members of a trap
       community receive SNMP Trap-PDUs for significant events,
       including coldStart traps when the agent is initialized, and
       authenticationFailure traps when the agent receives an SNMP
       request that specifies an unauthorized community string.

    o  Type WRITE allows the master agent to accept SET commands from
       clients (management stations).

    READ access is present by default when specifying TRAP or WRITE.
    Also, you can remove the read access without affecting the way
    the agent responds to a read request. For example:

    $ SET CONFIGURATION SNMP /COMMUNITY="name" /TYPE=NOREAD
Close Help