A3Com-MLN-r1-MIB

File: A3Com-MLN-r1-MIB.mib (19826 bytes)

Imported modules

RFC1155-SMI RFC1213-MIB RFC-1212

Imported symbols

enterprises PhysAddress DisplayString
OBJECT-TYPE

Defined Types

RowStatus  
INTEGER active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)    

A3mlnPortEntry  
SEQUENCE    
  a3mlnPindex INTEGER
  a3mlnPtype INTEGER
  a3mlnPowner INTEGER
  a3mlnPlink INTEGER
  a3mlnPstState INTEGER
  a3mlnPtbState INTEGER
  a3mlnPgrpPrimaryPort INTEGER
  a3mlnPgrpSrcAdrPort INTEGER
  a3mlnPgrpSrcAdrMedia INTEGER
  a3mlnPgrpSrcAdrValue PhysAddress
  a3mlnPgrpDescription DisplayString Size(0..50)

A3mlnGroupEntry  
SEQUENCE    
  a3mlnGrpPort INTEGER
  a3mlnGrpPortType INTEGER
  a3mlnGrpPortState INTEGER
  a3mlnGrpPrimaryPort INTEGER
  a3mlnGrpOwner INTEGER
  a3mlnGrpMemberCount INTEGER
  a3mlnGrpFirstMember INTEGER
  a3mlnGrpDescription DisplayString Size(0..50)
  a3mlnGrpEntryStatus RowStatus

A3mlnMemberEntry  
SEQUENCE    
  a3mlnMemGrpPort INTEGER
  a3mlnMemPort INTEGER
  a3mlnMemOwner INTEGER
  a3mlnMemEntryStatus RowStatus

A3mlnPortStatEntry  
SEQUENCE    
  a3mlnPStatIndex INTEGER
  a3mlnPStatRcvd INTEGER
  a3mlnPStatXmit INTEGER
  a3mlnPStatStaMoveFrom INTEGER
  a3mlnPStatStaMoveTo INTEGER
  a3mlnPStatSTAchange INTEGER

Defined Values

a3Com 1.3.6.1.4.1.43
OBJECT IDENTIFIER    

brouterMIB 1.3.6.1.4.1.43.2
OBJECT IDENTIFIER    

a3ComMLN 1.3.6.1.4.1.43.2.23
OBJECT IDENTIFIER    

a3mlnStatistics 1.3.6.1.4.1.43.2.23.10
OBJECT IDENTIFIER    

a3mlnMaxPorts 1.3.6.1.4.1.43.2.23.1
The maximum number of virtual and physical ports supported by the agent. This value should be used to verify correct port values.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

a3mlnMaxPhyPorts 1.3.6.1.4.1.43.2.23.2
The maximum number of physical ports supported by the agent. This value should be used to verify correct port values.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

a3mlnCCSsaveErr 1.3.6.1.4.1.43.2.23.3
The count of detected CCS Parameter saves that failed during the previous set operation. A value other than zero indicates that the running and stored configurations are not the same.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

a3mlnCCSdelErr 1.3.6.1.4.1.43.2.23.4
The count of detected CCS Parameter deletes that failed during the previous set operation. A value other than zero indicates that the running and stored configurations are not the same.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

a3mlnSetStatus 1.3.6.1.4.1.43.2.23.5
The application's result of the last SET operation. This object is used to determine if the a3mlnLastSetMsg object is valid, and is NOT for general SNMP errors. In order to see warnings, this object must be polled after any set. The error state is communicated by the agent failing the set operation.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER setNoErr(1), setErr(2), setWarning(3)  

