SW-CFG-MIB

File: SW-CFG-MIB.mib (21824 bytes)

Imported modules

RFC1155-SMI RFC1213-MIB RFC-1212
RFC-1215

Imported symbols

enterprises Counter IpAddress
DisplayString OBJECT-TYPE TRAP-TYPE

Defined Types

MacAddress  
OCTET STRING Size(6)    

NbSwMacEntry  
SEQUENCE    
  nbSwMac MacAddress
  nbSwMacVid INTEGER
  nbSwMacVidx INTEGER
  nbSwMacGetViewIndex INTEGER
  nbSwMacPort INTEGER
  nbSwMacMode INTEGER
  nbSwMacTagged INTEGER
  nbSwMacStatus INTEGER

NbSwPortEntry  
SEQUENCE    
  nbSwPortIndex INTEGER
  nbSwPortLanType INTEGER
  nbSwPortIfType INTEGER
  nbSwPortLink INTEGER
  nbSwPortFctrl INTEGER
  nbSwPortDplex INTEGER
  nbSwPortSpeedSelect INTEGER
  nbSwPortSpeed INTEGER
  nbSwPortEnable INTEGER
  nbSwPortIsvpMode INTEGER
  nbSwPortValid INTEGER

NbSwPortStatEntry  
SEQUENCE    
  nbSwPortStatIndex INTEGER
  nbSwPortStatBtRec Counter
  nbSwPortStatFrRec Counter
  nbSwPortStatMulticastFrRec Counter
  nbSwPortStatBroadcastFrRec Counter
  nbSwPortStatUnicastFrRec Counter
  nbSwPortStatBtSent Counter
  nbSwPortStatFrSent Counter
  nbSwPortStatExcessiveCollis Counter
  nbSwPortStatSingleCollis Counter
  nbSwPortStatMultipleCollis Counter
  nbSwPortStatLateCollis Counter
  nbSwPortStatAlignmentErrors Counter
  nbSwPortStatFCSErrors Counter
  nbSwPortStatFrDiscarded Counter
  nbSwPortStatBadLongFr Counter
  nbSwPortStatGoodLongFr Counter
  nbSwPortStatGoodShortFr Counter
  nbSwPortStatValid INTEGER

Defined Values

nbase 1.3.6.1.4.1.629
OBJECT IDENTIFIER    

nbSwitchG1 1.3.6.1.4.1.629.1
OBJECT IDENTIFIER    

nbSwitchG1Il 1.3.6.1.4.1.629.1.50
OBJECT IDENTIFIER    

nbSwitchConfig 1.3.6.1.4.1.629.1.50.13
OBJECT IDENTIFIER    

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

nbSwMacEntry 1.3.6.1.4.1.629.1.50.13.5.1
Information about a specific MAC address in the nbSwMacTable.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  NbSwMacEntry  

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

nbSwMacVid 1.3.6.1.4.1.629.1.50.13.5.1.2
Tag of the entry: the address 'Address recognition' is concatenation of nbSwMac and nbSwMacVid. 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 2..4096  

nbSwMacVidx 1.3.6.1.4.1.629.1.50.13.5.1.3
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 2..4096  

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

nbSwMacPort 1.3.6.1.4.1.629.1.50.13.5.1.5
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  

nbSwMacMode 1.3.6.1.4.1.629.1.50.13.5.1.6
Status of the entry: Only 'dynamic (1)' entries are aged. Note, that when the bridge is to age some dynamic entry in nbSwRunVlansMode=isvpMode (3) case, it must delete all static(2) entres with this MAC.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER dynamic(1), static(2)  

nbSwMacTagged 1.3.6.1.4.1.629.1.50.13.5.1.7
'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)  

