XYLAN-MGMTSTN-MIB

File: XYLAN-MGMTSTN-MIB.mib (7527 bytes)

Imported modules

RFC1155-SMI RFC-1212 RFC1213-MIB
XYLAN-BASE-MIB

Imported symbols

IpAddress OBJECT-TYPE DisplayString
xylanTrapArch

Defined Types

TrapEntry  
SEQUENCE    
  stationIndex INTEGER
  stationIP IpAddress
  stationPort INTEGER
  stationCommunity DisplayString
  stationTrapFlags OCTET STRING
  stationEnable INTEGER
  stationSAPrivs INTEGER

Defined Values

mgmtControl 1.3.6.1.4.1.800.2.5.1
OBJECT IDENTIFIER    

trapBindings 1.3.6.1.4.1.800.2.5.2
OBJECT IDENTIFIER    

trapTable 1.3.6.1.4.1.800.2.5.1.1
A list of management stations.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    TrapEntry

trapEntry 1.3.6.1.4.1.800.2.5.1.1.1
A management station entry.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  TrapEntry  

stationIndex 1.3.6.1.4.1.800.2.5.1.1.1.1
The entry index for a given row. A row create is done by specifying a row of 0 with the new row values.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 1..11  

stationIP 1.3.6.1.4.1.800.2.5.1.1.1.2
The IP address of this management entity. A delete may be performed by specifying the current row index with the new IP of 0.
Status: mandatory Access: read-write
OBJECT-TYPE    
  IpAddress  

stationPort 1.3.6.1.4.1.800.2.5.1.1.1.3
The UDP port used by this management entity. This defaults to the SNMP-TRAP port 162
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 1..65535  

stationCommunity 1.3.6.1.4.1.800.2.5.1.1.1.4
The community string used by this entity. Currently NOT implimented on a per NMS basis.
Status: mandatory Access: read-write
OBJECT-TYPE    
  DisplayString Size(0..31)  

stationTrapFlags 1.3.6.1.4.1.800.2.5.1.1.1.5
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.
Status: mandatory Access: read-write
OBJECT-TYPE    
  OCTET STRING Size(16)  

stationEnable 1.3.6.1.4.1.800.2.5.1.1.1.6
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.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

stationSAPrivs 1.3.6.1.4.1.800.2.5.1.1.1.7
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?).
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

systemEventTrapNumber 1.3.6.1.4.1.800.2.5.2.1
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
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  INTEGER  

systemEventTrapString 1.3.6.1.4.1.800.2.5.2.2
This variable is bound to the systemEvent trap. If it is present it will furthor clarify the specific system trap.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  DisplayString Size(0..63)