a3mlnSetMsg 1.3.6.1.4.1.43.2.23.6
The equalivent UI message for the previous SET operation. Valid only if a3mlnLastSetStatus is set to a value other than `setNoErr'.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..128)  

a3mlnPortTable 1.3.6.1.4.1.43.2.23.7
A table of all physical and virtual ports which may be configured with the Logical Networks service.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    A3mlnPortEntry

a3mlnPortEntry 1.3.6.1.4.1.43.2.23.7.1
Each entry in this table represents a physical or virtual port.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  A3mlnPortEntry  

a3mlnPindex 1.3.6.1.4.1.43.2.23.7.1.1
This object specifies a port entry in the table and is specified as a value within the total port range (a3mlnMaxPorts).
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

a3mlnPtype 1.3.6.1.4.1.43.2.23.7.1.2
The port's type. A value of `ppmPort' indicates that the port has not been configured in any Logical Network.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER ppmPort(1), groupPort(2), memberPort(3), primaryPort(4)  

a3mlnPowner 1.3.6.1.4.1.43.2.23.7.1.3
The port's owner (media type). If this is a Group Port, all Member ports must have the same owner. A value of `otherMedia' would imply a non-supported owner (media type).
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER ethernet(1), tokenRing(2), fddi(3), otherMedia(4)  


a3mlnPstState 1.3.6.1.4.1.43.2.23.7.1.5
The Spanning Tree state of this port. For a Group Port, this is the aggregate of all Member port states. If all Member ports are blocking, the Group Port is blocking. If a single Member port is forwarding, the Group Port is forwarding. For a Member port, this is that port's state. If the port has not been configured as an MLN port, the value `ignore' will be returned.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER forwarding(1), blocking(2), ignore(3)  

a3mlnPtbState 1.3.6.1.4.1.43.2.23.7.1.6
Only valid for Member ports. This is the Transparent Bridge CONTrol value setting of the learn parameter. If the port has not been configured as a Logical Network port, the value `ignore' will be returned.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER learn(1), noLearn(2), ignore(3)  

a3mlnPgrpPrimaryPort 1.3.6.1.4.1.43.2.23.7.1.7
Only valid for Group Ports. This is the value of the physical port assigned as the group's primary port. This value is assigned by the agent and may change over time.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

a3mlnPgrpSrcAdrPort 1.3.6.1.4.1.43.2.23.7.1.8
Only valid for Group Ports. This is the physical port used to assign the group's source MAC address used for all packets transmitted by the group. This value is assigned by the agent. A value of negative two indicates that no source port has been assigned or that this is not a Group Port.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

a3mlnPgrpSrcAdrMedia 1.3.6.1.4.1.43.2.23.7.1.9
Only valid for Group Ports. This is the media type of the physical port being used for the group's source address. This value is assigned by the agent.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER mediaMAC(1), mediaOther(2)  

a3mlnPgrpSrcAdrValue 1.3.6.1.4.1.43.2.23.7.1.10
Only valid for Group Ports. This is the physical MAC address of the group's source port. In the future, a profile VARIATION should be used to further specify media formats such as MacAddress, SMDSAddress, etc. This value is assigned by the agent.
Status: mandatory Access: read-only
OBJECT-TYPE    
  PhysAddress  

a3mlnPgrpDescription 1.3.6.1.4.1.43.2.23.7.1.11
Only valid for Group Ports. This is the description (name) string for this Logical Network.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..50)  

a3mlnGroupTable 1.3.6.1.4.1.43.2.23.8
A table of all configured Logical Network Group Ports.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    A3mlnGroupEntry

a3mlnGroupEntry 1.3.6.1.4.1.43.2.23.8.1
Each entry in this table represents a Logical Network's Group Port.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  A3mlnGroupEntry  

a3mlnGrpPort 1.3.6.1.4.1.43.2.23.8.1.1
This object specifies an entry in the table, and is a Group Port. Group Ports are virtual ports used as points of attachment to Logical Networks by upper layer clients. Valid values number within the virtual port range (greater than a3mlnMaxPhyPorts and less than a3mlnMaxPorts).
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

a3mlnGrpPortType 1.3.6.1.4.1.43.2.23.8.1.2
This port's type. The only valid value for a Group Port is `groupPort'.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER groupPort(2)  

a3mlnGrpPortState 1.3.6.1.4.1.43.2.23.8.1.3
The PPM state of this Group Port.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER disabled(1), enabled(2)  

