SNMP-COMMUNITY-MIB
AI MIB Summary
The SNMP-COMMUNITY-MIB defines configuration objects for community strings and access control parameters, enabling the management of authentication and authorization policies across SNMPv1, SNMPv2c, and SNMPv3 protocol implementations on network devices.
This MIB module defines objects to help support coexistence between SNMPv1, SNMPv2c, and SNMPv3.
Main OID:
snmpCommunityMIB.1.3.6.1.6.3.18
21
Objects
Active
Status
5
Dependencies
Imported Objects
Objects
21 total| Object Name |
|---|
snmpCommunityMIBThis MIB module defines objects to help support coexistence
between SNMPv1, SNMPv2c, and SNMPv3. MODULE-IDENTITY .1.3.6.1.6.3.18 |
snmpCommunityMIBObjects OBJECT IDENTIFIER .1.3.6.1.6.3.18.1 |
snmpCommunityTableThe table of community strings configured in the SNMP
engine's Local Configuration Datastore (LCD). SEQUENCE OF SnmpCommunityEntry .1.3.6.1.6.3.18.1.1 |
snmpCommunityEntryInformation about a particular community string. SnmpCommunityEntry .1.3.6.1.6.3.18.1.1.1 |
snmpCommunityIndexThe unique index value of a row in this table. SnmpAdminString .1.3.6.1.6.3.18.1.1.1.1 |
snmpCommunityNameThe community string for which a row in this table
represents a configuration.rw OCTET STRING .1.3.6.1.6.3.18.1.1.1.2 |
snmpCommunitySecurityNameA human readable string representing the corresponding
value of snmpCommunityName in a Security Model
independent format.rw SnmpAdminString .1.3.6.1.6.3.18.1.1.1.3 |
snmpCommunityContextEngineIDThe contextEngineID indicating the location of the
context in which management information is accessed
when using the community string specified by the
corresponding instance of snmpCommunityName.
The default value is the snmpEngineID of the entity in
which this object is instantiated.rw SnmpEngineID (SNMP-FRAMEWORK-MIB) .1.3.6.1.6.3.18.1.1.1.4 |
snmpCommunityContextNameThe context in which management information is accessed
when using the community string specified by the corresponding
instance of snmpCommunityName.rw SnmpAdminString .1.3.6.1.6.3.18.1.1.1.5 |
snmpCommunityTransportTagThis object specifies a set of transport endpoints
from which a command responder application will accept
management requests. If a management request containing
this community is received on a transport endpoint other
than the transport endpoints identified by this object,
the request is deemed unauthentic.
The transports identified by this object are specified
in the snmpTargetAddrTable. Entries in that table
whose snmpTargetAddrTagList contains this tag value
are identified.
If the value of this object has zero-length, transport
endpoints are not checked when authenticating messages
containing this community string.rw SnmpTagValue (SNMP-TARGET-MIB) .1.3.6.1.6.3.18.1.1.1.6 |
snmpCommunityStorageTypeThe storage type for this conceptual row in the
snmpCommunityTable. Conceptual rows having the value
'permanent' need not allow write-access to any
columnar object in the row.rw StorageType (SNMPv2-TC) .1.3.6.1.6.3.18.1.1.1.7 |
snmpCommunityStatusThe status of this conceptual row in the snmpCommunityTable.
An entry in this table is not qualified for activation
until instances of all corresponding columns have been
initialized, either through default values, or through
Set operations. The snmpCommunityName and
snmpCommunitySecurityName objects must be explicitly set.
There is no restriction on setting columns in this table
when the value of snmpCommunityStatus is active(1).rw RowStatus (SNMPv2-TC) .1.3.6.1.6.3.18.1.1.1.8 |
snmpTargetAddrExtTableThe table of mask and mms values associated with the
snmpTargetAddrTable.
The snmpTargetAddrExtTable augments the
snmpTargetAddrTable with a transport address mask value
and a maximum message size value. The transport address
mask allows entries in the snmpTargetAddrTable to define
a set of addresses instead of just a single address.
The maximum message size value allows the maximum
message size of another SNMP entity to be configured for
use in SNMPv1 (and SNMPv2c) transactions, where the
message format does not specify a maximum message size. SEQUENCE OF SnmpTargetAddrExtEntry .1.3.6.1.6.3.18.1.2 |
snmpTargetAddrExtEntryInformation about a particular mask and mms value. SnmpTargetAddrExtEntry .1.3.6.1.6.3.18.1.2.1 |
snmpTargetAddrTMaskThe mask value associated with an entry in the
snmpTargetAddrTable. The value of this object must
have the same length as the corresponding instance of
snmpTargetAddrTAddress, or must have length 0. An
attempt to set it to any other value will result in
an inconsistentValue error.
The value of this object allows an entry in the
snmpTargetAddrTable to specify multiple addresses.
The mask value is used to select which bits of
a transport address must match bits of the corresponding
instance of snmpTargetAddrTAddress, in order for the
transport address to match a particular entry in the
snmpTargetAddrTable. Bits which are 1 in the mask
value indicate bits in the transport address which
must match bits in the snmpTargetAddrTAddress value.
Bits which are 0 in the mask indicate bits in the
transport address which need not match. If the
length of the mask is 0, the mask should be treated
as if all its bits were 1 and its length were equal
to the length of the corresponding value of
snmpTargetAddrTable.
This object may not be modified while the value of the
corresponding instance of snmpTargetAddrRowStatus is
active(1). An attempt to set this object in this case
will result in an inconsistentValue error.rw OCTET STRING .1.3.6.1.6.3.18.1.2.1.1 |
snmpTargetAddrMMSThe maximum message size value associated with an entry
in the snmpTargetAddrTable.rw Integer32 (0|484..2147483647) .1.3.6.1.6.3.18.1.2.1.2 |
snmpTrapAddressThe value of the agent-addr field of a Trap PDU which
is forwarded by a proxy forwarder application using
an SNMP version other than SNMPv1. The value of this
object SHOULD contain the value of the agent-addr field
from the original Trap PDU as generated by an SNMPv1
agent.ro IpAddress .1.3.6.1.6.3.18.1.3 |
snmpTrapCommunityThe value of the community string field of an SNMPv1
message containing a Trap PDU which is forwarded by a
a proxy forwarder application using an SNMP version
other than SNMPv1. The value of this object SHOULD
contain the value of the community string field from
the original SNMPv1 message containing a Trap PDU as
generated by an SNMPv1 agent.ro OCTET STRING .1.3.6.1.6.3.18.1.4 |
snmpCommunityMIBConformance OBJECT IDENTIFIER .1.3.6.1.6.3.18.2 |
snmpCommunityMIBCompliances OBJECT IDENTIFIER .1.3.6.1.6.3.18.2.1 |
snmpCommunityMIBGroups OBJECT IDENTIFIER .1.3.6.1.6.3.18.2.2 |