IPS-AUTH-MIB: View SNMP OID List / Download MIB

VENDOR: INTERNET-STANDARD


 Home MIB: IPS-AUTH-MIB
Download as:   

Download standard MIB format if you are planning to load a MIB file into some system (OS, Zabbix, PRTG ...) or view it with a MIB browser. CSV is more suitable for analyzing and viewing OID' and other MIB objects in excel. JSON and YAML formats are usually used in programing even though some systems can use MIB in YAML format (like Logstash).
Keep in mind that standard MIB files can be successfully loaded by systems and programs only if all the required MIB's from the "Imports" section are already loaded.
The tree-like SNMP object navigator requires no explanations because it is very simple to use. And if you stumbled on this MIB from Google note that you can always go back to the home page if you need to perform another MIB or OID lookup.


Object Name OID Type Access Info
 ipsAuthMibModule 1.3.6.1.2.1.141
The IP Storage Authorization MIB module. Copyright (C) The Internet Society (2006). This version of this MIB module is part of RFC 4545; see the RFC itself for full legal notices.
         ipsAuthNotifications 1.3.6.1.2.1.141.0
         ipsAuthObjects 1.3.6.1.2.1.141.1
             ipsAuthDescriptors 1.3.6.1.2.1.141.1.1
                 ipsAuthMethodTypes 1.3.6.1.2.1.141.1.1.1
Registration point for Authentication Method Types.
                     ipsAuthMethodNone 1.3.6.1.2.1.141.1.1.1.1
The authoritative identifier when no authentication method is used.
                     ipsAuthMethodSrp 1.3.6.1.2.1.141.1.1.1.2
The authoritative identifier when the authentication method is SRP.
                     ipsAuthMethodChap 1.3.6.1.2.1.141.1.1.1.3
The authoritative identifier when the authentication method is CHAP.
                     ipsAuthMethodKerberos 1.3.6.1.2.1.141.1.1.1.4
The authoritative identifier when the authentication method is Kerberos.
             ipsAuthInstance 1.3.6.1.2.1.141.1.2
                 ipsAuthInstanceAttributesTable 1.3.6.1.2.1.141.1.2.2 no-access
A list of Authorization instances present on the system.
                     ipsAuthInstanceAttributesEntry 1.3.6.1.2.1.141.1.2.2.1 no-access
An entry (row) containing management information applicable to a particular Authorization instance.
                         ipsAuthInstIndex 1.3.6.1.2.1.141.1.2.2.1.1 unsigned32 no-access
An arbitrary integer used to uniquely identify a particular authorization instance. This index value must not be modified or reused by an agent unless a reboot has occurred. An agent should attempt to keep this value persistent across reboots.
                         ipsAuthInstDescr 1.3.6.1.2.1.141.1.2.2.1.2 snmpadminstring read-write
A character string, determined by the implementation to describe the authorization instance. When only a single instance is present, this object may be set to the zero-length string; with multiple authorization instances, it must be set to a unique value in an implementation-dependent manner to describe the purpose of the respective instance. If this is deployed in a master agent with more than one subagent implementing this MIB module, the master agent is responsible for ensuring that this object is unique across all subagents.
                         ipsAuthInstStorageType 1.3.6.1.2.1.141.1.2.2.1.3 storagetype read-write
The storage type for all read-write objects within this row. Rows in this table are always created via an external process, and may have a storage type of readOnly or permanent. Conceptual rows having the value 'permanent' need not allow write access to any columnar objects in the row. If this object has the value 'volatile', modifications to read-write objects in this row are not persistent across reboots. If this object has the value 'nonVolatile', modifications to objects in this row are persistent. An implementation may choose to allow this object to be set to either 'nonVolatile' or 'volatile', allowing the management application to choose this behavior.
             ipsAuthIdentity 1.3.6.1.2.1.141.1.3
                 ipsAuthIdentAttributesTable 1.3.6.1.2.1.141.1.3.1 no-access