nbSwMacStatus 1.3.6.1.4.1.629.1.50.13.5.1.8
State of the entry: Only 'valid(1)' entries participate in the forwarding/filtering process. The new entry is created when PDU with nbSwMacStatus=valid(1), nbSwMac, nbSwMacVid and optionally nbSwMacPort (default '0'), nbSwMacVidx (default nbSwMacVid) and nbSwMacMode (default dynamic (1)) comes. If {nbSwMac,nbSwMacVid} exists, the bridge replaces it. The old entry is deleted when PDU with nbSwMacStatus=invalid(2), nbSwMac, nbSwMacVid comes. The old entry is modified when PDU with nbSwMac, nbSwMacVid and new value of fields nbSwMacPort and/or nbSwMacVidx and/or nbSwMacMode comes.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER valid(1), invalid(2)  

nbSwPortCfg 1.3.6.1.4.1.629.1.50.13.6
OBJECT IDENTIFIER    

nbSwPortsMaxNumber 1.3.6.1.4.1.629.1.50.13.6.1
Maximum number of Switching Ports supported by the system.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

nbSwPortsActualNumber 1.3.6.1.4.1.629.1.50.13.6.2
Actual number of Switching Ports supported by the system.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

nbSwPortTable 1.3.6.1.4.1.629.1.50.13.6.3
A list of the port configuration entries. The number of entries is given by nbSwPortsMaxNumber.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    NbSwPortEntry

nbSwPortEntry 1.3.6.1.4.1.629.1.50.13.6.3.1
Contains the information necessary to configure/describe a port configuration. The number of rows/entries is fixed. A row/entry may not be created or deleted.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  NbSwPortEntry  

nbSwPortIndex 1.3.6.1.4.1.629.1.50.13.6.3.1.1
A unique value for each switched port. Its value ranges from 1 to the value of nbSwPortsMaxNumber. There may be holes in the ports sequence.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

nbSwPortLanType 1.3.6.1.4.1.629.1.50.13.6.3.1.2
The port LAN type that is installed (if any).
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER none(1), eth10(2), eth100(3), eth10-100(4), eth100B(5), eth1000B(6), atmLane(7), eth100Grp(8), eth10-100Grp(9), fddi(10)  

nbSwPortIfType 1.3.6.1.4.1.629.1.50.13.6.3.1.3
The port Physical Interface type that is installed (if any).
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER aui(1), tp(2), auiTp(3), tpfd(4), coax(5), foMm(6), foSm(7), none(8), foSxM(9), foLxM(10), foLxS1(11), foLxS2(12), foLxS3(13), foM(14), foMX(15), foS1(16), foS2(17), foS3(18)  


nbSwPortFctrl 1.3.6.1.4.1.629.1.50.13.6.3.1.6
The port Flow Control mode selection: enable (default) or disable.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER other(1), enable(2), disable(3)  

nbSwPortDplex 1.3.6.1.4.1.629.1.50.13.6.3.1.7
The port Duplex mode selection: halfDuplex ( default) or fullDuplex.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER other(1), halfDuplex(2), fullDuplex(3)  

nbSwPortSpeedSelect 1.3.6.1.4.1.629.1.50.13.6.3.1.8
The port Speed Selection mode.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER other(1), autoSense(2), force10(3), force100(4), force1000(5)  

nbSwPortSpeed 1.3.6.1.4.1.629.1.50.13.6.3.1.9
The Ethernet port Real Speed in MBps.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

nbSwPortEnable 1.3.6.1.4.1.629.1.50.13.6.3.1.10
Port Enable/Disable mode.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER other(1), portDisable(2), portEnable(3)  

nbSwPortIsvpMode 1.3.6.1.4.1.629.1.50.13.6.3.1.11
The Inter-Switch Virtual Mode of this port. nonIsvp(3) means that the port does not support this mode of operation. access(1) means the the port is in Access mode. trunk(2) means the port is in Trunk mode.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER other(1), access(2), trunk(3), nonIsvp(4)  

nbSwPortValid 1.3.6.1.4.1.629.1.50.13.6.3.1.12
Tok_String
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER valid(1), broken(2)  

