Connected: An Internet Encyclopedia
2.10. SNMPv2 Authenticated Management Communication

Up: Connected: An Internet Encyclopedia
Up: Requests For Comments
Up: RFC 1445
Up: 2. Elements of the Model
Prev: 2.9. SNMPv2 Management Communication
Next: 2.11. SNMPv2 Private Management Communication

2.10. SNMPv2 Authenticated Management Communication

2.10. SNMPv2 Authenticated Management Communication

A SNMPv2 authenticated management communication is a SNMPv2 management communication (see Section 2.9) for which the originating SNMPv2 party is (possibly) reliably identified and for which the integrity of the transmission of the communication is (possibly) protected. An authenticated management communication is represented by an ASN.1 value with the following syntax:

        SnmpAuthMsg ::= [1] IMPLICIT SEQUENCE {
          authInfo
             ANY, -- defined by authentication protocol
          authData
             SnmpMgmtCom
        }

For each SnmpAuthMsg value that represents a SNMPv2 authenticated management communication, the following statements are true:


Next: 2.11. SNMPv2 Private Management Communication

Connected: An Internet Encyclopedia
2.10. SNMPv2 Authenticated Management Communication