OASWITCH-MIB

File: OASWITCH-MIB.mib (13057 bytes)

Imported modules

RFC1155-SMI RFC1213-MIB RFC-1212

Imported symbols

enterprises DisplayString Counter
OBJECT-TYPE

Defined Types

MacAddress  
OCTET STRING Size(6)    

OaSwMacEntry  
SEQUENCE    
  oaSwMacAddr MacAddress
  oaSwMacVid INTEGER
  oaSwMacVidx INTEGER
  oaSwMacGetViewIndex INTEGER
  oaSwMacPort INTEGER
  oaSwMacMode INTEGER
  oaSwMacTagged INTEGER
  oaSwMacPriority INTEGER
  oaSwMacFlags INTEGER
  oaSwMacStatus INTEGER

Defined Values

oaccess 1.3.6.1.4.1.6926
OBJECT IDENTIFIER    

oaManagement 1.3.6.1.4.1.6926.1
OBJECT IDENTIFIER    

oaSwitch 1.3.6.1.4.1.6926.1.5
OBJECT IDENTIFIER    

oaSwitchMac 1.3.6.1.4.1.6926.1.5.1
OBJECT IDENTIFIER    

oaSwitchMacInfo 1.3.6.1.4.1.6926.1.5.1.1
OBJECT IDENTIFIER    

oaSwitchMacInfoNumber 1.3.6.1.4.1.6926.1.5.1.1.1
Current number of entries in the learning table.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

oaSwitchMacInfoMaxNumbr 1.3.6.1.4.1.6926.1.5.1.1.2
Maximum number of entries in the learning table.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

oaSwitchMacInfoClear 1.3.6.1.4.1.6926.1.5.1.1.5
GET always returns 'none (1)'. SET 'clear(2)' couses LT erasing. GET always returns 'none (1)'. WARNING: erasing LT on some kind of agents may couse disconnection for short period of time.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER none(1), clear(2)  

oaSwMacTable 1.3.6.1.4.1.6926.1.5.1.2
A table that contains Learning Table with fields that does not exsist in dot1dTpFdbTable.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    OaSwMacEntry

oaSwMacEntry 1.3.6.1.4.1.6926.1.5.1.2.1
Information about a specific MAC address in the oaSwMacTable.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  OaSwMacEntry  

oaSwMacAddr 1.3.6.1.4.1.6926.1.5.1.2.1.1
MAC address for which the bridge has forwarding and/or filtering information.
Status: mandatory Access: read-only
OBJECT-TYPE    
  MacAddress  

oaSwMacVid 1.3.6.1.4.1.6926.1.5.1.2.1.2
Tag of the entry: the address 'Address recognition' is concatenation of oaSwMac and oaSwMacVid. When ISVP is not implemented or ISVL mode is disabled, this field in SET/NEXT operations may have any value, GET operation should return 0.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

oaSwMacVidx 1.3.6.1.4.1.6926.1.5.1.2.1.6
Outbound VLAN tag: if frame 'Address recognition' was resolved with this entry, the forwarding will be maked according the VLAN with this tag. When ISVP is not implemented or ISVL mode is disabled, this field in SET operations may have any value, GET operation should return 0.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

oaSwMacGetViewIndex 1.3.6.1.4.1.6926.1.5.1.2.1.8
Sequantial index of the entry.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

oaSwMacPort 1.3.6.1.4.1.6926.1.5.1.2.1.9
Port of the entry. '0' value indicates that the port number has not been learned but that the bridge does have some forwarding/filtering information about this address. Another words, the frame will be forwarding 'to the CPU only' and the bridge will sovle, what it must be done with this frame.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 0..65535  

oaSwMacMode 1.3.6.1.4.1.6926.1.5.1.2.1.20
Status of the entry: Only 'dynamic (2)' entries are aged.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER other(1), dynamic(2), static(3)  

oaSwMacTagged 1.3.6.1.4.1.6926.1.5.1.2.1.21
'Tagged' state of the entry. When ISVP is not implemented or ISVL mode is disabled, this field in SET operations may have any value, GET operation should return 0.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER no(0), yes(1)  

