SNMP for network management

The Network Management facility provides comprehensive management of system networks through the use of Simple Network Management Protocol (SNMP), enabling network hosts to exchange management information.

SNMP is an internetworking protocol designed for use with TCP/IP-based internets.

When the AIX® operating system is installed, the SNMPv3 non-encrypted version is installed by default and is started at system boot time. If you have your own communities, traps, and SMUX entries configured in your /etc/snmpd.conf file, you will need to migrate those manually to the /etc/snmpdv3.conf file. For information on migrating the communities, see Migrating from SNMPv1 to SNMPv3.

You might also want to consult the information in SNMP Overview for Programmers in Communications Programming Concepts.

SNMP network management is based on the familiar client/server model that is widely used in TCP/IP-based network applications. Each host that is to be managed runs a process called an agent. The agent is a server process that maintains the Management Information Base (MIB) database for the host. Hosts that are involved in network management decision-making can run a process called a manager. A manager is a client application that generates requests for MIB information and processes responses. In addition, a manager can send requests to agent servers to modify MIB information.

SNMP in AIX provides support for the following RFCs:

Item Description
RFC 1155 Structure and Identification of Management Information for TCP/IP-based Internets
RFC 1157 A Simple Network Management Protocol (SNMP)
RFC 1213 Management Information Base for Network Management of TCP/IP-based internets: MIB-II
RFC 1227 Simple Network Management Protocol (SNMP) single multiplexer (SMUX) protocol and Management Information Base (MIB)
RFC 1229 Extensions to the generic interface Management Information Base (MIB)
RFC 1231 IEEE 802.5 token-ring Management Information Base (MIB)
RFC 1398 Definitions of Managed Objects for the Ethernet-like Interface Types
RFC 1512 FDDI Management Information Base
RFC 1514 Host Resources MIB
RFC 1592 Simple Network Management Protocol-Distributed Program Interface Version 2
RFC 1905 Protocol Operations for Version 2 of the Simple Network Management Protocol (SNMPv2)
RFC 1907 Management Information Base for Version 2 of the Simple Network Management Protocol (SNMPv2)
RFC 2572 Message Processing and Dispatching for the Simple Network Management Protocol (SNMP)
RFC 2573 SNMP Applications
RFC 2574 User-based Security Model (USM) for version 3 of the Simple Network Management Protocol (SNMPv3)
RFC 2575 View-based Access Control Model (VACM) for the Simple Network Management Protocol (SNMP)