A list of user identities, each belonging to a particular ipsAuthInstance.
                     ipsAuthIdentAttributesEntry 1.3.6.1.2.1.141.1.3.1.1 no-access
An entry (row) containing management information describing a user identity within an authorization instance on this node.
                         ipsAuthIdentIndex 1.3.6.1.2.1.141.1.3.1.1.1 unsigned32 no-access
An arbitrary integer used to uniquely identify a particular identity instance within an authorization instance present on the node. This index value must not be modified or reused by an agent unless a reboot has occurred. An agent should attempt to keep this value persistent across reboots.
                         ipsAuthIdentDescription 1.3.6.1.2.1.141.1.3.1.1.2 snmpadminstring read-only
A character string describing this particular identity.
                         ipsAuthIdentRowStatus 1.3.6.1.2.1.141.1.3.1.1.3 rowstatus read-only
This field allows entries to be dynamically added and removed from this table via SNMP. When adding a row to this table, all non-Index/RowStatus objects must be set. Rows may be discarded using RowStatus. The value of ipsAuthIdentDescription may be set while ipsAuthIdentRowStatus is 'active'.
                         ipsAuthIdentStorageType 1.3.6.1.2.1.141.1.3.1.1.4 storagetype read-only
The storage type for all read-create objects in this row. Rows in this table that were created through an external process may have a storage type of readOnly or permanent. Conceptual rows having the value 'permanent' need not allow write access to any columnar objects in the row.
             ipsAuthIdentityName 1.3.6.1.2.1.141.1.4
                 ipsAuthIdentNameAttributesTable 1.3.6.1.2.1.141.1.4.1 no-access
A list of unique names that can be used to positively identify a particular user identity.
                     ipsAuthIdentNameAttributesEntry 1.3.6.1.2.1.141.1.4.1.1 no-access
An entry (row) containing management information applicable to a unique identity name, which can be used to identify a user identity within a particular authorization instance.
                         ipsAuthIdentNameIndex 1.3.6.1.2.1.141.1.4.1.1.1 unsigned32 no-access
An arbitrary integer used to uniquely identify a particular identity name instance within an ipsAuthIdentity within an authorization instance. This index value must not be modified or reused by an agent unless a reboot has occurred. An agent should attempt to keep this value persistent across reboots.
                         ipsAuthIdentName 1.3.6.1.2.1.141.1.4.1.1.2 snmpadminstring read-only
A character string that is the unique name of an identity that may be used to identify this ipsAuthIdent entry.
                         ipsAuthIdentNameRowStatus 1.3.6.1.2.1.141.1.4.1.1.3 rowstatus read-only
This field allows entries to be dynamically added and removed from this table via SNMP. When adding a row to this table, all non-Index/RowStatus objects must be set. Rows may be discarded using RowStatus. The value of ipsAuthIdentName may be set when this value is 'active'.
                         ipsAuthIdentNameStorageType 1.3.6.1.2.1.141.1.4.1.1.4 storagetype read-only
The storage type for all read-create objects in this row. Rows in this table that were created through an external process may have a storage type of readOnly or permanent. Conceptual rows having the value 'permanent' need not allow write access to any columnar objects in the row.
             ipsAuthIdentityAddress 1.3.6.1.2.1.141.1.5
                 ipsAuthIdentAddrAttributesTable 1.3.6.1.2.1.141.1.5.1 no-access
A list of address ranges that are allowed to serve as the endpoint addresses of a particular identity. An address range includes a starting and ending address and an optional netmask, and an address type indicator, which can specify whether the address is IPv4, IPv6, FC-WWPN, or FC-WWNN.
                     ipsAuthIdentAddrAttributesEntry 1.3.6.1.2.1.141.1.5.1.1 no-access
An entry (row) containing management information applicable to an address range that is used as part of the authorization of an identity within an authorization instance on this node.
                         ipsAuthIdentAddrIndex 1.3.6.1.2.1.141.1.5.1.1.1 unsigned32 no-access