nbSwPortStatTable 1.3.6.1.4.1.629.1.50.13.7
A list of the ports ethernet statistics entries. The number of entries is given by nbSwPortsMaxNumber.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    NbSwPortStatEntry

nbSwPortStatEntry 1.3.6.1.4.1.629.1.50.13.7.1
Contains the information about the Port Ethernet Statistics. The number of rows/entries is fixed. A row/entry may not be created or deleted.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  NbSwPortStatEntry  

nbSwPortStatIndex 1.3.6.1.4.1.629.1.50.13.7.1.1
A unique value for each switched port. Its value ranges from 1 to the value of nbSwPortsMaxNumber. There may be holes in the ports sequence.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

nbSwPortStatBtRec 1.3.6.1.4.1.629.1.50.13.7.1.2
The total number of Bytes received on the Port.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

nbSwPortStatFrRec 1.3.6.1.4.1.629.1.50.13.7.1.3
The total number of Frames received on the Port.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

nbSwPortStatMulticastFrRec 1.3.6.1.4.1.629.1.50.13.7.1.4
The number of Multicast Frames received on the Port.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

nbSwPortStatBroadcastFrRec 1.3.6.1.4.1.629.1.50.13.7.1.5
The number of Broadcast Frames received on the Port.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

nbSwPortStatUnicastFrRec 1.3.6.1.4.1.629.1.50.13.7.1.6
The number of Unicast Frames received on the Port.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

nbSwPortStatBtSent 1.3.6.1.4.1.629.1.50.13.7.1.7
The total number of Bytes sent from the Port.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

nbSwPortStatFrSent 1.3.6.1.4.1.629.1.50.13.7.1.8
The total number of Frames sent from the Port.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

nbSwPortStatExcessiveCollis 1.3.6.1.4.1.629.1.50.13.7.1.9
A number of Frames for which transmission on a particular Port fails due to Excessive Collisions.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

nbSwPortStatSingleCollis 1.3.6.1.4.1.629.1.50.13.7.1.10
A number of successfully transmitted Frames on a particular Port for which transmission is inhibited by exactly one Collision.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

nbSwPortStatMultipleCollis 1.3.6.1.4.1.629.1.50.13.7.1.11
A number of successfully transmitted Frames on a particular Port for which transmission is inhibited by more than one Collision.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

nbSwPortStatLateCollis 1.3.6.1.4.1.629.1.50.13.7.1.12
The number of times that a Collision is detected on a particular Port later than 512 bit-times (51.2 microseconds on a 10 Mbit/s system) into the transmission of a packet.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

nbSwPortStatAlignmentErrors 1.3.6.1.4.1.629.1.50.13.7.1.13
A number of Frames received on a particular Port that are not an integral number of Bytes in length and do not pass the FCS check.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

nbSwPortStatFCSErrors 1.3.6.1.4.1.629.1.50.13.7.1.14
A number of Frames received on a particular Port that are an integral number of Bytes in length but do not pass the FCS check.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

nbSwPortStatFrDiscarded 1.3.6.1.4.1.629.1.50.13.7.1.15
The number of inbound Frames which were chosen to be discarded even though no errors had been detected to prevent their being deliverable to a higher-layer protocol.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

nbSwPortStatBadLongFr 1.3.6.1.4.1.629.1.50.13.7.1.16
The total number of Frames received that were longer than 1518 Bytes long and were not an integral number of octets in length or had a bad Frame Check Sequence (FCS).
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

nbSwPortStatGoodLongFr 1.3.6.1.4.1.629.1.50.13.7.1.17
The total number of Frames received that were longer than 1518 Bytes long and were otherwise well formed.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

nbSwPortStatGoodShortFr 1.3.6.1.4.1.629.1.50.13.7.1.18
The total number of Frames received that were less than 64 Bytes long and were otherwise well formed.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

nbSwPortStatValid 1.3.6.1.4.1.629.1.50.13.7.1.19
Tok_String
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER valid(1), broken(2)