Connected: An Internet Encyclopedia
2.1. SNMPv2 Party

Up: Connected: An Internet Encyclopedia
Up: Requests For Comments
Up: RFC 1445
Up: 2. Elements of the Model
Prev: 2. Elements of the Model
Next: 2.2. SNMPv2 Entity

2.1. SNMPv2 Party

2.1. SNMPv2 Party

A SNMPv2 party is a conceptual, virtual execution environment whose operation is restricted (for security or other purposes) to an administratively defined subset of all possible operations of a particular SNMPv2 entity (see Section 2.2). Whenever a SNMPv2 entity processes a SNMPv2 message, it does so by acting as a SNMPv2 party and is thereby restricted to the set of operations defined for that party. The set of possible operations specified for a SNMPv2 party may be overlapping or disjoint with respect to the sets of other SNMPv2 parties; it may also be a proper or improper subset of all possible operations of the SNMPv2 entity.

Architecturally, each SNMPv2 party comprises

Conceptually, each SNMPv2 party may be represented by an ASN.1 value with the following syntax:

        SnmpParty ::= SEQUENCE {
          partyIdentity
             OBJECT IDENTIFIER,
          partyTDomain
             OBJECT IDENTIFIER,
          partyTAddress
             OCTET STRING,
          partyMaxMessageSize
             INTEGER,
          partyAuthProtocol
             OBJECT IDENTIFIER,
          partyAuthClock
             INTEGER,
          partyAuthPrivate
             OCTET STRING,
          partyAuthPublic
             OCTET STRING,
          partyAuthLifetime
             INTEGER,
          partyPrivProtocol
             OBJECT IDENTIFIER,
          partyPrivPrivate
             OCTET STRING,
          partyPrivPublic
             OCTET STRING
        }

For each SnmpParty value that represents a SNMPv2 party, the following statements are true:

If, for all SNMPv2 parties realized by a SNMPv2 entity, the authentication protocol is noAuth and the privacy protocol is noPriv, then that entity is called non-secure.


Next: 2.2. SNMPv2 Entity

Connected: An Internet Encyclopedia
2.1. SNMPv2 Party