XYLAN-MGMTSTN-MIB: View SNMP OID List / Download MIB
VENDOR: XYLAN CORP.
Home | MIB: XYLAN-MGMTSTN-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).
|
|||
Object Name | OID | Type | Access | Info |
mgmtControl | 1.3.6.1.4.1.800.2.5.1 | |||
trapTable | 1.3.6.1.4.1.800.2.5.1.1 | no-access |
A list of management stations. |
|
1.3.6.1.4.1.800.2.5.1.1.1 | no-access |
A management station entry. |
||
stationIndex | 1.3.6.1.4.1.800.2.5.1.1.1.1 | integer | read-write |
The entry index for a given row. A row create is done by specifying a row of 0 with the new row values. |
stationIP | 1.3.6.1.4.1.800.2.5.1.1.1.2 | ipaddress | read-write |
The IP address of this management entity. A delete may be performed by specifying the current row index with the new IP of 0. |
stationPort | 1.3.6.1.4.1.800.2.5.1.1.1.3 | integer | read-write |
The UDP port used by this management entity. This defaults to the SNMP-TRAP port 162 |
stationCommunity | 1.3.6.1.4.1.800.2.5.1.1.1.4 | displaystring | read-write |
The community string used by this entity. Currently NOT implimented on a per NMS basis. |
stationTrapFlags | 1.3.6.1.4.1.800.2.5.1.1.1.5 | octet string | read-write |
The trap mask flags for this entity. Currently this is four unsigned ints. The default value is ALL traps enabled to this entity -> f's. The actual order of flag words sent is 0->3.... In the Xylan agent implimentation, Enable and SA are taken from the first two bits in the string. |
stationEnable | 1.3.6.1.4.1.800.2.5.1.1.1.6 | integer | read-write |
The enable flag for this NMS. if 1 traps are not sent to this station, if 2 trap are sent. 3 indicates that a row deletion is desired. |
stationSAPrivs | 1.3.6.1.4.1.800.2.5.1.1.1.7 | integer | read-write |
The SA priviledge flag for this NMS. If this is 2, this NMS can modify and delete any entry in the NMS table. Otherwise it is 1 and this station can modify/delete only it's own entry. NOTE: a station can't create a new entry for itself with the SA mode set.... (kinda defeats the SA doesn't it?). |
trapBindings | 1.3.6.1.4.1.800.2.5.2 | |||
systemEventTrapNumber | 1.3.6.1.4.1.800.2.5.2.1 | integer | no-access |
This variable is bound to the systemEvent trap. It indicates which system resource is in short supply. 10 Unspecified log event 11 Log file full 12 Log file erased 20 Unspecified memory event 21 Memory shortage 30 Unsepcified CPU event 31 Long term CPU overload 32 Short term CPU overload 40 Unspecified ffs event 41 Attempt to write to full ffs 42 System/user directed purge 43 Removed imgs/cfgs 44 Exec file removed 45 Config file removed 46 Exec file updated 47 Config file updated 50 Unspecified chassis event 51 Module failed to init 52 Module failed to load 53 Module startup failed 54 Module failed 55 Driver failed |
systemEventTrapString | 1.3.6.1.4.1.800.2.5.2.2 | displaystring | no-access |
This variable is bound to the systemEvent trap. If it is present it will furthor clarify the specific system trap. |