An arbitrary integer used to uniquely identify a particular ipsAuthIdentAddress instance within an ipsAuthIdentity within an authorization instance present on the node. This index value must not be modified or reused by an agent unless a reboot has occurred. An agent should attempt to keep this value persistent across reboots.
                         ipsAuthIdentAddrType 1.3.6.1.2.1.141.1.5.1.1.2 addressfamilynumbers read-only
The address types used in the ipsAuthIdentAddrStart and ipsAuthAddrEnd objects. This type is taken from the IANA address family types.
                         ipsAuthIdentAddrStart 1.3.6.1.2.1.141.1.5.1.1.3 ipsauthaddress read-only
The starting address of the allowed address range. The format of this object is determined by ipsAuthIdentAddrType.
                         ipsAuthIdentAddrEnd 1.3.6.1.2.1.141.1.5.1.1.4 ipsauthaddress read-only
The ending address of the allowed address range. If the ipsAuthIdentAddrEntry specifies a single address, this shall match the ipsAuthIdentAddrStart. The format of this object is determined by ipsAuthIdentAddrType.
                         ipsAuthIdentAddrRowStatus 1.3.6.1.2.1.141.1.5.1.1.5 rowstatus read-only
This field allows entries to be dynamically added and removed from this table via SNMP. When adding a row to this table, all non-Index/RowStatus objects must be set. Rows may be discarded using RowStatus. The values of ipsAuthIdentAddrStart and ipsAuthIdentAddrEnd may be set when this value is 'active'. The value of ipsAuthIdentAddrType may not be set when this value is 'active'.
                         ipsAuthIdentAddrStorageType 1.3.6.1.2.1.141.1.5.1.1.6 storagetype read-only
The storage type for all read-create objects in this row. Rows in this table that were created through an external process may have a storage type of readOnly or permanent. Conceptual rows having the value 'permanent' need not allow write access to any columnar objects in the row.
             ipsAuthCredential 1.3.6.1.2.1.141.1.6
                 ipsAuthCredentialAttributesTable 1.3.6.1.2.1.141.1.6.1 no-access
A list of credentials related to user identities that are allowed as valid authenticators of the particular identity.
                     ipsAuthCredentialAttributesEntry 1.3.6.1.2.1.141.1.6.1.1 no-access
An entry (row) containing management information applicable to a credential that verifies a user identity within an authorization instance. To provide complete information in this MIB for a credential, the management station must not only create the row in this table but must also create a row in another table, where the other table is determined by the value of ipsAuthCredAuthMethod, e.g., if ipsAuthCredAuthMethod has the value ipsAuthMethodChap, a row must be created in the ipsAuthCredChapAttributesTable.
                         ipsAuthCredIndex 1.3.6.1.2.1.141.1.6.1.1.1 unsigned32 no-access
An arbitrary integer used to uniquely identify a particular Credential instance within an instance present on the node. This index value must not be modified or reused by an agent unless a reboot has occurred. An agent should attempt to keep this value persistent across reboots.
                         ipsAuthCredAuthMethod 1.3.6.1.2.1.141.1.6.1.1.2 autonomoustype read-only
This object contains an OBJECT IDENTIFIER that identifies the authentication method used with this credential. When a row is created in this table, a corresponding row must be created by the management station in a corresponding table specified by this value. When a row is deleted from this table, the corresponding row must be automatically deleted by the agent in the corresponding table specified by this value. If the value of this object is ipsAuthMethodNone, no corresponding rows are created or deleted from other tables. Some standardized values for this object are defined within the ipsAuthMethodTypes subtree.
                         ipsAuthCredRowStatus 1.3.6.1.2.1.141.1.6.1.1.3 rowstatus read-only
This field allows entries to be dynamically added and removed from this table via SNMP. When adding a row to this table, all non-Index/RowStatus objects must be set. Rows may be discarded using RowStatus. The value of ipsAuthCredAuthMethod must not be changed while this row is 'active'.
                         ipsAuthCredStorageType 1.3.6.1.2.1.141.1.6.1.1.4 storagetype read-only
