REDSTONE-IP-POLICY-MIB: View SNMP OID List / Download MIB

VENDOR: REDSTONE COMMUNICATIONS


 Home MIB: REDSTONE-IP-POLICY-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
 rsIpPolicyMIB 1.3.6.1.4.1.2773.2.13
The IP Policy MIB for the Redstone Communications Inc. enterprise.
       rsIpPolicyObjects 1.3.6.1.4.1.2773.2.13.1
           rsIpAccessList 1.3.6.1.4.1.2773.2.13.1.1
               rsIpAccessListTable 1.3.6.1.4.1.2773.2.13.1.1.1 no-access
This table contains entries for elements of IP access lists. Entries belonging to the same access list are ordered, and comparisons to those entries are performed in that order until a match is detected. If no match is found, the default action is to 'deny'.
                   rsIpAccessListEntry 1.3.6.1.4.1.2773.2.13.1.1.1.1 no-access
Each entry describes the characteristics of an IP access list element.
                       rsIpAccessListId 1.3.6.1.4.1.2773.2.13.1.1.1.1.1 integer32 no-access
The number of the access list to which this entry belongs.
                       rsIpAccessListElemId 1.3.6.1.4.1.2773.2.13.1.1.1.1.2 integer32 no-access
The relative position of this entry within its access list. Access list entries are searched in this sequence (low to high values) until a match is found. NOTE: The value zero is reserved for use with SET operations to perform special-purpose table entry creations/deletions; see the DESCRIPTION of rsIpAccessListRowStatus for details. Get/GetNext/GetBulk retrievals never return an entry for which this object is zero-valued.
                       rsIpAccessListRowStatus 1.3.6.1.4.1.2773.2.13.1.1.1.1.3 rowstatus read-only
Controls creation/deletion of entries in this table according to the RowStatus textual convention, constrained to support the following values only: createAndGo destroy Two configuration levels are defined, limited and full. EARLY IMPLEMENTATIONS MIGHT PROVIDE ONLY THE LIMITED LEVEL OF CONFIGURATION CAPABILITY. *** LIMITED ACCESS LIST CONFIGURATION LEVEL *** 1) RowStatus createAndGo/destroy operations directed to a target table entry for which rsIpAccessListElemId is ZERO, have the following special-purpose semantics: createAndGo Create an entry having the specified configuration and append it to the target list, i.e. assign it a value of rsIpAccessListElemId that is one greater than the current last element in the list. destroy Destroy the specified list and all of its constituent elements. 2) RowStatus createAndGo/destroy operations directed to a target table entry for which rsIpAccessListElemId is NONZERO are disallowed. *** FULL ACCESS LIST CONFIGURATION LEVEL *** Permit conventional RowStatus-based management of table entries having a nonzero value for rsIpAccessListElemId, IN ADDITION TO the special RowStatus semantics applied to entries having a zero value for rsIpAccessListElemId. To create an entry in this table, the following entry objects MUST be explicitly configured: rsIpAccessListRowStatus In addition, when creating an entry the following conditions must hold: The value of rsIpAccessListElemId is nonzero. Once created, element attributes cannot be modified except by a RowStatus destroy operation to delete the list element.
                       rsIpAccessListAction 1.3.6.1.4.1.2773.2.13.1.1.1.1.4 integer read-only
Specifies the disposition of an item that matches the comparison criteria described by this entry. Enumeration: 'deny': 1, 'permit': 0.
                       rsIpAccessListSrc 1.3.6.1.4.1.2773.2.13.1.1.1.1.5 ipaddress read-only
A source IP address. A subject IP address is first masked with the value of rsIpAccessListSrcMask, then the result is compared to this value. Setting both this object and its corresponding mask to 0.0.0.0 acts as a wildcard, matching any source IP address.
                       rsIpAccessListSrcMask 1.3.6.1.4.1.2773.2.13.1.1.1.1.6 ipaddress read-only
The IP address mask to be applied to a subject source IP address before comparing it to rsIpAccessListSrc. Ones in the mask identify which bits in the subject IP address are significant for the comparison. To be considered valid, a nonzero value for this object must contain a single contiguous string of ones, beginning with the most significant bit of the mask.
                       rsIpAccessListDst 1.3.6.1.4.1.2773.2.13.1.1.1.1.7 ipaddress read-only
A destination IP address. A subject IP address is first masked with the value of rsIpAccessListDstMask, then the result is compared to this value. Setting both this object and its corresponding mask to 0.0.0.0 acts as a wildcard, matching any destination IP address.
                       rsIpAccessListDstMask 1.3.6.1.4.1.2773.2.13.1.1.1.1.8 ipaddress read-only
The IP address mask to be applied to a subject destination IP address before comparing it to rsIpAccessListDst. Ones in the mask identify which bits in the IP address are significant for the comparison. To be considered valid, a nonzero value for this object must contain a single contiguous string of ones, beginning with the most significant bit of the mask.
                       rsIpAccessListProtocol 1.3.6.1.4.1.2773.2.13.1.1.1.1.9 integer32 read-only
An IP Protocol value. Nonzero values match a specific IP Protocol value (e.g. 6 for TCP) carried in an IP packet; a value of zero acts as a wildcard, matching any IP Protocol.
       rsIpPolicyConformance 1.3.6.1.4.1.2773.2.13.4
           rsIpPolicyCompliances 1.3.6.1.4.1.2773.2.13.4.1
               rsIpPolicyCompliance 1.3.6.1.4.1.2773.2.13.4.1.1
The compliance statement for entities which implement the Redstone IP Policy MIB.
           rsIpPolicyGroups 1.3.6.1.4.1.2773.2.13.4.2
               rsIpAccessListGroup 1.3.6.1.4.1.2773.2.13.4.2.1
A collection of objects for managing IP access list capabilities in a Redstone product.