DLINK-DXS-1210-12SC-AX-MIB

File: DLINK-DXS-1210-12SC-AX-MIB.mib (782854 bytes)

Imported modules

SNMPv2-SMI INET-ADDRESS-MIB IF-MIB
SNMP-FRAMEWORK-MIB BRIDGE-MIB SNMPv2-TC
Q-BRIDGE-MIB IANA-ADDRESS-FAMILY-NUMBERS-MIB DIFFSERV-DSCP-TC

Imported symbols

MODULE-IDENTITY OBJECT-TYPE enterprises
IpAddress Integer32 Unsigned32
TimeTicks Counter32 Counter64
Gauge32 InetAddress InetAddressType
InterfaceIndex InterfaceIndexOrZero SnmpAdminString
SnmpEngineID SnmpSecurityLevel dot1dBridge
dot1dBasePortEntry dot1dBasePort RowStatus
TruthValue DisplayString TEXTUAL-CONVENTION
MacAddress TimeStamp DateAndTime
TimeInterval VlanId AddressFamilyNumbers
Dscp

Defined Types

VlanIndex  
A value used to index per-VLAN tables: values of 0 and 4095 are not permitted; if the value is between 1 and 4094 inclusive, it represents an IEEE 802.1Q VLAN-ID with global scope within a given bridged domain (see VlanId textual convention). If the value is greater than 4095 then it represents a VLAN with scope local to the particular agent, i.e. one without a global VLAN-ID assigned to it. Such VLANs are outside the scope of IEEE 802.1Q but it is convenient to be able to manage them in the same way using this MIB.
TEXTUAL-CONVENTION    
  Unsigned32  

PortList  
Each octet within this value 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 bridge 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'.
TEXTUAL-CONVENTION    
  OCTET STRING  

VlanList  
Each octet within this value specifies a set of eight vlans, with the first octet specifying vlans 1 through 8, the second octet specifying vlans 9 through 16, etc. Within each octet, the most significant bit represents the lowest numbered of vlan, and the least significant bit represents the highest numbered of vlan. Thus, each vlan of the bridge is represented by a single bit within the value of this object. If that bit has a value of '1' then that vlan is included in the set of vlans; the vlan is not included if its bit has a value of '0'.
TEXTUAL-CONVENTION    
  OCTET STRING  

BridgeId  
The Bridge-Identifier as used in the Spanning Tree Protocol to uniquely identify a bridge. Its first two octets (in network byte order) contain a priority value and its last 6 octets contain the MAC address used to refer to a bridge in a unique fashion (typically, the numerically smallest MAC address of all ports on the bridge). Several objects in this MIB module represent values of timers used by the Spanning Tree Protocol. In this MIB, these timers have values in units of hundreths of a second (i.e. 1/100 secs). These timers, when stored in a Spanning Tree Protocol's BPDU, are in units of 1/256 seconds. Note, however, that 802.1D-1990 specifies a settable granularity of no more than 1 second for these timers. To avoid ambiguity, a data type is defined here as a textual convention and all representation of these timers in this MIB module are defined using this data type. An algorithm is also defined for converting between the different units, to ensure a timer's value is not distorted by multiple conversions.
TEXTUAL-CONVENTION    
  OCTET STRING Size(8)  

Timeout  
A STP timer in units of 1/100 seconds To convert a Timeout value into a value in units of 1/256 seconds, the following algorithm should be used: b = floor( (n * 256) / 100) where: floor = quotient [ignore remainder] n is the value in 1/100 second units b is the value in 1/256 second units To convert the value from 1/256 second units back to 1/100 seconds, the following algorithm should be used: n = ceiling( (b * 100) / 256) where: ceiling = quotient [if remainder is 0], or quotient + 1 [if remainder is non-zero] n is the value in 1/100 second units b is the value in 1/256 second units Note: it is important that the arithmetic operations are done in the order specified (i.e., multiply first, divide second).
TEXTUAL-CONVENTION    
  INTEGER  

OwnerString  
This data type is used to model an administratively assigned name of the owner of a resource. Implementations must accept values composed of well-formed NVT ASCII sequences. In addition, implementations should accept values composed of well-formed UTF-8 sequences. It is suggested that this name contain one or more of the following: IP address, management station name, network manager's name, location, or phone number. In some cases the agent itself will be the owner of an entry. In these cases, this string shall be set to a string starting with 'monitor'. SNMP access control is articulated entirely in terms of the contents of MIB views; access to a particular SNMP object instance depends only upon its presence or absence in a particular MIB view and never upon its value or the value of related object instances. Thus, objects of this type afford resolution of resource contention only among cooperating managers; they realize no access control function with respect to uncooperative parties.
TEXTUAL-CONVENTION    
  DisplayString Size(0..32)  

RmonStatus  
The status of a table entry. Setting this object to the value invalid(4) has the effect of invalidating the corresponding entry. That is, it effectively disassociates the mapping identified with said entry. It is an implementation-specific matter as to whether the agent removes an invalidated entry from the table. Accordingly, management stations must be prepared to receive tabular information from agents that corresponds to entries currently not in use. Proper interpretation of such entries requires examination of the relevant RmonStatus object. An existing instance of this object cannot be set to createRequest(2). This object may only be set to createRequest(2) when this instance is created. When this object is created, the agent may wish to create supplemental object instances with default values to complete a conceptual row in this table. Because the creation of these default objects is entirely at the option of the agent, the manager must not assume that any will be created, but may make use of any that are created. Immediately after completing the create operation, the agent must set this object to underCreation(3). When in the underCreation(3) state, an entry is allowed to exist in a possibly incomplete, possibly inconsistent state, usually to allow it to be modified in multiple PDUs. When in this state, an entry is not fully active. Entries shall exist in the underCreation(3) state until the management station is finished configuring the entry and sets this object to valid(1) or aborts, setting this object to invalid(4). If the agent determines that an entry has been in the underCreation(3) state for an abnormally long time, it may decide that the management station has crashed. If the agent makes this decision, it may set this object to invalid(4) to reclaim the entry. A prudent agent will understand that the management station may need to wait for human input and will allow for that possibility in its determination of this abnormally long period. An entry in the valid(1) state is fully configured and consistent and fully represents the configuration or operation such a row is intended to represent. For example, it could be a statistical function that is configured and active, or a filter that is available in the list of filters processed by the packet capture process. A manager is restricted to changing the state of an entry in the following ways: To: valid createRequest underCreation invalid From: valid OK NO OK OK createRequest N/A N/A N/A N/A underCreation OK NO OK OK invalid NO NO NO OK nonExistent NO OK NO OK In the table above, it is not applicable to move the state from the createRequest state to any other state because the manager will never find the variable in that state. The nonExistent state is not a value of the enumeration, rather it means that the entryStatus variable does not exist at all. An agent may allow an entryStatus variable to change state in additional ways, so long as the semantics of the states are followed. This allowance is made to ease the implementation of the agent and is made despite the fact that managers should never exercise these additional state transitions.
TEXTUAL-CONVENTION    
  INTEGER valid(1), createRequest(2), underCreation(3), invalid(4)  

OperationResponseStatus  
Used to report the result of an operation: responseReceived(1) - Operation is completed successfully. unknown(2) - Operation failed due to unknown error. internalError(3) - An implementation detected an error in its own processing that caused an operation to fail. requestTimedOut(4) - Operation failed to receive a valid reply within the time limit imposed on it. unknownDestinationAddress(5) - Invalid destination address. noRouteToTarget(6) - Could not find a route to target. interfaceInactiveToTarget(7) - The interface to be used in sending a probe is inactive, and an alternate route does not exist. arpFailure(8) - Unable to resolve a target address to a media-specific address. maxConcurrentLimitReached(9) - The maximum number of concurrent active operations would have been exceeded if the corresponding operation was allowed. unableToResolveDnsName(10) - The DNS name specified was unable to be mapped to an IP address. invalidHostAddress(11) - The IP address for a host has been determined to be invalid. Examples of this are broadcast or multicast addresses.
TEXTUAL-CONVENTION    
  INTEGER responseReceived(1), unknown(2), internalError(3), requestTimedOut(4), unknownDestinationAddress(5), noRouteToTarget(6), interfaceInactiveToTarget(7), arpFailure(8), maxConcurrentLimitReached(9), unableToResolveDnsName(10), invalidHostAddress(11)  

LldpChassisIdSubtype  
This TC describes the source of a chassis identifier. The enumeration 'chassisComponent(1)' represents a chassis identifier based on the value of entPhysicalAlias object (defined in IETF RFC 2737) for a chassis component (i.e., an entPhysicalClass value of 'chassis(3)'). The enumeration 'interfaceAlias(2)' represents a chassis identifier based on the value of ifAlias object (defined in IETF RFC 2863) for an interface on the containing chassis. The enumeration 'portComponent(3)' represents a chassis identifier based on the value of entPhysicalAlias object (defined in IETF RFC 2737) for a port or backplane component (i.e., entPhysicalClass value of 'port(10)' or 'backplane(4)'), within the containing chassis. The enumeration 'macAddress(4)' represents a chassis identifier based on the value of a unicast source address (encoded in network byte order and IEEE 802.3 canonical bit order), of a port on the containing chassis as defined in IEEE Std 802-2001. The enumeration 'networkAddress(5)' represents a chassis identifier based on a network address, associated with a particular chassis. The encoded address is actually composed of two fields. The first field is a single octet, representing the IANA AddressFamilyNumbers value for the specific address type, and the second field is the network address value. The enumeration 'interfaceName(6)' represents a chassis identifier based on the value of ifName object (defined in IETF RFC 2863) for an interface on the containing chassis. The enumeration 'local(7)' represents a chassis identifier based on a locally defined value.
TEXTUAL-CONVENTION    
  INTEGER chassisComponent(1), interfaceAlias(2), portComponent(3), macAddress(4), networkAddress(5), interfaceName(6), local(7)  

LldpChassisId  
This TC describes the format of a chassis identifier string. Objects of this type are always used with an associated LldpChassisIdSubtype object, which identifies the format of the particular LldpChassisId object instance. If the associated LldpChassisIdSubtype object has a value of 'chassisComponent(1)', then the octet string identifies a particular instance of the entPhysicalAlias object (defined in IETF RFC 2737) for a chassis component (i.e., an entPhysicalClass value of 'chassis(3)'). If the associated LldpChassisIdSubtype object has a value of 'interfaceAlias(2)', then the octet string identifies a particular instance of the ifAlias object (defined in IETF RFC 2863) for an interface on the containing chassis. If the particular ifAlias object does not contain any values, another chassis identifier type should be used. If the associated LldpChassisIdSubtype object has a value of 'portComponent(3)', then the octet string identifies a particular instance of the entPhysicalAlias object (defined in IETF RFC 2737) for a port or backplane component within the containing chassis. If the associated LldpChassisIdSubtype object has a value of 'macAddress(4)', then this string identifies a particular unicast source address (encoded in network byte order and IEEE 802.3 canonical bit order), of a port on the containing chassis as defined in IEEE Std 802-2001. If the associated LldpChassisIdSubtype object has a value of 'networkAddress(5)', then this string identifies a particular network address, encoded in network byte order, associated with one or more ports on the containing chassis. The first octet contains the IANA Address Family Numbers enumeration value for the specific address type, and octets 2 through N contain the network address value in network byte order. If the associated LldpChassisIdSubtype object has a value of 'interfaceName(6)', then the octet string identifies a particular instance of the ifName object (defined in IETF RFC 2863) for an interface on the containing chassis. If the particular ifName object does not contain any values, another chassis identifier type should be used. If the associated LldpChassisIdSubtype object has a value of 'local(7)', then this string identifies a locally assigned Chassis ID.
TEXTUAL-CONVENTION    
  OCTET STRING Size(1..255)  

LldpPortIdSubtype  
This TC describes the source of a particular type of port identifier used in the LLDP MIB. The enumeration 'interfaceAlias(1)' represents a port identifier based on the ifAlias MIB object, defined in IETF RFC 2863. The enumeration 'portComponent(2)' represents a port identifier based on the value of entPhysicalAlias (defined in IETF RFC 2737) for a port component (i.e., entPhysicalClass value of 'port(10)'), within the containing chassis. The enumeration 'macAddress(3)' represents a port identifier based on a unicast source address (encoded in network byte order and IEEE 802.3 canonical bit order), which has been detected by the agent and associated with a particular port (IEEE Std 802-2001). The enumeration 'networkAddress(4)' represents a port identifier based on a network address, detected by the agent and associated with a particular port. The enumeration 'interfaceName(5)' represents a port identifier based on the ifName MIB object, defined in IETF RFC 2863. The enumeration 'agentCircuitId(6)' represents a port identifier based on the agent-local identifier of the circuit (defined in RFC 3046), detected by the agent and associated with a particular port. The enumeration 'local(7)' represents a port identifier based on a value locally assigned.
TEXTUAL-CONVENTION    
  INTEGER interfaceAlias(1), portComponent(2), macAddress(3), networkAddress(4), interfaceName(5), agentCircuitId(6), local(7)  

LldpPortId  
This TC describes the format of a port identifier string. Objects of this type are always used with an associated LldpPortIdSubtype object, which identifies the format of the particular LldpPortId object instance. If the associated LldpPortIdSubtype object has a value of 'interfaceAlias(1)', then the octet string identifies a particular instance of the ifAlias object (defined in IETF RFC 2863). If the particular ifAlias object does not contain any values, another port identifier type should be used. If the associated LldpPortIdSubtype object has a value of 'portComponent(2)', then the octet string identifies a particular instance of the entPhysicalAlias object (defined in IETF RFC 2737) for a port or backplane component. If the associated LldpPortIdSubtype object has a value of 'macAddress(3)', then this string identifies a particular unicast source address (encoded in network byte order and IEEE 802.3 canonical bit order) associated with the port (IEEE Std 802-2001). If the associated LldpPortIdSubtype object has a value of 'networkAddress(4)', then this string identifies a network address associated with the port. The first octet contains the IANA AddressFamilyNumbers enumeration value for the specific address type, and octets 2 through N contain the networkAddress address value in network byte order. If the associated LldpPortIdSubtype object has a value of 'interfaceName(5)', then the octet string identifies a particular instance of the ifName object (defined in IETF RFC 2863). If the particular ifName object does not contain any values, another port identifier type should be used. If the associated LldpPortIdSubtype object has a value of 'agentCircuitId(6)', then this string identifies a agent-local identifier of the circuit (defined in RFC 3046). If the associated LldpPortIdSubtype object has a value of 'local(7)', then this string identifies a locally assigned port ID.
TEXTUAL-CONVENTION    
  OCTET STRING Size(1..255)  

LldpManAddrIfSubtype  
This TC describes the basis of a particular type of interface associated with the management address. The enumeration 'unknown(1)' represents the case where the interface is not known. The enumeration 'ifIndex(2)' represents interface identifier based on the ifIndex MIB object. The enumeration 'systemPortNumber(3)' represents interface identifier based on the system port numbering convention.
TEXTUAL-CONVENTION    
  INTEGER unknown(1), ifIndex(2), systemPortNumber(3)  

LldpManAddress  
The value of a management address associated with the LLDP agent that may be used to reach higher layer entities to assist discovery by network management. It should be noted that appropriate security credentials, such as SNMP engineId, may be required to access the LLDP agent using a management address. These necessary credentials should be known by the network management and the objects associated with the credentials are not included in the LLDP agent.
TEXTUAL-CONVENTION    
  OCTET STRING Size(1..31)  

LldpSystemCapabilitiesMap  
This TC describes the system capabilities. The bit 'other(0)' indicates that the system has capabilities other than those listed below. The bit 'repeater(1)' indicates that the system has repeater capability. The bit 'bridge(2)' indicates that the system has bridge capability. The bit 'wlanAccessPoint(3)' indicates that the system has WLAN access point capability. The bit 'router(4)' indicates that the system has router capability. The bit 'telephone(5)' indicates that the system has telephone capability. The bit 'docsisCableDevice(6)' indicates that the system has DOCSIS Cable Device capability (IETF RFC 2669 & 2670). The bit 'stationOnly(7)' indicates that the system has only station capability and nothing else.
TEXTUAL-CONVENTION    
  BITS other(0), repeater(1), bridge(2), wlanAccessPoint(3), router(4), telephone(5), docsisCableDevice(6), stationOnly(7)  

LldpPortNumber  
Each port contained in the chassis (that is known to the LLDP agent) is uniquely identified by a port number. A port number has no mandatory relationship to an InterfaceIndex object (of the interfaces MIB, IETF RFC 2863). If the LLDP agent is a IEEE 802.1D, IEEE 802.1Q bridge, the LldpPortNumber will have the same value as the dot1dBasePort object (defined in IETF RFC 1493) associated corresponding bridge port. If the system hosting LLDP agent is not an IEEE 802.1D or an IEEE 802.1Q bridge, the LldpPortNumber will have the same value as the corresponding interface's InterfaceIndex object. Port numbers should be in the range of 1 and 4096 since a particular port is also represented by the corresponding port number bit in LldpPortList.
TEXTUAL-CONVENTION    
  Integer32 1..4096  

LldpPortList  
Each octet within this value 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 system 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'.
TEXTUAL-CONVENTION    
  OCTET STRING Size(0..512)  

TimeFilter  
To be used for the index to a table. Allows an application to download only those rows changed since a particular time. Note that this is not a history mechanism. Only current values of underlying objects are returned; saved instance values associated with particular values of sysUpTime are not. An entry is considered changed if the value of any object in the entry changes, if the row is created, or if any object in the entry is created or deleted. Note that deleted entries cannot be detected or downloaded. A time-filtered conceptual table is created by inserting a single object of SYNTAX TimeFilter as the first INDEX component in a copy of an existing basic conceptual table (i.e., any SEQUENCE without a TimeFilter INDEX component). Thus, for each conceptual entry 'I' in the basic table, there exists N conceptual entries in the time-filtered version, indexed N.I, where 'N' is equal to the value of sysUpTime. When an application retrieves conceptual instances from a time-filtered table, and an INDEX value is provided for the TimeFilter INDEX component 'N', the agent will only consider returning basic conceptual entries (e.g., 'fooColumn.N.I') if any column within the basic conceptual entry has changed since sysUpTime 'N'. If not, the basic conceptual entry will be ignored for the particular retrieval operation. When sysUpTime is equal to zero, this table shall be empty. One conceptual entry exists for each past value of sysUpTime, except that the whole table is purged should sysUpTime wrap. As an entry in a time-filtered table is updated (i.e., one of the columns in the basic conceptual table is changed), new conceptual entries are also created in the time-filtered version (which still shares the now updated object values with all other instances). The number of unique time-filtered instances that are created is determined by the value of sysUpTime at which the basic entry was last updated. One unique instance will exist for each value of sysUpTime at the last update time for the row. However, a new TimeFilter index instance is created for each new sysUpTime value. The TimeFilter index values not associated with entry updates are called duplicate time-filtered instances. After some deployment experience, it has been determined that a time-filtered table is more efficient if the agent stops a MIB walk operation by skipping over rows with a TimeFilter index value higher than the value in the received GetNext/GetBulk request. That is, instead of incrementing a TimeFilter index value, the agent will continue to the next object or table. As a consequence, GetNext or GetBulk operations will provide only one pass through a time-filtered table. It is suggested that an agent implement a time-filtered table in this manner to improve performance and avoid a MIB walk getting stuck in time-filtered tables. It is, however, still acceptable for an agent to implement a time-filtered table in the traditional manner (i.e., every conceptual time-filtered instance is returned in GetNext and GetBulk PDU responses), and management applications must be able to deal with such traditional implementations. See the appendix for further discussion of this textual convention. The following example is provided to demonstrate TimeFilter behavior: Consider the following basic conceptual table, basicFooTable. (Note that the basic version of a time-filtered table may not actually be defined.) basicFooTable: basicFooTable ... INDEX { fooIndex } BasicFooEntry { fooIndex Integer32, fooCounts Counter32 } For this example, the basicFooTable contains two static conceptual entries (fooIndex equals '1' and '2'), created at time zero. It also contains one dynamic conceptual entry (fooIndex equals '3'), which is created at time '3' and deleted at time '7'. The time-filtered version of the basicFooTable could be defined as follows: FooTable: fooTable ... INDEX { fooTimeMark, fooIndex } FooEntry { fooTimeMark TimeFilter, fooIndex Integer32, fooCounts Counter32 } Note that entries exist in the time-filtered conceptual table only if they actually exist in the underlying (basic) table. For this example, the fooTable will have three underlying basic entries (fooIndex == 1, 2, and 3), with the following activity (for sysUpTime equal 0 to 9): - fooEntry.N.1 is created at time '0' and most recently updated at time '6' to the value '5'. - fooEntry.N.2 is created at time '0' and most recently updated at time '8' to the value '9'. - fooEntry.N.3 is created at time '3', updated at time '5' to the value '17', and deleted at time '7'. The following tables show the values that would be returned for MIB walk operations with various TimeFilter values, done at different times. An application issues a retrieval request at time 'T', with a TimeFilter value, 'N' (typically set to a lower value, such as the value of sysUpTime at the last polling cycle). The following values would be returned in a MIB walk of fooCounts.N if T equals '0' and N equals '0': fooCounts.N.I Value ========================== fooCounts.0.1 0 fooCounts.0.2 0 Note that nothing is returned for fooCounts.0.3, since that entry does not exist at sysUpTime equals '0'. The following values would be returned in a full (traditional) MIB walk of fooCounts.N if T equals '3' and N equals '0': fooCounts.N.I Value ======================= fooCounts.0.1 0 fooCounts.0.2 0 fooCounts.0.3 0 fooCounts.1.3 0 fooCounts.2.3 0 fooCounts.3.3 0 Note that there are no instances for T equals 1 or 2 for the first two values of N, as these entries did not change since they were created at time '0'. Note that the current value for 'fooCounts.N.3' is returned here, even for values of N less than '3' (when the entry was created). The agent only considers the current existence of an entry in the TimeFilter algorithm, not the time when the entry was created. Note that the instances 'fooCounts.0.3', 'fooCounts.1.3', and 'fooCounts.2.3' are duplicates and can be suppressed by the agent in a MIB walk. The following values would be returned in a full (traditional) MIB walk of fooCounts.N if T equals '6' and N equals '3': fooCounts.N.I Value ======================= fooCounts.3.1 5 fooCounts.3.3 17 fooCounts.4.1 5 fooCounts.4.3 17 fooCounts.5.1 5 fooCounts.5.3 17 fooCounts.6.1 5 Note that no instances for entry 'fooCounts.N.2' are returned, since it has not changed since time '3'. Note that all instances except 'fooCounts.5.3' and 'fooCounts.6.1' are duplicates and can be suppressed by the agent in a MIB walk. The following values would be returned in a full (traditional) MIB walk of fooCounts.N if T equals '9' and N equals '6': fooCounts.N.I Value ======================= fooCounts.6.1 5 fooCounts.6.2 9 fooCounts.7.2 9 fooCounts.8.2 9 Note that no instances for entry 'fooCounts.N.3' are returned, since it was deleted at time '7'. Note that instances 'fooCounts.6.2' and 'fooCounts.7.2' are duplicates and can be suppressed by the agent in a MIB walk.
TEXTUAL-CONVENTION    
  TimeTicks  

LldpPowerPortClass  
This TC describes the Power over Ethernet (PoE) port class.
TEXTUAL-CONVENTION    
  INTEGER pClassPSE(1), pClassPD(2)  

LldpLinkAggStatusMap  
This TC describes the link aggregation status. The bit 'aggCapable(0)' indicates the link is capable of being aggregated. The bit 'aggEnabled(1)' indicates the link is currently in aggregation.
TEXTUAL-CONVENTION    
  BITS aggCapable(0), aggEnabled(1)  

ZeroBasedCounter32  
This TC describes an object that counts events with the following semantics: objects of this type will be set to zero(0) on creation and will thereafter count appropriate events, wrapping back to zero(0) when the value 2^32 is reached. Provided that an application discovers the new object within the minimum time to wrap, it can use the initial value as a delta since it last polled the table of which this object is part. It is important for a management station to be aware of this minimum time and the actual time between polls, and to discard data if the actual time is too long or there is no defined minimum time. Typically, this TC is used in tables where the INDEX space is constantly changing and/or the TimeFilter mechanism is in use.
TEXTUAL-CONVENTION    
  Gauge32  

Ipv6Address  
This data type is used to model IPv6 addresses. This is a binary string of 16 octets in network byte-order.
TEXTUAL-CONVENTION    
  OCTET STRING Size(16)  

InetAddressPrefixLength  
Denotes the length of a generic Internet network address prefix. A value of n corresponds to an IP address mask that has n contiguous 1-bits from the most significant bit (MSB), with all other bits set to 0. An InetAddressPrefixLength value is always interpreted within the context of an InetAddressType value. Every usage of the InetAddressPrefixLength textual convention is required to specify the InetAddressType object that provides the context. It is suggested that the InetAddressType object be logically registered before the object(s) that use the InetAddressPrefixLength textual convention, if they appear in the same logical row. InetAddressPrefixLength values larger than the maximum length of an IP address for a specific InetAddressType are treated as the maximum significant value applicable for the InetAddressType. The maximum significant value is 32 for the InetAddressType 'ipv4(1)' and 'ipv4z(3)' and 128 for the InetAddressType 'ipv6(2)' and 'ipv6z(4)'. The maximum significant value for the InetAddressType 'dns(16)' is 0. The value zero is object-specific and must be defined as part of the description of any object that uses this syntax. Examples of the usage of zero might include situations where the Internet network address prefix is unknown or does not apply. The upper bound of the prefix length has been chosen to be consistent with the maximum size of an InetAddress.
TEXTUAL-CONVENTION    
  Unsigned32 0..2040  

DStormCtlTrafficType  
The type of storm control traffic type. broadcast(1) - broadcast storm. multicast(2) - including unknown L2 multicast, known L2 multicast, unknown IP multicast and known IP multicast. unicast(3) - when the action is configured as 'shutdown mode', unicast refers to both known and unknown unicast packet; Otherwise, unicast refers to unknown unicast packet.
TEXTUAL-CONVENTION    
  INTEGER broadcast(1), multicast(2), unicast(3)  

DStormCtlThrType  
The type of storm control threshold is configured on an interface. pps(1) - the threshold is configured as packet count per second. kbps(2) - the threshold is configured as a rate of bits per second. percentage(3) - the threshold is configured as a percentage of total bandwidth per port.
TEXTUAL-CONVENTION    
  INTEGER pps(1), kbps(2), percentage(3)  

DStormCtlThrTypeValue  
Denotes a generic threshold value. A DStormCtlThrTypeValue value is always interpreted within the context of a DStormCtlThrType value. Every usage of the DStormCtlThrTypeValue textual convention is required to specify the DStormCtlThrType object that provides the context. The unit and valid range are as follows: Threshold Type Unit Valid Range ============= ===================== ================= pps packet per second 1 ~ 2147483647 kbps bits per second 1 ~ 2147483647 percentage percentage 1 ~ 100 The special value of -1 indicates this object is undefined.
TEXTUAL-CONVENTION    
  Integer32  

VlanIdOrNone  
The VLAN-ID that uniquely identifies a specific VLAN, or no VLAN. The special value of zero is used to indicate that no VLAN-ID is present or used. This can be used in any situation where an object or a table entry must refer either to a specific VLAN, or to no VLAN. Note that a MIB object that is defined using this TEXTUAL-CONVENTION should clarify the meaning of 'no VLAN' (i.e., the special value 0).
TEXTUAL-CONVENTION    
  Integer32 0 | 1..4094  

PortCtrlEntry  
SEQUENCE    
  portSetIndex Integer32
  portSetMediaType INTEGER
  portSetState INTEGER
  portSetAutoDowngrade INTEGER
  portSetFlowControl INTEGER
  portSetDuplex INTEGER
  portSetSpeed INTEGER
  portSetCapaAdvertised INTEGER
  portSetDescription DisplayString
  portSetLinkStatus INTEGER

PortStatusEntry  
SEQUENCE    
  portStaIndex Integer32
  portStaMediaType INTEGER
  portStaStatus INTEGER
  portStaMacAddr MacAddress
  portStaVlan INTEGER
  portStaFlowCtrlOpSend INTEGER
  portStaFlowCtrlOpRece INTEGER
  portStaDuplex INTEGER
  portStaSpeed INTEGER

ErrDisIfStatusEntry  
SEQUENCE    
  errDisIfStatusPortIndex INTEGER
  errDisIfStatusVlanIndex INTEGER
  errDisPortState INTEGER
  errDisPortConnectStatus INTEGER
  errDisPortReason INTEGER
  errDisPortRecoveryTimeLeft INTEGER

ErrDisRecoveryEntry  
SEQUENCE    
  errDisRecoveryReason INTEGER
  errDisRecoveryStatus INTEGER
  errDisRecoveryInterval INTEGER

JumboFrameEntry  
SEQUENCE    
  portIndex Integer32
  maxReceFrameSize Integer32

Dot1qVlanEntry  
SEQUENCE    
  dot1qVlanid Integer32
  dot1qVlanName SnmpAdminString
  dot1qVlanEgressPorts PortList
  dot1qVlanUntaggedPorts PortList
  dot1qVlanRowStatus RowStatus

Dot1qVlanPortEntry  
SEQUENCE    
  dot1qVlanPortIndex Integer32
  dot1qVlanPortVlanMode INTEGER
  dot1qVlanPortAcceptableFrameType INTEGER
  dot1qVlanPortIngressChecking INTEGER
  dot1qVlanPortNativeVlanStatus INTEGER
  dot1qVlanPortNativeVlanId INTEGER
  dot1qVlanPortTagVlanList VlanList
  dot1qVlanPortUntagVlanList VlanList

StpPortEntry  
SEQUENCE    
  stpPort Integer32
  stpPortAdminPathCost Integer32
  stpPortPathCost Integer32
  stpPortState INTEGER
  stpPortGuardRoot TruthValue
  stpPortLinkType INTEGER
  stpPortOperLinkType INTEGER
  stpPortFast INTEGER
  stpPortOperFast INTEGER
  stpPortTCNFilter TruthValue
  stpPortFowardBPDU INTEGER
  stpPortPriority Integer32
  stpPortHelloTime Timeout

MstVlanMstiMappingEntry  
SEQUENCE    
  mstInstanceIndex Integer32
  mstSetVlanList OCTET STRING
  mstResetVlanList OCTET STRING
  mstInstanceVlanMapped OCTET STRING
  mstInstanceVlanMapped2k OCTET STRING
  mstInstanceVlanMapped3k OCTET STRING
  mstInstanceVlanMapped4k OCTET STRING

MstMstiBridgeEntry  
SEQUENCE    
  mstMstiInstanceIndex Integer32
  mstMstiBridgePriority Integer32
  mstMstiStatus INTEGER
  mstMstiPortDesignatedRoot BridgeId
  mstMstiBridgeRegionalRoot BridgeId
  mstMstiPortDesignatedBridge BridgeId
  mstMstiTopChanges Counter32

MstCistPortEntry  
SEQUENCE    
  mstCistPort Integer32
  mstCistPortAdminPathCost Integer32
  mstCistPortPathCost Integer32
  mstCistPortPriority Integer32
  mstCistPortState INTEGER
  mstCistCurrentPortRole INTEGER
  mstCistPortProtocolMigration TruthValue

MstMstiPortEntry  
SEQUENCE    
  mstMstiPort Integer32
  mstMstiPortInstanceIndex Integer32
  mstMstiPortAdminPathCost Integer32
  mstMstiPortPathCost Integer32
  mstMstiPortPriority Integer32
  mstMstiPortState INTEGER
  mstMstiCurrentPortRole INTEGER

SntpServerEntry  
SEQUENCE    
  sntpServerAddrType INTEGER
  sntpServerAddr InetAddress
  sntpServerStratum INTEGER
  sntpServerVersion INTEGER
  sntpServerLastReceive TimeTicks
  sntpServerSynced TruthValue
  sntpServerRowStatus RowStatus

TimeRangeEntry  
SEQUENCE    
  timeRangeName DisplayString
  timeRangeIndex Integer32
  timeRangeStartHour Integer32
  timeRangeStartMinute Integer32
  timeRangeEndHour Integer32
  timeRangeEndMinute Integer32
  timeRangeWeekday BITS
  timeRangeRowStatus RowStatus

MultiIfMainEntry  
SEQUENCE    
  multiIfMainIndex InterfaceIndex
  multiIfMainAdminStatus INTEGER
  multiIfMainOperStatus INTEGER
  multiIfIpBindVlanId Integer32
  multiL3VlanIfName DisplayString
  multiIfMainRowStatus RowStatus

MultiIfIpEntry  
SEQUENCE    
  multiIfIpIndex InterfaceIndex
  multiIfIpAddrAllocMethod INTEGER
  multiIfIpAddr IpAddress
  multiIfIpSubnetMask IpAddress

MultiRouteEntry  
SEQUENCE    
  multiRouteDest IpAddress
  multiRouteMask IpAddress
  multiRouteTos Integer32
  multiRouteNextHop IpAddress
  multiRouteIfIndex Integer32
  multiRouteStatus RowStatus

MultiIpv6IfEntry  
SEQUENCE    
  multiIpv6IfIndex InterfaceIndex
  multiIpv6IfAdminStatus INTEGER
  multiIpv6IfOperStatus INTEGER
  multiIpv6IfRetransmitTime Integer32

MultiIpv6AddrEntry  
SEQUENCE    
  multiIpv6AddrIndex InterfaceIndex
  multiIpv6AddrAddress Ipv6Address
  multiIpv6AddrPrefixLen Integer32
  multiIpv6AddrAdminStatus RowStatus
  multiIpv6AddrType INTEGER
  multiIpv6AddrCfgMethod INTEGER
  multiIpv6AddrOperStatus INTEGER

MultiIPV6NeighborEntry  
SEQUENCE    
  multiIpv6NeighborIndex INTEGER
  multiIpv6NeighborAddr Ipv6Address
  multiIpv6NeighborMacAddr MacAddress
  multiIpv6NeighborType INTEGER
  multiIpv6NeighborCacheState INTEGER
  multiIpv6NeighborRowStatus RowStatus

MultiIpv6RouteEntry  
SEQUENCE    
  multiIpv6RouteDest Ipv6Address
  multiIpv6RoutePfxLength Integer32
  multiIpv6RouteProtocol INTEGER
  multiIpv6RouteNextHop Ipv6Address
  multiIpv6RouteIfIndex InterfaceIndex
  multiIpv6RouteAdminStatus RowStatus

DhcpClientEntry  
SEQUENCE    
  dhcpClientIfIndex InterfaceIndex
  dhcpClientClientIdIfIdx InterfaceIndex
  dhcpClientClassIdType INTEGER
  dhcpClientClassId OCTET STRING
  dhcpClientHostName DisplayString
  dhcpClientLeaseDay Integer32
  dhcpClientLeaseHour Unsigned32
  dhcpClientLeaseMinute Unsigned32

Dhcp6ClientEntry  
SEQUENCE    
  dhcp6ClientIndex InterfaceIndex
  dhcp6ClientEnabled INTEGER
  dhcp6ClientRapidCommit INTEGER

LbdportEntry  
SEQUENCE    
  lbdportIndex Integer32
  lbdportState INTEGER
  lbdportResult INTEGER
  lbdportTimeLeft SnmpAdminString

LbdVlanLoopEntry  
SEQUENCE    
  lbdVlanLoopIndex Integer32
  lbdVlanLoopPorts PortList

LaPortChannelEntry  
SEQUENCE    
  laPortChannelIfIndex InterfaceIndex
  laPortChannelMaxPorts INTEGER
  laPortChannelMemberNumber INTEGER
  laPortChannelMemberList PortList
  laSystemChannelGroupID INTEGER
  laPortChannelMode INTEGER

LaChannelDetailEntry  
SEQUENCE    
  laChannelDetailPort InterfaceIndex
  laChannelDetailLACPTimeout INTEGER
  laChannelDetailWorkingMode INTEGER
  laChannelDetailLACPState INTEGER
  laChannelDetailPortPriority INTEGER
  laChannelDetailPortNumber INTEGER

LaChannelNeighborEntry  
SEQUENCE    
  laChannelNeighborPort InterfaceIndex
  laChannelNeighborSystemPriority INTEGER
  laChannelNeighborSystemID MacAddress
  laChannelNeighborPortNo INTEGER
  laChannelNeighborLACPTimeout INTEGER
  laChannelNeighborWorkingMode INTEGER
  laChannelNeighborPortPriority INTEGER

LldpPortConfigEntry  
SEQUENCE    
  lldpPortConfigPortNum LldpPortNumber
  lldpPortConfigAdminStatus INTEGER
  lldpPortConfigSubtype INTEGER
  lldpPortConfigTLVsTxEnable BITS
  lldpPortStatsClear Integer32
  lldpPortNeighborClear Integer32

LldpConfigManAddrEntry  
SEQUENCE    
  lldpConfigManAddrSubtype AddressFamilyNumbers
  lldpConfigManAddr InetAddress
  lldpConfigManAddrPortsTxEnable LldpPortList

LldpStatsTxPortEntry  
SEQUENCE    
  lldpStatsTxPortNum LldpPortNumber
  lldpStatsTxPortFramesTotal Counter32

LldpRxStatsPortEntry  
SEQUENCE    
  lldpStatsRxPortNum LldpPortNumber
  lldpStatsRxPortFramesDiscardedTotal Counter32
  lldpStatsRxPortFramesErrors Counter32
  lldpStatsRxPortFramesTotal Counter32
  lldpStatsRxPortTLVsDiscardedTotal Counter32
  lldpStatsRxPortTLVsUnrecognizedTotal Counter32
  lldpStatsRxPortAgeoutsTotal ZeroBasedCounter32

LldpLocPortEntry  
SEQUENCE    
  lldpLocPortNum LldpPortNumber
  lldpLocPortIdSubtype INTEGER
  lldpLocPortId OCTET STRING
  lldpLocPortDesc SnmpAdminString

LldpLocManAddrEntry  
SEQUENCE    
  lldpLocManAddrSubtype AddressFamilyNumbers
  lldpLocManAddr InetAddress
  lldpLocManAddrLen Integer32
  lldpLocManAddrIfSubtype LldpManAddrIfSubtype
  lldpLocManAddrIfId Integer32
  lldpLocManAddrOID OBJECT IDENTIFIER

LldpRemEntry  
SEQUENCE    
  lldpRemTimeMark TimeFilter
  lldpRemLocalPortNum LldpPortNumber
  lldpRemIndex Integer32
  lldpRemChassisIdSubtype LldpChassisIdSubtype
  lldpRemChassisId LldpChassisId
  lldpRemPortIdSubtype LldpPortIdSubtype
  lldpRemPortId LldpPortId
  lldpRemPortDesc SnmpAdminString
  lldpRemSysName SnmpAdminString
  lldpRemSysDesc SnmpAdminString
  lldpRemSysCapSupported LldpSystemCapabilitiesMap
  lldpRemSysCapEnabled LldpSystemCapabilitiesMap

LldpRemManAddrEntry  
SEQUENCE    
  lldpRemManTimeMark TimeFilter
  lldpRemManLocalPortNum LldpPortNumber
  lldpRemManIndex Integer32
  lldpRemManAddrSubtype AddressFamilyNumbers
  lldpRemManAddr InetAddress
  lldpRemManAddrIfSubtype LldpManAddrIfSubtype
  lldpRemManAddrIfId Integer32
  lldpRemManAddrOID OBJECT IDENTIFIER

LldpRemUnknownTLVEntry  
SEQUENCE    
  lldpRemUnknownTimeMark TimeFilter
  lldpRemUnknownLocalPortNum LldpPortNumber
  lldpRemUnknownIndex Integer32
  lldpRemUnknownTLVType Integer32
  lldpRemUnknownTLVInfo OCTET STRING

LldpXdot1ConfigPortVlanEntry  
SEQUENCE    
  lldpXdot1ConfigVlanPortNum LldpPortNumber
  lldpXdot1ConfigPortVlanTxEnable TruthValue

LldpXdot1ConfigVlanNameEntry  
SEQUENCE    
  lldpXdot1LocConfigVlanNamePortNum LldpPortNumber
  lldpXdot1ConfigVlanNameTxEnableVlanList OCTET STRING

LldpXdot1ConfigProtoVlanEntry  
SEQUENCE    
  lldpXdot1ConfigProtoVlanPortNum LldpPortNumber
  lldpXdot1ConfigProtoVlanTxEnable TruthValue

LldpXdot1ConfigProtocolEntry  
SEQUENCE    
  lldpXdot1ConfigProtocolPortNum LldpPortNumber
  lldpXdot1ConfigProtocolIndex Integer32
  lldpXdot1ConfigProtocolTxEnable TruthValue

LldpXdot1LocEntry  
SEQUENCE    
  lldpXdot1LocPortNum LldpPortNumber
  lldpXdot1LocPortVlanId Integer32

LldpXdot1LocProtoVlanEntry  
SEQUENCE    
  lldpXdot1LocProtoVlanPortNum LldpPortNumber
  lldpXdot1LocProtoVlanId Integer32
  lldpXdot1LocProtoVlanSupported TruthValue
  lldpXdot1LocProtoVlanEnabled TruthValue

LldpXdot1LocVlanNameEntry  
SEQUENCE    
  lldpXdot1LocVlanNamePortNum LldpPortNumber
  lldpXdot1LocVlanId VlanId
  lldpXdot1LocVlanName SnmpAdminString

LldpXdot1LocProtocolEntry  
SEQUENCE    
  lldpXdot1LocProtocolPortNum LldpPortNumber
  lldpXdot1LocProtocolIndex Integer32
  lldpXdot1LocProtocolId OCTET STRING

LldpXdot1RemEntry  
SEQUENCE    
  lldpXdot1RemTimeMark TimeFilter
  lldpXdot1RemLocalPortNum LldpPortNumber
  lldpXdot1RemIndex Integer32
  lldpXdot1RemPortVlanId Integer32

LldpXdot1RemProtoVlanEntry  
SEQUENCE    
  lldpXdot1RemProtoVlanTimeMark TimeFilter
  lldpXdot1RemProtoVlanLocalPortNum LldpPortNumber
  lldpXdot1RemProtoVlanIndex Integer32
  lldpXdot1RemProtoVlanId Integer32
  lldpXdot1RemProtoVlanSupported TruthValue
  lldpXdot1RemProtoVlanEnabled TruthValue

LldpXdot1RemVlanNameEntry  
SEQUENCE    
  lldpXdot1RemVlanNameTimeMark TimeFilter
  lldpXdot1RemVlanNameLocalPortNum LldpPortNumber
  lldpXdot1RemVlanNameIndex Integer32
  lldpXdot1RemVlanId VlanId
  lldpXdot1RemVlanName SnmpAdminString

LldpXdot1RemProtocolEntry  
SEQUENCE    
  lldpXdot1RemProtocolTimeMark TimeFilter
  lldpXdot1RemProtocolLocalPortNum LldpPortNumber
  lldpXdot1RemProtocolIndex Integer32
  lldpXdot1RemProtocolIdIndex Integer32
  lldpXdot1RemProtocolId OCTET STRING

LldpXdot3PortConfigEntry  
SEQUENCE    
  lldpXdot3PortConfigPortNum LldpPortNumber
  lldpXdot3PortConfigTLVsTxEnable BITS

LldpXdot3LocPortEntry  
SEQUENCE    
  lldpXdot3LocPortNum LldpPortNumber
  lldpXdot3LocPortAutoNegSupported TruthValue
  lldpXdot3LocPortAutoNegEnabled TruthValue
  lldpXdot3LocPortAutoNegAdvertisedCap OCTET STRING
  lldpXdot3LocPortOperMauType Integer32

LldpXdot3LocPowerEntry  
SEQUENCE    
  lldpXdot3LocPowerPortNum LldpPortNumber
  lldpXdot3LocPowerPortClass LldpPowerPortClass
  lldpXdot3LocPowerMDISupported TruthValue
  lldpXdot3LocPowerMDIEnabled TruthValue
  lldpXdot3LocPowerPairControlable TruthValue
  lldpXdot3LocPowerPairs Integer32
  lldpXdot3LocPowerClass Integer32

LldpXdot3LocLinkAggEntry  
SEQUENCE    
  lldpXdot3LocLinkAggPortNum LldpPortNumber
  lldpXdot3LocLinkAggStatus LldpLinkAggStatusMap
  lldpXdot3LocLinkAggPortId Integer32

LldpXdot3LocMaxFrameSizeEntry  
SEQUENCE    
  lldpXdot3LocMaxFrameSizePortNum LldpPortNumber
  lldpXdot3LocMaxFrameSize Integer32

LldpXdot3RemPortEntry  
SEQUENCE    
  lldpXdot3RemTimeMark TimeFilter
  lldpXdot3RemLocalPortNum LldpPortNumber
  lldpXdot3RemIndex Integer32
  lldpXdot3RemPortAutoNegSupported TruthValue
  lldpXdot3RemPortAutoNegEnabled TruthValue
  lldpXdot3RemPortAutoNegAdvertisedCap OCTET STRING
  lldpXdot3RemPortOperMauType Integer32

LldpXdot3RemPowerEntry  
SEQUENCE    
  lldpXdot3RemPowerTimeMark TimeFilter
  lldpXdot3RemPowerLocalPortNum LldpPortNumber
  lldpXdot3RemPowerIndex Integer32
  lldpXdot3RemPowerPortClass LldpPowerPortClass
  lldpXdot3RemPowerMDISupported TruthValue
  lldpXdot3RemPowerMDIEnabled TruthValue
  lldpXdot3RemPowerPairControlable TruthValue
  lldpXdot3RemPowerPairs Integer32
  lldpXdot3RemPowerClass Integer32

LldpXdot3RemLinkAggEntry  
SEQUENCE    
  lldpXdot3RemLinkAggTimeMark TimeFilter
  lldpXdot3RemLinkAggLocalPortNum LldpPortNumber
  lldpXdot3RemLinkAggIndex Integer32
  lldpXdot3RemLinkAggStatus LldpLinkAggStatusMap
  lldpXdot3RemLinkAggPortId Integer32

LldpXdot3RemMaxFrameSizeEntry  
SEQUENCE    
  lldpXdot3RemMaxFrameSizeTimeMark TimeFilter
  lldpXdot3RemMaxFrameSizeLocalPortNum LldpPortNumber
  lldpXdot3RemMaxFrameSizeIndex Integer32
  lldpXdot3RemMaxFrameSize Integer32

LldpXMedDeviceClass  
Device Class to which the device is a member. A value of notDefined(0) indicates that the device has capabilities not covered by any of the LLDP-MED classes. A value of endpointClass1(1) indicates that the device has endpoint class 1 capabilities. A value of endpointClass2(2) indicates that the device has endpoint class 2 capabilities. A value of endpointClass3(3) indicates that the device has endpoint class 3 capabilities. A value of networkConnectivity(4) indicates that the device has network connectivity device capabilities.
TEXTUAL-CONVENTION    
  INTEGER notDefined(0), endpointClass1(1), endpointClass2(2), endpointClass3(3), networkConnectivity(4)  

LldpXMedCapabilities  
Bitmap that includes the MED organizationally defined set of LLDP TLVs the device is capable of and whose transmission is allowed on the local LLDP agent by network management. Each bit in the bitmap corresponds to an LLDP-MED subtype associated with a specific TIA TR41.4 MED TLV. Having the bit 'capabilities(0)' set indicates that the LLDP agent refers to the Capabilities TLVs. Having the bit 'networkPolicy(1)' set indicates that the LLDP agent refers to the Network Policy TLVs. Having the bit 'location(2)' set indicates that the LLDP agent refers to the Emergency Communications System Location TLVs. Having the bit 'extendedPSE(3)' set indicates that the LLDP agent refers to the Extended PoE TLVs with PSE capabilities. Having the bit 'extendedPD(4)' set indicates that the LLDP agent refers to the Extended PoE TLVs with PD capabilities. Having the bit 'inventory(5)' set indicates that the LLDP agent refers to the Hardware Revision, Firmware Revision, Software Revision, Serial Number, Manufacturer Name, Model Name, and Asset ID TLVs.
TEXTUAL-CONVENTION    
  BITS capabilities(0), networkPolicy(1), location(2), extendedPSE(3), extendedPD(4), inventory(5)  

PolicyAppType  
The media type that defines the primary function of the application for the policy advertised by an endpoint. Having the bit voice(1) set indicates that the media type defining a primary function of the application for the policy advertised on the local port is voice. Having the bit voiceSignaling(3) set indicates that the media type defining a primary function of the application for the policy advertised on the local port is voice signaling. Having the bit guestVoice(4) set indicates that the media type Defining a primary function of the application for the policy advertised on the local port is guest voice. Having the bit guestVoiceSignaling(5) set indicates that the media type defining a primary function of the application for the policy advertised on the local port is guest voice signaling. Having the bit softPhoneVoice(6) set indicates that the media type Defining a primary function of the application for the policy advertised on the local port is softphone voice. Having the bit videoConferencing(7) set indicates that the media type defining a primary function of the application for the policy advertised on the local port is voice. Having the bit streamingVideo(8) set indicates that the media type defining a primary function of the application for the policy advertised on the local port is streaming video. Having the bit videoSignaling(2) set indicates that the media type defining a primary function of the application for the policy advertised on the local port is video signaling.
TEXTUAL-CONVENTION    
  BITS unknown(0), voice(1), voiceSignaling(2), guestVoice(3), guestVoiceSignaling(4), softPhoneVoice(5), videoconferencing(6), streamingVideo(7), videoSignaling(8)  

LldpXMedPortConfigEntry  
SEQUENCE    
  lldpXMedPortConfigPortNum LldpPortNumber
  lldpXMedPortCapSupported LldpXMedCapabilities
  lldpXMedPortConfigTLVsTxEnable LldpXMedCapabilities
  lldpXMedPortConfigNotifEnable TruthValue

LldpXMedLocMediaPolicyEntry  
SEQUENCE    
  lldpXMedLocMediaPolicyPortNum LldpPortNumber
  lldpXMedLocMediaPolicyAppType PolicyAppType
  lldpXMedLocMediaPolicyVlanID Integer32
  lldpXMedLocMediaPolicyPriority Integer32
  lldpXMedLocMediaPolicyDscp Dscp
  lldpXMedLocMediaPolicyUnknown TruthValue
  lldpXMedLocMediaPolicyTagged TruthValue

LldpXMedRemCapabilitiesEntry  
SEQUENCE    
  lldpXMedRemCapTimeMark TimeFilter
  lldpXMedRemCapPortNum LldpPortNumber
  lldpXMedRemCapIndex Integer32
  lldpXMedRemCapSupported LldpXMedCapabilities

LldpXMedRemMediaPolicyEntry  
SEQUENCE    
  lldpXMedRemMediaPolicyTimeMark TimeFilter
  lldpXMedRemMediaPolicyPortNum LldpPortNumber
  lldpXMedRemMediaPolicyIndex Integer32
  lldpXMedRemMediaPolicyAppType PolicyAppType
  lldpXMedRemMediaPolicyVlanID Integer32
  lldpXMedRemMediaPolicyPriority Integer32
  lldpXMedRemMediaPolicyDscp Dscp
  lldpXMedRemMediaPolicyUnknown TruthValue
  lldpXMedRemMediaPolicyTagged TruthValue

LldpXMedRemInventoryEntry  
SEQUENCE    
  lldpXMedRemTimeMark TimeFilter
  lldpXMedRemPortNum LldpPortNumber
  lldpXMedRemIndex Integer32
  lldpXMedRemHardwareRev SnmpAdminString
  lldpXMedRemFirmwareRev SnmpAdminString
  lldpXMedRemSoftwareRev SnmpAdminString
  lldpXMedRemSerialNum SnmpAdminString
  lldpXMedRemMfgName SnmpAdminString
  lldpXMedRemModelName SnmpAdminString
  lldpXMedRemAssetID SnmpAdminString

DdpEntry  
SEQUENCE    
  ddpPort INTEGER
  ddpPortStatus INTEGER

RmonStatsEntry  
SEQUENCE    
  rmonStatsIndex Integer32
  rmonStatsDataSource OBJECT IDENTIFIER
  rmonStatsOwner OwnerString
  rmonStatsOctets Counter32
  rmonStatsPkts Counter32
  rmonStatsBroadcastPkts Counter32
  rmonStatsMulticastPkts Counter32
  rmonStatsUndersizePkts Counter32
  rmonStatsOversizePkts Counter32
  rmonStatsFragments Counter32
  rmonStatsJabbers Counter32
  rmonStatsCRCErrors Counter32
  rmonStatsCollisions Counter32
  rmonStatsDropEvents Counter32
  rmonStatsPkts64Octets Counter32
  rmonStatsPkts65to127Octets Counter32
  rmonStatsPkts128to255Octets Counter32
  rmonStatsPkts256to511Octets Counter32
  rmonStatsPkts512to1023Octets Counter32
  rmonStatsPkts1024to1518Octets Counter32
  rmonStatsStatus RmonStatus

RmonHistoryControlEntry  
SEQUENCE    
  rmonHistoryControlIndex Integer32
  rmonHistoryControlDataSource OBJECT IDENTIFIER
  rmonHistoryControlBucketsRequested Integer32
  rmonHistoryControlBucketsGranted Integer32
  rmonHistoryControlInterval Integer32
  rmonHistoryControlOwner OwnerString
  rmonHistoryControlStatus RmonStatus

RmonHistoryEntry  
SEQUENCE    
  rmonHistoryIndex Integer32
  rmonHistorySampleIndex Integer32
  rmonHistoryOctets Counter32
  rmonHistoryPkts Counter32
  rmonHistoryBroadcastPkts Counter32
  rmonHistoryMulticastPkts Counter32
  rmonHistoryUtilization Integer32
  rmonHistoryUndersizePkts Counter32
  rmonHistoryOversizePkts Counter32
  rmonHistoryFragments Counter32
  rmonHistoryJabbers Counter32
  rmonHistoryCRCErrors Counter32
  rmonHistoryCollisions Counter32
  rmonHistoryDropEvents Counter32

RmonAlarmEntry  
SEQUENCE    
  rmonAlarmIndex Integer32
  rmonAlarmInterval Integer32
  rmonAlarmVariable OBJECT IDENTIFIER
  rmonAlarmSampleType INTEGER
  rmonAlarmValue Integer32
  rmonAlarmStartupAlarm INTEGER
  rmonAlarmRisingThreshold Integer32
  rmonAlarmFallingThreshold Integer32
  rmonAlarmRisingEventNumber Integer32
  rmonAlarmFallingEventNumber Integer32
  rmonAlarmOwner OwnerString
  rmonAlarmStatus RmonStatus

RmonEventEntry  
SEQUENCE    
  rmonEventIndex Integer32
  rmonEventDescription DisplayString
  rmonEventType INTEGER
  rmonEventCommunity OwnerString
  rmonEventOwner OwnerString
  rmonEventStatus RmonStatus
  rmonEventLastTimeSent TimeTicks

RmonLogEntry  
SEQUENCE    
  rmonLogEventIndex Integer32
  rmonLogIndex Integer32
  rmonLogTime TimeTicks
  rmonLogDescription DisplayString

TrafficSegmentationEntry  
SEQUENCE    
  trafficSegmentationIfIndex InterfaceIndex
  trafficSegmentationMemberList PortList

DoSCtrlEntry  
SEQUENCE    
  doSCtrlType INTEGER
  doSCtrlState INTEGER
  doSCtrlActionType INTEGER

ArpAgingTimeEntry  
SEQUENCE    
  arpAgingTimeIntrefaceID Integer32
  arpAgingTimeTimeout Integer32

ARPEntry  
SEQUENCE    
  arpIntrefaceID Integer32
  arpIpAddr IpAddress
  arpMacAddress MacAddress
  arpType INTEGER
  arpRowStatus RowStatus

PowerSavingShutdownEntry  
SEQUENCE    
  psShutdownPort Integer32
  psShutdownTimeRange DisplayString

GreenEeeEntry  
SEQUENCE    
  eeePort Integer32
  eeestate INTEGER

PortSecurityEntry  
SEQUENCE    
  portSecurityPort Integer32
  portSecurityState INTEGER
  portSecuritySysMax Integer32
  portSecurityVioAction INTEGER
  portSecuritySecurMode INTEGER
  portSecurityAgingTime Integer32
  portSecurityAgingType INTEGER
  portSecurityCurrentNo Integer32
  portSecurityVioCount Integer32
  portSecurityCurState INTEGER

PortSecurityAddrEntry  
SEQUENCE    
  portSecAddrVID Unsigned32
  portSecAddrMAC MacAddress
  portSecAddrPort Integer32
  portSecAddrType INTEGER
  portSecAddrRowStatus RowStatus
  portSecAddrRemainTime Integer32

CableDiagTestPairEntry  
SEQUENCE    
  cableDiagTestPortPair Integer32
  cableDiagTestResultPair1 INTEGER
  cableDiagTestResultPair2 INTEGER
  cableDiagTestResultPair3 INTEGER
  cableDiagTestResultPair4 INTEGER
  cableDiagTestLenPair1 Integer32
  cableDiagTestLenPair2 Integer32
  cableDiagTestLenPair3 Integer32
  cableDiagTestLenPair4 Integer32
  cableDiagTestLenPairClear Integer32

SslServicePolicyEntry  
SEQUENCE    
  sslServicePolicyName DisplayString
  sslServicePolicyCipherSuites BITS
  sslServicePolicyCacheTimeout Unsigned32
  sslServicePolicyRowStatus RowStatus

DhcpSerScrProfileEntry  
SEQUENCE    
  dhcpSerScrProfileName DisplayString
  dhcpSerScrProfileClientMac MacAddress
  dhcpSerScrProfileRowStatus RowStatus

DhcpSerScrLogEntry  
SEQUENCE    
  dhcpSerScrLogIndex Unsigned32
  dhcpSerScrLogVlanID INTEGER
  dhcpSerScrLogIPAddr InetAddress
  dhcpSerScrLogMacAddr MacAddress
  dhcpSerScrLogOccurrence DisplayString

DhcpSerScrPortEntry  
SEQUENCE    
  dhcpSerScrPortIndex Integer32
  dhcpSerScrPortState INTEGER
  dhcpSerScrPortServerAddrType InetAddressType
  dhcpSerScrPortServerIP InetAddress
  dhcpSerScrPortProfileName DisplayString

UserAccountsEntry  
SEQUENCE    
  userName SnmpAdminString
  userPrivilege Unsigned32
  userEncryptControl INTEGER
  userPassword DisplayString
  userRowStatus RowStatus

UserSessionEntry  
SEQUENCE    
  sessionID Unsigned32
  liveTime TimeTicks
  loginType INTEGER
  loginIP InetAddress
  loginUserLevel INTEGER
  loginUserName DisplayString

TrustedHostEntry  
SEQUENCE    
  trustedHostType INTEGER
  trustedHostACLName DisplayString
  trustedHostRowStatus RowStatus

StormCtrlEntry  
SEQUENCE    
  stormCtrlIndex Integer32
  stormCtrlActionMode INTEGER
  stormCtrlLevelType INTEGER

StormCtrlThresholdEntry  
SEQUENCE    
  stormCtrlThresholdIndex Integer32
  stormCtrlThresholdType INTEGER
  stormCtrlThresholdRiseThre Integer32
  stormCtrlThresholdLowThre Integer32
  stormCtrlThresholdCurrRate Integer32
  stormCtrlThresholdStormState INTEGER

SyslogServerEntry  
SEQUENCE    
  syslogServerIndex Integer32
  syslogServerAddressType InetAddressType
  syslogServerAddress InetAddress
  syslogServerPort INTEGER
  syslogServerSeverity INTEGER
  syslogServerFacility INTEGER
  syslogServerRowstatus RowStatus

SyslogBufferEntry  
SEQUENCE    
  syslogBufferIndex Unsigned32
  syslogBufferDateAndTime DisplayString
  syslogBufferDescription DisplayString
  syslogBufferSeverity INTEGER

MirrorSessionEntry  
SEQUENCE    
  mirrorSessionNumber Integer32
  mirrorDestinationPort Integer32
  mirrorSourceIngressPort PortList
  mirrorSourceEgressPort PortList
  mirrorSessionRowStatus RowStatus

StatisticsEntry  
SEQUENCE    
  statPort InterfaceIndex
  statPortRxRateBytes Counter32
  statPortRxRatePackets Counter32
  statPortRxTotalBytes Counter64
  statPortRxTotalPackets Counter64
  statPortTxRateBytes Counter32
  statPortTxRatePackets Counter32
  statPortTxTotalBytes Counter64
  statPortTxTotalPackets Counter64
  statPortRxMulticast Counter64
  statPortRxUnicast Counter64
  statPortRxBroadcast Counter64
  statPortTxMulticast Counter64
  statPortTxUnicast Counter64
  statPortTxBroadcast Counter64
  statCountersrxHCPkt64Octets Counter64
  statCountersrxHCPkt65to127Octets Counter64
  statCountersrxHCPkt128to255Octets Counter64
  statCountersrxHCPkt256to511Octets Counter64
  statCountersrxHCPkt512to1023Octets Counter64
  statCountersrxHCPkt1024to1518Octets Counter64
  statCountersrxHCPkt1519to2047Octets Counter64
  statCountersrxHCPkt2048to4095Octets Counter64
  statCountersrxHCPkt4096to9216Octets Counter64
  statCounterstxHCPkt64Octets Counter64
  statCounterstxHCPkt65to127Octets Counter64
  statCounterstxHCPkt128to255Octets Counter64
  statCounterstxHCPkt256to511Octets Counter64
  statCounterstxHCPkt512to1023Octets Counter64
  statCounterstxHCPkt1024to1518Octets Counter64
  statCounterstxHCPkt1519to2047Octets Counter64
  statCounterstxHCPkt2048to4095Octets Counter64
  statCounterstxHCPkt4096to9216Octets Counter64

StatisticsErrorEntry  
SEQUENCE    
  statPortCountPort InterfaceIndex
  statCountersrxDroppkts Counter32
  statCountersrxMTUDropPkts Counter32
  statPortCountDeferredTx Counter32
  statCountersdot3StatsSingleColFrames Counter32
  statPortCountExcessCol Counter32
  statPortCountLateCol Counter32
  statPortCountAlignErr Counter32
  statPortCountFCSErr Counter32
  statCountersifOutDiscards Counter32
  statPortCountMultiCol Counter32
  statPortCountCarriSen Counter32
  statPortCountSQETestErr Counter32
  statCountersdot3StatsDeferredTransmisions Counter32
  statPortCountIntMacTx Counter32
  statPortCountIntMacRx Counter32
  statCountersrxCRCAlignErrors Counter32
  statCountersrxUndersizedPkts Counter32
  statCountersrxOversizedPkts Counter32
  statCountersrxFragmentPkts Counter32
  statCountersrxJabbers Counter32
  statCountersrxSymbolErrors Counter32
  statCountersrxMulticastDropPkts Counter32
  statCountersifInErrors Counter32
  statCountersifOutErrors Counter32
  statCountersifInDiscards Counter32
  statCountersifInUnknownProtos Counter32
  statCounterstxDelayExceededDiscards Counter32

StatCounterClearEntry  
SEQUENCE    
  statCounterClearIndex INTEGER
  statCounterClearStatus INTEGER
  statCounterLinkChange INTEGER

FdbUnicastStaticFDBEntry  
SEQUENCE    
  fdbUnicastStaticFDBVID Integer32
  fdbUnicastStaticFDBMACAddr MacAddress
  fdbUnicastStaticFDBPort InterfaceIndex
  fdbUnicastStaticFDBState INTEGER
  fdbUnicastStaticFDBRowStatus RowStatus

FdbMulticastStaticFDBEntry  
SEQUENCE    
  fdbMulticastStaticFDBVID Integer32
  fdbMulticastStaticFDBMACAddr MacAddress
  fdbMulticastStaticFDBEgressPorts PortList
  fdbMulticastStaticFDBRowStatus RowStatus

FdbMACAddressLearningEntry  
SEQUENCE    
  fdbMACAddressLearningPort InterfaceIndex
  fdbMACAddressLearningState INTEGER

FdbMACAddressTableEntry  
SEQUENCE    
  fdbMACAddrTabVID Integer32
  fdbMACAddrTabMACAddr MacAddress
  fdbMACAddrTabType INTEGER
  fdbMACAddrTabPort DisplayString

QosPortDefaultCoSEntry  
SEQUENCE    
  qosPortindex Integer32
  qosPortDefMode INTEGER
  qosPortDefCos Integer32
  qosPortDefOverride INTEGER

QosPortSchedulerMethodEntry  
SEQUENCE    
  qosSchedulingModeBasePort Integer32
  qosSchedulingMode INTEGER

QosQueueSettingsEntry  
SEQUENCE    
  qosQueueBasePort Integer32
  qosQueueID INTEGER
  qosQueueWrrWeight INTEGER
  qosQueueQuantum INTEGER

QosCoS2QueueEntry  
SEQUENCE    
  qosCoS2QueCos Integer32
  qosCos2QueQueueID Integer32

QosPortRateLimitingEntry  
SEQUENCE    
  qosBandwidthBasePort Integer32
  qosBandwidthRxRate Integer32
  qosBandwidthRxRateMode INTEGER
  qosBandwidthRxBurst Integer32
  qosBandwidthTxRate Integer32
  qosBandwidthTxRateMode INTEGER
  qosBandwidthTxBurst Integer32

QosQueueRateLimitingEntry  
SEQUENCE    
  qosQueueBandwidthBasePort Integer32
  qosQueueBandwidthQueId Unsigned32
  qosQueueBandwidthMinRate Integer32
  qosQueueBandwidthMaxRate Integer32
  qosQueueBandwidthRateMode INTEGER

QosDscpMapCosEntry  
SEQUENCE    
  qosPortIndex Integer32
  qosTrustMode INTEGER

QosDscpValueMapCosEntry  
SEQUENCE    
  qosDscpPort Integer32
  qosDscpCos Integer32
  qosDscpMapCosList PortList

IgsVlanFilterEntry  
SEQUENCE    
  igsVlanFilterVlanId Integer32
  igsVlanSnoopStatus INTEGER
  igsVlanFastLeave INTEGER
  igsVlanQuerier INTEGER
  igsVlanCfgQuerier INTEGER
  igsVlanQuerierVersion INTEGER
  igsVlanQueryInterval Integer32
  igsVlanMaxResponseTime Integer32
  igsVlanRobustnessValue Integer32
  igsVlanLastMemberQueryInterval Integer32

IgsVlanMulticastGroupEntry  
SEQUENCE    
  igsVlanMulticastGroupVlanId Integer32
  igsVlanMulticastGroupIpAddress IpAddress
  igsVlanMulticastGroupReceiverPortIndex InterfaceIndex
  igsVlanMulticastGroupReceiverSrcAddr IpAddress
  igsVlanMulticastGroupMacAddress MacAddress
  igsVlanMulticastGroupExp TimeTicks
  igsVlanMulticastGroupPortList PortList

IgsVlanStaticMcastGrpEntry  
SEQUENCE    
  igsVlanStaticMcastGrpVlanId Integer32
  igsVlanStaticMcastGrpGroupAddress InetAddress
  igsVlanStaticMcastGrpPortList PortList
  igsVlanStaticMcastGrpRowStatus RowStatus

IgsVlanRouterEntry  
SEQUENCE    
  igsVlanRouterVlanId Integer32
  igsVlanRouterStaticPortList PortList
  igsVlanRouterBlockPortList PortList
  igsVlanRouterDynamicPortList PortList

IgsStatsEntry  
SEQUENCE    
  igsStatsVlanId Integer32
  igsStatsIGMPv1RxReport Counter32
  igsStatsIGMPv1RxQueries Counter32
  igsStatsIGMPv1TxReport Counter32
  igsStatsIGMPv1TxQueries Counter32
  igsStatsIGMPv2RxReport Counter32
  igsStatsIGMPv2RxQueries Counter32
  igsStatsIGMPv2RxLeave Counter32
  igsStatsIGMPv2TxReport Counter32
  igsStatsIGMPv2TxQueries Counter32
  igsStatsIGMPv2TxLeave Counter32
  igsStatsIGMPv3RxReport Counter32
  igsStatsIGMPv3RxQueries Counter32
  igsStatsIGMPv3TxReport Counter32
  igsStatsIGMPv3TxQueries Counter32

MldVlanFilterEntry  
SEQUENCE    
  mldVlanFilterVlanId Integer32
  mldVlanSnoopStatus INTEGER
  mldVlanFastLeave INTEGER
  mldVlanQuerier INTEGER
  mldVlanCfgQuerier INTEGER
  mldVlanQuerierVersion INTEGER
  mldVlanQueryInterval Integer32
  mldVlanMaxResponseTime Integer32
  mldVlanRobustnessValue Integer32
  mldVlanLastListenerQueryInterval Integer32

MldVlanMulticastGroupEntry  
SEQUENCE    
  mldVlanMulticastGroupVlanId Integer32
  mldVlanMulticastGroupIpAddress Ipv6Address
  mldVlanMulticastGroupReceiverPortIndex InterfaceIndex
  mldVlanMulticastGroupReceiverSrcAddr Ipv6Address
  mldVlanMulticastGroupMacAddress MacAddress
  mldVlanMulticastGroupExp TimeTicks
  mldVlanMulticastGroupPortList PortList

MldVlanStaticMcastGrpEntry  
SEQUENCE    
  mldVlanStaticMcastGrpVlanId Integer32
  mldVlanStaticMcastGrpGroupAddress InetAddress
  mldVlanStaticMcastGrpPortList PortList
  mldVlanStaticMcastGrpRowStatus RowStatus

MldVlanRouterEntry  
SEQUENCE    
  mldVlanRouterVlanId Integer32
  mldVlanRouterStaticPortList PortList
  mldVlanRouterBlockPortList PortList
  mldVlanRouterDynamicPortList PortList

MldStatsEntry  
SEQUENCE    
  mldStatsVlanId Integer32
  mldStatsMLDv1RxReport Counter32
  mldStatsMLDv1RxDone Counter32
  mldStatsMLDv1TxReport Counter32
  mldStatsMLDv1TxDone Counter32
  mldStatsMLDv2RxReport Counter32
  mldStatsMLDv2TxReport Counter32
  mldStatsRxQueries Counter32
  mldStatsTxQueries Counter32

MulticastFilterVlanEntry  
SEQUENCE    
  multicastFilterVlanIndex Integer32
  multicastFilterVlanType INTEGER

FirmwareInformationEntry  
SEQUENCE    
  firmwareInfoImageID Integer32
  firmwareInfoVersion DisplayString
  firmwareInfoSizeB Unsigned32
  firmwareInfoUpdateTime DisplayString

DevFunCfgInfoEntry  
SEQUENCE    
  devFunCfgId INTEGER
  devFunCfgSize INTEGER
  devFunCfgUpdateTime DisplayString

DevPingV4ProbeHistoryEntry  
SEQUENCE    
  devPingIndex INTEGER
  devPingProbeIndex INTEGER
  devPingProbeHistoryResponseTime Unsigned32

DevIpv6PingProbeHistoryEntry  
SEQUENCE    
  devIpv6PingIndex INTEGER
  devIpv6PingProbeIndex INTEGER
  devIpv6PingProbeHistoryResponseTime Unsigned32

DeviceErrorCodeEntry  
SEQUENCE    
  devErrorCodeIndex Integer32
  devErrorString DisplayString

AclProfileEntry  
SEQUENCE    
  aclProfileNo Integer32
  aclProfileName SnmpAdminString
  aclProfileType INTEGER
  aclProfileRuleCount Integer32
  aclProfileRemark SnmpAdminString
  aclProfileRuleIdStart INTEGER
  aclProfileRuleIdStep INTEGER
  aclProfileRuleCounterState INTEGER
  aclProfileRuleCounterClear INTEGER
  aclProfileStatus RowStatus

AclL2RuleEntry  
SEQUENCE    
  aclL2ProfileID Integer32
  aclL2AccessID Integer32
  aclL2RuleEtherType Integer32
  aclL2RuleDstMacAddr MacAddress
  aclL2RuleSrcMacAddr MacAddress
  aclL2RuleVlanId Integer32
  aclL2Rule1pPriority Integer32
  aclL2RuleDstMacAddrMask MacAddress
  aclL2RuleSrcMacAddrMask MacAddress
  aclL2RuleTimeRange SnmpAdminString
  aclL2RuleAction INTEGER
  aclL2RuleEtherTypeMask Integer32
  aclL2RuleMatchCount Counter32
  aclL2RuleStatus RowStatus

AclL3v4RuleEntry  
SEQUENCE    
  aclL3v4RuleProfileNo Integer32
  aclL3v4RuleAccessID Integer32
  aclL3v4RuleDstIpAddr IpAddress
  aclL3v4RuleSrcIpAddr IpAddress
  aclL3v4RuleDstIpAddrMask IpAddress
  aclL3v4RuleSrcIpAddrMask IpAddress
  aclL3v4RuleAction INTEGER
  aclL3v4RuleTimeRange SnmpAdminString
  aclL3v4RuleMatchCount Counter32
  aclL3v4RuleStatus RowStatus

AclL3v4ExtRuleEntry  
SEQUENCE    
  aclL3v4ExtRuleProfileNo Integer32
  aclL3v4ExtRuleAccessID Integer32
  aclL3v4ExtRuleProtocol INTEGER
  aclL3v4ExtRuleFragments INTEGER
  aclL3v4ExtRuleICMPMessageType Integer32
  aclL3v4ExtRuleICMPMessageCode Integer32
  aclL3v4ExtRuleDstIpAddr IpAddress
  aclL3v4ExtRuleSrcIpAddr IpAddress
  aclL3v4ExtRuleDstIpAddrMask IpAddress
  aclL3v4ExtRuleSrcIpAddrMask IpAddress
  aclL3v4ExtRuleTcpUdpDstOperator INTEGER
  aclL3v4ExtRuleTcpUdpDstPort Integer32
  aclL3v4ExtRuleTcpUdpMinDstPort Unsigned32
  aclL3v4ExtRuleTcpUdpMaxDstPort Unsigned32
  aclL3v4ExtRuleTcpUdpSrcOperator INTEGER
  aclL3v4ExtRuleTcpUdpSrcPort Integer32
  aclL3v4ExtRuleTcpUdpMinSrcPort Unsigned32
  aclL3v4ExtRuleTcpUdpMaxSrcPort Unsigned32
  aclL3v4ExtRuleIPPrecedence Integer32
  aclL3v4ExtRuleDscp Integer32
  aclL3v4ExtRuleToS Integer32
  aclL3v4ExtRuleTcpAckBit INTEGER
  aclL3v4ExtRuleTcpRstBit INTEGER
  aclL3v4ExtRuleTcpUrgBit INTEGER
  aclL3v4ExtRuleTcpPshBit INTEGER
  aclL3v4ExtRuleTcpSynBit INTEGER
  aclL3v4ExtRuleTcpFinBit INTEGER
  aclL3v4ExtRuleAction INTEGER
  aclL3v4ExtRuleTimeRange SnmpAdminString
  aclL3v4ExtRuleMatchCount Counter32
  aclL3v4ExtRuleStatus RowStatus

AclL3v6RuleEntry  
SEQUENCE    
  aclL3v6RuleProfileNo Integer32
  aclL3v6RuleAccessID Integer32
  aclL3v6RuleDstIpv6Addr Ipv6Address
  aclL3v6RuleSrcIpv6Addr Ipv6Address
  aclL3v6RuleDstIpv6AddrPrefixLen InetAddressPrefixLength
  aclL3v6RuleSrcIpv6AddrPrefixLen InetAddressPrefixLength
  aclL3v6RuleAction INTEGER
  aclL3v6RuleTimeRange SnmpAdminString
  aclL3v6RuleMatchCount Counter32
  aclL3v6RuleStatus RowStatus

AclL3v6ExtRuleEntry  
SEQUENCE    
  aclL3v6ExtRuleProfileNo Integer32
  aclL3v6ExtRuleAccessID Integer32
  aclL3v6ExtRuleDscp Integer32
  aclL3v6ExtRuleProtocol INTEGER
  aclL3v6ExtRuleFragments INTEGER
  aclL3v6ExtRuleTcpUdpDstOperator INTEGER
  aclL3v6ExtRuleTcpUdpDstPort Integer32
  aclL3v6ExtRuleTcpUdpMinDstPort Unsigned32
  aclL3v6ExtRuleTcpUdpMaxDstPort Unsigned32
  aclL3v6ExtRuleTcpUdpSrcOperator INTEGER
  aclL3v6ExtRuleTcpUdpSrcPort Integer32
  aclL3v6ExtRuleTcpUdpMinSrcPort Unsigned32
  aclL3v6ExtRuleTcpUdpMaxSrcPort Unsigned32
  aclL3v6ExtRuleICMPv6MessageType Integer32
  aclL3v6ExtRuleICMPv6MessageCode Integer32
  aclL3v6ExtRuleDstIpv6Addr Ipv6Address
  aclL3v6ExtRuleSrcIpv6Addr Ipv6Address
  aclL3v6ExtRuleDstIpv6AddrPrefixLen InetAddressPrefixLength
  aclL3v6ExtRuleSrcIpv6AddrPrefixLen InetAddressPrefixLength
  aclL3v6ExtRuleTcpAckBit INTEGER
  aclL3v6ExtRuleTcpRstBit INTEGER
  aclL3v6ExtRuleTcpUrgBit INTEGER
  aclL3v6ExtRuleTcpPshBit INTEGER
  aclL3v6ExtRuleTcpSynBit INTEGER
  aclL3v6ExtRuleTcpFinBit INTEGER
  aclL3v6ExtRuleFlowLabel Integer32
  aclL3v6ExtRuleAction INTEGER
  aclL3v6ExtRuleTimeRange SnmpAdminString
  aclL3v6ExtRuleMatchCount Counter32
  aclL3v6ExtRuleStatus RowStatus

AclExpertExtRuleEntry  
SEQUENCE    
  aclExpertExtRuleProfileNo Integer32
  aclExpertExtRuleAccessID Integer32
  aclExpertExtRuleProtocol INTEGER
  aclExpertExtRuleFragments INTEGER
  aclExpertExtRuleICMPMessageType Integer32
  aclExpertExtRuleICMPMessageCode Integer32
  aclExpertExtRuleDstIpAddr IpAddress
  aclExpertExtRuleSrcIpAddr IpAddress
  aclExpertExtRuleDstIpAddrMask IpAddress
  aclExpertExtRuleSrcIpAddrMask IpAddress
  aclExpertExtRuleTcpUdpDstOperator INTEGER
  aclExpertExtRuleTcpUdpDstPort Integer32
  aclExpertExtRuleTcpUdpMinDstPort INTEGER
  aclExpertExtRuleTcpUdpMaxDstPort INTEGER
  aclExpertExtRuleTcpUdpSrcOperator INTEGER
  aclExpertExtRuleTcpUdpSrcPort Integer32
  aclExpertExtRuleTcpUdpMinSrcPort INTEGER
  aclExpertExtRuleTcpUdpMaxSrcPort INTEGER
  aclExpertExtRuleIPPrecedence Integer32
  aclExpertExtRuleDscp Integer32
  aclExpertExtRuleToS Integer32
  aclExpertExtRuleTcpAckBit INTEGER
  aclExpertExtRuleTcpRstBit INTEGER
  aclExpertExtRuleTcpUrgBit INTEGER
  aclExpertExtRuleTcpPshBit INTEGER
  aclExpertExtRuleTcpSynBit INTEGER
  aclExpertExtRuleTcpFinBit INTEGER
  aclExpertExtRuleDstMacAddr MacAddress
  aclExpertExtRuleSrcMacAddr MacAddress
  aclExpertExtRuleVlanId Integer32
  aclExpertExtRule1pPriority Integer32
  aclExpertExtRuleDstMacAddrMask MacAddress
  aclExpertExtRuleSrcMacAddrMask MacAddress
  aclExpertExtRuleAction INTEGER
  aclExpertExtRuleTimeRange SnmpAdminString
  aclExpertExtRuleMatchCount Counter32
  aclExpertExtRuleStatus RowStatus

AclPortGroupEntry  
SEQUENCE    
  aclPortIndex Integer32
  aclPortDirection INTEGER
  aclPortL2ProfileNo Integer32
  aclPortL3v4StdProfileNo Integer32
  aclPortL3v4ExtProfileNo Integer32
  aclPortL3v6StdProfileNo Integer32
  aclPortL3v6ExtProfileNo Integer32
  aclPortExpertProfileNo Integer32

SnmpViewEntry  
SEQUENCE    
  snmpViewName SnmpAdminString
  snmpViewSubtree OBJECT IDENTIFIER
  snmpViewType INTEGER
  snmpViewStatus RowStatus

SnmpCommunityEntry  
SEQUENCE    
  snmpCommName SnmpAdminString
  snmpCommKeyType INTEGER
  snmpCommViewName SnmpAdminString
  snmpCommAccessRight INTEGER
  snmpCommIPAccListName SnmpAdminString
  snmpCommStatus RowStatus

SnmpGroupEntry  
SEQUENCE    
  snmpGroupName SnmpAdminString
  snmpGroupSecurityModel INTEGER
  snmpGroupSecurityLevel INTEGER
  snmpGroupReadViewName SnmpAdminString
  snmpGroupWriteViewName SnmpAdminString
  snmpGroupNotifyViewName SnmpAdminString
  snmpGroupIpListName SnmpAdminString
  snmpGroupStatus RowStatus

SnmpUserEntry  
SEQUENCE    
  snmpUserName SnmpAdminString
  snmpUserVersion INTEGER
  snmpUserGroupName SnmpAdminString
  snmpUserV3Encrypt INTEGER
  snmpUserAuthProtocol INTEGER
  snmpUserAuthProtocolPassword SnmpAdminString
  snmpUserPrivProtocol INTEGER
  snmpUserPrivProtocolPassword SnmpAdminString
  snmpUserAuthProtoByKey INTEGER
  snmpUserAuthProtoKey SnmpAdminString
  snmpUserPrivProtoByKey INTEGER
  snmpUserPrivProtoKey SnmpAdminString
  snmpUserIpListName SnmpAdminString
  snmpUserStatus RowStatus

SnmpHostEntry  
SEQUENCE    
  snmpHostAddress InetAddress
  snmpHostIPType INTEGER
  snmpHostVersion INTEGER
  snmpHostUDPPort Integer32
  snmpHostCommunityName SnmpAdminString
  snmpHostStatus RowStatus

Defined Values




dxs-1210-12sc 1.3.6.1.4.1.171.10.139.3
OBJECT IDENTIFIER    

dxs-1210-12sc-AX 1.3.6.1.4.1.171.10.139.3.1
OBJECT IDENTIFIER    

dlinkDeviceInfo 1.3.6.1.4.1.171.10.139.3.1.1
OBJECT IDENTIFIER    

deviceInfoGroup 1.3.6.1.4.1.171.10.139.3.1.1.1
OBJECT IDENTIFIER    

dlinkSystem 1.3.6.1.4.1.171.10.139.3.1.2
OBJECT IDENTIFIER    

sysInformationGroup 1.3.6.1.4.1.171.10.139.3.1.2.1
OBJECT IDENTIFIER    

syslogGroup 1.3.6.1.4.1.171.10.139.3.1.2.4
OBJECT IDENTIFIER    

sysPortConfigGroup 1.3.6.1.4.1.171.10.139.3.1.2.13
OBJECT IDENTIFIER    

sysSNTPSettingGroup 1.3.6.1.4.1.171.10.139.3.1.2.17
OBJECT IDENTIFIER    

sysTimeRangeGroup 1.3.6.1.4.1.171.10.139.3.1.2.38
OBJECT IDENTIFIER    

dlinkManagement 1.3.6.1.4.1.171.10.139.3.1.3
OBJECT IDENTIFIER    

mgtUserAccountGroup 1.3.6.1.4.1.171.10.139.3.1.3.1
OBJECT IDENTIFIER    

mgtPasswordEncryptionGroup 1.3.6.1.4.1.171.10.139.3.1.3.2
OBJECT IDENTIFIER    

mgtSnmpGroup 1.3.6.1.4.1.171.10.139.3.1.3.3
OBJECT IDENTIFIER    

mgtRMONGroup 1.3.6.1.4.1.171.10.139.3.1.3.4
OBJECT IDENTIFIER    

mgtTelnetWebGroup 1.3.6.1.4.1.171.10.139.3.1.3.5
OBJECT IDENTIFIER    

mgtSessionTimeoutGroup 1.3.6.1.4.1.171.10.139.3.1.3.6
OBJECT IDENTIFIER    

mgtDDPGroup 1.3.6.1.4.1.171.10.139.3.1.3.14
OBJECT IDENTIFIER    

dlinkL2Features 1.3.6.1.4.1.171.10.139.3.1.4
OBJECT IDENTIFIER    

l2FDBGroup 1.3.6.1.4.1.171.10.139.3.1.4.1
OBJECT IDENTIFIER    

l2Dot1qVlanGroup 1.3.6.1.4.1.171.10.139.3.1.4.2
OBJECT IDENTIFIER    

l2STPGroup 1.3.6.1.4.1.171.10.139.3.1.4.3
OBJECT IDENTIFIER    

l2LBDGroup 1.3.6.1.4.1.171.10.139.3.1.4.4
OBJECT IDENTIFIER    

l2LAGroup 1.3.6.1.4.1.171.10.139.3.1.4.5
OBJECT IDENTIFIER    

l2MulticastCtrlGroup 1.3.6.1.4.1.171.10.139.3.1.4.6
OBJECT IDENTIFIER    

l2LLDPGroup 1.3.6.1.4.1.171.10.139.3.1.4.7
OBJECT IDENTIFIER    

dlinkL3Features 1.3.6.1.4.1.171.10.139.3.1.5
OBJECT IDENTIFIER    

l3ARPGroup 1.3.6.1.4.1.171.10.139.3.1.5.1
OBJECT IDENTIFIER    

l3IpMgmtGroup 1.3.6.1.4.1.171.10.139.3.1.5.3
OBJECT IDENTIFIER    

dlinkQoS 1.3.6.1.4.1.171.10.139.3.1.6
OBJECT IDENTIFIER    

qosBasicSettingsGroup 1.3.6.1.4.1.171.10.139.3.1.6.1
OBJECT IDENTIFIER    

dlinkACL 1.3.6.1.4.1.171.10.139.3.1.7
OBJECT IDENTIFIER    

aclGroup 1.3.6.1.4.1.171.10.139.3.1.7.1
OBJECT IDENTIFIER    

dlinkSecurity 1.3.6.1.4.1.171.10.139.3.1.8
OBJECT IDENTIFIER    

securityportSecurityGroup 1.3.6.1.4.1.171.10.139.3.1.8.1
OBJECT IDENTIFIER    

securityDhcpSerScrGroup 1.3.6.1.4.1.171.10.139.3.1.8.7
OBJECT IDENTIFIER    

securitySafeGuardGroup 1.3.6.1.4.1.171.10.139.3.1.8.13
OBJECT IDENTIFIER    

securityTrustedHostGroup 1.3.6.1.4.1.171.10.139.3.1.8.14
OBJECT IDENTIFIER    

securityTrafficSegmentationGroup 1.3.6.1.4.1.171.10.139.3.1.8.15
OBJECT IDENTIFIER    

securityStormCtrlGroup 1.3.6.1.4.1.171.10.139.3.1.8.16
OBJECT IDENTIFIER    

securityDoSprevGroup 1.3.6.1.4.1.171.10.139.3.1.8.17
OBJECT IDENTIFIER    

securitySSLGroup 1.3.6.1.4.1.171.10.139.3.1.8.19
OBJECT IDENTIFIER    

dlinkOAM 1.3.6.1.4.1.171.10.139.3.1.9
OBJECT IDENTIFIER    

oamCableDiagGroup 1.3.6.1.4.1.171.10.139.3.1.9.1
OBJECT IDENTIFIER    

dlinkMonitoring 1.3.6.1.4.1.171.10.139.3.1.10
OBJECT IDENTIFIER    

monStatisticsGroup 1.3.6.1.4.1.171.10.139.3.1.10.2
OBJECT IDENTIFIER    

monMirrorGroup 1.3.6.1.4.1.171.10.139.3.1.10.3
OBJECT IDENTIFIER    

dlinkGreen 1.3.6.1.4.1.171.10.139.3.1.11
OBJECT IDENTIFIER    

dlinkPowersavingGroup 1.3.6.1.4.1.171.10.139.3.1.11.1
OBJECT IDENTIFIER    

dlinkEEEGroup 1.3.6.1.4.1.171.10.139.3.1.11.2
OBJECT IDENTIFIER    

systemName 1.3.6.1.4.1.171.10.139.3.1.2.1.1
System name used for identification of the device. The following characters are allowed to input. 0 ~ 9 / a ~ z / A ~ Z Special character: ( ) + _ = .
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString Size(1..64)  

systemLocation 1.3.6.1.4.1.171.10.139.3.1.2.1.2
The location name of this node (e.g., `telephone closet, 3rd floor'). If the location is unknown, the value is the zero-length string.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString Size(0..255)  

systemContact 1.3.6.1.4.1.171.10.139.3.1.2.1.3
The textual identification of the contact person for this managed node, together with information on how to contact this person. If no contact information is known, the value is the zero-length string.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString Size(0..255)  

portCtrlTable 1.3.6.1.4.1.171.10.139.3.1.2.13.1
A table to control the port specific parameters of the device like speed, duplex mode, etc.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    PortCtrlEntry

portCtrlEntry 1.3.6.1.4.1.171.10.139.3.1.2.13.1.1
An entry appears in this table for each interface in the system. Index to the table is the interface index of the port.
Status: current Access: not-accessible
OBJECT-TYPE    
  PortCtrlEntry  

portSetIndex 1.3.6.1.4.1.171.10.139.3.1.2.13.1.1.1
Interface index of the port for the configuration in this entry applies.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 1..65535  

portSetMediaType 1.3.6.1.4.1.171.10.139.3.1.2.13.1.1.2
Media Type.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER copper(1), fiber(2)  

portSetState 1.3.6.1.4.1.171.10.139.3.1.2.13.1.1.3
Enables / disables Port state.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enable(1), disable(2)  

portSetAutoDowngrade 1.3.6.1.4.1.171.10.139.3.1.2.13.1.1.4
Enables / disables auto downgrade for the interface.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enable(1), disable(2)  

portSetFlowControl 1.3.6.1.4.1.171.10.139.3.1.2.13.1.1.5
On / off flow control for the interface.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER on(1), off(2)  

portSetDuplex 1.3.6.1.4.1.171.10.139.3.1.2.13.1.1.6
Configures port settings auto/half/full mode.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER auto(1), full(2)  

portSetSpeed 1.3.6.1.4.1.171.10.139.3.1.2.13.1.1.7
Configures port settings speed.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER auto(1), rate100M(2), rate1000M(3), rate1000M-Master(4), rate1000M-Slave(5), rate10G(6)  

portSetCapaAdvertised 1.3.6.1.4.1.171.10.139.3.1.2.13.1.1.8
Configures port settings interface capability advertised 100M/1000M/10G .
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER adv100M(1), adv1G(2), adv100M-1G(3), adv10G(4), adv100M-10G(5), adv1G-10G(6), adv100M-1G-10G(7)  

portSetDescription 1.3.6.1.4.1.171.10.139.3.1.2.13.1.1.9
Configures port settings Description.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString Size(1..64)  

portSetLinkStatus 1.3.6.1.4.1.171.10.139.3.1.2.13.1.1.10
Show port settings LinkStatus up /down.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER up(1), down(2)  

portStatusTable 1.3.6.1.4.1.171.10.139.3.1.2.13.2
A table to control the port specific parameters of the device like speed, duplex mode, etc.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    PortStatusEntry

portStatusEntry 1.3.6.1.4.1.171.10.139.3.1.2.13.2.1
An entry appears in this table for each interface in the system. Index to the table is the interface index of the port.
Status: current Access: not-accessible
OBJECT-TYPE    
  PortStatusEntry  

portStaIndex 1.3.6.1.4.1.171.10.139.3.1.2.13.2.1.1
Interface index of the port for the configuration in this entry applies.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 1..65535  

portStaMediaType 1.3.6.1.4.1.171.10.139.3.1.2.13.2.1.2
Media Type.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER copper(1), fiber(2)  

portStaStatus 1.3.6.1.4.1.171.10.139.3.1.2.13.2.1.3
Show port status Link Status up /down.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER connected(1), notconnected(2)  

portStaMacAddr 1.3.6.1.4.1.171.10.139.3.1.2.13.2.1.4
Show port status MAC Address.
Status: current Access: read-only
OBJECT-TYPE    
  MacAddress  

portStaVlan 1.3.6.1.4.1.171.10.139.3.1.2.13.2.1.5
The VLAN-ID assigned to untagged frames received on this port. The port in native VLAN will also been set as untagged as default setting.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

portStaFlowCtrlOpSend 1.3.6.1.4.1.171.10.139.3.1.2.13.2.1.6
On / off flow control Operator Send for the interface.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER on(1), off(2)  

portStaFlowCtrlOpRece 1.3.6.1.4.1.171.10.139.3.1.2.13.2.1.7
On / off flow control Operator Receive for the interface.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER on(1), off(2)  

portStaDuplex 1.3.6.1.4.1.171.10.139.3.1.2.13.2.1.8
Show port Status Duplex auto/full mode.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER auto(1), full(2), auto-full(3), auto-falf(4)  

portStaSpeed 1.3.6.1.4.1.171.10.139.3.1.2.13.2.1.9
Show port Status speed.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER auto(1), rate100M(2), rate1000M(3), rate1000M-Master(4), rate1000M-Slave(5), rate10G(6), auto-rate100M(7), auto-rate1000M(8), auto-rate10G(9)  

errDisAssertTrapState 1.3.6.1.4.1.171.10.139.3.1.2.13.3
This object control whether sending trap or not when port entering into Err Disable state.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

errDisClearTrapState 1.3.6.1.4.1.171.10.139.3.1.2.13.4
This object control whether sending trap or not when port exiting from Err Disable state.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

errDisNotificationRate 1.3.6.1.4.1.171.10.139.3.1.2.13.5
Expressed in the number of notifications can be generated per minute. This object configures the rate-limit of SNMP Notification for errDisable feature. A value of 0 indicates that an SNMP Notification is generated for every error disabled event.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER  

errDisIfStatusTable 1.3.6.1.4.1.171.10.139.3.1.2.13.6
The Port Error Disable table.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    ErrDisIfStatusEntry

errDisIfStatusEntry 1.3.6.1.4.1.171.10.139.3.1.2.13.6.1
A list of information for the err port of the device.
Status: current Access: not-accessible
OBJECT-TYPE    
  ErrDisIfStatusEntry  

errDisIfStatusPortIndex 1.3.6.1.4.1.171.10.139.3.1.2.13.6.1.1
This object is the interface index of the interface disabled by a feature.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

errDisIfStatusVlanIndex 1.3.6.1.4.1.171.10.139.3.1.2.13.6.1.2
This object indicates the VLAN in the given interface that has been error-disabled.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

errDisPortState 1.3.6.1.4.1.171.10.139.3.1.2.13.6.1.3
This object decides whether the port state is enabled or disabled.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

errDisPortConnectStatus 1.3.6.1.4.1.171.10.139.3.1.2.13.6.1.4
This object decides whether the PortStatus is err-disabled.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER other(1), err-disabled(2)  

errDisPortReason 1.3.6.1.4.1.171.10.139.3.1.2.13.6.1.5
This object indicats the reason for Port Error Disable event occur.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER portsecurity(1), stormControl(2), arpRateLimit(3), bpduRateLimit(4), dhcpRateLimit(5), loopbackDetect(6)  

errDisPortRecoveryTimeLeft 1.3.6.1.4.1.171.10.139.3.1.2.13.6.1.6
This object indicats the remaining time for Port Error Disable state recovery.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

errDisRecoveryTable 1.3.6.1.4.1.171.10.139.3.1.2.13.7
This table contains the recovery mechanism for the features with error-disable functionality.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    ErrDisRecoveryEntry

errDisRecoveryEntry 1.3.6.1.4.1.171.10.139.3.1.2.13.7.1
An entry is created for each feature which has error-disable functionality.
Status: current Access: not-accessible
OBJECT-TYPE    
  ErrDisRecoveryEntry  

errDisRecoveryReason 1.3.6.1.4.1.171.10.139.3.1.2.13.7.1.1
This object indicates the cause of error-disable.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER portsecurity(1), stormControl(2), arpRateLimit(3), bpduRateLimit(4), dhcpRateLimit(5), loopbackDetect(6)  

errDisRecoveryStatus 1.3.6.1.4.1.171.10.139.3.1.2.13.7.1.2
This object specifies whether the system can automatically recover a system entity that has been disabled by the cause.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

errDisRecoveryInterval 1.3.6.1.4.1.171.10.139.3.1.2.13.7.1.3
Specifies the error-recovery time interval on specific cause to recover the port/interface from the error disabled situation.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER  

errDisTraps 1.3.6.1.4.1.171.10.139.3.1.2.13.8
OBJECT IDENTIFIER    

errDisTrapsList 1.3.6.1.4.1.171.10.139.3.1.2.13.8.0
OBJECT IDENTIFIER    

errDisNotifyPortDisabledAssert 1.3.6.1.4.1.171.10.139.3.1.2.13.8.0.1
The trap is sent when a port enters into error disabled state.
Status: current Access: read-write
NOTIFICATION-TYPE    

errDisNotifyPortDisabledClear 1.3.6.1.4.1.171.10.139.3.1.2.13.8.0.2
The trap is sent when a port recovery from error disabled state.
Status: current Access: read-write
NOTIFICATION-TYPE    

errDisNotifyVlanDisabledAssert 1.3.6.1.4.1.171.10.139.3.1.2.13.8.0.3
The trap is sent when a Port with a VID loop occurs.
Status: current Access: read-write
NOTIFICATION-TYPE    

errDisNotifyVlanDisabledClear 1.3.6.1.4.1.171.10.139.3.1.2.13.8.0.4
The trap is sent when a Port with a VID restarts after the interval time.
Status: current Access: read-write
NOTIFICATION-TYPE    

jumboFrameTable 1.3.6.1.4.1.171.10.139.3.1.2.13.14
A table to control the port specific parameters of the device like speed, duplex mode, etc.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    JumboFrameEntry

jumboFrameEntry 1.3.6.1.4.1.171.10.139.3.1.2.13.14.1
An entry appears in this table for each interface in the system. Index to the table is the interface index of the port.
Status: current Access: not-accessible
OBJECT-TYPE    
  JumboFrameEntry  

portIndex 1.3.6.1.4.1.171.10.139.3.1.2.13.14.1.1
Interface index of the port for the configuration in this entry applies.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

maxReceFrameSize 1.3.6.1.4.1.171.10.139.3.1.2.13.14.1.2
Interface index of the port for the configuration in this entry applies.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 1518..9216  

dot1qVlanAsyOnOff 1.3.6.1.4.1.171.10.139.3.1.4.2.1
Enable/Disable IEEE 802.1Q Asymmetric VLAN
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

dot1qVlanTable 1.3.6.1.4.1.171.10.139.3.1.4.2.2
A table containing static configuration information for each VLAN configured into the device by (local or network) management. All entries are permanent and will be restored after the device is reset.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Dot1qVlanEntry

dot1qVlanEntry 1.3.6.1.4.1.171.10.139.3.1.4.2.2.1
Information for a VLAN configured into the device by (local or network) management.
Status: current Access: not-accessible
OBJECT-TYPE    
  Dot1qVlanEntry  

dot1qVlanid 1.3.6.1.4.1.171.10.139.3.1.4.2.2.1.1
Vlan id used to identify the VLAN.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 1..4094  

dot1qVlanName 1.3.6.1.4.1.171.10.139.3.1.4.2.2.1.2
An administratively assigned string, which may be used to identify the VLAN.
Status: current Access: read-write
OBJECT-TYPE    
  SnmpAdminString Size(0..20)  

dot1qVlanEgressPorts 1.3.6.1.4.1.171.10.139.3.1.4.2.2.1.3
The set of ports which are permanently assigned to the egress list for this VLAN by management. Changes to a bit in this object affect the per-port per-VLAN Registrar control for Registration Fixed for the relevant GVRP state machine on each port. A port may not be added in this set if it is already a member of the set of ports in dot1qVlanForbiddenEgressPorts. The default value of this object is a string of zeros of appropriate length, indicating not fixed.
Status: current Access: read-only
OBJECT-TYPE    
  PortList  

dot1qVlanUntaggedPorts 1.3.6.1.4.1.171.10.139.3.1.4.2.2.1.4
The set of ports which should transmit egress packets for this VLAN as untagged. The default value of this object for the default VLAN (dot1qVlanIndex = 1) is a string of appropriate length including all ports. There is no specified default for other VLANs. If a device agent cannot support the set of ports being set then it will reject the set operation with an error. An example might be if a manager attempts to set more than one VLAN to be untagged on egress where the device does not support this IEEE 802.1Q option.
Status: current Access: read-only
OBJECT-TYPE    
  PortList  

dot1qVlanRowStatus 1.3.6.1.4.1.171.10.139.3.1.4.2.2.1.99
The status of a row in sysDot1qVlanTable. By setting this object, new entries can be created in sysDot1qVlanTable and existing entries can be removed from sysDot1qVlanTable. It can be used as specified in the SNMP v2 standard.
Status: current Access: read-write
OBJECT-TYPE    
  RowStatus  

dot1qVlanPortTable 1.3.6.1.4.1.171.10.139.3.1.4.2.3
A table containing per port control and status information for VLAN configuration in the device.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Dot1qVlanPortEntry

dot1qVlanPortEntry 1.3.6.1.4.1.171.10.139.3.1.4.2.3.1
Information controlling VLAN configuration for a port on the device.
Status: current Access: not-accessible
OBJECT-TYPE    
  Dot1qVlanPortEntry  

dot1qVlanPortIndex 1.3.6.1.4.1.171.10.139.3.1.4.2.3.1.1
Port index.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

dot1qVlanPortVlanMode 1.3.6.1.4.1.171.10.139.3.1.4.2.3.1.2
This is used to specify the VLAN mode for the port. Use the no command to reset the VLAN mode to the default setting.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER access(1), trunk(2), hybrid(3)  

dot1qVlanPortAcceptableFrameType 1.3.6.1.4.1.171.10.139.3.1.4.2.3.1.3
This is used to set the acceptable types of frames by a port. Use the no form of the command to reset to the default setting.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER admitAll(1), admitTagged(2), admitUntagged(3)  

dot1qVlanPortIngressChecking 1.3.6.1.4.1.171.10.139.3.1.4.2.3.1.4
This is used to enable ingress checking for frames received by a port. Use the no command to disable the ingress check.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER true(1), false(2)  

dot1qVlanPortNativeVlanStatus 1.3.6.1.4.1.171.10.139.3.1.4.2.3.1.5
This object indicates whether enable tagging or untagging mode of the native VLAN on the interface. This value is meaningful only to TRUNK port.Access port and hybrid port MUST keep disabled.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER disable(0), tag(1), untag(2)  

dot1qVlanPortNativeVlanId 1.3.6.1.4.1.171.10.139.3.1.4.2.3.1.6
The VLAN-ID assigned to untagged frames received on this port. The port in native VLAN will also been set as untagged as default setting.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER  

dot1qVlanPortTagVlanList 1.3.6.1.4.1.171.10.139.3.1.4.2.3.1.7
The tagged VLAN list which the port belongs to.
Status: current Access: read-write
OBJECT-TYPE    
  VlanList  

dot1qVlanPortUntagVlanList 1.3.6.1.4.1.171.10.139.3.1.4.2.3.1.8
The untagged VLAN list which the port belongs to.
Status: current Access: read-write
OBJECT-TYPE    
  VlanList  

stpProtocolSetting 1.3.6.1.4.1.171.10.139.3.1.4.3.1
OBJECT IDENTIFIER    

stpStatus 1.3.6.1.4.1.171.10.139.3.1.4.3.1.1
The administrative module status requested by management for the STP Module. This enables or disables STP in the system. A value of 'enabled' (1) indicates that STP must be enabled in the device on all the ports. A value of 'disabled'(2) indicates that STP must be disabled in the device on all the ports.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

stpNewRootTrapState 1.3.6.1.4.1.171.10.139.3.1.4.3.1.2
This object is for enabling or disabling STP new root Trap.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

stpTopologyChangeTrapState 1.3.6.1.4.1.171.10.139.3.1.4.3.1.3
This object is for enabling or disabling STP topology change Trap.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

stpVersion 1.3.6.1.4.1.171.10.139.3.1.4.3.1.4
The version of Spanning Tree Protocol the bridge is currently running. The value 'stpCompatible(0)' indicates the Spanning Tree Protocol specified in IEEE 802.1D and 'rstp(2)' indicates the Rapid Spanning Tree Protocol specified in IEEE 802.1w and 'mstp(3)' indicates the Multiple Spanning Tree Protocol Specified in IEEE 802.1s.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER stpCompatible(0), rstp(2), mstp(3)  

stpBridgePriority 1.3.6.1.4.1.171.10.139.3.1.4.3.1.5
The Value of the writable portion of the Bridge Identifier comprising of the first two octets. The values that are set for Bridge Priority must be in steps of 4096.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 0..61440  

stpBridgeMaxAge 1.3.6.1.4.1.171.10.139.3.1.4.3.1.6
The value that all bridges use for MaxAge when this bridge is acting as the root. The granularity of this timer is specified to be 1 second. An agent may return a badValue error if a set is attempted to a value which is not a whole number of seconds.
Status: current Access: read-write
OBJECT-TYPE    
  Timeout 600..4000  

stpBridgeHelloTime 1.3.6.1.4.1.171.10.139.3.1.4.3.1.7
The amount of time between the transmission of Configuration bridge PDUs by this node in units of hundredths of a second.
Status: current Access: read-write
OBJECT-TYPE    
  Timeout 100..1000  

stpBridgeForwardDelay 1.3.6.1.4.1.171.10.139.3.1.4.3.1.8
The value that all bridges use for ForwardDelay when this bridge is acting as the root. Note that 802.1D specifies that the range for this parameter is related to the value of BridgeMaxAge. The granularity of this timer is specified to be 1 second. An agent may return a badValue error if a set is attempted to a value which is not a whole number of seconds.
Status: current Access: read-write
OBJECT-TYPE    
  Timeout 400..3000  

stpMaxHopCount 1.3.6.1.4.1.171.10.139.3.1.4.3.1.9
Indicates the Maximum Hop Count value. One-hundredth of the configured value will be set as Max Hop Count. An agent may return a badValue error if a set is attempted to a value which is not a multiples of hundred.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 600..4000  

stpTxHoldCount 1.3.6.1.4.1.171.10.139.3.1.4.3.1.10
The value used by the Port Transmit state machine to limit the maximum transmission rate.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 1..10  

stpPortConfigurationTable 1.3.6.1.4.1.171.10.139.3.1.4.3.2
This table contains Common Spanning Tree Port Information.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    StpPortEntry

stpPortConfigurationEntry 1.3.6.1.4.1.171.10.139.3.1.4.3.2.1
A list of information maintained by every port for Common Spanning tree.
Status: current Access: not-accessible
OBJECT-TYPE    
  StpPortEntry  

stpPort 1.3.6.1.4.1.171.10.139.3.1.4.3.2.1.1
The Port number of the port for which this entry contains spanning tree information.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 1..65535  

stpPortAdminPathCost 1.3.6.1.4.1.171.10.139.3.1.4.3.2.1.2
The administratively assigned value for the contribution of this port to the path cost of paths toward the spanning tree root. Writing a value of '0' assigns the automatically calculated default Path Cost value to the port. If the default Path Cost is being used, this object returns '0' when read.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 0..200000000  

stpPortPathCost 1.3.6.1.4.1.171.10.139.3.1.4.3.2.1.3
The contribution of this port to the path cost of paths towards the MSTI Root which include this port.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 1..200000000  

stpPortState 1.3.6.1.4.1.171.10.139.3.1.4.3.2.1.4
Current state of the Port which can be changed to either Disabled or Enabled for ALL spanning tree instances. Setting this object will override the port's status in any of the MSTI contexts.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

stpPortGuardRoot 1.3.6.1.4.1.171.10.139.3.1.4.3.2.1.5
A Boolean value set by management. If TRUE causes the Port not to be selected as Root Port for the CIST or any MSTI, even it has the best spanning tree priority vector. Such a Port will be selected as an Alternate Port after the Root Port has been selected. This parameter should be FALSE by default. If set it can cause lack of spanning tree connectivity. It is set by a network administrator to prevent bridges external to a core region of the network influencing the spanning tree active topology, possibly because those bridges are not under the full control of the administrator. This administrator configuration is also known as 'Root Guard'.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

stpPortLinkType 1.3.6.1.4.1.171.10.139.3.1.4.3.2.1.6
The administrative point-to-point status of the LAN segment attached to this port. A value of p2p(0) indicates that this port should always be treated as if it is connected to a point-to-point link. A value of shared(1) indicates that this port should be treated as having a shared media connection. A value of auto(2) indicates that this port is considered to have a point-to-point link if it is an Aggregator and all of its members are aggregatable, or if the MAC entity is configured for full duplex operation, either through auto-negotiation or by management means.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER p2p(0), shared(1), auto(2)  

stpPortOperLinkType 1.3.6.1.4.1.171.10.139.3.1.4.3.2.1.7
The operational point-to-point status of the LAN segment attached to this port. It indicates whether a port is considered to have a point-to-point connection or not. The value is determined by management or by auto-detection, as described in the stpPortLinkType object.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER p2p(1), shared(2)  

stpPortFast 1.3.6.1.4.1.171.10.139.3.1.4.3.2.1.8
The administrative value of the Edge Port parameter. A value of edge(0) indicates that this port should be assumed as an edge-port and a value of disabled(1) indicates that this port should be assumed as a non-edge-port.auto indicates that detection of a port as Edge Port happens automatically
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER edge(0), disabled(1), network(2)  

stpPortOperFast 1.3.6.1.4.1.171.10.139.3.1.4.3.2.1.9
The operational value of the Edge Port parameter. The object is initialized to the value of stpPortFast and is set FALSE on reception of a BPDU.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER edge(1), non-edge(2)  

stpPortTCNFilter 1.3.6.1.4.1.171.10.139.3.1.4.3.2.1.10
A Boolean value set by management. If TRUE causes the Port not to propagate received topology change notifications and topology changes to other Ports. This parameter should be FALSE by default. If set it can cause temporary loss of connectivity after changes in a spanning trees active topology as a result of persistent incorrectly learnt station location information. It is set by a network administrator to prevent bridges external to a core region of the network causing address flushing in that region, possibly because those bridges are not under the full control of the administrator or MAC-Operational for the attached LANs transitions frequently.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

stpPortFowardBPDU 1.3.6.1.4.1.171.10.139.3.1.4.3.2.1.11
This object is for enabling or disabling forward BPDU.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

stpPortPriority 1.3.6.1.4.1.171.10.139.3.1.4.3.2.1.12
The four most significant bits of the Port Identifier for a given Spanning Tree instance can be modified independently for each Spanning Tree instance supported by the Bridge. The values that are set for Port Priority must be in steps of 16.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 0..240  

stpPortHelloTime 1.3.6.1.4.1.171.10.139.3.1.4.3.2.1.13
The amount of time between the transmission of Configuration bridge PDUs by this node in units of hundredths of a second.
Status: current Access: read-write
OBJECT-TYPE    
  Timeout 100..1000  

mstConfiguration 1.3.6.1.4.1.171.10.139.3.1.4.3.3
OBJECT IDENTIFIER    

mstiConfigurationName 1.3.6.1.4.1.171.10.139.3.1.4.3.3.1
The Name for the Region's configuration. By Default Region Name will be equal to the Bridge Mac Address.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString Size(0..32)  

mstiRevisionLevel 1.3.6.1.4.1.171.10.139.3.1.4.3.3.2
Version of the MST Region.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 0..65535  

mstMstiConfigDigest 1.3.6.1.4.1.171.10.139.3.1.4.3.3.3
The Configuration Digest value for this Region.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(0..32)  

mstVlanMstiMappingTable 1.3.6.1.4.1.171.10.139.3.1.4.3.3.4
This table contains one entry for each instance of MSTP. This table maintains context ID as one more index to support Multiple Instances.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    MstVlanMstiMappingEntry

mstVlanMstiMappingEntry 1.3.6.1.4.1.171.10.139.3.1.4.3.3.4.1
A conceptual row containing the status of the MSTP instance.
Status: current Access: not-accessible
OBJECT-TYPE    
  MstVlanMstiMappingEntry  

mstInstanceIndex 1.3.6.1.4.1.171.10.139.3.1.4.3.3.4.1.1
An arbitrary integer within the range from 1 to the value of Max Instance Number that uniquely identifies an instance.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 1..15  

mstSetVlanList 1.3.6.1.4.1.171.10.139.3.1.4.3.3.4.1.2
A string of octets containing one bit per VLAN. The first octet corresponds to VLANs with VlanIndex values 1 through 8; the second octet to VLANs 9 through 16 etc. The most significant bit of each octet corresponds to the lowest VlanIndex value in that octet. The set of vlans configured by management to map for this Instance. If the VlanId to Instance Mapping has to be known then any one of the VlanMapped object should be used.If a vlan is already mapped to this Instance, it may not be mapped again. This object is used only for SET operation. GET Operation returns null values.
Status: current Access: read-write
OBJECT-TYPE    
  OCTET STRING Size(0..512)  

mstResetVlanList 1.3.6.1.4.1.171.10.139.3.1.4.3.3.4.1.3
A string of octets containing one bit per VLAN. The first octet corresponds to VLANs with VlanIndex values 1 through 8; the second octet to VLANs 9 through 16 etc. The most significant bit of each octet corresponds to the lowest VlanIndex value in that octet. The set of vlans configured by management to unmap from this Instance. A vlan may not be unmapped from this instance if it is not already mapped to this Instance. This object is used only for SET operation.GET Operation returns null values.
Status: current Access: read-write
OBJECT-TYPE    
  OCTET STRING Size(0..512)  

mstInstanceVlanMapped 1.3.6.1.4.1.171.10.139.3.1.4.3.3.4.1.4
A string of octets containing one bit per VLAN. The first octet corresponds to VLANs with VlanIndex values 1 through 8; the second octet to VLANs 9 through 16 etc. The most significant bit of each octet corresponds to the lowest VlanIndex value in that octet. For each VLAN that is mapped to this MSTP instance, the bit corresponding to that VLAN is set to '1'.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(0..128)  

mstInstanceVlanMapped2k 1.3.6.1.4.1.171.10.139.3.1.4.3.3.4.1.5
A string of octets containing one bit per VLAN for VLANS with VlanIndex values 1024 through 2047. The first octet corresponds to VLANs with VlanIndex values 1024 through 1031; the second octet to VLANs 1032 through 1039 etc. The most significant bit of each octet corresponds to the lowest VlanIndex value in that octet. For each VLAN that is mapped to this MSTP instance, the bit corresponding to that VLAN is set to '1'. This object is only instantiated on devices with support for VlanIndex values up to 4095.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(0..128)  

mstInstanceVlanMapped3k 1.3.6.1.4.1.171.10.139.3.1.4.3.3.4.1.6
A string of octets containing one bit per VLAN for VLANS with VlanIndex values 2048 through 3071. The first octet corresponds to VLANs with VlanIndex values of 2048 through 2055; the second octet to VLANs 2056 through 2063 etc. The most significant bit of each octet corresponds to the lowest VlanIndex value in that octet. For each VLAN that is mapped to this MSTP instance, the bit corresponding to that VLAN is set to '1'. This object is only instantiated on devices with support for VlanIndex values up to 4095.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(0..128)  

mstInstanceVlanMapped4k 1.3.6.1.4.1.171.10.139.3.1.4.3.3.4.1.7
A string of octets containing one bit per VLAN for VLANS with VlanIndex values 3072 through 4095. The first octet corresponds to VLANs with VlanIndex values 3072 through 3079; the second octet to VLANs 3080 through 3087 etc. The most significant bit of each octet corresponds to the lowest VlanIndex value in that octet. For each VLAN that is mapped to this MSTP instance, the bit corresponding to that VLAN is set to '1'. This object is only instantiated on devices with support for VlanIndex values up to 4095.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(0..128)  

stpInstance 1.3.6.1.4.1.171.10.139.3.1.4.3.4
OBJECT IDENTIFIER    

mstCistBridgePriority 1.3.6.1.4.1.171.10.139.3.1.4.3.4.1
The writable portion of the MSTI Bridge Identifier. comprising of the first two octets. The values that are set for Bridge Priority must be in steps of 4096.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 0..61440  

mstCistStatus 1.3.6.1.4.1.171.10.139.3.1.4.3.4.2
The administrative status requested by management for the MST feature. The value enabled(1) indicates that Mst should be enabled in the device on all ports. The value disabled(2) indicates that Mst should be disabled in the device on all ports. The object can be set to enabled(1) if and only if, fsMIMstSystemControl set to start.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

mstCistPortDesignatedRoot 1.3.6.1.4.1.171.10.139.3.1.4.3.4.3
The unique Bridge Identifier of the bridge recorded as the CIST Root in the configuration BPDUs transmitted.
Status: current Access: read-only
OBJECT-TYPE    
  BridgeId  

mstCistRegionalRoot 1.3.6.1.4.1.171.10.139.3.1.4.3.4.4
The bridge identifier of the Root of the Multiple spanning tree region as determined by the Spanning Tree Protocol as executed by this node. This value is used as the CIST Regional Root Identifier parameter in all Configuration Bridge PDUs originated by this node.
Status: current Access: read-only
OBJECT-TYPE    
  BridgeId  

mstCistPortDesignatedBridge 1.3.6.1.4.1.171.10.139.3.1.4.3.4.5
The unique Bridge Identifier of the bridge which this port considers to be the Designated Bridge for the port's segment.
Status: current Access: read-only
OBJECT-TYPE    
  BridgeId  

mstMstiBridgeTable 1.3.6.1.4.1.171.10.139.3.1.4.3.4.6
Table containing Bridge Information specific to Spanning Tree Instance. This table maintains context ID as one more index to support Multiple Instances.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    MstMstiBridgeEntry

mstMstiBridgeEntry 1.3.6.1.4.1.171.10.139.3.1.4.3.4.6.1
Entry indicating the Bridge Information.
Status: current Access: not-accessible
OBJECT-TYPE    
  MstMstiBridgeEntry  

mstMstiInstanceIndex 1.3.6.1.4.1.171.10.139.3.1.4.3.4.6.1.1
Spanning Tree Instance to which the information belongs.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 1..15  

mstMstiBridgePriority 1.3.6.1.4.1.171.10.139.3.1.4.3.4.6.1.2
The writable portion of the MSTI Bridge Identifier. comprising of the first two octets. The values that are set for Bridge Priority must be in steps of 4096.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 0..61440  

mstMstiStatus 1.3.6.1.4.1.171.10.139.3.1.4.3.4.6.1.3
The administrative status requested by management for the MST feature. The value enabled(1) indicates that Mst should be enabled in the device on all ports. The value disabled(2) indicates that Mst should be disabled in the device on all ports. The object can be set to enabled(1) if and only if, fsMIMstSystemControl set to start.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

mstMstiPortDesignatedRoot 1.3.6.1.4.1.171.10.139.3.1.4.3.4.6.1.4
The unique Bridge Identifier of the bridge recorded as the MSTI Regional Root in the configuration BPDUs transmitted.
Status: current Access: read-only
OBJECT-TYPE    
  BridgeId  

mstMstiBridgeRegionalRoot 1.3.6.1.4.1.171.10.139.3.1.4.3.4.6.1.5
MSTI Regional Root Identifier value for the Instance. This value is used as the MSTI Regional Root Identifier parameter in all Configuration Bridge PDUs originated by this node
Status: current Access: read-only
OBJECT-TYPE    
  BridgeId  

mstMstiPortDesignatedBridge 1.3.6.1.4.1.171.10.139.3.1.4.3.4.6.1.6
The unique Bridge Identifier of the bridge which this port considers to be the Designated Bridge for the port's segment.
Status: current Access: read-only
OBJECT-TYPE    
  BridgeId  

mstMstiTopChanges 1.3.6.1.4.1.171.10.139.3.1.4.3.4.6.1.7
The number of times that there have been atleast one non-zero TcWhile Timer on this Bridge for this spanning tree instance.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

stpInstancePortTable 1.3.6.1.4.1.171.10.139.3.1.4.3.5
OBJECT IDENTIFIER    

mstCistPortTable 1.3.6.1.4.1.171.10.139.3.1.4.3.5.1
This table contains Common Spanning Tree Port Information.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    MstCistPortEntry

mstCistPortEntry 1.3.6.1.4.1.171.10.139.3.1.4.3.5.1.1
A list of information maintained by every port for Common Spanning tree.
Status: current Access: not-accessible
OBJECT-TYPE    
  MstCistPortEntry  

mstCistPort 1.3.6.1.4.1.171.10.139.3.1.4.3.5.1.1.1
The Port number of the port for which this entry contains spanning tree information.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 1..65535  

mstCistPortAdminPathCost 1.3.6.1.4.1.171.10.139.3.1.4.3.5.1.1.2
The contribution of this port to the path cost of paths towards the MSTI Root which include this port.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 0..200000000  

mstCistPortPathCost 1.3.6.1.4.1.171.10.139.3.1.4.3.5.1.1.3
The contribution of this port to the path cost of paths towards the MSTI Root which include this port.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 1..200000000  

mstCistPortPriority 1.3.6.1.4.1.171.10.139.3.1.4.3.5.1.1.4
The four most significant bits of the Port Identifier for a given Spanning Tree instance can be modified independently for each Spanning Tree instance supported by the Bridge. The values that are set for Port Priority must be in steps of 16.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 0..240  

mstCistPortState 1.3.6.1.4.1.171.10.139.3.1.4.3.5.1.1.5
Current state of the Port as defined by the Common spanning tree protocol.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER disabled(1), discarding(2), learning(4), forwarding(5)  

mstCistCurrentPortRole 1.3.6.1.4.1.171.10.139.3.1.4.3.5.1.1.6
Current Port Role of the port for this spanning tree instance.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER disabled(0), alternate(1), backup(2), root(3), designated(4), master(5)  

mstCistPortProtocolMigration 1.3.6.1.4.1.171.10.139.3.1.4.3.5.1.1.7
Indicates the Protocol migration state of this Port. writing TRUE(1) to this object forces this port to transmit protocol BPDU Any other operation on this object has no effect.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

mstMstiPortTable 1.3.6.1.4.1.171.10.139.3.1.4.3.5.2
This table contains Spanning Tree Instance Specific Port Information.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    MstMstiPortEntry

mstMstiPortEntry 1.3.6.1.4.1.171.10.139.3.1.4.3.5.2.1
A list of information maintained by every port for each and every spanning tree instance.
Status: current Access: not-accessible
OBJECT-TYPE    
  MstMstiPortEntry  

mstMstiPort 1.3.6.1.4.1.171.10.139.3.1.4.3.5.2.1.1
The Port number of the port for which this entry contains spanning tree information.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 1..65535  

mstMstiPortInstanceIndex 1.3.6.1.4.1.171.10.139.3.1.4.3.5.2.1.2
An arbitrary integer within the range from 1 to the value of Max Instance Number that uniquely identifies an instance.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 1..15  

mstMstiPortAdminPathCost 1.3.6.1.4.1.171.10.139.3.1.4.3.5.2.1.3
The contribution of this port to the path cost of paths towards the MSTI Root which include this port.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 0..200000000  

mstMstiPortPathCost 1.3.6.1.4.1.171.10.139.3.1.4.3.5.2.1.4
The contribution of this port to the path cost of paths towards the MSTI Root which include this port.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 1..200000000  

mstMstiPortPriority 1.3.6.1.4.1.171.10.139.3.1.4.3.5.2.1.5
The four most significant bits of the Port Identifier for a given Spanning Tree instance can be modified independently for each Spanning Tree instance supported by the Bridge. The values that are set for Port Priority must be in steps of 16.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 0..240  

mstMstiPortState 1.3.6.1.4.1.171.10.139.3.1.4.3.5.2.1.6
Current state of the Port as defined by the Multiple spanning tree protocol. Port which is Forwarding state in one instance can be in Discarding (Blocking) state in another instance.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER disabled(1), discarding(2), learning(4), forwarding(5)  

mstMstiCurrentPortRole 1.3.6.1.4.1.171.10.139.3.1.4.3.5.2.1.7
Current Port Role of the port for this spanning tree instance.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER disabled(0), alternate(1), backup(2), root(3), designated(4), master(5)  

stpTraps 1.3.6.1.4.1.171.10.139.3.1.4.3.6
OBJECT IDENTIFIER    

stpTrapsList 1.3.6.1.4.1.171.10.139.3.1.4.3.6.0
OBJECT IDENTIFIER    

stpNewRootTrap 1.3.6.1.4.1.171.10.139.3.1.4.3.6.0.1
Generated whenever a new root bridge is selected in the topology
Status: current Access: read-only
NOTIFICATION-TYPE    

stpTopologyChgTrap 1.3.6.1.4.1.171.10.139.3.1.4.3.6.0.2
Generated when topology change is detected
Status: current Access: read-only
NOTIFICATION-TYPE    

sntpClockSettings 1.3.6.1.4.1.171.10.139.3.1.2.17.1
OBJECT IDENTIFIER    

sntpTimeZoneSettings 1.3.6.1.4.1.171.10.139.3.1.2.17.2
OBJECT IDENTIFIER    

sntpSNTPSettings 1.3.6.1.4.1.171.10.139.3.1.2.17.3
OBJECT IDENTIFIER    

sntpTimeSeconds 1.3.6.1.4.1.171.10.139.3.1.2.17.1.1
This object is for setting the system time in seconds from Epoch (00:00:00 UTC, January 1, 2009). Notice : input value must larger than 284083276 (00:00:00 UTC, January 1, 2009) and smaller than 1136073599 (23:59:59 UTC, December 31, 2035).
Status: current Access: read-write
OBJECT-TYPE    
  Integer32  

sntpSummerTimeState 1.3.6.1.4.1.171.10.139.3.1.2.17.2.1
This object indicates the mode of the system to automatically switch to Summer Time (Daylight Saving Time). disable(1) - The Daylight Saving Time feature is disabled. recurring(2) - The Daylight Saving Time feature is enabled. The Summer Time should start and end on the specified week day of the specified month. format [weekofmonth-weekofday-month,HH:MM]. Example:- Third-Mon-Apr,17:30 date(3) - The Daylight Saving Time feature is enabled. The Summer Time should start and end on the specified date of the specified month. format [dayofmonth-month,HH:MM]. Example:- 01-Apr,17:30.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER disable(1), recurring(2), date(3)  

sntpGMTMinutes 1.3.6.1.4.1.171.10.139.3.1.2.17.2.2
Specifies the Time Zone Offset from GMT in +/- Minutes. (+780 ~ -720)
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER  

sntpSummerTimeStart 1.3.6.1.4.1.171.10.139.3.1.2.17.2.3
This object indicates when the Summer Time starts. This value is always interpreted within the context of a sntpSummerTimeState value.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString  

sntpSummerTimeEnd 1.3.6.1.4.1.171.10.139.3.1.2.17.2.4
This object indicates when the Summer Time ends. This value is always interpreted within the context of a sntpSummerTimeState value.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString  

sntpSummerTimeOffset 1.3.6.1.4.1.171.10.139.3.1.2.17.2.5
The value of this object indicates number of minutes to add or to subtract during Summer Time. This object is not meaningful when sntpSummerTimeState object is 'disable'.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER  

sntpGlobalState 1.3.6.1.4.1.171.10.139.3.1.2.17.3.1
Enable/Disable SNTP function in the system.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

sntpPollInterval 1.3.6.1.4.1.171.10.139.3.1.2.17.3.2
SNTP Poll Interval In Seconds (30-99999)
Status: current Access: read-write
OBJECT-TYPE    
  Integer32  

sntpServerTable 1.3.6.1.4.1.171.10.139.3.1.2.17.3.3
The table contains configured SNTP/NTP servers in the system.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SntpServerEntry

sntpServerEntry 1.3.6.1.4.1.171.10.139.3.1.2.17.3.3.1
Each entry in the table contains necessary information to send SNTP request to the servers.
Status: current Access: not-accessible
OBJECT-TYPE    
  SntpServerEntry  

sntpServerAddrType 1.3.6.1.4.1.171.10.139.3.1.2.17.3.3.1.1
The IP address type ipv4 or ipv6.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER ipv4(1), ipv6(2)  

sntpServerAddr 1.3.6.1.4.1.171.10.139.3.1.2.17.3.3.1.2
The unicast IPv4/IPv6 server address in the Unicast Addressing mode
Status: current Access: read-only
OBJECT-TYPE    
  InetAddress  

sntpServerStratum 1.3.6.1.4.1.171.10.139.3.1.2.17.3.3.1.3
stratum levels define the distance from the reference clock.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

sntpServerVersion 1.3.6.1.4.1.171.10.139.3.1.2.17.3.3.1.4
sntp server version.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

sntpServerLastReceive 1.3.6.1.4.1.171.10.139.3.1.2.17.3.3.1.5
The value of sysUpTime when this server was synced.
Status: current Access: read-only
OBJECT-TYPE    
  TimeTicks  

sntpServerSynced 1.3.6.1.4.1.171.10.139.3.1.2.17.3.3.1.6
This object indicates whether the corresponding server is the current synced server.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

sntpServerRowStatus 1.3.6.1.4.1.171.10.139.3.1.2.17.3.3.1.7
The activation of a row adds server entry. The destruction of a row removes server entry
Status: current Access: read-write
OBJECT-TYPE    
  RowStatus  

timeRangeTable 1.3.6.1.4.1.171.10.139.3.1.2.38.1
A table to configure time Range in the system.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    TimeRangeEntry

timeRangeEntry 1.3.6.1.4.1.171.10.139.3.1.2.38.1.1
A schedule entry to configure time Range in the system.
Status: current Access: not-accessible
OBJECT-TYPE    
  TimeRangeEntry  

timeRangeName 1.3.6.1.4.1.171.10.139.3.1.2.38.1.1.1
The Schedule name associated with the Schedule entry (e.g., `abc, bbb').
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(1..20)  

timeRangeIndex 1.3.6.1.4.1.171.10.139.3.1.2.38.1.1.2
The Time Range identifier. The maximum number of Schedule entry is the number of ports supported PoE function. The value must be between 1 and 52.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 1..52  

timeRangeStartHour 1.3.6.1.4.1.171.10.139.3.1.2.38.1.1.3
Start hour of the Schedule entry. The value must be from 0 to 23.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 0..23  

timeRangeStartMinute 1.3.6.1.4.1.171.10.139.3.1.2.38.1.1.4
Start minute of the Schedule entry. The value must be from 0 to 59.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 0..59  

timeRangeEndHour 1.3.6.1.4.1.171.10.139.3.1.2.38.1.1.5
End hour of the Schedule entry. The value must be from 0 to 23.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 0..23  

timeRangeEndMinute 1.3.6.1.4.1.171.10.139.3.1.2.38.1.1.6
End minute of the Schedule entry. The value must be from 0 to 59.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 0..59  

timeRangeWeekday 1.3.6.1.4.1.171.10.139.3.1.2.38.1.1.7
Enable/Disble scheduling weekday list.
Status: current Access: read-write
OBJECT-TYPE    
  BITS saturday(0), friday(1), thursday(2), wednesday(3), tuesday(4), monday(5), sunday(6)  

timeRangeRowStatus 1.3.6.1.4.1.171.10.139.3.1.2.38.1.1.8
The status of an entry in the Time Range Information Table. Only a subset of the rowstatus variables (active, notinservice, createAndWait, destroy) are available.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

multiIfMainTable 1.3.6.1.4.1.171.10.139.3.1.5.3.1
A list of all the interface entries in the system. This table contains objects which are applicable to all types of interfaces in the system. This table is a proprietary extension to the standard ifTable and ifXTable. The index to this table has the semantics of the MIB-2 ifIndex.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    MultiIfMainEntry

multiIfMainEntry 1.3.6.1.4.1.171.10.139.3.1.5.3.1.1
An entry containing management information applicable to a particular interface.
Status: current Access: not-accessible
OBJECT-TYPE    
  MultiIfMainEntry  

multiIfMainIndex 1.3.6.1.4.1.171.10.139.3.1.5.3.1.1.1
A unique value, greater than zero, for each interface. This object is identical to the ifIndex of the standard MIB-2 ifTable.
Status: current Access: read-only
OBJECT-TYPE    
  InterfaceIndex  

multiIfMainAdminStatus 1.3.6.1.4.1.171.10.139.3.1.5.3.1.1.2
The desired state of the interface. This object can be set only when the ifMainRowStatus of the interface is active. This object has the semantics of the ifAdminStatus of the standard ifTable. When a managed system initializes, all interfaces start with ifMainAdminStatus in the down(2) state, it's a default state also. As a result of either explicit management action or per configuration information retained by the managed system, ifMainAdminStatus is then changed to the up (1) state (or remains in the down(2) state).
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER up(1), down(2)  

multiIfMainOperStatus 1.3.6.1.4.1.171.10.139.3.1.5.3.1.1.3
The current operational state of the interface. The testing (3) state indicates that no operational packets can be passed - this state is not supported currently. If ifMainAdminStatus is down (2) then ifMainOperStatus would be down (2). If ifMainAdminStatus is changed to up (1) then ifMainOperStatus should change to up (1) if the interface is ready to transmit and receive work traffic; it should change to dormant (5) the interface is waiting for external actions (such as a serial line waiting for an incoming connection); it should change to lowerLayerDown(7) state if it cannot be made up as the interface sub-layer below it is down; it should remain in the down (2) state if and only if there is a fault that prevents it from going to the up (1) state; it should remain in the notPresent (6) state if the interface has missing (typically, hardware) components. The status unknown(4) is shown when it is not possible to determine the exact status of the interface - e.g. the interface sub-layer is performing negotiations - during this period the interface is not up but at the same time, it is not a fault condition and hence it cannot be shown as down - in such periods the status is shown as unknown. This object has the semantics of the ifOperStatus of the standard ifTable.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER up(1), down(2), testing(3), unknown(4), dormant(5), notPresent(6), lowerLayerDown(7)  

multiIfIpBindVlanId 1.3.6.1.4.1.171.10.139.3.1.5.3.1.1.4
the IP Interface over the Vlan Interface which it vlan id is the configure Vlan id.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32  

multiL3VlanIfName 1.3.6.1.4.1.171.10.139.3.1.5.3.1.1.5
the L3 Vlan Interface Name.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..64)  

multiIfMainRowStatus 1.3.6.1.4.1.171.10.139.3.1.5.3.1.1.6
A RowStatus variable for addition, deletion and in-activation of the interfaces. Specification of the object is mandatory for all interfaces. When the status is active, the interface is created and ready to use in the respective protocol modules. When the status is notInService, the interface has not been registered with the respective protocol modules and as such those modules are not aware of the existence of the interface - creation is hence, incomplete. Setting an active interface to notInService results in de-registration/deletion of the interface from the respective protocol modules and all the configurations associated with that interface in those modules may be lost. Deletion of an interface, may affect the status of other interfaces which are layered above or below it in the Interface Stack (ifStackTable) and may result in other interfaces being made notReady or notInService.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

multiIfIpTable 1.3.6.1.4.1.171.10.139.3.1.5.3.2
A list of all the interface entries in the system which are registered with IP. This table contains objects which are applicable for the management of IP over the network interfaces in the system. This table is a extension to the ifMainTable. The index to this table has the semantics of the ifMainIndex of the ifMainTable. Entries are created automatically in this table for any interface sub-layer which is layer below IP using the ifStackTable. Similarly, entries are deleted from this table when the interface's layering below IP is removed.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    MultiIfIpEntry

multiIfIpEntry 1.3.6.1.4.1.171.10.139.3.1.5.3.2.1
An entry containing management information applicable to a particular interface over which IP is operating.
Status: current Access: not-accessible
OBJECT-TYPE    
  MultiIfIpEntry  

multiIfIpIndex 1.3.6.1.4.1.171.10.139.3.1.5.3.2.1.1
A unique value, greater than zero, for each interface. This object is identical to the ifIndex of the standard MIB-2 ifTable.
Status: current Access: read-only
OBJECT-TYPE    
  InterfaceIndex  

multiIfIpAddrAllocMethod 1.3.6.1.4.1.171.10.139.3.1.5.3.2.1.2
The mechanism to be used for allocation of IP address for this interface. If the method specified is manual and the IP address is not provided (then the interface would be treated as a un-numbered interface. The dynamic(2) option takes an IP address dynamically from the available server (dhcp/bootp/rarp) .
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER manual(1), dynamic(2)  

multiIfIpAddr 1.3.6.1.4.1.171.10.139.3.1.5.3.2.1.3
Specifies the IP address given to this interface. The specification of this object is mandatory for all network interfaces (Ethernet, FR VC, IPoA interface, PPP link - not under MP, MP interface and X.25 VC). If the interface is not a network interface then the default value of 0.0.0.0 is assigned and the interface is treated as a un-numbered interface by IP.
Status: current Access: read-write
OBJECT-TYPE    
  IpAddress  

multiIfIpSubnetMask 1.3.6.1.4.1.171.10.139.3.1.5.3.2.1.4
Specifies the IP Subnet Mask for this interface. The value should be specified only for network interfaces and any valid VLSM is accepted. If not specified, this object takes the default subnet mask value based on the class of the IP address configured for the interface.
Status: current Access: read-write
OBJECT-TYPE    
  IpAddress  

multiRouteTable 1.3.6.1.4.1.171.10.139.3.1.5.3.3
This entity's IP Routing table. This table can be used to view all the routes present in the system
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    MultiRouteEntry

multiRouteEntry 1.3.6.1.4.1.171.10.139.3.1.5.3.3.1
A particular route to a particular destina- tion, under a particular policy.
Status: current Access: not-accessible
OBJECT-TYPE    
  MultiRouteEntry  

multiRouteDest 1.3.6.1.4.1.171.10.139.3.1.5.3.3.1.1
The destination IP address of this route. This object may not take a Multicast (Class D) address value. Any assignment (implicit or otherwise) of an instance of this object to a value x must be rejected if the bitwise logical-AND of x with the value of the corresponding instance of the RouteMask object is not equal to x.
Status: current Access: not-accessible
OBJECT-TYPE    
  IpAddress  

multiRouteMask 1.3.6.1.4.1.171.10.139.3.1.5.3.3.1.2
Indicate the mask to be logical-ANDed with the destination address before being compared to the value in the RouteDest field. For those systems that do not support arbitrary subnet masks, an agent constructs the value of the RouteMask by reference to the IP Ad- dress Class. Any assignment (implicit or otherwise) of an instance of this object to a value x must be rejected if the bitwise logical-AND of x with the value of the corresponding instance of the RouteDest object is not equal to fsRoute- Dest.
Status: current Access: not-accessible
OBJECT-TYPE    
  IpAddress  

multiRouteTos 1.3.6.1.4.1.171.10.139.3.1.5.3.3.1.3
The policy specifier is the IP TOS Field. The encoding of IP TOS is as specified by the following convention. Zero indicates the default path if no more specific policy applies. +-----+-----+-----+-----+-----+-----+-----+-----+ | | | | | PRECEDENCE | TYPE OF SERVICE | 0 | | | | | +-----+-----+-----+-----+-----+-----+-----+-----+ IP TOS IP TOS Field Policy Field Policy Contents Code Contents Code 0 0 0 0 ==> 0 0 0 0 1 ==> 2 0 0 1 0 ==> 4 0 0 1 1 ==> 6 0 1 0 0 ==> 8 0 1 0 1 ==> 10 0 1 1 0 ==> 12 0 1 1 1 ==> 14 1 0 0 0 ==> 16 1 0 0 1 ==> 18 1 0 1 0 ==> 20 1 0 1 1 ==> 22 1 1 0 0 ==> 24 1 1 0 1 ==> 26 1 1 1 0 ==> 28 1 1 1 1 ==> 30
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 0..2147483647  

multiRouteNextHop 1.3.6.1.4.1.171.10.139.3.1.5.3.3.1.4
On remote routes, the address of the next sys- tem en route; Otherwise, 0.0.0.0.
Status: current Access: not-accessible
OBJECT-TYPE    
  IpAddress  

multiRouteIfIndex 1.3.6.1.4.1.171.10.139.3.1.5.3.3.1.5
The ifIndex value which identifies the local interface through which the next hop of this route should be reached. 0 indicate invalid interface
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

multiRouteStatus 1.3.6.1.4.1.171.10.139.3.1.5.3.3.1.6
The row status variable, used according to row installation and removal conventions.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

multiIpv6IfTable 1.3.6.1.4.1.171.10.139.3.1.5.3.4
The IPv6 Interface table contains information on the entity's internetwork-layer interfaces on which IPv6. protocol is enabled. An IPv6 interface constitutes a logical network layer attachment to the layer immediately below IPv6. These include LAN interfaces, Point-to-Point interfaces, NBMA interfaces and IPv6 over IPv4 Tunnel interfaces.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    MultiIpv6IfEntry

multiIpv6IfEntry 1.3.6.1.4.1.171.10.139.3.1.5.3.4.1
An interface entry containing objects about a particular IPv6 interface. The entry is created or deleted from SNMP.
Status: current Access: not-accessible
OBJECT-TYPE    
  MultiIpv6IfEntry  

multiIpv6IfIndex 1.3.6.1.4.1.171.10.139.3.1.5.3.4.1.1
A unique value identifying the particular IPv6 interface.
Status: current Access: read-only
OBJECT-TYPE    
  InterfaceIndex  

multiIpv6IfAdminStatus 1.3.6.1.4.1.171.10.139.3.1.5.3.4.1.2
Indicates whether IPv6 is enabled/disabled on this interface. When lower layer indicates the creation of the interface, an entry will be create in IPv6 interfac table with fsipv6IfAdminStatus in down(2) state. Either on setting this object as up(1) or configuring any IPv6 address over this interface, will set the fsipv6IfAdminStatus to up(1) state. If this object is set to down(2), and if no IPv6 address is configured for this interface, fsipv6IfAdminStatus goes down(2). Else the Status remains up(1), as long as the IPv6 address are present. Once these addresses are removed, the status goes to down(2).
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER up(1), down(2)  

multiIpv6IfOperStatus 1.3.6.1.4.1.171.10.139.3.1.5.3.4.1.3
The operational state of interface. It is up(1) if the fsipv6IfAdminStatus is 'up' and the layer below the network layer is also operational. Otherwise it is down(2).
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER up(1), down(2), stale(3)  

multiIpv6IfRetransmitTime 1.3.6.1.4.1.171.10.139.3.1.5.3.4.1.4
The retransmit time to be indicated in the router advertisements sent on this IPv6 interface and also used by this entity. This defines the time in seconds between retransmitted Neighbor Solicitations and is used during address resolution, unreachability detection and duplicate address detection.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 1..3600  

multiIpv6AddrTable 1.3.6.1.4.1.171.10.139.3.1.5.3.5
The table containing entity's IPv6 addressing information.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    MultiIpv6AddrEntry

multiIpv6AddrEntry 1.3.6.1.4.1.171.10.139.3.1.5.3.5.1
The entry in the IPv6 Address Table which defines a unicast, anycast or link-local address on an IPv6 interface.
Status: current Access: not-accessible
OBJECT-TYPE    
  MultiIpv6AddrEntry  

multiIpv6AddrIndex 1.3.6.1.4.1.171.10.139.3.1.5.3.5.1.1
The index value which uniquely identifies the IPv6 interface on which this IPv6 address entry exists. The interface identified by a particular value of this index is the same interface as identified by the same value of fsipv6IfIndex.
Status: current Access: read-only
OBJECT-TYPE    
  InterfaceIndex  

multiIpv6AddrAddress 1.3.6.1.4.1.171.10.139.3.1.5.3.5.1.2
The IPv6 address to which this entry's addressing information pertains.
Status: current Access: read-only
OBJECT-TYPE    
  Ipv6Address  

multiIpv6AddrPrefixLen 1.3.6.1.4.1.171.10.139.3.1.5.3.5.1.3
The length of the prefix (in bits) associated with the IPv6 address of this entry. For a link-local address, the prefix is always start with '0xfe80' and the prefix length is 128 bits.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..128  

multiIpv6AddrAdminStatus 1.3.6.1.4.1.171.10.139.3.1.5.3.5.1.4
Indicates the desired status of the address. Also a creation of an address can trigger IPv6 to be enabled over the interface. Similarly deletion of all the address may trigger IPv6 to be disabled on the interface. NotInService value is not supported.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

multiIpv6AddrType 1.3.6.1.4.1.171.10.139.3.1.5.3.5.1.5
Indicates whether the address is a unicast, anycast or link-local address. Syntactically there is no difference between a unicast address and a anycast address while a link-local address has the prefix '0xfe80'. This object can be modified only if fsipv6AddrOperStatus is down.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER unicast(1), anycast(2), linklocal(3)  

multiIpv6AddrCfgMethod 1.3.6.1.4.1.171.10.139.3.1.5.3.5.1.6
Indicates the configuration method of the address. static(1) indicates that this address is configured by user; stateless(2) indicates that this address is auto configured stateless; stateful(3) indicates that this address is auto configured when DHCPv6 server reply
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER static(1), stateless(2), stateful(3), dynamic(4)  

multiIpv6AddrOperStatus 1.3.6.1.4.1.171.10.139.3.1.5.3.5.1.7
Indicates the operational status of the address. A status of failed(4) indicates that a duplicate address has been detected on this IPv6 interface. On interfaces on which Duplicate Address Detection is not performed, this object will take values only complete(2) and down(3).
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER tentative(1), complete(2), down(3), failed(4)  

multiIPv6neighborTable 1.3.6.1.4.1.171.10.139.3.1.5.3.6
A list of the Neighbor Cache Table.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    MultiIPV6NeighborEntry

multiIpv6NeighborEntry 1.3.6.1.4.1.171.10.139.3.1.5.3.6.1
A Neighbor cache entry containing the ifindex and ipv6 addr.
Status: current Access: not-accessible
OBJECT-TYPE    
  MultiIPV6NeighborEntry  

multiIpv6NeighborIndex 1.3.6.1.4.1.171.10.139.3.1.5.3.6.1.1
The interface index of the Neighbor entry.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

multiIpv6NeighborAddr 1.3.6.1.4.1.171.10.139.3.1.5.3.6.1.2
Allows the entry of an IP address that will be a Neighbor entry into the Neighbor Cache Table.
Status: current Access: read-only
OBJECT-TYPE    
  Ipv6Address  

multiIpv6NeighborMacAddr 1.3.6.1.4.1.171.10.139.3.1.5.3.6.1.3
The MAC address associated of the Neighbor entry.
Status: current Access: read-write
OBJECT-TYPE    
  MacAddress  

multiIpv6NeighborType 1.3.6.1.4.1.171.10.139.3.1.5.3.6.1.4
The type associated of the Neighbor entry.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER static(1), dynamic(2)  

multiIpv6NeighborCacheState 1.3.6.1.4.1.171.10.139.3.1.5.3.6.1.5
The type associated of the Neighbor entry.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER static(1), reachable(2), incomplete(3), stale(4), delay(5), probe(6), notinservice(7)  

multiIpv6NeighborRowStatus 1.3.6.1.4.1.171.10.139.3.1.5.3.6.1.6
The status of an entry in the Neighbor Cache Table. Only a subset of the rowstatus variables (active, createAndWait, destroy) are available.
Status: current Access: read-write
OBJECT-TYPE    
  RowStatus  

multiIpv6RouteTable 1.3.6.1.4.1.171.10.139.3.1.5.3.7
This table contains dynamic routes that are learnt through dynamic routing protocol as well as local routes derived from configured address prefixes and statically configured routes.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    MultiIpv6RouteEntry

multiIpv6RouteEntry 1.3.6.1.4.1.171.10.139.3.1.5.3.7.1
An entry in the IPv6 Routing Table. An entry can be created by means of the routing protocol, derived from configured address prefixes as well as statically configured. There can be a static route as well as dynamic routes with the same destination and prefix length.
Status: current Access: not-accessible
OBJECT-TYPE    
  MultiIpv6RouteEntry  

multiIpv6RouteDest 1.3.6.1.4.1.171.10.139.3.1.5.3.7.1.1
The destination IPv6 address of this route. This object will not take a Link-Local or Multicast address value.
Status: current Access: read-only
OBJECT-TYPE    
  Ipv6Address  

multiIpv6RoutePfxLength 1.3.6.1.4.1.171.10.139.3.1.5.3.7.1.2
Indicates the prefix length of the destination address.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 1..128  

multiIpv6RouteProtocol 1.3.6.1.4.1.171.10.139.3.1.5.3.7.1.3
The routing mechanism via which this route was learned.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER static(1), dynamic(2)  

multiIpv6RouteNextHop 1.3.6.1.4.1.171.10.139.3.1.5.3.7.1.4
Next hop IPv6 Address for this route. For direct routes it has the value ::0.
Status: current Access: read-only
OBJECT-TYPE    
  Ipv6Address  

multiIpv6RouteIfIndex 1.3.6.1.4.1.171.10.139.3.1.5.3.7.1.5
The index value which uniquely identifies the interface through which the next hop of this route should be reached. The interface identified by a particular value of this index is the same interface as identified by the same value of ipv6IfIndex.
Status: current Access: read-write
OBJECT-TYPE    
  InterfaceIndex  

multiIpv6RouteAdminStatus 1.3.6.1.4.1.171.10.139.3.1.5.3.7.1.6
Administrative Status of the route. This object is used to create or delete the route entry. The ipv6RouteIfIndex needs to be set, before the route entry is made active. CreateAndGo is not supported.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

dhcpClientTable 1.3.6.1.4.1.171.10.139.3.1.5.3.8
The dhcp options which are to be added to packets sent will be added as entries in this table. While sending out discover message, the options entries which are avilable in this table will be added with discover message.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    DhcpClientEntry

dhcpClientEntry 1.3.6.1.4.1.171.10.139.3.1.5.3.8.1
An entry containing dhcp options which will be added to the packets from client to server.
Status: current Access: not-accessible
OBJECT-TYPE    
  DhcpClientEntry  

dhcpClientIfIndex 1.3.6.1.4.1.171.10.139.3.1.5.3.8.1.1
A unique identifier for each interface. This object is identical to the ifIndex of the standard MIB-2 ifTable.
Status: current Access: read-only
OBJECT-TYPE    
  InterfaceIndex  

dhcpClientClientIdIfIdx 1.3.6.1.4.1.171.10.139.3.1.5.3.8.1.2
This object indicates ifIndex of the VLAN interface whose hexadecimal MAC address will be used as the client ID to be sent with the DISCOVER message 0 indicates that preferred client id is unspecified
Status: current Access: read-write
OBJECT-TYPE    
  InterfaceIndex  

dhcpClientClassIdType 1.3.6.1.4.1.171.10.139.3.1.5.3.8.1.3
The object indicates the type of class id which is defined by dhcpClientClassIdValue. The value means : ascii(1)- The dhcpClientClassIdValue is ascii string. hex(2) - The dhcpClientClassIdValue is a string of HEX number.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER ascii(1), hex(2)  

dhcpClientClassId 1.3.6.1.4.1.171.10.139.3.1.5.3.8.1.4
This object indicates the value of vendor class identifier (option 60) to be sent with the DHCP DISCOVER message. An dhcpClientClassIdValue value is always interpreted within the context of an dhcpClientClassIdType value. If dhcpClientClassIdType is 'hex', this object is a HEX string value, which is restricted to hexadecimal character set. length is equal to 0 indicates that preferred class id is unspecified
Status: current Access: read-write
OBJECT-TYPE    
  OCTET STRING  

dhcpClientHostName 1.3.6.1.4.1.171.10.139.3.1.5.3.8.1.5
This object indicates the host name. The host name must start with a letter, end with a letter or digit, and only with interior characters letters, digits, and hyphens. length is equal to 0 indicates that preferred host name is unspecified
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString Size(0..64)  

dhcpClientLeaseDay 1.3.6.1.4.1.171.10.139.3.1.5.3.8.1.6
This object indicates the number of days for the duration of preferred lease time. Value of -1 indicates that preferred lease time is unspecified. This value is checked when an IP address is acquired from a DHCP server.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 -1 | 0..10000  

dhcpClientLeaseHour 1.3.6.1.4.1.171.10.139.3.1.5.3.8.1.7
This object indicates the number of hours for the duration of preferred lease time.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32 0..23  

dhcpClientLeaseMinute 1.3.6.1.4.1.171.10.139.3.1.5.3.8.1.8
This object indicates the number of minutes for the duration of preferred lease time.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32 0..59  

dhcp6ClientTable 1.3.6.1.4.1.171.10.139.3.1.5.3.9
A table contains all DHCPv6 client entries which consists of DHCPv6 client related configuration. An entry is created to set a value different from the default on an interface.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Dhcp6ClientEntry

dhcp6ClientEntry 1.3.6.1.4.1.171.10.139.3.1.5.3.9.1
Defines an entry in the dhcp6ClientTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  Dhcp6ClientEntry  

dhcp6ClientIndex 1.3.6.1.4.1.171.10.139.3.1.5.3.9.1.1
The ifIndex value of the interface. Only VLAN interfaces are valid interfaces.
Status: current Access: not-accessible
OBJECT-TYPE    
  InterfaceIndex  

dhcp6ClientEnabled 1.3.6.1.4.1.171.10.139.3.1.5.3.9.1.2
This object indicates whether acquires an IPv6 address on an interface from the DHCPv6 server.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

dhcp6ClientRapidCommit 1.3.6.1.4.1.171.10.139.3.1.5.3.9.1.3
This object indicates whether the two-message exchange for address allocation and other configuration is used. When dhcp6ClientEnabled is 'false', dhcp6ClientRapidCommit cannot be set to 'true'.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

lbdGlobalSettings 1.3.6.1.4.1.171.10.139.3.1.4.4.1
OBJECT IDENTIFIER    

lbdPortSettings 1.3.6.1.4.1.171.10.139.3.1.4.4.2
OBJECT IDENTIFIER    

lbdVlanSettings 1.3.6.1.4.1.171.10.139.3.1.4.4.3
OBJECT IDENTIFIER    

lbdTraps 1.3.6.1.4.1.171.10.139.3.1.4.4.4
OBJECT IDENTIFIER    

lbdState 1.3.6.1.4.1.171.10.139.3.1.4.4.1.1
Enable/Disable Loopback detection function. The Loopback Detection function is used to detect the loop created by a specific port while Spanning Tree Protocol (STP) is not enabled in the network, especially when the down links are hubs or unmanaged switchs.The Switch will automatically shutdown the port and sends a log to the administrator.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

lbdMode 1.3.6.1.4.1.171.10.139.3.1.4.4.1.2
Loopback detection function mode.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER port(1), vlan(2)  

lbdEnabledVLANIDList 1.3.6.1.4.1.171.10.139.3.1.4.4.1.3
Set Enabled VLAN ID List .
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString  

lbdInterval 1.3.6.1.4.1.171.10.139.3.1.4.4.1.4
Set a Loop detection Interval between 1 and 32767 seconds. The default is 2 seconds. This time interval to be used at counting time seconds to resend the CTP packet automatically.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 1..32767  

lbdTrapState 1.3.6.1.4.1.171.10.139.3.1.4.4.1.5
Enable/Disable Loopback detection trap function.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

lbdAction 1.3.6.1.4.1.171.10.139.3.1.4.4.1.6
Loopback detection function action.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER shutdown(1), none(2)  

lbdportTable 1.3.6.1.4.1.171.10.139.3.1.4.4.2.1
A table to control Loopback detection features either for the entire switch or for each interface in the switch.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    LbdportEntry

lbdportEntry 1.3.6.1.4.1.171.10.139.3.1.4.4.2.1.1
An entry appears in this table for each interface in the system.
Status: current Access: not-accessible
OBJECT-TYPE    
  LbdportEntry  

lbdportIndex 1.3.6.1.4.1.171.10.139.3.1.4.4.2.1.1.1
The interface index of the port for which the configuration in this entry applies.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

lbdportState 1.3.6.1.4.1.171.10.139.3.1.4.4.2.1.1.2
Provides control to per port enable or disable the loopback detection function. Default is disabled.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

lbdportResult 1.3.6.1.4.1.171.10.139.3.1.4.4.2.1.1.3
The loop Result for this port.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER normal(1), disabled(2)  

lbdportTimeLeft 1.3.6.1.4.1.171.10.139.3.1.4.4.2.1.1.4
Loopback Detection Port Settings Time Left (sec).
Status: current Access: read-only
OBJECT-TYPE    
  SnmpAdminString  

lbdVlanLoopTable 1.3.6.1.4.1.171.10.139.3.1.4.4.3.1
A table to display Loopback detection features by vlan mode.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    LbdVlanLoopEntry

lbdVlanLoopEntry 1.3.6.1.4.1.171.10.139.3.1.4.4.3.1.1
An entry appears in this table for each interface in the system.
Status: current Access: not-accessible
OBJECT-TYPE    
  LbdVlanLoopEntry  

lbdVlanLoopIndex 1.3.6.1.4.1.171.10.139.3.1.4.4.3.1.1.1
Display port lists loop status by vlan.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

lbdVlanLoopPorts 1.3.6.1.4.1.171.10.139.3.1.4.4.3.1.1.2
Display port lists loop status by vlan.
Status: current Access: read-only
OBJECT-TYPE    
  PortList  

lbdTrapsList 1.3.6.1.4.1.171.10.139.3.1.4.4.4.0
OBJECT IDENTIFIER    

lbdLoopOccur 1.3.6.1.4.1.171.10.139.3.1.4.4.4.0.1
This is a trap that will send to snmp manager,and it will be generated when loop is occured.
Status: current Access: read-only
NOTIFICATION-TYPE    

lbdLoopRecover 1.3.6.1.4.1.171.10.139.3.1.4.4.4.0.2
This is a trap that will send to snmp manager,and it will be generated when port is recovering.
Status: current Access: read-only
NOTIFICATION-TYPE    

laSystem 1.3.6.1.4.1.171.10.139.3.1.4.5.1
OBJECT IDENTIFIER    

laChannel 1.3.6.1.4.1.171.10.139.3.1.4.5.2
OBJECT IDENTIFIER    

laSystemPriority 1.3.6.1.4.1.171.10.139.3.1.4.5.1.1
The priority value assigned to System. This 16-bit value is read-only.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 0..65535  

laSystemLoadBalanceAlgorithm 1.3.6.1.4.1.171.10.139.3.1.4.5.1.2
Link selection policy to be used by the port-channel. Selection policy isid implies selection based on Service-instance and is applicable only in Provider BackBone bridge.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER macSrc(1), macDst(2), macSrcDst(3), ipSrc(4), ipDst(5), ipSrcDst(6)  

laActorSystemID 1.3.6.1.4.1.171.10.139.3.1.4.5.1.3
A 6-octet read-only MAC address value used as a unique identifier for the System.
Status: current Access: read-only
OBJECT-TYPE    
  MacAddress  

laPortChannelTable 1.3.6.1.4.1.171.10.139.3.1.4.5.2.1
A Port-channel is created through ifMain table. After the creation of the port-channel, corresponding logical interface will be created in the ifMain table. This Port-channel table is indexed through Key values and allows to configure link selection policy and the Mac address for the port-channel. All other objects in this table displays the details of the port-channel
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    LaPortChannelEntry

laPortChannelEntry 1.3.6.1.4.1.171.10.139.3.1.4.5.2.1.1
There is one entry in this table for each created port-channel port
Status: current Access: not-accessible
OBJECT-TYPE    
  LaPortChannelEntry  

laPortChannelIfIndex 1.3.6.1.4.1.171.10.139.3.1.4.5.2.1.1.1
The ifIndex of the port-channel(Aggregator's interface index).
Status: current Access: read-only
OBJECT-TYPE    
  InterfaceIndex  

laPortChannelMaxPorts 1.3.6.1.4.1.171.10.139.3.1.4.5.2.1.1.2
.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 0..65535  

laPortChannelMemberNumber 1.3.6.1.4.1.171.10.139.3.1.4.5.2.1.1.3
.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 0..65535  

laPortChannelMemberList 1.3.6.1.4.1.171.10.139.3.1.4.5.2.1.1.4
Member Port list of the port channel. Add the ports as a aggregation member associated of a port-channel.
Status: current Access: read-write
OBJECT-TYPE    
  PortList  

laSystemChannelGroupID 1.3.6.1.4.1.171.10.139.3.1.4.5.2.1.1.5
The priority value assigned to System. This 16-bit value is read-only.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 0..65535  

laPortChannelMode 1.3.6.1.4.1.171.10.139.3.1.4.5.2.1.1.6
Current Operating Channel Mode of the port active(1) - it will always send frames along the configured links. passive(2) - If the actor and partner are both in passive mode, they do not exchange LACP packets. on(3) - force the port to enable channeling (Manual). disabled(4) - channeling is disabled.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER active(1), passive(2), on(3), disabled(4)  

laChannelDetailTable 1.3.6.1.4.1.171.10.139.3.1.4.5.2.2
A Port-channel is created through ifMain table. After the creation of the port-channel, corresponding logical interface will be created in the ifMain table. This Port-channel table is indexed through Key values and allows to configure link selection policy and the Mac address for the port-channel. All other objects in this table displays the details of the port-channel
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    LaChannelDetailEntry

laChannelDetailEntry 1.3.6.1.4.1.171.10.139.3.1.4.5.2.2.1
There is one entry in this table for each created port-channel port
Status: current Access: not-accessible
OBJECT-TYPE    
  LaChannelDetailEntry  

laChannelDetailPort 1.3.6.1.4.1.171.10.139.3.1.4.5.2.2.1.1
The ifIndex of the port-channel(Aggregator's interface index).
Status: current Access: read-only
OBJECT-TYPE    
  InterfaceIndex  

laChannelDetailLACPTimeout 1.3.6.1.4.1.171.10.139.3.1.4.5.2.2.1.2
This object indicates LACP-Timeout to this Aggregation Port. short(1) - LACP Timeout 3 seconds. long (2) - LACP Timeout 90 seconds.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER short(1), long(2)  

laChannelDetailWorkingMode 1.3.6.1.4.1.171.10.139.3.1.4.5.2.2.1.3
Current Operating Channel Mode of the port active(1) - it will always send frames along the configured links. passive(2) - If the actor and partner are both in passive mode, they do not exchange LACP packets.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER active(1), passive(2)  

laChannelDetailLACPState 1.3.6.1.4.1.171.10.139.3.1.4.5.2.2.1.4
This read-only object is used to display the port state in aggregation. upInBndl(0) - The port is operationally up and actively takes part in aggregation. standby(1) - The port is capable of joining in aggregation group, when any of the ports in aggregation group goes down. down(2) - The port is operationally down in lower layers. or the port is operational in lower layers but temporarily not able to participate in aggregation because of different partner information in the same group. upIndividual(3) - The port is operating individually and is not taking part in aggregation.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER upInBndl(0), standby(1), down(2), upIndividual(3)  

laChannelDetailPortPriority 1.3.6.1.4.1.171.10.139.3.1.4.5.2.2.1.5
Port Channel Detail Information Port Priority.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 1..65535  

laChannelDetailPortNumber 1.3.6.1.4.1.171.10.139.3.1.4.5.2.2.1.6
Port Channel Detail Information Port number.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 1..65535  

laChannelNeighborTable 1.3.6.1.4.1.171.10.139.3.1.4.5.2.3
A Port-channel is created through ifMain table. After the creation of the port-channel, corresponding logical interface will be created in the ifMain table. This Port-channel table is indexed through Key values and allows to configure link selection policy and the Mac address for the port-channel. All other objects in this table displays the details of the port-channel
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    LaChannelNeighborEntry

laChannelNeighborEntry 1.3.6.1.4.1.171.10.139.3.1.4.5.2.3.1
There is one entry in this table for each created port-channel port
Status: current Access: not-accessible
OBJECT-TYPE    
  LaChannelNeighborEntry  

laChannelNeighborPort 1.3.6.1.4.1.171.10.139.3.1.4.5.2.3.1.1
The ifIndex of the port-channel(Aggregator's interface index).
Status: current Access: read-only
OBJECT-TYPE    
  InterfaceIndex  

laChannelNeighborSystemPriority 1.3.6.1.4.1.171.10.139.3.1.4.5.2.3.1.2
Port Channel Neighbor Information Partner System Priority.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

laChannelNeighborSystemID 1.3.6.1.4.1.171.10.139.3.1.4.5.2.3.1.3
Port Channel Neighbor Information Partner System ID.
Status: current Access: read-only
OBJECT-TYPE    
  MacAddress  

laChannelNeighborPortNo 1.3.6.1.4.1.171.10.139.3.1.4.5.2.3.1.4
Port Channel Detail Information Port number.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 1..65535  

laChannelNeighborLACPTimeout 1.3.6.1.4.1.171.10.139.3.1.4.5.2.3.1.5
Port Channel Neighbor Information Partner LACP Timeout.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER short(1), long(2)  

laChannelNeighborWorkingMode 1.3.6.1.4.1.171.10.139.3.1.4.5.2.3.1.6
Port Channel Neighbor Information Partner LACP Timeout.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER active(1), passive(2)  

laChannelNeighborPortPriority 1.3.6.1.4.1.171.10.139.3.1.4.5.2.3.1.7
Port Channel Detail Information Port Priority.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 0..65535  

lldpStatistics 1.3.6.1.4.1.171.10.139.3.1.4.7.15
OBJECT IDENTIFIER    

lldpLocalSystemData 1.3.6.1.4.1.171.10.139.3.1.4.7.16
OBJECT IDENTIFIER    

lldpRemoteSystemsData 1.3.6.1.4.1.171.10.139.3.1.4.7.17
OBJECT IDENTIFIER    

lldpState 1.3.6.1.4.1.171.10.139.3.1.4.7.1
This object is used for enabling or disabling LLDP in the system.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

lldpForwardState 1.3.6.1.4.1.171.10.139.3.1.4.7.2
This object is used for enabling or disabling LLDP Forward State in the system.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

lldpTrapState 1.3.6.1.4.1.171.10.139.3.1.4.7.3
This object is used for enabling or disabling LLDP Trap State in the system.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

lldpMEDTrapState 1.3.6.1.4.1.171.10.139.3.1.4.7.4
This object is used for enabling or disabling LLDP-MED Trap State in the system.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

lldpMsgTxInterval 1.3.6.1.4.1.171.10.139.3.1.4.7.5
This object is used for LLDP packet update frequency. The timer in units of seconds.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 5..32768  

lldpMsgHoldMultiplier 1.3.6.1.4.1.171.10.139.3.1.4.7.6
The time-to-live value expressed as a multiple of the lldpMessageTxInterval object.The actual time-to-live value used in LLDP frames, transmitted on behalf of this LLDP agent, can be expressed by the following formula: TTL = min(65535, (lldpMessageTxInterval * lldpMessageTxHoldMultiplier))
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 2..10  

lldpReinitDelay 1.3.6.1.4.1.171.10.139.3.1.4.7.7
This object is used for LLDP Reinitialization Delay. The timer in units of seconds.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 1..10  

lldpTxDelay 1.3.6.1.4.1.171.10.139.3.1.4.7.8
The lldpTxDelay indicates the delay (in units of seconds) between successive LLDP frame transmissions initiated by value/status changes in the LLDP local systems MIB. The recommended value for the lldpTxDelay is set by the following formula: 1 <= lldpTxDelay <= (0.25 * lldpMessageTxInterval).
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 1..8192  

lldpPortConfigTable 1.3.6.1.4.1.171.10.139.3.1.4.7.10
The table that controls LLDP frame transmission on individual ports.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    LldpPortConfigEntry

lldpPortConfigEntry 1.3.6.1.4.1.171.10.139.3.1.4.7.10.1
LLDP configuration information for a particular port. This configuration parameter controls the transmission and the reception of LLDP frames on those ports whose rows are created in this table.
Status: current Access: not-accessible
OBJECT-TYPE    
  LldpPortConfigEntry  

lldpPortConfigPortNum 1.3.6.1.4.1.171.10.139.3.1.4.7.10.1.1
The index value used to identify the port component (contained in the local chassis with the LLDP agent) associated with this entry. The value of this object is used as a port index to the lldpPortConfigTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  LldpPortNumber  

lldpPortConfigAdminStatus 1.3.6.1.4.1.171.10.139.3.1.4.7.10.1.2
The administratively desired status of the local LLDP agent. If the associated lldpPortConfigAdminStatus object has a value of 'txOnly(1)', then LLDP agent will transmit LLDP frames on this port and it will not store any information about the remote systems connected. If the associated lldpPortConfigAdminStatus object has a value of 'rxOnly(2)', then the LLDP agent will receive, but it will not transmit LLDP frames on this port. If the associated lldpPortConfigAdminStatus object has a value of 'txAndRx(3)', then the LLDP agent will transmit and receive LLDP frames on this port. If the associated lldpPortConfigAdminStatus object has a value of 'disabled(4)', then LLDP agent will not transmit or receive LLDP frames on this port. If there is remote systems information which is received on this port and stored in other tables, before the port's lldpPortConfigAdminStatus becomes disabled, then the information will naturally age out.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER txOnly(1), rxOnly(2), txAndRx(3), disabled(4)  

lldpPortConfigSubtype 1.3.6.1.4.1.171.10.139.3.1.4.7.10.1.3
LLDP Port Settings Subtype.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER local(1), macAddress(2)  

lldpPortConfigTLVsTxEnable 1.3.6.1.4.1.171.10.139.3.1.4.7.10.1.4
The lldpPortConfigTLVsTxEnable, defined as a bitmap, includes the basic set of LLDP TLVs whose transmission is allowed on the local LLDP agent by the network management. Each bit in the bitmap corresponds to a TLV type associated with a specific optional TLV. It should be noted that the organizationally-specific TLVs are excluded from the lldpTLVsTxEnable bitmap. LLDP Organization Specific Information Extension MIBs should have similar configuration object to control transmission of their organizationally defined TLVs. The bit 'portDesc(0)' indicates that LLDP agent should transmit 'Port Description TLV'. The bit 'sysName(1)' indicates that LLDP agent should transmit 'System Name TLV'. The bit 'sysDesc(2)' indicates that LLDP agent should transmit 'System Description TLV'. The bit 'sysCap(3)' indicates that LLDP agent should transmit 'System Capabilities TLV'. There is no bit reserved for the management address TLV type since transmission of management address TLVs are controlled by another object, lldpConfigManAddrTable. The default value for lldpPortConfigTLVsTxEnable object is empty set, which means no enumerated values are set. The value of this object must be restored from non-volatile storage after a re-initialization of the management system.
Status: current Access: read-write
OBJECT-TYPE    
  BITS portDesc(0), sysName(1), sysDesc(2), sysCap(3)  

lldpPortStatsClear 1.3.6.1.4.1.171.10.139.3.1.4.7.10.1.5
trigger port statisc clear..
Status: current Access: read-write
OBJECT-TYPE    
  Integer32  

lldpPortNeighborClear 1.3.6.1.4.1.171.10.139.3.1.4.7.10.1.6
trigger port neighbor info clear..
Status: current Access: read-write
OBJECT-TYPE    
  Integer32  

lldpConfigManAddrTable 1.3.6.1.4.1.171.10.139.3.1.4.7.11
The table that controls selection of LLDP management address TLV instances to be transmitted on individual ports.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    LldpConfigManAddrEntry

lldpConfigManAddrEntry 1.3.6.1.4.1.171.10.139.3.1.4.7.11.1
LLDP configuration information that specifies the set of ports (represented as a PortList) on which the local system management address instance will be transmitted. Each active lldpConfigManAddrEntry must be restored from non-volatile and re-created (along with the corresponding lldpLocManAddrEntry) after a re-initialization of the management system.
Status: current Access: not-accessible
OBJECT-TYPE    
  LldpConfigManAddrEntry  

lldpConfigManAddrSubtype 1.3.6.1.4.1.171.10.139.3.1.4.7.11.1.1
The type of management address identifier encoding used in the associated 'lldpLocManagmentAddr' object.
Status: current Access: read-only
OBJECT-TYPE    
  AddressFamilyNumbers  

lldpConfigManAddr 1.3.6.1.4.1.171.10.139.3.1.4.7.11.1.2
The string value used to identify the management address component associated with the local system. The purpose of this address is to contact the management entity.
Status: current Access: read-only
OBJECT-TYPE    
  InetAddress  

lldpConfigManAddrPortsTxEnable 1.3.6.1.4.1.171.10.139.3.1.4.7.11.1.3
A set of ports that are identified by a PortList, in which each port is represented as a bit. The corresponding local system management address instance will be transmitted on the member ports of the lldpManAddrPortsTxEnable. The default value for lldpConfigManAddrPortsTxEnable object is empty binary string, which means no ports are specified for advertising indicated management address instance.
Status: current Access: read-write
OBJECT-TYPE    
  LldpPortList  

lldpStatsRemTablesLastChangeTime 1.3.6.1.4.1.171.10.139.3.1.4.7.15.1
The value of sysUpTime object (defined in IETF RFC 3418) at the time an entry is created, modified, or deleted in the in tables associated with the lldpRemoteSystemsData objects and all LLDP extension objects associated with remote systems. An NMS can use this object to reduce polling of the lldpRemoteSystemsData objects.
Status: current Access: read-only
OBJECT-TYPE    
  TimeStamp  

lldpStatsRemTablesInserts 1.3.6.1.4.1.171.10.139.3.1.4.7.15.2
The number of times the complete set of information advertised by a particular MSAP has been inserted into tables contained in lldpRemoteSystemsData and lldpExtensions objects. The complete set of information received from a particular MSAP should be inserted into related tables. If partial information cannot be inserted for a reason such as lack of resources, all of the complete set of information should be removed. This counter should be incremented only once after the complete set of information is successfully recorded in all related tables. Any failures during inserting information set which result in deletion of previously inserted information should not trigger any changes in lldpStatsRemTablesInserts since the insert is not completed yet or or in lldpStatsRemTablesDeletes, since the deletion would only be a partial deletion. If the failure was the result of lack of resources, the lldpStatsRemTablesDrops counter should be incremented once.
Status: current Access: read-only
OBJECT-TYPE    
  ZeroBasedCounter32  

lldpStatsRemTablesDeletes 1.3.6.1.4.1.171.10.139.3.1.4.7.15.3
The number of times the complete set of information advertised by a particular MSAP has been deleted from tables contained in lldpRemoteSystemsData and lldpExtensions objects. This counter should be incremented only once when the complete set of information is completely deleted from all related tables. Partial deletions, such as deletion of rows associated with a particular MSAP from some tables, but not from all tables are not allowed, thus should not change the value of this counter.
Status: current Access: read-only
OBJECT-TYPE    
  ZeroBasedCounter32  

lldpStatsRemTablesDrops 1.3.6.1.4.1.171.10.139.3.1.4.7.15.4
The number of times the complete set of information advertised by a particular MSAP could not be entered into tables contained in lldpRemoteSystemsData and lldpExtensions objects because of insufficient resources.
Status: current Access: read-only
OBJECT-TYPE    
  ZeroBasedCounter32  

lldpStatsRemTablesAgeouts 1.3.6.1.4.1.171.10.139.3.1.4.7.15.5
The number of times the complete set of information advertised by a particular MSAP has been deleted from tables contained in lldpRemoteSystemsData and lldpExtensions objects because the information timeliness interval has expired. This counter should be incremented only once when the complete set of information is completely invalidated (aged out) from all related tables. Partial aging, similar to deletion case, is not allowed, and thus, should not change the value of this counter.
Status: current Access: read-only
OBJECT-TYPE    
  ZeroBasedCounter32  

lldpStatsTxPortTable 1.3.6.1.4.1.171.10.139.3.1.4.7.15.6
A table containing LLDP transmission statistics for individual ports. Entries are not required to exist in this table while the lldpPortConfigEntry object is equal to 'disabled(4)'.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    LldpStatsTxPortEntry

lldpStatsTxPortEntry 1.3.6.1.4.1.171.10.139.3.1.4.7.15.6.1
LLDP frame transmission statistics for a particular port. The port must be contained in the same chassis as the LLDP agent. All counter values in a particular entry shall be maintained on a continuing basis and shall not be deleted upon expiration of rxInfoTTL timing counters in the LLDP remote systems MIB of the receipt of a shutdown frame from a remote LLDP agent. All statistical counters associated with a particular port on the local LLDP agent become frozen whenever the adminStatus is disabled for the same port.
Status: current Access: not-accessible
OBJECT-TYPE    
  LldpStatsTxPortEntry  

lldpStatsTxPortNum 1.3.6.1.4.1.171.10.139.3.1.4.7.15.6.1.1
The index value used to identify the port component (contained in the local chassis with the LLDP agent) associated with this entry. The value of this object is used as a port index to the lldpStatsTable.
Status: current Access: read-only
OBJECT-TYPE    
  LldpPortNumber  

lldpStatsTxPortFramesTotal 1.3.6.1.4.1.171.10.139.3.1.4.7.15.6.1.2
The number of LLDP frames transmitted by this LLDP agent on the indicated port.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

lldpRxStatsPortTable 1.3.6.1.4.1.171.10.139.3.1.4.7.15.7
A table containing LLDP reception statistics for individual ports. Entries are not required to exist in this table while the lldpPortConfigEntry object is equal to 'disabled(4)'.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    LldpRxStatsPortEntry

lldpRxStatsPortEntry 1.3.6.1.4.1.171.10.139.3.1.4.7.15.7.1
LLDP frame reception statistics for a particular port. The port must be contained in the same chassis as the LLDP agent. All counter values in a particular entry shall be maintained on a continuing basis and shall not be deleted upon expiration of rxInfoTTL timing counters in the LLDP remote systems MIB of the receipt of a shutdown frame from a remote LLDP agent. All statistical counters associated with a particular port on the local LLDP agent become frozen whenever the adminStatus is disabled for the same port.
Status: current Access: not-accessible
OBJECT-TYPE    
  LldpRxStatsPortEntry  

lldpStatsRxPortNum 1.3.6.1.4.1.171.10.139.3.1.4.7.15.7.1.1
The index value used to identify the port component (contained in the local chassis with the LLDP agent) associated with this entry. The value of this object is used as a port index to the lldpStatsTable.
Status: current Access: read-only
OBJECT-TYPE    
  LldpPortNumber  

lldpStatsRxPortFramesDiscardedTotal 1.3.6.1.4.1.171.10.139.3.1.4.7.15.7.1.2
The number of LLDP frames received by this LLDP agent on the indicated port, and then discarded for any reason. This counter can provide an indication that LLDP header formating problems may exist with the local LLDP agent in the sending system or that LLDPDU validation problems may exist with the local LLDP agent in the receiving system.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

lldpStatsRxPortFramesErrors 1.3.6.1.4.1.171.10.139.3.1.4.7.15.7.1.3
The number of invalid LLDP frames received by this LLDP agent on the indicated port, while this LLDP agent is enabled.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

lldpStatsRxPortFramesTotal 1.3.6.1.4.1.171.10.139.3.1.4.7.15.7.1.4
The number of valid LLDP frames received by this LLDP agent on the indicated port, while this LLDP agent is enabled.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

lldpStatsRxPortTLVsDiscardedTotal 1.3.6.1.4.1.171.10.139.3.1.4.7.15.7.1.5
The number of LLDP TLVs discarded for any reason by this LLDP agent on the indicated port.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

lldpStatsRxPortTLVsUnrecognizedTotal 1.3.6.1.4.1.171.10.139.3.1.4.7.15.7.1.6
The number of LLDP TLVs received on the given port that are not recognized by this LLDP agent on the indicated port. An unrecognized TLV is referred to as the TLV whose type value is in the range of reserved TLV types (000 1001 - 111 1110) in Table 9.1 of IEEE Std 802.1AB-2005. An unrecognized TLV may be a basic management TLV from a later LLDP version.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

lldpStatsRxPortAgeoutsTotal 1.3.6.1.4.1.171.10.139.3.1.4.7.15.7.1.7
The counter that represents the number of age-outs that occurred on a given port. An age-out is the number of times the complete set of information advertised by a particular MSAP has been deleted from tables contained in lldpRemoteSystemsData and lldpExtensions objects because the information timeliness interval has expired. This counter is similar to lldpStatsRemTablesAgeouts, except that the counter is on a per port basis. This enables NMS to poll tables associated with the lldpRemoteSystemsData objects and all LLDP extension objects associated with remote systems on the indicated port only. This counter should be set to zero during agent initialization and its value should not be saved in non-volatile storage. When a port's admin status changes from 'disabled' to 'rxOnly', 'txOnly' or 'txAndRx', the counter associated with the same port should reset to 0. The agent should also flush all remote system information associated with the same port. This counter should be incremented only once when the complete set of information is invalidated (aged out) from all related tables on a particular port. Partial aging is not allowed, and thus, should not change the value of this counter.
Status: current Access: read-only
OBJECT-TYPE    
  ZeroBasedCounter32  

lldpStatsRemTablesClear 1.3.6.1.4.1.171.10.139.3.1.4.7.15.8
clear the statisc of remote tables ,1 indicate trigger clear
Status: current Access: read-write
OBJECT-TYPE    
  Integer32  

lldpLocChassisIdSubtype 1.3.6.1.4.1.171.10.139.3.1.4.7.16.1
The type of encoding used to identify the chassis associated with the local system.
Status: current Access: read-only
OBJECT-TYPE    
  LldpChassisIdSubtype  

lldpLocChassisId 1.3.6.1.4.1.171.10.139.3.1.4.7.16.2
The string value used to identify the chassis component associated with the local system.
Status: current Access: read-only
OBJECT-TYPE    
  LldpChassisId  

lldpLocSysName 1.3.6.1.4.1.171.10.139.3.1.4.7.16.3
The string value used to identify the system name of the local system. If the local agent supports IETF RFC 3418, lldpLocSysName object should have the same value of sysName object.
Status: current Access: read-only
OBJECT-TYPE    
  SnmpAdminString Size(0..255)  

lldpLocSysDesc 1.3.6.1.4.1.171.10.139.3.1.4.7.16.4
The string value used to identify the system description of the local system. If the local agent supports IETF RFC 3418, lldpLocSysDesc object should have the same value of sysDesc object.
Status: current Access: read-only
OBJECT-TYPE    
  SnmpAdminString Size(0..255)  

lldpLocSysCapSupported 1.3.6.1.4.1.171.10.139.3.1.4.7.16.5
The bitmap value used to identify which system capabilities are supported on the local system.
Status: current Access: read-only
OBJECT-TYPE    
  LldpSystemCapabilitiesMap  

lldpLocSysCapEnabled 1.3.6.1.4.1.171.10.139.3.1.4.7.16.6
The bitmap value used to identify which system capabilities are enabled on the local system.
Status: current Access: read-only
OBJECT-TYPE    
  LldpSystemCapabilitiesMap  

lldpLocPortTable 1.3.6.1.4.1.171.10.139.3.1.4.7.16.7
This table contains one or more rows per port information associated with the local system known to this agent.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    LldpLocPortEntry

lldpLocPortEntry 1.3.6.1.4.1.171.10.139.3.1.4.7.16.7.1
Information about a particular port component. Entries may be created and deleted in this table by the agent.
Status: current Access: not-accessible
OBJECT-TYPE    
  LldpLocPortEntry  

lldpLocPortNum 1.3.6.1.4.1.171.10.139.3.1.4.7.16.7.1.1
The index value used to identify the port component (contained in the local chassis with the LLDP agent) associated with this entry. The value of this object is used as a port index to the lldpLocPortTable.
Status: current Access: read-only
OBJECT-TYPE    
  LldpPortNumber  

lldpLocPortIdSubtype 1.3.6.1.4.1.171.10.139.3.1.4.7.16.7.1.2
The type of port identifier encoding used in the associated 'lldpLocPortId' object.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER local(1), macAddress(2)  

lldpLocPortId 1.3.6.1.4.1.171.10.139.3.1.4.7.16.7.1.3
The string value used to identify the port component associated with a given port in the local system.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING  

lldpLocPortDesc 1.3.6.1.4.1.171.10.139.3.1.4.7.16.7.1.4
The string value used to identify the 802 LAN station's port description associated with the local system. If the local agent supports IETF RFC 2863, lldpLocPortDesc object should have the same value of ifDescr object.
Status: current Access: read-only
OBJECT-TYPE    
  SnmpAdminString Size(0..255)  

lldpLocManAddrTable 1.3.6.1.4.1.171.10.139.3.1.4.7.16.8
This table contains management address information on the local system known to this agent.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    LldpLocManAddrEntry

lldpLocManAddrEntry 1.3.6.1.4.1.171.10.139.3.1.4.7.16.8.1
Management address information about a particular chassis component. There may be multiple management addresses configured on the system identified by a particular lldpLocChassisId. Each management address should have distinct 'management address type' (lldpLocManAddrSubtype) and 'management address' (lldpLocManAddr.) Entries may be created and deleted in this table by the agent.
Status: current Access: not-accessible
OBJECT-TYPE    
  LldpLocManAddrEntry  

lldpLocManAddrSubtype 1.3.6.1.4.1.171.10.139.3.1.4.7.16.8.1.1
The type of management address identifier encoding used in the associated 'lldpLocManagmentAddr' object.
Status: current Access: read-only
OBJECT-TYPE    
  AddressFamilyNumbers  

lldpLocManAddr 1.3.6.1.4.1.171.10.139.3.1.4.7.16.8.1.2
The string value used to identify the management address component associated with the local system. The purpose of this address is to contact the management entity.
Status: current Access: read-only
OBJECT-TYPE    
  InetAddress  

lldpLocManAddrLen 1.3.6.1.4.1.171.10.139.3.1.4.7.16.8.1.3
The total length of the management address subtype and the management address fields in LLDPDUs transmitted by the local LLDP agent. The management address length field is needed so that the receiving systems that do not implement SNMP will not be required to implement an iana family numbers/address length equivalency table in order to decode the management adress.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

lldpLocManAddrIfSubtype 1.3.6.1.4.1.171.10.139.3.1.4.7.16.8.1.4
The enumeration value that identifies the interface numbering method used for defining the interface number, associated with the local system.
Status: current Access: read-only
OBJECT-TYPE    
  LldpManAddrIfSubtype  

lldpLocManAddrIfId 1.3.6.1.4.1.171.10.139.3.1.4.7.16.8.1.5
The integer value used to identify the interface number regarding the management address component associated with the local system.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

lldpLocManAddrOID 1.3.6.1.4.1.171.10.139.3.1.4.7.16.8.1.6
The OID value used to identify the type of hardware component or protocol entity associated with the management address advertised by the local system agent.
Status: current Access: read-only
OBJECT-TYPE    
  OBJECT IDENTIFIER  

lldpRemTable 1.3.6.1.4.1.171.10.139.3.1.4.7.17.1
This table contains one or more rows per physical network connection known to this agent. The agent may wish to ensure that only one lldpRemEntry is present for each local port, or it may choose to maintain multiple lldpRemEntries for the same local port. The following procedure may be used to retrieve remote systems information updates from an LLDP agent: 1. NMS polls all tables associated with remote systems and keeps a local copy of the information retrieved. NMS polls periodically the values of the following objects: a. lldpStatsRemTablesInserts b. lldpStatsRemTablesDeletes c. lldpStatsRemTablesDrops d. lldpStatsRemTablesAgeouts e. lldpStatsRxPortAgeoutsTotal for all ports. 2. LLDP agent updates remote systems MIB objects, and sends out notifications to a list of notification destinations. 3. NMS receives the notifications and compares the new values of objects listed in step 1. Periodically, NMS should poll the object lldpStatsRemTablesLastChangeTime to find out if anything has changed since the last poll. if something has changed, NMS will poll the objects listed in step 1 to figure out what kind of changes occurred in the tables. if value of lldpStatsRemTablesInserts has changed, then NMS will walk all tables by employing TimeFilter with the last-polled time value. This request will return new objects or objects whose values are updated since the last poll. if value of lldpStatsRemTablesAgeouts has changed, then NMS will walk the lldpStatsRxPortAgeoutsTotal and compare the new values with previously recorded ones. For ports whose lldpStatsRxPortAgeoutsTotal value is greater than the recorded value, NMS will have to retrieve objects associated with those ports from table(s) without employing a TimeFilter (which is performed by specifying 0 for the TimeFilter.) lldpStatsRemTablesDeletes and lldpStatsRemTablesDrops objects are provided for informational purposes.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    LldpRemEntry

lldpRemEntry 1.3.6.1.4.1.171.10.139.3.1.4.7.17.1.1
Information about a particular physical network connection. Entries may be created and deleted in this table by the agent, if a physical topology discovery process is active.
Status: current Access: not-accessible
OBJECT-TYPE    
  LldpRemEntry  

lldpRemTimeMark 1.3.6.1.4.1.171.10.139.3.1.4.7.17.1.1.1
A TimeFilter for this entry. See the TimeFilter textual convention in IETF RFC 2021 and http://www.ietf.org/IESG/Implementations/RFC2021-Implementation.txt to see how TimeFilter works.
Status: current Access: read-only
OBJECT-TYPE    
  TimeFilter  

lldpRemLocalPortNum 1.3.6.1.4.1.171.10.139.3.1.4.7.17.1.1.2
The index value used to identify the port component (contained in the local chassis with the LLDP agent) associated with this entry. The lldpRemLocalPortNum identifies the port on which the remote system information is received. The value of this object is used as a port index to the lldpRemTable.
Status: current Access: read-only
OBJECT-TYPE    
  LldpPortNumber  

lldpRemIndex 1.3.6.1.4.1.171.10.139.3.1.4.7.17.1.1.3
This object represents an arbitrary local integer value used by this agent to identify a particular connection instance, unique only for the indicated remote system. An agent is encouraged to assign monotonically increasing index values to new entries, starting with one, after each reboot. It is considered unlikely that the lldpRemIndex will wrap between reboots.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 1..2147483647  

lldpRemChassisIdSubtype 1.3.6.1.4.1.171.10.139.3.1.4.7.17.1.1.4
The type of encoding used to identify the chassis associated with the remote system.
Status: current Access: read-only
OBJECT-TYPE    
  LldpChassisIdSubtype  

lldpRemChassisId 1.3.6.1.4.1.171.10.139.3.1.4.7.17.1.1.5
The string value used to identify the chassis component associated with the remote system.
Status: current Access: read-only
OBJECT-TYPE    
  LldpChassisId  

lldpRemPortIdSubtype 1.3.6.1.4.1.171.10.139.3.1.4.7.17.1.1.6
The type of port identifier encoding used in the associated 'lldpRemPortId' object.
Status: current Access: read-only
OBJECT-TYPE    
  LldpPortIdSubtype  

lldpRemPortId 1.3.6.1.4.1.171.10.139.3.1.4.7.17.1.1.7
The string value used to identify the port component associated with the remote system.
Status: current Access: read-only
OBJECT-TYPE    
  LldpPortId  

lldpRemPortDesc 1.3.6.1.4.1.171.10.139.3.1.4.7.17.1.1.8
The string value used to identify the description of the given port associated with the remote system.
Status: current Access: read-only
OBJECT-TYPE    
  SnmpAdminString Size(0..255)  

lldpRemSysName 1.3.6.1.4.1.171.10.139.3.1.4.7.17.1.1.9
The string value used to identify the system name of the remote system.
Status: current Access: read-only
OBJECT-TYPE    
  SnmpAdminString Size(0..255)  

lldpRemSysDesc 1.3.6.1.4.1.171.10.139.3.1.4.7.17.1.1.10
The string value used to identify the system description of the remote system.
Status: current Access: read-only
OBJECT-TYPE    
  SnmpAdminString Size(0..255)  

lldpRemSysCapSupported 1.3.6.1.4.1.171.10.139.3.1.4.7.17.1.1.11
The bitmap value used to identify which system capabilities are supported on the remote system.
Status: current Access: read-only
OBJECT-TYPE    
  LldpSystemCapabilitiesMap  

lldpRemSysCapEnabled 1.3.6.1.4.1.171.10.139.3.1.4.7.17.1.1.12
The bitmap value used to identify which system capabilities are enabled on the remote system.
Status: current Access: read-only
OBJECT-TYPE    
  LldpSystemCapabilitiesMap  

lldpRemManAddrTable 1.3.6.1.4.1.171.10.139.3.1.4.7.17.2
This table contains one or more rows per management address information on the remote system learned on a particular port contained in the local chassis known to this agent.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    LldpRemManAddrEntry

lldpRemManAddrEntry 1.3.6.1.4.1.171.10.139.3.1.4.7.17.2.1
Management address information about a particular chassis component. There may be multiple management addresses configured on the remote system identified by a particular lldpRemIndex whose information is received on lldpRemManLocalPortNum of the local system. Each management address should have distinct 'management address type' (lldpRemManAddrSubtype) and 'management address' (lldpRemManAddr.) Entries may be created and deleted in this table by the agent.
Status: current Access: not-accessible
OBJECT-TYPE    
  LldpRemManAddrEntry  

lldpRemManTimeMark 1.3.6.1.4.1.171.10.139.3.1.4.7.17.2.1.1
A TimeFilter for this entry. See the TimeFilter textual convention in IETF RFC 2021 and http://www.ietf.org/IESG/Implementations/RFC2021-Implementation.txt to see how TimeFilter works.
Status: current Access: read-only
OBJECT-TYPE    
  TimeFilter  

lldpRemManLocalPortNum 1.3.6.1.4.1.171.10.139.3.1.4.7.17.2.1.2
The index value used to identify the port component (contained in the local chassis with the LLDP agent) associated with this entry. The lldpRemManLocalPortNum identifies the port on which the remote system information is received. The value of this object is used as a port index to the lldpRemTable.
Status: current Access: read-only
OBJECT-TYPE    
  LldpPortNumber  

lldpRemManIndex 1.3.6.1.4.1.171.10.139.3.1.4.7.17.2.1.3
This object represents an arbitrary local integer value used by this agent to identify a particular connection instance, unique only for the indicated remote system. An agent is encouraged to assign monotonically increasing index values to new entries, starting with one, after each reboot. It is considered unlikely that the lldpRemManIndex will wrap between reboots.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 1..2147483647  

lldpRemManAddrSubtype 1.3.6.1.4.1.171.10.139.3.1.4.7.17.2.1.4
The type of management address identifier encoding used in the associated 'lldpRemManagmentAddr' object.
Status: current Access: read-only
OBJECT-TYPE    
  AddressFamilyNumbers  

lldpRemManAddr 1.3.6.1.4.1.171.10.139.3.1.4.7.17.2.1.5
The string value used to identify the management address component associated with the remote system. The purpose of this address is to contact the management entity.
Status: current Access: read-only
OBJECT-TYPE    
  InetAddress  

lldpRemManAddrIfSubtype 1.3.6.1.4.1.171.10.139.3.1.4.7.17.2.1.6
The enumeration value that identifies the interface numbering method used for defining the interface number, associated with the remote system.
Status: current Access: read-only
OBJECT-TYPE    
  LldpManAddrIfSubtype  

lldpRemManAddrIfId 1.3.6.1.4.1.171.10.139.3.1.4.7.17.2.1.7
The integer value used to identify the interface number regarding the management address component associated with the remote system.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

lldpRemManAddrOID 1.3.6.1.4.1.171.10.139.3.1.4.7.17.2.1.8
The OID value used to identify the type of hardware component or protocol entity associated with the management address advertised by the remote system agent.
Status: current Access: read-only
OBJECT-TYPE    
  OBJECT IDENTIFIER  

lldpRemUnknownTLVTable 1.3.6.1.4.1.171.10.139.3.1.4.7.17.3
This table contains information about an incoming TLV which is not recognized by the receiving LLDP agent. The TLV may be from a later version of the basic management set. This table should only contain TLVs that are found in a single LLDP frame. Entries in this table, associated with an MAC service access point (MSAP, the access point for MAC services provided to the LCC sublayer, defined in IEEE 100, which is also identified with a particular lldpRemLocalPortNum, lldpRemIndex pair) are overwritten with most recently received unrecognized TLV from the same MSAP, or they will naturally age out when the rxInfoTTL timer (associated with the MSAP) expires.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    LldpRemUnknownTLVEntry

lldpRemUnknownTLVEntry 1.3.6.1.4.1.171.10.139.3.1.4.7.17.3.1
Information about an unrecognized TLV received from a physical network connection. Entries may be created and deleted in this table by the agent, if a physical topology discovery process is active.
Status: current Access: not-accessible
OBJECT-TYPE    
  LldpRemUnknownTLVEntry  

lldpRemUnknownTimeMark 1.3.6.1.4.1.171.10.139.3.1.4.7.17.3.1.1
A TimeFilter for this entry. See the TimeFilter textual convention in IETF RFC 2021 and http://www.ietf.org/IESG/Implementations/RFC2021-Implementation.txt to see how TimeFilter works.
Status: current Access: read-only
OBJECT-TYPE    
  TimeFilter  

lldpRemUnknownLocalPortNum 1.3.6.1.4.1.171.10.139.3.1.4.7.17.3.1.2
The index value used to identify the port component (contained in the local chassis with the LLDP agent) associated with this entry. The lldpRemUnknownLocalPortNum identifies the port on which the remote system information is received. The value of this object is used as a port index to the lldpRemTable.
Status: current Access: read-only
OBJECT-TYPE    
  LldpPortNumber  

lldpRemUnknownIndex 1.3.6.1.4.1.171.10.139.3.1.4.7.17.3.1.3
This object represents an arbitrary local integer value used by this agent to identify a particular connection instance, unique only for the indicated remote system. An agent is encouraged to assign monotonically increasing index values to new entries, starting with one, after each reboot. It is considered unlikely that the lldpRemUnknownIndex will wrap between reboots.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 1..2147483647  

lldpRemUnknownTLVType 1.3.6.1.4.1.171.10.139.3.1.4.7.17.3.1.4
This object represents the value extracted from the type field of the TLV.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 9..126  

lldpRemUnknownTLVInfo 1.3.6.1.4.1.171.10.139.3.1.4.7.17.3.1.5
This object represents the value extracted from the value field of the TLV.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(0..511)  

lldpXdot1Objects 1.3.6.1.4.1.171.10.139.3.1.4.7.13
OBJECT IDENTIFIER    

lldpXdot1Config 1.3.6.1.4.1.171.10.139.3.1.4.7.13.1
OBJECT IDENTIFIER    

lldpXdot1LocalData 1.3.6.1.4.1.171.10.139.3.1.4.7.13.2
OBJECT IDENTIFIER    

lldpXdot1RemoteData 1.3.6.1.4.1.171.10.139.3.1.4.7.13.3
OBJECT IDENTIFIER    

lldpXdot1ConfigPortVlanTable 1.3.6.1.4.1.171.10.139.3.1.4.7.13.1.1
A table that controls selection of LLDP Port VLAN-ID TLVs to be transmitted on individual ports.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    LldpXdot1ConfigPortVlanEntry

lldpXdot1ConfigPortVlanEntry 1.3.6.1.4.1.171.10.139.3.1.4.7.13.1.1.1
LLDP configuration information that controls the transmission of IEEE 802.1 organizationally defined Port VLAN-ID TLV on LLDP transmission capable ports. Each active lldpConfigEntry must be restored from non-volatile storage (along with the corresponding sysLLDPPortConfigEntry) after a re-initialization of the management system.
Status: current Access: not-accessible
OBJECT-TYPE    
  LldpXdot1ConfigPortVlanEntry  

lldpXdot1ConfigVlanPortNum 1.3.6.1.4.1.171.10.139.3.1.4.7.13.1.1.1.1
The index value used to identify the port component (contained in the local chassis with the LLDP agent) associated with this entry. The value of this object is used as a port index to the sysLLDPPortConfigTable.
Status: current Access: read-only
OBJECT-TYPE    
  LldpPortNumber  

lldpXdot1ConfigPortVlanTxEnable 1.3.6.1.4.1.171.10.139.3.1.4.7.13.1.1.1.2
The lldpXdot1ConfigPortVlanTxEnable, which is defined as a truth value and configured by the network management, determines whether the IEEE 802.1 organizationally defined port VLAN TLV transmission is allowed on a given LLDP transmission capable port. The value of this object must be restored from non-volatile storage after a re-initialization of the management system.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

lldpXdot1ConfigVlanNameTable 1.3.6.1.4.1.171.10.139.3.1.4.7.13.1.2
The table that controls selection of LLDP VLAN name TLV instances to be transmitted on individual ports.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    LldpXdot1ConfigVlanNameEntry

lldpXdot1ConfigVlanNameEntry 1.3.6.1.4.1.171.10.139.3.1.4.7.13.1.2.1
LLDP configuration information that specifies the set of ports (represented as a PortList) on which the Local System VLAN name instance will be transmitted. Each active lldpXdot1ConfigVlanNameEntry must be restored from non-volatile storage (along with the corresponding lldpXdot1LocVlanNameEntry) after a re-initialization of the management system.
Status: current Access: not-accessible
OBJECT-TYPE    
  LldpXdot1ConfigVlanNameEntry  

lldpXdot1LocConfigVlanNamePortNum 1.3.6.1.4.1.171.10.139.3.1.4.7.13.1.2.1.1
The value of this object is used as a port index to the lldpXdot3LocPortTable.
Status: current Access: read-only
OBJECT-TYPE    
  LldpPortNumber  

lldpXdot1ConfigVlanNameTxEnableVlanList 1.3.6.1.4.1.171.10.139.3.1.4.7.13.1.2.1.2
The value that indicates whether the corresponding Local System VLAN name instance will be transmitted on this port
Status: current Access: read-write
OBJECT-TYPE    
  OCTET STRING Size(0..512)  

lldpXdot1ConfigProtoVlanTable 1.3.6.1.4.1.171.10.139.3.1.4.7.13.1.3
The table that controls selection of LLDP Port and Protocol VLAN ID TLV instances to be transmitted on individual ports.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    LldpXdot1ConfigProtoVlanEntry

lldpXdot1ConfigProtoVlanEntry 1.3.6.1.4.1.171.10.139.3.1.4.7.13.1.3.1
LLDP configuration information that specifies the set of ports (represented as a PortList) on which the Local System Protocol VLAN instance will be transmitted. This configuration object augments the lldpXdot1LocVlanEntry, therefore it is only present along with the Port and Protocol VLAN ID instance contained in the associated lldpXdot1LocVlanEntry entry. Each active lldpXdot1ConfigProtoVlanEntry must be restored from non-volatile storage (along with the corresponding lldpXdot1LocProtoVlanEntry) after a re-initialization of the management system.
Status: current Access: not-accessible
OBJECT-TYPE    
  LldpXdot1ConfigProtoVlanEntry  

lldpXdot1ConfigProtoVlanPortNum 1.3.6.1.4.1.171.10.139.3.1.4.7.13.1.3.1.1
The value of this object is used as a port index to the lldpXdot3LocPortTable.
Status: current Access: read-only
OBJECT-TYPE    
  LldpPortNumber  

lldpXdot1ConfigProtoVlanTxEnable 1.3.6.1.4.1.171.10.139.3.1.4.7.13.1.3.1.2
The boolean value that indicates whether the corresponding Local System Port and Protocol VLAN instance will be transmitted on the port defined by the given lldpXdot1LocProtoVlanEntry. The value of this object must be restored from non-volatile storage after a re-initialization of the management system.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

lldpXdot1ConfigProtocolTable 1.3.6.1.4.1.171.10.139.3.1.4.7.13.1.4
The table that controls selection of LLDP Protocol TLV instances to be transmitted on individual ports.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    LldpXdot1ConfigProtocolEntry

lldpXdot1ConfigProtocolEntry 1.3.6.1.4.1.171.10.139.3.1.4.7.13.1.4.1
LLDP configuration information that specifies the set of ports (represented as a PortList) on which the Local System Protocol instance will be transmitted. Each active lldpXdot1ConfigProtocolEntry must be restored from non-volatile storage (along with the corresponding lldpXdot1LocProtocolEntry) after a re-initialization of the management system.
Status: current Access: not-accessible
OBJECT-TYPE    
  LldpXdot1ConfigProtocolEntry  

lldpXdot1ConfigProtocolPortNum 1.3.6.1.4.1.171.10.139.3.1.4.7.13.1.4.1.1
The value of this object is used as a port index to the lldpXdot1ConfigProtocolTable.
Status: current Access: read-only
OBJECT-TYPE    
  LldpPortNumber  

lldpXdot1ConfigProtocolIndex 1.3.6.1.4.1.171.10.139.3.1.4.7.13.1.4.1.2
This object represents an arbitrary local integer value used by this agent to identify a particular protocol identity.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 1..2147483647  

lldpXdot1ConfigProtocolTxEnable 1.3.6.1.4.1.171.10.139.3.1.4.7.13.1.4.1.3
The boolean value that indicates whether the corresponding Local System Protocol Identity instance will be transmitted on the port defined by the given lldpXdot1LocProtocolEntry. The value of this object must be restored from non-volatile storage after a re-initialization of the management system.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

lldpXdot1LocTable 1.3.6.1.4.1.171.10.139.3.1.4.7.13.2.1
This table contains one row per port for IEEE 802.1 organizationally defined LLDP extension on the local system known to this agent.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    LldpXdot1LocEntry

lldpXdot1LocEntry 1.3.6.1.4.1.171.10.139.3.1.4.7.13.2.1.1
Information about IEEE 802.1 organizationally defined LLDP extension.
Status: current Access: not-accessible
OBJECT-TYPE    
  LldpXdot1LocEntry  

lldpXdot1LocPortNum 1.3.6.1.4.1.171.10.139.3.1.4.7.13.2.1.1.1
The value of this object is used as a port index to the lldpXdot1LocTable.
Status: current Access: read-only
OBJECT-TYPE    
  LldpPortNumber  

lldpXdot1LocPortVlanId 1.3.6.1.4.1.171.10.139.3.1.4.7.13.2.1.1.2
The integer value used to identify the port's VLAN identifier associated with the local system. A value of zero shall be used if the system either does not know the PVID or does not support port-based VLAN operation.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0 | 1..4094  

lldpXdot1LocProtoVlanTable 1.3.6.1.4.1.171.10.139.3.1.4.7.13.2.2
This table contains one or more rows per Port and Protocol VLAN information about the local system.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    LldpXdot1LocProtoVlanEntry

lldpXdot1LocProtoVlanEntry 1.3.6.1.4.1.171.10.139.3.1.4.7.13.2.2.1
Port and protocol VLAN ID Information about a particular port component. There may be multiple port and protocol VLANs, identified by a particular lldpXdot1LocProtoVlanId, configured on the given port.
Status: current Access: not-accessible
OBJECT-TYPE    
  LldpXdot1LocProtoVlanEntry  

lldpXdot1LocProtoVlanPortNum 1.3.6.1.4.1.171.10.139.3.1.4.7.13.2.2.1.1
The value of this object is used as a port index to the lldpXdot1LocTable.
Status: current Access: read-only
OBJECT-TYPE    
  LldpPortNumber  

lldpXdot1LocProtoVlanId 1.3.6.1.4.1.171.10.139.3.1.4.7.13.2.2.1.2
The integer value used to identify the port and protocol VLANs associated with the given port associated with the local system. A value of zero shall be used if the system either does not know the protocol VLAN ID (PPVID) or does not support port and protocol VLAN operation.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0 | 1..4094  

lldpXdot1LocProtoVlanSupported 1.3.6.1.4.1.171.10.139.3.1.4.7.13.2.2.1.3
The truth value used to indicate whether the given port (associated with the local system) supports port and protocol VLANs.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

lldpXdot1LocProtoVlanEnabled 1.3.6.1.4.1.171.10.139.3.1.4.7.13.2.2.1.4
The truth value used to indicate whether the port and protocol VLANs are enabled on the given port associated with the local system.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

lldpXdot1LocVlanNameTable 1.3.6.1.4.1.171.10.139.3.1.4.7.13.2.3
This table contains one or more rows per IEEE 802.1Q VLAN name information on the local system known to this agent.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    LldpXdot1LocVlanNameEntry

lldpXdot1LocVlanNameEntry 1.3.6.1.4.1.171.10.139.3.1.4.7.13.2.3.1
VLAN name Information about a particular port component. There may be multiple VLANs, identified by a particular lldpXdot1LocVlanId, configured on the given port.
Status: current Access: not-accessible
OBJECT-TYPE    
  LldpXdot1LocVlanNameEntry  

lldpXdot1LocVlanNamePortNum 1.3.6.1.4.1.171.10.139.3.1.4.7.13.2.3.1.1
The value of this object is used as a port index to the lldpXdot1LocVlanNameTable.
Status: current Access: read-only
OBJECT-TYPE    
  LldpPortNumber  

lldpXdot1LocVlanId 1.3.6.1.4.1.171.10.139.3.1.4.7.13.2.3.1.2
The integer value used to identify the IEEE 802.1Q VLAN IDs with which the given port is compatible.
Status: current Access: read-only
OBJECT-TYPE    
  VlanId  

lldpXdot1LocVlanName 1.3.6.1.4.1.171.10.139.3.1.4.7.13.2.3.1.3
The string value used to identify VLAN name identified by the Vlan Id associated with the given port on the local system. This object should contain the value of the dot1QVLANStaticName object (defined in IETF RFC 2674) identified with the given lldpXdot1LocVlanId.
Status: current Access: read-only
OBJECT-TYPE    
  SnmpAdminString Size(1..32)  

lldpXdot1LocProtocolTable 1.3.6.1.4.1.171.10.139.3.1.4.7.13.2.4
This table contains one or more rows per protocol identity information on the local system known to this agent.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    LldpXdot1LocProtocolEntry

lldpXdot1LocProtocolEntry 1.3.6.1.4.1.171.10.139.3.1.4.7.13.2.4.1
Information about particular protocols that are accessible through the given port component. There may be multiple protocols, identified by particular lldpXdot1ProtocolIndex, and lldpLocPortNum.
Status: current Access: not-accessible
OBJECT-TYPE    
  LldpXdot1LocProtocolEntry  

lldpXdot1LocProtocolPortNum 1.3.6.1.4.1.171.10.139.3.1.4.7.13.2.4.1.1
The value of this object is used as a port index to the lldpXdot1LocProtocolTable.
Status: current Access: read-only
OBJECT-TYPE    
  LldpPortNumber  

lldpXdot1LocProtocolIndex 1.3.6.1.4.1.171.10.139.3.1.4.7.13.2.4.1.2
This object represents an arbitrary local integer value used by this agent to identify a particular protocol identity.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 1..2147483647  

lldpXdot1LocProtocolId 1.3.6.1.4.1.171.10.139.3.1.4.7.13.2.4.1.3
The octet string value used to identify the protocols associated with the given port of the local system.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(1..255)  

lldpXdot1RemTable 1.3.6.1.4.1.171.10.139.3.1.4.7.13.3.1
This table contains one or more rows per physical network connection known to this agent. The agent may wish to ensure that only one lldpXdot1RemEntry is present for each local port, or it may choose to maintain multiple lldpXdot1RemEntries for the same local port.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    LldpXdot1RemEntry

lldpXdot1RemEntry 1.3.6.1.4.1.171.10.139.3.1.4.7.13.3.1.1
Information about a particular port component.
Status: current Access: not-accessible
OBJECT-TYPE    
  LldpXdot1RemEntry  

lldpXdot1RemTimeMark 1.3.6.1.4.1.171.10.139.3.1.4.7.13.3.1.1.1
A TimeFilter for this entry. See the TimeFilter textual convention in IETF RFC 2021 and http://www.ietf.org/IESG/Implementations/RFC2021-Implementation.txt to see how TimeFilter works.
Status: current Access: read-only
OBJECT-TYPE    
  TimeFilter  

lldpXdot1RemLocalPortNum 1.3.6.1.4.1.171.10.139.3.1.4.7.13.3.1.1.2
The index value used to identify the port component (contained in the local chassis with the LLDP agent) associated with this entry. The ldpXdot1RemLocalPortNum identifies the port on which the remote system information is received. The value of this object is used as a port index to the lldpRemTable.
Status: current Access: read-only
OBJECT-TYPE    
  LldpPortNumber  

lldpXdot1RemIndex 1.3.6.1.4.1.171.10.139.3.1.4.7.13.3.1.1.3
This object represents an arbitrary local integer value used by this agent to identify a particular connection instance, unique only for the indicated remote system. An agent is encouraged to assign monotonically increasing index values to new entries, starting with one, after each reboot. It is considered unlikely that the ldpXdot1RemIndex will wrap between reboots.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 1..2147483647  

lldpXdot1RemPortVlanId 1.3.6.1.4.1.171.10.139.3.1.4.7.13.3.1.1.4
The integer value used to identify the port's VLAN identifier associated with the remote system. if the remote system either does not know the PVID or does not support port-based VLAN operation, the value of lldpXdot1RemPortVlanId should be zero.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0 | 1..4094  

lldpXdot1RemProtoVlanTable 1.3.6.1.4.1.171.10.139.3.1.4.7.13.3.2
This table contains one or more rows per Port and Protocol VLAN information about the remote system, received on the given port.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    LldpXdot1RemProtoVlanEntry

lldpXdot1RemProtoVlanEntry 1.3.6.1.4.1.171.10.139.3.1.4.7.13.3.2.1
Port and protocol VLAN name Information about a particular port component. There may be multiple protocol VLANs, identified by a particular lldpXdot1RemProtoVlanId, configured on the remote system.
Status: current Access: not-accessible
OBJECT-TYPE    
  LldpXdot1RemProtoVlanEntry  

lldpXdot1RemProtoVlanTimeMark 1.3.6.1.4.1.171.10.139.3.1.4.7.13.3.2.1.1
A TimeFilter for this entry. See the TimeFilter textual convention in IETF RFC 2021 and http://www.ietf.org/IESG/Implementations/RFC2021-Implementation.txt to see how TimeFilter works.
Status: current Access: read-only
OBJECT-TYPE    
  TimeFilter  

lldpXdot1RemProtoVlanLocalPortNum 1.3.6.1.4.1.171.10.139.3.1.4.7.13.3.2.1.2
The index value used to identify the port component (contained in the local chassis with the LLDP agent) associated with this entry. The ldpXdot1RemLocalPortNum identifies the port on which the remote system information is received. The value of this object is used as a port index to the lldpRemTable.
Status: current Access: read-only
OBJECT-TYPE    
  LldpPortNumber  

lldpXdot1RemProtoVlanIndex 1.3.6.1.4.1.171.10.139.3.1.4.7.13.3.2.1.3
This object represents an arbitrary local integer value used by this agent to identify a particular connection instance, unique only for the indicated remote system. An agent is encouraged to assign monotonically increasing index values to new entries, starting with one, after each reboot. It is considered unlikely that the ldpXdot1RemIndex will wrap between reboots.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 1..2147483647  

lldpXdot1RemProtoVlanId 1.3.6.1.4.1.171.10.139.3.1.4.7.13.3.2.1.4
The integer value used to identify the port and protocol VLANs associated with the given port associated with the remote system. If port and protocol VLANs are not supported on the given port associated with the remote system, or if the port is not enabled with any port and protocol VLAN, the value of lldpXdot1RemProtoVlanId should be zero.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 0 | 1..4094  

lldpXdot1RemProtoVlanSupported 1.3.6.1.4.1.171.10.139.3.1.4.7.13.3.2.1.5
The truth value used to indicate whether the given port (associated with the remote system) is capable of supporting port and protocol VLANs.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

lldpXdot1RemProtoVlanEnabled 1.3.6.1.4.1.171.10.139.3.1.4.7.13.3.2.1.6
The truth value used to indicate whether the port and protocol VLANs are enabled on the given port associated with the remote system.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

lldpXdot1RemVlanNameTable 1.3.6.1.4.1.171.10.139.3.1.4.7.13.3.3
This table contains one or more rows per IEEE 802.1Q VLAN name information about the remote system, received on the given port.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    LldpXdot1RemVlanNameEntry

lldpXdot1RemVlanNameEntry 1.3.6.1.4.1.171.10.139.3.1.4.7.13.3.3.1
VLAN name Information about a particular port component. There may be multiple VLANs, identified by a particular lldpXdot1RemVlanId, received on the given port.
Status: current Access: not-accessible
OBJECT-TYPE    
  LldpXdot1RemVlanNameEntry  

lldpXdot1RemVlanNameTimeMark 1.3.6.1.4.1.171.10.139.3.1.4.7.13.3.3.1.1
A TimeFilter for this entry. See the TimeFilter textual convention in IETF RFC 2021 and http://www.ietf.org/IESG/Implementations/RFC2021-Implementation.txt to see how TimeFilter works.
Status: current Access: read-only
OBJECT-TYPE    
  TimeFilter  

lldpXdot1RemVlanNameLocalPortNum 1.3.6.1.4.1.171.10.139.3.1.4.7.13.3.3.1.2
The index value used to identify the port component (contained in the local chassis with the LLDP agent) associated with this entry. The ldpXdot1RemVlanNameLocalPortNum identifies the port on which the remote system information is received. The value of this object is used as a port index to the lldpRemTable.
Status: current Access: read-only
OBJECT-TYPE    
  LldpPortNumber  

lldpXdot1RemVlanNameIndex 1.3.6.1.4.1.171.10.139.3.1.4.7.13.3.3.1.3
This object represents an arbitrary local integer value used by this agent to identify a particular connection instance, unique only for the indicated remote system. An agent is encouraged to assign monotonically increasing index values to new entries, starting with one, after each reboot. It is considered unlikely that the ldpXdot1RemVlanNameIndex will wrap between reboots.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 1..2147483647  

lldpXdot1RemVlanId 1.3.6.1.4.1.171.10.139.3.1.4.7.13.3.3.1.4
The integer value used to identify the IEEE 802.1Q VLAN IDs with which the given port of the remote system is compatible.
Status: current Access: read-only
OBJECT-TYPE    
  VlanId  

lldpXdot1RemVlanName 1.3.6.1.4.1.171.10.139.3.1.4.7.13.3.3.1.5
The string value used to identify VLAN name identified by the VLAN Id associated with the remote system.
Status: current Access: read-only
OBJECT-TYPE    
  SnmpAdminString Size(1..32)  

lldpXdot1RemProtocolTable 1.3.6.1.4.1.171.10.139.3.1.4.7.13.3.4
This table contains one or more rows per protocol information about the remote system, received on the given port.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    LldpXdot1RemProtocolEntry

lldpXdot1RemProtocolEntry 1.3.6.1.4.1.171.10.139.3.1.4.7.13.3.4.1
Protocol information about a particular port component. There may be multiple protocols, identified by a particular lldpXdot1ProtocolIndex, received on the given port.
Status: current Access: not-accessible
OBJECT-TYPE    
  LldpXdot1RemProtocolEntry  

lldpXdot1RemProtocolTimeMark 1.3.6.1.4.1.171.10.139.3.1.4.7.13.3.4.1.1
A TimeFilter for this entry. See the TimeFilter textual convention in IETF RFC 2021 and http://www.ietf.org/IESG/Implementations/RFC2021-Implementation.txt to see how TimeFilter works.
Status: current Access: read-only
OBJECT-TYPE    
  TimeFilter  

lldpXdot1RemProtocolLocalPortNum 1.3.6.1.4.1.171.10.139.3.1.4.7.13.3.4.1.2
The index value used to identify the port component (contained in the local chassis with the LLDP agent) associated with this entry. The ldpXdot1RemProtocolLocalPortNum identifies the port on which the remote system information is received. The value of this object is used as a port index to the lldpRemTable.
Status: current Access: read-only
OBJECT-TYPE    
  LldpPortNumber  

lldpXdot1RemProtocolIndex 1.3.6.1.4.1.171.10.139.3.1.4.7.13.3.4.1.3
This object represents an arbitrary local integer value used by this agent to identify a particular connection instance, unique only for the indicated remote system. An agent is encouraged to assign monotonically increasing index values to new entries, starting with one, after each reboot. It is considered unlikely that the ldpXdot1RemProtocolIndex will wrap between reboots.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 1..2147483647  

lldpXdot1RemProtocolIdIndex 1.3.6.1.4.1.171.10.139.3.1.4.7.13.3.4.1.4
This object represents an arbitrary local integer value used by this agent to identify a particular protocol identity.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 1..2147483647  

lldpXdot1RemProtocolId 1.3.6.1.4.1.171.10.139.3.1.4.7.13.3.4.1.5
The octet string value used to identify the protocols associated with the given port of remote system.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(1..255)  

lldpXdot3Objects 1.3.6.1.4.1.171.10.139.3.1.4.7.14
OBJECT IDENTIFIER    

lldpXdot3Config 1.3.6.1.4.1.171.10.139.3.1.4.7.14.1
OBJECT IDENTIFIER    

lldpXdot3LocalData 1.3.6.1.4.1.171.10.139.3.1.4.7.14.2
OBJECT IDENTIFIER    

lldpXdot3RemoteData 1.3.6.1.4.1.171.10.139.3.1.4.7.14.3
OBJECT IDENTIFIER    

lldpXdot3PortConfigTable 1.3.6.1.4.1.171.10.139.3.1.4.7.14.1.1
A table that controls selection of LLDP TLVs to be transmitted on individual ports.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    LldpXdot3PortConfigEntry

lldpXdot3PortConfigEntry 1.3.6.1.4.1.171.10.139.3.1.4.7.14.1.1.1
LLDP configuration information that controls the transmission of IEEE 802.3 organizationally defined TLVs on LLDP transmission capable ports. Each active lldpXdot3PortConfigEntry must be from non-volatile storage (along with the corresponding sysLLDPPortConfigEntry) after a re-initialization of the management system.
Status: current Access: not-accessible
OBJECT-TYPE    
  LldpXdot3PortConfigEntry  

lldpXdot3PortConfigPortNum 1.3.6.1.4.1.171.10.139.3.1.4.7.14.1.1.1.1
The index value used to identify the port component (contained in the local chassis with the LLDP agent) associated with this entry. The value of this object is used as a port index to the sysLLDPPortConfigTable.
Status: current Access: read-only
OBJECT-TYPE    
  LldpPortNumber  

lldpXdot3PortConfigTLVsTxEnable 1.3.6.1.4.1.171.10.139.3.1.4.7.14.1.1.1.2
The lldpXdot3PortConfigTLVsTxEnable, defined as a bitmap, includes the IEEE 802.3 organizationally defined set of LLDP TLVs whose transmission is allowed on the local LLDP agent by the network management. Each bit in the bitmap corresponds to an IEEE 802.3 subtype associated with a specific IEEE 802.3 optional TLV. The bit 0 is not used since there is no corresponding subtype. The bit 'macPhyConfigStatus(0)' indicates that LLDP agent should transmit 'MAC/PHY configuration/status TLV'. The bit 'powerViaMDI(1)' indicates that LLDP agent should transmit 'Power via MDI TLV'. The bit 'linkAggregation(2)' indicates that LLDP agent should transmit 'Link Aggregation TLV'. The bit 'maxFrameSize(3)' indicates that LLDP agent should transmit 'Maximum-frame-size TLV'. The default value for lldpXdot3PortConfigTLVsTxEnable object is an empty set, which means no enumerated values are set. The value of this object must be restored from non-volatile storage after a re-initialization of the management system.
Status: current Access: read-write
OBJECT-TYPE    
  BITS macPhyConfigStatus(0), powerViaMDI(1), linkAggregation(2), maxFrameSize(3)  

lldpXdot3LocPortTable 1.3.6.1.4.1.171.10.139.3.1.4.7.14.2.1
This table contains one row per port of Ethernet port information (as a part of the LLDP 802.3 organizational extension) on the local system known to this agent.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    LldpXdot3LocPortEntry

lldpXdot3LocPortEntry 1.3.6.1.4.1.171.10.139.3.1.4.7.14.2.1.1
Information about a particular port component.
Status: current Access: not-accessible
OBJECT-TYPE    
  LldpXdot3LocPortEntry  

lldpXdot3LocPortNum 1.3.6.1.4.1.171.10.139.3.1.4.7.14.2.1.1.1
The value of this object is used as a port index to the lldpXdot3LocPortTable.
Status: current Access: read-only
OBJECT-TYPE    
  LldpPortNumber  

lldpXdot3LocPortAutoNegSupported 1.3.6.1.4.1.171.10.139.3.1.4.7.14.2.1.1.2
The truth value used to indicate whether the given port (associated with the local system) supports Auto-negotiation.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

lldpXdot3LocPortAutoNegEnabled 1.3.6.1.4.1.171.10.139.3.1.4.7.14.2.1.1.3
The truth value used to indicate whether port Auto-negotiation is enabled on the given port associated with the local system.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

lldpXdot3LocPortAutoNegAdvertisedCap 1.3.6.1.4.1.171.10.139.3.1.4.7.14.2.1.1.4
This object contains the value (bitmap) of the ifMauAutoNegCapAdvertisedBits object (defined in IETF RFC 3636) which is associated with the given port on the local system.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(2)  

lldpXdot3LocPortOperMauType 1.3.6.1.4.1.171.10.139.3.1.4.7.14.2.1.1.5
An integer value that indicates the operational MAU type of the given port on the local system. This object contains the integer value derived from the list position of the corresponding dot3MauType as listed in IETF RFC 3636 (or subsequent revisions) and is equal to the last number in the respective dot3MauType OID. For example, if the ifMauType object is dot3MauType1000BaseTHD which corresponds to {dot3MauType 29}, the numerical value of this field will be 29. For MAU types not listed in RFC 3636 (or subsequent revisions), the value of this field shall be set to zero.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..2147483647  

lldpXdot3LocPowerTable 1.3.6.1.4.1.171.10.139.3.1.4.7.14.2.2
This table contains one row per port of power ethernet information (as a part of the LLDP 802.3 organizational extension) on the local system known to this agent.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    LldpXdot3LocPowerEntry

lldpXdot3LocPowerEntry 1.3.6.1.4.1.171.10.139.3.1.4.7.14.2.2.1
Information about a particular port component.
Status: current Access: not-accessible
OBJECT-TYPE    
  LldpXdot3LocPowerEntry  

lldpXdot3LocPowerPortNum 1.3.6.1.4.1.171.10.139.3.1.4.7.14.2.2.1.1
The value of this object is used as a port index to the lldpXdot3LocPortTable.
Status: current Access: read-only
OBJECT-TYPE    
  LldpPortNumber  

lldpXdot3LocPowerPortClass 1.3.6.1.4.1.171.10.139.3.1.4.7.14.2.2.1.2
The value that identifies the port Class of the given port associated with the local system.
Status: current Access: read-only
OBJECT-TYPE    
  LldpPowerPortClass  

lldpXdot3LocPowerMDISupported 1.3.6.1.4.1.171.10.139.3.1.4.7.14.2.2.1.3
The truth value used to indicate whether the MDI power is supported on the given port associated with the local system.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

lldpXdot3LocPowerMDIEnabled 1.3.6.1.4.1.171.10.139.3.1.4.7.14.2.2.1.4
The truth value used to identify whether MDI power is enabled on the given port associated with the local system.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

lldpXdot3LocPowerPairControlable 1.3.6.1.4.1.171.10.139.3.1.4.7.14.2.2.1.5
The truth value is derived from the value of pethPsePortPowerPairsControlAbility object (defined in IETF RFC 3621) and is used to indicate whether the pair selection can be controlled on the given port associated with the local system.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

lldpXdot3LocPowerPairs 1.3.6.1.4.1.171.10.139.3.1.4.7.14.2.2.1.6
This object contains the value of the pethPsePortPowerPairs object (defined in IETF RFC 3621) which is associated with the given port on the local system.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 1 | 2  

lldpXdot3LocPowerClass 1.3.6.1.4.1.171.10.139.3.1.4.7.14.2.2.1.7
This object contains the value of the pethPsePortPowerClassifications object (defined in IETF RFC 3621) which is associated with the given port on the local system.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 1 | 2 | 3 | 4 | 5  

lldpXdot3LocLinkAggTable 1.3.6.1.4.1.171.10.139.3.1.4.7.14.2.3
This table contains one row per port of link aggregation information (as a part of the LLDP 802.3 organizational extension) on the local system known to this agent.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    LldpXdot3LocLinkAggEntry

lldpXdot3LocLinkAggEntry 1.3.6.1.4.1.171.10.139.3.1.4.7.14.2.3.1
Link Aggregation information about a particular port component.
Status: current Access: not-accessible
OBJECT-TYPE    
  LldpXdot3LocLinkAggEntry  

lldpXdot3LocLinkAggPortNum 1.3.6.1.4.1.171.10.139.3.1.4.7.14.2.3.1.1
The value of this object is used as a port index to the lldpXdot3LocPortTable.
Status: current Access: read-only
OBJECT-TYPE    
  LldpPortNumber  

lldpXdot3LocLinkAggStatus 1.3.6.1.4.1.171.10.139.3.1.4.7.14.2.3.1.2
The bitmap value contains the link aggregation capabilities and the current aggregation status of the link.
Status: current Access: read-only
OBJECT-TYPE    
  LldpLinkAggStatusMap  

lldpXdot3LocLinkAggPortId 1.3.6.1.4.1.171.10.139.3.1.4.7.14.2.3.1.3
This object contains the IEEE 802.3 aggregated port identifier, aAggPortID (IEEE 802.3-2002, 30.7.2.1.1), derived from the ifNumber of the ifIndex for the port component in link aggregation. If the port is not in link aggregation state and/or it does not support link aggregation, this value should be set to zero.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0 | 1..2147483647  

lldpXdot3LocMaxFrameSizeTable 1.3.6.1.4.1.171.10.139.3.1.4.7.14.2.4
This table contains one row per port of maximum frame size information (as a part of the LLDP 802.3 organizational extension) on the local system known to this agent.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    LldpXdot3LocMaxFrameSizeEntry

lldpXdot3LocMaxFrameSizeEntry 1.3.6.1.4.1.171.10.139.3.1.4.7.14.2.4.1
Maximum Frame Size information about a particular port component.
Status: current Access: not-accessible
OBJECT-TYPE    
  LldpXdot3LocMaxFrameSizeEntry  

lldpXdot3LocMaxFrameSizePortNum 1.3.6.1.4.1.171.10.139.3.1.4.7.14.2.4.1.1
The value of this object is used as a port index to the lldpXdot3LocMaxFrameSizeTable.
Status: current Access: read-only
OBJECT-TYPE    
  LldpPortNumber  

lldpXdot3LocMaxFrameSize 1.3.6.1.4.1.171.10.139.3.1.4.7.14.2.4.1.2
An integer value indicating the maximum supported frame size in octets on the given port of the local system.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..65535  

lldpXdot3RemPortTable 1.3.6.1.4.1.171.10.139.3.1.4.7.14.3.1
This table contains Ethernet port information (as a part of the LLDP 802.3 organizational extension) of the remote system.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    LldpXdot3RemPortEntry

lldpXdot3RemPortEntry 1.3.6.1.4.1.171.10.139.3.1.4.7.14.3.1.1
Information about a particular physical network connection.
Status: current Access: not-accessible
OBJECT-TYPE    
  LldpXdot3RemPortEntry  

lldpXdot3RemTimeMark 1.3.6.1.4.1.171.10.139.3.1.4.7.14.3.1.1.1
A TimeFilter for this entry. See the TimeFilter textual convention in IETF RFC 2021 and http://www.ietf.org/IESG/Implementations/RFC2021-Implementation.txt to see how TimeFilter works.
Status: current Access: read-only
OBJECT-TYPE    
  TimeFilter  

lldpXdot3RemLocalPortNum 1.3.6.1.4.1.171.10.139.3.1.4.7.14.3.1.1.2
The index value used to identify the port component (contained in the local chassis with the LLDP agent) associated with this entry. The lldpXdot3RemLocalPortNum identifies the port on which the remote system information is received. The value of this object is used as a port index to the lldpXdot3RemPortTable.
Status: current Access: read-only
OBJECT-TYPE    
  LldpPortNumber  

lldpXdot3RemIndex 1.3.6.1.4.1.171.10.139.3.1.4.7.14.3.1.1.3
This object represents an arbitrary local integer value used by this agent to identify a particular connection instance, unique only for the indicated remote system. An agent is encouraged to assign monotonically increasing index values to new entries, starting with one, after each reboot. It is considered unlikely that the lldpXdot3RemIndex will wrap between reboots.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 1..2147483647  

lldpXdot3RemPortAutoNegSupported 1.3.6.1.4.1.171.10.139.3.1.4.7.14.3.1.1.4
The truth value used to indicate whether the given port (associated with remote system) supports Auto-negotiation.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

lldpXdot3RemPortAutoNegEnabled 1.3.6.1.4.1.171.10.139.3.1.4.7.14.3.1.1.5
The truth value used to indicate whether port Auto-negotiation is enabled on the given port associated with the remote system.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

lldpXdot3RemPortAutoNegAdvertisedCap 1.3.6.1.4.1.171.10.139.3.1.4.7.14.3.1.1.6
This object contains the value (bitmap) of the ifMauAutoNegCapAdvertisedBits object (defined in IETF RFC 3636) which is associated with the given port on the remote system.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(2)  

lldpXdot3RemPortOperMauType 1.3.6.1.4.1.171.10.139.3.1.4.7.14.3.1.1.7
An integer value that indicates the operational MAU type of the sending device. This object contains the integer value derived from the list position of the corresponding dot3MauType as listed in in IETF RFC 3636 (or subsequent revisions) and is equal to the last number in the respective dot3MauType OID. For example, if the ifMauType object is dot3MauType1000BaseTHD which corresponds to {dot3MauType 29}, the numerical value of this field will be 29. For MAU types not listed in RFC 3636 (or subsequent revisions), the value of this field shall be set to zero.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..2147483647  

lldpXdot3RemPowerTable 1.3.6.1.4.1.171.10.139.3.1.4.7.14.3.2
This table contains Ethernet power information (as a part of the LLDP 802.3 organizational extension) of the remote system.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    LldpXdot3RemPowerEntry

lldpXdot3RemPowerEntry 1.3.6.1.4.1.171.10.139.3.1.4.7.14.3.2.1
Information about a particular physical network connection.
Status: current Access: not-accessible
OBJECT-TYPE    
  LldpXdot3RemPowerEntry  

lldpXdot3RemPowerTimeMark 1.3.6.1.4.1.171.10.139.3.1.4.7.14.3.2.1.1
A TimeFilter for this entry. See the TimeFilter textual convention in IETF RFC 2021 and http://www.ietf.org/IESG/Implementations/RFC2021-Implementation.txt to see how TimeFilter works.
Status: current Access: read-only
OBJECT-TYPE    
  TimeFilter  

lldpXdot3RemPowerLocalPortNum 1.3.6.1.4.1.171.10.139.3.1.4.7.14.3.2.1.2
The index value used to identify the port component (contained in the local chassis with the LLDP agent) associated with this entry. The lldpXdot3RemLocalPortNum identifies the port on which the remote system information is received. The value of this object is used as a port index to the lldpXdot3RemPortTable.
Status: current Access: read-only
OBJECT-TYPE    
  LldpPortNumber  

lldpXdot3RemPowerIndex 1.3.6.1.4.1.171.10.139.3.1.4.7.14.3.2.1.3
This object represents an arbitrary local integer value used by this agent to identify a particular connection instance, unique only for the indicated remote system. An agent is encouraged to assign monotonically increasing index values to new entries, starting with one, after each reboot. It is considered unlikely that the lldpXdot3RemIndex will wrap between reboots.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 1..2147483647  

lldpXdot3RemPowerPortClass 1.3.6.1.4.1.171.10.139.3.1.4.7.14.3.2.1.4
The value that identifies the port Class of the given port associated with the remote system.
Status: current Access: read-only
OBJECT-TYPE    
  LldpPowerPortClass  

lldpXdot3RemPowerMDISupported 1.3.6.1.4.1.171.10.139.3.1.4.7.14.3.2.1.5
The truth value used to indicate whether the MDI power is supported on the given port associated with the remote system.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

lldpXdot3RemPowerMDIEnabled 1.3.6.1.4.1.171.10.139.3.1.4.7.14.3.2.1.6
The truth value used to identify whether MDI power is enabled on the given port associated with the remote system.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

lldpXdot3RemPowerPairControlable 1.3.6.1.4.1.171.10.139.3.1.4.7.14.3.2.1.7
The truth value is derived from the value of pethPsePortPowerPairsControlAbility object (defined in IETF RFC 3621) and is used to indicate whether the pair selection can be controlled on the given port associated with the remote system.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

lldpXdot3RemPowerPairs 1.3.6.1.4.1.171.10.139.3.1.4.7.14.3.2.1.8
This object contains the value of the pethPsePortPowerPairs object (defined in IETF RFC 3621) which is associated with the given port on the remote system.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 1 | 2  

lldpXdot3RemPowerClass 1.3.6.1.4.1.171.10.139.3.1.4.7.14.3.2.1.9
This object contains the value of the pethPsePortPowerClassifications object (defined in IETF RFC 3621) which is associated with the given port on the remote system.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 1 | 2 | 3 | 4 | 5  

lldpXdot3RemLinkAggTable 1.3.6.1.4.1.171.10.139.3.1.4.7.14.3.3
This table contains port link aggregation information (as a part of the LLDP 802.3 organizational extension) of the remote system.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    LldpXdot3RemLinkAggEntry

lldpXdot3RemLinkAggEntry 1.3.6.1.4.1.171.10.139.3.1.4.7.14.3.3.1
Link Aggregation information about remote system's port component.
Status: current Access: not-accessible
OBJECT-TYPE    
  LldpXdot3RemLinkAggEntry  

lldpXdot3RemLinkAggTimeMark 1.3.6.1.4.1.171.10.139.3.1.4.7.14.3.3.1.1
A TimeFilter for this entry. See the TimeFilter textual convention in IETF RFC 2021 and http://www.ietf.org/IESG/Implementations/RFC2021-Implementation.txt to see how TimeFilter works.
Status: current Access: read-only
OBJECT-TYPE    
  TimeFilter  

lldpXdot3RemLinkAggLocalPortNum 1.3.6.1.4.1.171.10.139.3.1.4.7.14.3.3.1.2
The index value used to identify the port component (contained in the local chassis with the LLDP agent) associated with this entry. The lldpXdot3RemLocalPortNum identifies the port on which the remote system information is received. The value of this object is used as a port index to the lldpXdot3RemPortTable.
Status: current Access: read-only
OBJECT-TYPE    
  LldpPortNumber  

lldpXdot3RemLinkAggIndex 1.3.6.1.4.1.171.10.139.3.1.4.7.14.3.3.1.3
This object represents an arbitrary local integer value used by this agent to identify a particular connection instance, unique only for the indicated remote system. An agent is encouraged to assign monotonically increasing index values to new entries, starting with one, after each reboot. It is considered unlikely that the lldpXdot3RemIndex will wrap between reboots.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 1..2147483647  

lldpXdot3RemLinkAggStatus 1.3.6.1.4.1.171.10.139.3.1.4.7.14.3.3.1.4
The bitmap value contains the link aggregation capabilities and the current aggregation status of the link.
Status: current Access: read-only
OBJECT-TYPE    
  LldpLinkAggStatusMap  

lldpXdot3RemLinkAggPortId 1.3.6.1.4.1.171.10.139.3.1.4.7.14.3.3.1.5
This object contains the IEEE 802.3 aggregated port identifier, aAggPortID (IEEE 802.3-2002, 30.7.2.1.1), derived from the ifNumber of the ifIndex for the port component associated with the remote system. If the remote port is not in link aggregation state and/or it does not support link aggregation, this value should be zero.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0 | 1..2147483647  

lldpXdot3RemMaxFrameSizeTable 1.3.6.1.4.1.171.10.139.3.1.4.7.14.3.4
This table contains one row per port of maximum frame size information (as a part of the LLDP 802.3 organizational extension) of the remote system.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    LldpXdot3RemMaxFrameSizeEntry

lldpXdot3RemMaxFrameSizeEntry 1.3.6.1.4.1.171.10.139.3.1.4.7.14.3.4.1
Maximum Frame Size information about a particular port component.
Status: current Access: not-accessible
OBJECT-TYPE    
  LldpXdot3RemMaxFrameSizeEntry  

lldpXdot3RemMaxFrameSizeTimeMark 1.3.6.1.4.1.171.10.139.3.1.4.7.14.3.4.1.1
A TimeFilter for this entry. See the TimeFilter textual convention in IETF RFC 2021 and http://www.ietf.org/IESG/Implementations/RFC2021-Implementation.txt to see how TimeFilter works.
Status: current Access: read-only
OBJECT-TYPE    
  TimeFilter  

lldpXdot3RemMaxFrameSizeLocalPortNum 1.3.6.1.4.1.171.10.139.3.1.4.7.14.3.4.1.2
The index value used to identify the port component (contained in the local chassis with the LLDP agent) associated with this entry. The lldpXdot3RemLocalPortNum identifies the port on which the remote system information is received. The value of this object is used as a port index to the lldpXdot3RemPortTable.
Status: current Access: read-only
OBJECT-TYPE    
  LldpPortNumber  

lldpXdot3RemMaxFrameSizeIndex 1.3.6.1.4.1.171.10.139.3.1.4.7.14.3.4.1.3
This object represents an arbitrary local integer value used by this agent to identify a particular connection instance, unique only for the indicated remote system. An agent is encouraged to assign monotonically increasing index values to new entries, starting with one, after each reboot. It is considered unlikely that the lldpXdot3RemIndex will wrap between reboots.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 1..2147483647  

lldpXdot3RemMaxFrameSize 1.3.6.1.4.1.171.10.139.3.1.4.7.14.3.4.1.4
An integer value indicating the maximum supported frame size in octets on the port component associated with the remote system.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..65535  

lldpXMedNotifications 1.3.6.1.4.1.171.10.139.3.1.4.7.18
OBJECT IDENTIFIER    

lldpXMedObjects 1.3.6.1.4.1.171.10.139.3.1.4.7.19
OBJECT IDENTIFIER    

lldpXMedTopologyChangeDetected 1.3.6.1.4.1.171.10.139.3.1.4.7.18.1
A notification generated by the local device sensing a change in the topology that indicates that a new remote device attached to a local port, or a remote device disconnected or moved from one port to another.
Status: current Access: read-only
NOTIFICATION-TYPE    

lldpXMedConfig 1.3.6.1.4.1.171.10.139.3.1.4.7.19.1
OBJECT IDENTIFIER    

lldpXMedLocalData 1.3.6.1.4.1.171.10.139.3.1.4.7.19.2
OBJECT IDENTIFIER    

lldpXMedRemoteData 1.3.6.1.4.1.171.10.139.3.1.4.7.19.3
OBJECT IDENTIFIER    

lldpXMedLocDeviceClass 1.3.6.1.4.1.171.10.139.3.1.4.7.19.1.1
Local Device Class.
Status: current Access: read-only
OBJECT-TYPE    
  LldpXMedDeviceClass  

lldpXMedPortConfigTable 1.3.6.1.4.1.171.10.139.3.1.4.7.19.1.2
A table that controls selection of LLDP TLVs to be transmitted on individual ports.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    LldpXMedPortConfigEntry

lldpXMedPortConfigEntry 1.3.6.1.4.1.171.10.139.3.1.4.7.19.1.2.1
LLDP configuration information that controls the transmission of the MED organizationally defined TLVs on LLDP transmission capable ports. This configuration object augments the lldpPortConfigEntry of the LLDP-MIB, therefore it is only present along with the port configuration defined by the associated lldpPortConfigEntry entry. Each active lldpXMedPortConfigEntry must be stored and retrieved from non-volatile storage (along with the corresponding lldpPortConfigEntry) after a re-initialization of the management system.
Status: current Access: not-accessible
OBJECT-TYPE    
  LldpXMedPortConfigEntry  

lldpXMedPortConfigPortNum 1.3.6.1.4.1.171.10.139.3.1.4.7.19.1.2.1.1
The index value used to identify the port component (contained in the local chassis with the LLDP agent) associated with this entry. The value of this object is used as a port index to the sysLLDPPortConfigTable.
Status: current Access: read-only
OBJECT-TYPE    
  LldpPortNumber  

lldpXMedPortCapSupported 1.3.6.1.4.1.171.10.139.3.1.4.7.19.1.2.1.2
The bitmap includes the MED organizationally defined set of LLDP TLVs whose transmission is possible for the respective port on the LLDP agent of the device. Each bit in the bitmap corresponds to an LLDP-MED subtype associated with a specific TIA TR41.4 MED optional TLV. If the bit is set, the agent supports the corresponding TLV.
Status: current Access: read-only
OBJECT-TYPE    
  LldpXMedCapabilities  

lldpXMedPortConfigTLVsTxEnable 1.3.6.1.4.1.171.10.139.3.1.4.7.19.1.2.1.3
The lldpXMedPortConfigTLVsTxEnable, defined as a bitmap, includes the MED organizationally defined set of LLDP TLVs whose transmission is allowed on the local LLDP agent by the network management. Each bit in the bitmap corresponds to an LLDP-MED subtype associated with a specific TIA TR41.4 MED optional TLV. If the bit is set, the agent will send the corresponding TLV if the respective capability is supported per port. Setting a bit with in this object for a non-supported capability shall have no functional effect and will result in an inconsistent value error returned to the management application. There are other rules and restrictions that prevent arbitrary combinations of TLVs to be enabled on LLDP-MED devices according to the device classes. These rules are defined in Section 10.2.1, Tables 5 - 9 of ANSI/TIA-1057. In case a management application attempts to set this object to a value that does not follow the rules, the set operation shall have and will result in an inconsistent value error returned to the management application. Setting this object to an empty set is valid and effectively disables LLDP-MED on a per-port basis by disabling transmission of all MED organizational TLVs. In this case the remote tables objects in the LLDP-MED MIB corresponding to the respective port will not be populated. The default value for lldpXMedPortConfigTLVsTxEnable object is an empty set, which means no enumerated values are set. The value of this object must be restored from non-volatile storage after a re-initialization of the management system.
Status: current Access: read-write
OBJECT-TYPE    
  LldpXMedCapabilities  

lldpXMedPortConfigNotifEnable 1.3.6.1.4.1.171.10.139.3.1.4.7.19.1.2.1.4
A value of 'true(1)' enables sending the topology change traps on this port. A value of 'false(2)' disables sending the topology change traps on this port.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

lldpXMedFastStartRepeatCount 1.3.6.1.4.1.171.10.139.3.1.4.7.19.1.3
The number of times the fast start LLDPDU are being sent during the activation of the fast start mechanism defined by LLDP-MED.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32 1..10  

lldpXMedLocMediaPolicyTable 1.3.6.1.4.1.171.10.139.3.1.4.7.19.2.1
This table contains one row per policy type per port of media policy information (as a part of the MED organizational extension) on the local system known to this agent.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    LldpXMedLocMediaPolicyEntry

lldpXMedLocMediaPolicyEntry 1.3.6.1.4.1.171.10.139.3.1.4.7.19.2.1.1
Information about a particular policy on a specific port component.
Status: current Access: not-accessible
OBJECT-TYPE    
  LldpXMedLocMediaPolicyEntry  

lldpXMedLocMediaPolicyPortNum 1.3.6.1.4.1.171.10.139.3.1.4.7.19.2.1.1.1
The index value used to identify the port component (contained in the local chassis with the LLDP agent) associated with this entry. The value of this object is used as a port index to the lldpLocPortTable.
Status: current Access: read-only
OBJECT-TYPE    
  LldpPortNumber  

lldpXMedLocMediaPolicyAppType 1.3.6.1.4.1.171.10.139.3.1.4.7.19.2.1.1.2
The media type that defines the primary function of the application for the policy advertised by an endpoint.
Status: current Access: not-accessible
OBJECT-TYPE    
  PolicyAppType  

lldpXMedLocMediaPolicyVlanID 1.3.6.1.4.1.171.10.139.3.1.4.7.19.2.1.1.3
An extension of the VLAN Identifier for the port, as defined in IEEE 802.1P-1998. A value of 1 through 4094 is used to define a valid PVID. A value of 0 shall be used if the device is using priority tagged frames, meaning that only the 802.1p priority level is significant and the default VID of the ingress port is being used instead. A value of 4095 is reserved for implementation use.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0 | 1..4094 | 4095  

lldpXMedLocMediaPolicyPriority 1.3.6.1.4.1.171.10.139.3.1.4.7.19.2.1.1.4
This object contains the value of the 802.1p priority which is associated with the given port on the local system.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..7  

lldpXMedLocMediaPolicyDscp 1.3.6.1.4.1.171.10.139.3.1.4.7.19.2.1.1.5
This object contains the value of the Differentiated Service Code Point (DSCP) as defined in IETF RFC 2474 and RFC 2475 which is associated with the given port on the local system.
Status: current Access: read-only
OBJECT-TYPE    
  Dscp  

lldpXMedLocMediaPolicyUnknown 1.3.6.1.4.1.171.10.139.3.1.4.7.19.2.1.1.6
A value of 'true' indicates that the network policy for the specified application type is currently unknown. In this case, the VLAN ID, the layer 2 priority and the DSCP value fields are ignored. A value of 'false' indicates that this network policy is defined
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

lldpXMedLocMediaPolicyTagged 1.3.6.1.4.1.171.10.139.3.1.4.7.19.2.1.1.7
A value of 'true' indicates that the application is using a tagged VLAN. A value of 'false' indicates that for the specific application the device either is using an untagged VLAN or does not support port based VLAN operation. In this case, both the VLAN ID and the Layer 2 priority fields are ignored and only the DSCP value has relevance
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

lldpXMedLocHardwareRev 1.3.6.1.4.1.171.10.139.3.1.4.7.19.2.2
The vendor-specific hardware revision string as advertised by the endpoint.
Status: current Access: read-only
OBJECT-TYPE    
  SnmpAdminString Size(0..32)  

lldpXMedLocFirmwareRev 1.3.6.1.4.1.171.10.139.3.1.4.7.19.2.3
The vendor-specific firmware revision string as advertised by the endpoint.
Status: current Access: read-only
OBJECT-TYPE    
  SnmpAdminString Size(0..32)  

lldpXMedLocSoftwareRev 1.3.6.1.4.1.171.10.139.3.1.4.7.19.2.4
The vendor-specific software revision string as advertised by the endpoint.
Status: current Access: read-only
OBJECT-TYPE    
  SnmpAdminString Size(0..32)  

lldpXMedLocSerialNum 1.3.6.1.4.1.171.10.139.3.1.4.7.19.2.5
The vendor-specific serial number as advertised by the endpoint.
Status: current Access: read-only
OBJECT-TYPE    
  SnmpAdminString Size(0..32)  

lldpXMedLocMfgName 1.3.6.1.4.1.171.10.139.3.1.4.7.19.2.6
The vendor-specific manufacturer name as advertised by the endpoint.
Status: current Access: read-only
OBJECT-TYPE    
  SnmpAdminString Size(0..32)  

lldpXMedLocModelName 1.3.6.1.4.1.171.10.139.3.1.4.7.19.2.7
The vendor-specific model name as advertised by the endpoint.
Status: current Access: read-only
OBJECT-TYPE    
  SnmpAdminString Size(0..32)  

lldpXMedLocAssetID 1.3.6.1.4.1.171.10.139.3.1.4.7.19.2.8
The vendor-specific asset tracking identifier as advertised by the endpoint.
Status: current Access: read-only
OBJECT-TYPE    
  SnmpAdminString Size(0..32)  

lldpXMedLocXPoEDeviceType 1.3.6.1.4.1.171.10.139.3.1.4.7.19.2.10
Defines the type of Power-via-MDI (Power over Ethernet) advertised by the local device. A value pseDevice(2) indicates that the device is advertised as a Power Sourcing Entity (PSE). A value pdDevice(3) indicates that the device is advertised as a Powered Device (PD). A value of none(4) indicates that the device does not support PoE.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER unknown(1), pseDevice(2), pdDevice(3), none(4)  

lldpXMedRemCapabilitiesTable 1.3.6.1.4.1.171.10.139.3.1.4.7.19.3.1
A table that displays LLDP-MED capabilities of remote devices connected to individual ports.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    LldpXMedRemCapabilitiesEntry

lldpXMedRemCapabilitiesEntry 1.3.6.1.4.1.171.10.139.3.1.4.7.19.3.1.1
LLDP-MED capabilities of remote devices connected to the device ports and communicating via LLDP-MED. The remote tables in the LLDP-MED MIB excepting this table may be sparsely populate. An entry in one of these table is meaningful and shall be populated by the agent only if the corresponding bits for the respective function are set in the objects in this table.
Status: current Access: not-accessible
OBJECT-TYPE    
  LldpXMedRemCapabilitiesEntry  

lldpXMedRemCapTimeMark 1.3.6.1.4.1.171.10.139.3.1.4.7.19.3.1.1.1
A TimeFilter for this entry. See the TimeFilter textual convention in IETF RFC 2021 and http://www.ietf.org/IESG/Implementations/RFC2021-Implementation.txt to see how TimeFilter works.
Status: current Access: read-only
OBJECT-TYPE    
  TimeFilter  

lldpXMedRemCapPortNum 1.3.6.1.4.1.171.10.139.3.1.4.7.19.3.1.1.2
The index value used to identify the port component (contained in the local chassis with the LLDP agent) associated with this entry. The value of this object is used as a port index to the lldpLocPortTable.
Status: current Access: read-only
OBJECT-TYPE    
  LldpPortNumber  

lldpXMedRemCapIndex 1.3.6.1.4.1.171.10.139.3.1.4.7.19.3.1.1.3
This object represents an arbitrary local integer value used by this agent to identify a particular connection instance, unique only for the indicated remote system. An agent is encouraged to assign monotonically increasing index values to new entries, starting with one, after each reboot. It is considered unlikely that the lldpRemIndex will wrap between reboots.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 1..2147483647  

lldpXMedRemCapSupported 1.3.6.1.4.1.171.10.139.3.1.4.7.19.3.1.1.4
The bitmap includes the MED organizationally defined set of LLDP TLVs whose transmission is possible on the LLDP agent of the remote device connected to this port. Each bit in the bitmap corresponds to an LLDP-MED subtype associated with a specific TIA TR41.4 MED optional TLV. If the bit is set, the agent has the capability to support the corresponding TLV.
Status: current Access: read-only
OBJECT-TYPE    
  LldpXMedCapabilities  

lldpXMedRemMediaPolicyTable 1.3.6.1.4.1.171.10.139.3.1.4.7.19.3.2
This table contains media policy information as advertised by the remote system. This table may be sparsely populated. Entries in this table are relevant only if the networkPolicy(0) bits in the lldpXMedRemCapSupported and lldpXMedRemCapCurrent objects of the corresponding ports are set.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    LldpXMedRemMediaPolicyEntry

lldpXMedRemMediaPolicyEntry 1.3.6.1.4.1.171.10.139.3.1.4.7.19.3.2.1
Information about the per port per policy type policy information for a particular physical network connection.
Status: current Access: not-accessible
OBJECT-TYPE    
  LldpXMedRemMediaPolicyEntry  

lldpXMedRemMediaPolicyTimeMark 1.3.6.1.4.1.171.10.139.3.1.4.7.19.3.2.1.1
A TimeFilter for this entry. See the TimeFilter textual convention in IETF RFC 2021 and http://www.ietf.org/IESG/Implementations/RFC2021-Implementation.txt to see how TimeFilter works.
Status: current Access: read-only
OBJECT-TYPE    
  TimeFilter  

lldpXMedRemMediaPolicyPortNum 1.3.6.1.4.1.171.10.139.3.1.4.7.19.3.2.1.2
The index value used to identify the port component (contained in the local chassis with the LLDP agent) associated with this entry. The value of this object is used as a port index to the lldpLocPortTable.
Status: current Access: read-only
OBJECT-TYPE    
  LldpPortNumber  

lldpXMedRemMediaPolicyIndex 1.3.6.1.4.1.171.10.139.3.1.4.7.19.3.2.1.3
This object represents an arbitrary local integer value used by this agent to identify a particular connection instance, unique only for the indicated remote system. An agent is encouraged to assign monotonically increasing index values to new entries, starting with one, after each reboot. It is considered unlikely that the lldpRemIndex will wrap between reboots.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 1..2147483647  

lldpXMedRemMediaPolicyAppType 1.3.6.1.4.1.171.10.139.3.1.4.7.19.3.2.1.4
The media type that defines the primary function of the application for the policy advertised by the endpoint connected remotely to this port.
Status: current Access: not-accessible
OBJECT-TYPE    
  PolicyAppType  

lldpXMedRemMediaPolicyVlanID 1.3.6.1.4.1.171.10.139.3.1.4.7.19.3.2.1.5
An extension of the VLAN Identifier for the remote system connected to this port, as defined in IEEE 802.1P-1998. A value of 1 through 4094 is used to define a valid PVID. A value of 0 shall be used if the device is using priority tagged frames, meaning that only the 802.1p priority level is significant and the default VID of the ingress port is being used instead. A value of 4095 is reserved for implementation use.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0 | 1..4094 | 4095  

lldpXMedRemMediaPolicyPriority 1.3.6.1.4.1.171.10.139.3.1.4.7.19.3.2.1.6
This object contains the value of the 802.1p priority which is associated with the remote system connected at given port.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..7  

lldpXMedRemMediaPolicyDscp 1.3.6.1.4.1.171.10.139.3.1.4.7.19.3.2.1.7
This object contains the value of the Differentiated Service Code Point (DSCP) as defined in IETF RFC 2474 and RFC 2475 which is associated with remote system connected at the port.
Status: current Access: read-only
OBJECT-TYPE    
  Dscp  

lldpXMedRemMediaPolicyUnknown 1.3.6.1.4.1.171.10.139.3.1.4.7.19.3.2.1.8
A value of 'true' indicates that the network policy for the specified application type is currently unknown. In this case, the VLAN ID, the layer 2 priority and the DSCP value fields are ignored. A value of 'false' indicates that this network policy is defined.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

lldpXMedRemMediaPolicyTagged 1.3.6.1.4.1.171.10.139.3.1.4.7.19.3.2.1.9
A value of 'true' indicates that the application is using a tagged VLAN. A value of 'false' indicates that for the specific application the device either is using an untagged VLAN or does not support port based VLAN operation. In this case, both the VLAN ID and the Layer 2 priority fields are ignored and only the DSCP value has relevance
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

lldpXMedRemInventoryTable 1.3.6.1.4.1.171.10.139.3.1.4.7.19.3.3
This table contains inventory information as advertised by the remote system. This table may be sparsely populated. Entries in this table are relevant only if the inventory(2) bits in the lldpXMedRemCapSupported and lldpXMedRemCapCurrent objects of the corresponding ports are set
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    LldpXMedRemInventoryEntry

lldpXMedRemInventoryEntry 1.3.6.1.4.1.171.10.139.3.1.4.7.19.3.3.1
Information about inventory information for the remote devices connected to the ports.
Status: current Access: not-accessible
OBJECT-TYPE    
  LldpXMedRemInventoryEntry  

lldpXMedRemTimeMark 1.3.6.1.4.1.171.10.139.3.1.4.7.19.3.3.1.1
A TimeFilter for this entry. See the TimeFilter textual convention in IETF RFC 2021 and http://www.ietf.org/IESG/Implementations/RFC2021-Implementation.txt to see how TimeFilter works.
Status: current Access: read-only
OBJECT-TYPE    
  TimeFilter  

lldpXMedRemPortNum 1.3.6.1.4.1.171.10.139.3.1.4.7.19.3.3.1.2
The index value used to identify the port component (contained in the local chassis with the LLDP agent) associated with this entry. The value of this object is used as a port index to the lldpLocPortTable.
Status: current Access: read-only
OBJECT-TYPE    
  LldpPortNumber  

lldpXMedRemIndex 1.3.6.1.4.1.171.10.139.3.1.4.7.19.3.3.1.3
This object represents an arbitrary local integer value used by this agent to identify a particular connection instance, unique only for the indicated remote system. An agent is encouraged to assign monotonically increasing index values to new entries, starting with one, after each reboot. It is considered unlikely that the lldpRemIndex will wrap between reboots.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 1..2147483647  

lldpXMedRemHardwareRev 1.3.6.1.4.1.171.10.139.3.1.4.7.19.3.3.1.4
The vendor-specific hardware revision string as advertised by the remote endpoint.
Status: current Access: read-only
OBJECT-TYPE    
  SnmpAdminString Size(0..32)  

lldpXMedRemFirmwareRev 1.3.6.1.4.1.171.10.139.3.1.4.7.19.3.3.1.5
The vendor-specific firmware revision string as advertised by the remote endpoint.
Status: current Access: read-only
OBJECT-TYPE    
  SnmpAdminString Size(0..32)  

lldpXMedRemSoftwareRev 1.3.6.1.4.1.171.10.139.3.1.4.7.19.3.3.1.6
The vendor-specific software revision string as advertised by the remote endpoint.
Status: current Access: read-only
OBJECT-TYPE    
  SnmpAdminString Size(0..32)  

lldpXMedRemSerialNum 1.3.6.1.4.1.171.10.139.3.1.4.7.19.3.3.1.7
The vendor-specific serial number as advertised by the remote endpoint.
Status: current Access: read-only
OBJECT-TYPE    
  SnmpAdminString Size(0..32)  

lldpXMedRemMfgName 1.3.6.1.4.1.171.10.139.3.1.4.7.19.3.3.1.8
The vendor-specific manufacturer name as advertised by the remote endpoint.
Status: current Access: read-only
OBJECT-TYPE    
  SnmpAdminString Size(0..32)  

lldpXMedRemModelName 1.3.6.1.4.1.171.10.139.3.1.4.7.19.3.3.1.9
The vendor-specific model name as advertised by the remote endpoint.
Status: current Access: read-only
OBJECT-TYPE    
  SnmpAdminString Size(0..32)  

lldpXMedRemAssetID 1.3.6.1.4.1.171.10.139.3.1.4.7.19.3.3.1.10
The vendor-specific asset tracking identifier as advertised by the remote endpoint.
Status: current Access: read-only
OBJECT-TYPE    
  SnmpAdminString Size(0..32)  

telnetState 1.3.6.1.4.1.171.10.139.3.1.3.5.1
Enable/Disable management Telnetsetting mechanism.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

telnetPort 1.3.6.1.4.1.171.10.139.3.1.3.5.2
The value is for setting telnet's UDP Port.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 1..65535  

webState 1.3.6.1.4.1.171.10.139.3.1.3.5.3
This object is for Enabled(1) or Disabled(2) Web state in the system.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

webPort 1.3.6.1.4.1.171.10.139.3.1.3.5.4
Web Server Port Number.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 1..65535  

ddpStatus 1.3.6.1.4.1.171.10.139.3.1.3.14.1
Enable/Disable DDP function.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

ddpReportTime 1.3.6.1.4.1.171.10.139.3.1.3.14.2
Set DDP report time seconds.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER never(0), offset30sec(30), offset60sec(60), offset90sec(90), offset120sec(120)  

ddpTable 1.3.6.1.4.1.171.10.139.3.1.3.14.3
Define sysDDPTable for per port settings.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    DdpEntry

ddpEntry 1.3.6.1.4.1.171.10.139.3.1.3.14.3.1
Define sysDDPTable for per port settings.
Status: current Access: not-accessible
OBJECT-TYPE    
  DdpEntry  

ddpPort 1.3.6.1.4.1.171.10.139.3.1.3.14.3.1.1
This object indicates the port index.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 1..255  

ddpPortStatus 1.3.6.1.4.1.171.10.139.3.1.3.14.3.1.2
This object indicates DDP status is enabled or disabled.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

rmonRisingAlarmTrapState 1.3.6.1.4.1.171.10.139.3.1.3.4.1
This object is for enabling or disabling RMON Rising Alarm Trap.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

rmonFallingAlarmTrapState 1.3.6.1.4.1.171.10.139.3.1.3.4.2
This object is for enabling or disabling RMON function Falling Alarm Trap.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

rmonStatistics 1.3.6.1.4.1.171.10.139.3.1.3.4.3
OBJECT IDENTIFIER    

rmonHistory 1.3.6.1.4.1.171.10.139.3.1.3.4.4
OBJECT IDENTIFIER    

rmonAlarm 1.3.6.1.4.1.171.10.139.3.1.3.4.5
OBJECT IDENTIFIER    

rmonEvent 1.3.6.1.4.1.171.10.139.3.1.3.4.6
OBJECT IDENTIFIER    

rmonStatsTable 1.3.6.1.4.1.171.10.139.3.1.3.4.3.1
A list of Ethernet statistics entries.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    RmonStatsEntry

rmonStatsEntry 1.3.6.1.4.1.171.10.139.3.1.3.4.3.1.1
A collection of statistics kept for a particular Ethernet interface. As an example, an instance of the etherStatsPkts object might be named etherStatsPkts.1
Status: current Access: not-accessible
OBJECT-TYPE    
  RmonStatsEntry  

rmonStatsIndex 1.3.6.1.4.1.171.10.139.3.1.3.4.3.1.1.1
The value of this object uniquely identifies this entry.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 1..65535  

rmonStatsDataSource 1.3.6.1.4.1.171.10.139.3.1.3.4.3.1.1.2
This object identifies the source of the data that this etherStats entry is configured to analyze. This source can be any ethernet interface on this device. In order to identify a particular interface, this object shall identify the instance of the ifIndex object, defined in RFC 2233 [17], for the desired interface. For example, if an entry were to receive data from interface #1, this object would be set to ifIndex.1. The statistics in this group reflect all packets on the local network segment attached to the identified interface. An agent may or may not be able to tell if fundamental changes to the media of the interface have occurred and necessitate an invalidation of this entry. For example, a hot-pluggable ethernet card could be pulled out and replaced by a token-ring card. In such a case, if the agent has such knowledge of the change, it is recommended that it invalidate this entry. This object may not be modified if the associated etherStatsStatus object is equal to valid(1).
Status: current Access: read-write
OBJECT-TYPE    
  OBJECT IDENTIFIER  

rmonStatsOwner 1.3.6.1.4.1.171.10.139.3.1.3.4.3.1.1.3
The entity that configured this entry and is therefore using the resources assigned to it.
Status: current Access: read-write
OBJECT-TYPE    
  OwnerString  

rmonStatsOctets 1.3.6.1.4.1.171.10.139.3.1.3.4.3.1.1.4
The total number of octets of data (including those in bad packets) received on the network (excluding framing bits but including FCS octets). This object can be used as a reasonable estimate of 10-Megabit ethernet utilization. If greater precision is desired, the etherStatsPkts and etherStatsOctets objects should be sampled before and after a common interval. The differences in the sampled values are Pkts and Octets, respectively, and the number of seconds in the interval is Interval. These values are used to calculate the Utilization as follows: Pkts * (9.6 + 6.4) + (Octets * .8) Utilization = ------------------------------------- Interval * 10,000 The result of this equation is the value Utilization which is the percent utilization of the ethernet segment on a scale of 0 to 100 percent.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

rmonStatsPkts 1.3.6.1.4.1.171.10.139.3.1.3.4.3.1.1.5
The total number of packets (including bad packets, broadcast packets, and multicast packets) received.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

rmonStatsBroadcastPkts 1.3.6.1.4.1.171.10.139.3.1.3.4.3.1.1.6
The total number of good packets received that were directed to the broadcast address. Note that this does not include multicast packets.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

rmonStatsMulticastPkts 1.3.6.1.4.1.171.10.139.3.1.3.4.3.1.1.7
The total number of good packets received that were directed to a multicast address. Note that this number does not include packets directed to the broadcast address.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

rmonStatsUndersizePkts 1.3.6.1.4.1.171.10.139.3.1.3.4.3.1.1.8
The total number of packets received that were less than 64 octets long (excluding framing bits, but including FCS octets) and were otherwise well formed.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

rmonStatsOversizePkts 1.3.6.1.4.1.171.10.139.3.1.3.4.3.1.1.9
The total number of packets received that were longer than 1518 octets (excluding framing bits, but including FCS octets) and were otherwise well formed.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

rmonStatsFragments 1.3.6.1.4.1.171.10.139.3.1.3.4.3.1.1.10
The total number of packets received that were less than 64 octets in length (excluding framing bits but including FCS octets) and had either a bad Frame Check Sequence (FCS) with an integral number of octets (FCS Error) or a bad FCS with a non-integral number of octets (Alignment Error). Note that it is entirely normal for etherStatsFragments to increment. This is because it counts both runts (which are normal occurrences due to collisions) and noise hits.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

rmonStatsJabbers 1.3.6.1.4.1.171.10.139.3.1.3.4.3.1.1.11
The total number of packets received that were longer than 1518 octets (excluding framing bits, but including FCS octets), and had either a bad Frame Check Sequence (FCS) with an integral number of octets (FCS Error) or a bad FCS with a non-integral number of octets (Alignment Error). Note that this definition of jabber is different than the definition in IEEE-802.3 section 8.2.1.5 (10BASE5) and section 10.3.1.4 (10BASE2). These documents define jabber as the condition where any packet exceeds 20 ms. The allowed range to detect jabber is between 20 ms and 150 ms.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

rmonStatsCRCErrors 1.3.6.1.4.1.171.10.139.3.1.3.4.3.1.1.12
The total number of packets received that had a length (excluding framing bits, but including FCS octets) of between 64 and 1518 octets, inclusive, but had either a bad Frame Check Sequence (FCS) with an integral number of octets (FCS Error) or a bad FCS with a non-integral number of octets (Alignment Error).
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

rmonStatsCollisions 1.3.6.1.4.1.171.10.139.3.1.3.4.3.1.1.13
The best estimate of the total number of collisions on this Ethernet segment. The value returned will depend on the location of the RMON probe. Section 8.2.1.3 (10BASE-5) and section 10.3.1.3 (10BASE-2) of IEEE standard 802.3 states that a station must detect a collision, in the receive mode, if three or more stations are transmitting simultaneously. A repeater port must detect a collision when two or more stations are transmitting simultaneously. Thus a probe placed on a repeater port could record more collisions than a probe connected to a station on the same segment would. Probe location plays a much smaller role when considering 10BASE-T. 14.2.1.4 (10BASE-T) of IEEE standard 802.3 defines a collision as the simultaneous presence of signals on the DO and RD circuits (transmitting and receiving at the same time). A 10BASE-T station can only detect collisions when it is transmitting. Thus probes placed on a station and a repeater, should report the same number of collisions. Note also that an RMON probe inside a repeater should ideally report collisions between the repeater and one or more other hosts (transmit collisions as defined by IEEE 802.3k) plus receiver collisions observed on any coax segments to which the repeater is connected.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

rmonStatsDropEvents 1.3.6.1.4.1.171.10.139.3.1.3.4.3.1.1.14
The total number of events in which packets were dropped by the probe due to lack of resources. Note that this number is not necessarily the number of packets dropped; it is just the number of times this condition has been detected.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

rmonStatsPkts64Octets 1.3.6.1.4.1.171.10.139.3.1.3.4.3.1.1.15
The total number of packets (including bad packets) received that were 64 octets in length (excluding framing bits but including FCS octets).
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

rmonStatsPkts65to127Octets 1.3.6.1.4.1.171.10.139.3.1.3.4.3.1.1.16
The total number of packets (including bad packets) received that were between 65 and 127 octets in length inclusive (excluding framing bits but including FCS octets).
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

rmonStatsPkts128to255Octets 1.3.6.1.4.1.171.10.139.3.1.3.4.3.1.1.17
The total number of packets (including bad packets) received that were between 128 and 255 octets in length inclusive (excluding framing bits but including FCS octets).
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

rmonStatsPkts256to511Octets 1.3.6.1.4.1.171.10.139.3.1.3.4.3.1.1.18
The total number of packets (including bad packets) received that were between 256 and 511 octets in length inclusive (excluding framing bits but including FCS octets).
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

rmonStatsPkts512to1023Octets 1.3.6.1.4.1.171.10.139.3.1.3.4.3.1.1.19
The total number of packets (including bad packets) received that were between 512 and 1023 octets in length inclusive (excluding framing bits but including FCS octets).
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

rmonStatsPkts1024to1518Octets 1.3.6.1.4.1.171.10.139.3.1.3.4.3.1.1.20
The total number of packets (including bad packets) received that were between 1024 and 1518 octets in length inclusive (excluding framing bits but including FCS octets).
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

rmonStatsStatus 1.3.6.1.4.1.171.10.139.3.1.3.4.3.1.1.21
The status of this etherStats entry.
Status: current Access: read-write
OBJECT-TYPE    
  RmonStatus  

rmonHistoryControlTable 1.3.6.1.4.1.171.10.139.3.1.3.4.4.1
A list of history control entries.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    RmonHistoryControlEntry

rmonHistoryControlEntry 1.3.6.1.4.1.171.10.139.3.1.3.4.4.1.1
A list of parameters that set up a periodic sampling of statistics. As an example, an instance of the historyControlInterval object might be named historyControlInterval.2
Status: current Access: not-accessible
OBJECT-TYPE    
  RmonHistoryControlEntry  

rmonHistoryControlIndex 1.3.6.1.4.1.171.10.139.3.1.3.4.4.1.1.1
An index that uniquely identifies an entry in the historyControl table. Each such entry defines a set of samples at a particular interval for an interface on the device.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 1..65535  

rmonHistoryControlDataSource 1.3.6.1.4.1.171.10.139.3.1.3.4.4.1.1.2
This object identifies the source of the data for which historical data was collected and placed in a media-specific table on behalf of this historyControlEntry. This source can be any interface on this device. In order to identify a particular interface, this object shall identify the instance of the ifIndex object, defined in RFC 2233 [17], for the desired interface. For example, if an entry were to receive data from interface #1, this object would be set to ifIndex.1. The statistics in this group reflect all packets on the local network segment attached to the identified interface. An agent may or may not be able to tell if fundamental changes to the media of the interface have occurred and necessitate an invalidation of this entry. For example, a hot-pluggable ethernet card could be pulled out and replaced by a token-ring card. In such a case, if the agent has such knowledge of the change, it is recommended that it invalidate this entry. This object may not be modified if the associated historyControlStatus object is equal to valid(1).
Status: current Access: read-write
OBJECT-TYPE    
  OBJECT IDENTIFIER  

rmonHistoryControlBucketsRequested 1.3.6.1.4.1.171.10.139.3.1.3.4.4.1.1.3
The requested number of discrete time intervals over which data is to be saved in the part of the media-specific table associated with this historyControlEntry. When this object is created or modified, the probe should set historyControlBucketsGranted as closely to this object as is possible for the particular probe implementation and available resources.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 1..65535  

rmonHistoryControlBucketsGranted 1.3.6.1.4.1.171.10.139.3.1.3.4.4.1.1.4
The number of discrete sampling intervals over which data shall be saved in the part of the media-specific table associated with this historyControlEntry. When the associated historyControlBucketsRequested object is created or modified, the probe should set this object as closely to the requested value as is possible for the particular probe implementation and available resources. The probe must not lower this value except as a result of a modification to the associated historyControlBucketsRequested object. There will be times when the actual number of buckets associated with this entry is less than the value of this object. In this case, at the end of each sampling interval, a new bucket will be added to the media-specific table. When the number of buckets reaches the value of this object and a new bucket is to be added to the media-specific table, the oldest bucket associated with this historyControlEntry shall be deleted by the agent so that the new bucket can be added. When the value of this object changes to a value less than the current value, entries are deleted from the media-specific table associated with this historyControlEntry. Enough of the oldest of these entries shall be deleted by the agent so that their number remains less than or equal to the new value of this object. When the value of this object changes to a value greater than the current value, the number of associated media- specific entries may be allowed to grow.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 1..65535  

rmonHistoryControlInterval 1.3.6.1.4.1.171.10.139.3.1.3.4.4.1.1.5
The interval in seconds over which the data is sampled for each bucket in the part of the media-specific table associated with this historyControlEntry. This interval can be set to any number of seconds between 1 and 3600 (1 hour). Because the counters in a bucket may overflow at their maximum value with no indication, a prudent manager will take into account the possibility of overflow in any of the associated counters. It is important to consider the minimum time in which any counter could overflow on a particular media type and set the historyControlInterval object to a value less than this interval. This is typically most important for the 'octets' counter in any media-specific table. For example, on an Ethernet network, the etherHistoryOctets counter could overflow in about one hour at the Ethernet's maximum utilization. This object may not be modified if the associated historyControlStatus object is equal to valid(1).
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 1..3600  

rmonHistoryControlOwner 1.3.6.1.4.1.171.10.139.3.1.3.4.4.1.1.6
The entity that configured this entry and is therefore using the resources assigned to it.
Status: current Access: read-write
OBJECT-TYPE    
  OwnerString  

rmonHistoryControlStatus 1.3.6.1.4.1.171.10.139.3.1.3.4.4.1.1.7
The status of this historyControl entry. Each instance of the media-specific table associated with this historyControlEntry will be deleted by the agent if this historyControlEntry is not equal to valid(1).
Status: current Access: read-write
OBJECT-TYPE    
  RmonStatus  

rmonHistoryTable 1.3.6.1.4.1.171.10.139.3.1.3.4.4.2
A list of Ethernet history entries.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    RmonHistoryEntry

rmonHistoryEntry 1.3.6.1.4.1.171.10.139.3.1.3.4.4.2.1
An historical sample of Ethernet statistics on a particular Ethernet interface. This sample is associated with the historyControlEntry which set up the parameters for a regular collection of these samples. As an example, an instance of the etherHistoryPkts object might be named etherHistoryPkts.2.89
Status: current Access: not-accessible
OBJECT-TYPE    
  RmonHistoryEntry  

rmonHistoryIndex 1.3.6.1.4.1.171.10.139.3.1.3.4.4.2.1.1
The history of which this entry is a part. The history identified by a particular value of this index is the same history as identified by the same value of historyControlIndex.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 1..65535  

rmonHistorySampleIndex 1.3.6.1.4.1.171.10.139.3.1.3.4.4.2.1.2
An index that uniquely identifies the particular sample this entry represents among all samples associated with the same historyControlEntry. This index starts at 1 and increases by one as each new sample is taken.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 1..2147483647  

rmonHistoryOctets 1.3.6.1.4.1.171.10.139.3.1.3.4.4.2.1.3
The total number of octets of data (including those in bad packets) received on the network (excluding framing bits but including FCS octets).
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

rmonHistoryPkts 1.3.6.1.4.1.171.10.139.3.1.3.4.4.2.1.4
The number of packets (including bad packets) received during this sampling interval.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

rmonHistoryBroadcastPkts 1.3.6.1.4.1.171.10.139.3.1.3.4.4.2.1.5
The number of good packets received during this sampling interval that were directed to the broadcast address.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

rmonHistoryMulticastPkts 1.3.6.1.4.1.171.10.139.3.1.3.4.4.2.1.6
The number of good packets received during this sampling interval that were directed to a multicast address. Note that this number does not include packets addressed to the broadcast address.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

rmonHistoryUtilization 1.3.6.1.4.1.171.10.139.3.1.3.4.4.2.1.7
The best estimate of the mean physical layer network utilization on this interface during this sampling interval, in hundredths of a percent.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..10000  

rmonHistoryUndersizePkts 1.3.6.1.4.1.171.10.139.3.1.3.4.4.2.1.8
The number of packets received during this sampling interval that were less than 64 octets long (excluding framing bits but including FCS octets) and were otherwise well formed.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

rmonHistoryOversizePkts 1.3.6.1.4.1.171.10.139.3.1.3.4.4.2.1.9
The number of packets received during this sampling interval that were longer than 1518 octets (excluding framing bits but including FCS octets) but were otherwise well formed.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

rmonHistoryFragments 1.3.6.1.4.1.171.10.139.3.1.3.4.4.2.1.10
The total number of packets received during this sampling interval that were less than 64 octets in length (excluding framing bits but including FCS octets) had either a bad Frame Check Sequence (FCS) with an integral number of octets (FCS Error) or a bad FCS with a non-integral number of octets (Alignment Error). Note that it is entirely normal for rmonHistoryFragments to increment. This is because it counts both runts (which are normal occurrences due to collisions) and noise hits.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

rmonHistoryJabbers 1.3.6.1.4.1.171.10.139.3.1.3.4.4.2.1.11
The number of packets received during this sampling interval that were longer than 1518 octets (excluding framing bits but including FCS octets), and had either a bad Frame Check Sequence (FCS) with an integral number of octets (FCS Error) or a bad FCS with a non-integral number of octets (Alignment Error). Note that this definition of jabber is different than the definition in IEEE-802.3 section 8.2.1.5 (10BASE5) and section 10.3.1.4 (10BASE2). These documents define jabber as the condition where any packet exceeds 20 ms. The allowed range to detect jabber is between 20 ms and 150 ms.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

rmonHistoryCRCErrors 1.3.6.1.4.1.171.10.139.3.1.3.4.4.2.1.12
The number of packets received during this sampling interval that had a length (excluding framing bits but including FCS octets) between 64 and 1518 octets, inclusive, but had either a bad Frame Check Sequence (FCS) with an integral number of octets (FCS Error) or a bad FCS with a non-integral number of octets (Alignment Error).
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

rmonHistoryCollisions 1.3.6.1.4.1.171.10.139.3.1.3.4.4.2.1.13
The best estimate of the total number of collisions on this Ethernet segment during this sampling interval. The value returned will depend on the location of the RMON probe. Section 8.2.1.3 (10BASE-5) and section 10.3.1.3 (10BASE-2) of IEEE standard 802.3 states that a station must detect a collision, in the receive mode, if three or more stations are transmitting simultaneously. A repeater port must detect a collision when two or more stations are transmitting simultaneously. Thus a probe placed on a repeater port could record more collisions than a probe connected to a station on the same segment would. Probe location plays a much smaller role when considering 10BASE-T. 14.2.1.4 (10BASE-T) of IEEE standard 802.3 defines a collision as the simultaneous presence of signals on the DO and RD circuits (transmitting and receiving at the same time). A 10BASE-T station can only detect collisions when it is transmitting. Thus probes placed on a station and a repeater, should report the same number of collisions. Note also that an RMON probe inside a repeater should ideally report collisions between the repeater and one or more other hosts (transmit collisions as defined by IEEE 802.3k) plus receiver collisions observed on any coax segments to which the repeater is connected.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

rmonHistoryDropEvents 1.3.6.1.4.1.171.10.139.3.1.3.4.4.2.1.14
The total number of events in which packets were dropped by the probe due to lack of resources during this sampling interval. Note that this number is not necessarily the number of packets dropped, it is just the number of times this condition has been detected.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

rmonAlarmTable 1.3.6.1.4.1.171.10.139.3.1.3.4.5.1
A list of alarm entries.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    RmonAlarmEntry

rmonAlarmEntry 1.3.6.1.4.1.171.10.139.3.1.3.4.5.1.1
A list of parameters that set up a periodic checking for alarm conditions. For example, an instance of the alarmValue object might be named alarmValue.8
Status: current Access: not-accessible
OBJECT-TYPE    
  RmonAlarmEntry  

rmonAlarmIndex 1.3.6.1.4.1.171.10.139.3.1.3.4.5.1.1.1
An index that uniquely identifies an entry in the alarm table. Each such entry defines a diagnostic sample at a particular interval for an object on the device.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 1..65535  

rmonAlarmInterval 1.3.6.1.4.1.171.10.139.3.1.3.4.5.1.1.2
The interval in seconds over which the data is sampled and compared with the rising and falling thresholds. When setting this variable, care should be taken in the case of deltaValue sampling - the interval should be set short enough that the sampled variable is very unlikely to increase or decrease by more than 2^31 - 1 during a single sampling interval. This object may not be modified if the associated alarmStatus object is equal to valid(1).
Status: current Access: read-write
OBJECT-TYPE    
  Integer32  

rmonAlarmVariable 1.3.6.1.4.1.171.10.139.3.1.3.4.5.1.1.3
The object identifier of the particular variable to be sampled. Only variables that resolve to an ASN.1 primitive type of INTEGER (INTEGER, Integer32, Counter32, Counter64, Gauge, or TimeTicks) may be sampled. Because SNMP access control is articulated entirely in terms of the contents of MIB views, no access control mechanism exists that can restrict the value of this object to identify only those objects that exist in a particular MIB view. Because there is thus no acceptable means of restricting the read access that could be obtained through the alarm mechanism, the probe must only grant write access to this object in those views that have read access to all objects on the probe. During a set operation, if the supplied variable name is not available in the selected MIB view, a badValue error must be returned. If at any time the variable name of an established alarmEntry is no longer available in the selected MIB view, the probe must change the status of this alarmEntry to invalid(4). This object may not be modified if the associated alarmStatus object is equal to valid(1).
Status: current Access: read-write
OBJECT-TYPE    
  OBJECT IDENTIFIER  

rmonAlarmSampleType 1.3.6.1.4.1.171.10.139.3.1.3.4.5.1.1.4
The method of sampling the selected variable and calculating the value to be compared against the thresholds. If the value of this object is absoluteValue(1), the value of the selected variable will be compared directly with the thresholds at the end of the sampling interval. If the value of this object is deltaValue(2), the value of the selected variable at the last sample will be subtracted from the current value, and the difference compared with the thresholds. This object may not be modified if the associated alarmStatus object is equal to valid(1).
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER absoluteValue(1), deltaValue(2)  

rmonAlarmValue 1.3.6.1.4.1.171.10.139.3.1.3.4.5.1.1.5
The value of the statistic during the last sampling period. For example, if the sample type is deltaValue, this value will be the difference between the samples at the beginning and end of the period. If the sample type is absoluteValue, this value will be the sampled value at the end of the period. This is the value that is compared with the rising and falling thresholds. The value during the current sampling period is not made available until the period is completed and will remain available until the next period completes.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

rmonAlarmStartupAlarm 1.3.6.1.4.1.171.10.139.3.1.3.4.5.1.1.6
The alarm that may be sent when this entry is first set to valid. If the first sample after this entry becomes valid is greater than or equal to the risingThreshold and alarmStartupAlarm is equal to risingAlarm(1) or risingOrFallingAlarm(3), then a single rising alarm will be generated. If the first sample after this entry becomes valid is less than or equal to the fallingThreshold and alarmStartupAlarm is equal to fallingAlarm(2) or risingOrFallingAlarm(3), then a single falling alarm will be generated. This object may not be modified if the associated alarmStatus object is equal to valid(1).
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER risingAlarm(1), fallingAlarm(2), risingOrFallingAlarm(3)  

rmonAlarmRisingThreshold 1.3.6.1.4.1.171.10.139.3.1.3.4.5.1.1.7
A threshold for the sampled statistic. When the current sampled value is greater than or equal to this threshold, and the value at the last sampling interval was less than this threshold, a single event will be generated. A single event will also be generated if the first sample after this entry becomes valid is greater than or equal to this threshold and the associated alarmStartupAlarm is equal to risingAlarm(1) or risingOrFallingAlarm(3). After a rising event is generated, another such event will not be generated until the sampled value falls below this threshold and reaches the alarmFallingThreshold. This object may not be modified if the associated alarmStatus object is equal to valid(1).
Status: current Access: read-write
OBJECT-TYPE    
  Integer32  

rmonAlarmFallingThreshold 1.3.6.1.4.1.171.10.139.3.1.3.4.5.1.1.8
A threshold for the sampled statistic. When the current sampled value is less than or equal to this threshold, and the value at the last sampling interval was greater than this threshold, a single event will be generated. A single event will also be generated if the first sample after this entry becomes valid is less than or equal to this threshold and the associated alarmStartupAlarm is equal to fallingAlarm(2) or risingOrFallingAlarm(3). After a falling event is generated, another such event will not be generated until the sampled value rises above this threshold and reaches the alarmRisingThreshold. This object may not be modified if the associated alarmStatus object is equal to valid(1).
Status: current Access: read-write
OBJECT-TYPE    
  Integer32  

rmonAlarmRisingEventNumber 1.3.6.1.4.1.171.10.139.3.1.3.4.5.1.1.9
The index of the eventEntry that is used when a rising threshold is crossed. The eventEntry identified by a particular value of this index is the same as identified by the same value of the eventIndex object. If there is no corresponding entry in the eventTable, then no association exists. In particular, if this value is zero, no associated event will be generated, as zero is not a valid event index. This object may not be modified if the associated alarmStatus object is equal to valid(1).
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 0..65535  

rmonAlarmFallingEventNumber 1.3.6.1.4.1.171.10.139.3.1.3.4.5.1.1.10
The index of the eventEntry that is used when a falling threshold is crossed. The eventEntry identified by a particular value of this index is the same as identified by the same value of the eventIndex object. If there is no corresponding entry in the eventTable, then no association exists. In particular, if this value is zero, no associated event will be generated, as zero is not a valid event index. This object may not be modified if the associated alarmStatus object is equal to valid(1).
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 0..65535  

rmonAlarmOwner 1.3.6.1.4.1.171.10.139.3.1.3.4.5.1.1.11
The entity that configured this entry and is therefore using the resources assigned to it.
Status: current Access: read-write
OBJECT-TYPE    
  OwnerString  

rmonAlarmStatus 1.3.6.1.4.1.171.10.139.3.1.3.4.5.1.1.12
The status of this alarm entry.
Status: current Access: read-write
OBJECT-TYPE    
  RmonStatus  

rmonEventTable 1.3.6.1.4.1.171.10.139.3.1.3.4.6.1
A list of events to be generated.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    RmonEventEntry

rmonEventEntry 1.3.6.1.4.1.171.10.139.3.1.3.4.6.1.1
A set of parameters that describe an event to be generated when certain conditions are met. As an example, an instance of the eventLastTimeSent object might be named eventLastTimeSent.6
Status: current Access: not-accessible
OBJECT-TYPE    
  RmonEventEntry  

rmonEventIndex 1.3.6.1.4.1.171.10.139.3.1.3.4.6.1.1.1
An index that uniquely identifies an entry in the event table. Each such entry defines one event that is to be generated when the appropriate conditions occur.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 1..65535  

rmonEventDescription 1.3.6.1.4.1.171.10.139.3.1.3.4.6.1.1.2
A comment describing this event entry.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString Size(0..127)  

rmonEventType 1.3.6.1.4.1.171.10.139.3.1.3.4.6.1.1.3
The type of notification that the probe will make about this event. In the case of log, an entry is made in the log table for each event. In the case of snmp-trap, an SNMP trap is sent to one or more management stations.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER none(1), log(2), snmptrap(3), logandtrap(4)  

rmonEventCommunity 1.3.6.1.4.1.171.10.139.3.1.3.4.6.1.1.4
If an SNMP trap is to be sent, it will be sent to the SNMP community specified by this octet string.
Status: current Access: read-write
OBJECT-TYPE    
  OwnerString  

rmonEventOwner 1.3.6.1.4.1.171.10.139.3.1.3.4.6.1.1.5
The entity that configured this entry and is therefore using the resources assigned to it. If this object contains a string starting with 'monitor' and has associated entries in the log table, all connected management stations should retrieve those log entries, as they may have significance to all management stations connected to this device
Status: current Access: read-write
OBJECT-TYPE    
  OwnerString  

rmonEventStatus 1.3.6.1.4.1.171.10.139.3.1.3.4.6.1.1.6
The status of this event entry. If this object is not equal to valid(1), all associated log entries shall be deleted by the agent.
Status: current Access: read-write
OBJECT-TYPE    
  RmonStatus  

rmonEventLastTimeSent 1.3.6.1.4.1.171.10.139.3.1.3.4.6.1.1.7
The value of sysUpTime at the time this event entry last generated an event. If this entry has not generated any events, this value will be zero.
Status: current Access: read-only
OBJECT-TYPE    
  TimeTicks  

rmonLogTable 1.3.6.1.4.1.171.10.139.3.1.3.4.6.2
A list of events that have been logged.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    RmonLogEntry

rmonLogEntry 1.3.6.1.4.1.171.10.139.3.1.3.4.6.2.1
A set of data describing an event that has been logged. For example, an instance of the logDescription object might be named logDescription.6.47
Status: current Access: not-accessible
OBJECT-TYPE    
  RmonLogEntry  

rmonLogEventIndex 1.3.6.1.4.1.171.10.139.3.1.3.4.6.2.1.1
The event entry that generated this log entry. The log identified by a particular value of this index is associated with the same eventEntry as identified by the same value of eventIndex.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 1..65535  

rmonLogIndex 1.3.6.1.4.1.171.10.139.3.1.3.4.6.2.1.2
An index that uniquely identifies an entry in the log table amongst those generated by the same eventEntries. These indexes are assigned beginning with 1 and increase by one with each new log entry. The association between values of logIndex and logEntries is fixed for the lifetime of each logEntry. The agent may choose to delete the oldest instances of logEntry as required because of lack of memory. It is an implementation-specific matter as to when this deletion may occur.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 1..2147483647  

rmonLogTime 1.3.6.1.4.1.171.10.139.3.1.3.4.6.2.1.3
The value of sysUpTime when this log entry was created.
Status: current Access: read-only
OBJECT-TYPE    
  TimeTicks  

rmonLogDescription 1.3.6.1.4.1.171.10.139.3.1.3.4.6.2.1.4
An implementation dependent description of the event that activated this log entry.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..255)  

trafficSegmentationTable 1.3.6.1.4.1.171.10.139.3.1.8.15.1
A Port-channel is created through ifMain table. After the creation of the port-channel, corresponding logical interface will be created in the ifMain table. This Port-channel table is indexed through Key values and allows to configure link selection policy and the Mac address for the port-channel. All other objects in this table displays the details of the port-channel
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    TrafficSegmentationEntry

trafficSegmentationEntry 1.3.6.1.4.1.171.10.139.3.1.8.15.1.1
There is one entry in this table for each created port-channel port
Status: current Access: not-accessible
OBJECT-TYPE    
  TrafficSegmentationEntry  

trafficSegmentationIfIndex 1.3.6.1.4.1.171.10.139.3.1.8.15.1.1.1
The ifIndex of the port-channel(Aggregator's interface index).
Status: current Access: read-only
OBJECT-TYPE    
  InterfaceIndex  

trafficSegmentationMemberList 1.3.6.1.4.1.171.10.139.3.1.8.15.1.1.2
Port list of port channel.
Status: current Access: read-write
OBJECT-TYPE    
  PortList  

doSCtrlTable 1.3.6.1.4.1.171.10.139.3.1.8.17.1
A table that holds the DoS prevention settings of the device.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    DoSCtrlEntry

doSCtrlEntry 1.3.6.1.4.1.171.10.139.3.1.8.17.1.1
A list of DoS prevention settings of the device.
Status: current Access: not-accessible
OBJECT-TYPE    
  DoSCtrlEntry  

doSCtrlType 1.3.6.1.4.1.171.10.139.3.1.8.17.1.1.1
This object indicates the DoS prevention type.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER land-attack(1), blat-attack(2), tcp-null-scan(3), tcp-xmascan(4), tcp-synfin(5), tcp-syn-srcport-less-1024(6), ping-of-death-attack(7), tcp-tiny-fragment-attack(8)  

doSCtrlState 1.3.6.1.4.1.171.10.139.3.1.8.17.1.1.2
This object indicates the status of the DoS prevention type.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enable(1), disable(2)  

doSCtrlActionType 1.3.6.1.4.1.171.10.139.3.1.8.17.1.1.3
This object indicates the action for the DoS prevention type. If this object is set to 'mirror' and DoSCtrlState is set to 'enable', the configuration will not take effect until a valid mirror port is specified. If mirror port is not valid the behavior will be the same as 'drop'
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER drop(1)  

safeGuardEnable 1.3.6.1.4.1.171.10.139.3.1.8.13.1
This object is used to set Safeguard Enable/Disable.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enable(1), disable(2)  

arpAgingTime 1.3.6.1.4.1.171.10.139.3.1.5.1.1
OBJECT IDENTIFIER    

arpARPTable 1.3.6.1.4.1.171.10.139.3.1.5.1.2
OBJECT IDENTIFIER    

arpAgingTimeTable 1.3.6.1.4.1.171.10.139.3.1.5.1.1.1
The table of ARP Aging Time.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    ArpAgingTimeEntry

arpAgingTimeEntry 1.3.6.1.4.1.171.10.139.3.1.5.1.1.1.1
The list of snmp view tree entry.
Status: current Access: not-accessible
OBJECT-TYPE    
  ArpAgingTimeEntry  

arpAgingTimeIntrefaceID 1.3.6.1.4.1.171.10.139.3.1.5.1.1.1.1.1
A unique value, greater than zero, for each interface. This object is identical to the ifIndex of the standard MIB-2 ifTable.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

arpAgingTimeTimeout 1.3.6.1.4.1.171.10.139.3.1.5.1.1.1.1.2
ARP Aging Time Timeout (min).
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 0..65535  

arpTable 1.3.6.1.4.1.171.10.139.3.1.5.1.2.1
A table to control ARP Spoofing prevention for the entire switch or for each interface in the switch.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    ARPEntry

arpEntry 1.3.6.1.4.1.171.10.139.3.1.5.1.2.1.1
An entry appears in this table for each interface in the system.
Status: current Access: not-accessible
OBJECT-TYPE    
  ARPEntry  

arpIntrefaceID 1.3.6.1.4.1.171.10.139.3.1.5.1.2.1.1.1
Proxy ARP VLAN Interface.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 1..4094  

arpIpAddr 1.3.6.1.4.1.171.10.139.3.1.5.1.2.1.1.2
Specifies either the Network or Host address from which the switch can be managed. An address 0.0.0.0 indicates 'Any Manager'.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

arpMacAddress 1.3.6.1.4.1.171.10.139.3.1.5.1.2.1.1.3
Ethernet Mac Address.
Status: current Access: read-write
OBJECT-TYPE    
  MacAddress  

arpType 1.3.6.1.4.1.171.10.139.3.1.5.1.2.1.1.4
ARP Table Type.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER other(1), invalid(2), dynamic(3), static(4)  

arpRowStatus 1.3.6.1.4.1.171.10.139.3.1.5.1.2.1.1.5
ARP Table RowStatus.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

powerSavingGlobalSettings 1.3.6.1.4.1.171.10.139.3.1.11.1.1
OBJECT IDENTIFIER    

powerSavingTimeRangeSettings 1.3.6.1.4.1.171.10.139.3.1.11.1.2
OBJECT IDENTIFIER    

powerSavingShutdownSettings 1.3.6.1.4.1.171.10.139.3.1.11.1.3
OBJECT IDENTIFIER    

psgFunctionVersion 1.3.6.1.4.1.171.10.139.3.1.11.1.1.1
Power Saving Global Settings Function Version.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(1..20)  

psgScheduledPortShutdown 1.3.6.1.4.1.171.10.139.3.1.11.1.1.2
Scheduled Port-shutdown Power Saving.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

psgScheduledHibernation 1.3.6.1.4.1.171.10.139.3.1.11.1.1.3
Scheduled Hibernation Power Saving.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

psgScheduledDimLED 1.3.6.1.4.1.171.10.139.3.1.11.1.1.4
Scheduled Dim-LED Power Saving.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

psgAdministrativeDimLED 1.3.6.1.4.1.171.10.139.3.1.11.1.1.5
Administrative Dim-LED.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

psgDimLEDShutOffTimeProfile 1.3.6.1.4.1.171.10.139.3.1.11.1.2.1
The time profile name associated with the Schedule entry (e.g., `abc, bbb').
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString Size(1..20)  

psgHibernationTimeProfile 1.3.6.1.4.1.171.10.139.3.1.11.1.2.2
The time profile name associated with the Schedule entry (e.g., `abc, bbb').
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString Size(1..20)  

powerSavingShutdownTable 1.3.6.1.4.1.171.10.139.3.1.11.1.3.1
The table of Power Saving Shutdown.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    PowerSavingShutdownEntry

powerSavingShutdownEntry 1.3.6.1.4.1.171.10.139.3.1.11.1.3.1.1
The list of Power Saving Shutdown entry.
Status: current Access: not-accessible
OBJECT-TYPE    
  PowerSavingShutdownEntry  

psShutdownPort 1.3.6.1.4.1.171.10.139.3.1.11.1.3.1.1.1
SNMP Linkchange Trap Settings.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

psShutdownTimeRange 1.3.6.1.4.1.171.10.139.3.1.11.1.3.1.1.2
Time Range Settings Name.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString Size(1..20)  

greenEeeTable 1.3.6.1.4.1.171.10.139.3.1.11.2.1
The port eee table.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    GreenEeeEntry

greenEeeEntry 1.3.6.1.4.1.171.10.139.3.1.11.2.1.1
The port eee entry.
Status: current Access: not-accessible
OBJECT-TYPE    
  GreenEeeEntry  

eeePort 1.3.6.1.4.1.171.10.139.3.1.11.2.1.1.1
This object indicates the port index.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

eeestate 1.3.6.1.4.1.171.10.139.3.1.11.2.1.1.2
This object indicates the port eee state.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

portSecurityGlobalSettings 1.3.6.1.4.1.171.10.139.3.1.8.1.1
OBJECT IDENTIFIER    

portSecurityPortSettings 1.3.6.1.4.1.171.10.139.3.1.8.1.2
OBJECT IDENTIFIER    

portSecurityAddressEntries 1.3.6.1.4.1.171.10.139.3.1.8.1.3
OBJECT IDENTIFIER    

portSecurityTraps 1.3.6.1.4.1.171.10.139.3.1.8.1.4
OBJECT IDENTIFIER    

portSecurityTrapState 1.3.6.1.4.1.171.10.139.3.1.8.1.1.1
This Object is used to enbale or disable the transmission of trap notification messages. A vector of Boolean notification types, used to enable or disable the client notification types: PortSecExceedMLA(0) When the bit 'PortSecExceedMLA(0)' is set, a trap will be send out when learnt mac entries exceed the Max learning number for the specific port .
Status: current Access: read-write
OBJECT-TYPE    
  BITS portSecExceedMLA(0)  

portSecurityTrapRate 1.3.6.1.4.1.171.10.139.3.1.8.1.1.2
Port Security Trap Rate Settings. Trap Rate (0-1000)
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 1..1000  

portSecuritySysMaxAddr 1.3.6.1.4.1.171.10.139.3.1.8.1.1.3
Port Security System Settings. Trap Rate System Maximum Address (1-6656)
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 1..6656  

portSecurityTable 1.3.6.1.4.1.171.10.139.3.1.8.1.2.1
Port Security Port Settings table.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    PortSecurityEntry

portSecurityEntry 1.3.6.1.4.1.171.10.139.3.1.8.1.2.1.1
The Port Security Port Settings entry.
Status: current Access: not-accessible
OBJECT-TYPE    
  PortSecurityEntry  

portSecurityPort 1.3.6.1.4.1.171.10.139.3.1.8.1.2.1.1.1
This object indicates the port index.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32  

portSecurityState 1.3.6.1.4.1.171.10.139.3.1.8.1.2.1.1.2
This object indicates the Port Security Port Settings state.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

portSecuritySysMax 1.3.6.1.4.1.171.10.139.3.1.8.1.2.1.1.3
Port Security Port Settings. Maximum (1-6656)
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 1..6656  

portSecurityVioAction 1.3.6.1.4.1.171.10.139.3.1.8.1.2.1.1.4
Port Security Port Settings. Violation Action
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER protect(1), restrict(2), shutdown(3)  

portSecuritySecurMode 1.3.6.1.4.1.171.10.139.3.1.8.1.2.1.1.5
Port Security Port Settings. Security Mode permanent(1) - Under this mode all learned MAC addresses won't be purged unless a user deletes these entries manually. deleteOnTimeout(2) - Under this mode all learned MAC addresses will be purged when an entry ages out or a user deletes these entries manually.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER deleteOnTimeout(2), permanent(3)  

portSecurityAgingTime 1.3.6.1.4.1.171.10.139.3.1.8.1.2.1.1.6
Port Security Port Settings. Aging Time (0-1440)
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 1..1440  

portSecurityAgingType 1.3.6.1.4.1.171.10.139.3.1.8.1.2.1.1.7
Port Security Port Settings. Aging Type.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER absolute(1), inactivity(2)  

portSecurityCurrentNo 1.3.6.1.4.1.171.10.139.3.1.8.1.2.1.1.8
Port Security Port Settings. Current No.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 1..1440  

portSecurityVioCount 1.3.6.1.4.1.171.10.139.3.1.8.1.2.1.1.9
Port Security Port Settings. Violation Count.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 1..1440  

portSecurityCurState 1.3.6.1.4.1.171.10.139.3.1.8.1.2.1.1.10
Port Security Port Settings. Current State.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER other(0), forwarding(1), err-disabled(2)  

portSecAddrTable 1.3.6.1.4.1.171.10.139.3.1.8.1.3.1
Port Security Address Entries table.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    PortSecurityAddrEntry

portSecAddrEntry 1.3.6.1.4.1.171.10.139.3.1.8.1.3.1.1
Port Security Address Entries entry.
Status: current Access: not-accessible
OBJECT-TYPE    
  PortSecurityAddrEntry  

portSecAddrVID 1.3.6.1.4.1.171.10.139.3.1.8.1.3.1.1.1
Port Security Address Entries . VID.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

portSecAddrMAC 1.3.6.1.4.1.171.10.139.3.1.8.1.3.1.1.2
Port Security Address Entries. MAC Address
Status: current Access: read-only
OBJECT-TYPE    
  MacAddress  

portSecAddrPort 1.3.6.1.4.1.171.10.139.3.1.8.1.3.1.1.3
This object indicates the port index.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32  

portSecAddrType 1.3.6.1.4.1.171.10.139.3.1.8.1.3.1.1.4
This object indicates the secure mode. For manually configured secure MAC addresses, the portSecAddrType is permanent.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER deleteOnTimeout(2), permanent(3)  

portSecAddrRowStatus 1.3.6.1.4.1.171.10.139.3.1.8.1.3.1.1.5
This object indicates the port security mac table entry RowStatus.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

portSecAddrRemainTime 1.3.6.1.4.1.171.10.139.3.1.8.1.3.1.1.6
Port Security Address Entries. Remaining Time (mins).
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

portSecurityTrapList 1.3.6.1.4.1.171.10.139.3.1.8.1.4.0
OBJECT IDENTIFIER    

portSecurityViolation 1.3.6.1.4.1.171.10.139.3.1.8.1.4.0.1
This is a trap that will send to snmp manager,and it will be generated when the learnt mac entries num exceed the MLA of the specific port when port security is enable for this port .
Status: current Access: read-only
NOTIFICATION-TYPE    

sessionTimeoutWeb 1.3.6.1.4.1.171.10.139.3.1.3.6.1
Session Timeout. Web Session Timeout (60-36000)sec.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 60..36000  

sessionTimeoutTelnet 1.3.6.1.4.1.171.10.139.3.1.3.6.2
Session Timeout. Telnet Session Timeout (0-1439)min.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 0..1439  

cableDiagTriggerIndex 1.3.6.1.4.1.171.10.139.3.1.9.1.1
Trigger an interface index to do virtual cable test.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 1..28  

cableDiagTestPairTable 1.3.6.1.4.1.171.10.139.3.1.9.1.2
A table to get pair state and pair len.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CableDiagTestPairEntry

cableDiagTestPairEntry 1.3.6.1.4.1.171.10.139.3.1.9.1.2.1
An entry appears in this table for each interface Test in the system.
Status: current Access: not-accessible
OBJECT-TYPE    
  CableDiagTestPairEntry  

cableDiagTestPortPair 1.3.6.1.4.1.171.10.139.3.1.9.1.2.1.1
Record the cable diagnostic Test Port.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

cableDiagTestResultPair1 1.3.6.1.4.1.171.10.139.3.1.9.1.2.1.2
virtual cable test pair1 test result.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER ok(0), open(1), short(2), crosstalk(4), notAvailable(5)  

cableDiagTestResultPair2 1.3.6.1.4.1.171.10.139.3.1.9.1.2.1.3
virtual cable test pair2 test result.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER ok(0), open(1), short(2), crosstalk(4), notAvailable(5)  

cableDiagTestResultPair3 1.3.6.1.4.1.171.10.139.3.1.9.1.2.1.4
virtual cable test pair3 test result.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER ok(0), open(1), short(2), crosstalk(4), notAvailable(5)  

cableDiagTestResultPair4 1.3.6.1.4.1.171.10.139.3.1.9.1.2.1.5
virtual cable test pair4 test result.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER ok(0), open(1), short(2), crosstalk(4), notAvailable(5)  

cableDiagTestLenPair1 1.3.6.1.4.1.171.10.139.3.1.9.1.2.1.6
virtual cable test pair1 fault distance.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

cableDiagTestLenPair2 1.3.6.1.4.1.171.10.139.3.1.9.1.2.1.7
virtual cable test pair2 fault distance.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

cableDiagTestLenPair3 1.3.6.1.4.1.171.10.139.3.1.9.1.2.1.8
virtual cable test pair3 fault distance.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

cableDiagTestLenPair4 1.3.6.1.4.1.171.10.139.3.1.9.1.2.1.9
virtual cable test pair4 fault distance.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

cableDiagTestLenPairClear 1.3.6.1.4.1.171.10.139.3.1.9.1.2.1.10
Clear virtual cable test results.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32  

passwordEncryptionStatus 1.3.6.1.4.1.171.10.139.3.1.3.2.1
This object is used to set Password Encryption State Enable\Disable.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enable(1), disable(2)  

sslObjects 1.3.6.1.4.1.171.10.139.3.1.8.19.1
OBJECT IDENTIFIER    

sslServerStatus 1.3.6.1.4.1.171.10.139.3.1.8.19.1.1
This object is for enabling or disabling secure HTTP in the system.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enable(1), disable(2)  

servicePolicyName 1.3.6.1.4.1.171.10.139.3.1.8.19.1.2
Indicates the name of the policy for SSL application. This node is volatile; that is, it is lost if the SNMP agent is rebooted.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString Size(0..32)  

sslConfiguration 1.3.6.1.4.1.171.10.139.3.1.8.19.1.4
OBJECT IDENTIFIER    

sslServicePolicyTable 1.3.6.1.4.1.171.10.139.3.1.8.19.1.4.3
A table controlls the parameters of SSL service policies.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SslServicePolicyEntry

sslServicePolicyEntry 1.3.6.1.4.1.171.10.139.3.1.8.19.1.4.3.1
The row in the dSslServicePolicyTable containing the parameters of a SSL service policy. An entry is created/removed when a name for a specific policy is generated or deleted via CLI or by issuing appropriate sets to this table using snmp.
Status: current Access: not-accessible
OBJECT-TYPE    
  SslServicePolicyEntry  

sslServicePolicyName 1.3.6.1.4.1.171.10.139.3.1.8.19.1.4.3.1.1
Indicates the name of the policy for which this entry pertains to.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(1..32)  

sslServicePolicyCipherSuites 1.3.6.1.4.1.171.10.139.3.1.8.19.1.4.3.1.2
This object is to configure the cipher-suites list. This field is a bit mask, setting a bit indicates that the corresponding cipher-list will be involved in the server authentication. In the FIPS (American Security Standard Mode) Mode, Only the following cipher list should be supported. TLS-RSA-3DES-SHA1 TLS- DHE-RSA-3DES-SHA1 TLS-RSA-WITH-AES-128-CBC-SHA TLS-RSA-WITH-AES-256-CBC-SHA TLS-DHE-RSA-WITH-AES-128-CBC-SHA TLS-DHE-RSA-WITH-AES-256-CBC-SHA hence the default value in FIPS mode will be TLS-RSA-3DES-SHA1 | TLS- DHE-RSA-3DES-SHA1 | TLS-RSA-WITH-AES-128-CBC-SHA | TLS-RSA-WITH-AES-256-CBC-SHA | TLS-DHE-RSA-WITH-AES-128-CBC-SHA | TLS-DHE-RSA-WITH-AES-256-CBC-SHA
Status: current Access: read-write
OBJECT-TYPE    
  BITS rsa-null-md5(0), rsa-null-sha(1), rsa-des-sha(2), rsa-3des-sha(3), dh-rsa-des-sha(4), dh-rsa-3des-sha(5), rsa-exp1024-des-sha(6), rsa-with-aes-128-cbc-sha(7), rsa-with-aes-256-cbc-sha(8), dhe-rsa-with-aes-128-cbc-sha(9), dhe-rsa-with-aes-256-cbc-sha(10)  

sslServicePolicyCacheTimeout 1.3.6.1.4.1.171.10.139.3.1.8.19.1.4.3.1.4
This object indicates the Cache Timeout value in the policy for SSL module to refresh the session resume data kept in database.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32 60..86400  

sslServicePolicyRowStatus 1.3.6.1.4.1.171.10.139.3.1.8.19.1.4.3.1.5
Status of this policy.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

dhcpSerScrGlobSettings 1.3.6.1.4.1.171.10.139.3.1.8.7.1
OBJECT IDENTIFIER    

dhcpSerScrPortSettings 1.3.6.1.4.1.171.10.139.3.1.8.7.2
OBJECT IDENTIFIER    

dhcpSerScrTraps 1.3.6.1.4.1.171.10.139.3.1.8.7.3
OBJECT IDENTIFIER    

dhcpSerScrGlobTrapState 1.3.6.1.4.1.171.10.139.3.1.8.7.1.1
DHCP Server Screening Global Settings. Trap State.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

dhcpSerScrLogBufEntries 1.3.6.1.4.1.171.10.139.3.1.8.7.1.2
DHCP Server Screening Global Settings. Log Buffer Entries.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER  

dhcpSerScrLogClear 1.3.6.1.4.1.171.10.139.3.1.8.7.1.3
Clears the buffered logs. This object is set to 'false' by default. When set to 'True', the buffered logs will be cleared and the value of this object will become 'false' again.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

dhcpSerScrProfileTable 1.3.6.1.4.1.171.10.139.3.1.8.7.1.4
A table to configure dhcp server screen profile information.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    DhcpSerScrProfileEntry

dhcpSerScrProfileEntry 1.3.6.1.4.1.171.10.139.3.1.8.7.1.4.1
A list of entries to configure dhcp server screen profile information.
Status: current Access: not-accessible
OBJECT-TYPE    
  DhcpSerScrProfileEntry  

dhcpSerScrProfileName 1.3.6.1.4.1.171.10.139.3.1.8.7.1.4.1.1
The DSS Profile name.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

dhcpSerScrProfileClientMac 1.3.6.1.4.1.171.10.139.3.1.8.7.1.4.1.2
The DSS Profile Client MAC.
Status: current Access: read-only
OBJECT-TYPE    
  MacAddress  

dhcpSerScrProfileRowStatus 1.3.6.1.4.1.171.10.139.3.1.8.7.1.4.1.3
The row status of an entry in the dhcp server screen profile Table.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

dhcpSerScrLogTable 1.3.6.1.4.1.171.10.139.3.1.8.7.1.5
Log Entries in the table are automatically created when dhcp server screen violation occurence.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    DhcpSerScrLogEntry

dhcpSerScrLogEntry 1.3.6.1.4.1.171.10.139.3.1.8.7.1.5.1
An entry in the dhcpSerScrLogTable. Entries are automatically created whenever dhcp server screen violation occurence.
Status: current Access: not-accessible
OBJECT-TYPE    
  DhcpSerScrLogEntry  

dhcpSerScrLogIndex 1.3.6.1.4.1.171.10.139.3.1.8.7.1.5.1.1
Dhcp server screening log entry index.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

dhcpSerScrLogVlanID 1.3.6.1.4.1.171.10.139.3.1.8.7.1.5.1.2
dhcp server screening log vlan id infomation.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

dhcpSerScrLogIPAddr 1.3.6.1.4.1.171.10.139.3.1.8.7.1.5.1.3
dhcp server screening log ip infomation.
Status: current Access: read-only
OBJECT-TYPE    
  InetAddress  

dhcpSerScrLogMacAddr 1.3.6.1.4.1.171.10.139.3.1.8.7.1.5.1.4
dhcp server screening log mac address infomation.
Status: current Access: read-only
OBJECT-TYPE    
  MacAddress  

dhcpSerScrLogOccurrence 1.3.6.1.4.1.171.10.139.3.1.8.7.1.5.1.5
dhcp server screening log occurrence infomation.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

dhcpSerScrPortTable 1.3.6.1.4.1.171.10.139.3.1.8.7.2.1
The table of DHCP Server Screening Port Settings.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    DhcpSerScrPortEntry

dhcpSerScrPortEntry 1.3.6.1.4.1.171.10.139.3.1.8.7.2.1.1
The list of DHCP Server Screening Port Settings entry.
Status: current Access: not-accessible
OBJECT-TYPE    
  DhcpSerScrPortEntry  

dhcpSerScrPortIndex 1.3.6.1.4.1.171.10.139.3.1.8.7.2.1.1.1
DHCP Server Screening Port Settings . Port.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

dhcpSerScrPortState 1.3.6.1.4.1.171.10.139.3.1.8.7.2.1.1.2
DHCP Server Screening Port Settings. State.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

dhcpSerScrPortServerAddrType 1.3.6.1.4.1.171.10.139.3.1.8.7.2.1.1.3
DHCP Server Screening IP Type: IPv4/IPv6.
Status: current Access: read-write
OBJECT-TYPE    
  InetAddressType  

dhcpSerScrPortServerIP 1.3.6.1.4.1.171.10.139.3.1.8.7.2.1.1.4
DHCP Server Screening Port Settings. Server IP.
Status: current Access: read-write
OBJECT-TYPE    
  InetAddress  

dhcpSerScrPortProfileName 1.3.6.1.4.1.171.10.139.3.1.8.7.2.1.1.5
DHCP Server Screening Port Settings. Profile Name.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString  

dhcpSerScrTrapList 1.3.6.1.4.1.171.10.139.3.1.8.7.3.0
OBJECT IDENTIFIER    

dhcpSerScrAttackDetect 1.3.6.1.4.1.171.10.139.3.1.8.7.3.0.1
This is a trap that will send to snmp manager,and it will be generated when the forge dhcp server packets received when dhcp server screening is enable for this port.
Status: current Access: read-write
NOTIFICATION-TYPE    

userAccountsManagementSettings 1.3.6.1.4.1.171.10.139.3.1.3.1.1
OBJECT IDENTIFIER    

userAccountsSessionTable 1.3.6.1.4.1.171.10.139.3.1.3.1.2
OBJECT IDENTIFIER    

userAccountsTable 1.3.6.1.4.1.171.10.139.3.1.3.1.1.1
A table to User Accounts Settings. User Management Settings.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    UserAccountsEntry

userAccountsEntry 1.3.6.1.4.1.171.10.139.3.1.3.1.1.1.1
An entry appears in User Accounts Settings. User Management Settings.
Status: current Access: not-accessible
OBJECT-TYPE    
  UserAccountsEntry  

userName 1.3.6.1.4.1.171.10.139.3.1.3.1.1.1.1.1
The name of user entry.
Status: current Access: read-only
OBJECT-TYPE    
  SnmpAdminString Size(1..15)  

userPrivilege 1.3.6.1.4.1.171.10.139.3.1.3.1.1.1.1.2
User Management Settings. Privilege (1-15)
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32 1..15  

userEncryptControl 1.3.6.1.4.1.171.10.139.3.1.3.1.1.1.1.3
Enable or disable Encrypt of user password.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disable(2)  

userPassword 1.3.6.1.4.1.171.10.139.3.1.3.1.1.1.1.4
The password of user entry. 0 means no password.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString Size(0..15)  

userRowStatus 1.3.6.1.4.1.171.10.139.3.1.3.1.1.1.1.5
Row Status of user Accounts Entry.
Status: current Access: read-write
OBJECT-TYPE    
  RowStatus  

userSessionTableEntry 1.3.6.1.4.1.171.10.139.3.1.3.1.2.1
A Session Table contain the user login information.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    UserSessionEntry

userSessionEntry 1.3.6.1.4.1.171.10.139.3.1.3.1.2.1.1
A Session Table contain the user login information.
Status: current Access: not-accessible
OBJECT-TYPE    
  UserSessionEntry  

sessionID 1.3.6.1.4.1.171.10.139.3.1.3.1.2.1.1.1
The index of session table.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

liveTime 1.3.6.1.4.1.171.10.139.3.1.3.1.2.1.1.2
The time peroid user has kept login.
Status: current Access: read-only
OBJECT-TYPE    
  TimeTicks  

loginType 1.3.6.1.4.1.171.10.139.3.1.3.1.2.1.1.3
login client of http, telnet, ssh or console.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER http(1), telnet(2), ssh(3), console(4)  

loginIP 1.3.6.1.4.1.171.10.139.3.1.3.1.2.1.1.4
login ip through http, ssh, or telnet.
Status: current Access: read-only
OBJECT-TYPE    
  InetAddress  

loginUserLevel 1.3.6.1.4.1.171.10.139.3.1.3.1.2.1.1.5
The level of session which user login.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

loginUserName 1.3.6.1.4.1.171.10.139.3.1.3.1.2.1.1.6
The name of login user.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

trustedHostTable 1.3.6.1.4.1.171.10.139.3.1.8.14.1
A table to configure trusted host in the system.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    TrustedHostEntry

trustedHostEntry 1.3.6.1.4.1.171.10.139.3.1.8.14.1.1
Each entry in this table represents rules for particular trusted host.
Status: current Access: not-accessible
OBJECT-TYPE    
  TrustedHostEntry  

trustedHostType 1.3.6.1.4.1.171.10.139.3.1.8.14.1.1.1
Type of trusted host.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER telnet(1), ping(2), http(3), https(4)  

trustedHostACLName 1.3.6.1.4.1.171.10.139.3.1.8.14.1.1.2
ACL access list name.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(1..32)  

trustedHostRowStatus 1.3.6.1.4.1.171.10.139.3.1.8.14.1.1.3
The status of an entry in the Trusted Host Table. Only a subset of the rowstatus variables (active, createAndGo, destroy) are available.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

stormCtrlMIBObjects 1.3.6.1.4.1.171.10.139.3.1.8.16.1
OBJECT IDENTIFIER    

stormCtrlGentrl 1.3.6.1.4.1.171.10.139.3.1.8.16.1.1
OBJECT IDENTIFIER    

stormCtrlNotifyEnable 1.3.6.1.4.1.171.10.139.3.1.8.16.1.1.1
This object controls when a storm control notification will be generated. If the object is set to none(0): No notifications will be generated. stormOccurred(1): A notification will be generated when a storm event is detected. stormCleared(2): A notification will be generated when a storm event is cleared. both (3): A notification will be generated both when a storm event is detected and cleared. NOTE:The default value of this object is none(0).
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER none(0), stormOccurred(1), stormCleared(2), both(3)  

stormCtrlPollingInterval 1.3.6.1.4.1.171.10.139.3.1.8.16.1.1.2
The interval, in seconds, the switch detects the storm.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 5..600  

stormCtrlPollingRetries 1.3.6.1.4.1.171.10.139.3.1.8.16.1.1.3
Specify the retry count. If the action is configured as 'shutdown' mode and storm keep as long as interval * retries, the port will enters error-disabled state. The effective range is from 1 to 360. 0 means that a 'shutdown' mode port will directly enter error-disabled state when storm is detected. -1 means that a 'shutdown' mode port will never enter error-disabled state even if storm is detected.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 -1 | 0 | 1..360  

stormCtrlTable 1.3.6.1.4.1.171.10.139.3.1.8.16.1.1.4
The traffic control table.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    StormCtrlEntry

stormCtrlEntry 1.3.6.1.4.1.171.10.139.3.1.8.16.1.1.4.1
The traffic control entry.
Status: current Access: not-accessible
OBJECT-TYPE    
  StormCtrlEntry  

stormCtrlIndex 1.3.6.1.4.1.171.10.139.3.1.8.16.1.1.4.1.1
The traffic control index.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 1..65535  

stormCtrlActionMode 1.3.6.1.4.1.171.10.139.3.1.8.16.1.1.4.1.2
The action mode of traffic control.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER none(0), drop(1), shutdown(2)  

stormCtrlLevelType 1.3.6.1.4.1.171.10.139.3.1.8.16.1.1.4.1.3
The Traffic control level type: pps or kbps.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER pps(1), kbps(2)  

stormCtrlThresholdTable 1.3.6.1.4.1.171.10.139.3.1.8.16.1.1.5
The traffic control table.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    StormCtrlThresholdEntry

stormCtrlThresholdEntry 1.3.6.1.4.1.171.10.139.3.1.8.16.1.1.5.1
The traffic control entry.
Status: current Access: not-accessible
OBJECT-TYPE    
  StormCtrlThresholdEntry  

stormCtrlThresholdIndex 1.3.6.1.4.1.171.10.139.3.1.8.16.1.1.5.1.1
The traffic control index.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 1..65535  

stormCtrlThresholdType 1.3.6.1.4.1.171.10.139.3.1.8.16.1.1.5.1.2
The control type of traffic control.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER broadcast(1), multicast(2), unicast(3)  

stormCtrlThresholdRiseThre 1.3.6.1.4.1.171.10.139.3.1.8.16.1.1.5.1.3
The rise threshold of traffic control.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 0..2147483647  

stormCtrlThresholdLowThre 1.3.6.1.4.1.171.10.139.3.1.8.16.1.1.5.1.4
The low threshold of traffic control.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 0..2147483647  

stormCtrlThresholdCurrRate 1.3.6.1.4.1.171.10.139.3.1.8.16.1.1.5.1.5
The current rate of traffic control.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

stormCtrlThresholdStormState 1.3.6.1.4.1.171.10.139.3.1.8.16.1.1.5.1.6
This object indicates the current status of storm control on a given interface for a given traffic type.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER forwarding(1), dropped(2), errorDisabled(3), linkDown(4), inactive(5)  

stormCtrlTraps 1.3.6.1.4.1.171.10.139.3.1.8.16.1.1.6
OBJECT IDENTIFIER    

stormCtrlTrapsList 1.3.6.1.4.1.171.10.139.3.1.8.16.1.1.6.0
OBJECT IDENTIFIER    

stormCtrlTrapsStormOccur 1.3.6.1.4.1.171.10.139.3.1.8.16.1.1.6.0.1
This is a trap that will send to snmp manager,and it will be generated when storm is occured.
Status: current Access: read-only
NOTIFICATION-TYPE    

stormCtrlTrapsStormClear 1.3.6.1.4.1.171.10.139.3.1.8.16.1.1.6.0.2
This is a trap that will send to snmp manager,and it will be generated when port is cleared.
Status: current Access: read-only
NOTIFICATION-TYPE    

syslogMIBObjects 1.3.6.1.4.1.171.10.139.3.1.2.4.1
OBJECT IDENTIFIER    

syslogGeneral 1.3.6.1.4.1.171.10.139.3.1.2.4.1.1
OBJECT IDENTIFIER    

syslogSourceInterfaceState 1.3.6.1.4.1.171.10.139.3.1.2.4.1.1.1
This object indicates the source address of the SYSLOG packet should be assign or not. If enable, the VLAN ID of the interface whose IP address will be used as the source address for sending the SYSLOG packet. If disable, the IP address of the closest interface will be used.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

syslogSourceInterfaceVID 1.3.6.1.4.1.171.10.139.3.1.2.4.1.1.2
This object indicates the VLAN ID of the interface whose IP address will be used as the source address for sending the SYSLOG packet.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 1..4094  

syslogLogbuffer 1.3.6.1.4.1.171.10.139.3.1.2.4.1.2
OBJECT IDENTIFIER    

syslogClearLogBuffer 1.3.6.1.4.1.171.10.139.3.1.2.4.1.2.1
Clears the buffered logs. This object is set to 'false' by default. When set to 'True', the buffered logs will be cleared and the value of this object will become 'false' again.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

syslogLogBufferEnabled 1.3.6.1.4.1.171.10.139.3.1.2.4.1.2.2
This object indicates the state of logging system messages to the local buffer. Messages must enter the local message buffer first before it can be further dispatched to other destinations.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enable(1), disable(2)  

syslogLogBufSeverity 1.3.6.1.4.1.171.10.139.3.1.2.4.1.2.3
This object indicates the severity level of system messages. The messages at that severity level or a more severe level will be logged to message buffers.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER emergencies(0), alerts(1), critical(2), errors(3), warnings(4), notifications(5), informational(6), debugging(7)  

syslogLogBufWriteDelay 1.3.6.1.4.1.171.10.139.3.1.2.4.1.2.4
This object indicates the interval for periodic writing of the logging buffer to FLASH. The valid value is N to 65535. N is project dependent. The default interval is 300 seconds. Setting this object to -1 means infinite which will disable periodical writing logging buffer to FLASH. Setting this object to 0 means writing logging buffer to flash by trigger way.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32  

syslogServerTable 1.3.6.1.4.1.171.10.139.3.1.2.4.1.5
A table consists of a list of SYSLOG servers to log system messages and debug output to a remote SYSLOG server host.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SyslogServerEntry

syslogServerEntry 1.3.6.1.4.1.171.10.139.3.1.2.4.1.5.1
An entry defines information for a SYSLOG server.
Status: current Access: not-accessible
OBJECT-TYPE    
  SyslogServerEntry  

syslogServerIndex 1.3.6.1.4.1.171.10.139.3.1.2.4.1.5.1.1
the server config entry index.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 1..4  

syslogServerAddressType 1.3.6.1.4.1.171.10.139.3.1.2.4.1.5.1.2
This object indicates the type of the server address.
Status: current Access: read-write
OBJECT-TYPE    
  InetAddressType  

syslogServerAddress 1.3.6.1.4.1.171.10.139.3.1.2.4.1.5.1.3
This object indicates the IP or IPv6 address of the SYSLOG server.
Status: current Access: read-write
OBJECT-TYPE    
  InetAddress  

syslogServerPort 1.3.6.1.4.1.171.10.139.3.1.2.4.1.5.1.4
This object indicates the UDP port number to be used for the SYSLOG server.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 514 | 1024..65535  

syslogServerSeverity 1.3.6.1.4.1.171.10.139.3.1.2.4.1.5.1.5
This object indicates the severity of log messages that will be sent to the server.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER emergencie(0), alerts(1), critical(2), error(3), warning(4), notification(5), informational(6), debugging(7)  

syslogServerFacility 1.3.6.1.4.1.171.10.139.3.1.2.4.1.5.1.6
Specifies the logging facility of the log host.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER kern(0), user(1), mail(2), daemon(3), auth(4), syslog(5), lpr(6), news(7), uucp(8), cron(9), authpriv(10), ftp(11), ntp(12), audit(13), console(14), cron2(15), local0(16), local1(17), local2(18), local3(19), local4(20), local5(21), local6(22), local7(23)  

syslogServerRowstatus 1.3.6.1.4.1.171.10.139.3.1.2.4.1.5.1.7
The row status variable, used according to installation and removal conventions for conceptual rows.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

syslogBufferTableNum 1.3.6.1.4.1.171.10.139.3.1.2.4.1.6
This object indicates the number of entries presented in the syslogBufferTable.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

syslogBufferTable 1.3.6.1.4.1.171.10.139.3.1.2.4.1.7
A table consists of a list of system log messages.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SyslogBufferEntry

syslogBufferEntry 1.3.6.1.4.1.171.10.139.3.1.2.4.1.7.1
An entry defines a log message.
Status: current Access: not-accessible
OBJECT-TYPE    
  SyslogBufferEntry  

syslogBufferIndex 1.3.6.1.4.1.171.10.139.3.1.2.4.1.7.1.1
An index that uniquely identifies the message.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32 1..100000  

syslogBufferDateAndTime 1.3.6.1.4.1.171.10.139.3.1.2.4.1.7.1.2
The date and time when the message is logged.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

syslogBufferDescription 1.3.6.1.4.1.171.10.139.3.1.2.4.1.7.1.3
The content of the log message.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

syslogBufferSeverity 1.3.6.1.4.1.171.10.139.3.1.2.4.1.7.1.4
This object indicates the severity of log messages that will be sent to the server.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER emergencie(0), alerts(1), critical(2), error(3), warning(4), notification(5), informational(6), debugging(7)  

mirrorSessionTable 1.3.6.1.4.1.171.10.139.3.1.10.3.1
A table to Session Table.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    MirrorSessionEntry

mirrorSessionEntry 1.3.6.1.4.1.171.10.139.3.1.10.3.1.1
An entry appears in Session Table.
Status: current Access: not-accessible
OBJECT-TYPE    
  MirrorSessionEntry  

mirrorSessionNumber 1.3.6.1.4.1.171.10.139.3.1.10.3.1.1.1
Specifies the port to which the mirrored traffic in the system is to be copied.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 1..4  

mirrorDestinationPort 1.3.6.1.4.1.171.10.139.3.1.10.3.1.1.2
Mirror Settings. Destination port.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 1..15  

mirrorSourceIngressPort 1.3.6.1.4.1.171.10.139.3.1.10.3.1.1.3
This object indicates the port index.
Status: current Access: read-write
OBJECT-TYPE    
  PortList  

mirrorSourceEgressPort 1.3.6.1.4.1.171.10.139.3.1.10.3.1.1.4
This object indicates the port index.
Status: current Access: read-write
OBJECT-TYPE    
  PortList  

mirrorSessionRowStatus 1.3.6.1.4.1.171.10.139.3.1.10.3.1.1.5
Specifies the validity of the entry, max entry number is 4.
Status: current Access: read-write
OBJECT-TYPE    
  RowStatus  

statisticsCounters 1.3.6.1.4.1.171.10.139.3.1.10.2.1
OBJECT IDENTIFIER    

statisticsErrorCounters 1.3.6.1.4.1.171.10.139.3.1.10.2.2
OBJECT IDENTIFIER    

statisticsClear 1.3.6.1.4.1.171.10.139.3.1.10.2.3
OBJECT IDENTIFIER    

statisticsCountersTable 1.3.6.1.4.1.171.10.139.3.1.10.2.1.1
A list of interface entries. The number of entries is given by the value of ifNumber.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    StatisticsEntry

statisticsCountersEntry 1.3.6.1.4.1.171.10.139.3.1.10.2.1.1.1
An entry containing management information applicable to a particular interface.
Status: current Access: not-accessible
OBJECT-TYPE    
  StatisticsEntry  

statPort 1.3.6.1.4.1.171.10.139.3.1.10.2.1.1.1.1
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  InterfaceIndex  

statPortRxRateBytes 1.3.6.1.4.1.171.10.139.3.1.10.2.1.1.1.2
Port RX Rate bytes/sec.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

statPortRxRatePackets 1.3.6.1.4.1.171.10.139.3.1.10.2.1.1.1.3
Port RX Rate Packets/sec.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

statPortRxTotalBytes 1.3.6.1.4.1.171.10.139.3.1.10.2.1.1.1.4
Port Rx Total Bytes/sec.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

statPortRxTotalPackets 1.3.6.1.4.1.171.10.139.3.1.10.2.1.1.1.5
Port Rx Total Packets/sec.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

statPortTxRateBytes 1.3.6.1.4.1.171.10.139.3.1.10.2.1.1.1.6
Port Tx Rate Bytes/sec.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

statPortTxRatePackets 1.3.6.1.4.1.171.10.139.3.1.10.2.1.1.1.7
Port Tx Rate Packets/sec.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

statPortTxTotalBytes 1.3.6.1.4.1.171.10.139.3.1.10.2.1.1.1.8
Port Tx Total Bytes/sec.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

statPortTxTotalPackets 1.3.6.1.4.1.171.10.139.3.1.10.2.1.1.1.9
Port Tx Total Packets.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

statPortRxMulticast 1.3.6.1.4.1.171.10.139.3.1.10.2.1.1.1.10
Port Rx multicast Packets.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

statPortRxUnicast 1.3.6.1.4.1.171.10.139.3.1.10.2.1.1.1.11
Port Rx unicast Packets.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

statPortRxBroadcast 1.3.6.1.4.1.171.10.139.3.1.10.2.1.1.1.12
Port Rx broadcast Packets.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

statPortTxMulticast 1.3.6.1.4.1.171.10.139.3.1.10.2.1.1.1.13
Port Tx multicast Packets.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

statPortTxUnicast 1.3.6.1.4.1.171.10.139.3.1.10.2.1.1.1.14
Port Tx unicast Packets.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

statPortTxBroadcast 1.3.6.1.4.1.171.10.139.3.1.10.2.1.1.1.15
Port Tx broadcast Packets.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

statCountersrxHCPkt64Octets 1.3.6.1.4.1.171.10.139.3.1.10.2.1.1.1.16
.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

statCountersrxHCPkt65to127Octets 1.3.6.1.4.1.171.10.139.3.1.10.2.1.1.1.17
.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

statCountersrxHCPkt128to255Octets 1.3.6.1.4.1.171.10.139.3.1.10.2.1.1.1.18
.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

statCountersrxHCPkt256to511Octets 1.3.6.1.4.1.171.10.139.3.1.10.2.1.1.1.19
.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

statCountersrxHCPkt512to1023Octets 1.3.6.1.4.1.171.10.139.3.1.10.2.1.1.1.20
.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

statCountersrxHCPkt1024to1518Octets 1.3.6.1.4.1.171.10.139.3.1.10.2.1.1.1.21
.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

statCountersrxHCPkt1519to2047Octets 1.3.6.1.4.1.171.10.139.3.1.10.2.1.1.1.22
.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

statCountersrxHCPkt2048to4095Octets 1.3.6.1.4.1.171.10.139.3.1.10.2.1.1.1.23
.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

statCountersrxHCPkt4096to9216Octets 1.3.6.1.4.1.171.10.139.3.1.10.2.1.1.1.24
.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

statCounterstxHCPkt64Octets 1.3.6.1.4.1.171.10.139.3.1.10.2.1.1.1.25
.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

statCounterstxHCPkt65to127Octets 1.3.6.1.4.1.171.10.139.3.1.10.2.1.1.1.26
.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

statCounterstxHCPkt128to255Octets 1.3.6.1.4.1.171.10.139.3.1.10.2.1.1.1.27
.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

statCounterstxHCPkt256to511Octets 1.3.6.1.4.1.171.10.139.3.1.10.2.1.1.1.28
.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

statCounterstxHCPkt512to1023Octets 1.3.6.1.4.1.171.10.139.3.1.10.2.1.1.1.29
.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

statCounterstxHCPkt1024to1518Octets 1.3.6.1.4.1.171.10.139.3.1.10.2.1.1.1.30
.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

statCounterstxHCPkt1519to2047Octets 1.3.6.1.4.1.171.10.139.3.1.10.2.1.1.1.31
.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

statCounterstxHCPkt2048to4095Octets 1.3.6.1.4.1.171.10.139.3.1.10.2.1.1.1.32
.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

statCounterstxHCPkt4096to9216Octets 1.3.6.1.4.1.171.10.139.3.1.10.2.1.1.1.33
.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

statisticsErrorTable 1.3.6.1.4.1.171.10.139.3.1.10.2.2.1
A list of interface entries. The number of entries is given by the value of ifNumber.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    StatisticsErrorEntry

statisticsErrorEntry 1.3.6.1.4.1.171.10.139.3.1.10.2.2.1.1
An entry containing management information applicable to a particular interface.
Status: current Access: not-accessible
OBJECT-TYPE    
  StatisticsErrorEntry  

statPortCountPort 1.3.6.1.4.1.171.10.139.3.1.10.2.2.1.1.1
A unique value, greater than zero, for each interface. It is recommended that values are assigned contiguously starting from 1. The value for each interface sub-layer must remain constant at least from one re-initialization of the entity's network management system to the next re- initialization.
Status: current Access: read-only
OBJECT-TYPE    
  InterfaceIndex  

statCountersrxDroppkts 1.3.6.1.4.1.171.10.139.3.1.10.2.2.1.1.2
.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

statCountersrxMTUDropPkts 1.3.6.1.4.1.171.10.139.3.1.10.2.2.1.1.3
.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

statPortCountDeferredTx 1.3.6.1.4.1.171.10.139.3.1.10.2.2.1.1.4
A count of frames for which the first transmission attempt on a particular interface is delayed because the medium is busy. The count represented by an instance of this object does not include frames involved in collisions. This counter does not increment when the interface is operating in full-duplex mode. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ifCounterDiscontinuityTime.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

statCountersdot3StatsSingleColFrames 1.3.6.1.4.1.171.10.139.3.1.10.2.2.1.1.5
.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

statPortCountExcessCol 1.3.6.1.4.1.171.10.139.3.1.10.2.2.1.1.6
A count of frames for which transmission on a particular interface fails due to excessive collisions. This counter does not increment when the interface is operating in full-duplex mode. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ifCounterDiscontinuityTime.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

statPortCountLateCol 1.3.6.1.4.1.171.10.139.3.1.10.2.2.1.1.7
The number of times that a collision is detected on a particular interface later than one slotTime into the transmission of a packet. A (late) collision included in a count represented by an instance of this object is also considered as a (generic) collision for purposes of other collision-related statistics. This counter does not increment when the interface is operating in full-duplex mode. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ifCounterDiscontinuityTime.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

statPortCountAlignErr 1.3.6.1.4.1.171.10.139.3.1.10.2.2.1.1.8
.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

statPortCountFCSErr 1.3.6.1.4.1.171.10.139.3.1.10.2.2.1.1.9
A count of frames received on a particular interface that are an integral number of octets in length but do not pass the FCS check. This count does not include frames received with frame-too-long or frame-too-short error. The count represented by an instance of this object is incremented when the frameCheckError status is returned by the MAC service to the LLC (or other MAC user). Received frames for which multiple error conditions pertain are, according to the conventions of IEEE 802.3 Layer Management, counted exclusively according to the error status presented to the LLC. Note: Coding errors detected by the physical layer for speeds above 10 Mb/s will cause the frame to fail the FCS check. For interfaces operating at 10 Gb/s, this counter can roll over in less than 5 minutes if it is incrementing at its maximum rate. Since that amount of time could be less than a management station's poll cycle time, in order to avoid a loss of information, a management station is advised to poll the dot3HCStatsFCSErrors object for 10 Gb/s or faster interfaces. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ifCounterDiscontinuityTime.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

statCountersifOutDiscards 1.3.6.1.4.1.171.10.139.3.1.10.2.2.1.1.10
.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

statPortCountMultiCol 1.3.6.1.4.1.171.10.139.3.1.10.2.2.1.1.11
.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

statPortCountCarriSen 1.3.6.1.4.1.171.10.139.3.1.10.2.2.1.1.12
.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

statPortCountSQETestErr 1.3.6.1.4.1.171.10.139.3.1.10.2.2.1.1.13
.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

statCountersdot3StatsDeferredTransmisions 1.3.6.1.4.1.171.10.139.3.1.10.2.2.1.1.14
.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

statPortCountIntMacTx 1.3.6.1.4.1.171.10.139.3.1.10.2.2.1.1.15
A count of frames for which transmission on a particular interface fails due to an internal MAC sublayer transmit error. A frame is only counted by an instance of this object if it is not counted by the corresponding instance of either the dot3StatsLateCollisions object, the dot3StatsExcessiveCollisions object, or the dot3StatsCarrierSenseErrors object. The precise meaning of the count represented by an instance of this object is implementation- specific. In particular, an instance of this object may represent a count of transmission errors on a particular interface that are not otherwise counted. For interfaces operating at 10 Gb/s, this counter can roll over in less than 5 minutes if it is incrementing at its maximum rate. Since that amount of time could be less than a management station's poll cycle time, in order to avoid a loss of information, a management station is advised to poll the dot3HCStatsInternalMacTransmitErrors object for 10 Gb/s or faster interfaces. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ifCounterDiscontinuityTime.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

statPortCountIntMacRx 1.3.6.1.4.1.171.10.139.3.1.10.2.2.1.1.16
A count of frames for which reception on a particular interface fails due to an internal MAC sublayer receive error. A frame is only counted by an instance of this object if it is not counted by the corresponding instance of either the dot3StatsFrameTooLongs object, the dot3StatsAlignmentErrors object, or the dot3StatsFCSErrors object. The precise meaning of the count represented by an instance of this object is implementation- specific. In particular, an instance of this object may represent a count of receive errors on a particular interface that are not otherwise counted. For interfaces operating at 10 Gb/s, this counter can roll over in less than 5 minutes if it is incrementing at its maximum rate. Since that amount of time could be less than a management station's poll cycle time, in order to avoid a loss of information, a management station is advised to poll the dot3HCStatsInternalMacReceiveErrors object for 10 Gb/s or faster interfaces. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ifCounterDiscontinuityTime.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

statCountersrxCRCAlignErrors 1.3.6.1.4.1.171.10.139.3.1.10.2.2.1.1.17
.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

statCountersrxUndersizedPkts 1.3.6.1.4.1.171.10.139.3.1.10.2.2.1.1.18
.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

statCountersrxOversizedPkts 1.3.6.1.4.1.171.10.139.3.1.10.2.2.1.1.19
.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

statCountersrxFragmentPkts 1.3.6.1.4.1.171.10.139.3.1.10.2.2.1.1.20
.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

statCountersrxJabbers 1.3.6.1.4.1.171.10.139.3.1.10.2.2.1.1.21
.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

statCountersrxSymbolErrors 1.3.6.1.4.1.171.10.139.3.1.10.2.2.1.1.22
.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

statCountersrxMulticastDropPkts 1.3.6.1.4.1.171.10.139.3.1.10.2.2.1.1.23
.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

statCountersifInErrors 1.3.6.1.4.1.171.10.139.3.1.10.2.2.1.1.24
.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

statCountersifOutErrors 1.3.6.1.4.1.171.10.139.3.1.10.2.2.1.1.25
.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

statCountersifInDiscards 1.3.6.1.4.1.171.10.139.3.1.10.2.2.1.1.26
.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

statCountersifInUnknownProtos 1.3.6.1.4.1.171.10.139.3.1.10.2.2.1.1.27
.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

statCounterstxDelayExceededDiscards 1.3.6.1.4.1.171.10.139.3.1.10.2.2.1.1.28
.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

statisticsCounterClearTable 1.3.6.1.4.1.171.10.139.3.1.10.2.3.1
A list of interface entries. The number of entries is given by the value of ifNumber.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    StatCounterClearEntry

statisticsCounterClearEntry 1.3.6.1.4.1.171.10.139.3.1.10.2.3.1.1
An entry containing management information applicable to a particular interface.
Status: current Access: not-accessible
OBJECT-TYPE    
  StatCounterClearEntry  

statCounterClearIndex 1.3.6.1.4.1.171.10.139.3.1.10.2.3.1.1.1
A unique value, greater than zero, for each interface. It is recommended that values are assigned contiguously starting from 1. The value for each interface sub-layer must remain constant at least from one re-initialization of the entity's network management system to the next re- initialization.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

statCounterClearStatus 1.3.6.1.4.1.171.10.139.3.1.10.2.3.1.1.2
Enable or disable statCounter Counters Clear on read by port.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

statCounterLinkChange 1.3.6.1.4.1.171.10.139.3.1.10.2.3.1.1.3
Counter the linkchange times by port.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

fdbStaticFDB 1.3.6.1.4.1.171.10.139.3.1.4.1.1
OBJECT IDENTIFIER    

fdbMACAddressTableSettings 1.3.6.1.4.1.171.10.139.3.1.4.1.2
OBJECT IDENTIFIER    

fdbUnicastStaticFDB 1.3.6.1.4.1.171.10.139.3.1.4.1.1.1
OBJECT IDENTIFIER    

fdbMulticastStaticFDB 1.3.6.1.4.1.171.10.139.3.1.4.1.1.2
OBJECT IDENTIFIER    

fdbUnicastStaticFDBTable 1.3.6.1.4.1.171.10.139.3.1.4.1.1.1.1
Unicast Static FDB .
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    FdbUnicastStaticFDBEntry

fdbUnicastStaticFDBEntry 1.3.6.1.4.1.171.10.139.3.1.4.1.1.1.1.1
Unicast Static FDB .
Status: current Access: not-accessible
OBJECT-TYPE    
  FdbUnicastStaticFDBEntry  

fdbUnicastStaticFDBVID 1.3.6.1.4.1.171.10.139.3.1.4.1.1.1.1.1.1
Unicast Static FDB. VID (1-4094).
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 1..4094  

fdbUnicastStaticFDBMACAddr 1.3.6.1.4.1.171.10.139.3.1.4.1.1.1.1.1.2
Unicast Static FDB. MAC Address.
Status: current Access: read-only
OBJECT-TYPE    
  MacAddress  

fdbUnicastStaticFDBPort 1.3.6.1.4.1.171.10.139.3.1.4.1.1.1.1.1.3
Unicast Static FDB. port.
Status: current Access: read-write
OBJECT-TYPE    
  InterfaceIndex  

fdbUnicastStaticFDBState 1.3.6.1.4.1.171.10.139.3.1.4.1.1.1.1.1.4
This object indicates the status of this entry. permanent(1) - this entry is currently in use and will remain so after the next reset of the bridge. permanentDrop(2) - This entry will filter the packet with the specified MAC address as the source MAC or as the destination MAC. The entry is currently in use and will remain so after the next reboot of the device.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER permanent(1), permanentDrop(2)  

fdbUnicastStaticFDBRowStatus 1.3.6.1.4.1.171.10.139.3.1.4.1.1.1.1.1.5
This object indicates the status of fdbUnicastStaticFDBTable to which a frame with a specific unicast address will be flooded in the event that it has not been learned. To set fdbUnicastStaticFDBPort, we have to set the rowstatus as 'NOT-IN-SERVICE' and set the appropriate port in the fdbUnicastStaticFDBPort and set the rowstatus as 'ACTIVE' to make the port available.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

fdMulticastStaticFDBTable 1.3.6.1.4.1.171.10.139.3.1.4.1.1.2.1
Multicast Static FDB .
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    FdbMulticastStaticFDBEntry

fdbMulticastStaticFDBEntry 1.3.6.1.4.1.171.10.139.3.1.4.1.1.2.1.1
Multicast Static FDB .
Status: current Access: not-accessible
OBJECT-TYPE    
  FdbMulticastStaticFDBEntry  

fdbMulticastStaticFDBVID 1.3.6.1.4.1.171.10.139.3.1.4.1.1.2.1.1.1
Multicast Static FDB. VID (1-4094).
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 1..4094  

fdbMulticastStaticFDBMACAddr 1.3.6.1.4.1.171.10.139.3.1.4.1.1.2.1.1.2
Multicast Static FDB. MAC Address.
Status: current Access: read-only
OBJECT-TYPE    
  MacAddress  

fdbMulticastStaticFDBEgressPorts 1.3.6.1.4.1.171.10.139.3.1.4.1.1.2.1.1.3
Multicast Static FDB. egress PortList.
Status: current Access: read-write
OBJECT-TYPE    
  PortList  

fdbMulticastStaticFDBRowStatus 1.3.6.1.4.1.171.10.139.3.1.4.1.1.2.1.1.4
This object indicates the status of fdMulticastStaticFDBTable to which a frame with a specific multicast address will be flooded in the event that it has not been learned. To set fdbMulticastStaticFDBEgressPorts, we have to set the rowstatus as 'NOT-IN-SERVICE' and set the appropriate portlist in the fdbMulticastStaticFDBEgressPorts and set the rowstatus as 'ACTIVE' to make the port available.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

fdbMACAddrGlobalSettings 1.3.6.1.4.1.171.10.139.3.1.4.1.2.1
OBJECT IDENTIFIER    

fdbMACAddrAgingTime 1.3.6.1.4.1.171.10.139.3.1.4.1.2.1.1
MAC Address Table Settings. Global Settings. Aging Time (0, 10-1000000)
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 0..1000000  

fdbMACAddrAgingDestinationHit 1.3.6.1.4.1.171.10.139.3.1.4.1.2.1.2
MAC Address Table Settings. Global Settings. Aging Destination Hit
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

fdbMACAddressLearningTable 1.3.6.1.4.1.171.10.139.3.1.4.1.2.2
Multicast Static FDB .
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    FdbMACAddressLearningEntry

fdbMACAddressLearningEntry 1.3.6.1.4.1.171.10.139.3.1.4.1.2.2.1
Multicast Static FDB .
Status: current Access: not-accessible
OBJECT-TYPE    
  FdbMACAddressLearningEntry  

fdbMACAddressLearningPort 1.3.6.1.4.1.171.10.139.3.1.4.1.2.2.1.1
MAC Address Learning. port.
Status: current Access: read-only
OBJECT-TYPE    
  InterfaceIndex  

fdbMACAddressLearningState 1.3.6.1.4.1.171.10.139.3.1.4.1.2.2.1.2
MAC Address Learning. State.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

fdbMACAddressTable 1.3.6.1.4.1.171.10.139.3.1.4.1.3
Multicast Static FDB .
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    FdbMACAddressTableEntry

fdbMACAddressTableEntry 1.3.6.1.4.1.171.10.139.3.1.4.1.3.1
Multicast Static FDB .
Status: current Access: not-accessible
OBJECT-TYPE    
  FdbMACAddressTableEntry  

fdbMACAddrTabVID 1.3.6.1.4.1.171.10.139.3.1.4.1.3.1.1
MAC Address Table. VID (1-4094).
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 1..4094  

fdbMACAddrTabMACAddr 1.3.6.1.4.1.171.10.139.3.1.4.1.3.1.2
MAC Address Table. MAC Address.
Status: current Access: read-only
OBJECT-TYPE    
  MacAddress  

fdbMACAddrTabType 1.3.6.1.4.1.171.10.139.3.1.4.1.3.1.3
MAC Address Table. Type.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER dynamic(3), self(4), static(5)  

fdbMACAddrTabPort 1.3.6.1.4.1.171.10.139.3.1.4.1.3.1.4
The port number of the port on which a frame having a source address equal to the value of the corresponding instance of dynamicFdbMacAddr has been seen.If the port is LA port, will show 'po' before port.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

fdbMACAddressClear 1.3.6.1.4.1.171.10.139.3.1.4.1.4
OBJECT IDENTIFIER    

fdbClearId 1.3.6.1.4.1.171.10.139.3.1.4.1.4.1
Fdb clear object identification: If fdbClearAction is clear by port, then this value is a port number; If fdbClearAction is clear by vlan, then this value is a port vlan id; If fdbClearAction is clear by MAC, then this value is a MAC address; otherwise this value is not used.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32 1..4094  

fdbClearMac 1.3.6.1.4.1.171.10.139.3.1.4.1.4.2
Fdb clear object identification: If fdbClearAction is clear by MAC, then this value is a MAC address; otherwise this value is not used.
Status: current Access: read-write
OBJECT-TYPE    
  MacAddress  

fdbClearAction 1.3.6.1.4.1.171.10.139.3.1.4.1.4.3
Fdb clear action identification: ClearAll to clear all fdb entries; ClearClearAllByVlanId clear all fdb entries that belong to specified vlan id; ClearAllByPort clear all fdb entries that belong to specified port; ClearAllByMAC clear all fdb entries that belong to specified MAC address
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER clearAll(1), clearByVlanId(2), clearByPort(3), clearByMAC(4)  

qosBasPortDefaultCoS 1.3.6.1.4.1.171.10.139.3.1.6.1.1
OBJECT IDENTIFIER    

qosBasPortScheMethod 1.3.6.1.4.1.171.10.139.3.1.6.1.2
OBJECT IDENTIFIER    

qosBasQueueSettings 1.3.6.1.4.1.171.10.139.3.1.6.1.3
OBJECT IDENTIFIER    

qosBasCoS2QueueMapping 1.3.6.1.4.1.171.10.139.3.1.6.1.4
OBJECT IDENTIFIER    

qosBasPortRateLimiting 1.3.6.1.4.1.171.10.139.3.1.6.1.5
OBJECT IDENTIFIER    

qosBasQueueRateLimiting 1.3.6.1.4.1.171.10.139.3.1.6.1.6
OBJECT IDENTIFIER    

qosBasDscpMapCos 1.3.6.1.4.1.171.10.139.3.1.6.1.7
OBJECT IDENTIFIER    

qosPortDefaultCoSTable 1.3.6.1.4.1.171.10.139.3.1.6.1.1.1
This table of Port Default CoS.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    QosPortDefaultCoSEntry

qosPortDefaultCoSEntry 1.3.6.1.4.1.171.10.139.3.1.6.1.1.1.1
An entry configures the Port Default CoS.
Status: current Access: not-accessible
OBJECT-TYPE    
  QosPortDefaultCoSEntry  

qosPortindex 1.3.6.1.4.1.171.10.139.3.1.6.1.1.1.1.1
Interface index of the port for which the configuration in this entry applies.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

qosPortDefMode 1.3.6.1.4.1.171.10.139.3.1.6.1.1.1.1.2
This object indicates the mechanism of QoS scheduling on the interface.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER defaultCoS(1), none(2)  

qosPortDefCos 1.3.6.1.4.1.171.10.139.3.1.6.1.1.1.1.3
Port Default CoS. Indicates the Default CoS.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 0..7  

qosPortDefOverride 1.3.6.1.4.1.171.10.139.3.1.6.1.1.1.1.4
Port Default CoS. Override
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

qosPortSchedulerMethodTable 1.3.6.1.4.1.171.10.139.3.1.6.1.2.1
This table consists of a list of scheduling mechanism configurations for ports.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    QosPortSchedulerMethodEntry

qosPortSchedulerMethodEntry 1.3.6.1.4.1.171.10.139.3.1.6.1.2.1.1
An entry configures the scheduling mode on an interface.
Status: current Access: not-accessible
OBJECT-TYPE    
  QosPortSchedulerMethodEntry  

qosSchedulingModeBasePort 1.3.6.1.4.1.171.10.139.3.1.6.1.2.1.1.1
Interface index of the port for which the configuration in this entry applies.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

qosSchedulingMode 1.3.6.1.4.1.171.10.139.3.1.6.1.2.1.1.2
This object indicates the mechanism of QoS scheduling on the interface.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER sp(1), rr(2), wrr(3), wdrr(4)  

qosQueueSettingsTable 1.3.6.1.4.1.171.10.139.3.1.6.1.3.1
This table consists of a list of configurations for WRR queue bandwidth of queues.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    QosQueueSettingsEntry

qosQueueSettingsEntry 1.3.6.1.4.1.171.10.139.3.1.6.1.3.1.1
An entry defines WRR weight of a queue on an interface. An entry exists for each queue if the WRR bandwidth is configurable on the queue.
Status: current Access: not-accessible
OBJECT-TYPE    
  QosQueueSettingsEntry  

qosQueueBasePort 1.3.6.1.4.1.171.10.139.3.1.6.1.3.1.1.1
Interface index of the port for which the configuration in this entry applies.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

qosQueueID 1.3.6.1.4.1.171.10.139.3.1.6.1.3.1.1.2
This object indicates the queue ID of the entry.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 0..7  

qosQueueWrrWeight 1.3.6.1.4.1.171.10.139.3.1.6.1.3.1.1.3
This object indicates the WRR Weight.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 0..127  

qosQueueQuantum 1.3.6.1.4.1.171.10.139.3.1.6.1.3.1.1.4
This object indicates the WDRR Quantum.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 0..127  

qosCoS2QueueTable 1.3.6.1.4.1.171.10.139.3.1.6.1.4.1
The table of CoS to Queue Mapping.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    QosCoS2QueueEntry

qosCoS2QueueEntry 1.3.6.1.4.1.171.10.139.3.1.6.1.4.1.1
The list of CoS to Queue Mapping entry.
Status: current Access: not-accessible
OBJECT-TYPE    
  QosCoS2QueueEntry  

qosCoS2QueCos 1.3.6.1.4.1.171.10.139.3.1.6.1.4.1.1.1
CoS to Queue Mapping. CoS.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..7  

qosCos2QueQueueID 1.3.6.1.4.1.171.10.139.3.1.6.1.4.1.1.2
CoS to Queue Mapping. Queue ID.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 0..7  

qosPortRateLimitingTable 1.3.6.1.4.1.171.10.139.3.1.6.1.5.1
This table consists of Port Rate Limiting.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    QosPortRateLimitingEntry

qosPortRateLimitingEntry 1.3.6.1.4.1.171.10.139.3.1.6.1.5.1.1
An entry configures the Port Rate Limiting.
Status: current Access: not-accessible
OBJECT-TYPE    
  QosPortRateLimitingEntry  

qosBandwidthBasePort 1.3.6.1.4.1.171.10.139.3.1.6.1.5.1.1.1
Interface index of the port for which the configuration in this entry applies.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

qosBandwidthRxRate 1.3.6.1.4.1.171.10.139.3.1.6.1.5.1.1.2
Configures interface Rate Limit (Packet that can be transferred on a port at a particular second). This object's value will take effect on the interface speed. Based on the operating speed of the port, the rate limit will be applied. This value can also be affected by the metering. A value of zero(0) disable rate limiting i.e. sets the port to full speed. if qosBandwidthRxRateMode is rate, range is 64 ~ 10000000 and qosBandwidthRxRateMode is percent, range is 1 ~ 100.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 0..10000000  

qosBandwidthRxRateMode 1.3.6.1.4.1.171.10.139.3.1.6.1.5.1.1.3
Indicates the Minimum Rate Mode. It will indicate the field:qosBandwidthRxRate attribute. rate: means the Minimum Rate. percent: means the percentage.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER rate(1), percent(2)  

qosBandwidthRxBurst 1.3.6.1.4.1.171.10.139.3.1.6.1.5.1.1.4
Configures interface Burst Pkt Rate. (Packet Burst that can be transferred on a port at a particular second) This object's value will take effect on the interface speed. Based on the operating speed of the port, the burst size of the port will be applied. This value can also be affected by the metering.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 0..128000  

qosBandwidthTxRate 1.3.6.1.4.1.171.10.139.3.1.6.1.5.1.1.5
Configures interface Rate Limit (Packet that can be transferred on a port at a particular second). This object's value will take effect on the interface speed. Based on the operating speed of the port, the rate limit will be applied. This value can also be affected by the metering. A value of zero(0) disable rate limiting i.e. sets the port to full speed. if qosBandwidthTxRateMode is rate, range is 64 ~ 10000000 and qosBandwidthTxRateMode is percent, range is 1 ~ 100.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 0..10000000  

qosBandwidthTxRateMode 1.3.6.1.4.1.171.10.139.3.1.6.1.5.1.1.6
Indicates the Minimum Rate Mode. It will indicate the field:qosBandwidthTxRate attribute. rate: means the Minimum Rate. percent: means the percentage.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER rate(1), percent(2)  

qosBandwidthTxBurst 1.3.6.1.4.1.171.10.139.3.1.6.1.5.1.1.7
Configures interface Burst Pkt Rate. (Packet Burst that can be transferred on a port at a particular second) This object's value will take effect on the interface speed. Based on the operating speed of the port, the burst size of the port will be applied. This value can also be affected by the metering.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 0..128000  

qosQueueRateLimitingTable 1.3.6.1.4.1.171.10.139.3.1.6.1.6.1
A table contains information about Queue Rate Limiting.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    QosQueueRateLimitingEntry

qosQueueRateLimitingEntry 1.3.6.1.4.1.171.10.139.3.1.6.1.6.1.1
An entry contains bandwidth control information of Queue Rate Limiting.
Status: current Access: not-accessible
OBJECT-TYPE    
  QosQueueRateLimitingEntry  

qosQueueBandwidthBasePort 1.3.6.1.4.1.171.10.139.3.1.6.1.6.1.1.1
Interface index of the port for which the configuration in this entry applies.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

qosQueueBandwidthQueId 1.3.6.1.4.1.171.10.139.3.1.6.1.6.1.1.2
Indicates the queue ID of the entry.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32 0..127  

qosQueueBandwidthMinRate 1.3.6.1.4.1.171.10.139.3.1.6.1.6.1.1.3
Indicates the minimum rate of the specified port and queue. It is based on the dQosQueueBandwidthMinRateMode field and if the dQosQueueBandwidthMinRateMode selected as: rate: means egress Minimum Rate (units:kbps),range are 64 ~ 10000000. percent: means the percentage and the effective rangs are 1 ~ 100. 0 means disabled rate limit.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 0..10000000  

qosQueueBandwidthMaxRate 1.3.6.1.4.1.171.10.139.3.1.6.1.6.1.1.4
Indicates the maximum rate of the specified port and queue. It is based on the dQosQueueBandwidthMaxRateMode field and if the dQosQueueBandwidthMaxRateMode selected as: rate: means egress Maximum Rate (units:kbps),range are 64 ~ 10000000. percent: means the percentage and the effective rangs are 1 ~ 100. 0 means disabled rate limit.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 0..10000000  

qosQueueBandwidthRateMode 1.3.6.1.4.1.171.10.139.3.1.6.1.6.1.1.5
Indicates the Minimum Rate Mode. It will indicate the field:dQosQueueBandwidthMinRate attribute. rate: means the Minimum Rate. percent: means the percentage.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER rate(1), percent(2)  

qosDscpMapCosTable 1.3.6.1.4.1.171.10.139.3.1.6.1.7.1
This table of Port Default CoS.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    QosDscpMapCosEntry

qosDscpMapCosEntry 1.3.6.1.4.1.171.10.139.3.1.6.1.7.1.1
An entry configures the Port Default CoS.
Status: current Access: not-accessible
OBJECT-TYPE    
  QosDscpMapCosEntry  

qosPortIndex 1.3.6.1.4.1.171.10.139.3.1.6.1.7.1.1.1
Interface index of the port for which the configuration in this entry applies.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

qosTrustMode 1.3.6.1.4.1.171.10.139.3.1.6.1.7.1.1.2
The QoS port trust mode.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER cos(0), dscp(1)  

qosDscpValueMapCosTable 1.3.6.1.4.1.171.10.139.3.1.6.1.7.2
This table of Port Default CoS.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    QosDscpValueMapCosEntry

qosDscpValueMapCosEntry 1.3.6.1.4.1.171.10.139.3.1.6.1.7.2.1
An entry configures the Port Default CoS.
Status: current Access: not-accessible
OBJECT-TYPE    
  QosDscpValueMapCosEntry  

qosDscpPort 1.3.6.1.4.1.171.10.139.3.1.6.1.7.2.1.1
The DSCP port index.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

qosDscpCos 1.3.6.1.4.1.171.10.139.3.1.6.1.7.2.1.2
The CoS value.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

qosDscpMapCosList 1.3.6.1.4.1.171.10.139.3.1.6.1.7.2.1.3
The DSCP value list mapping to CoS.
Status: current Access: read-write
OBJECT-TYPE    
  PortList  

igsSystem 1.3.6.1.4.1.171.10.139.3.1.4.6.1
OBJECT IDENTIFIER    

igsVlan 1.3.6.1.4.1.171.10.139.3.1.4.6.2
OBJECT IDENTIFIER    

igsStats 1.3.6.1.4.1.171.10.139.3.1.4.6.3
OBJECT IDENTIFIER    

igsStatus 1.3.6.1.4.1.171.10.139.3.1.4.6.1.1
Enables or disables IGMP snooping in the system. When set to 'enabled', the IGS module starts protocol operations. When set to 'disabled', the IGS module stops performing protocol operations.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

igsClearIgmpSnoopByVlanId 1.3.6.1.4.1.171.10.139.3.1.4.6.1.3
This object indicates the VLAN ID on which the IGMP snooping counters will be cleared. When read, the special value 0 is returned.
Status: current Access: read-write
OBJECT-TYPE    
  VlanIdOrNone  

igsVlanFilterTable 1.3.6.1.4.1.171.10.139.3.1.4.6.2.1
This table contains configuration of snooping on specific Vlans. This Table is valid only when VLAN is enabled in the system.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    IgsVlanFilterEntry

igsVlanFilterEntry 1.3.6.1.4.1.171.10.139.3.1.4.6.2.1.1
Contains snooping status , version and fast leave configuration for a specific VLAN.
Status: current Access: not-accessible
OBJECT-TYPE    
  IgsVlanFilterEntry  

igsVlanFilterVlanId 1.3.6.1.4.1.171.10.139.3.1.4.6.2.1.1.1
Index of IgsVlanFilterEntry. This object indicates the VLAN ID for which the snooping configurations in IgsVlanFilterEntry is to be done.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 1..4094  

igsVlanSnoopStatus 1.3.6.1.4.1.171.10.139.3.1.4.6.2.1.1.2
This object allows you to enable/disable IGS function on a specific VLAN.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

igsVlanFastLeave 1.3.6.1.4.1.171.10.139.3.1.4.6.2.1.1.4
Enables or disables fast leave for the VLAN. When it is 'disabled',on reception of a leave message, the switch checks if they are any interested receivers for the group by sending a group specific query before removing the port from the forwarding table. If set to 'enabled', the switch does not send a group specific query and immediately removes the port from the forwarding table.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

igsVlanQuerier 1.3.6.1.4.1.171.10.139.3.1.4.6.2.1.1.7
Indicates whether the switch is configured as a querier in the VLAN
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

igsVlanCfgQuerier 1.3.6.1.4.1.171.10.139.3.1.4.6.2.1.1.8
The snooping switch can be configured as a querier via this object to send out IGMP general queries when IGMP routers are not present in the VLAN. When set to 'enabled', the switch will generate general queries.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

igsVlanQuerierVersion 1.3.6.1.4.1.171.10.139.3.1.4.6.2.1.1.9
This object allows you to set igmp version function on a specific VLAN.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER v1(1), v2(2), v3(3)  

igsVlanQueryInterval 1.3.6.1.4.1.171.10.139.3.1.4.6.2.1.1.10
This is the interval (in seconds) for which the switch sends general queries when it is configured as a querier for the VLAN. A switch should be configured as a querier for a VLAN only when there is no queriers in the network.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 1..31744  

igsVlanMaxResponseTime 1.3.6.1.4.1.171.10.139.3.1.4.6.2.1.1.11
The maximum query response time advertised General queries on this interface.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 1..25  

igsVlanRobustnessValue 1.3.6.1.4.1.171.10.139.3.1.4.6.2.1.1.12
When the switch receives leave message on a port, it sends group specific query to check if there are any other interested receivers for the group. This attribute defines the maximum number for a specific VLAN queries sent by the switch before deleting the port from the group membership information in the forwarding database. If the maximum retry count exceeds 'RobustnessValue', then the port will be deleted from the multicast group membership information in the forwarding database and received leave message will be forwarded onto the router ports if there are no interested receivers for the group.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 1..7  

igsVlanLastMemberQueryInterval 1.3.6.1.4.1.171.10.139.3.1.4.6.2.1.1.13
Tok_String
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 1..25  

igsVlanMulticastGroupTable 1.3.6.1.4.1.171.10.139.3.1.4.6.2.2
This table contains MAC based multicast forwarding information.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    IgsVlanMulticastGroupEntry

igsVlanMulticastGroupEntry 1.3.6.1.4.1.171.10.139.3.1.4.6.2.2.1
This table contains VLAN ID, multicast group MAC address and the list of ports onto which the multicast data packets for group should be forwarded.
Status: current Access: not-accessible
OBJECT-TYPE    
  IgsVlanMulticastGroupEntry  

igsVlanMulticastGroupVlanId 1.3.6.1.4.1.171.10.139.3.1.4.6.2.2.1.1
VLAN ID pertaining to the Multicast forwarding entry
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 1..4094  

igsVlanMulticastGroupIpAddress 1.3.6.1.4.1.171.10.139.3.1.4.6.2.2.1.2
Multicast group IP address. This object indicates that a multicast group address was learned in the switch and be represented as IP address format.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

igsVlanMulticastGroupReceiverPortIndex 1.3.6.1.4.1.171.10.139.3.1.4.6.2.2.1.3
The interface on which the multicast group address is learnt.
Status: current Access: read-only
OBJECT-TYPE    
  InterfaceIndex  

igsVlanMulticastGroupReceiverSrcAddr 1.3.6.1.4.1.171.10.139.3.1.4.6.2.2.1.4
The IP address of the multicast receiver that has sent the multicast report to join this group.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

igsVlanMulticastGroupMacAddress 1.3.6.1.4.1.171.10.139.3.1.4.6.2.2.1.5
Multicast group MAC address. This object indicates that a multicast group address was learned in the switch and be represented as MAC address format.
Status: current Access: read-only
OBJECT-TYPE    
  MacAddress  

igsVlanMulticastGroupExp 1.3.6.1.4.1.171.10.139.3.1.4.6.2.2.1.7
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  TimeTicks  

igsVlanMulticastGroupPortList 1.3.6.1.4.1.171.10.139.3.1.4.6.2.2.1.8
List of ports onto which the multicast data packets destined for this group will be forwarded.
Status: current Access: read-only
OBJECT-TYPE    
  PortList  

igsVlanStaticMcastGrpTable 1.3.6.1.4.1.171.10.139.3.1.4.6.2.3
This table contains IP based multicast forwarding information.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    IgsVlanStaticMcastGrpEntry

igsVlanStaticMcastGrpEntry 1.3.6.1.4.1.171.10.139.3.1.4.6.2.3.1
This table contains VLAN ID, unicast source address , multicast group address and the list of ports onto which the multicast data packets for group should be forwarded.
Status: current Access: not-accessible
OBJECT-TYPE    
  IgsVlanStaticMcastGrpEntry  

igsVlanStaticMcastGrpVlanId 1.3.6.1.4.1.171.10.139.3.1.4.6.2.3.1.1
VLAN ID pertaining to the Multicast forwarding entry
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 1..4094  

igsVlanStaticMcastGrpGroupAddress 1.3.6.1.4.1.171.10.139.3.1.4.6.2.3.1.2
IP/IPv6 multicast group address
Status: current Access: read-only
OBJECT-TYPE    
  InetAddress  

igsVlanStaticMcastGrpPortList 1.3.6.1.4.1.171.10.139.3.1.4.6.2.3.1.3
List of ports onto which the multicast data packets destined for this source and group will be forwarded.
Status: current Access: read-write
OBJECT-TYPE    
  PortList  

igsVlanStaticMcastGrpRowStatus 1.3.6.1.4.1.171.10.139.3.1.4.6.2.3.1.4
The row status variable, used according to row installation and removal conventions.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

igsVlanRouterTable 1.3.6.1.4.1.171.10.139.3.1.4.6.2.4
This table contains the list of ports through which a router, in a particular VLAN is reachable.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    IgsVlanRouterEntry

igsVlanRouterEntry 1.3.6.1.4.1.171.10.139.3.1.4.6.2.4.1
Contains the VLAN ID and list of ports on which routers are present in the VLAN.
Status: current Access: not-accessible
OBJECT-TYPE    
  IgsVlanRouterEntry  

igsVlanRouterVlanId 1.3.6.1.4.1.171.10.139.3.1.4.6.2.4.1.1
VLAN ID of the ports through which router is reachable.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 1..4094  

igsVlanRouterStaticPortList 1.3.6.1.4.1.171.10.139.3.1.4.6.2.4.1.2
List of static ports on which routers are present. These router ports are learnt through control messages received from routers, and can also be configured statically.
Status: current Access: read-write
OBJECT-TYPE    
  PortList  

igsVlanRouterBlockPortList 1.3.6.1.4.1.171.10.139.3.1.4.6.2.4.1.3
List of ports which are configured statically as blocked router ports statically.
Status: current Access: read-write
OBJECT-TYPE    
  PortList  

igsVlanRouterDynamicPortList 1.3.6.1.4.1.171.10.139.3.1.4.6.2.4.1.4
List of dynamic ports on which routers are present. These router ports are learnt through control messages received from routers, and can also be configured statically.
Status: current Access: read-only
OBJECT-TYPE    
  PortList  

igsStatsTable 1.3.6.1.4.1.171.10.139.3.1.4.6.3.1
This table contains snooping statistics maintained by the switch. The statistics are maintained on a per VLAN basis.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    IgsStatsEntry

igsStatsEntry 1.3.6.1.4.1.171.10.139.3.1.4.6.3.1.1
Contains snooping statistics for a particular VLAN.
Status: current Access: not-accessible
OBJECT-TYPE    
  IgsStatsEntry  

igsStatsVlanId 1.3.6.1.4.1.171.10.139.3.1.4.6.3.1.1.1
VLAN ID for which snooping statistics are displayed
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 1..4094  

igsStatsIGMPv1RxReport 1.3.6.1.4.1.171.10.139.3.1.4.6.3.1.1.2
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

igsStatsIGMPv1RxQueries 1.3.6.1.4.1.171.10.139.3.1.4.6.3.1.1.3
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

igsStatsIGMPv1TxReport 1.3.6.1.4.1.171.10.139.3.1.4.6.3.1.1.4
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

igsStatsIGMPv1TxQueries 1.3.6.1.4.1.171.10.139.3.1.4.6.3.1.1.5
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

igsStatsIGMPv2RxReport 1.3.6.1.4.1.171.10.139.3.1.4.6.3.1.1.6
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

igsStatsIGMPv2RxQueries 1.3.6.1.4.1.171.10.139.3.1.4.6.3.1.1.7
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

igsStatsIGMPv2RxLeave 1.3.6.1.4.1.171.10.139.3.1.4.6.3.1.1.8
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

igsStatsIGMPv2TxReport 1.3.6.1.4.1.171.10.139.3.1.4.6.3.1.1.9
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

igsStatsIGMPv2TxQueries 1.3.6.1.4.1.171.10.139.3.1.4.6.3.1.1.10
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

igsStatsIGMPv2TxLeave 1.3.6.1.4.1.171.10.139.3.1.4.6.3.1.1.11
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

igsStatsIGMPv3RxReport 1.3.6.1.4.1.171.10.139.3.1.4.6.3.1.1.12
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

igsStatsIGMPv3RxQueries 1.3.6.1.4.1.171.10.139.3.1.4.6.3.1.1.13
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

igsStatsIGMPv3TxReport 1.3.6.1.4.1.171.10.139.3.1.4.6.3.1.1.14
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

igsStatsIGMPv3TxQueries 1.3.6.1.4.1.171.10.139.3.1.4.6.3.1.1.15
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

mldSystem 1.3.6.1.4.1.171.10.139.3.1.4.6.4
OBJECT IDENTIFIER    

mldVlan 1.3.6.1.4.1.171.10.139.3.1.4.6.5
OBJECT IDENTIFIER    

mldStats 1.3.6.1.4.1.171.10.139.3.1.4.6.6
OBJECT IDENTIFIER    

mldStatus 1.3.6.1.4.1.171.10.139.3.1.4.6.4.1
Enables or disables IGMP snooping in the system. When set to 'enabled', the IGS module starts protocol operations. When set to 'disabled', the IGS module stops performing protocol operations.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

mldClearIgmpSnoopByVlanId 1.3.6.1.4.1.171.10.139.3.1.4.6.4.3
This object indicates the VLAN ID on which the IGMP snooping counters will be cleared. When read, the special value 0 is returned.
Status: current Access: read-write
OBJECT-TYPE    
  VlanIdOrNone  

mldVlanFilterTable 1.3.6.1.4.1.171.10.139.3.1.4.6.5.1
This table contains configuration of snooping on specific Vlans. This Table is valid only when VLAN is enabled in the system.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    MldVlanFilterEntry

mldVlanFilterEntry 1.3.6.1.4.1.171.10.139.3.1.4.6.5.1.1
Contains snooping status , version and fast leave configuration for a specific VLAN.
Status: current Access: not-accessible
OBJECT-TYPE    
  MldVlanFilterEntry  

mldVlanFilterVlanId 1.3.6.1.4.1.171.10.139.3.1.4.6.5.1.1.1
Index of MldVlanFilterEntry. This object indicates the VLAN ID for which the snooping configurations in MldVlanFilterEntry is to be done.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 1..4094  

mldVlanSnoopStatus 1.3.6.1.4.1.171.10.139.3.1.4.6.5.1.1.2
This object allows you to enable/disable IGS function on a specific VLAN.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

mldVlanFastLeave 1.3.6.1.4.1.171.10.139.3.1.4.6.5.1.1.4
Enables or disables fast leave for the VLAN. When it is 'disabled',on reception of a leave message, the switch checks if they are any interested receivers for the group by sending a group specific query before removing the port from the forwarding table. If set to 'enabled', the switch does not send a group specific query and immediately removes the port from the forwarding table.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

mldVlanQuerier 1.3.6.1.4.1.171.10.139.3.1.4.6.5.1.1.7
Indicates whether the switch is configured as a querier in the VLAN
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

mldVlanCfgQuerier 1.3.6.1.4.1.171.10.139.3.1.4.6.5.1.1.8
The snooping switch can be configured as a querier via this object to send out IGMP general queries when IGMP routers are not present in the VLAN. When set to 'enabled', the switch will generate general queries.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

mldVlanQuerierVersion 1.3.6.1.4.1.171.10.139.3.1.4.6.5.1.1.9
This object allows you to set igmp version function on a specific VLAN.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER v1(1), v2(2), v3(3)  

mldVlanQueryInterval 1.3.6.1.4.1.171.10.139.3.1.4.6.5.1.1.10
This is the interval (in seconds) for which the switch sends general queries when it is configured as a querier for the VLAN. A switch should be configured as a querier for a VLAN only when there is no queriers in the network.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 1..31744  

mldVlanMaxResponseTime 1.3.6.1.4.1.171.10.139.3.1.4.6.5.1.1.11
The maximum query response time advertised General queries on this interface.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 1..25  

mldVlanRobustnessValue 1.3.6.1.4.1.171.10.139.3.1.4.6.5.1.1.12
When the switch receives leave message on a port, it sends group specific query to check if there are any other interested receivers for the group. This attribute defines the maximum number for a specific VLAN queries sent by the switch before deleting the port from the group membership information in the forwarding database. If the maximum retry count exceeds 'RobustnessValue', then the port will be deleted from the multicast group membership information in the forwarding database and received leave message will be forwarded onto the router ports if there are no interested receivers for the group.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 1..7  

mldVlanLastListenerQueryInterval 1.3.6.1.4.1.171.10.139.3.1.4.6.5.1.1.13
Tok_String
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 1..25  

mldVlanMulticastGroupTable 1.3.6.1.4.1.171.10.139.3.1.4.6.5.2
This table contains MAC based multicast forwarding information.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    MldVlanMulticastGroupEntry

mldVlanMulticastGroupEntry 1.3.6.1.4.1.171.10.139.3.1.4.6.5.2.1
This table contains VLAN ID, multicast group MAC address and the list of ports onto which the multicast data packets for group should be forwarded.
Status: current Access: not-accessible
OBJECT-TYPE    
  MldVlanMulticastGroupEntry  

mldVlanMulticastGroupVlanId 1.3.6.1.4.1.171.10.139.3.1.4.6.5.2.1.1
VLAN ID pertaining to the Multicast forwarding entry
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 1..4094  

mldVlanMulticastGroupIpAddress 1.3.6.1.4.1.171.10.139.3.1.4.6.5.2.1.2
Multicast group IP address. This object indicates that a multicast group address was learned in the switch and be represented as IP address format.
Status: current Access: read-only
OBJECT-TYPE    
  Ipv6Address  

mldVlanMulticastGroupReceiverPortIndex 1.3.6.1.4.1.171.10.139.3.1.4.6.5.2.1.3
The interface on which the multicast group address is learnt.
Status: current Access: read-only
OBJECT-TYPE    
  InterfaceIndex  

mldVlanMulticastGroupReceiverSrcAddr 1.3.6.1.4.1.171.10.139.3.1.4.6.5.2.1.4
The IP address of the multicast receiver that has sent the multicast report to join this group.
Status: current Access: read-only
OBJECT-TYPE    
  Ipv6Address  

mldVlanMulticastGroupMacAddress 1.3.6.1.4.1.171.10.139.3.1.4.6.5.2.1.5
Multicast group MAC address. This object indicates that a multicast group address was learned in the switch and be represented as MAC address format.
Status: current Access: read-only
OBJECT-TYPE    
  MacAddress  

mldVlanMulticastGroupExp 1.3.6.1.4.1.171.10.139.3.1.4.6.5.2.1.7
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  TimeTicks  

mldVlanMulticastGroupPortList 1.3.6.1.4.1.171.10.139.3.1.4.6.5.2.1.8
List of ports onto which the multicast data packets destined for this group will be forwarded.
Status: current Access: read-only
OBJECT-TYPE    
  PortList  

mldVlanStaticMcastGrpTable 1.3.6.1.4.1.171.10.139.3.1.4.6.5.3
This table contains IP based multicast forwarding information.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    MldVlanStaticMcastGrpEntry

mldVlanStaticMcastGrpEntry 1.3.6.1.4.1.171.10.139.3.1.4.6.5.3.1
This table contains VLAN ID, unicast source address , multicast group address and the list of ports onto which the multicast data packets for group should be forwarded.
Status: current Access: not-accessible
OBJECT-TYPE    
  MldVlanStaticMcastGrpEntry  

mldVlanStaticMcastGrpVlanId 1.3.6.1.4.1.171.10.139.3.1.4.6.5.3.1.1
VLAN ID pertaining to the Multicast forwarding entry
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 1..4094  

mldVlanStaticMcastGrpGroupAddress 1.3.6.1.4.1.171.10.139.3.1.4.6.5.3.1.2
IP/IPv6 multicast group address
Status: current Access: read-only
OBJECT-TYPE    
  InetAddress  

mldVlanStaticMcastGrpPortList 1.3.6.1.4.1.171.10.139.3.1.4.6.5.3.1.3
List of ports onto which the multicast data packets destined for this source and group will be forwarded.
Status: current Access: read-write
OBJECT-TYPE    
  PortList  

mldVlanStaticMcastGrpRowStatus 1.3.6.1.4.1.171.10.139.3.1.4.6.5.3.1.4
The row status variable, used according to row installation and removal conventions.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

mldVlanRouterTable 1.3.6.1.4.1.171.10.139.3.1.4.6.5.4
This table contains the list of ports through which a router, in a particular VLAN is reachable.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    MldVlanRouterEntry

mldVlanRouterEntry 1.3.6.1.4.1.171.10.139.3.1.4.6.5.4.1
Contains the VLAN ID and list of ports on which routers are present in the VLAN.
Status: current Access: not-accessible
OBJECT-TYPE    
  MldVlanRouterEntry  

mldVlanRouterVlanId 1.3.6.1.4.1.171.10.139.3.1.4.6.5.4.1.1
VLAN ID of the ports through which router is reachable.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 1..4094  

mldVlanRouterStaticPortList 1.3.6.1.4.1.171.10.139.3.1.4.6.5.4.1.2
List of static ports on which routers are present. These router ports are learnt through control messages received from routers, and can also be configured statically.
Status: current Access: read-write
OBJECT-TYPE    
  PortList  

mldVlanRouterBlockPortList 1.3.6.1.4.1.171.10.139.3.1.4.6.5.4.1.3
List of ports which are configured statically as blocked router ports statically.
Status: current Access: read-write
OBJECT-TYPE    
  PortList  

mldVlanRouterDynamicPortList 1.3.6.1.4.1.171.10.139.3.1.4.6.5.4.1.4
List of dynamic ports on which routers are present. These router ports are learnt through control messages received from routers, and can also be configured statically.
Status: current Access: read-only
OBJECT-TYPE    
  PortList  

mldStatsTable 1.3.6.1.4.1.171.10.139.3.1.4.6.6.1
This table contains snooping statistics maintained by the switch. The statistics are maintained on a per VLAN basis.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    MldStatsEntry

mldStatsEntry 1.3.6.1.4.1.171.10.139.3.1.4.6.6.1.1
Contains snooping statistics for a particular VLAN.
Status: current Access: not-accessible
OBJECT-TYPE    
  MldStatsEntry  

mldStatsVlanId 1.3.6.1.4.1.171.10.139.3.1.4.6.6.1.1.1
VLAN ID for which snooping statistics are displayed
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 1..4094  

mldStatsMLDv1RxReport 1.3.6.1.4.1.171.10.139.3.1.4.6.6.1.1.2
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

mldStatsMLDv1RxDone 1.3.6.1.4.1.171.10.139.3.1.4.6.6.1.1.3
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

mldStatsMLDv1TxReport 1.3.6.1.4.1.171.10.139.3.1.4.6.6.1.1.4
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

mldStatsMLDv1TxDone 1.3.6.1.4.1.171.10.139.3.1.4.6.6.1.1.5
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

mldStatsMLDv2RxReport 1.3.6.1.4.1.171.10.139.3.1.4.6.6.1.1.6
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

mldStatsMLDv2TxReport 1.3.6.1.4.1.171.10.139.3.1.4.6.6.1.1.7
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

mldStatsRxQueries 1.3.6.1.4.1.171.10.139.3.1.4.6.6.1.1.8
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

mldStatsTxQueries 1.3.6.1.4.1.171.10.139.3.1.4.6.6.1.1.9
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

multicastFilterVlanTable 1.3.6.1.4.1.171.10.139.3.1.4.6.7
A table to control multicast filtering modes.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    MulticastFilterVlanEntry

multicastFilterVlanEntry 1.3.6.1.4.1.171.10.139.3.1.4.6.7.1
An entry appears in this table for each interface in the mcastFiltertem. Index to the table is the interface index of the VLAN.
Status: current Access: not-accessible
OBJECT-TYPE    
  MulticastFilterVlanEntry  

multicastFilterVlanIndex 1.3.6.1.4.1.171.10.139.3.1.4.6.7.1.1
VLAN index of the VLAN for which the configuration in this entry applies.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

multicastFilterVlanType 1.3.6.1.4.1.171.10.139.3.1.4.6.7.1.2
Configures the multicast filtering modes as below : forward -Forwards all unregistered groups. filter -Filters all unregistered groups.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER forward(0), filter(1)  

deviceInformation 1.3.6.1.4.1.171.10.139.3.1.1.1.1
OBJECT IDENTIFIER    

deviceFunction 1.3.6.1.4.1.171.10.139.3.1.1.1.2
OBJECT IDENTIFIER    

deviceErrorCodeInformation 1.3.6.1.4.1.171.10.139.3.1.1.1.3
OBJECT IDENTIFIER    

deviceFan 1.3.6.1.4.1.171.10.139.3.1.1.1.4
OBJECT IDENTIFIER    

deviceInfoDeviceType 1.3.6.1.4.1.171.10.139.3.1.1.1.1.1
Device Information. Device Type
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(1..20)  

deviceInfoBootPROMVersion 1.3.6.1.4.1.171.10.139.3.1.1.1.1.2
Device Information. Boot PROM Version
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(1..20)  

deviceInfoFirmwareVersion 1.3.6.1.4.1.171.10.139.3.1.1.1.1.3
Device Information. Firmware Version
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(1..20)  

deviceInfoHardwareVersion 1.3.6.1.4.1.171.10.139.3.1.1.1.1.4
Device Information. Hardware Version
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(1..20)  

deviceInfoMACAddress 1.3.6.1.4.1.171.10.139.3.1.1.1.1.5
Device Information. MAC Address
Status: current Access: read-only
OBJECT-TYPE    
  MacAddress  

deviceInfoSystemTime 1.3.6.1.4.1.171.10.139.3.1.1.1.1.6
Device Information. System Time
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(1..20)  

deviceInfoSerialNumber 1.3.6.1.4.1.171.10.139.3.1.1.1.1.7
Device Information. Serial Number
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(1..20)  

deviceSwitchCPULast5SecUsage 1.3.6.1.4.1.171.10.139.3.1.1.1.1.8
Indicates the average CPU usage in last 5 second of the switch in percentage
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

firmwareInformationTable 1.3.6.1.4.1.171.10.139.3.1.1.1.2.1
The table of Firmware Information.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    FirmwareInformationEntry

firmwareInformationEntry 1.3.6.1.4.1.171.10.139.3.1.1.1.2.1.1
The list ofFirmware Information entry.
Status: current Access: not-accessible
OBJECT-TYPE    
  FirmwareInformationEntry  

firmwareInfoImageID 1.3.6.1.4.1.171.10.139.3.1.1.1.2.1.1.1
Firmware Information. Image ID.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

firmwareInfoVersion 1.3.6.1.4.1.171.10.139.3.1.1.1.2.1.1.2
Firmware Information. Version.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(1..20)  

firmwareInfoSizeB 1.3.6.1.4.1.171.10.139.3.1.1.1.2.1.1.3
Firmware Information. Size B.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

firmwareInfoUpdateTime 1.3.6.1.4.1.171.10.139.3.1.1.1.2.1.1.4
Firmware Information. Update Time.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(1..20)  

devFunFwUpgradeAndBackup 1.3.6.1.4.1.171.10.139.3.1.1.1.2.2
OBJECT IDENTIFIER    

devFunConfigInfo 1.3.6.1.4.1.171.10.139.3.1.1.1.2.3
OBJECT IDENTIFIER    

devFunConfiguration 1.3.6.1.4.1.171.10.139.3.1.1.1.2.4
OBJECT IDENTIFIER    

devFunLogBackup 1.3.6.1.4.1.171.10.139.3.1.1.1.2.5
OBJECT IDENTIFIER    

devFunPing 1.3.6.1.4.1.171.10.139.3.1.1.1.2.6
OBJECT IDENTIFIER    

devFunLangMgmt 1.3.6.1.4.1.171.10.139.3.1.1.1.2.7
OBJECT IDENTIFIER    

devFunFwServerIpAddrType 1.3.6.1.4.1.171.10.139.3.1.1.1.2.2.1
Address type of IP Address of the remote system to which the switch file have to be transfer.
Status: current Access: read-write
OBJECT-TYPE    
  InetAddressType  

devFunFwServerIpvxAddr 1.3.6.1.4.1.171.10.139.3.1.1.1.2.2.2
IP Address of the remote system to which the switch file have to be transfer.
Status: current Access: read-write
OBJECT-TYPE    
  InetAddress  

devFunFwServerInterfaceName 1.3.6.1.4.1.171.10.139.3.1.1.1.2.2.3
Specifies the interface name when the cmFwServerIpvxAddr is linklocal address.
Status: current Access: read-write
OBJECT-TYPE    
  OCTET STRING Size(1..32)  

devFunFwSrcFilename 1.3.6.1.4.1.171.10.139.3.1.1.1.2.2.4
Configure firmware filename to download or upload.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString Size(1..128)  

devFunFwOperation 1.3.6.1.4.1.171.10.139.3.1.1.1.2.2.5
The operates to perform download or upload file to the unit. This object is used in conjunction with Ip and FileName.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER none(0), download(1), upload(2)  

devFunFwOperationStatus 1.3.6.1.4.1.171.10.139.3.1.1.1.2.2.6
The current operation status of file upload or download.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER none(0), success(1), failure(2), progressing(3), transmit(4)  

devFunFwTransferPercentage 1.3.6.1.4.1.171.10.139.3.1.1.1.2.2.7
The file transfer percentage of the file upload or download.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 0..100  

devFunFwRetryCount 1.3.6.1.4.1.171.10.139.3.1.1.1.2.2.8
The number of retry when upgrade fail.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 1..20  

devFunFwServerStatus 1.3.6.1.4.1.171.10.139.3.1.1.1.2.2.9
The current operation status of file upload or download.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER ok(0), internalerror(1), nofileerror(2), accessViolation(3), memoryfull(4), fileexists(5), connecthostfail(6), invalidarg(7), readfail(8), writefail(9), createfilefail(10), filetoohuge(11), buffertoosmall(12), serverfail(13), programming(14)  

devFwOperationImageId 1.3.6.1.4.1.171.10.139.3.1.1.1.2.2.10
The image ID need to upgrade.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32  

devFwNextBootImageId 1.3.6.1.4.1.171.10.139.3.1.1.1.2.2.11
The image ID when next boot up.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32  

devFwActualBootImageId 1.3.6.1.4.1.171.10.139.3.1.1.1.2.2.12
The image ID that current boot-up.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

devFunCfgInfoTable 1.3.6.1.4.1.171.10.139.3.1.1.1.2.3.1
A list of configuration entries.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    DevFunCfgInfoEntry

devFunCfgInfoEntry 1.3.6.1.4.1.171.10.139.3.1.1.1.2.3.1.1
A list of configuration entries.
Status: current Access: not-accessible
OBJECT-TYPE    
  DevFunCfgInfoEntry  

devFunCfgId 1.3.6.1.4.1.171.10.139.3.1.1.1.2.3.1.1.1
A unique value, greater than zero, for each configuration id.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

devFunCfgSize 1.3.6.1.4.1.171.10.139.3.1.1.1.2.3.1.1.2
The configuration file size by id.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

devFunCfgUpdateTime 1.3.6.1.4.1.171.10.139.3.1.1.1.2.3.1.1.3
The configuration last update time by id.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

devFunCfgServerIpAddrType 1.3.6.1.4.1.171.10.139.3.1.1.1.2.4.1
Address type of IP Address of the remote system to which the switch file have to be transfer.
Status: current Access: read-write
OBJECT-TYPE    
  InetAddressType  

devFunCfgServerIpvxAddr 1.3.6.1.4.1.171.10.139.3.1.1.1.2.4.2
IP Address of the remote system to which the switch file have to be transfer.
Status: current Access: read-write
OBJECT-TYPE    
  InetAddress  

devFunCfgSrcFilename 1.3.6.1.4.1.171.10.139.3.1.1.1.2.4.3
Configure firmware filename to download or upload.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString Size(1..128)  

devFunCfgStartUpConfigID 1.3.6.1.4.1.171.10.139.3.1.1.1.2.4.4
This object is used to select the restore configuration id.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER config1(1), config2(2)  

devFunCfgOperConfigID 1.3.6.1.4.1.171.10.139.3.1.1.1.2.4.5
This object is used to select the operate configuration id for restore or backup.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER config1(1), config2(2)  

devFunCfgOperation 1.3.6.1.4.1.171.10.139.3.1.1.1.2.4.6
The operates to perform download or upload file, download means transfer file from server to dut, upload means transfer file from dut to server.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER none(0), download(1), upload(2)  

devFunCfgSave 1.3.6.1.4.1.171.10.139.3.1.1.1.2.4.7
Save current configuration to file.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

devFunCfgOperationStatus 1.3.6.1.4.1.171.10.139.3.1.1.1.2.4.8
The current operation status of file upload or download.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER none(0), success(1), failure(2), progressing(3), transmit(4)  

devFunCfgTransferPercentage 1.3.6.1.4.1.171.10.139.3.1.1.1.2.4.9
The file transfer percentage of the file upload or download.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 0..100  

devFunCfgServerInterfaceName 1.3.6.1.4.1.171.10.139.3.1.1.1.2.4.10
Specifies the interface name when the cmCfgServerIpvxAddr is linklocal address.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(1..32)  

devFunCfgServerStatus 1.3.6.1.4.1.171.10.139.3.1.1.1.2.4.11
The current operation status of file upload or download.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER ok(0), internalerror(1), nofileerror(2), accessViolation(3), memoryfull(4), fileexists(5), connecthostfail(6), invalidarg(7), readfail(8), writefail(9), createfilefail(10), filetoohuge(11), buffertoosmall(12), serverfail(13), programming(14)  

devFunCfgCurrStartUpConfigID 1.3.6.1.4.1.171.10.139.3.1.1.1.2.4.12
This object is used to refer to the startup configuration id.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER config1(1), config2(2)  

devFunLogBackupToTftpIpType 1.3.6.1.4.1.171.10.139.3.1.1.1.2.5.1
Type of IP interface.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER ipv4(1), ipv6(2)  

devFunLogBackupToTftpIpAddr 1.3.6.1.4.1.171.10.139.3.1.1.1.2.5.2
The TFTP server's IP address is used to download Log file.
Status: current Access: read-write
OBJECT-TYPE    
  InetAddress  

devFunLogBackupToTftpDestURL 1.3.6.1.4.1.171.10.139.3.1.1.1.2.5.3
The Log filename is used to download to the tftp client.
Status: obsolete Access: read-write
OBJECT-TYPE    
  DisplayString Size(1..64)  

devFunLogBackupToTftpOper 1.3.6.1.4.1.171.10.139.3.1.1.1.2.5.4
The operate to backup log.
Status: obsolete Access: read-write
OBJECT-TYPE    
  INTEGER false(0), true(1)  

devFunLogBackupToTftStatus 1.3.6.1.4.1.171.10.139.3.1.1.1.2.5.5
The backup log status.
Status: obsolete Access: read-only
OBJECT-TYPE    
  INTEGER none(0), success(1), failure(2), progressing(3)  

devPingDestIpType 1.3.6.1.4.1.171.10.139.3.1.1.1.2.6.1
The IP address type of the node to be pinged.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER ipv4(1), ipv6(2)  

devPingDestIpAddr 1.3.6.1.4.1.171.10.139.3.1.1.1.2.6.2
The IP address of the node to be pinged, set ip type before set it.
Status: current Access: read-write
OBJECT-TYPE    
  InetAddress  

devPingTimeout 1.3.6.1.4.1.171.10.139.3.1.1.1.2.6.3
The time in seconds after which the entity waiting for the ping response times out.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 1..99  

devPingTimes 1.3.6.1.4.1.171.10.139.3.1.1.1.2.6.4
The number of times the given node address is to be pinged. value 0 for infinite times.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 0..255  

devPingStart 1.3.6.1.4.1.171.10.139.3.1.1.1.2.6.5
The ping event of ping operate.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

devPingStatus 1.3.6.1.4.1.171.10.139.3.1.1.1.2.6.6
The current status of the Ping operate
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER notinitiated(1), progress(2), completed(3)  

devPingSuccesses 1.3.6.1.4.1.171.10.139.3.1.1.1.2.6.7
The number of ping responses received.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

devPingV4ProbeHistoryTable 1.3.6.1.4.1.171.10.139.3.1.1.1.2.6.8
Defines a table for storing the results of ping operations. The number of entries in this table is limited per entry in the fsipv6PingTable by the value of the corresponding cmPingProbeMaxRow object. An implementation of this MIB will remove the oldest entry in the cmPingProbeHistoryTable of the corresponding entry in the cmPingProbeMaxRow to allow the addition of an new entry once the number of rows in the cmPingProbeHistoryTable reaches the value specified by pingCtlMaxRows for the corresponding entry in the cmPingProbeMaxRow.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    DevPingV4ProbeHistoryEntry

devPingV4ProbeHistoryEntry 1.3.6.1.4.1.171.10.139.3.1.1.1.2.6.8.1
Defines an entry in the cmPingProbeHistoryTable. The first index elements identify the Probe history entry that a fsPingTable belongs to. The second index element selects a single probe result.
Status: current Access: not-accessible
OBJECT-TYPE    
  DevPingV4ProbeHistoryEntry  

devPingIndex 1.3.6.1.4.1.171.10.139.3.1.1.1.2.6.8.1.1
The index identify the Probe history entry that fsPingTable belongs to
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

devPingProbeIndex 1.3.6.1.4.1.171.10.139.3.1.1.1.2.6.8.1.2
The probe history sequence of this entry belong to
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

devPingProbeHistoryResponseTime 1.3.6.1.4.1.171.10.139.3.1.1.1.2.6.8.1.3
The amount of time measured in milliseconds from when a probe was sent to when its response was received or when it timed out. The value of this object is reported as 0 when it is not possible to transmit a probe.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

devIpv6PingProbeHistoryTable 1.3.6.1.4.1.171.10.139.3.1.1.1.2.6.9
Defines a table for storing the results of ping operations. The number of entries in this table is limited per entry in the fsipv6PingTable by the value of the corresponding cmIpv6PingProbeMaxRow object. An implementation of this MIB will remove the oldest entry in the cmIpv6PingProbeHistoryTable of the corresponding entry in the cmIpv6PingProbeMaxRow to allow the addition of an new entry once the number of rows in the cmIpv6PingProbeHistoryTable reaches the value specified by pingCtlMaxRows for the corresponding entry in the cmIpv6PingProbeMaxRow.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    DevIpv6PingProbeHistoryEntry

devIpv6PingProbeHistoryEntry 1.3.6.1.4.1.171.10.139.3.1.1.1.2.6.9.1
Defines an entry in the cmIpv6PingProbeHistoryTable. The first index elements identify the Probe history entry that a fsIpv6PingTable belongs to. The second index element selects a single probe result.
Status: current Access: not-accessible
OBJECT-TYPE    
  DevIpv6PingProbeHistoryEntry  

devIpv6PingIndex 1.3.6.1.4.1.171.10.139.3.1.1.1.2.6.9.1.1
The index identify the Probe history entry that fsIpv6PingTable belongs to
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

devIpv6PingProbeIndex 1.3.6.1.4.1.171.10.139.3.1.1.1.2.6.9.1.2
The probe history sequence of this entry belong to
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

devIpv6PingProbeHistoryResponseTime 1.3.6.1.4.1.171.10.139.3.1.1.1.2.6.9.1.3
The amount of time measured in milliseconds from when a probe was sent to when its response was received or when it timed out. The value of this object is reported as 0 when it is not possible to transmit a probe.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

devFunLangMgmtFile 1.3.6.1.4.1.171.10.139.3.1.1.1.2.7.1
Language Management. Language File
Status: obsolete Access: read-write
OBJECT-TYPE    
  DisplayString Size(1..64)  

devFunLangMgmtApply 1.3.6.1.4.1.171.10.139.3.1.1.1.2.7.2
Language Management. Apply
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

devFunRestart 1.3.6.1.4.1.171.10.139.3.1.1.1.2.8
This object allows the user to restart the Switch (i.e)the entire switch will operationally go down and start again. This objects also allows user to reset swith(all configuration set to default) and reset switch without ip(except ip configuration saved, configuration set to default) and reset switch without ip and vlan(except ip and vlan configuration saved, configuration set to default) When the switch operationally goes down, configuration save operation is initiated based on the configuration save option chosen. When the switch operationally come up, the saved configurations are restored based on the restore option chosen. Once the switch is restarted, the value of this object reverts to noreboot.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER noreboot(1), reboot(2), reset(3), resetwithoutip(4)  

devFunWizardIgnoreNextTime 1.3.6.1.4.1.171.10.139.3.1.1.1.2.9
This object indicates Smart Wizard ignore next time or not.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

deviceErrorCodeTable 1.3.6.1.4.1.171.10.139.3.1.1.1.3.1
A table to control the port specific parameters of the device like speed, duplex mode, etc.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    DeviceErrorCodeEntry

deviceErrorCodeEntry 1.3.6.1.4.1.171.10.139.3.1.1.1.3.1.1
An entry appears in this table for each interface in the system. Index to the table is the interface index of the port.
Status: current Access: not-accessible
OBJECT-TYPE    
  DeviceErrorCodeEntry  

devErrorCodeIndex 1.3.6.1.4.1.171.10.139.3.1.1.1.3.1.1.1
Error code index.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

devErrorString 1.3.6.1.4.1.171.10.139.3.1.1.1.3.1.1.2
The error string of the index.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

deviceFanStatus 1.3.6.1.4.1.171.10.139.3.1.1.1.4.1
Enable/Disable Loopback detection function. The Loopback Detection function is used to detect the thermal sensor's status is ok or not , if the status is Enable ,that means the smartfan module will be on work ,it will detect the thermal sensor and send status change log.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER ok(0), fail(1)  

aclProfile 1.3.6.1.4.1.171.10.139.3.1.7.1.1
OBJECT IDENTIFIER    

aclProfileTable 1.3.6.1.4.1.171.10.139.3.1.7.1.1.1
A table to ACL profile .
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AclProfileEntry

aclProfileEntry 1.3.6.1.4.1.171.10.139.3.1.7.1.1.1.1
Each entry in this table is a ACL profile. Index to the table is ACL profile ID.
Status: current Access: not-accessible
OBJECT-TYPE    
  AclProfileEntry  

aclProfileNo 1.3.6.1.4.1.171.10.139.3.1.7.1.1.1.1.1
The ACL Profile ID. The ID 1 to 50 is user-defined ACL, and the ID more than 50 is reserved for system-defined ACL. The user only allow to create user-defined ACL ID. And system-defined ACL is read only.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 1..50  

aclProfileName 1.3.6.1.4.1.171.10.139.3.1.7.1.1.1.1.2
An administratively assigned string, which may be used to identify the Profile.
Status: current Access: read-write
OBJECT-TYPE    
  SnmpAdminString Size(1..32)  

aclProfileType 1.3.6.1.4.1.171.10.139.3.1.7.1.1.1.1.3
The ACL Profile type, possible value are l2 (1) - for MAC-based rule, l3v4 (2) - for IPv4-based rule, l3v4Ext (3) - for IPv4-Ext rule, l3v6 (4) - for IPv6-based rule. Note that only l2, l3 and l3v6 could be set by user, other is reserved for system to show information.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER l2(1), l3v4(2), l3v4Ext(3), l3v6(4), l3v6Ext(5), expert(6)  

aclProfileRuleCount 1.3.6.1.4.1.171.10.139.3.1.7.1.1.1.1.4
The number of rules in this profile.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..65535  

aclProfileRemark 1.3.6.1.4.1.171.10.139.3.1.7.1.1.1.1.5
acl group description which is long and more detailed.
Status: current Access: read-write
OBJECT-TYPE    
  SnmpAdminString Size(0..32)  

aclProfileRuleIdStart 1.3.6.1.4.1.171.10.139.3.1.7.1.1.1.1.6
the start rule id in this acl group.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 1..65535  

aclProfileRuleIdStep 1.3.6.1.4.1.171.10.139.3.1.7.1.1.1.1.7
the step of the rule id in this acl group.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 1..32  

aclProfileRuleCounterState 1.3.6.1.4.1.171.10.139.3.1.7.1.1.1.1.8
the state of hw counter for this acl group.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

aclProfileRuleCounterClear 1.3.6.1.4.1.171.10.139.3.1.7.1.1.1.1.9
Clear rule hw counter for this acl group.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

aclProfileStatus 1.3.6.1.4.1.171.10.139.3.1.7.1.1.1.1.10
This object indicates the status of this entry, can only be set to 'createAndWait','active' and 'destroy'. When the value of the entry status is 'createAndWait', it could be set to 'active' only if the three values of aclProfileType, aclProfileMask and ProtocolType are not conflicted.
Status: current Access: read-write
OBJECT-TYPE    
  RowStatus  

aclL2Rule 1.3.6.1.4.1.171.10.139.3.1.7.1.2
OBJECT IDENTIFIER    

aclL2RuleTable 1.3.6.1.4.1.171.10.139.3.1.7.1.2.1
A table to configure L2 filter rules in the system.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AclL2RuleEntry

aclL2RuleEntry 1.3.6.1.4.1.171.10.139.3.1.7.1.2.1.1
Each entry in this table is a L2 filter rule. Index to the table is the L2 filter number and Profile ID.
Status: current Access: not-accessible
OBJECT-TYPE    
  AclL2RuleEntry  

aclL2ProfileID 1.3.6.1.4.1.171.10.139.3.1.7.1.2.1.1.1
ACL Profile ID which this rule join.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 1..50  

aclL2AccessID 1.3.6.1.4.1.171.10.139.3.1.7.1.2.1.1.2
L2 Filter rule ID.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 1..65535  

aclL2RuleEtherType 1.3.6.1.4.1.171.10.139.3.1.7.1.2.1.1.3
The value in the Type/Len field of a frame that will be matched to trigger this filter. The default value of this object is '0', which means the rule don't care this condition. The aclL2EtherFrameType should be specified as ether-type.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 0..65535  

aclL2RuleDstMacAddr 1.3.6.1.4.1.171.10.139.3.1.7.1.2.1.1.4
Destination MAC address to be matched with the packet. By Default, the Destination Mac Address will be zero,which means the rule don't care this condition.
Status: current Access: read-write
OBJECT-TYPE    
  MacAddress  

aclL2RuleSrcMacAddr 1.3.6.1.4.1.171.10.139.3.1.7.1.2.1.1.5
Source MAC address to be matched with the packet. By Default, the Source Mac Address will be zero, which means the rule don't care this condition.. address
Status: current Access: read-write
OBJECT-TYPE    
  MacAddress  

aclL2RuleVlanId 1.3.6.1.4.1.171.10.139.3.1.7.1.2.1.1.6
Vlan Id to be filtered. In case of Provider bridges, This Vlan Id will be treated as customer Vlan Id. By Default, the value will be '-1', which means the rule don't care this condition.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 -1..4094  

aclL2Rule1pPriority 1.3.6.1.4.1.171.10.139.3.1.7.1.2.1.1.7
802.1p priority to be matched with the packet. By Default, the value will be '-1', which means the rule don't care this condition.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 -1..7  

aclL2RuleDstMacAddrMask 1.3.6.1.4.1.171.10.139.3.1.7.1.2.1.1.8
The MAC address Mask work for Destination MAC address.
Status: current Access: read-write
OBJECT-TYPE    
  MacAddress  

aclL2RuleSrcMacAddrMask 1.3.6.1.4.1.171.10.139.3.1.7.1.2.1.1.9
The MAC address Mask work for Source MAC address.
Status: current Access: read-write
OBJECT-TYPE    
  MacAddress  

aclL2RuleTimeRange 1.3.6.1.4.1.171.10.139.3.1.7.1.2.1.1.10
An administratively assigned string, which may be used to identify the Profile.
Status: current Access: read-write
OBJECT-TYPE    
  SnmpAdminString Size(0..32)  

aclL2RuleAction 1.3.6.1.4.1.171.10.139.3.1.7.1.2.1.1.11
Specifies the action to be taken on the packet if the filter rule matches. If the action is 'allow', the packet will be forwarded according to the forwarding rules. If the action is 'drop', the packet will be discarded.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER allow(1), drop(2)  

aclL2RuleEtherTypeMask 1.3.6.1.4.1.171.10.139.3.1.7.1.2.1.1.12
The value in the Type/Len field of a frame that will be matched to trigger this filter. The default value of this object is '-1', which means the rule don't care this condition. The aclL2EtherFrameType should be specified as ether-type.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32  

aclL2RuleMatchCount 1.3.6.1.4.1.171.10.139.3.1.7.1.2.1.1.13
Number of times this filter is matched.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

aclL2RuleStatus 1.3.6.1.4.1.171.10.139.3.1.7.1.2.1.1.14
This object indicates the status of this entry. An entry is created in this table when this object is SET to 'createAndWait'. The entry in this table is used when the status of this object is SET 'active'. The entry in this table is not used when this object is SET 'notInService'. An entry created in this table is be deleted when this object is SET 'destroy'.
Status: current Access: read-write
OBJECT-TYPE    
  RowStatus  

aclL3v4Rule 1.3.6.1.4.1.171.10.139.3.1.7.1.3
OBJECT IDENTIFIER    

aclL3v4RuleTable 1.3.6.1.4.1.171.10.139.3.1.7.1.3.1
A table to configure L3 filter rules in the system.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AclL3v4RuleEntry

aclL3v4RuleEntry 1.3.6.1.4.1.171.10.139.3.1.7.1.3.1.1
Each entry in this table is a L3 filter rule. Index to the table is L3 filter number.
Status: current Access: not-accessible
OBJECT-TYPE    
  AclL3v4RuleEntry  

aclL3v4RuleProfileNo 1.3.6.1.4.1.171.10.139.3.1.7.1.3.1.1.1
The Profile ID which this rule join.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 1..50  

aclL3v4RuleAccessID 1.3.6.1.4.1.171.10.139.3.1.7.1.3.1.1.2
L3 Filter rule ID.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 1..65535  

aclL3v4RuleDstIpAddr 1.3.6.1.4.1.171.10.139.3.1.7.1.3.1.1.3
Destination IP address to be matched with the packet. The default value will be zero, which means the rule don't care this condition.
Status: current Access: read-write
OBJECT-TYPE    
  IpAddress  

aclL3v4RuleSrcIpAddr 1.3.6.1.4.1.171.10.139.3.1.7.1.3.1.1.4
Source IP address to be matched with the packet. The default value will be zero, which means the rule don't care this condition.
Status: current Access: read-write
OBJECT-TYPE    
  IpAddress  

aclL3v4RuleDstIpAddrMask 1.3.6.1.4.1.171.10.139.3.1.7.1.3.1.1.5
The IP subnet mask for Destination IP address.
Status: current Access: read-write
OBJECT-TYPE    
  IpAddress  

aclL3v4RuleSrcIpAddrMask 1.3.6.1.4.1.171.10.139.3.1.7.1.3.1.1.6
The IP subnet mask for Source IP address.
Status: current Access: read-write
OBJECT-TYPE    
  IpAddress  

aclL3v4RuleAction 1.3.6.1.4.1.171.10.139.3.1.7.1.3.1.1.7
Specifies the action to be taken on the packet if the filter rule matches.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER allow(1), drop(2)  

aclL3v4RuleTimeRange 1.3.6.1.4.1.171.10.139.3.1.7.1.3.1.1.8
An administratively assigned string, which may be used to identify the Profile.
Status: current Access: read-write
OBJECT-TYPE    
  SnmpAdminString Size(0..32)  

aclL3v4RuleMatchCount 1.3.6.1.4.1.171.10.139.3.1.7.1.3.1.1.9
Number of times this filter is matched.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

aclL3v4RuleStatus 1.3.6.1.4.1.171.10.139.3.1.7.1.3.1.1.10
This object indicates the status of this entry. An entry is created in this table when this object is SET to 'createAndWait'. The entry in this table is used when the status of this object is SET 'active'. The entry in this table is not used when this object is SET 'notInService'. An entry created in this table is be deleted when this object is SET 'destroy'.
Status: current Access: read-write
OBJECT-TYPE    
  RowStatus  

aclL3v4ExtRule 1.3.6.1.4.1.171.10.139.3.1.7.1.4
OBJECT IDENTIFIER    

aclL3v4ExtRuleTable 1.3.6.1.4.1.171.10.139.3.1.7.1.4.1
A table to configure L3 filter rules in the system.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AclL3v4ExtRuleEntry

aclL3v4ExtRuleEntry 1.3.6.1.4.1.171.10.139.3.1.7.1.4.1.1
Each entry in this table is a L3 filter rule. Index to the table is L3 filter number.
Status: current Access: not-accessible
OBJECT-TYPE    
  AclL3v4ExtRuleEntry  

aclL3v4ExtRuleProfileNo 1.3.6.1.4.1.171.10.139.3.1.7.1.4.1.1.1
The Profile ID which this rule join.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 1..50  

aclL3v4ExtRuleAccessID 1.3.6.1.4.1.171.10.139.3.1.7.1.4.1.1.2
L3 Filter rule ID.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 1..65535  

aclL3v4ExtRuleProtocol 1.3.6.1.4.1.171.10.139.3.1.7.1.4.1.1.3
The type of protocol to be checked against the packet.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER none(0), icmp(1), igmp(2), tcp(6), udp(17), gre(47), esp(50), eigrp(88), ospf(89), ipinip(94), pim(103), pcp(108), vrrp(112)  

aclL3v4ExtRuleFragments 1.3.6.1.4.1.171.10.139.3.1.7.1.4.1.1.4
Tok_String
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER none(0), enabled(1), disabled(2)  

aclL3v4ExtRuleICMPMessageType 1.3.6.1.4.1.171.10.139.3.1.7.1.4.1.1.5
The message type to be checked against the packet. If the message type matches with the packet, then the packet will be dropped / allowed based on the action set in aclL3RuleAction. The default value is '-1',which means the rule don't care this condition. Some ICMP message types are: echoReply(0), destinationUnreachable(3), sourceQuench(4), redirect(5), echoRequest(8), timeExceeded(11), parameterProblem(12), timestampRequest(13), timestampReply(14), informationRequest(15), informationReply(16), addressMaskRequest(17), addressMaskReply (18),
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 -1..255  

aclL3v4ExtRuleICMPMessageCode 1.3.6.1.4.1.171.10.139.3.1.7.1.4.1.1.6
The message code to be checked against the packet. If the packet matches with the message code, then the packet will be dropped / allowed based on the action set in aclL3RuleAction. The default value is '-1', which means the rule don't care this condition. Some ICMP message codes are : networkUnreachable(0), hostUnreachable(1), protocolUnreachable(2), portUnreachable(3), fragmentNeed(4), sourceRouteFail(5), destNetworkUnknown(6), destHostUnknown(7), srcHostIsolated(8), destNetworkAdminProhibited(9), destHostAdminProhibited(10), networkUnreachableTOS(11), hostUnreachableTOS(12),
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 -1..255  

aclL3v4ExtRuleDstIpAddr 1.3.6.1.4.1.171.10.139.3.1.7.1.4.1.1.7
Destination IP address to be matched with the packet. The default value will be zero, which means the rule don't care this condition.
Status: current Access: read-write
OBJECT-TYPE    
  IpAddress  

aclL3v4ExtRuleSrcIpAddr 1.3.6.1.4.1.171.10.139.3.1.7.1.4.1.1.8
Source IP address to be matched with the packet. The default value will be zero, which means the rule don't care this condition.
Status: current Access: read-write
OBJECT-TYPE    
  IpAddress  

aclL3v4ExtRuleDstIpAddrMask 1.3.6.1.4.1.171.10.139.3.1.7.1.4.1.1.9
The IP subnet mask for Destination IP address.
Status: current Access: read-write
OBJECT-TYPE    
  IpAddress  

aclL3v4ExtRuleSrcIpAddrMask 1.3.6.1.4.1.171.10.139.3.1.7.1.4.1.1.10
The IP subnet mask for Source IP address.
Status: current Access: read-write
OBJECT-TYPE    
  IpAddress  

aclL3v4ExtRuleTcpUdpDstOperator 1.3.6.1.4.1.171.10.139.3.1.7.1.4.1.1.11
The type of UDP/TCP port operator indicates how a packet's TCP/UDP source or destination port number is compared. none(1) - No comparison. eq (2)- equal gt (3)- greater than. lt (4)- less than. neq(5)- not equal range(6)- compares the port value between two numbers.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER none(1), eq(2), gt(3), lt(4), neq(5), range(6)  

aclL3v4ExtRuleTcpUdpDstPort 1.3.6.1.4.1.171.10.139.3.1.7.1.4.1.1.12
The TCP / UDP destination port. The default value is -1, which means the rule don't care this condition.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 -1..65535  

aclL3v4ExtRuleTcpUdpMinDstPort 1.3.6.1.4.1.171.10.139.3.1.7.1.4.1.1.13
The minimum port in the destination port range.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32  

aclL3v4ExtRuleTcpUdpMaxDstPort 1.3.6.1.4.1.171.10.139.3.1.7.1.4.1.1.14
The maximum port in the destination port range.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32  

aclL3v4ExtRuleTcpUdpSrcOperator 1.3.6.1.4.1.171.10.139.3.1.7.1.4.1.1.15
The type of UDP/TCP port operator indicates how a packet's TCP/UDP source or destination port number is compared. none(1) - No comparison. eq (2)- equal gt (3)- greater than. lt (4)- less than. neq(5)- not equal range(6)- compares the port value between two numbers.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER none(1), eq(2), gt(3), lt(4), neq(5), range(6)  

aclL3v4ExtRuleTcpUdpSrcPort 1.3.6.1.4.1.171.10.139.3.1.7.1.4.1.1.16
The TCP / UDP source port. The default value is -1, which means the rule don't care this condition.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 -1..65535  

aclL3v4ExtRuleTcpUdpMinSrcPort 1.3.6.1.4.1.171.10.139.3.1.7.1.4.1.1.17
The minimum port in the source port range.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32  

aclL3v4ExtRuleTcpUdpMaxSrcPort 1.3.6.1.4.1.171.10.139.3.1.7.1.4.1.1.18
The maximum port in the source port range.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32  

aclL3v4ExtRuleIPPrecedence 1.3.6.1.4.1.171.10.139.3.1.7.1.4.1.1.19
Tok_String
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 -1..7  

aclL3v4ExtRuleDscp 1.3.6.1.4.1.171.10.139.3.1.7.1.4.1.1.20
The IP Dscp value to be checked against the packet. A default value is '-1', which means the rule don't care this condition. The aclL3RuleTos should be specified as dscp.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 -1..63  

aclL3v4ExtRuleToS 1.3.6.1.4.1.171.10.139.3.1.7.1.4.1.1.21
The ToS value to be checked against the packet. A default value is '-1', which means the rule don't care this condition. The cmAclL3RuleTos should be specified as dscp.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 -1..15  

aclL3v4ExtRuleTcpAckBit 1.3.6.1.4.1.171.10.139.3.1.7.1.4.1.1.22
The TCP ACK bit to be checked against the packet. The default value is 'dont-care'(3), which means the rule don't care this condition.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER establish(1), notEstablish(2), dont-care(3)  

aclL3v4ExtRuleTcpRstBit 1.3.6.1.4.1.171.10.139.3.1.7.1.4.1.1.23
The TCP RST bit to be checked against the packet. The default value is 'dont-care'(3), which means the rule don't care this condition.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER establish(1), notEstablish(2), dont-care(3)  

aclL3v4ExtRuleTcpUrgBit 1.3.6.1.4.1.171.10.139.3.1.7.1.4.1.1.24
The TCP Urg bit to be checked against the packet. The default value is 'dont-care'(3), which means the rule don't care this condition.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER establish(1), notEstablish(2), dont-care(3)  

aclL3v4ExtRuleTcpPshBit 1.3.6.1.4.1.171.10.139.3.1.7.1.4.1.1.25
The TCP Psh bit to be checked against the packet. The default value is 'dont-care'(3). which means the rule don't care this condition.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER establish(1), notEstablish(2), dont-care(3)  

aclL3v4ExtRuleTcpSynBit 1.3.6.1.4.1.171.10.139.3.1.7.1.4.1.1.26
The TCP Syn bit to be checked against the packet. The default value is 'dont-care'(3), which means the rule don't care this condition.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER establish(1), notEstablish(2), dont-care(3)  

aclL3v4ExtRuleTcpFinBit 1.3.6.1.4.1.171.10.139.3.1.7.1.4.1.1.27
The TCP Fin bit to be checked against the packet. The default value is 'dont-care'(3), which means the rule don't care this condition.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER establish(1), notEstablish(2), dont-care(3)  

aclL3v4ExtRuleAction 1.3.6.1.4.1.171.10.139.3.1.7.1.4.1.1.28
Specifies the action to be taken on the packet if the filter rule matches.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER allow(1), drop(2)  

aclL3v4ExtRuleTimeRange 1.3.6.1.4.1.171.10.139.3.1.7.1.4.1.1.29
An administratively assigned string, which may be used to identify the Profile.
Status: current Access: read-write
OBJECT-TYPE    
  SnmpAdminString Size(0..32)  

aclL3v4ExtRuleMatchCount 1.3.6.1.4.1.171.10.139.3.1.7.1.4.1.1.30
Number of times this filter is matched.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

aclL3v4ExtRuleStatus 1.3.6.1.4.1.171.10.139.3.1.7.1.4.1.1.31
This object indicates the status of this entry. An entry is created in this table when this object is SET to 'createAndWait'. The entry in this table is used when the status of this object is SET 'active'. The entry in this table is not used when this object is SET 'notInService'. An entry created in this table is be deleted when this object is SET 'destroy'.
Status: current Access: read-write
OBJECT-TYPE    
  RowStatus  

aclL3v6Rule 1.3.6.1.4.1.171.10.139.3.1.7.1.5
OBJECT IDENTIFIER    

aclL3v6RuleTable 1.3.6.1.4.1.171.10.139.3.1.7.1.5.1
A table to configure L3 ipv6 filter rules in the system.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AclL3v6RuleEntry

aclL3v6RuleEntry 1.3.6.1.4.1.171.10.139.3.1.7.1.5.1.1
Each entry in this table is a L3 ipv6 filter rule. Index to the table is L3 ipv6 filter number.
Status: current Access: not-accessible
OBJECT-TYPE    
  AclL3v6RuleEntry  

aclL3v6RuleProfileNo 1.3.6.1.4.1.171.10.139.3.1.7.1.5.1.1.1
The Profile ID which this rule join.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 1..50  

aclL3v6RuleAccessID 1.3.6.1.4.1.171.10.139.3.1.7.1.5.1.1.2
L3 Filter rule ID.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 1..65535  

aclL3v6RuleDstIpv6Addr 1.3.6.1.4.1.171.10.139.3.1.7.1.5.1.1.3
Destination IPv6 address to be matched with the packet.
Status: current Access: read-write
OBJECT-TYPE    
  Ipv6Address  

aclL3v6RuleSrcIpv6Addr 1.3.6.1.4.1.171.10.139.3.1.7.1.5.1.1.4
Source IPv6 address to be matched with the packet.
Status: current Access: read-write
OBJECT-TYPE    
  Ipv6Address  

aclL3v6RuleDstIpv6AddrPrefixLen 1.3.6.1.4.1.171.10.139.3.1.7.1.5.1.1.5
The prefix length for Destination IPv6 address.
Status: current Access: read-write
OBJECT-TYPE    
  InetAddressPrefixLength  

aclL3v6RuleSrcIpv6AddrPrefixLen 1.3.6.1.4.1.171.10.139.3.1.7.1.5.1.1.6
The prefix length for Source IPv6 address.
Status: current Access: read-write
OBJECT-TYPE    
  InetAddressPrefixLength  

aclL3v6RuleAction 1.3.6.1.4.1.171.10.139.3.1.7.1.5.1.1.7
Specifies the action to be taken on the packet if the filter rule matches.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER allow(1), drop(2)  

aclL3v6RuleTimeRange 1.3.6.1.4.1.171.10.139.3.1.7.1.5.1.1.8
An administratively assigned string, which may be used to identify the Profile.
Status: current Access: read-write
OBJECT-TYPE    
  SnmpAdminString Size(0..32)  

aclL3v6RuleMatchCount 1.3.6.1.4.1.171.10.139.3.1.7.1.5.1.1.9
Number of times this filter is matched.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

aclL3v6RuleStatus 1.3.6.1.4.1.171.10.139.3.1.7.1.5.1.1.10
This object indicates the status of this entry. An entry is created in this table when this object is SET to 'createAndWait'. The entry in this table is used when the status of this object is SET 'active'. The entry in this table is not used when this object is SET 'notInService'. An entry created in this table is be deleted when this object is SET 'destroy'.
Status: current Access: read-write
OBJECT-TYPE    
  RowStatus  

aclL3v6ExtRule 1.3.6.1.4.1.171.10.139.3.1.7.1.6
OBJECT IDENTIFIER    

aclL3v6ExtRuleTable 1.3.6.1.4.1.171.10.139.3.1.7.1.6.1
A table to configure L3 ipv6 filter rules in the system.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AclL3v6ExtRuleEntry

aclL3v6ExtRuleEntry 1.3.6.1.4.1.171.10.139.3.1.7.1.6.1.1
Each entry in this table is a L3 ipv6 filter rule. Index to the table is L3 ipv6 filter number.
Status: current Access: not-accessible
OBJECT-TYPE    
  AclL3v6ExtRuleEntry  

aclL3v6ExtRuleProfileNo 1.3.6.1.4.1.171.10.139.3.1.7.1.6.1.1.1
The Profile ID which this rule join.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 1..50  

aclL3v6ExtRuleAccessID 1.3.6.1.4.1.171.10.139.3.1.7.1.6.1.1.2
L3 Filter rule ID.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 1..65535  

aclL3v6ExtRuleDscp 1.3.6.1.4.1.171.10.139.3.1.7.1.6.1.1.3
The IP Dscp value to be checked against the packet. A default value is '-1', which means the rule don't care this condition.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 -1..63  

aclL3v6ExtRuleProtocol 1.3.6.1.4.1.171.10.139.3.1.7.1.6.1.1.4
The type of protocol to be checked against the packet.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 0..255  

aclL3v6ExtRuleFragments 1.3.6.1.4.1.171.10.139.3.1.7.1.6.1.1.5
Tok_String
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER none(0), enabled(1), disabled(2)  

aclL3v6ExtRuleTcpUdpDstOperator 1.3.6.1.4.1.171.10.139.3.1.7.1.6.1.1.6
The type of UDP/TCP port operator indicates how a packet's TCP/UDP source or destination port number is compared. none(1) - No comparison. eq (2)- equal gt (3)- greater than. lt (4)- less than. neq(5)- not equal range(6)- compares the port value between two numbers.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER none(1), eq(2), gt(3), lt(4), neq(5), range(6)  

aclL3v6ExtRuleTcpUdpDstPort 1.3.6.1.4.1.171.10.139.3.1.7.1.6.1.1.7
The TCP / UDP destination port. The default value is -1, which means the rule don't care this condition.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 0..65535  

aclL3v6ExtRuleTcpUdpMinDstPort 1.3.6.1.4.1.171.10.139.3.1.7.1.6.1.1.8
The minimum port in the destination port range.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32 0..65535  

aclL3v6ExtRuleTcpUdpMaxDstPort 1.3.6.1.4.1.171.10.139.3.1.7.1.6.1.1.9
The maximum port in the destination port range.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32 0..65535  

aclL3v6ExtRuleTcpUdpSrcOperator 1.3.6.1.4.1.171.10.139.3.1.7.1.6.1.1.10
The type of UDP/TCP port operator indicates how a packet's TCP/UDP source or destination port number is compared. none(1) - No comparison. eq (2)- equal gt (3)- greater than. lt (4)- less than. neq(5)- not equal range(6)- compares the port value between two numbers.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER none(1), eq(2), gt(3), lt(4), neq(5), range(6)  

aclL3v6ExtRuleTcpUdpSrcPort 1.3.6.1.4.1.171.10.139.3.1.7.1.6.1.1.11
The TCP / UDP source port. The default value is -1, which means the rule don't care this condition.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 0..65535  

aclL3v6ExtRuleTcpUdpMinSrcPort 1.3.6.1.4.1.171.10.139.3.1.7.1.6.1.1.12
The minimum port in the source port range.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32 0..65535  

aclL3v6ExtRuleTcpUdpMaxSrcPort 1.3.6.1.4.1.171.10.139.3.1.7.1.6.1.1.13
The maximum port in the source port range.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32 0..65535  

aclL3v6ExtRuleICMPv6MessageType 1.3.6.1.4.1.171.10.139.3.1.7.1.6.1.1.14
The message type to be checked against the packet. If the message type matches with the packet, then the packet will be dropped / allowed based on the action set in aclL3RuleAction. The default value is '-1',which means the rule don't care this condition. Some ICMP message types are: echoReply(0), destinationUnreachable(3), sourceQuench(4), redirect(5), echoRequest(8), timeExceeded(11), parameterProblem(12), timestampRequest(13), timestampReply(14), informationRequest(15), informationReply(16), addressMaskRequest(17), addressMaskReply (18),
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 -1..255  

aclL3v6ExtRuleICMPv6MessageCode 1.3.6.1.4.1.171.10.139.3.1.7.1.6.1.1.15
The message code to be checked against the packet. If the packet matches with the message code, then the packet will be dropped / allowed based on the action set in aclL3RuleAction. The default value is '-1', which means the rule don't care this condition. Some ICMP message codes are : networkUnreachable(0), hostUnreachable(1), protocolUnreachable(2), portUnreachable(3), fragmentNeed(4), sourceRouteFail(5), destNetworkUnknown(6), destHostUnknown(7), srcHostIsolated(8), destNetworkAdminProhibited(9), destHostAdminProhibited(10), networkUnreachableTOS(11), hostUnreachableTOS(12),
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 -1..255  

aclL3v6ExtRuleDstIpv6Addr 1.3.6.1.4.1.171.10.139.3.1.7.1.6.1.1.16
Destination IPv6 address to be matched with the packet.
Status: current Access: read-write
OBJECT-TYPE    
  Ipv6Address  

aclL3v6ExtRuleSrcIpv6Addr 1.3.6.1.4.1.171.10.139.3.1.7.1.6.1.1.17
Source IPv6 address to be matched with the packet.
Status: current Access: read-write
OBJECT-TYPE    
  Ipv6Address  

aclL3v6ExtRuleDstIpv6AddrPrefixLen 1.3.6.1.4.1.171.10.139.3.1.7.1.6.1.1.18
The prefix length for Destination IPv6 address.
Status: current Access: read-write
OBJECT-TYPE    
  InetAddressPrefixLength  

aclL3v6ExtRuleSrcIpv6AddrPrefixLen 1.3.6.1.4.1.171.10.139.3.1.7.1.6.1.1.19
The prefix length for Source IPv6 address.
Status: current Access: read-write
OBJECT-TYPE    
  InetAddressPrefixLength  

aclL3v6ExtRuleTcpAckBit 1.3.6.1.4.1.171.10.139.3.1.7.1.6.1.1.20
The TCP ACK bit to be checked against the packet. The default value is 'dont-care'(3), which means the rule don't care this condition.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER establish(1), notEstablish(2), dont-care(3)  

aclL3v6ExtRuleTcpRstBit 1.3.6.1.4.1.171.10.139.3.1.7.1.6.1.1.21
The TCP RST bit to be checked against the packet. The default value is 'dont-care'(3), which means the rule don't care this condition.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER establish(1), notEstablish(2), dont-care(3)  

aclL3v6ExtRuleTcpUrgBit 1.3.6.1.4.1.171.10.139.3.1.7.1.6.1.1.22
The TCP Urg bit to be checked against the packet. The default value is 'dont-care'(3), which means the rule don't care this condition.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER establish(1), notEstablish(2), dont-care(3)  

aclL3v6ExtRuleTcpPshBit 1.3.6.1.4.1.171.10.139.3.1.7.1.6.1.1.23
The TCP Psh bit to be checked against the packet. The default value is 'dont-care'(3). which means the rule don't care this condition.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER establish(1), notEstablish(2), dont-care(3)  

aclL3v6ExtRuleTcpSynBit 1.3.6.1.4.1.171.10.139.3.1.7.1.6.1.1.24
The TCP Syn bit to be checked against the packet. The default value is 'dont-care'(3), which means the rule don't care this condition.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER establish(1), notEstablish(2), dont-care(3)  

aclL3v6ExtRuleTcpFinBit 1.3.6.1.4.1.171.10.139.3.1.7.1.6.1.1.25
The TCP Fin bit to be checked against the packet. The default value is 'dont-care'(3), which means the rule don't care this condition.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER establish(1), notEstablish(2), dont-care(3)  

aclL3v6ExtRuleFlowLabel 1.3.6.1.4.1.171.10.139.3.1.7.1.6.1.1.26
The flow identifier in an IPv6 header.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 -1..1048575  

aclL3v6ExtRuleAction 1.3.6.1.4.1.171.10.139.3.1.7.1.6.1.1.27
Specifies the action to be taken on the packet if the filter rule matches.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER allow(1), drop(2)  

aclL3v6ExtRuleTimeRange 1.3.6.1.4.1.171.10.139.3.1.7.1.6.1.1.28
An administratively assigned string, which may be used to identify the Profile.
Status: current Access: read-write
OBJECT-TYPE    
  SnmpAdminString Size(0..32)  

aclL3v6ExtRuleMatchCount 1.3.6.1.4.1.171.10.139.3.1.7.1.6.1.1.29
Number of times this filter is matched.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

aclL3v6ExtRuleStatus 1.3.6.1.4.1.171.10.139.3.1.7.1.6.1.1.30
This object indicates the status of this entry. An entry is created in this table when this object is SET to 'createAndWait'. The entry in this table is used when the status of this object is SET 'active'. The entry in this table is not used when this object is SET 'notInService'. An entry created in this table is be deleted when this object is SET 'destroy'.
Status: current Access: read-write
OBJECT-TYPE    
  RowStatus  

aclExpertExtRule 1.3.6.1.4.1.171.10.139.3.1.7.1.7
OBJECT IDENTIFIER    

aclExpertExtRuleTable 1.3.6.1.4.1.171.10.139.3.1.7.1.7.1
A table to configure L3 filter rules in the system.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AclExpertExtRuleEntry

aclExpertExtRuleEntry 1.3.6.1.4.1.171.10.139.3.1.7.1.7.1.1
Each entry in this table is a L3 filter rule. Index to the table is L3 filter number.
Status: current Access: not-accessible
OBJECT-TYPE    
  AclExpertExtRuleEntry  

aclExpertExtRuleProfileNo 1.3.6.1.4.1.171.10.139.3.1.7.1.7.1.1.1
The Profile ID which this rule join.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 1..50  

aclExpertExtRuleAccessID 1.3.6.1.4.1.171.10.139.3.1.7.1.7.1.1.2
L3 Filter rule ID.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 1..65535  

aclExpertExtRuleProtocol 1.3.6.1.4.1.171.10.139.3.1.7.1.7.1.1.3
The type of protocol to be checked against the packet.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER none(0), icmp(1), igmp(2), tcp(6), udp(17), gre(47), esp(50), eigrp(88), ospf(89), ipinip(94), pim(103), pcp(108), vrrp(112)  

aclExpertExtRuleFragments 1.3.6.1.4.1.171.10.139.3.1.7.1.7.1.1.4
Tok_String
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER none(0), enabled(1), disabled(2)  

aclExpertExtRuleICMPMessageType 1.3.6.1.4.1.171.10.139.3.1.7.1.7.1.1.5
The message type to be checked against the packet. If the message type matches with the packet, then the packet will be dropped / allowed based on the action set in aclL3RuleAction. The default value is '-1',which means the rule don't care this condition. Some ICMP message types are: echoReply(0), destinationUnreachable(3), sourceQuench(4), redirect(5), echoRequest(8), timeExceeded(11), parameterProblem(12), timestampRequest(13), timestampReply(14), informationRequest(15), informationReply(16), addressMaskRequest(17), addressMaskReply (18),
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 -1..255  

aclExpertExtRuleICMPMessageCode 1.3.6.1.4.1.171.10.139.3.1.7.1.7.1.1.6
The message code to be checked against the packet. If the packet matches with the message code, then the packet will be dropped / allowed based on the action set in aclL3RuleAction. The default value is '-1', which means the rule don't care this condition. Some ICMP message codes are : networkUnreachable(0), hostUnreachable(1), protocolUnreachable(2), portUnreachable(3), fragmentNeed(4), sourceRouteFail(5), destNetworkUnknown(6), destHostUnknown(7), srcHostIsolated(8), destNetworkAdminProhibited(9), destHostAdminProhibited(10), networkUnreachableTOS(11), hostUnreachableTOS(12),
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 -1..255  

aclExpertExtRuleDstIpAddr 1.3.6.1.4.1.171.10.139.3.1.7.1.7.1.1.7
Destination IP address to be matched with the packet. The default value will be zero, which means the rule don't care this condition.
Status: current Access: read-write
OBJECT-TYPE    
  IpAddress  

aclExpertExtRuleSrcIpAddr 1.3.6.1.4.1.171.10.139.3.1.7.1.7.1.1.8
Source IP address to be matched with the packet. The default value will be zero, which means the rule don't care this condition.
Status: current Access: read-write
OBJECT-TYPE    
  IpAddress  

aclExpertExtRuleDstIpAddrMask 1.3.6.1.4.1.171.10.139.3.1.7.1.7.1.1.9
The IP subnet mask for Destination IP address.
Status: current Access: read-write
OBJECT-TYPE    
  IpAddress  

aclExpertExtRuleSrcIpAddrMask 1.3.6.1.4.1.171.10.139.3.1.7.1.7.1.1.10
The IP subnet mask for Source IP address.
Status: current Access: read-write
OBJECT-TYPE    
  IpAddress  

aclExpertExtRuleTcpUdpDstOperator 1.3.6.1.4.1.171.10.139.3.1.7.1.7.1.1.11
The type of UDP/TCP port operator indicates how a packet's TCP/UDP source or destination port number is compared. none(1) - No comparison. eq (2)- equal gt (3)- greater than. lt (4)- less than. neq(5)- not equal range(6)- compares the port value between two numbers.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER none(1), eq(2), gt(3), lt(4), neq(5), range(6)  

aclExpertExtRuleTcpUdpDstPort 1.3.6.1.4.1.171.10.139.3.1.7.1.7.1.1.12
The TCP / UDP destination port. The default value is -1, which means the rule don't care this condition.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 -1..65535  

aclExpertExtRuleTcpUdpMinDstPort 1.3.6.1.4.1.171.10.139.3.1.7.1.7.1.1.13
The minimum port in the destination port range.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER  

aclExpertExtRuleTcpUdpMaxDstPort 1.3.6.1.4.1.171.10.139.3.1.7.1.7.1.1.14
The maximum port in the destination port range.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER  

aclExpertExtRuleTcpUdpSrcOperator 1.3.6.1.4.1.171.10.139.3.1.7.1.7.1.1.15
The type of UDP/TCP port operator indicates how a packet's TCP/UDP source or destination port number is compared. none(1) - No comparison. eq (2)- equal gt (3)- greater than. lt (4)- less than. neq(5)- not equal range(6)- compares the port value between two numbers.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER none(1), eq(2), gt(3), lt(4), neq(5), range(6)  

aclExpertExtRuleTcpUdpSrcPort 1.3.6.1.4.1.171.10.139.3.1.7.1.7.1.1.16
The TCP / UDP source port. The default value is -1, which means the rule don't care this condition.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 -1..65535  

aclExpertExtRuleTcpUdpMinSrcPort 1.3.6.1.4.1.171.10.139.3.1.7.1.7.1.1.17
The minimum port in the source port range.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER  

aclExpertExtRuleTcpUdpMaxSrcPort 1.3.6.1.4.1.171.10.139.3.1.7.1.7.1.1.18
The maximum port in the source port range.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER  

aclExpertExtRuleIPPrecedence 1.3.6.1.4.1.171.10.139.3.1.7.1.7.1.1.19
Tok_String
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 -1..7  

aclExpertExtRuleDscp 1.3.6.1.4.1.171.10.139.3.1.7.1.7.1.1.20
The IP Dscp value to be checked against the packet. A default value is '-1', which means the rule don't care this condition. The aclL3RuleTos should be specified as dscp.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 -1..63  

aclExpertExtRuleToS 1.3.6.1.4.1.171.10.139.3.1.7.1.7.1.1.21
The ToS value to be checked against the packet. A default value is '-1', which means the rule don't care this condition. The cmAclL3RuleTos should be specified as dscp.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 -1..15  

aclExpertExtRuleTcpAckBit 1.3.6.1.4.1.171.10.139.3.1.7.1.7.1.1.22
The TCP ACK bit to be checked against the packet. The default value is 'dont-care'(3), which means the rule don't care this condition.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER establish(1), notEstablish(2), dont-care(3)  

aclExpertExtRuleTcpRstBit 1.3.6.1.4.1.171.10.139.3.1.7.1.7.1.1.23
The TCP RST bit to be checked against the packet. The default value is 'dont-care'(3), which means the rule don't care this condition.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER establish(1), notEstablish(2), dont-care(3)  

aclExpertExtRuleTcpUrgBit 1.3.6.1.4.1.171.10.139.3.1.7.1.7.1.1.24
The TCP Urg bit to be checked against the packet. The default value is 'dont-care'(3), which means the rule don't care this condition.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER establish(1), notEstablish(2), dont-care(3)  

aclExpertExtRuleTcpPshBit 1.3.6.1.4.1.171.10.139.3.1.7.1.7.1.1.25
The TCP Psh bit to be checked against the packet. The default value is 'dont-care'(3). which means the rule don't care this condition.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER establish(1), notEstablish(2), dont-care(3)  

aclExpertExtRuleTcpSynBit 1.3.6.1.4.1.171.10.139.3.1.7.1.7.1.1.26
The TCP Syn bit to be checked against the packet. The default value is 'dont-care'(3), which means the rule don't care this condition.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER establish(1), notEstablish(2), dont-care(3)  

aclExpertExtRuleTcpFinBit 1.3.6.1.4.1.171.10.139.3.1.7.1.7.1.1.27
The TCP Fin bit to be checked against the packet. The default value is 'dont-care'(3), which means the rule don't care this condition.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER establish(1), notEstablish(2), dont-care(3)  

aclExpertExtRuleDstMacAddr 1.3.6.1.4.1.171.10.139.3.1.7.1.7.1.1.28
Destination MAC address to be matched with the packet. By Default, the Destination Mac Address will be zero,which means the rule don't care this condition.
Status: current Access: read-write
OBJECT-TYPE    
  MacAddress  

aclExpertExtRuleSrcMacAddr 1.3.6.1.4.1.171.10.139.3.1.7.1.7.1.1.29
Source MAC address to be matched with the packet. By Default, the Source Mac Address will be zero, which means the rule don't care this condition.. address
Status: current Access: read-write
OBJECT-TYPE    
  MacAddress  

aclExpertExtRuleVlanId 1.3.6.1.4.1.171.10.139.3.1.7.1.7.1.1.30
Vlan Id to be filtered. In case of Provider bridges, This Vlan Id will be treated as customer Vlan Id. By Default, the value will be '-1', which means the rule don't care this condition.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 -1..4094  

aclExpertExtRule1pPriority 1.3.6.1.4.1.171.10.139.3.1.7.1.7.1.1.31
802.1p priority to be matched with the packet. By Default, the value will be '-1', which means the rule don't care this condition.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 -1..7  

aclExpertExtRuleDstMacAddrMask 1.3.6.1.4.1.171.10.139.3.1.7.1.7.1.1.32
The MAC address Mask work for Destination MAC address.
Status: current Access: read-write
OBJECT-TYPE    
  MacAddress  

aclExpertExtRuleSrcMacAddrMask 1.3.6.1.4.1.171.10.139.3.1.7.1.7.1.1.33
The MAC address Mask work for Source MAC address.
Status: current Access: read-write
OBJECT-TYPE    
  MacAddress  

aclExpertExtRuleAction 1.3.6.1.4.1.171.10.139.3.1.7.1.7.1.1.34
Specifies the action to be taken on the packet if the filter rule matches.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER allow(1), drop(2)  

aclExpertExtRuleTimeRange 1.3.6.1.4.1.171.10.139.3.1.7.1.7.1.1.35
An administratively assigned string, which may be used to identify the Profile.
Status: current Access: read-write
OBJECT-TYPE    
  SnmpAdminString Size(0..32)  

aclExpertExtRuleMatchCount 1.3.6.1.4.1.171.10.139.3.1.7.1.7.1.1.36
Number of times this filter is matched.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

aclExpertExtRuleStatus 1.3.6.1.4.1.171.10.139.3.1.7.1.7.1.1.37
This object indicates the status of this entry. An entry is created in this table when this object is SET to 'createAndWait'. The entry in this table is used when the status of this object is SET 'active'. The entry in this table is not used when this object is SET 'notInService'. An entry created in this table is be deleted when this object is SET 'destroy'.
Status: current Access: read-write
OBJECT-TYPE    
  RowStatus  

aclPortBindGroup 1.3.6.1.4.1.171.10.139.3.1.7.1.8
OBJECT IDENTIFIER    

aclPortGroupTable 1.3.6.1.4.1.171.10.139.3.1.7.1.8.1
A table to control the port group binding information of L2 Group, L3v4 Group, and L3v6 Group
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AclPortGroupEntry

aclPortGroupEntry 1.3.6.1.4.1.171.10.139.3.1.7.1.8.1.1
An entry appears in this table for each interface in the system. Index to the table is the interface index of the port.
Status: current Access: not-accessible
OBJECT-TYPE    
  AclPortGroupEntry  

aclPortIndex 1.3.6.1.4.1.171.10.139.3.1.7.1.8.1.1.1
Interface index of the port for the configuration in this entry applies.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

aclPortDirection 1.3.6.1.4.1.171.10.139.3.1.7.1.8.1.1.2
Specifies the action to be taken on the packet if the filter rule matches.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER in(1)  

aclPortL2ProfileNo 1.3.6.1.4.1.171.10.139.3.1.7.1.8.1.1.3
The L2 Profile ID which this port bind. zero means not configured.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 0..50  

aclPortL3v4StdProfileNo 1.3.6.1.4.1.171.10.139.3.1.7.1.8.1.1.4
The L3v4 Profile ID which this port bind. zero means not configured.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 0..50  

aclPortL3v4ExtProfileNo 1.3.6.1.4.1.171.10.139.3.1.7.1.8.1.1.5
The L3v4 Profile ID which this port bind. zero means not configured.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 0..50  

aclPortL3v6StdProfileNo 1.3.6.1.4.1.171.10.139.3.1.7.1.8.1.1.6
The L3v6 Profile ID which this port bind. zero means not configured.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 0..50  

aclPortL3v6ExtProfileNo 1.3.6.1.4.1.171.10.139.3.1.7.1.8.1.1.7
The L3v6 Profile ID which this port bind. zero means not configured.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 0..50  

aclPortExpertProfileNo 1.3.6.1.4.1.171.10.139.3.1.7.1.8.1.1.8
The L3v6 Profile ID which this port bind. zero means not configured.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 0..50  

snmpGlobalSettings 1.3.6.1.4.1.171.10.139.3.1.3.3.1
OBJECT IDENTIFIER    

snmpView 1.3.6.1.4.1.171.10.139.3.1.3.3.3
OBJECT IDENTIFIER    

snmpCommunity 1.3.6.1.4.1.171.10.139.3.1.3.3.4
OBJECT IDENTIFIER    

snmpGroup 1.3.6.1.4.1.171.10.139.3.1.3.3.5
OBJECT IDENTIFIER    

snmpUser 1.3.6.1.4.1.171.10.139.3.1.3.3.7
OBJECT IDENTIFIER    

snmpHost 1.3.6.1.4.1.171.10.139.3.1.3.3.8
OBJECT IDENTIFIER    

snmpGlobalState 1.3.6.1.4.1.171.10.139.3.1.3.3.1.1
This object is for enabling or disabling SNMP Community function.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

snmpResBroadReq 1.3.6.1.4.1.171.10.139.3.1.3.3.1.2
This object is for enabling or disabling SNMP Response Broadcast Request.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

snmpUDPPort 1.3.6.1.4.1.171.10.139.3.1.3.3.1.3
SNMP UDP Port (0-65535).
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32 0..65535  

snmpTrapSourceInterface 1.3.6.1.4.1.171.10.139.3.1.3.3.1.4
Trap Source Interface.
Status: current Access: read-write
OBJECT-TYPE    
  SnmpAdminString Size(1..32)  

snmpTrapGlobalState 1.3.6.1.4.1.171.10.139.3.1.3.3.1.5
This object is for enabling or disabling SNMP Trap Global State.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

snmpTrapSNMPAuthTrap 1.3.6.1.4.1.171.10.139.3.1.3.3.1.6
This object is for enabling or disabling SNMP login fail event trap in the system.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

snmpTrapPortLinkUp 1.3.6.1.4.1.171.10.139.3.1.3.3.1.7
This object is for enabling or disabling Port Link Up.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

snmpTrapPortLinkDown 1.3.6.1.4.1.171.10.139.3.1.3.3.1.8
This object is for enabling or disabling Port Link Down.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

snmpTrapColdstart 1.3.6.1.4.1.171.10.139.3.1.3.3.1.9
This object is for enabling or disabling devie Bootup event trap in the system.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

snmpTrapWarmstart 1.3.6.1.4.1.171.10.139.3.1.3.3.1.10
This object is for enabling or disabling devie bootup event trap in the system.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

snmpViewTable 1.3.6.1.4.1.171.10.139.3.1.3.3.3.1
The table of snmp view tree.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SnmpViewEntry

snmpViewEntry 1.3.6.1.4.1.171.10.139.3.1.3.3.3.1.1
The list of snmp view tree entry.
Status: current Access: not-accessible
OBJECT-TYPE    
  SnmpViewEntry  

snmpViewName 1.3.6.1.4.1.171.10.139.3.1.3.3.3.1.1.1
The human readable name for a family of view subtrees.
Status: current Access: read-only
OBJECT-TYPE    
  SnmpAdminString Size(1..32)  

snmpViewSubtree 1.3.6.1.4.1.171.10.139.3.1.3.3.3.1.1.2
The MIB subtree which when combined with the corresponding instance of vacmViewFamilyMask defines a family of view subtrees.
Status: current Access: read-only
OBJECT-TYPE    
  OBJECT IDENTIFIER  

snmpViewType 1.3.6.1.4.1.171.10.139.3.1.3.3.3.1.1.3
Indicates whether the corresponding instances of vacmViewFamilySubtree and vacmViewFamilyMask define a family of view subtrees which is included in or excluded from the MIB view.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER included(1), excluded(2)  

snmpViewStatus 1.3.6.1.4.1.171.10.139.3.1.3.3.3.1.1.4
The status of this conceptual row. The RowStatus TC [RFC2579] requires that this DESCRIPTION clause states under which circumstances other objects in this row can be modified: The value of this object has no effect on whether other objects in this conceptual row can be modified.
Status: current Access: read-write
OBJECT-TYPE    
  RowStatus  

snmpCommunityTable 1.3.6.1.4.1.171.10.139.3.1.3.3.4.1
The table of snmp community.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SnmpCommunityEntry

snmpCommunityEntry 1.3.6.1.4.1.171.10.139.3.1.3.3.4.1.1
The list of snmp community entry.
Status: current Access: not-accessible
OBJECT-TYPE    
  SnmpCommunityEntry  

snmpCommName 1.3.6.1.4.1.171.10.139.3.1.3.3.4.1.1.1
The unique index value of a row in this table.
Status: current Access: read-only
OBJECT-TYPE    
  SnmpAdminString  

snmpCommKeyType 1.3.6.1.4.1.171.10.139.3.1.3.3.4.1.1.2
Key Type.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER plainText(1), encrypted(2)  

snmpCommViewName 1.3.6.1.4.1.171.10.139.3.1.3.3.4.1.1.3
SNMP Community Settings View Name.
Status: current Access: read-write
OBJECT-TYPE    
  SnmpAdminString Size(1..32)  

snmpCommAccessRight 1.3.6.1.4.1.171.10.139.3.1.3.3.4.1.1.4
SNMP Community Settings Key Type.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER readOnly(1), readWrite(2)  

snmpCommIPAccListName 1.3.6.1.4.1.171.10.139.3.1.3.3.4.1.1.5
SNMP Community Settings IP Access-List Name.
Status: current Access: read-write
OBJECT-TYPE    
  SnmpAdminString  

snmpCommStatus 1.3.6.1.4.1.171.10.139.3.1.3.3.4.1.1.6
The status of this conceptual row in the snmpCommunityTable. An entry in this table is not qualified for activation until instances of all corresponding columns have been initialized, either through default values, or through Set operations. The snmpCommunityName and snmpCommunitySecurityName objects must be explicitly set. There is no restriction on setting columns in this table when the value of snmpCommunityStatus is active(1).
Status: current Access: read-write
OBJECT-TYPE    
  RowStatus  

snmpGroupTable 1.3.6.1.4.1.171.10.139.3.1.3.3.5.1
The table of snmp group.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SnmpGroupEntry

snmpGroupEntry 1.3.6.1.4.1.171.10.139.3.1.3.3.5.1.1
The list of snmp group entry.
Status: current Access: not-accessible
OBJECT-TYPE    
  SnmpGroupEntry  

snmpGroupName 1.3.6.1.4.1.171.10.139.3.1.3.3.5.1.1.1
The name of the group to which this entry (e.g., the combination of securityModel and securityName) belongs. This groupName is used as index into the vacmAccessTable to select an access control policy. However, a value in this table does not imply that an instance with the value exists in table vacmAccesTable.
Status: current Access: read-only
OBJECT-TYPE    
  SnmpAdminString Size(1..32)  

snmpGroupSecurityModel 1.3.6.1.4.1.171.10.139.3.1.3.3.5.1.1.2
In order to gain the access rights allowed by this conceptual row, this securityModel must be in use.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER v1(1), v2c(2), v3(3)  

snmpGroupSecurityLevel 1.3.6.1.4.1.171.10.139.3.1.3.3.5.1.1.3
The minimum level of security required in order to gain the access rights allowed by this conceptual row. A securityLevel of noAuthNoPriv is less than authNoPriv which in turn is less than authPriv. If multiple entries are equally indexed except for this vacmAccessSecurityLevel index, then the entry which has the highest value for vacmAccessSecurityLevel is selected.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER noAuthNoPriv(1), authNoPriv(2), authPriv(3)  

snmpGroupReadViewName 1.3.6.1.4.1.171.10.139.3.1.3.3.5.1.1.4
The value of an instance of this object identifies the MIB view of the SNMP context to which this conceptual row authorizes read access. The identified MIB view is that one for which the vacmViewTreeFamilyViewName has the same value as the instance of this object; if the value is the empty string or if there is no active MIB view having this value of vacmViewTreeFamilyViewName, then no access is granted.
Status: current Access: read-write
OBJECT-TYPE    
  SnmpAdminString Size(0..32)  

snmpGroupWriteViewName 1.3.6.1.4.1.171.10.139.3.1.3.3.5.1.1.5
The value of an instance of this object identifies the MIB view of the SNMP context to which this conceptual row authorizes write access. The identified MIB view is that one for which the vacmViewTreeFamilyViewName has the same value as the instance of this object; if the value is the empty string or if there is no active MIB view having this value of vacmViewTreeFamilyViewName, then no access is granted.
Status: current Access: read-write
OBJECT-TYPE    
  SnmpAdminString Size(0..32)  

snmpGroupNotifyViewName 1.3.6.1.4.1.171.10.139.3.1.3.3.5.1.1.6
The value of an instance of this object identifies the MIB view of the SNMP context to which this conceptual row authorizes access for notifications. The identified MIB view is that one for which the vacmViewTreeFamilyViewName has the same value as the instance of this object; if the value is the empty string or if there is no active MIB view having this value of vacmViewTreeFamilyViewName, then no access is granted.
Status: current Access: read-write
OBJECT-TYPE    
  SnmpAdminString Size(0..32)  

snmpGroupIpListName 1.3.6.1.4.1.171.10.139.3.1.3.3.5.1.1.7
SNMP Group Settings IP Address-List Name.
Status: current Access: read-write
OBJECT-TYPE    
  SnmpAdminString Size(0..32)  

snmpGroupStatus 1.3.6.1.4.1.171.10.139.3.1.3.3.5.1.1.8
The status of this conceptual row. The RowStatus TC [RFC2579] requires that this DESCRIPTION clause states under which circumstances other objects in this row can be modified: The value of this object has no effect on whether other objects in this conceptual row can be modified.
Status: current Access: read-write
OBJECT-TYPE    
  RowStatus  

snmpEngineID 1.3.6.1.4.1.171.10.139.3.1.3.3.6
SNMP Engine ID Local Settings.
Status: current Access: read-write
OBJECT-TYPE    
  SnmpEngineID  

snmpUserTable 1.3.6.1.4.1.171.10.139.3.1.3.3.7.1
The table of snmp user.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SnmpUserEntry

snmpUserEntry 1.3.6.1.4.1.171.10.139.3.1.3.3.7.1.1
The list of snmp user entry.
Status: current Access: not-accessible
OBJECT-TYPE    
  SnmpUserEntry  

snmpUserName 1.3.6.1.4.1.171.10.139.3.1.3.3.7.1.1.1
A human readable string representing the name of the user. This is the (User-based Security) Model dependent security ID.
Status: current Access: read-only
OBJECT-TYPE    
  SnmpAdminString Size(1..32)  

snmpUserVersion 1.3.6.1.4.1.171.10.139.3.1.3.3.7.1.1.2
A human readable string representing the name of the user. This is the (User-based Security) Model dependent security ID.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER v1(1), v2c(2), v3(3)  

snmpUserGroupName 1.3.6.1.4.1.171.10.139.3.1.3.3.7.1.1.3
The name of the group to which this entry (e.g., the combination of securityModel and securityName) belongs. This groupName is used as index into the vacmAccessTable to select an access control policy. However, a value in this table does not imply that an instance with the value exists in table vacmAccesTable.
Status: current Access: read-write
OBJECT-TYPE    
  SnmpAdminString Size(1..32)  

snmpUserV3Encrypt 1.3.6.1.4.1.171.10.139.3.1.3.3.7.1.1.4
A human readable string representing the name of the user. This is the (User-based Security) Model dependent security ID.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER none(0), password(1), key(2)  

snmpUserAuthProtocol 1.3.6.1.4.1.171.10.139.3.1.3.3.7.1.1.5
An indication of whether messages sent on behalf of this user to/from the SNMP engine identified by usmUserEngineID, can be authenticated, and if so, the type of authentication protocol which is used. An instance of this object is created concurrently with the creation of any other object instance for the same user (i.e., as part of the processing of the set operation which creates the first object instance in the same conceptual row). If an initial set operation (i.e. at row creation time) tries to set a value for an unknown or unsupported protocol, then a 'wrongValue' error must be returned. The value will be overwritten/set when a set operation is performed on the corresponding instance of UserCloneFrom. Once instantiated, the value of such an instance of this object can only be changed via a set operation to the value of the NoAuthProtocol. If a set operation tries to change the value of an existing instance of this object to any value other than NoAuthProtocol, then an 'inconsistentValue' error must be returned. If a set operation tries to set the value to the NoAuthProtocol while the UserPrivProtocol value in the same row is not equal to NoPrivProtocol, then an 'inconsistentValue' error must be returned. That means that an SNMP command generator application must first ensure that the UserPrivProtocol is set to the NoPrivProtocol value before it can set the UserAuthProtocol value to NoAuthProtocol.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER none(1), md5(2), sha(3)  

snmpUserAuthProtocolPassword 1.3.6.1.4.1.171.10.139.3.1.3.3.7.1.1.6
Password of snmp user auth protocol.
Status: current Access: read-write
OBJECT-TYPE    
  SnmpAdminString Size(1..32)  

snmpUserPrivProtocol 1.3.6.1.4.1.171.10.139.3.1.3.3.7.1.1.7
An indication of whether messages sent on behalf of this user to/from the SNMP engine identified by usmUserEngineID, can be protected from disclosure, and if so, the type of privacy protocol which is used. An instance of this object is created concurrently with the creation of any other object instance for the same user (i.e., as part of the processing of the set operation which creates the first object instance in the same conceptual row). If an initial set operation (i.e. at row creation time) tries to set a value for an unknown or unsupported protocol, then a 'wrongValue' error must be returned. The value will be overwritten/set when a set operation is performed on the corresponding instance of usmUserCloneFrom. Once instantiated, the value of such an instance of this object can only be changed via a set operation to the value of the NoPrivProtocol. If a set operation tries to change the value of an existing instance of this object to any value other than NoPrivProtocol, then an 'inconsistentValue' error must be returned. Note that if any privacy protocol is used, then you must also use an authentication protocol. In other words, if usmUserPrivProtocol is set to anything else than NoPrivProtocol, then the corresponding instance of usmUserAuthProtocol cannot have a value of usmNoAuthProtocol. If it does, then an 'inconsistentValue' error must be returned.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER none(1), des(2)  

snmpUserPrivProtocolPassword 1.3.6.1.4.1.171.10.139.3.1.3.3.7.1.1.8
Password of snmp user priv protocol.
Status: current Access: read-write
OBJECT-TYPE    
  SnmpAdminString Size(1..32)  

snmpUserAuthProtoByKey 1.3.6.1.4.1.171.10.139.3.1.3.3.7.1.1.9
Auth-Protocol by Key.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER none(1), md5(2), sha(3)  

snmpUserAuthProtoKey 1.3.6.1.4.1.171.10.139.3.1.3.3.7.1.1.10
Key of snmp user auth protocol by Key.
Status: current Access: read-write
OBJECT-TYPE    
  SnmpAdminString Size(1..32)  

snmpUserPrivProtoByKey 1.3.6.1.4.1.171.10.139.3.1.3.3.7.1.1.11
Priv-Protocol by Key.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER none(1), des(2)  

snmpUserPrivProtoKey 1.3.6.1.4.1.171.10.139.3.1.3.3.7.1.1.12
Key of snmp user Priv protocol by Key.
Status: current Access: read-write
OBJECT-TYPE    
  SnmpAdminString Size(1..32)  

snmpUserIpListName 1.3.6.1.4.1.171.10.139.3.1.3.3.7.1.1.13
SNMP User Settings IP Address-List Name.
Status: current Access: read-write
OBJECT-TYPE    
  SnmpAdminString Size(0..32)  

snmpUserStatus 1.3.6.1.4.1.171.10.139.3.1.3.3.7.1.1.14
The status of this conceptual row. Until instances of all corresponding columns are appropriately configured, the value of the corresponding instance of the usmUserStatus column is 'notReady'. In particular, a newly created row for a user who employs authentication, cannot be made active until the corresponding usmUserCloneFrom and usmUserAuthKeyChange have been set. Further, a newly created row for a user who also employs privacy, cannot be made active until the usmUserPrivKeyChange has been set. The RowStatus TC [RFC2579] requires that this DESCRIPTION clause states under which circumstances other objects in this row can be modified: The value of this object has no effect on whether other objects in this conceptual row can be modified, except for usmUserOwnAuthKeyChange and usmUserOwnPrivKeyChange. For these 2 objects, the value of usmUserStatus MUST be active.
Status: current Access: read-write
OBJECT-TYPE    
  RowStatus  

snmpHostTable 1.3.6.1.4.1.171.10.139.3.1.3.3.8.1
The table of snmp host.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SnmpHostEntry

snmpHostEntry 1.3.6.1.4.1.171.10.139.3.1.3.3.8.1.1
The list of snmp host entry.
Status: current Access: not-accessible
OBJECT-TYPE    
  SnmpHostEntry  

snmpHostAddress 1.3.6.1.4.1.171.10.139.3.1.3.3.8.1.1.1
This object contains a transport address. The format of this address depends on the value of the snmpTargetAddrTDomain object. And this object is unique identifier associated with this snmpNotifyEntry.
Status: current Access: read-only
OBJECT-TYPE    
  InetAddress  

snmpHostIPType 1.3.6.1.4.1.171.10.139.3.1.3.3.8.1.1.2
Type of IP interface.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER iPv4(1), iPv6(2)  

snmpHostVersion 1.3.6.1.4.1.171.10.139.3.1.3.3.8.1.1.3
The Level of Security to be used when generating SNMP messages using this entry.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER v1(1), v2c(2), noAuthNoPriv(3), authNoPriv(4), authPriv(5)  

snmpHostUDPPort 1.3.6.1.4.1.171.10.139.3.1.3.3.8.1.1.4
SNMP UDP Port (0-65535).
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 0..65535  

snmpHostCommunityName 1.3.6.1.4.1.171.10.139.3.1.3.3.8.1.1.5
The locally arbitrary.
Status: current Access: read-write
OBJECT-TYPE    
  SnmpAdminString Size(1..32)  

snmpHostStatus 1.3.6.1.4.1.171.10.139.3.1.3.3.8.1.1.6
The status of this conceptual row in the snmpHostTable.
Status: current Access: read-write
OBJECT-TYPE    
  RowStatus