The storage type for all read-create objects in this row. Rows in this table that were created through an external process may have a storage type of readOnly or permanent. Conceptual rows having the value 'permanent' need not allow write access to any columnar objects in the row.
             ipsAuthCredChap 1.3.6.1.2.1.141.1.7
                 ipsAuthCredChapAttributesTable 1.3.6.1.2.1.141.1.7.1 no-access
A list of CHAP attributes for credentials that use ipsAuthMethodChap as their ipsAuthCredAuthMethod. A row in this table can only exist when an instance of the ipsAuthCredAuthMethod object exists (or is created simultaneously) having the same instance identifiers and a value of 'ipsAuthMethodChap'.
                     ipsAuthCredChapAttributesEntry 1.3.6.1.2.1.141.1.7.1.1 no-access
An entry (row) containing management information applicable to a credential that uses ipsAuthMethodChap as their ipsAuthCredAuthMethod. When a row is created in ipsAuthCredentialAttributesTable with ipsAuthCredAuthMethod = ipsAuthCredChap, the management station must create a corresponding row in this table. When a row is deleted from ipsAuthCredentialAttributesTable with ipsAuthCredAuthMethod = ipsAuthCredChap, the agent must delete the corresponding row (if any) in this table.
                         ipsAuthCredChapUserName 1.3.6.1.2.1.141.1.7.1.1.1 snmpadminstring read-only
A character string containing the CHAP user name for this credential.
                         ipsAuthCredChapRowStatus 1.3.6.1.2.1.141.1.7.1.1.2 rowstatus read-only
This field allows entries to be dynamically added and removed from this table via SNMP. When adding a row to this table, all non-Index/RowStatus objects must be set. Rows may be discarded using RowStatus. The value of ipsAuthCredChapUserName may be changed while this row is 'active'.
                         ipsAuthCredChapStorageType 1.3.6.1.2.1.141.1.7.1.1.3 storagetype read-only
The storage type for all read-create objects in this row. Rows in this table that were created through an external process may have a storage type of readOnly or permanent. Conceptual rows having the value 'permanent' need not allow write access to any columnar objects in the row.
             ipsAuthCredSrp 1.3.6.1.2.1.141.1.8
                 ipsAuthCredSrpAttributesTable 1.3.6.1.2.1.141.1.8.1 no-access
A list of SRP attributes for credentials that use ipsAuthMethodSrp as its ipsAuthCredAuthMethod. A row in this table can only exist when an instance of the ipsAuthCredAuthMethod object exists (or is created simultaneously) having the same instance identifiers and a value of 'ipsAuthMethodSrp'.
                     ipsAuthCredSrpAttributesEntry 1.3.6.1.2.1.141.1.8.1.1 no-access
An entry (row) containing management information applicable to a credential that uses ipsAuthMethodSrp as their ipsAuthCredAuthMethod. When a row is created in ipsAuthCredentialAttributesTable with ipsAuthCredAuthMethod = ipsAuthCredSrp, the management station must create a corresponding row in this table. When a row is deleted from ipsAuthCredentialAttributesTable with ipsAuthCredAuthMethod = ipsAuthCredSrp, the agent must delete the corresponding row (if any) in this table.
                         ipsAuthCredSrpUserName 1.3.6.1.2.1.141.1.8.1.1.1 snmpadminstring read-only
A character string containing the SRP user name for this credential.
                         ipsAuthCredSrpRowStatus 1.3.6.1.2.1.141.1.8.1.1.2 rowstatus read-only
This field allows entries to be dynamically added and removed from this table via SNMP. When adding a row to this table, all non-Index/RowStatus objects must be set. Rows may be discarded using RowStatus. The value of ipsAuthCredSrpUserName may be changed while the status of this row is 'active'.
                         ipsAuthCredSrpStorageType 1.3.6.1.2.1.141.1.8.1.1.3 storagetype read-only
