SAVI-MIB: View SNMP OID List / Download MIB

VENDOR: INTERNET-STANDARD


 Home MIB: SAVI-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
 saviMIB 1.3.6.1.2.1.4.40
The MIB Module for managing SAVI implementations.
       saviObjects 1.3.6.1.2.1.4.40.1
           saviObjectsSystemTable 1.3.6.1.2.1.4.40.1.1 no-access
The table containing savi system-wide parameters.
               saviObjectsSystemEntry 1.3.6.1.2.1.4.40.1.1.1 no-access
Each entry containing savi system-wide parameters for a particular IP version.
                   saviObjectsSystemIPVersion 1.3.6.1.2.1.4.40.1.1.1.1 inetversion no-access
The IP version
                   saviObjectsSystemMode 1.3.6.1.2.1.4.40.1.1.1.2 integer read-write
IP Address Assignment Methods. Enumeration: 'savi-dhcp-only': 3, 'savi-disable': 1, 'savi-slaac-only': 4, 'savi-dhcp-slaac-mix': 5, 'savi-default': 2.
                   saviObjectsSystemMaxDadDelay 1.3.6.1.2.1.4.40.1.1.1.3 timeinterval read-write
A constant. When A gratuitous ARP Request or Duplicate Address Detection Neighbor Solicitation is received from anchor, the lifetime of the BST(Binding State Table) entry MUST be set to be MAX_ARP_DELAY or MAX_DAD_DELAY respectively.
                   saviObjectsSystemMaxDadPrepareDelay 1.3.6.1.2.1.4.40.1.1.1.4 timeinterval read-write
A constant. When a DHCPv4 DHCPACK or DHCPv6 REPLY message is received, the lifetime of the BST(Binding State Table) entry MUST be set to be MAX_ARP_PREPARE_DELAY or MAX_DAD_PREPARE_DELAY respectively.
           saviObjectsIfTable 1.3.6.1.2.1.4.40.1.2 no-access
The table containing SAVI running parameters of each anchor.
               saviObjectsIfEntry 1.3.6.1.2.1.4.40.1.2.1 no-access
An entry containing SAVI running parameters of an anchor.
                   saviObjectsIfIPVersion 1.3.6.1.2.1.4.40.1.2.1.1 inetversion no-access
The IP version
                   saviObjectsIfIfIndex 1.3.6.1.2.1.4.40.1.2.1.2 interfaceindex no-access
The index value that uniquely identifies the interface to which this entry is applicable. The interface identified by a particular value of this index is the same interface as identified by the same value of the IF-MIB's ifIndex.
                   saviObjectsIfValidationStatus 1.3.6.1.2.1.4.40.1.2.1.3 integer read-write
The validation status of the interface. enable(1), check source address. disable(2), don't check source address. Enumeration: 'enable': 1, 'disable': 2.
                   saviObjectsIfTrustStatus 1.3.6.1.2.1.4.40.1.2.1.4 integer read-write
The trust status of the interface. no-trust(1), discard dhcp adv/reply and ra packet, dhcp-trust(2), permit dhcp adv/reply packet and discard ra packet, ra-trust(3), permit ra packet and discard dhcp adv/reply packet, dhcp-ra-trust(4), permit dhcp adv/reply and ra packet. Enumeration: 'dhcp-ra-trust': 4, 'no-trust': 1, 'ra-trust': 3, 'dhcp-trust': 2.
                   saviObjectsIfFilteringNum 1.3.6.1.2.1.4.40.1.2.1.5 unsigned32 read-write
The max filtering number of the Interface
           saviObjectsBindingTable 1.3.6.1.2.1.4.40.1.3 no-access
The Binding State Table containing the state of binding between source address and anchor.
               saviObjectsBindingEntry 1.3.6.1.2.1.4.40.1.3.1 no-access
An entry containing the state of binding between source address and anchor. Entries are keyed on the anchor, binding type, source IP address version, and source IP address.
                   saviObjectsBindingIpAddressType 1.3.6.1.2.1.4.40.1.3.1.1 inetaddresstype no-access
IP address type of the binding source IP
                   saviObjectsBindingType 1.3.6.1.2.1.4.40.1.3.1.2 integer no-access
IP address assignment methods. Enumeration: 'dhcp': 3, 'static': 1, 'slaac': 2.
                   saviObjectsBindingIfIndex 1.3.6.1.2.1.4.40.1.3.1.3 interfaceindex no-access
The index value that uniquely identifies the interface to which this entry is applicable. The interface identified by a particular value of this index is the same interface as identified by the same value of the IF-MIB's ifIndex.
                   saviObjectsBindingIpAddress 1.3.6.1.2.1.4.40.1.3.1.4 inetaddress no-access
The binding source IP address
                   saviObjectsBindingMacAddr 1.3.6.1.2.1.4.40.1.3.1.5 macaddress read-only
The binding source mac address.
                   saviObjectsBindingState 1.3.6.1.2.1.4.40.1.3.1.6 integer read-only
The state of the binding entry. Enumeration: 'detection': 3, 'start': 1, 'live': 2, 'bound': 5, 'query': 4.
                   saviObjectsBindingLifetime 1.3.6.1.2.1.4.40.1.3.1.7 timeinterval read-only
The remaining lifetime of the entry. If saviObjectsBindingType=static, a value of 2147483647 represents infinity.
                   saviObjectsBindingRowStatus 1.3.6.1.2.1.4.40.1.3.1.8 rowstatus read-only
The status of this row, by which new entries may be created, or old entries deleted from this table. An Entry can be created or deleted only when saviObjectsBindingType=static.
           saviObjectsFilteringTable 1.3.6.1.2.1.4.40.1.4 no-access
The Filtering Table is used to filter packets.
               saviObjectsFilteringEntry 1.3.6.1.2.1.4.40.1.4.1 no-access
An entry containing the filtering parameters. Entries are keyed on the anchor.
                   saviObjectsFilteringIpAddressType 1.3.6.1.2.1.4.40.1.4.1.1 inetaddresstype no-access
IP address type of the filtering source IP
                   saviObjectsFilteringIfIndex 1.3.6.1.2.1.4.40.1.4.1.2 interfaceindex no-access
The index value that uniquely identifies the interface to which this entry is applicable. The interface identified by a particular value of this index is the same interface as identified by the same value of the IF-MIB's ifIndex.
                   saviObjectsFilteringIpAddress 1.3.6.1.2.1.4.40.1.4.1.3 inetaddress no-access
The filtering source IP address
                   saviObjectsFilteringMacAddr 1.3.6.1.2.1.4.40.1.4.1.4 macaddress read-only
The filtering source mac address.
       saviConformance 1.3.6.1.2.1.4.40.2
           saviCompliances 1.3.6.1.2.1.4.40.2.1
               saviCompliance 1.3.6.1.2.1.4.40.2.1.1
The compliance statement for entities which implement SAVI.
           saviGroups 1.3.6.1.2.1.4.40.2.2
               systemGroup 1.3.6.1.2.1.4.40.2.2.1
The system group of objects containing savi system parameter.
               ifGroup 1.3.6.1.2.1.4.40.2.2.2
The if group of objects containing the savi running parameters of each anchor.
               bindingGroup 1.3.6.1.2.1.4.40.2.2.3
The binding group of objects containing the binding information of anchor and soure ip address.
               filteringGroup 1.3.6.1.2.1.4.40.2.2.4
The filtering group of objects containing the filtering information of anchor and soure ip address.