oaSwMacPriority 1.3.6.1.4.1.6926.1.5.1.2.1.22
Controls the priority level of this entry
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

oaSwMacFlags 1.3.6.1.4.1.6926.1.5.1.2.1.23
Specific flags for MAC entry: 0x0001 - Router Entry
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

oaSwMacStatus 1.3.6.1.4.1.6926.1.5.1.2.1.30
State of the entry: Only 'valid(1)' entries participate in the forwarding/filtering process. The new entry is created when PDU with oaSwMacStatus=valid(1), oaSwMac, oaSwMacVid and optionally oaSwMacPort (default '0'), oaSwMacVidx (default oaSwMacVid) and oaSwMacMode comes. If {oaSwMac,oaSwMacVid} exists, the bridge replaces it. The old entry is deleted when PDU with oaSwMacStatus=invalid(2), oaSwMac, oaSwMacVid comes. The old entry is modified when PDU with oaSwMac, oaSwMacVid and new value of fields oaSwMacPort and/or oaSwMacVidx and/or oaSwMacMode comes.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER valid(1), invalid(2)  

oaSysFrmGen 1.3.6.1.4.1.6926.1.5.3
OBJECT IDENTIFIER    

oaSysFrmGenSession 1.3.6.1.4.1.6926.1.5.3.1
This object controls the activity of the Frame Generator process.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER idleFG(1), runFG(2)  

oaSysFrmGenDa 1.3.6.1.4.1.6926.1.5.3.2
The Frame Generator Destination MAC Address.
Status: mandatory Access: read-write
OBJECT-TYPE    
  MacAddress  

oaSysFrmGenSa 1.3.6.1.4.1.6926.1.5.3.3
The Frame Generator Source MAC Address.
Status: mandatory Access: read-write
OBJECT-TYPE    
  MacAddress  

oaSysFrmGenPktFill 1.3.6.1.4.1.6926.1.5.3.4
The Frame Generator Packet Fill Pattern. The default is 0.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

oaSysFrmGenPktRate 1.3.6.1.4.1.6926.1.5.3.5
The Frame Generator Rate, meaning the number of packets per second to be generated. Each device is able to generate a certain number of packets/second. Default is 1 packet/second
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

oaSysFrmGenDestMap 1.3.6.1.4.1.6926.1.5.3.6
The Frame Generator Destination Map = the set of ports to which the generated packets are to be sent. Each octet within the value of this object specifies a set of eight ports, with the first octet specifying ports 1 through 8, the second octet specifying ports 9 through 16, etc. Within each octet, the most significant bit represents the lowest numbered port, and the least significant bit represents the highest numbered port. Thus, each port of the switch is represented by a single bit within the value of this object. If that bit has a value of <1> then that port is included in the set of ports; the port is not included if its bit has a value of <0>. (Note that the setting of the bit corresponding to the port from which a frame is received is irrelevant.) The default value of this object is a string of ones of appropriate length.
Status: mandatory Access: read-write
OBJECT-TYPE    
  OCTET STRING  

oaSysFrmGenPktNum 1.3.6.1.4.1.6926.1.5.3.7
The Frame Generator Number of Packets to be generated. Default is 1.
Status: mandatory Access: read-write
OBJECT-TYPE    
  Counter  

oaSysFrmGenPktLen 1.3.6.1.4.1.6926.1.5.3.8
The Frame Generator Packet Length. Default is 60 bytes
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

oaSysFrmGenXmtPktNum 1.3.6.1.4.1.6926.1.5.3.9
Number of Packets transmitted by the The Frame Generator.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

oaSysFrmGenPriority 1.3.6.1.4.1.6926.1.5.3.10
The Frame Generator packet priority. This value determines the priority level at which the generated packet will be transmitted. For tagged packets the VPT field in the vlan header will be assigned according to this value.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 1..8  

oaSysFrmGenVlanId 1.3.6.1.4.1.6926.1.5.3.11
A 12 bit VLAN Identifier to be set in the PVID field of the packet. 0 - Used when the packet should contains no vlan Header.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 0..4095