XYLAN-ASCONFIG-MIB: View SNMP OID List / Download MIB

VENDOR: XYLAN CORP.


 Home MIB: XYLAN-ASCONFIG-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
 ascfgControl 1.3.6.1.4.1.800.2.21.1
     ascfgInputFileName 1.3.6.1.4.1.800.2.21.1.1 displaystring read-write
The name of the configuration file to be read by the device. The file specified should be present on the device.
     ascfgAction 1.3.6.1.4.1.800.2.21.1.2 integer read-write
Determines whether or not configuration values in ascfgInputFile will be applied to current device configuration. A value of checkSyntax causes ascfgInputFile to be checked for syntax, with no changes to the device configuration. A value of checkSyntaxAndApply also causes ascfgInputFile to be checked for syntax. In addition, all commands free of syntax errors are applied to device configuration. Setting this object causes ascfgInputFile to be processed in the manner specified. Enumeration: 'noneAvail': 1, 'checkSyntaxAndApply': 3, 'checkSyntax': 2.
     ascfgErrorFileName 1.3.6.1.4.1.800.2.21.1.3 displaystring read-only
The name of the file which contains the error messages is automatically generated by the device.
     ascfgStatus 1.3.6.1.4.1.800.2.21.1.4 integer read-only
Status of current (if in progress) or most recent application of ASCII configuration data to the device. Enumeration: 'completeNoErrors': 3, 'noneAvail': 1, 'completeErrors': 4, 'inProgress': 2.
     ascfgErrors 1.3.6.1.4.1.800.2.21.1.5 integer read-only
Number of errors found in most recent application of ASCII configuration file to the device. This object is meaningful only in cases where ascfgStatus has a value of completeErrors.
     ascfgTimerFileName 1.3.6.1.4.1.800.2.21.1.6 displaystring read-write
The name of the configuration file to be read later by the device. The file specified should be present on the device.
     ascfgTimerFileTime 1.3.6.1.4.1.800.2.21.1.7 displaystring read-write
The (local)time when the configuration file will read by the device. The following formats are valid: YY/MM/DD hh:mm MM/DD hh:mm - uses current year if after current date and time, next year otherwise. hh:mm - uses today's date if later than current time, tommorow's date otherwise. where YY - year (0-38,99) MM - month (1-12) DD - day (1-31) hh - hour (0-23) mm - minute (0-59)
     ascfgTimerFileStatus 1.3.6.1.4.1.800.2.21.1.8 integer read-only
The current status of the ASCII configuration timer. Enumeration: 'idle': 1, 'inprogress': 3, 'pending': 2.
     ascfgTimerClear 1.3.6.1.4.1.800.2.21.1.9 integer read-write
A set of this object causes the ASCII configuration timer to be cleared.
     ascfgSnapshotFileName 1.3.6.1.4.1.800.2.21.1.10 displaystring read-write
The name of the configuration snapshot file to be produced by the device. The file specified should not be present on the device.
     ascfgSnapshotInitiate 1.3.6.1.4.1.800.2.21.1.11 integer read-write
A set of this object causes a configuration snapshot to be generated by the device, provided that object ascfgSnapshotFileName has been set.
     ascfgSnapshotIpSelect 1.3.6.1.4.1.800.2.21.1.12 ascsnapshotaction read-write
The value of this object determines whether or not IP configuration data is included in the snapshot to be generated by the device. Default is excludeFromSnapshot.
     ascfgSnapshotIpxSelect 1.3.6.1.4.1.800.2.21.1.13 ascsnapshotaction read-write
The value of this object determines whether or not IPX configuration data is included in the snapshot to be generated by the device. Default is excludeFromSnapshot.
     ascfgSnapshotSystemSelect 1.3.6.1.4.1.800.2.21.1.14 ascsnapshotaction read-write
The value of this object determines whether or not system configuration data is included in the snapshot to be generated by the device. Default is excludeFromSnapshot.
     ascfgSnapshotSnmpSelect 1.3.6.1.4.1.800.2.21.1.15 ascsnapshotaction read-write
The value of this object determines whether or not SNMP configuration data is included in the snapshot to be generated by the device. Default is excludeFromSnapshot.
     ascfgSnapshotAtmSelect 1.3.6.1.4.1.800.2.21.1.16 ascsnapshotaction read-write
The value of this object determines whether or not ATM configuration data is included in the snapshot to be generated by the device. Default is excludeFromSnapshot.
     ascfgSnapshotVlanSelect 1.3.6.1.4.1.800.2.21.1.18 ascsnapshotaction read-write
The value of this object determines whether or not group/VLAN configuration data is included in the snapshot to be generated by the device. Default is excludeFromSnapshot.
     ascfgSnapshotInterfaceSelect 1.3.6.1.4.1.800.2.21.1.19 ascsnapshotaction read-write
The value of this object determines whether or not interface configuration data is included in the snapshot to be generated by the device. Default is excludeFromSnapshot.
     ascfgSnapshotBrdgSelect 1.3.6.1.4.1.800.2.21.1.20 ascsnapshotaction read-write
The value of this object determines whether or not bridging configuration data is included in the snapshot to be generated by the device. Default is excludeFromSnapshot.
     ascfgSnapshotAllSelect 1.3.6.1.4.1.800.2.21.1.21 ascsnapshotaction read-write
The value of this object determines whether or not all configuration data is included in the snapshot to be generated by the device. Setting this object is equivalent to setting all the individual snapshot select objects to the same value. Default is excludeFromSnapshot.
     ascfgSnapshotSelectSummary 1.3.6.1.4.1.800.2.21.1.22 integer read-only
This object is a bit mask which represents the current state of the snapshot select objects. Each selection object is represented by a single bit. The mapping between selection objects and mask bits is as follows: IP 0x001 IPX 0x002 SYSTEM 0x004 SNMP 0x008 ATM 0x010 VLAN 0x040 INTERFACE 0x080 BRIDGING 0x100 ALL 0xffffffff.
     ascfgCommandStr 1.3.6.1.4.1.800.2.21.1.23 displaystring read-write
This object is to be interpreted as a text-based configuration command and executed.
     ascfgCommandStatus 1.3.6.1.4.1.800.2.21.1.24 integer read-only
This object contains the completion status of ascfgCommandStr as a text-based configuration command. Enumeration: 'failure': 1, 'success': 2.
     ascfgSaveConfiguration 1.3.6.1.4.1.800.2.21.1.25 integer read-write
This object triggers the process of saving the configuration info to the cache. It is applicable when the device is in the cache-only mode.
     ascfgConfigurationFileName 1.3.6.1.4.1.800.2.21.1.26 displaystring read-write
The name of the ASCII configuration file to be used by the device to boot. * If a NULL string is passed, that signifies the switch will be booted up using the conventional mpm.cnf file in the flash; ** If a non-NULL string is passed in, and the file is present on the device, then the switch/device will booted up in the cache-only mode, *and* the specified will be used to boot up the device.
     ascfgCacheOnly 1.3.6.1.4.1.800.2.21.1.27 integer read-write
This object is the flag for the device to toggle its configuration mode. When it is set to TRUE, all the subsequent configuration info is stored in the cache only; when is set to FALSE, the device will sync up the cache and the flash, and subsequent config info is stored in both. Enumeration: 'false': 2, 'true': 1.