Configuration file for SNMPv2 party definitions
/etc/party.conf
The party.conf is used to define the different parties you'll be using for your SNMPv2 communication. The file uses this format:
FriendlyName PartyID TDomain IP-address UDP-port authProtocol privProtocol lifetime maxmessagesize clock authPrivate authPublic-length authPublic privPrivate privPublic-length privPublic
where:
For example:
agent_party .1.3.6.1.6.3.3.1.3.10.0.0.59.5 snmpUDPDomain 10.0.0.59 161 noAuth noPriv 300 484 29F660EA 00000000000000000000000000000000 Null 00000000000000000000000000000000 Null
The agent_party using an object identifier of .1.3.6.1.6.3.3.1.3.10.0.0.59.5 on host 10.0.0.59 is listening to port 161. It's using no authentication for communication and no encryption.
If TDomain (Transport domain) doesn't list an IP address that matches the IP address of an interface on the host running snmpd, there'll be no ports listed in the snmpd output when snmpd is started.
If you see the following line with no ports listed:
Opening port(s): the IP address listed in TDomain (the agent definition entry in /etc/party.conf) doesn't match the IP address of an interface on the host. You must change the agent definition to include the IP address of the interface where you wish to listen for SNMP requests. |
snmpget,
snmpgetnext,
snmptest,
snmptrapd,
snmpwalk
RFC 1065, RFC 1066, RFC
1067, RFC 1446, ISO IS 8824 (ASN.1)