# # File name: TCPIP$VMS_SNMP_CONF.DAT # Product: HP TCP/IP Services for OpenVMS # Version: V5.7-13 # # © Copyright 1976, 2009 Hewlett-Packard Development Company, L.P. # # # DESCRIPTION: # # This file contains configuration information for the SNMP server. # # Refer to the HP TCP/IP Services for OpenVMS Management guide for # more details on syntax, examples, and how this file is used in SNMP # startup. # # SYNTAX: # # A number of keywords are available for use in this file. Some are # the same as those available on UNIX; others are OpenVMS-specific. # # Keyword "accept" establishes controls for remote subagents. # # accept IP-address # # Keyword "config" precedes any options which are assigned to process # user mode logical names. The string "TCPIP$" is prepended to each # logical name; for example, SNMP_TRACE becomes TCPIP$SNMP_TRACE. # # config option-name value # (for some option-name choices, value may be omitted) # # community name address type # # sysName host-name (case sensitive; spaces acceptable) # # trap trap-name version IP-address # # EXAMPLES: # # accept 10.0.1.2 # # community myWrtCommunity 10.10.0.20 write # # community myWrtCommunity 10.10.0.20 write # The following community names illustrate the use of non-alphanumeric # characters. Note: # - Space " " is not permitted # - "*" and "%" are permitted here but unlike other non-space characters, # cannot be added through either TCPIP$CONFIG.COM or # $ TCPIP SET CONFIGURATION SNMP /COMMUNITY="..." # - Quote characters added in this file are added as-is, i.e., they are # not stripped out, and do not need to be balanced # community my*community 10.10.0.20 read # community my%community 10.10.0.21 read # community "mycommunity" 10.10.0.22 read # community strang-name" 10.10.0.20 read # # config agentx_inet_port 245 # config agentx_local_port 247 # config snmp_restarts 5 # config snmp_trace # # sysName my New Host # # trap v1 trapme 10.10.1.2 #