A3COM-MLN-R1-MIB: View SNMP OID List / Download MIB

VENDOR: 3COM


 Home MIB: A3COM-MLN-R1-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).
Keep in mind that standard MIB files can be successfully loaded by systems and programs only if all the required MIB's from the "Imports" section are already loaded.
The tree-like SNMP object navigator requires no explanations because it is very simple to use. And if you stumbled on this MIB from Google note that you can always go back to the home page if you need to perform another MIB or OID lookup.


Object Name OID Type Access Info
 a3Com 1.3.6.1.4.1.43
       brouterMIB 1.3.6.1.4.1.43.2
           a3ComMLN 1.3.6.1.4.1.43.2.23
                 a3mlnMaxPorts 1.3.6.1.4.1.43.2.23.1 integer read-only
The maximum number of virtual and physical ports supported by the agent. This value should be used to verify correct port values.
                 a3mlnMaxPhyPorts 1.3.6.1.4.1.43.2.23.2 integer read-only
The maximum number of physical ports supported by the agent. This value should be used to verify correct port values.
                 a3mlnCCSsaveErr 1.3.6.1.4.1.43.2.23.3 integer read-only
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.
                 a3mlnCCSdelErr 1.3.6.1.4.1.43.2.23.4 integer read-only
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.
                 a3mlnSetStatus 1.3.6.1.4.1.43.2.23.5 integer read-only
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. Enumeration: 'setErr': 2, 'setWarning': 3, 'setNoErr': 1.
                 a3mlnSetMsg 1.3.6.1.4.1.43.2.23.6 displaystring read-only
The equalivent UI message for the previous SET operation. Valid only if a3mlnLastSetStatus is set to a value other than `setNoErr'.
                 a3mlnPortTable 1.3.6.1.4.1.43.2.23.7 no-access
A table of all physical and virtual ports which may be configured with the Logical Networks service.
                     a3mlnPortEntry 1.3.6.1.4.1.43.2.23.7.1 no-access
Each entry in this table represents a physical or virtual port.
                         a3mlnPindex 1.3.6.1.4.1.43.2.23.7.1.1 integer read-only
This object specifies a port entry in the table and is specified as a value within the total port range (a3mlnMaxPorts).
                         a3mlnPtype 1.3.6.1.4.1.43.2.23.7.1.2 integer read-only
The port's type. A value of `ppmPort' indicates that the port has not been configured in any Logical Network. Enumeration: 'primaryPort': 4, 'memberPort': 3, 'groupPort': 2, 'ppmPort': 1.
                         a3mlnPowner 1.3.6.1.4.1.43.2.23.7.1.3 integer read-only
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). Enumeration: 'tokenRing': 2, 'ethernet': 1, 'otherMedia': 4, 'fddi': 3.
                         a3mlnPlink 1.3.6.1.4.1.43.2.23.7.1.4 integer read-only
For a Group Port, this is either the value of the first member port or, if there are no member ports, the value negative two. For a Member port, this is the value of Group Port.
                         a3mlnPstState 1.3.6.1.4.1.43.2.23.7.1.5 integer read-only
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. Enumeration: 'ignore': 3, 'forwarding': 1, 'blocking': 2.
                         a3mlnPtbState 1.3.6.1.4.1.43.2.23.7.1.6 integer read-only
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. Enumeration: 'ignore': 3, 'noLearn': 2, 'learn': 1.
                         a3mlnPgrpPrimaryPort 1.3.6.1.4.1.43.2.23.7.1.7 integer read-only
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.
                         a3mlnPgrpSrcAdrPort 1.3.6.1.4.1.43.2.23.7.1.8 integer read-only
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.
                         a3mlnPgrpSrcAdrMedia 1.3.6.1.4.1.43.2.23.7.1.9 integer read-only
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. Enumeration: 'mediaOther': 2, 'mediaMAC': 1.
                         a3mlnPgrpSrcAdrValue 1.3.6.1.4.1.43.2.23.7.1.10 physaddress read-only
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.
                         a3mlnPgrpDescription 1.3.6.1.4.1.43.2.23.7.1.11 displaystring read-only
Only valid for Group Ports. This is the description (name) string for this Logical Network.
                 a3mlnGroupTable 1.3.6.1.4.1.43.2.23.8 no-access
A table of all configured Logical Network Group Ports.
                     a3mlnGroupEntry 1.3.6.1.4.1.43.2.23.8.1 no-access