a3mlnGrpPrimaryPort 1.3.6.1.4.1.43.2.23.8.1.4
This is the value of the physical port assigned as the group's primary port. This value is assigned by the agent.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

a3mlnGrpOwner 1.3.6.1.4.1.43.2.23.8.1.5
The owner of this group (which is actually the media type for the group). All Member ports must have the same owner.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER ethernet(1), tokenRing(2), fddi(3)  

a3mlnGrpMemberCount 1.3.6.1.4.1.43.2.23.8.1.6
The number of Member ports in this group.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

a3mlnGrpFirstMember 1.3.6.1.4.1.43.2.23.8.1.7
This is the value (index) of the first Member port of this group. A value of negative two indicates that no Member ports have been configured.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

a3mlnGrpDescription 1.3.6.1.4.1.43.2.23.8.1.8
The description (name) string for this logical network.
Status: mandatory Access: read-write
OBJECT-TYPE    
  DisplayString Size(0..50)  

a3mlnGrpEntryStatus 1.3.6.1.4.1.43.2.23.8.1.9
This object is used to add and delete entries in this table. See RowStatus description at the beginning of this MIB. Note - A group's description may be changed without first deleting the row.
Status: mandatory Access: read-write
OBJECT-TYPE    
  RowStatus  

a3mlnMemberTable 1.3.6.1.4.1.43.2.23.9
A table of configured Logical Networks.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    A3mlnMemberEntry

a3mlnMemberEntry 1.3.6.1.4.1.43.2.23.9.1
Each entry in this table represents a Logical Network.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  A3mlnMemberEntry  

a3mlnMemGrpPort 1.3.6.1.4.1.43.2.23.9.1.1
This object specifies a Logical Network within the table and is a Group Port within the virtual port range (greater than a3mlnMaxPhyPorts and less than a3mlnMaxPorts).
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

a3mlnMemPort 1.3.6.1.4.1.43.2.23.9.1.2
This object specifies a Member port within a Logical Network and is a physical port within the physical port range (less than a3mlnMaxPhyPorts).
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

a3mlnMemOwner 1.3.6.1.4.1.43.2.23.9.1.3
The owner of this group (which is actually the media type for the group). All Member ports must have the same owner.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER ethernet(1), tokenRing(2), fddi(3), otherMedia(4)  

a3mlnMemEntryStatus 1.3.6.1.4.1.43.2.23.9.1.4
This object is used to add and delete entries in this table. See RowStatus description at the beginning of this MIB.
Status: mandatory Access: read-write
OBJECT-TYPE    
  RowStatus  

a3mlnStatSelGrpPort 1.3.6.1.4.1.43.2.23.10.1
The number of times a Group Port has been selected.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

a3mlnStatSelMacAdr 1.3.6.1.4.1.43.2.23.10.2
The number of times a MAC address has been selected.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

a3mlnPortStatTable 1.3.6.1.4.1.43.2.23.10.3
A table of Logical Network Member port statistics.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    A3mlnPortStatEntry

a3mlnPortStatEntry 1.3.6.1.4.1.43.2.23.10.3.1
Each entry in this table represents statistics for a Member port of a Logical Network.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  A3mlnPortStatEntry  

a3mlnPStatIndex 1.3.6.1.4.1.43.2.23.10.3.1.1
This object specifies an entry in the port statistics table and is a Member port within the physical port range (less than a3mlnMaxPhyPorts).
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

a3mlnPStatRcvd 1.3.6.1.4.1.43.2.23.10.3.1.2
Count of data frames received on this port.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

a3mlnPStatXmit 1.3.6.1.4.1.43.2.23.10.3.1.3
Count of data frames transmitted from this port.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

a3mlnPStatStaMoveFrom 1.3.6.1.4.1.43.2.23.10.3.1.4
Count of detected stations moving away from this port.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

a3mlnPStatStaMoveTo 1.3.6.1.4.1.43.2.23.10.3.1.5
Count of detected stations moving to this port.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

a3mlnPStatSTAchange 1.3.6.1.4.1.43.2.23.10.3.1.6
Count of Spanning Tree state changes for this port.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER