CISCO-SVI-AUTOSTATE-MIB: View SNMP OID List / Download MIB

VENDOR: CISCO


 Home MIB: CISCO-SVI-AUTOSTATE-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
 ciscoSVIAutostateMIB 1.3.6.1.4.1.9.9.376
The MIB module is for configuration of the switch virtual interface (SVI) autostate feature. Autostate feature is a mechanism to calculate the state of a SVI dynamically when some condition occurs such as a failure of a participating interface in that SVI.
         ciscoSVIAutostateMIBNotifs 1.3.6.1.4.1.9.9.376.0
         ciscoSVIAutostateMIBObjects 1.3.6.1.4.1.9.9.376.1
             csaGlobal 1.3.6.1.4.1.9.9.376.1.1
                 csaFeatureEnable 1.3.6.1.4.1.9.9.376.1.1.1 truthvalue read-write
This object indicates whether the autostate feature is enabled. If it is set to 'false', the feature is disabled in the device and the value of csaInterfaceMode does not take effect.
                 csaTrackedVlansLow 1.3.6.1.4.1.9.9.376.1.1.2 octet string read-write
A string of octets containing one bit per VLAN for VLANs with VlanIndex value of 0 to 2047. The first octet corresponds to VLANs with VlanIndex values of 0 through 7; the second octet to VLANs 8 through 15; etc. The most significant bit of each octet corresponds to the lowest value VlanIndex in that octet. For each VLAN, if it is tracked by the SVI autostate feature then the bit corresponding to that VLAN is set to '1'. A tracked VLAN, whose all interfaces having their cdsInterfaceMode object value of 'track' and not in forwarding state, will go down.
                 csaTrackedVlansHigh 1.3.6.1.4.1.9.9.376.1.1.3 octet string read-write
A string of octets containing one bit per VLAN for VLANs with VlanIndex value of 2048 to 4095. The first octet corresponds to VLANs with VlanIndex values of 2048 through 2055; the second octet to VLANs 2056 through 2063; etc. The most significant bit of each octet corresponds to the lowest value VlanIndex in that octet. For each VLAN, if it is tracked by the SVI autostate feature then the bit corresponding to that VLAN is set to '1'. A tracked VLAN, whose all interfaces having their cdsInterfaceMode object value of 'track' and not in forwarding state, will go down.
             csaInterface 1.3.6.1.4.1.9.9.376.1.2
                 csaIfConfigTable 1.3.6.1.4.1.9.9.376.1.2.1 no-access
This table contains information and configuration of interface mode regarding the SVI autostate feature.
                     csaIfConfigEntry 1.3.6.1.4.1.9.9.376.1.2.1.1 no-access
There will be an entry for each interface that supports SVI autostate feature. A row instance contains the configured mode at each interface for Autostate purpose.
                         csaInterfaceMode 1.3.6.1.4.1.9.9.376.1.2.1.1.1 integer read-write
This object indicates the interface mode regarding SVI autostate feature. This object only takes effect if the value of csaFeatureEnable object is 'true'. 'normal' indicates that when SVI autostate feature is enabled, this interface will participate normally in the autostate calculation of the SVI which it associates. 'exclude' indicates that when SVI autostate feature is enabled, this interface will be excluded from the autostate calculation of the SVI which it associates. 'track' indicates that when SVI autostate feature is enabled, this interface will be tracked in the autostate calculation of the tracked SVI which it associates. If all tracked interfaces of this SVI go down, the corresponding SVI goes down. Enumeration: 'track': 3, 'exclude': 2, 'normal': 1.
         ciscoSVIAutostateMIBConformance 1.3.6.1.4.1.9.9.376.2
             csaMIBCompliances 1.3.6.1.4.1.9.9.376.2.1
                 csaMIBCompliance 1.3.6.1.4.1.9.9.376.2.1.1
The compliance statement for the CISCO-SVI-AUTOSTATE-MIB
             csaMIBGroups 1.3.6.1.4.1.9.9.376.2.2
                 ciscoSVIAutostateGroup 1.3.6.1.4.1.9.9.376.2.2.1
A collection of objects which are used to configure as well as show information regarding the SVI autostate feature.
                 ciscoSVITrackedVlanGroup 1.3.6.1.4.1.9.9.376.2.2.2
A collection of objects which are used to configure as well as show information regarding VLANs tracked by the SVI autostate feature.