The storage type for all read-create objects in this row. Rows in this table that were created through an external process may have a storage type of readOnly or permanent. Conceptual rows having the value 'permanent' need not allow write access to any columnar objects in the row.
             ipsAuthCredKerberos 1.3.6.1.2.1.141.1.9
                 ipsAuthCredKerbAttributesTable 1.3.6.1.2.1.141.1.9.1 no-access
A list of Kerberos attributes for credentials that use ipsAuthMethodKerberos as their ipsAuthCredAuthMethod. A row in this table can only exist when an instance of the ipsAuthCredAuthMethod object exists (or is created simultaneously) having the same instance identifiers and a value of 'ipsAuthMethodKerb'.
                     ipsAuthCredKerbAttributesEntry 1.3.6.1.2.1.141.1.9.1.1 no-access
An entry (row) containing management information applicable to a credential that uses ipsAuthMethodKerberos as its ipsAuthCredAuthMethod. When a row is created in ipsAuthCredentialAttributesTable with ipsAuthCredAuthMethod = ipsAuthCredKerberos, the management station must create a corresponding row in this table. When a row is deleted from ipsAuthCredentialAttributesTable with ipsAuthCredAuthMethod = ipsAuthCredKerberos, the agent must delete the corresponding row (if any) in this table.
                         ipsAuthCredKerbPrincipal 1.3.6.1.2.1.141.1.9.1.1.1 snmpadminstring read-only
A character string containing a Kerberos principal for this credential.
                         ipsAuthCredKerbRowStatus 1.3.6.1.2.1.141.1.9.1.1.2 rowstatus read-only
This field allows entries to be dynamically added and removed from this table via SNMP. When adding a row to this table, all non-Index/RowStatus objects must be set. Rows may be discarded using RowStatus. The value of ipsAuthCredKerbPrincipal may be changed while this row is 'active'.
                         ipsAuthCredKerbStorageType 1.3.6.1.2.1.141.1.9.1.1.3 storagetype read-only
The storage type for all read-create objects in this row. Rows in this table that were created through an external process may have a storage type of readOnly or permanent. Conceptual rows having the value 'permanent' need not allow write access to any columnar objects in the row.
         ipsAuthConformance 1.3.6.1.2.1.141.2
             ipsAuthCompliances 1.3.6.1.2.1.141.2.1
                 ipsAuthComplianceV1 1.3.6.1.2.1.141.2.1.1
Initial version of compliance statement based on initial version of this MIB module. The Instance and Identity groups are mandatory; at least one of the other groups (Name, Address, Credential, Certificate) is also mandatory for any given implementation.
             ipsAuthGroups 1.3.6.1.2.1.141.2.2
                 ipsAuthInstanceAttributesGroup 1.3.6.1.2.1.141.2.2.1
A collection of objects providing information about authorization instances.
                 ipsAuthIdentAttributesGroup 1.3.6.1.2.1.141.2.2.2
A collection of objects providing information about user identities within an authorization instance.
                 ipsAuthIdentNameAttributesGroup 1.3.6.1.2.1.141.2.2.3
A collection of objects providing information about user names within user identities within an authorization instance.
                 ipsAuthIdentAddrAttributesGroup 1.3.6.1.2.1.141.2.2.4
A collection of objects providing information about address ranges within user identities within an authorization instance.
                 ipsAuthIdentCredAttributesGroup 1.3.6.1.2.1.141.2.2.5
A collection of objects providing information about credentials within user identities within an authorization instance.
                 ipsAuthIdentChapAttrGroup 1.3.6.1.2.1.141.2.2.6
A collection of objects providing information about CHAP credentials within user identities within an authorization instance.
                 ipsAuthIdentSrpAttrGroup 1.3.6.1.2.1.141.2.2.7
A collection of objects providing information about SRP credentials within user identities within an authorization instance.
                 ipsAuthIdentKerberosAttrGroup 1.3.6.1.2.1.141.2.2.8
A collection of objects providing information about Kerberos credentials within user identities within an authorization instance.