Each entry in this table represents a Logical Network's Group Port.
                         a3mlnGrpPort 1.3.6.1.4.1.43.2.23.8.1.1 integer read-only
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).
                         a3mlnGrpPortType 1.3.6.1.4.1.43.2.23.8.1.2 integer read-only
This port's type. The only valid value for a Group Port is `groupPort'. Enumeration: 'groupPort': 2.
                         a3mlnGrpPortState 1.3.6.1.4.1.43.2.23.8.1.3 integer read-only
The PPM state of this Group Port. Enumeration: 'disabled': 1, 'enabled': 2.
                         a3mlnGrpPrimaryPort 1.3.6.1.4.1.43.2.23.8.1.4 integer read-only
This is the value of the physical port assigned as the group's primary port. This value is assigned by the agent.
                         a3mlnGrpOwner 1.3.6.1.4.1.43.2.23.8.1.5 integer read-write
The owner of this group (which is actually the media type for the group). All Member ports must have the same owner. Enumeration: 'tokenRing': 2, 'ethernet': 1, 'fddi': 3.
                         a3mlnGrpMemberCount 1.3.6.1.4.1.43.2.23.8.1.6 integer read-only
The number of Member ports in this group.
                         a3mlnGrpFirstMember 1.3.6.1.4.1.43.2.23.8.1.7 integer read-only
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.
                         a3mlnGrpDescription 1.3.6.1.4.1.43.2.23.8.1.8 displaystring read-write
The description (name) string for this logical network.
                         a3mlnGrpEntryStatus 1.3.6.1.4.1.43.2.23.8.1.9 rowstatus read-write
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.
                 a3mlnMemberTable 1.3.6.1.4.1.43.2.23.9 no-access
A table of configured Logical Networks.
                     a3mlnMemberEntry 1.3.6.1.4.1.43.2.23.9.1 no-access
Each entry in this table represents a Logical Network.
                         a3mlnMemGrpPort 1.3.6.1.4.1.43.2.23.9.1.1 integer read-only
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).
                         a3mlnMemPort 1.3.6.1.4.1.43.2.23.9.1.2 integer read-only
This object specifies a Member port within a Logical Network and is a physical port within the physical port range (less than a3mlnMaxPhyPorts).
                         a3mlnMemOwner 1.3.6.1.4.1.43.2.23.9.1.3 integer read-write
The owner of this group (which is actually the media type for the group). All Member ports must have the same owner. Enumeration: 'tokenRing': 2, 'ethernet': 1, 'otherMedia': 4, 'fddi': 3.
                         a3mlnMemEntryStatus 1.3.6.1.4.1.43.2.23.9.1.4 rowstatus read-write
This object is used to add and delete entries in this table. See RowStatus description at the beginning of this MIB.
                 a3mlnStatistics 1.3.6.1.4.1.43.2.23.10
                       a3mlnStatSelGrpPort 1.3.6.1.4.1.43.2.23.10.1 integer read-only
The number of times a Group Port has been selected.
                       a3mlnStatSelMacAdr 1.3.6.1.4.1.43.2.23.10.2 integer read-only
The number of times a MAC address has been selected.
                       a3mlnPortStatTable 1.3.6.1.4.1.43.2.23.10.3 no-access
A table of Logical Network Member port statistics.
                           a3mlnPortStatEntry 1.3.6.1.4.1.43.2.23.10.3.1 no-access
Each entry in this table represents statistics for a Member port of a Logical Network.
                               a3mlnPStatIndex 1.3.6.1.4.1.43.2.23.10.3.1.1 integer read-only
This object specifies an entry in the port statistics table and is a Member port within the physical port range (less than a3mlnMaxPhyPorts).
                               a3mlnPStatRcvd 1.3.6.1.4.1.43.2.23.10.3.1.2 integer read-only
Count of data frames received on this port.
                               a3mlnPStatXmit 1.3.6.1.4.1.43.2.23.10.3.1.3 integer read-only
Count of data frames transmitted from this port.
                               a3mlnPStatStaMoveFrom 1.3.6.1.4.1.43.2.23.10.3.1.4 integer read-only
Count of detected stations moving away from this port.
                               a3mlnPStatStaMoveTo 1.3.6.1.4.1.43.2.23.10.3.1.5 integer read-only
Count of detected stations moving to this port.
                               a3mlnPStatSTAchange 1.3.6.1.4.1.43.2.23.10.3.1.6 integer read-only
Count of Spanning Tree state changes for this port.