DGS-1100-10ME-A1

File: DGS-1100-10ME-A1.mib (639223 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

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 VlanId
AddressFamilyNumbers

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  

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)  

Ipv6DefaultRouteEntry  
SEQUENCE    
  ipv6DefaultRouteProtocol INTEGER
  ipv6DefaultRouteNextHop Ipv6Address
  ipv6DefaultRouteIfIndex InterfaceIndex
  ipv6DefaultRouteMetric Unsigned32
  ipv6DefaultRouteAdminStatus RowStatus

Ipv6AddressEntry  
SEQUENCE    
  ipv6AddressMainIndex InterfaceIndex
  ipv6AddressIpAddr Ipv6Address
  ipv6AddressIpPrefix INTEGER
  ipv6AddressIpType INTEGER
  ipv6AddressRowStatus RowStatus

IPV6NeighborEntry  
SEQUENCE    
  ipv6NeighborIndex INTEGER
  ipv6NeighborAddr Ipv6Address
  ipv6NeighborMacAddr MacAddress
  ipv6NeighborCacheState INTEGER
  ipv6NeighborRowStatus RowStatus

DuldEntry  
SEQUENCE    
  duldIfIndex InterfaceIndex
  duldState INTEGER
  duldOperState INTEGER
  duldMode INTEGER
  duldLinkStatus INTEGER
  duldDiscoveryTime Unsigned32

PortCtrlEntry  
SEQUENCE    
  portCtrlIndex Integer32
  portCtrlMediumType INTEGER
  portCtrlSpeed INTEGER
  portCtrlLinkStatus INTEGER
  portCtrlMDI INTEGER
  portCtrlFlowControl INTEGER
  portCtrlFlowControlOper INTEGER
  portCtrlAdminState INTEGER
  portCtrlDetailMediumType INTEGER
  portCtrlDynamicMacAutoLearn INTEGER

PortDescriptionEntry  
SEQUENCE    
  portDescIndex INTEGER
  portDescMediumType INTEGER
  portDescString DisplayString

PortErrEntry  
SEQUENCE    
  portErrPortIndex INTEGER
  portErrPortState INTEGER
  portErrPortStatus INTEGER
  portErrPortReason INTEGER

PortUtilizEntry  
SEQUENCE    
  portUtilizIndex Integer32
  portUtilizTX Integer32
  portUtilizRX Integer32
  portUtilizAverage INTEGER

SysStatisticsEntry  
SEQUENCE    
  statisticsIndex InterfaceIndex
  statisticsInOctets Counter64
  statisticsInUcastPkts Counter32
  statisticsInMcastPkts Counter32
  statisticsInNUcastPkts Counter32
  statisticsInDiscards Counter32
  statisticsInErrors Counter32
  statisticsOutOctets Counter64
  statisticsOutUcastPkts Counter32
  statisticsOutNUcastPkts Counter32
  statisticsOutErrors Counter32
  statisticsOutDiscards Counter32
  statisticsLateCollisions Counter32
  statisticsExcessiveCollisions Counter32
  statisticsFCSErrors Counter32
  statisticsFrameTooLongs Counter32
  statisticsEtherUndersizePkts Counter32
  statisticsEtherOversizePkts Counter32
  statisticsEtherFragments Counter32
  statisticsEtherJabbers Counter32
  statisticsEtherDropEvents Counter32
  statisticsDeferredTransmissions Counter32
  statisticsSingleCollisionFrames Counter32
  statisticsStatsCollisions Counter32
  statisticsPkts64Octets Counter32
  statisticsPkts65to127Octets Counter32
  statisticsPkts128to255Octets Counter32
  statisticsPkts256to511Octets Counter32
  statisticsPkts512to1023Octets Counter32
  statisticsPkts1024to1518Octets Counter32

SysStatisticsClearEntry  
SEQUENCE    
  statisticsClearIndex INTEGER
  statisticsClearStatus INTEGER

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

SysDot1qVlanPortEntry  
SEQUENCE    
  dot1qVlanPortIndex Integer32
  dot1qVlanPortVlanId VlanIndex

AacLoginMethodListEntry  
SEQUENCE    
  aacLoginMethodListName DisplayString
  aacLoginMethod1 DisplayString
  aacLoginMethod2 DisplayString
  aacLoginMethod3 DisplayString
  aacLoginMethod4 DisplayString
  aacLoginMethodListRowStatus RowStatus

AacEnableMethodListEntry  
SEQUENCE    
  aacEnableMethodListName DisplayString
  aacEnableMethod1 DisplayString
  aacEnableMethod2 DisplayString
  aacEnableMethod3 DisplayString
  aacEnableMethod4 DisplayString
  aacEnableMethodListRowStatus RowStatus

AacServerGroupEntry  
SEQUENCE    
  aacServerGroupName DisplayString
  aacServersInGroup BITS
  aacServerGroupRowStatus RowStatus

AacServerInfoEntry  
SEQUENCE    
  aacServerIPType INTEGER
  aacServerIPAddr InetAddress
  aacServerIndex Integer32
  aacServerInterfaceName DisplayString
  aacServerAuthPort Integer32
  aacServerAuthKey DisplayString
  aacServerTimeout Integer32
  aacServerRetryCount Integer32
  aacServerRowStatus RowStatus

SysLBDCtrlEntry  
SEQUENCE    
  sysLBDCtrlIndex Integer32
  sysLBDPortStatus INTEGER
  sysLBDPortLoopStatus INTEGER

SysLBDVlanLoopEntry  
SEQUENCE    
  sysLBDVlanLoopIndex Integer32
  sysLBDVlanLoopPorts PortList

SyslldpConfigManAddrEntry  
SEQUENCE    
  lldpConfigManAddrSubtype AddressFamilyNumbers
  lldpConfigManAddr InetAddress
  lldpConfigManAddrPortsTxEnable LldpPortList

SysLLDPPortConfigEntry  
SEQUENCE    
  lldpPortConfigPortNum LldpPortNumber
  lldpPortConfigAdminStatus INTEGER
  lldpPortConfigNotificationEnable TruthValue
  lldpPortConfigTLVsTxEnable BITS

LldpXdot3PortConfigEntry  
SEQUENCE    
  lldpXdot3PortConfigPortNum LldpPortNumber
  lldpXdot3PortConfigTLVsTxEnable BITS

LldpXdot3LocPortEntry  
SEQUENCE    
  lldpXdot3LocPortNum LldpPortNumber
  lldpXdot3LocPortAutoNegSupported TruthValue
  lldpXdot3LocPortAutoNegEnabled TruthValue
  lldpXdot3LocPortAutoNegAdvertisedCap OCTET STRING
  lldpXdot3LocPortOperMauType 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

LldpXdot1ConfigPortVlanEntry  
SEQUENCE    
  lldpXdot1ConfigVlanPortNum LldpPortNumber
  lldpXdot1ConfigPortVlanTxEnable TruthValue

LldpXdot1ConfigVlanNameEntry  
SEQUENCE    
  lldpXdot1LocConfigVlanNamePortNum LldpPortNumber
  lldpXdot1ConfigVlanId VlanId
  lldpXdot1ConfigVlanNameTxEnable TruthValue

LldpXdot1ConfigProtocolEntry  
SEQUENCE    
  lldpXdot1ConfigProtocolPortNum LldpPortNumber
  lldpXdot1ConfigProtocolIndex Integer32
  lldpXdot1ConfigProtocolTxEnable TruthValue

LldpXdot1LocEntry  
SEQUENCE    
  lldpXdot1LocPortNum LldpPortNumber
  lldpXdot1LocPortVlanId Integer32

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

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 LldpPortIdSubtype
  lldpLocPortId LldpPortId
  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

QinQConfigEntry  
SEQUENCE    
  qinQIfIndex InterfaceIndex
  qinQRoleState INTEGER
  qinQOuterTPID Unsigned32
  qinQMissDrop INTEGER
  qinQAddInnerTag Unsigned32

QinQVlanTranslationEntry  
SEQUENCE    
  qinQVlanTransPortNum INTEGER
  qinQVlanTransCVID Integer32
  qinQVlanTransSVID Integer32
  qinQVlanTransAction INTEGER
  qinQVlanTransPriority INTEGER
  qinQVlanTransRowStatus RowStatus

SysTimeRangeSettingEntry  
SEQUENCE    
  timeRangeIndex Integer32
  timeRangeName DisplayString
  timeRangeDate INTEGER
  timeRangeStartYear INTEGER
  timeRangeStartMonth INTEGER
  timeRangeStartDay Integer32
  timeRangeStartHour Integer32
  timeRangeStartMinute Integer32
  timeRangeEndYear INTEGER
  timeRangeEndMonth INTEGER
  timeRangeEndDay Integer32
  timeRangeEndHour Integer32
  timeRangeEndMinute Integer32
  timeRangeMonday INTEGER
  timeRangeTuesday INTEGER
  timeRangeWednesday INTEGER
  timeRangeThursday INTEGER
  timeRangeFriday INTEGER
  timeRangeSaturday INTEGER
  timeRangeSunday INTEGER
  timeRangeRowStatus RowStatus

SysTraceRouteHistoryEntry  
SEQUENCE    
  traceRouteHistoryIndex Unsigned32
  traceRouteHistoryHopIndex Unsigned32
  traceRouteHistoryProbeIndex Unsigned32
  traceRouteHistoryHAddrType InetAddressType
  traceRouteHistoryHAddr InetAddress
  traceRouteHistoryResponse Unsigned32
  traceRouteHistoryStatus OperationResponseStatus

RmonStatsEntry  
SEQUENCE    
  rmonStatsIndex Integer32
  rmonStatsDataSource OBJECT IDENTIFIER
  rmonStatsOwner OwnerString
  rmonStatsStatus RmonStatus
  rmonStatsDropEvents Counter32
  rmonStatsOctets Counter32
  rmonStatsPkts Counter32
  rmonStatsBroadcastPkts Counter32
  rmonStatsMulticastPkts Counter32

RmonHistoryEntry  
SEQUENCE    
  rmonHistoryIndex Integer32
  rmonHistoryDataSource OBJECT IDENTIFIER
  rmonHistoryBucketsRequested Integer32
  rmonHistoryInterval Integer32
  rmonHistoryOwner OwnerString
  rmonHistoryStatus RmonStatus

RmonAlarmEntry  
SEQUENCE    
  rmonAlarmIndex Integer32
  rmonAlarmInterval Integer32
  rmonAlarmVariable OBJECT IDENTIFIER
  rmonAlarmSampleType INTEGER
  rmonAlarmRisingThreshold Integer32
  rmonAlarmFallingThreshold Integer32
  rmonAlarmRisingEventIndex Integer32
  rmonAlarmFallingEventIndex Integer32
  rmonAlarmOwner OwnerString
  rmonAlarmStatus RmonStatus

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

DHCPRelayInterfaceSettingsEntry  
SEQUENCE    
  dhcpRelayServerIP IpAddress
  dhcpRelayInterface DisplayString
  dhcpRelayInterfaceSettingsRowStatus RowStatus

DHCPLocalRelayEntry  
SEQUENCE    
  dhcpLocalRelayVlanId Integer32
  dhcpLocalRelayState INTEGER

Dhcpv6RelayInterfaceEntry  
SEQUENCE    
  dhcpv6RelayServerIP Ipv6Address
  dhcpv6RelayInterface DisplayString
  dhcpv6RelayRowStatus RowStatus

BandwidthCtrlEntry  
SEQUENCE    
  bandwidthCtrlIndex Integer32
  bandwidthCtrlTxThreshold Integer32
  bandwidthCtrlEffectiveTxThreshold Integer32
  bandwidthCtrlRxThreshold Integer32
  bandwidthCtrlEffectiveRxThreshold Integer32

TrafficCtrlEntry  
SEQUENCE    
  trafficCtrlIndex Integer32
  trafficCtrlActionMode INTEGER
  trafficCtrlType INTEGER
  trafficCtrlThreshold Integer32
  trafficCtrlCountDown Integer32
  trafficCtrlTimeInterval Integer32
  trafficCtrlPortState INTEGER

QosTrafficClassEntry  
SEQUENCE    
  qosTrafficClassPriority INTEGER
  qosTrafficClass INTEGER

QosPortBaseEntry  
SEQUENCE    
  qosPortBasePortIndex INTEGER
  qosPortBasePriority INTEGER
  qosPortBaseEffectivePriority INTEGER

QosSchedulingClassEntry  
SEQUENCE    
  qosSchedulingClassIndex INTEGER
  qosSchedulingWeight INTEGER

SntpServerEntry  
SEQUENCE    
  sntpServerAddrType INTEGER
  sntpServerAddr InetAddress
  sntpServerType INTEGER
  sntpServerRowStatus RowStatus

PortSecurityEntry  
SEQUENCE    
  portSecurityIndex Integer32
  portSecurityState INTEGER
  portSecurityMLA Integer32
  portSecurityLockAddrMode INTEGER

PortSecFDBPermanentEntry  
SEQUENCE    
  portSecFDBPermVlanID INTEGER
  portSecFDBPermMac MacAddress
  portSecFDBPermPort INTEGER
  portSecFDBPermType INTEGER
  portSecFDBPermEntryState INTEGER

MldsVlanRouterEntry  
SEQUENCE    
  mldsVlanRouterVlanId Integer32
  mldsVlanRouterStaticPortList PortList
  mldsVlanRouterDynamicPortList PortList

MldsVlanFilterEntry  
SEQUENCE    
  mldsVlanFilterVlanId Integer32
  mldsVlanSnoopStatus INTEGER
  mldsVlanQuerier INTEGER
  mldsVlanCfgQuerier INTEGER
  mldsVlanQueryInterval Integer32
  mldsVlanFastLeave INTEGER
  mldsVlanQuerierVersion INTEGER
  mldsVlanRouterPortPurgeInterval Integer32
  mldsVlanHostPortPurgeInterval Integer32
  mldsVlanRobustnessValue Integer32
  mldsVlanGrpQueryInterval Integer32
  mldsVlanQueryMaxResponseTime Integer32

MldsVlanMulticastGroupEntry  
SEQUENCE    
  mldsVlanMulticastGroupVlanId Integer32
  mldsVlanMulticastGroupIpAddress Ipv6Address
  mldsVlanMulticastGroupMacAddress MacAddress
  mldsVlanMulticastGroupPortList PortList

MldsHostEntry  
SEQUENCE    
  mldsHostTableVLANID Integer32
  mldsHostTableGroupAddress Ipv6Address
  mldsHostTablePort Integer32
  mldsHostTableHostIPAddress Ipv6Address

SysStaticMacEntry  
SEQUENCE    
  staticMacVlanID Integer32
  staticMacAddr MacAddress
  staticMacPort Integer32
  staticMacStatus RowStatus

SysDynamicFdbEntry  
SEQUENCE    
  dynamicFdbId Unsigned32
  dynamicFdbMacAddr MacAddress
  dynamicFdbPort DisplayString
  dynamicFdbStatus INTEGER

SyslimitIPMulticastProfileEntry  
SEQUENCE    
  limitIPMulticastProfileID INTEGER
  limitIPMulticastIPType INTEGER
  limitIPMulticastProfileName DisplayString
  limitIPMulticastProfileStatus RowStatus

SyslimitIPMulticastPortEntry  
SEQUENCE    
  limitIPMulticastPortID INTEGER
  limitIPMulticastPortIPType INTEGER
  limitIPMulticastPortState INTEGER
  limitIPMulticastPortProfileID PortList
  limitIPMulticastPortMaxGrp Unsigned32

LimitIpMulticastRangeEntry  
SEQUENCE    
  limitIpMulticastRangeProfileID INTEGER
  limitIpMulticastRangeIPType INTEGER
  limitIpMulticastRangeStartIpAddr InetAddress
  limitIpMulticastRangeEndIpAddr InetAddress
  limitIpMulticastRangeStatus RowStatus

PortMirrorEntry  
SEQUENCE    
  mirrorTargetIfIndex Integer32
  mirrorTargetPort Integer32
  mirrorIngressPortList PortList
  mirrorEgressPortList PortList
  mirrorCtrlRowStatus RowStatus

MulticastFilterPortEntry  
SEQUENCE    
  multicastFilterPortIndex Integer32
  multicastFilterPortType INTEGER

StaticMcastEntry  
SEQUENCE    
  staticMcastVlanID INTEGER
  staticMcastMac MacAddress
  staticMcastEgressPorts PortList
  staticMcastStatus RowStatus

SysDDPEntry  
SEQUENCE    
  ddpPort INTEGER
  ddpPortStatus INTEGER

EeeEntry  
SEQUENCE    
  eeePort Integer32
  eeestatus INTEGER

SyspppoePortEntry  
SEQUENCE    
  pppoePortIndex Integer32
  pppoePortState INTEGER
  pppoePortCircuitIDType INTEGER
  pppoePortUDFString DisplayString

IgsVlanRouterEntry  
SEQUENCE    
  igsVlanRouterVlanId Integer32
  igsVlanRouterStaticPortList PortList
  igsVlanRouterDynamicPortList PortList

IgsVlanFilterEntry  
SEQUENCE    
  igsVlanFilterVlanId Integer32
  igsVlanSnoopStatus INTEGER
  igsVlanQuerier INTEGER
  igsVlanCfgQuerier INTEGER
  igsVlanQueryInterval Integer32
  igsVlanFastLeave INTEGER
  igsVlanQuerierVersion INTEGER
  igsVlanRouterPortPurgeInterval Integer32
  igsVlanHostPortPurgeInterval Integer32
  igsVlanRobustnessValue Integer32
  igsVlanGrpQueryInterval Integer32
  igsVlanQueryMaxResponseTime Integer32

IgsVlanMulticastGroupEntry  
SEQUENCE    
  igsVlanMulticastGroupVlanId Integer32
  igsVlanMulticastGroupIpAddress IpAddress
  igsVlanMulticastGroupMacAddress MacAddress
  igsVlanMulticastGroupPortList PortList

IgsAccessAuthEntry  
SEQUENCE    
  igsAccessAuthPortIndex Integer32
  igsAccessAuthState INTEGER

IgsHostEntry  
SEQUENCE    
  igsHostTableVlanId Integer32
  igsHostTableGroupAddress IpAddress
  igsHostTablePort Integer32
  igsHostTableHostIPAddress IpAddress

SysIGMPMulticastVlanEntry  
SEQUENCE    
  igmpMulticastVlanid Integer32
  igmpMulticastVlanAddressType InetAddressType
  igmpMulticastVlanName DisplayString
  igmpMulticastVlanSourcePort PortList
  igmpMulticastVlanMemberPort PortList
  igmpMulticastVlanTagMemberPort PortList
  igmpMulticastVlanState INTEGER
  igmpMulticastVlanReplaceSourceIp DisplayString
  igmpMulticastVlanRowStatus RowStatus

SysIGMPMulticastVlanGroupEntry  
SEQUENCE    
  igmpMulticastVlanGroupVid Integer32
  igmpMulticastVlanGroupAddressType InetAddressType
  igmpMulticastVlanGroupFromIp InetAddress
  igmpMulticastVlanGroupToIp InetAddress
  igmpMulticastVlanGroupStatus RowStatus

PnacPortAccessControlEntry  
SEQUENCE    
  pnacConfigPortNumber Integer32
  pnacQuietPeriod Unsigned32
  pnacTxPeriod Unsigned32
  pnacSuppTimeout Unsigned32
  pnacServerTimeout Unsigned32
  pnacMaxReq Unsigned32
  pnacReAuthPeriod Unsigned32
  pnacReAuthentication INTEGER
  pnacConfigPortControl INTEGER
  pnacCapability INTEGER
  pnacDirection INTEGER
  pnacOperControlledDirections INTEGER
  pnacPortAuthStatus INTEGER

PnacUserEntry  
SEQUENCE    
  pnacUserName SnmpAdminString
  pnacUserPassword DisplayString
  pnacUserStatus RowStatus

PnacRadiusServerEntry  
SEQUENCE    
  pnacRadiusServerIndex Integer32
  pnacRadiusIPType INTEGER
  pnacRadiusServerAddress InetAddress
  pnacRadiusServerAuthenticationPort Integer32
  pnacRadiusServerAccountingPort Integer32
  pnacRadiusServerTimeout Integer32
  pnacRadiusServerRetransmit Integer32
  pnacRadiusServerKey DisplayString
  pnacRadiusServerStatus RowStatus

SnmpUserEntry  
SEQUENCE    
  snmpUserName SnmpAdminString
  snmpUserVersion INTEGER
  snmpUserGroupName SnmpAdminString
  snmpUserAuthProtocol INTEGER
  snmpUserAuthProtocolPassword SnmpAdminString
  snmpUserPrivProtocol INTEGER
  snmpUserPrivProtocolPassword SnmpAdminString
  snmpUserStatus RowStatus

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

SnmpViewTreeEntry  
SEQUENCE    
  snmpViewTreeName SnmpAdminString
  snmpViewTreeSubtree OBJECT IDENTIFIER
  snmpViewTreeMask OCTET STRING
  snmpViewTreeType INTEGER
  snmpViewTreeStatus RowStatus

SnmpCommunityEntry  
SEQUENCE    
  snmpCommunityName SnmpAdminString
  snmpCommunityPolicy SnmpAdminString
  snmpCommunityStatus RowStatus

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

SyslogServEntry  
SEQUENCE    
  syslogServIndex INTEGER
  syslogServAddrType INTEGER
  syslogServAddr Ipv6Address
  syslogServSeverity INTEGER
  syslogServFacility INTEGER
  syslogServUDPport Integer32
  syslogServSrvStatus INTEGER
  syslogServSrvRowStatus RowStatus

SyslogMsgEntry  
SEQUENCE    
  syslogMsgIndex Integer32
  syslogMsgDescr DisplayString
  syslogMsgTime DisplayString
  syslogMsgSeverity INTEGER

EoamEntry  
SEQUENCE    
  eoamIfIndex InterfaceIndex
  eoamState INTEGER
  eoamMode INTEGER
  eoamReceivedRemoteLoopback INTEGER
  eoamRemoteLoopback INTEGER
  eoamMaxOAMPDU Unsigned32
  eoamUnidirection INTEGER
  eoamLinkMonitoring INTEGER
  eoamVarReq INTEGER
  eoamRemoteLoopbackSupport INTEGER
  eoamPDURev Unsigned32
  eoamOperStatus INTEGER
  eoamPeerMode INTEGER
  eoamPeerMacAddress MacAddress
  eoamPeerVendorOui OCTET STRING
  eoamPeerMaxOAMPDU Unsigned32
  eoamPeerUnidirection INTEGER
  eoamPeerLinkMonitoring INTEGER
  eoamPeerVarReq INTEGER
  eoamPeerPDURev Unsigned32

EoamLinkMonitorEntry  
SEQUENCE    
  eoamLinkMonitorIfIndex InterfaceIndex
  errorSymbolNotifyState INTEGER
  errorSymbolThreshold Unsigned32
  errorSymbolWindow Unsigned32
  errorFrameNotifyState INTEGER
  errorFrameThreshold Unsigned32
  errorFrameWindow Unsigned32
  errorFrameSecondsNotifyState INTEGER
  errorFrameSecondsThreshold Integer32
  errorFrameSecondsWindow Integer32
  errorFramePeriodNotifyState INTEGER
  errorFramePeriodThreshold Unsigned32
  errorFramePeriodWindow Unsigned32
  eoamCriticalLinkEventState INTEGER

SysEoamStatsEntry  
SEQUENCE    
  eoamInfomationIndex InterfaceIndex
  eoamInformationTx Counter32
  eoamInformationRx Counter32
  eoamUniqueEventNotificationTx Counter32
  eoamUniqueEventNotificationRx Counter32
  eoamDuplicateEventNotificationTx Counter32
  eoamDuplicateEventNotificationRx Counter32
  eoamLoopbackControlTx Counter32
  eoamLoopbackControlRx Counter32
  eoamVariableRequestTx Counter32
  eoamVariableRequestRx Counter32
  eoamVariableResponseTx Counter32
  eoamVariableResponseRx Counter32
  eoamOrgSpecificTx Counter32
  eoamOrgSpecificRx Counter32
  eoamUnsupportedCodesTx Counter32
  eoamUnsupportedCodesRx Counter32
  eoamFramesLostDueToOam Counter32

SysEoamEventLogEntry  
SEQUENCE    
  eoamEventLogPort InterfaceIndex
  eoamEventLogIndex Unsigned32
  eoamEventLogTimestamp DisplayString
  eoamEventLogType Unsigned32
  eoamEventLogLocation INTEGER
  eoamEventLogValue Unsigned32
  eoamEventLogWindow Unsigned32
  eoamEventLogThreshold Unsigned32
  eoamEventLogAccError Unsigned32

EoamLoopbackTestEntry  
SEQUENCE    
  eoamLoopbackTestIndex InterfaceIndex
  eoamLoopbackStatus INTEGER
  eoamLoopbackTestPattern OCTET STRING
  eoamLoopbackTestPktSize Unsigned32
  eoamLoopbackTestCount Unsigned32
  eoamLoopbackTestWaitTime Integer32
  eoamLoopbackTestCommand INTEGER
  eoamLoopbackTestStatus INTEGER
  eoamLoopbackTestStartTimestamp DisplayString
  eoamLoopbackTestEndTimestamp DisplayString
  eoamLoopbackTestTxCount Unsigned32
  eoamLoopbackTestRxCount Unsigned32
  eoamLoopbackTestMatchCount Unsigned32

EoamLoopbackStatsEntry  
SEQUENCE    
  eoamLoopbackStatsIndex InterfaceIndex
  eoamLoopbackStatsStartTimestamp DisplayString
  eoamLoopbackStatsEndTimestamp DisplayString
  eoamLoopbackStatsTxCount Unsigned32
  eoamLoopbackStatsRxCount Unsigned32
  eoamLoopbackStatsMatchCount Unsigned32

TrafficSegmentationEntry  
SEQUENCE    
  trafficSegmentationIfIndex InterfaceIndex
  trafficSegmentationMemberList PortList

MacNotifyCtrlEntry  
SEQUENCE    
  macNotifyPortIndex Integer32
  macNotifyPortStatus INTEGER

ARPEntry  
SEQUENCE    
  arpIpAddr IpAddress
  arpMacAddress MacAddress
  arpType INTEGER
  arpRowStatus RowStatus

AdminUserEntry  
SEQUENCE    
  userName SnmpAdminString
  userPassword DisplayString
  userAccessRight INTEGER
  userEncrypt INTEGER
  userEncryptControl INTEGER
  userRowStatus RowStatus

SyssessionEntry  
SEQUENCE    
  sessionID Unsigned32
  sessionUserName DisplayString
  sessionUserPrivilege INTEGER
  sessionLoginTime DisplayString
  sessionLiveTime DisplayString
  sessionType INTEGER
  sessionIP InetAddress

TrustedHostEntry  
SEQUENCE    
  trustedHostIpAddr InetAddress
  trustedHostIpMask InetAddress
  trustedHostRowStatus RowStatus

AclL2ProfileEntry  
SEQUENCE    
  aclL2ProfileID Integer32
  aclL2RuleCount Integer32
  aclL2SrcMacMask MacAddress
  aclL2DstMacMask MacAddress
  aclL28021pCheck INTEGER
  aclL2VlanIdCheck INTEGER
  aclL2EtherTypeCheck INTEGER
  aclL2ProfileStatus RowStatus

AclL3ProfileEntry  
SEQUENCE    
  aclL3ProfileID Integer32
  aclL3RuleCount Integer32
  aclL3ProfileType InetAddressType
  aclL3Ip4SrcAddrMask IpAddress
  aclL3Ip4DstAddrMask IpAddress
  aclL3Ip4DscpCheck INTEGER
  aclL3Ip4TosCheck INTEGER
  aclL3Ip4Protocol INTEGER
  aclL3Ip4ProtocolMask OCTET STRING
  aclL3Ip6SrcAddrMask Ipv6Address
  aclL3Ip6DstAddrMask Ipv6Address
  aclL3Ip6TrafficClassCheck INTEGER
  aclL3IcmpTypeCheck INTEGER
  aclL3IcmpCodeCheck INTEGER
  aclL3IgmpTypeCheck INTEGER
  aclL3SrcPortMask OCTET STRING
  aclL3DstPortMask OCTET STRING
  aclL3TcpFlagCheck INTEGER
  aclL3ProfileStatus RowStatus

AclL2RuleEntry  
SEQUENCE    
  aclL2RuleProfileID Integer32
  aclL2RuleAccessID Integer32
  aclL2VlanId Integer32
  aclL2SrcMac MacAddress
  aclL2DstMac MacAddress
  aclL28021p Integer32
  aclL2EtherType Integer32
  aclL2InPortList PortList
  aclL2Action INTEGER
  aclL2RateLimit Unsigned32
  aclL2ReplaceDSCP Integer32
  aclL2RuleStatus RowStatus

AclL3RuleEntry  
SEQUENCE    
  aclL3RuleProfileID Integer32
  aclL3RuleAccessID Integer32
  aclL3IP4SrcAddr IpAddress
  aclL3IP4DstAddr IpAddress
  aclL3IP4DSCP Integer32
  aclL3IP4ToS Integer32
  aclL3IP4Protocol Integer32
  aclL3IP6SrcAddr Ipv6Address
  aclL3IP6DstAddr Ipv6Address
  aclL3Ip6TrafficClass INTEGER
  aclL3IcmpType Integer32
  aclL3IcmpCode Integer32
  aclL3IgmpType Integer32
  aclL3SrcPort Integer32
  aclL3DstPort Integer32
  aclL3TcpFlagURG INTEGER
  aclL3TcpFlagACK INTEGER
  aclL3TcpFlagPSH INTEGER
  aclL3TcpFlagRST INTEGER
  aclL3TcpFlagSYN INTEGER
  aclL3TcpFlagFIN INTEGER
  aclL3InPortList PortList
  aclL3Action INTEGER
  aclL3RateLimit Unsigned32
  aclL3ReplaceDSCP Integer32
  aclL3RuleStatus RowStatus

CpuAclL2ProfileEntry  
SEQUENCE    
  cpuAclL2ProfileID Integer32
  cpuAclL2RuleCount Integer32
  cpuAclL2SrcMacMask MacAddress
  cpuAclL2DstMacMask MacAddress
  cpuAclL28021pCheck INTEGER
  cpuAclL2VlanIdCheck INTEGER
  cpuAclL2EtherTypeCheck INTEGER
  cpuAclL2ProfileStatus RowStatus

CpuAclL3ProfileEntry  
SEQUENCE    
  cpuAclL3ProfileID Integer32
  cpuAclL3RuleCount Integer32
  cpuAclL3ProfileType InetAddressType
  cpuAclL3Ip4SrcAddrMask IpAddress
  cpuAclL3Ip4DstAddrMask IpAddress
  cpuAclL3Ip4DscpCheck INTEGER
  cpuAclL3Ip4Protocol INTEGER
  cpuAclL3Ip4ProtocolMask OCTET STRING
  cpuAclL3Ip4IcmpTypeCheck INTEGER
  cpuAclL3Ip4IcmpCodeCheck INTEGER
  cpuAclL3Ip4IgmpTypeCheck INTEGER
  cpuAclL3Ip4SrcPortMask OCTET STRING
  cpuAclL3Ip4DstPortMask OCTET STRING
  cpuAclL3Ip4TcpFlagCheck INTEGER
  cpuAclL3Ip6SrcAddrMask Ipv6Address
  cpuAclL3Ip6DstAddrMask Ipv6Address
  cpuAclL3Ip6TrafficClassCheck INTEGER
  cpuAclL3ProfileStatus RowStatus

CpuAclL2RuleEntry  
SEQUENCE    
  cpuAclL2RuleProfileID Integer32
  cpuAclL2RuleAccessID Integer32
  cpuAclL2VlanId Integer32
  cpuAclL2SrcMac MacAddress
  cpuAclL2DstMac MacAddress
  cpuAclL28021p Integer32
  cpuAclL2EtherType Unsigned32
  cpuAclL2InPortList PortList
  cpuAclL2Action INTEGER
  cpuAclL2RuleStatus RowStatus

CpuAclL3RuleEntry  
SEQUENCE    
  cpuAclL3RuleProfileID Integer32
  cpuAclL3RuleAccessID Integer32
  cpuAclL3IP4SrcAddr IpAddress
  cpuAclL3IP4DstAddr IpAddress
  cpuAclL3IP4DSCP Integer32
  cpuAclL3IP4Protocol Integer32
  cpuAclL3IP4IcmpType Integer32
  cpuAclL3IP4IcmpCode Integer32
  cpuAclL3IP4IgmpType Integer32
  cpuAclL3IP4SrcPort Integer32
  cpuAclL3IP4DstPort Integer32
  cpuAclL3IP4TcpFlagURG INTEGER
  cpuAclL3IP4TcpFlagACK INTEGER
  cpuAclL3IP4TcpFlagPSH INTEGER
  cpuAclL3IP4TcpFlagRST INTEGER
  cpuAclL3IP4TcpFlagSYN INTEGER
  cpuAclL3IP4TcpFlagFIN INTEGER
  cpuAclL3IP6SrcAddr Ipv6Address
  cpuAclL3IP6DstAddr Ipv6Address
  cpuAclL3Ip6TrafficClass INTEGER
  cpuAclL3InPortList PortList
  cpuAclL3Action INTEGER
  cpuAclL3RuleStatus RowStatus

Defined Values




dgs-1100-10ME 1.3.6.1.4.1.171.10.134.2
OBJECT IDENTIFIER    

dgs-1100-10ME-A1 1.3.6.1.4.1.171.10.134.2.1
OBJECT IDENTIFIER    

companySystem 1.3.6.1.4.1.171.10.134.2.1.1
OBJECT IDENTIFIER    

sysPort 1.3.6.1.4.1.171.10.134.2.1.1.100
OBJECT IDENTIFIER    

companyIpifGroup 1.3.6.1.4.1.171.10.134.2.1.2
OBJECT IDENTIFIER    

companyTftpGroup 1.3.6.1.4.1.171.10.134.2.1.3
OBJECT IDENTIFIER    

companyUserAccount 1.3.6.1.4.1.171.10.134.2.1.4
OBJECT IDENTIFIER    

companySNMP 1.3.6.1.4.1.171.10.134.2.1.5
OBJECT IDENTIFIER    

companyDot1qVlanGroup 1.3.6.1.4.1.171.10.134.2.1.7
OBJECT IDENTIFIER    

companyStaticMac 1.3.6.1.4.1.171.10.134.2.1.9
OBJECT IDENTIFIER    

companyIgsGroup 1.3.6.1.4.1.171.10.134.2.1.10
OBJECT IDENTIFIER    

companyQoSGroup 1.3.6.1.4.1.171.10.134.2.1.12
OBJECT IDENTIFIER    

companyTrafficMgmt 1.3.6.1.4.1.171.10.134.2.1.13
OBJECT IDENTIFIER    

companySecurity 1.3.6.1.4.1.171.10.134.2.1.14
OBJECT IDENTIFIER    

sysPortSecurity 1.3.6.1.4.1.171.10.134.2.1.14.2
OBJECT IDENTIFIER    

sysTrafficSegmentation 1.3.6.1.4.1.171.10.134.2.1.14.9
OBJECT IDENTIFIER    

sysSecurityAAC 1.3.6.1.4.1.171.10.134.2.1.14.11
OBJECT IDENTIFIER    

sysTrustedHost 1.3.6.1.4.1.171.10.134.2.1.14.13
OBJECT IDENTIFIER    

companyArp 1.3.6.1.4.1.171.10.134.2.1.15
OBJECT IDENTIFIER    

companySyslog 1.3.6.1.4.1.171.10.134.2.1.16
OBJECT IDENTIFIER    

companyLBD 1.3.6.1.4.1.171.10.134.2.1.17
OBJECT IDENTIFIER    

companyMirror 1.3.6.1.4.1.171.10.134.2.1.18
OBJECT IDENTIFIER    

companyStaticMcast 1.3.6.1.4.1.171.10.134.2.1.19
OBJECT IDENTIFIER    

companySNTPSetting 1.3.6.1.4.1.171.10.134.2.1.20
OBJECT IDENTIFIER    

companyRMON 1.3.6.1.4.1.171.10.134.2.1.22
OBJECT IDENTIFIER    

companyPnacGroup 1.3.6.1.4.1.171.10.134.2.1.23
OBJECT IDENTIFIER    

sysPnacRadiusServer 1.3.6.1.4.1.171.10.134.2.1.23.4
OBJECT IDENTIFIER    

companyGuestVLAN 1.3.6.1.4.1.171.10.134.2.1.24
OBJECT IDENTIFIER    

companyMacNotify 1.3.6.1.4.1.171.10.134.2.1.25
OBJECT IDENTIFIER    

companyISMVLAN 1.3.6.1.4.1.171.10.134.2.1.27
OBJECT IDENTIFIER    

companyDHCPRelay 1.3.6.1.4.1.171.10.134.2.1.28
OBJECT IDENTIFIER    

companyDHCPLocalRelay 1.3.6.1.4.1.171.10.134.2.1.29
OBJECT IDENTIFIER    

companyGreenSetting 1.3.6.1.4.1.171.10.134.2.1.31
OBJECT IDENTIFIER    

companyLLDP 1.3.6.1.4.1.171.10.134.2.1.32
OBJECT IDENTIFIER    

companyCableDiagnostic 1.3.6.1.4.1.171.10.134.2.1.35
OBJECT IDENTIFIER    

companyQinQ 1.3.6.1.4.1.171.10.134.2.1.37
OBJECT IDENTIFIER    

companyTimeRangeMgmt 1.3.6.1.4.1.171.10.134.2.1.38
OBJECT IDENTIFIER    

companyLimitIP 1.3.6.1.4.1.171.10.134.2.1.45
OBJECT IDENTIFIER    

companyMulticastFilter 1.3.6.1.4.1.171.10.134.2.1.49
OBJECT IDENTIFIER    

companyIPv6Neighbor 1.3.6.1.4.1.171.10.134.2.1.50
OBJECT IDENTIFIER    

companyEoam 1.3.6.1.4.1.171.10.134.2.1.51
OBJECT IDENTIFIER    

companyDuld 1.3.6.1.4.1.171.10.134.2.1.52
OBJECT IDENTIFIER    

companyEee 1.3.6.1.4.1.171.10.134.2.1.60
OBJECT IDENTIFIER    

companyDHCPv6Relay 1.3.6.1.4.1.171.10.134.2.1.86
OBJECT IDENTIFIER    

companyMldsGroup 1.3.6.1.4.1.171.10.134.2.1.88
OBJECT IDENTIFIER    

companyTraceRoute 1.3.6.1.4.1.171.10.134.2.1.90
OBJECT IDENTIFIER    

companyPPPoE 1.3.6.1.4.1.171.10.134.2.1.98
OBJECT IDENTIFIER    

companyStatistics 1.3.6.1.4.1.171.10.134.2.1.99
OBJECT IDENTIFIER    

companyPing 1.3.6.1.4.1.171.10.134.2.1.100
OBJECT IDENTIFIER    

companyDDP 1.3.6.1.4.1.171.10.134.2.1.101
OBJECT IDENTIFIER    

companySession 1.3.6.1.4.1.171.10.134.2.1.102
OBJECT IDENTIFIER    

companyACL 1.3.6.1.4.1.171.10.134.2.1.103
OBJECT IDENTIFIER    

companyCPUACL 1.3.6.1.4.1.171.10.134.2.1.104
OBJECT IDENTIFIER    

sysIpifSupportV4V6Info 1.3.6.1.4.1.171.10.134.2.1.2.7
OBJECT IDENTIFIER    

ipv4AddrCfgMode 1.3.6.1.4.1.171.10.134.2.1.2.7.1
Specifies the means by which the default interface in the device gets the IP address. If 'manual' mode is selected, the default interface takes the default IPv4 address configured in the system. If 'dynamic' mode is selected, the default interface gets the IP address through dynamic IP address configuration protocols such as RARP client, BootP client, DHCP Client, etc. If the system fails to get the IP address dynamically through all the above protocols, the default interface uses the default IPv4 address configured in the system.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER manual(1), dynamic(2)  

ipv4Address 1.3.6.1.4.1.171.10.134.2.1.2.7.2
Default IP Address of the system. This IP address, if modified, will take effect only when the configuration is stored & restored.
Status: current Access: read-write
OBJECT-TYPE    
  IpAddress  

ipv4SubnetMask 1.3.6.1.4.1.171.10.134.2.1.2.7.3
IP subnet mask for the default IP address. This subnet mask, if modified, will take effect only when the configuration is stored & restored.
Status: current Access: read-write
OBJECT-TYPE    
  IpAddress  

ipv4DefaultGateway 1.3.6.1.4.1.171.10.134.2.1.2.7.4
Gateway
Status: current Access: read-write
OBJECT-TYPE    
  IpAddress  

dhcpOption12Status 1.3.6.1.4.1.171.10.134.2.1.2.7.5
Status of DHCP Option12
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enable(1), disable(2)  

dhcpOption12HostName 1.3.6.1.4.1.171.10.134.2.1.2.7.6
Host name in DHCP option 12
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString  

ipv6GlobalStatus 1.3.6.1.4.1.171.10.134.2.1.2.7.9
The state of IPv6 function.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

ipv6DHCPStatus 1.3.6.1.4.1.171.10.134.2.1.2.7.10
The state of DHCPv6 that you want this interface to be in.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

ipv6AutolinkloStatus 1.3.6.1.4.1.171.10.134.2.1.2.7.11
This object is to set the status of ipv6 link local address auto-generated. if set enabled, system will auto-generate a link-local ipv6 address by switch base mac addree. if set disabled, link-local address will be configured by mannual.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

ipv6NSRetransmitTime 1.3.6.1.4.1.171.10.134.2.1.2.7.12
The NS's retransmit time that you want this interface to be in
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 1..3600  

ipv6DefaultRouteTable 1.3.6.1.4.1.171.10.134.2.1.2.7.13
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  
    Ipv6DefaultRouteEntry

ipv6DefaultRouteEntry 1.3.6.1.4.1.171.10.134.2.1.2.7.13.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    
  Ipv6DefaultRouteEntry  

ipv6DefaultRouteProtocol 1.3.6.1.4.1.171.10.134.2.1.2.7.13.1.3
The routing mechanism via which this route was learned. If it has value local(2), it indicates this route was derived from a configured address prefix.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER static(3), dynamic(4)  

ipv6DefaultRouteNextHop 1.3.6.1.4.1.171.10.134.2.1.2.7.13.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  

ipv6DefaultRouteIfIndex 1.3.6.1.4.1.171.10.134.2.1.2.7.13.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-only
OBJECT-TYPE    
  InterfaceIndex  

ipv6DefaultRouteMetric 1.3.6.1.4.1.171.10.134.2.1.2.7.13.1.6
The routing metric associated with this route.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32 1..4294967295  

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

ipv6AddressTable 1.3.6.1.4.1.171.10.134.2.1.2.7.14
A list of interface entries.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Ipv6AddressEntry

ipv6AddressEntry 1.3.6.1.4.1.171.10.134.2.1.2.7.14.1
An entry containing management information applicable to a particular interface.
Status: current Access: not-accessible
OBJECT-TYPE    
  Ipv6AddressEntry  

ipv6AddressMainIndex 1.3.6.1.4.1.171.10.134.2.1.2.7.14.1.1
The index of this IPv6 entry.
Status: current Access: read-only
OBJECT-TYPE    
  InterfaceIndex  

ipv6AddressIpAddr 1.3.6.1.4.1.171.10.134.2.1.2.7.14.1.2
The ip address of this IPv6 entry.
Status: current Access: read-only
OBJECT-TYPE    
  Ipv6Address  

ipv6AddressIpPrefix 1.3.6.1.4.1.171.10.134.2.1.2.7.14.1.3
The ip prefix of this IPv6 entry.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

ipv6AddressIpType 1.3.6.1.4.1.171.10.134.2.1.2.7.14.1.4
The ip type of this IPv6 entry.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER unicast(1), linklocal(3)  

ipv6AddressRowStatus 1.3.6.1.4.1.171.10.134.2.1.2.7.14.1.5
The status of an entry. Only a subset of the rowstatus variables (active, createAndWait, destroy) are available.
Status: current Access: read-write
OBJECT-TYPE    
  RowStatus  

dhcpRetryCount 1.3.6.1.4.1.171.10.134.2.1.2.7.15
Retry count of dhcp.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 5..120  

sysIpifTraps 1.3.6.1.4.1.171.10.134.2.1.2.8
OBJECT IDENTIFIER    

ipifDuplicateIPDetected 1.3.6.1.4.1.171.10.134.2.1.2.8.1
This is a trap that will send to snmp manager,and it will be generated when device receive a gratuitous arp packet and ip address is the same as the one of device.
Status: current Access: read-write
NOTIFICATION-TYPE    

sysIPv6neighborTable 1.3.6.1.4.1.171.10.134.2.1.50.1
A list of the Neighbor Cache Table.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    IPV6NeighborEntry

ipv6NeighborEntry 1.3.6.1.4.1.171.10.134.2.1.50.1.1
A Neighbor cache entry containing the ifindex and ipv6 addr.
Status: current Access: not-accessible
OBJECT-TYPE    
  IPV6NeighborEntry  

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

ipv6NeighborAddr 1.3.6.1.4.1.171.10.134.2.1.50.1.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  

ipv6NeighborMacAddr 1.3.6.1.4.1.171.10.134.2.1.50.1.1.3
The MAC address associated of the Neighbor entry.
Status: current Access: read-only
OBJECT-TYPE    
  MacAddress  

ipv6NeighborCacheState 1.3.6.1.4.1.171.10.134.2.1.50.1.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)  

ipv6NeighborRowStatus 1.3.6.1.4.1.171.10.134.2.1.50.1.1.7
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  

sysDuld 1.3.6.1.4.1.171.10.134.2.1.52.1
OBJECT IDENTIFIER    

duldTable 1.3.6.1.4.1.171.10.134.2.1.52.1.1
A table that contains DULD mode information about each port.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    DuldEntry

duldEntry 1.3.6.1.4.1.171.10.134.2.1.52.1.1.1
A list of DULD mode information for each port.
Status: current Access: not-accessible
OBJECT-TYPE    
  DuldEntry  

duldIfIndex 1.3.6.1.4.1.171.10.134.2.1.52.1.1.1.1
The index of the port.
Status: current Access: read-only
OBJECT-TYPE    
  InterfaceIndex  

duldState 1.3.6.1.4.1.171.10.134.2.1.52.1.1.1.2
Sets the DULD admin state enabled or disabled.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

duldOperState 1.3.6.1.4.1.171.10.134.2.1.52.1.1.1.3
Gets the DULD Oper state enabled or disabled.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

duldMode 1.3.6.1.4.1.171.10.134.2.1.52.1.1.1.4
Sets the DULD mode as shutdown or normal.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER shutdown(1), normal(2)  

duldLinkStatus 1.3.6.1.4.1.171.10.134.2.1.52.1.1.1.5
Gets the DULD link status.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER unknown(1), bidirectional(2), txFault(3), rxFault(4), linkDown(5)  

duldDiscoveryTime 1.3.6.1.4.1.171.10.134.2.1.52.1.1.1.6
Sets the DULD discovery time.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32 5..65535  

sysGreenLEDShutoff 1.3.6.1.4.1.171.10.134.2.1.31.1
OBJECT IDENTIFIER    

sysGreenPortShutoff 1.3.6.1.4.1.171.10.134.2.1.31.2
OBJECT IDENTIFIER    

sysGreenSystemHibernation 1.3.6.1.4.1.171.10.134.2.1.31.4
OBJECT IDENTIFIER    

greenLEDShutoffPortList 1.3.6.1.4.1.171.10.134.2.1.31.1.1
Provides control to LED port.
Status: current Access: read-write
OBJECT-TYPE    
  PortList  

greenLEDShutoffState 1.3.6.1.4.1.171.10.134.2.1.31.1.2
Enable/Disable Green LED function. Default is disabled.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

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

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

greenPortShutoffPortList 1.3.6.1.4.1.171.10.134.2.1.31.2.1
Provides control to LED port.
Status: current Access: read-write
OBJECT-TYPE    
  PortList  

greenPortShutoffState 1.3.6.1.4.1.171.10.134.2.1.31.2.2
Enable/Disable Green LED function. Default is disabled.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

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

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

greenSystemHibernationState 1.3.6.1.4.1.171.10.134.2.1.31.4.1
Enable/Disable Green LED function. Default is disabled.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

greenSystemHibernationTimeProfile1 1.3.6.1.4.1.171.10.134.2.1.31.4.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)  

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

greenCableLenDetectionState 1.3.6.1.4.1.171.10.134.2.1.31.5
Enable/Disable Power Saving Cable Length Detection.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

sysDevInfo 1.3.6.1.4.1.171.10.134.2.1.1.1
OBJECT IDENTIFIER    

sysSwitchName 1.3.6.1.4.1.171.10.134.2.1.1.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(0..32)  

sysHardwareVersion 1.3.6.1.4.1.171.10.134.2.1.1.1.2
Version number of the Hardware.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(1..15)  

sysFirmwareVersion 1.3.6.1.4.1.171.10.134.2.1.1.1.3
Version number of the Firmware.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(1..15)  

sysDeviceType 1.3.6.1.4.1.171.10.134.2.1.1.1.4
A textual description of the entity. This value should include the full name and version identification of the system's hardware type, software operating-system, and networking software.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..255)  

sysBootVerion 1.3.6.1.4.1.171.10.134.2.1.1.1.5
Version number of the BootLoader.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(1..15)  

sysLoginTimeout 1.3.6.1.4.1.171.10.134.2.1.1.2
This time is used to count the time and logout web or telnet interface automatically.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 3..30  

sysLocationName 1.3.6.1.4.1.171.10.134.2.1.1.3
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..32)  

sysContact 1.3.6.1.4.1.171.10.134.2.1.1.4
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..32)  

sysSafeGuardEnable 1.3.6.1.4.1.171.10.134.2.1.1.8
This object is used to set Safeguard Enable\Disable.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

sysRestart 1.3.6.1.4.1.171.10.134.2.1.1.9
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), resetwithoutipvlan(5)  

sysSave 1.3.6.1.4.1.171.10.134.2.1.1.10
This object is used to save Configuration.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

sysJumboFrameEnable 1.3.6.1.4.1.171.10.134.2.1.1.12
Gigabit Web Smart Switches support jumbo frames (frames larger than the Ethernet frame size of 1522 bytes) of up to 10,000 bytes (tagged). Default jumbo frame is disabled.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

sysDhcpAutoConfiguration 1.3.6.1.4.1.171.10.134.2.1.1.16
This object indicates auto config is enabled or disabled.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

sysWebState 1.3.6.1.4.1.171.10.134.2.1.1.17
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)  

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

sysARPAgingTime 1.3.6.1.4.1.171.10.134.2.1.1.19
This object is for ARP aging time.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 0..65535  

sysMACAgingTime 1.3.6.1.4.1.171.10.134.2.1.1.20
This object is for MAC aging time.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 10..600  

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

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

sysAutoRefreshConfiguration 1.3.6.1.4.1.171.10.134.2.1.1.25
To set the WEB panel auto refresh timer.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER refreshimenever(0), refreshtime10secs(1), refreshtime30secs(2), refreshtime1min(3), refreshtime5mins(4)  

sysMacAddr 1.3.6.1.4.1.171.10.134.2.1.1.26
Ethernet address (base address) of the Switch. This base Mac Address, if modified, will take effect only when the Switch is restarted.
Status: current Access: read-only
OBJECT-TYPE    
  MacAddress  

sysSwitchTime 1.3.6.1.4.1.171.10.134.2.1.1.27
The date is configured in the switch in the format, Hours:Minutes:Seconds Day Month Year e.g 19:10:31 11 08 2005 01-12 Month - beginning from January to December The railway time 00 to 24 hours can be configured and displayed. The Display of the date is in the format , WeekDay Month Day Hours:Minutes:Seconds Year e.g 04 09 21 18:11:30 2005 01-07 WeekDay - beginning from Sunday to Saturday 01-12 Month - beginning from January to December
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString Size(40)  

sysDhcpTimeout 1.3.6.1.4.1.171.10.134.2.1.1.28
This is DHCP auto configuration timeout, the maxium time in seconds to wait before terminate.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 1..65535  

sysSerialNumber 1.3.6.1.4.1.171.10.134.2.1.1.29
The serial number assigned to this nvram sub-unit
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..32)  

sysCPU 1.3.6.1.4.1.171.10.134.2.1.1.30
OBJECT IDENTIFIER    

cpuLast5SecUsage 1.3.6.1.4.1.171.10.134.2.1.1.30.1
Indicates the average CPU usage in last 5 second of the switch in percentage
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

cpuLast1MinUsage 1.3.6.1.4.1.171.10.134.2.1.1.30.2
Indicates the average CPU usage in last 1 minute of the switch in percentage
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

cpuLast5MinUsage 1.3.6.1.4.1.171.10.134.2.1.1.30.3
Indicates the average CPU usage in last 5 minute of the switch in percentage
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

sysRAM 1.3.6.1.4.1.171.10.134.2.1.1.31
OBJECT IDENTIFIER    

ramLast5SecUsage 1.3.6.1.4.1.171.10.134.2.1.1.31.1
Indicates the average RAM usage in last 5 second of the switch in percentage
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

ramLast1MinUsage 1.3.6.1.4.1.171.10.134.2.1.1.31.2
Indicates the average RAM usage in last 1 minute of the switch in percentage
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

ramLast5MinUsage 1.3.6.1.4.1.171.10.134.2.1.1.31.3
Indicates the average RAM usage in last 5 minute of the switch in percentage
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

sysCliPromptStr 1.3.6.1.4.1.171.10.134.2.1.1.32
Cli Prompt string, some special value definition as below: 1. default - represent using the default value; 2. username - using the current login username;
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString Size(0..32)  

sysSshState 1.3.6.1.4.1.171.10.134.2.1.1.33
Enable/Disable management SSH .
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

sysSshPortNumber 1.3.6.1.4.1.171.10.134.2.1.1.34
The value is for setting SSH's tcp Port.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 1..65535  

portCtrlTable 1.3.6.1.4.1.171.10.134.2.1.1.100.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.134.2.1.1.100.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  

portCtrlIndex 1.3.6.1.4.1.171.10.134.2.1.1.100.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  

portCtrlMediumType 1.3.6.1.4.1.171.10.134.2.1.1.100.1.1.2
This object indicates the port type: fiber 1G/100M or copper.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER copper(1), fiber(2)  

portCtrlSpeed 1.3.6.1.4.1.171.10.134.2.1.1.100.1.1.3
Configures port speed which the mediatype is match with portCtrlDetailMediumType.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER full1000m(1), full100m(2), half100m(3), full10m(4), half10m(5), auto(6), disabled(7)  

portCtrlLinkStatus 1.3.6.1.4.1.171.10.134.2.1.1.100.1.1.4
The port's operating speed state.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER down(1), full1000m(2), full100m(3), half100m(4), full10m(5), half10m(6)  

portCtrlMDI 1.3.6.1.4.1.171.10.134.2.1.1.100.1.1.5
Configures interface auto/mdi/mdix mode. The default setting is Auto.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER auto(1), mdi(2), mdix(3)  

portCtrlFlowControl 1.3.6.1.4.1.171.10.134.2.1.1.100.1.1.6
Enables / disables flow control for the interface.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

portCtrlFlowControlOper 1.3.6.1.4.1.171.10.134.2.1.1.100.1.1.7
Show Enables / disables status of flow control for the interface.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

portCtrlAdminState 1.3.6.1.4.1.171.10.134.2.1.1.100.1.1.8
Enables / disables Admin for the interface.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

portCtrlDetailMediumType 1.3.6.1.4.1.171.10.134.2.1.1.100.1.1.9
Get the port's current media type
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER fastethernet(1), gigabitethernet(2), fiberwith100BaseSFPModule(3), fiberwith1GBaseSFPModule(4)  

portCtrlDynamicMacAutoLearn 1.3.6.1.4.1.171.10.134.2.1.1.100.1.1.10
Enables / disables dynamic mac auto learning for the interface.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

portDescriptionTable 1.3.6.1.4.1.171.10.134.2.1.1.100.2
The port description table.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    PortDescriptionEntry

portDescriptionEntry 1.3.6.1.4.1.171.10.134.2.1.1.100.2.1
The port description entry.
Status: current Access: not-accessible
OBJECT-TYPE    
  PortDescriptionEntry  

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

portDescMediumType 1.3.6.1.4.1.171.10.134.2.1.1.100.2.1.2
This object indicates the port type: fiber or copper.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER copper(1), fiber(2)  

portDescString 1.3.6.1.4.1.171.10.134.2.1.1.100.2.1.3
This object indicates the port description.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString Size(0..32)  

portErrTable 1.3.6.1.4.1.171.10.134.2.1.1.100.3
The port error table.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    PortErrEntry

portErrEntry 1.3.6.1.4.1.171.10.134.2.1.1.100.3.1
A list of information for the err port of the device.
Status: current Access: not-accessible
OBJECT-TYPE    
  PortErrEntry  

portErrPortIndex 1.3.6.1.4.1.171.10.134.2.1.1.100.3.1.1
This object indicates the module's port number.(1..Max port number in the module)
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 1..255  

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

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

portErrPortReason 1.3.6.1.4.1.171.10.134.2.1.1.100.3.1.4
This object decides whether the PortStatus is LBD, Traffic Control, DULD.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER lbd(1), trafficcontrol(2), duld(3)  

portUtilizTable 1.3.6.1.4.1.171.10.134.2.1.1.100.4
A table to display the TX/RX frames per second and port utilization.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    PortUtilizEntry

portUtilizEntry 1.3.6.1.4.1.171.10.134.2.1.1.100.4.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    
  PortUtilizEntry  

portUtilizIndex 1.3.6.1.4.1.171.10.134.2.1.1.100.4.1.1
Interface index of the port for the configuration in this entry applies.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 1..10  

portUtilizTX 1.3.6.1.4.1.171.10.134.2.1.1.100.4.1.2
The total number of frames forwarded on the interface during last second.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

portUtilizRX 1.3.6.1.4.1.171.10.134.2.1.1.100.4.1.3
The total number of frames received on the interface during last second.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

portUtilizAverage 1.3.6.1.4.1.171.10.134.2.1.1.100.4.1.4
interface frame usage during last second.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

sysStatisticsTable 1.3.6.1.4.1.171.10.134.2.1.99.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  
    SysStatisticsEntry

statisticsEntry 1.3.6.1.4.1.171.10.134.2.1.99.1.1
An entry containing management information applicable to a particular interface.
Status: current Access: not-accessible
OBJECT-TYPE    
  SysStatisticsEntry  

statisticsIndex 1.3.6.1.4.1.171.10.134.2.1.99.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  

statisticsInOctets 1.3.6.1.4.1.171.10.134.2.1.99.1.1.2
The total number of octets received on the interface, including framing characters. 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    
  Counter64  

statisticsInUcastPkts 1.3.6.1.4.1.171.10.134.2.1.99.1.1.3
The number of packets, delivered by this sub-layer to a higher (sub-)layer, which were not addressed to a multicast or broadcast address at this sub-layer. 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  

statisticsInMcastPkts 1.3.6.1.4.1.171.10.134.2.1.99.1.1.4
The number of packets, delivered by this sub-layer to a higher (sub-)layer, which were not addressed to a multicast address at this sub-layer. 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  

statisticsInNUcastPkts 1.3.6.1.4.1.171.10.134.2.1.99.1.1.5
The number of packets, delivered by this sub-layer to a higher (sub-)layer, which were addressed to a multicast or broadcast address at this sub-layer. 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. This object is deprecated in favour of ifInMulticastPkts and ifInBroadcastPkts.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

statisticsInDiscards 1.3.6.1.4.1.171.10.134.2.1.99.1.1.6
The number of inbound packets which were chosen to be discarded even though no errors had been detected to prevent their being deliverable to a higher-layer protocol. One possible reason for discarding such a packet could be to free up buffer space. 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  

statisticsInErrors 1.3.6.1.4.1.171.10.134.2.1.99.1.1.7
For packet-oriented interfaces, the number of inbound packets that contained errors preventing them from being deliverable to a higher-layer protocol. For character- oriented or fixed-length interfaces, the number of inbound transmission units that contained errors preventing them from being deliverable to a higher-layer protocol. 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  

statisticsOutOctets 1.3.6.1.4.1.171.10.134.2.1.99.1.1.8
The total number of octets transmitted out of the interface, including framing characters. 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    
  Counter64  

statisticsOutUcastPkts 1.3.6.1.4.1.171.10.134.2.1.99.1.1.9
The total number of packets that higher-level protocols requested be transmitted, and which were not addressed to a multicast or broadcast address at this sub-layer, including those that were discarded or not sent. 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  

statisticsOutNUcastPkts 1.3.6.1.4.1.171.10.134.2.1.99.1.1.10
The total number of packets that higher-level protocols requested be transmitted, and which were addressed to a multicast or broadcast address at this sub-layer, including those that were discarded or not sent. 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. This object is deprecated in favour of ifOutMulticastPkts and ifOutBroadcastPkts.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

statisticsOutErrors 1.3.6.1.4.1.171.10.134.2.1.99.1.1.11
For packet-oriented interfaces, the number of outbound packets that could not be transmitted because of errors. For character-oriented or fixed-length interfaces, the number of outbound transmission units that could not be transmitted because of errors. 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  

statisticsOutDiscards 1.3.6.1.4.1.171.10.134.2.1.99.1.1.12
The number of outbound packets which were chosen to be discarded even though no errors had been detected to prevent their being transmitted. One possible reason for discarding such a packet could be to free up buffer space.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

statisticsLateCollisions 1.3.6.1.4.1.171.10.134.2.1.99.1.1.13
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  

statisticsExcessiveCollisions 1.3.6.1.4.1.171.10.134.2.1.99.1.1.14
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  

statisticsFCSErrors 1.3.6.1.4.1.171.10.134.2.1.99.1.1.15
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  

statisticsFrameTooLongs 1.3.6.1.4.1.171.10.134.2.1.99.1.1.16
A count of frames received on a particular interface that exceed the maximum permitted frame size. The count represented by an instance of this object is incremented when the frameTooLong 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. For interfaces operating at 10 Gb/s, this counter can roll over in less than 80 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 dot3HCStatsFrameTooLongs 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  

statisticsEtherUndersizePkts 1.3.6.1.4.1.171.10.134.2.1.99.1.1.17
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  

statisticsEtherOversizePkts 1.3.6.1.4.1.171.10.134.2.1.99.1.1.18
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  

statisticsEtherFragments 1.3.6.1.4.1.171.10.134.2.1.99.1.1.19
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 statisEtherFragments 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  

statisticsEtherJabbers 1.3.6.1.4.1.171.10.134.2.1.99.1.1.20
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  

statisticsEtherDropEvents 1.3.6.1.4.1.171.10.134.2.1.99.1.1.21
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  

statisticsDeferredTransmissions 1.3.6.1.4.1.171.10.134.2.1.99.1.1.22
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  

statisticsSingleCollisionFrames 1.3.6.1.4.1.171.10.134.2.1.99.1.1.23
A count of frames that are involved in a single collision, and are subsequently transmitted successfully. A frame that is counted by an instance of this object is also counted by the corresponding instance of either the ifOutUcastPkts, ifOutMulticastPkts, or ifOutBroadcastPkts, and is not counted by the corresponding instance of the dot3StatsMultipleCollisionFrames object. 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  

statisticsStatsCollisions 1.3.6.1.4.1.171.10.134.2.1.99.1.1.24
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  

statisticsPkts64Octets 1.3.6.1.4.1.171.10.134.2.1.99.1.1.25
The number of pkts that it's length is 64 bytes.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

statisticsPkts65to127Octets 1.3.6.1.4.1.171.10.134.2.1.99.1.1.26
The number of Rx pkts that it's length is 65-127 bytes.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

statisticsPkts128to255Octets 1.3.6.1.4.1.171.10.134.2.1.99.1.1.27
The number of Rx pkts that it's length is 128-255 bytes.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

statisticsPkts256to511Octets 1.3.6.1.4.1.171.10.134.2.1.99.1.1.28
The number of Rx pkts that it's length is 256-511 bytes.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

statisticsPkts512to1023Octets 1.3.6.1.4.1.171.10.134.2.1.99.1.1.29
The number of Rx pkts that it's length is 512-1023 bytes.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

statisticsPkts1024to1518Octets 1.3.6.1.4.1.171.10.134.2.1.99.1.1.30
The number of Rx pkts that it's length is 1024-1518 bytes.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

sysStatisticsClearTable 1.3.6.1.4.1.171.10.134.2.1.99.2
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  
    SysStatisticsClearEntry

statisticsClearEntry 1.3.6.1.4.1.171.10.134.2.1.99.2.1
An entry containing management information applicable to a particular interface.
Status: current Access: not-accessible
OBJECT-TYPE    
  SysStatisticsClearEntry  

statisticsClearIndex 1.3.6.1.4.1.171.10.134.2.1.99.2.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  

statisticsClearStatus 1.3.6.1.4.1.171.10.134.2.1.99.2.1.2
Enable or disable statistics Counters Clear on read by port.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

sysDot1qVlanManagementOnOff 1.3.6.1.4.1.171.10.134.2.1.7.2
Enable/Disable management VLAN mechanism.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

sysDot1qVlanManagementid 1.3.6.1.4.1.171.10.134.2.1.7.3
The management VLAN ID, which will allow to forward packets of that VLAN to CPU.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32  

sysDot1qPVIDAutoAssign 1.3.6.1.4.1.171.10.134.2.1.7.4
Enable/Disable IEEE 802.1Q PVID Auto assign
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

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

sysDot1qVlanTable 1.3.6.1.4.1.171.10.134.2.1.7.6
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  
    SysDot1qVlanEntry

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

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

dot1qVlanName 1.3.6.1.4.1.171.10.134.2.1.7.6.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.134.2.1.7.6.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-write
OBJECT-TYPE    
  PortList  

dot1qVlanUntaggedPorts 1.3.6.1.4.1.171.10.134.2.1.7.6.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-write
OBJECT-TYPE    
  PortList  

dot1qVlanRowStatus 1.3.6.1.4.1.171.10.134.2.1.7.6.1.5
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  

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

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

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

dot1qVlanPortVlanId 1.3.6.1.4.1.171.10.134.2.1.7.7.1.2
The PVID, the VLAN ID assigned to untagged frames or Priority-Tagged frames received on this port.
Status: current Access: read-write
OBJECT-TYPE    
  VlanIndex  

aacAuthenAdminState 1.3.6.1.4.1.171.10.134.2.1.14.11.1
This object indicates the Access Authentication is enable or disable.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

aacAuthParamResponseTimeout 1.3.6.1.4.1.171.10.134.2.1.14.11.2
Timeout in second for login authentication response.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 0..255  

aacAuthParamAttempt 1.3.6.1.4.1.171.10.134.2.1.14.11.3
The amount for login authentication, if login failure exceed, connection or access would be locked.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 1..255  

aacLocalEnablePassword 1.3.6.1.4.1.171.10.134.2.1.14.11.4
This object is used to set Local Enable Password.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString Size(1..15)  

aacAPAuthMethodGroup 1.3.6.1.4.1.171.10.134.2.1.14.11.5
OBJECT IDENTIFIER    

aacAPLoginMethod 1.3.6.1.4.1.171.10.134.2.1.14.11.5.1
OBJECT IDENTIFIER    

aacAPEnableMethod 1.3.6.1.4.1.171.10.134.2.1.14.11.5.2
OBJECT IDENTIFIER    

aacAPTelnetLoginMethod 1.3.6.1.4.1.171.10.134.2.1.14.11.5.1.2
Specify the way which has to execute authentication while login the system and the method for authentication.Access system via telnet.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString Size(1..15)  

aacAPHttpLoginMethod 1.3.6.1.4.1.171.10.134.2.1.14.11.5.1.4
Specify the way which has to execute authentication while login the system and the method for authentication.Access system via HTTP.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString Size(1..15)  

aacAPTelnetEnableMethod 1.3.6.1.4.1.171.10.134.2.1.14.11.5.2.2
Specify the way which has to execute authentication while login the system and the method for authentication.Access system via telnet.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString Size(1..15)  

aacAPHttpEnableMethod 1.3.6.1.4.1.171.10.134.2.1.14.11.5.2.4
Specify the way which has to execute authentication while login the system and the method for authentication.Access system via HTTP.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString Size(1..15)  

aacLoginMethodListTable 1.3.6.1.4.1.171.10.134.2.1.14.11.6
A table that contains information about Login authentication method lists.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AacLoginMethodListEntry

aacLoginMethodListEntry 1.3.6.1.4.1.171.10.134.2.1.14.11.6.1
A list of the Authentication methods.
Status: current Access: not-accessible
OBJECT-TYPE    
  AacLoginMethodListEntry  

aacLoginMethodListName 1.3.6.1.4.1.171.10.134.2.1.14.11.6.1.1
A human-readable text string of the method list.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(1..15)  

aacLoginMethod1 1.3.6.1.4.1.171.10.134.2.1.14.11.6.1.2
The type of Login method list. Besides the pre-defined type, it also allow to be set user-defined group by aacServerGroupIndex.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString  

aacLoginMethod2 1.3.6.1.4.1.171.10.134.2.1.14.11.6.1.3
The type of Login method list. Besides the pre-defined type, it also allow to be set user-defined group by aacServerGroupIndex.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString  

aacLoginMethod3 1.3.6.1.4.1.171.10.134.2.1.14.11.6.1.4
The type of Login method list. Besides the pre-defined type, it also allow to be set user-defined group by aacServerGroupIndex.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString  

aacLoginMethod4 1.3.6.1.4.1.171.10.134.2.1.14.11.6.1.5
The type of Login method list. Besides the pre-defined type, it also allow to be set user-defined group by aacServerGroupIndex.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString  

aacLoginMethodListRowStatus 1.3.6.1.4.1.171.10.134.2.1.14.11.6.1.6
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  

aacEnableMethodListTable 1.3.6.1.4.1.171.10.134.2.1.14.11.7
A table that contains information about Enable authentication method lists.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AacEnableMethodListEntry

aacEnableMethodListEntry 1.3.6.1.4.1.171.10.134.2.1.14.11.7.1
A list of the Authentication methods.
Status: current Access: not-accessible
OBJECT-TYPE    
  AacEnableMethodListEntry  

aacEnableMethodListName 1.3.6.1.4.1.171.10.134.2.1.14.11.7.1.1
A human-readable text string of the method list.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(1..15)  

aacEnableMethod1 1.3.6.1.4.1.171.10.134.2.1.14.11.7.1.2
The type of Login method list. Besides the pre-defined type, it also allow to be set user-defined group by aacServerGroupIndex.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString  

aacEnableMethod2 1.3.6.1.4.1.171.10.134.2.1.14.11.7.1.3
The type of Login method list. Besides the pre-defined type, it also allow to be set user-defined group by aacServerGroupIndex.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString  

aacEnableMethod3 1.3.6.1.4.1.171.10.134.2.1.14.11.7.1.4
The type of Login method list. Besides the pre-defined type, it also allow to be set user-defined group by aacServerGroupIndex.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString  

aacEnableMethod4 1.3.6.1.4.1.171.10.134.2.1.14.11.7.1.5
The type of Login method list. Besides the pre-defined type, it also allow to be set user-defined group by aacServerGroupIndex.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString  

aacEnableMethodListRowStatus 1.3.6.1.4.1.171.10.134.2.1.14.11.7.1.6
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  

aacServerGroupTable 1.3.6.1.4.1.171.10.134.2.1.14.11.8
A table that contains informations about server group.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AacServerGroupEntry

aacServerGroupEntry 1.3.6.1.4.1.171.10.134.2.1.14.11.8.1
A list of the group including servers.
Status: current Access: not-accessible
OBJECT-TYPE    
  AacServerGroupEntry  

aacServerGroupName 1.3.6.1.4.1.171.10.134.2.1.14.11.8.1.1
A human-readable text string of the method group.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(1..15)  

aacServersInGroup 1.3.6.1.4.1.171.10.134.2.1.14.11.8.1.2
The list of servers in the group, each bit indicates a specified server ID. The server must be created before including it.
Status: current Access: read-write
OBJECT-TYPE    
  BITS id1(0), id2(1), id3(2), id4(3), id5(4), id6(5), id7(6), id8(7), id9(8), id10(9), id11(10), id12(11), id13(12), id14(13), id15(14), id16(15)  

aacServerGroupRowStatus 1.3.6.1.4.1.171.10.134.2.1.14.11.8.1.3
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  

aacServerInfoTable 1.3.6.1.4.1.171.10.134.2.1.14.11.9
A table that contains information about radius severs.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AacServerInfoEntry

aacServerInfoEntry 1.3.6.1.4.1.171.10.134.2.1.14.11.9.1
A list of the information of server .
Status: current Access: not-accessible
OBJECT-TYPE    
  AacServerInfoEntry  

aacServerIPType 1.3.6.1.4.1.171.10.134.2.1.14.11.9.1.1
The IP address of the radius AAC server IP type referred to in this table entry. (IPv4=1, IPv6=2)
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER ipv4(1), ipv6(2)  

aacServerIPAddr 1.3.6.1.4.1.171.10.134.2.1.14.11.9.1.2
The IP address of radius Server
Status: current Access: read-only
OBJECT-TYPE    
  InetAddress  

aacServerIndex 1.3.6.1.4.1.171.10.134.2.1.14.11.9.1.3
A value that uniquely identifies this SwAACServerGroupEntry.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 1..16  

aacServerInterfaceName 1.3.6.1.4.1.171.10.134.2.1.14.11.9.1.4
Specifies the interface name when the aacServerIPAddr is linklocal address.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString  

aacServerAuthPort 1.3.6.1.4.1.171.10.134.2.1.14.11.9.1.5
The TCP/IP port .
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 1..65535  

aacServerAuthKey 1.3.6.1.4.1.171.10.134.2.1.14.11.9.1.6
The key used while authentication process.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString Size(1..254)  

aacServerTimeout 1.3.6.1.4.1.171.10.134.2.1.14.11.9.1.7
radius Server response timeout .
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 1..255  

aacServerRetryCount 1.3.6.1.4.1.171.10.134.2.1.14.11.9.1.8
Client retry count . (-1: No retry mechanism)
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 1..255  

aacServerRowStatus 1.3.6.1.4.1.171.10.134.2.1.14.11.9.1.9
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  

sysCableDiagTriggerIndex 1.3.6.1.4.1.171.10.134.2.1.35.1
Trigger an interface index to do cable diagnostic.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32  

sysCableDiagPair1TestResult 1.3.6.1.4.1.171.10.134.2.1.35.2
Cable diagnostics pair 1 test result.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER ok(0), open(1), short(2), notAvailable(5)  

sysCableDiagPair1FaultDistance 1.3.6.1.4.1.171.10.134.2.1.35.3
Cable Diagnostics pair 1 fault distance.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

sysCableDiagPair2TestResult 1.3.6.1.4.1.171.10.134.2.1.35.4
Cable diagnostics pair 2 test result.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER ok(0), open(1), short(2), notAvailable(5)  

sysCableDiagPair2FaultDistance 1.3.6.1.4.1.171.10.134.2.1.35.5
Cable diagnostics pair 2 fault distance.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

sysCableDiagPair3TestResult 1.3.6.1.4.1.171.10.134.2.1.35.6
Cable diagnostics pair 3 test result.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER ok(0), open(1), short(2), notAvailable(5)  

sysCableDiagPair3FaultDistance 1.3.6.1.4.1.171.10.134.2.1.35.7
Cable diagnostics pair 3 fault distance.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

sysCableDiagPair4TestResult 1.3.6.1.4.1.171.10.134.2.1.35.8
Cable diagnostics pair 4 test result.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER ok(0), open(1), short(2), notAvailable(5)  

sysCableDiagPair4FaultDistance 1.3.6.1.4.1.171.10.134.2.1.35.9
Cable diagnostics pair 4 fault distance.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

sysCableDiagLengthinRange 1.3.6.1.4.1.171.10.134.2.1.35.10
Cable diagnostics length when link up in speed 1G. (Display in range)
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER less50(1), from50to80(2), from80to100(3), from100to140(4), notAvailable(5)  

sysLBDStateEnable 1.3.6.1.4.1.171.10.134.2.1.17.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)  

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

sysLBDInterval 1.3.6.1.4.1.171.10.134.2.1.17.3
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  

sysLBDRecoverTime 1.3.6.1.4.1.171.10.134.2.1.17.4
This time interval to be used at counting time seconds to recover the disabled port automatically. The Loop Detection Recover Time can be set at 0 seconds, or 60 to 1000000 seconds. Entering 0 will disable the Loop Detection Recover Time. The default is 60 seconds.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 0 | 60..1000000  

sysLBDCtrlTable 1.3.6.1.4.1.171.10.134.2.1.17.5
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  
    SysLBDCtrlEntry

sysLBDCtrlEntry 1.3.6.1.4.1.171.10.134.2.1.17.5.1
An entry appears in this table for each interface in the system.
Status: current Access: not-accessible
OBJECT-TYPE    
  SysLBDCtrlEntry  

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

sysLBDPortStatus 1.3.6.1.4.1.171.10.134.2.1.17.5.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)  

sysLBDPortLoopStatus 1.3.6.1.4.1.171.10.134.2.1.17.5.1.3
The loop status for this port.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER normal(1), loop(2)  

sysLBDVlanLoopTable 1.3.6.1.4.1.171.10.134.2.1.17.6
A table to display Loopback detection features by vlan mode .
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SysLBDVlanLoopEntry

sysLBDVlanLoopEntry 1.3.6.1.4.1.171.10.134.2.1.17.6.1
An entry appears in this table for each interface in the system.
Status: current Access: not-accessible
OBJECT-TYPE    
  SysLBDVlanLoopEntry  

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

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

sysLBDEnabledVlanList 1.3.6.1.4.1.171.10.134.2.1.17.7
This object indicates the VLANs that enabled LBD. Note: For the LBD enabled VLAN specification, the value should be separated by ',' or '-'. Such as: 1,4,7 or 1,4,7-9 .
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString  

sysLBDTrap 1.3.6.1.4.1.171.10.134.2.1.17.8
OBJECT IDENTIFIER    

lbdTraps 1.3.6.1.4.1.171.10.134.2.1.17.8.0
OBJECT IDENTIFIER    

loopbackOccur 1.3.6.1.4.1.171.10.134.2.1.17.8.0.1
A loopbackOccur notification is sent when loop found.
Status: current Access: read-write
NOTIFICATION-TYPE    

loopbackRecovery 1.3.6.1.4.1.171.10.134.2.1.17.8.0.2
A loopbackRecovery notification is sent when recovery time comes to end.
Status: current Access: read-write
NOTIFICATION-TYPE    

sysLLDPXdot3Objects 1.3.6.1.4.1.171.10.134.2.1.32.12
OBJECT IDENTIFIER    

sysLLDPXdot1Objects 1.3.6.1.4.1.171.10.134.2.1.32.13
OBJECT IDENTIFIER    

sysLLDPStatistics 1.3.6.1.4.1.171.10.134.2.1.32.14
OBJECT IDENTIFIER    

sysLLDPLocalSystemData 1.3.6.1.4.1.171.10.134.2.1.32.15
OBJECT IDENTIFIER    

sysLLDPRemoteSystemsData 1.3.6.1.4.1.171.10.134.2.1.32.16
OBJECT IDENTIFIER    

sysLLDPNotification 1.3.6.1.4.1.171.10.134.2.1.32.17
OBJECT IDENTIFIER    

sysLLDPState 1.3.6.1.4.1.171.10.134.2.1.32.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)  

sysLLDPMsgHoldMultiplier 1.3.6.1.4.1.171.10.134.2.1.32.2
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  

sysLLDPMsgTxInterval 1.3.6.1.4.1.171.10.134.2.1.32.3
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  

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

sysLLDPTxDelay 1.3.6.1.4.1.171.10.134.2.1.32.5
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  

sysLLDPConfigManAddrTable 1.3.6.1.4.1.171.10.134.2.1.32.6
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  
    SyslldpConfigManAddrEntry

sysLLDPConfigManAddrEntry 1.3.6.1.4.1.171.10.134.2.1.32.6.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 sysLLDPConfigManAddrEntry 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    
  SyslldpConfigManAddrEntry  

lldpConfigManAddrSubtype 1.3.6.1.4.1.171.10.134.2.1.32.6.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.134.2.1.32.6.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.134.2.1.32.6.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  

sysLLDPPortConfigTable 1.3.6.1.4.1.171.10.134.2.1.32.11
The table that controls LLDP frame transmission on individual ports.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SysLLDPPortConfigEntry

sysLLDPPortConfigEntry 1.3.6.1.4.1.171.10.134.2.1.32.11.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    
  SysLLDPPortConfigEntry  

lldpPortConfigPortNum 1.3.6.1.4.1.171.10.134.2.1.32.11.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  

lldpPortConfigAdminStatus 1.3.6.1.4.1.171.10.134.2.1.32.11.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)  

lldpPortConfigNotificationEnable 1.3.6.1.4.1.171.10.134.2.1.32.11.1.3
The lldpPortConfigNotificationEnable controls, on a per port basis, whether or not notifications from the agent are enabled. The value true(1) means that notifications are enabled; the value false(2) means that they are not.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

lldpPortConfigTLVsTxEnable 1.3.6.1.4.1.171.10.134.2.1.32.11.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, sysLLDPConfigManAddrTable. 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)  

lldpXdot3Config 1.3.6.1.4.1.171.10.134.2.1.32.12.1
OBJECT IDENTIFIER    

lldpXdot3LocalData 1.3.6.1.4.1.171.10.134.2.1.32.12.2
OBJECT IDENTIFIER    

lldpXdot3RemoteData 1.3.6.1.4.1.171.10.134.2.1.32.12.3
OBJECT IDENTIFIER    

lldpXdot3PortConfigTable 1.3.6.1.4.1.171.10.134.2.1.32.12.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.134.2.1.32.12.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.134.2.1.32.12.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-write
OBJECT-TYPE    
  LldpPortNumber  

lldpXdot3PortConfigTLVsTxEnable 1.3.6.1.4.1.171.10.134.2.1.32.12.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 'maxFrameSize(1)' 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), maxFrameSize(1)  

lldpXdot3LocPortTable 1.3.6.1.4.1.171.10.134.2.1.32.12.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.134.2.1.32.12.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.134.2.1.32.12.2.1.1.1
The value of this object is used as a port index to the lldpXdot3LocPortTable.
Status: current Access: read-write
OBJECT-TYPE    
  LldpPortNumber  

lldpXdot3LocPortAutoNegSupported 1.3.6.1.4.1.171.10.134.2.1.32.12.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.134.2.1.32.12.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.134.2.1.32.12.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.134.2.1.32.12.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  

lldpXdot3LocMaxFrameSizeTable 1.3.6.1.4.1.171.10.134.2.1.32.12.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.134.2.1.32.12.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.134.2.1.32.12.2.4.1.1
The value of this object is used as a port index to the lldpXdot3LocMaxFrameSizeTable.
Status: current Access: read-write
OBJECT-TYPE    
  LldpPortNumber  

lldpXdot3LocMaxFrameSize 1.3.6.1.4.1.171.10.134.2.1.32.12.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.134.2.1.32.12.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.134.2.1.32.12.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.134.2.1.32.12.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.134.2.1.32.12.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.134.2.1.32.12.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.134.2.1.32.12.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.134.2.1.32.12.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.134.2.1.32.12.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.134.2.1.32.12.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.134.2.1.32.12.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.134.2.1.32.12.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.134.2.1.32.12.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.134.2.1.32.12.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.134.2.1.32.12.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.134.2.1.32.12.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.134.2.1.32.12.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.134.2.1.32.12.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.134.2.1.32.12.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.134.2.1.32.12.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.134.2.1.32.12.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.134.2.1.32.12.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.134.2.1.32.12.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.134.2.1.32.12.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.134.2.1.32.12.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.134.2.1.32.12.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.134.2.1.32.12.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.134.2.1.32.12.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.134.2.1.32.12.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.134.2.1.32.12.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.134.2.1.32.12.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.134.2.1.32.12.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.134.2.1.32.12.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.134.2.1.32.12.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  

lldpXdot1Config 1.3.6.1.4.1.171.10.134.2.1.32.13.1
OBJECT IDENTIFIER    

lldpXdot1LocalData 1.3.6.1.4.1.171.10.134.2.1.32.13.2
OBJECT IDENTIFIER    

lldpXdot1RemoteData 1.3.6.1.4.1.171.10.134.2.1.32.13.3
OBJECT IDENTIFIER    

lldpXdot1ConfigPortVlanTable 1.3.6.1.4.1.171.10.134.2.1.32.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.134.2.1.32.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.134.2.1.32.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.134.2.1.32.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.134.2.1.32.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.134.2.1.32.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.134.2.1.32.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  

lldpXdot1ConfigVlanId 1.3.6.1.4.1.171.10.134.2.1.32.13.1.2.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  

lldpXdot1ConfigVlanNameTxEnable 1.3.6.1.4.1.171.10.134.2.1.32.13.1.2.1.3
The boolean value that indicates whether the corresponding Local System VLAN name instance will be transmitted on the port defined by the given lldpXdot1LocVlanNameEntry. 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.134.2.1.32.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.134.2.1.32.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.134.2.1.32.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.134.2.1.32.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.134.2.1.32.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.134.2.1.32.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.134.2.1.32.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.134.2.1.32.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.134.2.1.32.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  

lldpXdot1LocVlanNameTable 1.3.6.1.4.1.171.10.134.2.1.32.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.134.2.1.32.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.134.2.1.32.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.134.2.1.32.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.134.2.1.32.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.134.2.1.32.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.134.2.1.32.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.134.2.1.32.13.2.4.1.1
The value of this object is used as a port index to the lldpXdot1LocProtocolTable.
Status: current Access: read-write
OBJECT-TYPE    
  LldpPortNumber  

lldpXdot1LocProtocolIndex 1.3.6.1.4.1.171.10.134.2.1.32.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.134.2.1.32.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.134.2.1.32.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.134.2.1.32.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.134.2.1.32.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.134.2.1.32.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.134.2.1.32.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.134.2.1.32.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.134.2.1.32.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.134.2.1.32.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.134.2.1.32.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.134.2.1.32.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.134.2.1.32.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.134.2.1.32.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.134.2.1.32.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.134.2.1.32.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.134.2.1.32.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.134.2.1.32.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.134.2.1.32.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.134.2.1.32.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.134.2.1.32.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.134.2.1.32.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.134.2.1.32.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.134.2.1.32.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.134.2.1.32.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.134.2.1.32.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.134.2.1.32.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.134.2.1.32.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.134.2.1.32.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.134.2.1.32.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)  

lldpStatsRemTablesLastChangeTime 1.3.6.1.4.1.171.10.134.2.1.32.14.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 sysLLDPRemoteSystemsData objects and all LLDP extension objects associated with remote systems. An NMS can use this object to reduce polling of the sysLLDPRemoteSystemsData objects.
Status: current Access: read-only
OBJECT-TYPE    
  TimeStamp  

lldpStatsRemTablesInserts 1.3.6.1.4.1.171.10.134.2.1.32.14.2
The number of times the complete set of information advertised by a particular MSAP has been inserted into tables contained in sysLLDPRemoteSystemsData 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.134.2.1.32.14.3
The number of times the complete set of information advertised by a particular MSAP has been deleted from tables contained in sysLLDPRemoteSystemsData 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.134.2.1.32.14.4
The number of times the complete set of information advertised by a particular MSAP could not be entered into tables contained in sysLLDPRemoteSystemsData and lldpExtensions objects because of insufficient resources.
Status: current Access: read-only
OBJECT-TYPE    
  ZeroBasedCounter32  

lldpStatsRemTablesAgeouts 1.3.6.1.4.1.171.10.134.2.1.32.14.5
The number of times the complete set of information advertised by a particular MSAP has been deleted from tables contained in sysLLDPRemoteSystemsData 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.134.2.1.32.14.6
A table containing LLDP transmission statistics for individual ports. Entries are not required to exist in this table while the sysLLDPPortConfigEntry 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.134.2.1.32.14.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.134.2.1.32.14.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.134.2.1.32.14.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.134.2.1.32.14.7
A table containing LLDP reception statistics for individual ports. Entries are not required to exist in this table while the sysLLDPPortConfigEntry 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.134.2.1.32.14.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.134.2.1.32.14.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.134.2.1.32.14.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.134.2.1.32.14.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.134.2.1.32.14.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.134.2.1.32.14.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.134.2.1.32.14.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.134.2.1.32.14.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 sysLLDPRemoteSystemsData 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 sysLLDPRemoteSystemsData 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  

lldpLocChassisIdSubtype 1.3.6.1.4.1.171.10.134.2.1.32.15.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.134.2.1.32.15.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.134.2.1.32.15.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.134.2.1.32.15.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)  

lldpLocSysCapEnabled 1.3.6.1.4.1.171.10.134.2.1.32.15.5
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.134.2.1.32.15.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.134.2.1.32.15.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.134.2.1.32.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 lldpLocPortTable.
Status: current Access: read-only
OBJECT-TYPE    
  LldpPortNumber  

lldpLocPortIdSubtype 1.3.6.1.4.1.171.10.134.2.1.32.15.7.1.2
The type of port identifier encoding used in the associated 'lldpLocPortId' object.
Status: current Access: read-only
OBJECT-TYPE    
  LldpPortIdSubtype  

lldpLocPortId 1.3.6.1.4.1.171.10.134.2.1.32.15.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    
  LldpPortId  

lldpLocPortDesc 1.3.6.1.4.1.171.10.134.2.1.32.15.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.134.2.1.32.15.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.134.2.1.32.15.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.134.2.1.32.15.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.134.2.1.32.15.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.134.2.1.32.15.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.134.2.1.32.15.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.134.2.1.32.15.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.134.2.1.32.15.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.134.2.1.32.16.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.134.2.1.32.16.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.134.2.1.32.16.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.134.2.1.32.16.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.134.2.1.32.16.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.134.2.1.32.16.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.134.2.1.32.16.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.134.2.1.32.16.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.134.2.1.32.16.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.134.2.1.32.16.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.134.2.1.32.16.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.134.2.1.32.16.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.134.2.1.32.16.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.134.2.1.32.16.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.134.2.1.32.16.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.134.2.1.32.16.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.134.2.1.32.16.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.134.2.1.32.16.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.134.2.1.32.16.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.134.2.1.32.16.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.134.2.1.32.16.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.134.2.1.32.16.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.134.2.1.32.16.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.134.2.1.32.16.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.134.2.1.32.16.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.134.2.1.32.16.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.134.2.1.32.16.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.134.2.1.32.16.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.134.2.1.32.16.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.134.2.1.32.16.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.134.2.1.32.16.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)  

lldpTraps 1.3.6.1.4.1.171.10.134.2.1.32.17.0
OBJECT IDENTIFIER    

lldpRemTablesChange 1.3.6.1.4.1.171.10.134.2.1.32.17.0.1
A lldpRemTablesChange notification is sent when the value of lldpStatsRemTableLastChangeTime changes. It can be utilized by an NMS to trigger LLDP remote systems table maintenance polls. Note that transmission of lldpRemTablesChange notifications are throttled by the agent, as specified by the 'lldpNotificationInterval' object. The first four objects are already mentioned in the standard LLDP mib. As the Table Updation notification is also sent in the same notification PDU these objects are moved to proprietary mib.
Status: current Access: read-only
NOTIFICATION-TYPE    

lldpExceedsMaxFrameSize 1.3.6.1.4.1.171.10.134.2.1.32.17.0.2
A lldpExceedsMaxFrameSize notification is sent if the size of LLDP frame to be transmitted exceeds the maximum frame size (1522 bytes). This can occur if many number of TLVs need to be included in a single frame . It notifies the NMS that the information obtained about this system from its neighbor is not complete.
Status: current Access: read-only
NOTIFICATION-TYPE    

lldpDupChasisId 1.3.6.1.4.1.171.10.134.2.1.32.17.0.3
A lldpDupChasisId notification sent if the configured chasisId and Received chasisId from the neighbor is same. It notifies the NMS that the information obtained from its neighbor is Duplicate.
Status: current Access: read-only
NOTIFICATION-TYPE    

lldpDupSystemName 1.3.6.1.4.1.171.10.134.2.1.32.17.0.4
A lldpDupSystemName notification sent if the configured system name and Received system name from the neighbor is same. It notifies the NMS that the information obtained from its neighbor is Duplicate.
Status: current Access: read-only
NOTIFICATION-TYPE    

lldpDupManagmentAddress 1.3.6.1.4.1.171.10.134.2.1.32.17.0.5
A fsLldpDupManagementAddress notification sent if the configured management address and Received management address from the neighbor is same. The received duplicate management address is sent with the OID as index. Hence lldpRemManAddrIfId is sent in the value field. It notifies the NMS that the information obtained from its neighbor is Duplicate.
Status: current Access: read-only
NOTIFICATION-TYPE    

lldpMisConfigPortVlanID 1.3.6.1.4.1.171.10.134.2.1.32.17.0.6
A lldpMisConfigPortVlanID notification sent if the Port VlanId of two systems connected to the same link is different. It notifies the NMS that the information obtained from its neighbor is mis-configured.
Status: current Access: read-only
NOTIFICATION-TYPE    

lldpMisConfigVlanName 1.3.6.1.4.1.171.10.134.2.1.32.17.0.8
A lldpMisConfigVlanName notification sent if the vlan name of two systems connected to the same link is different. It notifies the NMS that the information obtained from its neighbor is mis-configured.
Status: current Access: read-only
NOTIFICATION-TYPE    

lldpMisConfigProtocolIdentity 1.3.6.1.4.1.171.10.134.2.1.32.17.0.9
A lldpMisConfigProtocolIdentity notification sent if the protocol identity information (example spanning Tree protocol, the Link Aggregation protocol and proprietary protocol) of two systems connected to the same link is different. It notifies the NMS that the information obtained from its neighbor is mis-configured.
Status: current Access: read-only
NOTIFICATION-TYPE    

lldpMisConfigMaxFrameSize 1.3.6.1.4.1.171.10.134.2.1.32.17.0.12
A lldpMisConfigMaxFrameSize notification sent if the maximum frame size configuration of two systems connected to the same link is different. Difference in maximum frame size can result in loss of frames if the sending station advertised maximum frame size is larger than the receiveing station. It notifies the NMS that the information obtained from its neighbor is mis-configured.
Status: current Access: read-only
NOTIFICATION-TYPE    

lldpMisConfigOperMauType 1.3.6.1.4.1.171.10.134.2.1.32.17.0.13
A lldpMisConfigOperMauType notification sent if the Operational MauType of the two systems connected to the same link is different. It notifies the NMS that the information obtained from its neighbor is mis-configured.
Status: current Access: read-only
NOTIFICATION-TYPE    

sysQinQSystem 1.3.6.1.4.1.171.10.134.2.1.37.1
OBJECT IDENTIFIER    

qinQGlobalStatus 1.3.6.1.4.1.171.10.134.2.1.37.1.1
This object is used to enable/disable the Q-in-Q status.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

qinQInnerTPID 1.3.6.1.4.1.171.10.134.2.1.37.1.3
Sets the QinQ Inner TPID value per system
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32  

qinQConfigTable 1.3.6.1.4.1.171.10.134.2.1.37.1.2
A table that contains Q-in-Q VLAN mode information about each port.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    QinQConfigEntry

qinQConfigEntry 1.3.6.1.4.1.171.10.134.2.1.37.1.2.1
A list of Q-in-Q VLAN mode information for each port.
Status: current Access: not-accessible
OBJECT-TYPE    
  QinQConfigEntry  

qinQIfIndex 1.3.6.1.4.1.171.10.134.2.1.37.1.2.1.1
The index of the port.
Status: current Access: read-only
OBJECT-TYPE    
  InterfaceIndex  

qinQRoleState 1.3.6.1.4.1.171.10.134.2.1.37.1.2.1.2
Sets the QinQ Role as NNI or UNI.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER nni(1), uni(2)  

qinQOuterTPID 1.3.6.1.4.1.171.10.134.2.1.37.1.2.1.3
Sets the QinQ Outer TPID value.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32  

qinQMissDrop 1.3.6.1.4.1.171.10.134.2.1.37.1.2.1.4
This object indicates if drop pkts that do not match selective QinQ rule
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

qinQAddInnerTag 1.3.6.1.4.1.171.10.134.2.1.37.1.2.1.5
innter tag for C-VLAN untag pkts
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32  

qinQVlanTranslationTable 1.3.6.1.4.1.171.10.134.2.1.37.1.4
A table that contains Q-in-Q VLAN translation config.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    QinQVlanTranslationEntry

qinQVlanTranslationEntry 1.3.6.1.4.1.171.10.134.2.1.37.1.4.1
A list of Q-in-Q VLAN translation config .
Status: current Access: not-accessible
OBJECT-TYPE    
  QinQVlanTranslationEntry  

qinQVlanTransPortNum 1.3.6.1.4.1.171.10.134.2.1.37.1.4.1.1
The Index value of the port in the system for which this entry applies. The maximum index value of the port is defined by the system.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

qinQVlanTransCVID 1.3.6.1.4.1.171.10.134.2.1.37.1.4.1.2
The customer VLAN ID in the customer VLAN tag of an ingress frame at this specified port or the customer VLAN ID to which the ingress frame is classified to, at this specified port.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 1..4094  

qinQVlanTransSVID 1.3.6.1.4.1.171.10.134.2.1.37.1.4.1.3
S-VLAN Id for the service instance to which this port and this C-VLAN are mapped to. ie) CEP,C-VID ===> S-VID.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 1..4094  

qinQVlanTransAction 1.3.6.1.4.1.171.10.134.2.1.37.1.4.1.4
This object indicates add outer tag or replace inner tag by outer tag .
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER add(1), replace(2)  

qinQVlanTransPriority 1.3.6.1.4.1.171.10.134.2.1.37.1.4.1.5
The priority for rule matched outer tag. -1 means use inner priority.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER -1..7  

qinQVlanTransRowStatus 1.3.6.1.4.1.171.10.134.2.1.37.1.4.1.6
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 deleted when this object is SET 'destroy'.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

sysTftpFwTargetGroup 1.3.6.1.4.1.171.10.134.2.1.3.1
OBJECT IDENTIFIER    

tftpFwTargetServerIpAddress 1.3.6.1.4.1.171.10.134.2.1.3.1.1
The TFTP server's IP address is used to upload or download firmware.
Status: current Access: read-write
OBJECT-TYPE    
  Ipv6Address  

tftpFwTargetServerIpType 1.3.6.1.4.1.171.10.134.2.1.3.1.2
Type of IP interface.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER iPv4(1), iPv6(2)  

tftpFwTargetInterfaceName 1.3.6.1.4.1.171.10.134.2.1.3.1.3
Specifies the interface name when the tftpFwTargetServerIpAddress is linklocal address.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING  

tftpFwTargetImageFileName 1.3.6.1.4.1.171.10.134.2.1.3.1.4
Configure firmware filename to download.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString Size(1..64)  

tftpFwTargetTftpOperation 1.3.6.1.4.1.171.10.134.2.1.3.1.5
The tftp operates to perform downloading the firmware image to the unit. This object is used in conjunction with configBootTftpServerIp and configBootImageFileName.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER none(0), download(1), upload(2)  

tftpFwTargetTftpOperationStatus 1.3.6.1.4.1.171.10.134.2.1.3.1.6
The tftp operation status represent firmware backup or upgrade status.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER none(0), success(1), fail(2), progressing(3), transmit(4)  

tftpFwTargetTransferPercentage 1.3.6.1.4.1.171.10.134.2.1.3.1.7
The file transfer percentage of the file upload or download.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 0..100  

sysTftpCfgTargetGroup 1.3.6.1.4.1.171.10.134.2.1.3.2
OBJECT IDENTIFIER    

tftpCfgTargetServerIpAddress 1.3.6.1.4.1.171.10.134.2.1.3.2.1
The TFTP server's IP address is used to upload or download configuration file.
Status: current Access: read-write
OBJECT-TYPE    
  Ipv6Address  

tftpCfgTargetServerIpType 1.3.6.1.4.1.171.10.134.2.1.3.2.2
Type of IP interface.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER iPv4(1), iPv6(2)  

tftpCfgTargetInterfaceName 1.3.6.1.4.1.171.10.134.2.1.3.2.3
Specifies the interface name when the tftpCfgTargetServerIpAddress is linklocal address.
Status: current Access: read-write
OBJECT-TYPE    
  OCTET STRING  

tftpCfgTargetImageFileName 1.3.6.1.4.1.171.10.134.2.1.3.2.4
The configuration filename is used to store or retrieve config from the tftp server.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString Size(1..64)  

tftpCfgTargetTftpOperation 1.3.6.1.4.1.171.10.134.2.1.3.2.5
The tftp operates to perform either downloading the configuration file to the unit or uploading the current configuration file to the tftp server. This object is used in conjunction with configTftpServerIpAddress and configTftpServerFileName.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER download(1), upload(2), progressing(3)  

tftpCfgTargetTftpOperationStatus 1.3.6.1.4.1.171.10.134.2.1.3.2.6
The tftp operation status represent configuration file backup or restore status.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER none(0), success(1), fail(2), progressing(3)  

sysTftpSyslogTargetGroup 1.3.6.1.4.1.171.10.134.2.1.3.3
OBJECT IDENTIFIER    

syslogFileSave 1.3.6.1.4.1.171.10.134.2.1.3.3.1
enable will save system log to file.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enable(1), disable(2)  

tftpSyslogTargetServerIpAddress 1.3.6.1.4.1.171.10.134.2.1.3.3.2
The TFTP server's IP address is used to upload or download system log file.
Status: current Access: read-write
OBJECT-TYPE    
  Ipv6Address  

tftpSyslogTargetServerIpType 1.3.6.1.4.1.171.10.134.2.1.3.3.3
Type of IP interface.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER iPv4(1), iPv6(2)  

tftpSyslogTargetInterfaceName 1.3.6.1.4.1.171.10.134.2.1.3.3.4
Specifies the interface name when the tftpSyslogTargetServerIpAddress is linklocal address.
Status: current Access: read-write
OBJECT-TYPE    
  OCTET STRING  

tftpSyslogTargetImageFileName 1.3.6.1.4.1.171.10.134.2.1.3.3.5
The system log filename is used to store or retrieve system log from the tftp server.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString Size(1..64)  

tftpSyslogTargetTftpOperation 1.3.6.1.4.1.171.10.134.2.1.3.3.6
The tftp operates to perform either downloading the system log file to the unit or uploading the current system log file to the tftp server. This object is used in conjunction with configTftpServerIpAddress and configTftpServerFileName. Note: enable means backup system log file from dut.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enable(1), disable(2)  

tftpSyslogTargetTftpOperationStatus 1.3.6.1.4.1.171.10.134.2.1.3.3.7
The tftp operation status represent system log file backup or restore status.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER none(0), success(1), fail(2), progressing(3)  

tftpSyslogTargetTftpTransferPercentage 1.3.6.1.4.1.171.10.134.2.1.3.3.8
The file transfer percentage of the file upload or download.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 0..100  

sysTftpTrapGroup 1.3.6.1.4.1.171.10.134.2.1.3.4
OBJECT IDENTIFIER    

sysFimwareTraps 1.3.6.1.4.1.171.10.134.2.1.3.4.0
OBJECT IDENTIFIER    

sysFimwareupgradesuccess 1.3.6.1.4.1.171.10.134.2.1.3.4.0.1
This is a trap that will send to snmp manager,and it will be generated when Firware upgrade success.
Status: current Access: read-only
NOTIFICATION-TYPE    

sysFimwareillegalfile 1.3.6.1.4.1.171.10.134.2.1.3.4.0.2
This is a trap that will send to snmp manager,and it will be generated when Firware upgrade with issegalfile.
Status: current Access: read-only
NOTIFICATION-TYPE    

sysFimwarefiletransferfailed 1.3.6.1.4.1.171.10.134.2.1.3.4.0.3
This is a trap that will send to snmp manager,and it will be generated when transfer file failed.
Status: current Access: read-only
NOTIFICATION-TYPE    

sysFimwarewrongchecksum 1.3.6.1.4.1.171.10.134.2.1.3.4.0.4
This is a trap that will send to snmp manager,and it will be generated when Firware with wrong checksum .
Status: current Access: read-only
NOTIFICATION-TYPE    

sysFimwareuupgradefailed 1.3.6.1.4.1.171.10.134.2.1.3.4.0.5
This is a trap that will send to snmp manager,and it will be generated when Firware upgrade failed.
Status: current Access: read-only
NOTIFICATION-TYPE    

sysTimeRangeSettingTable 1.3.6.1.4.1.171.10.134.2.1.38.1
A table to configure time Range in the system.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SysTimeRangeSettingEntry

timeRangeSettingEntry 1.3.6.1.4.1.171.10.134.2.1.38.1.1
A schedule entry to configure time Range in the system.
Status: current Access: not-accessible
OBJECT-TYPE    
  SysTimeRangeSettingEntry  

timeRangeIndex 1.3.6.1.4.1.171.10.134.2.1.38.1.1.1
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  

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

timeRangeDate 1.3.6.1.4.1.171.10.134.2.1.38.1.1.3
Enable/Disable date range checking while executing time base PoE.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

timeRangeStartYear 1.3.6.1.4.1.171.10.134.2.1.38.1.1.4
Start year of the Schedule entry.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER y2014(2014), y2015(2015), y2016(2016), y2017(2017), y2018(2018), y2019(2019), y2020(2020), y2021(2021), y2022(2022), y2023(2023), y2024(2024), y2025(2025), y2026(2026), y2027(2027), y2028(2028), y2029(2029)  

timeRangeStartMonth 1.3.6.1.4.1.171.10.134.2.1.38.1.1.5
Start month of the Schedule entry.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER january(1), february(2), march(3), april(4), may(5), june(6), july(7), august(8), september(9), october(10), november(11), december(12)  

timeRangeStartDay 1.3.6.1.4.1.171.10.134.2.1.38.1.1.6
Start day of the Schedule entry. The value must be from 1 to 31.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 1..31  

timeRangeStartHour 1.3.6.1.4.1.171.10.134.2.1.38.1.1.7
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.134.2.1.38.1.1.8
Start minute of the Schedule entry. The value must be from 0 to 59.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 0..59  

timeRangeEndYear 1.3.6.1.4.1.171.10.134.2.1.38.1.1.9
End year of the Schedule entry.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER y2011(2011), y2012(2012), y2013(2013), y2014(2014), y2015(2015), y2016(2016), y2017(2017), y2018(2018), y2019(2019), y2020(2020), y2021(2021), y2022(2022), y2023(2023), y2024(2024), y2025(2025), y2026(2026), y2027(2027), y2028(2028), y2029(2029)  

timeRangeEndMonth 1.3.6.1.4.1.171.10.134.2.1.38.1.1.10
End month of the Schedule entry.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER january(1), february(2), march(3), april(4), may(5), june(6), july(7), august(8), september(9), october(10), november(11), december(12)  

timeRangeEndDay 1.3.6.1.4.1.171.10.134.2.1.38.1.1.11
End day of the Schedule entry. The value must be from 1 to 31.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 1..31  

timeRangeEndHour 1.3.6.1.4.1.171.10.134.2.1.38.1.1.12
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.134.2.1.38.1.1.13
End minute of the Schedule entry. The value must be from 0 to 59.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 0..59  

timeRangeMonday 1.3.6.1.4.1.171.10.134.2.1.38.1.1.14
Enable/Disble scheduling Monday.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enable(1), disable(2)  

timeRangeTuesday 1.3.6.1.4.1.171.10.134.2.1.38.1.1.15
Enable/Disble scheduling Tuesday.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enable(1), disable(2)  

timeRangeWednesday 1.3.6.1.4.1.171.10.134.2.1.38.1.1.16
Enable/Disble scheduling Wednesday.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enable(1), disable(2)  

timeRangeThursday 1.3.6.1.4.1.171.10.134.2.1.38.1.1.17
Enable/Disble scheduling Thursday.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enable(1), disable(2)  

timeRangeFriday 1.3.6.1.4.1.171.10.134.2.1.38.1.1.18
Enable/Disble scheduling Friday.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enable(1), disable(2)  

timeRangeSaturday 1.3.6.1.4.1.171.10.134.2.1.38.1.1.19
Enable/Disble scheduling Saturday.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enable(1), disable(2)  

timeRangeSunday 1.3.6.1.4.1.171.10.134.2.1.38.1.1.20
Enable/Disble scheduling Sunday.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enable(1), disable(2)  

timeRangeRowStatus 1.3.6.1.4.1.171.10.134.2.1.38.1.1.21
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-write
OBJECT-TYPE    
  RowStatus  

sysTraceRouteCtlAddressType 1.3.6.1.4.1.171.10.134.2.1.90.1
Specifies the type of host address to be used on the traceroute request at the remote host, 1(ipv4), 2(ipv6).
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER ipv4(1), ipv6(2)  

sysTraceRouteCtlAddress 1.3.6.1.4.1.171.10.134.2.1.90.2
Specifies the host address used on the traceroute request at the remote host. The host address type can be determined by examining the value of the corresponding sysTraceRouteCtlTargetAddressType.
Status: current Access: read-write
OBJECT-TYPE    
  InetAddress  

sysTraceRouteCtlTimeOut 1.3.6.1.4.1.171.10.134.2.1.90.3
Specifies the time-out value, in seconds, for a traceroute request.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32 1..60  

sysTraceRouteCtlTTL 1.3.6.1.4.1.171.10.134.2.1.90.4
Specifies the time-to-live value.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32 1..60  

sysTraceRouteCtlPort 1.3.6.1.4.1.171.10.134.2.1.90.5
Specifies the (initial) UDP port to send the traceroute request to. A port needs to be specified that is not in use at the destination (target) host. The default value for this object is the IANA assigned port, 33434, for the traceroute function.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32 30000..64900  

sysTraceRouteCtlProbe 1.3.6.1.4.1.171.10.134.2.1.90.6
Specifies the number of times to reissue a traceroute request with the same time-to-live (TTL) value.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32 1..9  

sysTraceRouteCtlAdminStatus 1.3.6.1.4.1.171.10.134.2.1.90.7
Control the traceroute action state, value should be in: enabled(1) - Attempt to activate the test as configure. disabled(2) - Deactivate the test.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

sysTraceRouteHistoryTable 1.3.6.1.4.1.171.10.134.2.1.90.8
Defines the Remote Operations Traceroute Results Table for storing the results of a traceroute operation. An implementation of this MIB will remove the oldest entry in the traceRouteProbeHistoryTable of the corresponding entry in the traceRouteCtlTable to allow the addition of a new entry once the number of rows in the traceRouteProbeHistoryTable reaches the value specified by traceRouteCtlMaxRows for the corresponding entry in the traceRouteCtlTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SysTraceRouteHistoryEntry

traceRouteHistoryEntry 1.3.6.1.4.1.171.10.134.2.1.90.8.1
Defines a table for storing the results of a traceroute operation. Entries in this table are limited by the value of the corresponding traceRouteCtlMaxRows object. The first two index elements identify the traceRouteCtlEntry that a traceRouteProbeHistoryEntry belongs to. The third index element selects a single traceroute operation result. The fourth and fifth indexes select the hop and the probe for a particular traceroute operation.
Status: current Access: not-accessible
OBJECT-TYPE    
  SysTraceRouteHistoryEntry  

traceRouteHistoryIndex 1.3.6.1.4.1.171.10.134.2.1.90.8.1.1
An entry in this table is created when the result of a traceroute probe is determined. The initial 2 instance identifier index values identify the traceRouteCtlEntry that a probe result (traceRouteProbeHistoryEntry) belongs to. An entry is removed from this table when its corresponding traceRouteCtlEntry is deleted.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32 1..ffffffff  

traceRouteHistoryHopIndex 1.3.6.1.4.1.171.10.134.2.1.90.8.1.2
Indicates which hop in a traceroute path the probe's results are for. The value of this object is initially determined by the value of traceRouteCtlInitialTtl.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32 1..255  

traceRouteHistoryProbeIndex 1.3.6.1.4.1.171.10.134.2.1.90.8.1.3
Indicates the index of a probe for a particular hop in a traceroute path. The number of probes per hop is determined by the value of the corresponding traceRouteCtlProbesPerHop object.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32 1..10  

traceRouteHistoryHAddrType 1.3.6.1.4.1.171.10.134.2.1.90.8.1.4
This objects indicates the type of address stored in the corresponding traceRouteHistoryHAddr object.
Status: current Access: read-only
OBJECT-TYPE    
  InetAddressType  

traceRouteHistoryHAddr 1.3.6.1.4.1.171.10.134.2.1.90.8.1.5
The address of a hop in a traceroute path. This object is not allowed to be a DNS name. The value of the corresponding object, traceRouteHistoryHAddrType, indicates this object's IP address type.
Status: current Access: read-only
OBJECT-TYPE    
  InetAddress  

traceRouteHistoryResponse 1.3.6.1.4.1.171.10.134.2.1.90.8.1.6
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  

traceRouteHistoryStatus 1.3.6.1.4.1.171.10.134.2.1.90.8.1.7
The result of a traceroute operation made by a remote host for a particular probe.
Status: current Access: read-only
OBJECT-TYPE    
  OperationResponseStatus  

sysRMONGlobalState 1.3.6.1.4.1.171.10.134.2.1.22.1
This object is for enabling or disabling RMON function.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

sysRMONStatistics 1.3.6.1.4.1.171.10.134.2.1.22.2
OBJECT IDENTIFIER    

sysRMONHistory 1.3.6.1.4.1.171.10.134.2.1.22.3
OBJECT IDENTIFIER    

sysRMONAlarm 1.3.6.1.4.1.171.10.134.2.1.22.4
OBJECT IDENTIFIER    

sysRMONEvent 1.3.6.1.4.1.171.10.134.2.1.22.5
OBJECT IDENTIFIER    

rmonStatsTable 1.3.6.1.4.1.171.10.134.2.1.22.2.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.134.2.1.22.2.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.134.2.1.22.2.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.134.2.1.22.2.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.134.2.1.22.2.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  

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

rmonStatsDropEvents 1.3.6.1.4.1.171.10.134.2.1.22.2.1.1.5
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  

rmonStatsOctets 1.3.6.1.4.1.171.10.134.2.1.22.2.1.1.6
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.134.2.1.22.2.1.1.7
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.134.2.1.22.2.1.1.8
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.134.2.1.22.2.1.1.9
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  

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

rmonHistoryEntry 1.3.6.1.4.1.171.10.134.2.1.22.3.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    
  RmonHistoryEntry  

rmonHistoryIndex 1.3.6.1.4.1.171.10.134.2.1.22.3.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  

rmonHistoryDataSource 1.3.6.1.4.1.171.10.134.2.1.22.3.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  

rmonHistoryBucketsRequested 1.3.6.1.4.1.171.10.134.2.1.22.3.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..50  

rmonHistoryInterval 1.3.6.1.4.1.171.10.134.2.1.22.3.1.1.4
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  

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

rmonHistoryStatus 1.3.6.1.4.1.171.10.134.2.1.22.3.1.1.6
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  

rmonAlarmTable 1.3.6.1.4.1.171.10.134.2.1.22.4.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.134.2.1.22.4.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.134.2.1.22.4.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.134.2.1.22.4.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.134.2.1.22.4.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.134.2.1.22.4.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)  

rmonAlarmRisingThreshold 1.3.6.1.4.1.171.10.134.2.1.22.4.1.1.5
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.134.2.1.22.4.1.1.6
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  

rmonAlarmRisingEventIndex 1.3.6.1.4.1.171.10.134.2.1.22.4.1.1.7
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  

rmonAlarmFallingEventIndex 1.3.6.1.4.1.171.10.134.2.1.22.4.1.1.8
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.134.2.1.22.4.1.1.9
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.134.2.1.22.4.1.1.10
The status of this alarm entry.
Status: current Access: read-write
OBJECT-TYPE    
  RmonStatus  

rmonEventTable 1.3.6.1.4.1.171.10.134.2.1.22.5.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.134.2.1.22.5.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.134.2.1.22.5.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.134.2.1.22.5.1.1.2
A comment describing this event entry.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString Size(1..32)  

rmonEventType 1.3.6.1.4.1.171.10.134.2.1.22.5.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.134.2.1.22.5.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.134.2.1.22.5.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.134.2.1.22.5.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.134.2.1.22.5.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  

sysDHCPRelayControl 1.3.6.1.4.1.171.10.134.2.1.28.1
OBJECT IDENTIFIER    

sysDHCPRelayManagement 1.3.6.1.4.1.171.10.134.2.1.28.2
OBJECT IDENTIFIER    

dhcpRelayManagermentOption82 1.3.6.1.4.1.171.10.134.2.1.28.2.2
OBJECT IDENTIFIER    

dhcpRelayState 1.3.6.1.4.1.171.10.134.2.1.28.1.1
This object indicates DHCP relay function is enabled or disabled.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

dhcpRelayHopCount 1.3.6.1.4.1.171.10.134.2.1.28.1.2
This object indicates the maximum number of router hops that the BOOTP packets can cross.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 1..16  

dhcpRelayTimeThreshold 1.3.6.1.4.1.171.10.134.2.1.28.1.3
This object indicates the minimum time in seconds within which the switch must relay the DHCP request. If this time is exceeded, the switch will drop the DHCP packet.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 0..65535  

dhcpRelayInterfaceSettingsTable 1.3.6.1.4.1.171.10.134.2.1.28.2.1
This table indicates the IP address as a destination to forward (relay) DHCP packets to.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    DHCPRelayInterfaceSettingsEntry

dhcpRelayInterfaceSettingsEntry 1.3.6.1.4.1.171.10.134.2.1.28.2.1.1
A list of information indicates the IP address as a destination to forward (relay) DHCP packets to.
Status: current Access: not-accessible
OBJECT-TYPE    
  DHCPRelayInterfaceSettingsEntry  

dhcpRelayServerIP 1.3.6.1.4.1.171.10.134.2.1.28.2.1.1.1
This object indicates the DHCP server IP address.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

dhcpRelayInterface 1.3.6.1.4.1.171.10.134.2.1.28.2.1.1.2
This object indicates the input Interface Index value mapped to this Server Address Table.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

dhcpRelayInterfaceSettingsRowStatus 1.3.6.1.4.1.171.10.134.2.1.28.2.1.1.3
This object indicates the status of this entry.
Status: current Access: read-write
OBJECT-TYPE    
  RowStatus  

dhcpRelayOption82State 1.3.6.1.4.1.171.10.134.2.1.28.2.2.1
Only when enabled, the Relay Agent shall do any processing related to Relay Agent Information Options - like inserting the necessary options while relaying a packet from a client to a server and examining/stripping of options when relaying a packet from a server to a client.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

dhcpRelayOption82CheckState 1.3.6.1.4.1.171.10.134.2.1.28.2.2.2
This object indicates DHCP relay option 82 Check function is enabled or disabled.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

dhcpRelayOption82Policy 1.3.6.1.4.1.171.10.134.2.1.28.2.2.3
This object indicates DHCP relay option 82 policy.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER replace(1), drop(2), keep(3)  

dhcpRelayOption82RemoteIDType 1.3.6.1.4.1.171.10.134.2.1.28.2.2.4
This object indicates the type of remote ID. If the type is default, the remote ID will be the MAC address of the device, otherwise, the remote ID can be defined by writing to the swDHCPRelayOption82RemoteID object.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER default(1), userdefined(2)  

dhcpRelayOption82RemoteID 1.3.6.1.4.1.171.10.134.2.1.28.2.2.5
This object displays the current remote ID of the device. If DHCPRelayOption82RemoteIDType is set to default, the value will be the MAC address of the device, and this object cannot be modified. If DHCPRelayOption82RemoteIDType is set to user-defined, a new value can be written to this object.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString  

sysDHCPLocalRelayGlobalState 1.3.6.1.4.1.171.10.134.2.1.29.1
This object indicates DHCP local relay function is enabled or disabled globally.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

sysDHCPLocalRelayTable 1.3.6.1.4.1.171.10.134.2.1.29.2
This table indicates the IP address as a destination to forward (local relay) DHCP packets to.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    DHCPLocalRelayEntry

dhcpLocalRelayEntry 1.3.6.1.4.1.171.10.134.2.1.29.2.1
A list of information indicates the IP address as a destination to forward (local relay) DHCP packets to.
Status: current Access: not-accessible
OBJECT-TYPE    
  DHCPLocalRelayEntry  

dhcpLocalRelayVlanId 1.3.6.1.4.1.171.10.134.2.1.29.2.1.1
This object displays the current VLAN ID of the device.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 1..4094  

dhcpLocalRelayState 1.3.6.1.4.1.171.10.134.2.1.29.2.1.2
This object indicates DHCP local relay function of VLAN is enabled or disabled.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

sysDHCPv6RelayControl 1.3.6.1.4.1.171.10.134.2.1.86.1
OBJECT IDENTIFIER    

sysDHCPv6RelayManagement 1.3.6.1.4.1.171.10.134.2.1.86.2
OBJECT IDENTIFIER    

sysDHCPv6RelayOption37 1.3.6.1.4.1.171.10.134.2.1.86.3
OBJECT IDENTIFIER    

dhcpv6RelayState 1.3.6.1.4.1.171.10.134.2.1.86.1.1
This object indicates DHCPv6 relay function is enabled or disabled.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

dhcpv6RelayHopCount 1.3.6.1.4.1.171.10.134.2.1.86.1.2
This object indicates the maximum number of router hops that the DHCPv6 packets can cross.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 1..32  

dhcpv6RelayInterfaceTable 1.3.6.1.4.1.171.10.134.2.1.86.2.1
This table indicates the IP address as a destination to forward (relay) DHCP packets to.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Dhcpv6RelayInterfaceEntry

dhcpv6RelayInterfaceEntry 1.3.6.1.4.1.171.10.134.2.1.86.2.1.1
A list of information indicates the IP address as a destination to forward (relay) DHCP packets to.
Status: current Access: not-accessible
OBJECT-TYPE    
  Dhcpv6RelayInterfaceEntry  

dhcpv6RelayServerIP 1.3.6.1.4.1.171.10.134.2.1.86.2.1.1.1
This object indicates the DHCP server IP address.
Status: current Access: read-only
OBJECT-TYPE    
  Ipv6Address  

dhcpv6RelayInterface 1.3.6.1.4.1.171.10.134.2.1.86.2.1.1.2
This object indicates the input Interface Index value mapped to this Server Address Table.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

dhcpv6RelayRowStatus 1.3.6.1.4.1.171.10.134.2.1.86.2.1.1.3
This object indicates the status of this entry.
Status: current Access: read-write
OBJECT-TYPE    
  RowStatus  

dhcpv6RelayOption37State 1.3.6.1.4.1.171.10.134.2.1.86.3.1
This object indicates DHCPv6 relay option 37 function is enabled or disabled.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

dhcpv6RelayOption37CheckState 1.3.6.1.4.1.171.10.134.2.1.86.3.2
This object indicates DHCPv6 relay option 37 Check function is enabled or disabled.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

dhcpv6RelayOption37RemoteIDType 1.3.6.1.4.1.171.10.134.2.1.86.3.3
This object indicates the type of remote ID.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER default(0), cid-with-user-define(1), user-define(2)  

dhcpv6RelayOption37RemoteID 1.3.6.1.4.1.171.10.134.2.1.86.3.4
This object displays the current remote ID of the device. If RemoteIDType is set to default, the value will be the MAC address of the device, and this object cannot be modified. If RemoteIDType is set to user-defined, a new value can be written to this object.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString  

sysBandwidthCtrlSettings 1.3.6.1.4.1.171.10.134.2.1.13.1
OBJECT IDENTIFIER    

bandwidthCtrlTable 1.3.6.1.4.1.171.10.134.2.1.13.1.2
A table to control the rate limiting parameters either for the entire switch or for each interface in the switch.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    BandwidthCtrlEntry

bandwidthCtrlEntry 1.3.6.1.4.1.171.10.134.2.1.13.1.2.1
An entry appears in this table for each physical interface in the switch.
Status: current Access: not-accessible
OBJECT-TYPE    
  BandwidthCtrlEntry  

bandwidthCtrlIndex 1.3.6.1.4.1.171.10.134.2.1.13.1.2.1.1
The interface index for which the configuration in this entry applies.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

bandwidthCtrlTxThreshold 1.3.6.1.4.1.171.10.134.2.1.13.1.2.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. The value can be set between 64~100000(Kbits per second) in FE port, 64~1000000 (Kbits per second) in GE port.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 0 | 64..1000000  

bandwidthCtrlEffectiveTxThreshold 1.3.6.1.4.1.171.10.134.2.1.13.1.2.1.3
Configures the new 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. The value can be set between 64~100000(Kbits per second) in FE port, 64~1000000 (Kbits per second) in GE port.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0 | 64..1000000  

bandwidthCtrlRxThreshold 1.3.6.1.4.1.171.10.134.2.1.13.1.2.1.4
Allows to configure the limiting value for the maximum number of receive packets that can be transmitted per second over this interface. Setting this object to the value zero disables rate limiting for receive packets on this interface. The value that can be set for this object is limited by the underlying hardware. The value can be set between 64~100000(Kbits per second) in FE port, 64~1000000(Kbits per second) in GE port.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 0 | 64..1000000  

bandwidthCtrlEffectiveRxThreshold 1.3.6.1.4.1.171.10.134.2.1.13.1.2.1.5
Allows to configure the new limiting value for the maximum number of receive packets that can be transmitted per second over this interface. Setting this object to the value zero disables rate limiting for receive packets on this interface. The value that can be set for this object is limited by the underlying hardware. The value can be set between 64~100000(Kbits per second) in FE port, 64~1000000(Kbits per second) in GE port.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0 | 64..1000000  

sysTrafficCtrlSettings 1.3.6.1.4.1.171.10.134.2.1.13.4
OBJECT IDENTIFIER    

trafficCtrlTrap 1.3.6.1.4.1.171.10.134.2.1.13.4.1
The trap setting of traffic control.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER none(0), stormOccurred(1), stormCleared(2), both(3)  

trafficCtrlTable 1.3.6.1.4.1.171.10.134.2.1.13.4.2
The traffic control table.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    TrafficCtrlEntry

trafficCtrlEntry 1.3.6.1.4.1.171.10.134.2.1.13.4.2.1
The traffic control entry.
Status: current Access: not-accessible
OBJECT-TYPE    
  TrafficCtrlEntry  

trafficCtrlIndex 1.3.6.1.4.1.171.10.134.2.1.13.4.2.1.1
The traffic control index.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 1..65535  

trafficCtrlActionMode 1.3.6.1.4.1.171.10.134.2.1.13.4.2.1.2
The action mode of traffic control.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER drop(0), shutdown(1)  

trafficCtrlType 1.3.6.1.4.1.171.10.134.2.1.13.4.2.1.3
The control type of traffic control. (b: Broadcast, m: Multicast, u: Unknown Unicast)
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER none(0), b(1), m(2), mb(3), u(4), ub(5), um(6), umb(7)  

trafficCtrlThreshold 1.3.6.1.4.1.171.10.134.2.1.13.4.2.1.4
The threshold of traffic control. In drop mode,threshold should be times of 64,its range is 64 to 1000000,unit is kbps In Shutdown mode,threshold's range is 1 to 255000,unit is pkts per second
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 1..102400  

trafficCtrlCountDown 1.3.6.1.4.1.171.10.134.2.1.13.4.2.1.5
The count down value of traffic control.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 0..30  

trafficCtrlTimeInterval 1.3.6.1.4.1.171.10.134.2.1.13.4.2.1.6
The time interval of traffic control.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 5..30  

trafficCtrlPortState 1.3.6.1.4.1.171.10.134.2.1.13.4.2.1.7
The Traffic control port status in shutdown mode.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER normal(0), blocking(1), shutdown(2)  

sysStormCtrlTrap 1.3.6.1.4.1.171.10.134.2.1.13.5
OBJECT IDENTIFIER    

stormCtrlTrap 1.3.6.1.4.1.171.10.134.2.1.13.5.0
OBJECT IDENTIFIER    

stormOccurred 1.3.6.1.4.1.171.10.134.2.1.13.5.0.1
when storm event occur on the port ,it will send out storm occured snmp trap to snmp manager.
Status: current Access: read-only
NOTIFICATION-TYPE    

stormCleared 1.3.6.1.4.1.171.10.134.2.1.13.5.0.2
when storm event cleared on the port, it will send out a storm cleared snmp trap to snmp manager.
Status: current Access: read-only
NOTIFICATION-TYPE    

sysQos1p 1.3.6.1.4.1.171.10.134.2.1.12.4
OBJECT IDENTIFIER    

qosTrafficClassTable 1.3.6.1.4.1.171.10.134.2.1.12.4.1
A table mapping evaluated User Priority to Traffic Class, for forwarding by the bridge.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    QosTrafficClassEntry

qosTrafficClassEntry 1.3.6.1.4.1.171.10.134.2.1.12.4.1.1
User Priority to Traffic Class mapping.
Status: current Access: not-accessible
OBJECT-TYPE    
  QosTrafficClassEntry  

qosTrafficClassPriority 1.3.6.1.4.1.171.10.134.2.1.12.4.1.1.1
The Priority value determined for the received frame. This value is equivalent to the priority indicated in the tagged frame received, or one of the evaluated priorities, determined according to the media-type.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 0..7  

qosTrafficClass 1.3.6.1.4.1.171.10.134.2.1.12.4.1.1.2
The Traffic Class the received frame is mapped to.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 0..7  

sysQosPortBase 1.3.6.1.4.1.171.10.134.2.1.12.3
OBJECT IDENTIFIER    

qosPortBaseTable 1.3.6.1.4.1.171.10.134.2.1.12.3.1
A list of 802.1p port default priority Entries.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    QosPortBaseEntry

qosPortBaseEntry 1.3.6.1.4.1.171.10.134.2.1.12.3.1.1
A list of 802.1p port default priority priorities.
Status: current Access: not-accessible
OBJECT-TYPE    
  QosPortBaseEntry  

qosPortBasePortIndex 1.3.6.1.4.1.171.10.134.2.1.12.3.1.1.1
A port identifier that is in the range of 1 to ifNumber.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

qosPortBasePriority 1.3.6.1.4.1.171.10.134.2.1.12.3.1.1.2
For ingress packets, the per port 'Default Priority' setting will be applied to packets of each port to provide port-based traffic prioritization.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 0..7  

qosPortBaseEffectivePriority 1.3.6.1.4.1.171.10.134.2.1.12.3.1.1.3
For ingress packets, the per port 'Effective Default Priority' setting will be applied to packets of each port to provide port-based traffic prioritization.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 0..7  

sysQosMode 1.3.6.1.4.1.171.10.134.2.1.12.1
Settings of Qos mode. Qos PortBase, 802.1p or DSCP mode. PortBase: When Qos in Port Base mode, ingress packets from each port SHOULD be forwarded to the specific queue according to Port Base Priority settings for traffic per-port classification 802.1p: When Qos is placed in 802.1P mode, ingress tagged packets SHOULD be classified to 8 different queues according to its carrying 802.1P priority and queue setting DSCP: When Qos in DSCP mode, ingress packets MUST be classified to the specified queue according to its DSCP and queue mapping
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER dot1p(1), dscp(2), portbase(3)  

sysQosQueuingMechanism 1.3.6.1.4.1.171.10.134.2.1.12.2
Queuing mechanism. strictPriority(1) : Strict Priority wrr(2) : Weighted Round Robin Strict-priority scheduling is implemented with a special strict-priority scheduler node that is stacked directly above the port. Queues stacked on top of the strict-priority scheduler node always get bandwidth before other queues. Weighted round-robin scheduling is designed to better handle queues with different processing capacities. Each queue has a weight : Low is 1, Medium is 2, High is 4 and Highest is 8. Queues with higher weights get bandwidth before than other queues with less weights.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER strictPriority(1), wrr(2)  

sysQosDiffServ 1.3.6.1.4.1.171.10.134.2.1.12.6
OBJECT IDENTIFIER    

qosDiffServTypeGroup 1.3.6.1.4.1.171.10.134.2.1.12.6.1
OBJECT IDENTIFIER    

qosDiffServType00 1.3.6.1.4.1.171.10.134.2.1.12.6.1.1
DiffServ Type 0 : IP ToS value = 0
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 0..7  

qosDiffServType01 1.3.6.1.4.1.171.10.134.2.1.12.6.1.2
DiffServ Type 01 : IP ToS value = 4
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 0..7  

qosDiffServType02 1.3.6.1.4.1.171.10.134.2.1.12.6.1.3
DiffServ Type 02 : IP ToS value = 8
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 0..7  

qosDiffServType03 1.3.6.1.4.1.171.10.134.2.1.12.6.1.4
DiffServ Type 03 : IP ToS value = 12
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 0..7  

qosDiffServType04 1.3.6.1.4.1.171.10.134.2.1.12.6.1.5
DiffServ Type 04 : IP ToS value = 16
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 0..7  

qosDiffServType05 1.3.6.1.4.1.171.10.134.2.1.12.6.1.6
DiffServ Type 05 : IP ToS value = 20
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 0..7  

qosDiffServType06 1.3.6.1.4.1.171.10.134.2.1.12.6.1.7
DiffServ Type 06 : IP ToS value = 24
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 0..7  

qosDiffServType07 1.3.6.1.4.1.171.10.134.2.1.12.6.1.8
DiffServ Type 07 : IP ToS value = 28
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 0..7  

qosDiffServType08 1.3.6.1.4.1.171.10.134.2.1.12.6.1.9
DiffServ Type 08 : IP ToS value = 32
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 0..7  

qosDiffServType09 1.3.6.1.4.1.171.10.134.2.1.12.6.1.10
DiffServ Type 09 : IP ToS value = 36
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 0..7  

qosDiffServType10 1.3.6.1.4.1.171.10.134.2.1.12.6.1.11
DiffServ Type 10 : IP ToS value = 40
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 0..7  

qosDiffServType11 1.3.6.1.4.1.171.10.134.2.1.12.6.1.12
DiffServ Type 11 : IP ToS value = 44
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 0..7  

qosDiffServType12 1.3.6.1.4.1.171.10.134.2.1.12.6.1.13
DiffServ Type 12 : IP ToS value = 48
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 0..7  

qosDiffServType13 1.3.6.1.4.1.171.10.134.2.1.12.6.1.14
DiffServ Type 13 : IP ToS value = 52
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 0..7  

qosDiffServType14 1.3.6.1.4.1.171.10.134.2.1.12.6.1.15
DiffServ Type 14 : IP ToS value = 56
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 0..7  

qosDiffServType15 1.3.6.1.4.1.171.10.134.2.1.12.6.1.16
DiffServ Type 15 : IP ToS value = 60
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 0..7  

qosDiffServType16 1.3.6.1.4.1.171.10.134.2.1.12.6.1.17
DiffServ Type 16 : IP ToS value = 64
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 0..7  

qosDiffServType17 1.3.6.1.4.1.171.10.134.2.1.12.6.1.18
DiffServ Type 17 : IP ToS value = 68
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 0..7  

qosDiffServType18 1.3.6.1.4.1.171.10.134.2.1.12.6.1.19
DiffServ Type 18 : IP ToS value = 72
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 0..7  

qosDiffServType19 1.3.6.1.4.1.171.10.134.2.1.12.6.1.20
DiffServ Type 19 : IP ToS value = 76
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 0..7  

qosDiffServType20 1.3.6.1.4.1.171.10.134.2.1.12.6.1.21
DiffServ Type 20 : IP ToS value = 80
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 0..7  

qosDiffServType21 1.3.6.1.4.1.171.10.134.2.1.12.6.1.22
DiffServ Type 21 : IP ToS value = 84
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 0..7  

qosDiffServType22 1.3.6.1.4.1.171.10.134.2.1.12.6.1.23
DiffServ Type 22 : IP ToS value = 88
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 0..7  

qosDiffServType23 1.3.6.1.4.1.171.10.134.2.1.12.6.1.24
DiffServ Type 23 : IP ToS value = 92
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 0..7  

qosDiffServType24 1.3.6.1.4.1.171.10.134.2.1.12.6.1.25
DiffServ Type 24 : IP ToS value = 96
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 0..7  

qosDiffServType25 1.3.6.1.4.1.171.10.134.2.1.12.6.1.26
DiffServ Type 25 : IP ToS value = 100
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 0..7  

qosDiffServType26 1.3.6.1.4.1.171.10.134.2.1.12.6.1.27
DiffServ Type 26 : IP ToS value = 104
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 0..7  

qosDiffServType27 1.3.6.1.4.1.171.10.134.2.1.12.6.1.28
DiffServ Type 27 : IP ToS value = 108
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 0..7  

qosDiffServType28 1.3.6.1.4.1.171.10.134.2.1.12.6.1.29
DiffServ Type 28 : IP ToS value = 112
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 0..7  

qosDiffServType29 1.3.6.1.4.1.171.10.134.2.1.12.6.1.30
DiffServ Type 29 : IP ToS value = 116
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 0..7  

qosDiffServType30 1.3.6.1.4.1.171.10.134.2.1.12.6.1.31
DiffServ Type 30 : IP ToS value = 120
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 0..7  

qosDiffServType31 1.3.6.1.4.1.171.10.134.2.1.12.6.1.32
DiffServ Type 31 : IP ToS value = 124
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 0..7  

qosDiffServType32 1.3.6.1.4.1.171.10.134.2.1.12.6.1.33
DiffServ Type 32 : IP ToS value = 128
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 0..7  

qosDiffServType33 1.3.6.1.4.1.171.10.134.2.1.12.6.1.34
DiffServ Type 33 : IP ToS value = 132
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 0..7  

qosDiffServType34 1.3.6.1.4.1.171.10.134.2.1.12.6.1.35
DiffServ Type 34 : IP ToS value = 136
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 0..7  

qosDiffServType35 1.3.6.1.4.1.171.10.134.2.1.12.6.1.36
DiffServ Type 35 : IP ToS value = 140
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 0..7  

qosDiffServType36 1.3.6.1.4.1.171.10.134.2.1.12.6.1.37
DiffServ Type 36 : IP ToS value = 144
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 0..7  

qosDiffServType37 1.3.6.1.4.1.171.10.134.2.1.12.6.1.38
DiffServ Type 37 : IP ToS value = 148
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 0..7  

qosDiffServType38 1.3.6.1.4.1.171.10.134.2.1.12.6.1.39
DiffServ Type 38 : IP ToS value = 152
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 0..7  

qosDiffServType39 1.3.6.1.4.1.171.10.134.2.1.12.6.1.40
DiffServ Type 39 : IP ToS value = 156
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 0..7  

qosDiffServType40 1.3.6.1.4.1.171.10.134.2.1.12.6.1.41
DiffServ Type 40 : IP ToS value = 160
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 0..7  

qosDiffServType41 1.3.6.1.4.1.171.10.134.2.1.12.6.1.42
DiffServ Type 41 : IP ToS value = 164
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 0..7  

qosDiffServType42 1.3.6.1.4.1.171.10.134.2.1.12.6.1.43
DiffServ Type 42 : IP ToS value = 168
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 0..7  

qosDiffServType43 1.3.6.1.4.1.171.10.134.2.1.12.6.1.44
DiffServ Type 43 : IP ToS value = 172
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 0..7  

qosDiffServType44 1.3.6.1.4.1.171.10.134.2.1.12.6.1.45
DiffServ Type 44 : IP ToS value = 176
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 0..7  

qosDiffServType45 1.3.6.1.4.1.171.10.134.2.1.12.6.1.46
DiffServ Type 45 : IP ToS value = 180
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 0..7  

qosDiffServType46 1.3.6.1.4.1.171.10.134.2.1.12.6.1.47
DiffServ Type 46 : IP ToS value = 184
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 0..7  

qosDiffServType47 1.3.6.1.4.1.171.10.134.2.1.12.6.1.48
DiffServ Type 47 : IP ToS value = 188
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 0..7  

qosDiffServType48 1.3.6.1.4.1.171.10.134.2.1.12.6.1.49
DiffServ Type 48 : IP ToS value = 192
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 0..7  

qosDiffServType49 1.3.6.1.4.1.171.10.134.2.1.12.6.1.50
DiffServ Type 49 : IP ToS value = 196
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 0..7  

qosDiffServType50 1.3.6.1.4.1.171.10.134.2.1.12.6.1.51
DiffServ Type 50 : IP ToS value = 200
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 0..7  

qosDiffServType51 1.3.6.1.4.1.171.10.134.2.1.12.6.1.52
DiffServ Type 51 : IP ToS value = 204
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 0..7  

qosDiffServType52 1.3.6.1.4.1.171.10.134.2.1.12.6.1.53
DiffServ Type 52 : IP ToS value = 208
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 0..7  

qosDiffServType53 1.3.6.1.4.1.171.10.134.2.1.12.6.1.54
DiffServ Type 53 : IP ToS value = 212
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 0..7  

qosDiffServType54 1.3.6.1.4.1.171.10.134.2.1.12.6.1.55
DiffServ Type 54 : IP ToS value = 216
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 0..7  

qosDiffServType55 1.3.6.1.4.1.171.10.134.2.1.12.6.1.56
DiffServ Type 55 : IP ToS value = 220
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 0..7  

qosDiffServType56 1.3.6.1.4.1.171.10.134.2.1.12.6.1.57
DiffServ Type 56 : IP ToS value = 224
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 0..7  

qosDiffServType57 1.3.6.1.4.1.171.10.134.2.1.12.6.1.58
DiffServ Type 57 : IP ToS value = 228
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 0..7  

qosDiffServType58 1.3.6.1.4.1.171.10.134.2.1.12.6.1.59
DiffServ Type 58 : IP ToS value = 232
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 0..7  

qosDiffServType59 1.3.6.1.4.1.171.10.134.2.1.12.6.1.60
DiffServ Type 59 : IP ToS value = 236
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 0..7  

qosDiffServType60 1.3.6.1.4.1.171.10.134.2.1.12.6.1.61
DiffServ Type 60 : IP ToS value = 240
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 0..7  

qosDiffServType61 1.3.6.1.4.1.171.10.134.2.1.12.6.1.62
DiffServ Type 61 : IP ToS value = 244
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 0..7  

qosDiffServType62 1.3.6.1.4.1.171.10.134.2.1.12.6.1.63
DiffServ Type 62 : IP ToS value = 248
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 0..7  

qosDiffServType63 1.3.6.1.4.1.171.10.134.2.1.12.6.1.64
DiffServ Type 63 : IP ToS value = 252
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 0..7  

sysQosScheduling 1.3.6.1.4.1.171.10.134.2.1.12.5
OBJECT IDENTIFIER    

qosSchedulingClassTable 1.3.6.1.4.1.171.10.134.2.1.12.5.1
A list of sysQosScheduling.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    QosSchedulingClassEntry

qosSchedulingClassEntry 1.3.6.1.4.1.171.10.134.2.1.12.5.1.1
A list of sysQosScheduling Weight.
Status: current Access: not-accessible
OBJECT-TYPE    
  QosSchedulingClassEntry  

qosSchedulingClassIndex 1.3.6.1.4.1.171.10.134.2.1.12.5.1.1.1
A index of class 0 ~ 7.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 0..7  

qosSchedulingWeight 1.3.6.1.4.1.171.10.134.2.1.12.5.1.1.2
cos weight
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 1..127  

sysSNTPSettingGroup 1.3.6.1.4.1.171.10.134.2.1.20.17
OBJECT IDENTIFIER    

sntpTimeSeconds 1.3.6.1.4.1.171.10.134.2.1.20.17.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  

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

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

sntpDSTOffset 1.3.6.1.4.1.171.10.134.2.1.20.17.10
This object is for Daylight Saving Time Offset In (30/60/90/120) Minutes.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER offset30min(30), offset60min(60), offset90min(90), offset120min(120)  

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

sntpDSTStartTime 1.3.6.1.4.1.171.10.134.2.1.20.17.12
Daylight saving time (DST) is a system of setting clocks ahead so that both sunrise and sunset occur at a later hour. The effect is additional daylight in the evening. Many countries observe DST, although most have their own rules and regulations for when it begins and ends. The dates of DST may change from year to year. The Valid format [dayofmonth-month,HH:MM]. Example:- 01-Apr,17:30
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString Size(12)  

sntpDSTEndTime 1.3.6.1.4.1.171.10.134.2.1.20.17.13
Daylight saving time (DST) is a system of setting clocks ahead so that both sunrise and sunset occur at a later hour. The effect is additional daylight in the evening. Many countries observe DST, although most have their own rules and regulations for when it begins and ends. The dates of DST may change from year to year. The Valid format [dayofmonth-month,HH:MM]. Example:- 01-Apr,17:30
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString Size(12)  

sntpDSTState 1.3.6.1.4.1.171.10.134.2.1.20.17.20
This object is for Annual(1) or Disabled(2) DST state in the system.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER annual(1), disabled(2)  

sysSNTPServerGroup 1.3.6.1.4.1.171.10.134.2.1.20.18
OBJECT IDENTIFIER    

sntpServerTable 1.3.6.1.4.1.171.10.134.2.1.20.18.1
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.134.2.1.20.18.1.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.134.2.1.20.18.1.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.134.2.1.20.18.1.1.2
The unicast IPv4/IPv6 server address in the Unicast Addressing mode
Status: current Access: read-only
OBJECT-TYPE    
  InetAddress  

sntpServerType 1.3.6.1.4.1.171.10.134.2.1.20.18.1.1.4
In Unicast addressing mode, we can have primary and secondary servers. This flag is to distinguish between primary and secondary server. SNTP client sends request to different servers until it receives successful response. This flag tells the order in which to query the servers.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER primary(1), secondary(2)  

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

portSecurityTable 1.3.6.1.4.1.171.10.134.2.1.14.2.1
A table to control port security features of the device.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    PortSecurityEntry

portSecurityEntry 1.3.6.1.4.1.171.10.134.2.1.14.2.1.1
An entry appears in port security table for each interface in the system.
Status: current Access: not-accessible
OBJECT-TYPE    
  PortSecurityEntry  

portSecurityIndex 1.3.6.1.4.1.171.10.134.2.1.14.2.1.1.1
The interface index for which the configuration in this entry applies.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

portSecurityState 1.3.6.1.4.1.171.10.134.2.1.14.2.1.1.2
Enable / disable port security admin state for the interface. A given ports' dynamic MAC address learning will be stopped such that the current source MAC addresses entered into the MAC address forwarding table can not be changed once the port security admin state is enabled.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

portSecurityMLA 1.3.6.1.4.1.171.10.134.2.1.14.2.1.1.3
Configures interface port security maximum learning address numbers. When given ports' admin state is enabled, allows forwarding table learning address number. The number can be set 0 to 64. Note: Set value 0 means cannot learn MAC address.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 0..64  

portSecurityLockAddrMode 1.3.6.1.4.1.171.10.134.2.1.14.2.1.1.4
Configures port security lock address mode for the interface. deleteOnReset : The locked addresses will not age out until the Switch has been reset. deleteOnTimeout : The locked addresses will age out after the aging timer expires. Permanent : The locked addresses will not age out after the aging timer expires.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER deleteOnReset(1), deleteOnTimeout(2), permanent(3)  

portSecFDBPermanentTable 1.3.6.1.4.1.171.10.134.2.1.14.2.2
A table to control port security FDB Permanent of the device.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    PortSecFDBPermanentEntry

portSecFDBPermanentEntry 1.3.6.1.4.1.171.10.134.2.1.14.2.2.1
An entry appears in port security table for each interface in the system.
Status: current Access: not-accessible
OBJECT-TYPE    
  PortSecFDBPermanentEntry  

portSecFDBPermVlanID 1.3.6.1.4.1.171.10.134.2.1.14.2.2.1.1
The VLAN ID of the port security MAC entry.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

portSecFDBPermMac 1.3.6.1.4.1.171.10.134.2.1.14.2.2.1.2
The MAC address associated of the port security MAC entry.
Status: current Access: read-only
OBJECT-TYPE    
  MacAddress  

portSecFDBPermPort 1.3.6.1.4.1.171.10.134.2.1.14.2.2.1.3
The forwarding port of the port security MAC entry.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

portSecFDBPermType 1.3.6.1.4.1.171.10.134.2.1.14.2.2.1.4
This object indicates the status of this entry. The default value is permanent(3). other(1) - this entry is currently in use but the conditions under which it will remain so are different from each of the following values. invalid(2) - writing this value to the object removes the corresponding entry. permanent(3) - this entry is currently in use and will remain so after the next reset of the bridge. deleteOnReset(4) - this entry is currently in use and will remain so until the next reset of the bridge. deleteOnTimeout(5) - this entry is currently in use and will remain so until it is aged out.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER other(0), deleteOnReset(1), deleteOnTimeout(2), permanent(3), invalid(4)  

portSecFDBPermEntryState 1.3.6.1.4.1.171.10.134.2.1.14.2.2.1.5
This object indicates the status of Port Security entry when the value of this boject is setted to false ,this specific enntry will be delete form dynamic FDB and Port Security Entry
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER true(1), false(2)  

sysPortSecurityTrap 1.3.6.1.4.1.171.10.134.2.1.14.12
OBJECT IDENTIFIER    

portSecurityTraps 1.3.6.1.4.1.171.10.134.2.1.14.12.0
OBJECT IDENTIFIER    

portSecurityViolation 1.3.6.1.4.1.171.10.134.2.1.14.12.0.1
System SHOULD send out a trap message in violation that the learning entries exceeds the max learning address set of port security.
Status: current Access: read-write
NOTIFICATION-TYPE    

sysMldsSystem 1.3.6.1.4.1.171.10.134.2.1.88.1
OBJECT IDENTIFIER    

sysMldsVlan 1.3.6.1.4.1.171.10.134.2.1.88.3
OBJECT IDENTIFIER    

sysMldsHost 1.3.6.1.4.1.171.10.134.2.1.88.4
OBJECT IDENTIFIER    

mldsStatus 1.3.6.1.4.1.171.10.134.2.1.88.1.1
Enables or disables MLD snooping in the system. When set to 'enabled', the MLDS module starts protocol operations. When set to 'disabled', the MLDS module stops performing protocol operations.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

mldsVlanRouterTable 1.3.6.1.4.1.171.10.134.2.1.88.3.3
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  
    MldsVlanRouterEntry

mldsVlanRouterEntry 1.3.6.1.4.1.171.10.134.2.1.88.3.3.1
Contains the VLAN ID and list of ports on which routers are present in the VLAN.
Status: current Access: not-accessible
OBJECT-TYPE    
  MldsVlanRouterEntry  

mldsVlanRouterVlanId 1.3.6.1.4.1.171.10.134.2.1.88.3.3.1.1
VLAN ID of the ports through which router is reachable.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 1..4094  

mldsVlanRouterStaticPortList 1.3.6.1.4.1.171.10.134.2.1.88.3.3.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  

mldsVlanRouterDynamicPortList 1.3.6.1.4.1.171.10.134.2.1.88.3.3.1.3
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  

mldsVlanFilterTable 1.3.6.1.4.1.171.10.134.2.1.88.3.4
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  
    MldsVlanFilterEntry

mldsVlanFilterEntry 1.3.6.1.4.1.171.10.134.2.1.88.3.4.1
Contains snooping status , version and fast leave configuration for a specific VLAN.
Status: current Access: not-accessible
OBJECT-TYPE    
  MldsVlanFilterEntry  

mldsVlanFilterVlanId 1.3.6.1.4.1.171.10.134.2.1.88.3.4.1.1
Index of MldsVlanFilterEntry. This object indicates the VLAN ID for which the snooping configurations in MldsVlanFilterEntry is to be done.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 1..4094  

mldsVlanSnoopStatus 1.3.6.1.4.1.171.10.134.2.1.88.3.4.1.2
This object allows you to enable/disable MLDS function on a specific VLAN.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

mldsVlanQuerier 1.3.6.1.4.1.171.10.134.2.1.88.3.4.1.3
Indicates whether the switch is configured as a querier in the VLAN
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

mldsVlanCfgQuerier 1.3.6.1.4.1.171.10.134.2.1.88.3.4.1.4
The snooping switch can be configured as a querier via this object to send out MLD 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)  

mldsVlanQueryInterval 1.3.6.1.4.1.171.10.134.2.1.88.3.4.1.5
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 60..600  

mldsVlanFastLeave 1.3.6.1.4.1.171.10.134.2.1.88.3.4.1.6
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)  

mldsVlanQuerierVersion 1.3.6.1.4.1.171.10.134.2.1.88.3.4.1.7
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)  

mldsVlanRouterPortPurgeInterval 1.3.6.1.4.1.171.10.134.2.1.88.3.4.1.8
This is the interval (in seconds) after which a learnt router port entry will be purged for a specific VLAN. For each router port learnt, this timer runs for 'RouterPortPurgeInterval' seconds.When the timer expires, the learnt router port entry is purged. However if control messages are received from the router before the timer expiry, then the timer is restarted.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 60..600  

mldsVlanHostPortPurgeInterval 1.3.6.1.4.1.171.10.134.2.1.88.3.4.1.9
This is the interval (in seconds) after which a learnt port entry will be purged for a specific VLAN. For each port on which report has been received this timer runs for 'PortPurgeInterval' seconds. This timer will be restarted whenever a report message is received from a host on the specific port. If the timer expires, then , the learnt port entry will be purged from the multicast group.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 130..153025  

mldsVlanRobustnessValue 1.3.6.1.4.1.171.10.134.2.1.88.3.4.1.10
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 2..255  

mldsVlanGrpQueryInterval 1.3.6.1.4.1.171.10.134.2.1.88.3.4.1.11
The value of this attribute defines the time period with which the specific VLAN will send group specific queries on a port to check if there is any interested receivers. The switch will send 'RobustnessValue' queries before removing the port from the group membership information in the forwarding database.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 1..25  

mldsVlanQueryMaxResponseTime 1.3.6.1.4.1.171.10.134.2.1.88.3.4.1.12
The maximum query response time advertised General queries on this interface.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 10..25  

mldsVlanMulticastGroupTable 1.3.6.1.4.1.171.10.134.2.1.88.3.5
This table contains MAC based multicast forwarding information.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    MldsVlanMulticastGroupEntry

mldsVlanMulticastGroupEntry 1.3.6.1.4.1.171.10.134.2.1.88.3.5.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    
  MldsVlanMulticastGroupEntry  

mldsVlanMulticastGroupVlanId 1.3.6.1.4.1.171.10.134.2.1.88.3.5.1.1
VLAN ID pertaining to the Multicast forwarding entry
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 1..4094  

mldsVlanMulticastGroupIpAddress 1.3.6.1.4.1.171.10.134.2.1.88.3.5.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  

mldsVlanMulticastGroupMacAddress 1.3.6.1.4.1.171.10.134.2.1.88.3.5.1.3
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  

mldsVlanMulticastGroupPortList 1.3.6.1.4.1.171.10.134.2.1.88.3.5.1.4
List of ports onto which the multicast data packets destined for this group will be forwarded.
Status: current Access: read-only
OBJECT-TYPE    
  PortList  

mldsHostTable 1.3.6.1.4.1.171.10.134.2.1.88.4.1
This table is used to manage the mld snooping Host based Fast Leave function of the switch.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    MldsHostEntry

mldsHostEntry 1.3.6.1.4.1.171.10.134.2.1.88.4.1.1
Contains management entities for mld snooping Host based function.
Status: current Access: not-accessible
OBJECT-TYPE    
  MldsHostEntry  

mldsHostTableVLANID 1.3.6.1.4.1.171.10.134.2.1.88.4.1.1.1
VLAN ID of mld snooping Host table entry.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 1..4094  

mldsHostTableGroupAddress 1.3.6.1.4.1.171.10.134.2.1.88.4.1.1.2
Group address of mld snooping Host table entry.
Status: current Access: read-only
OBJECT-TYPE    
  Ipv6Address  

mldsHostTablePort 1.3.6.1.4.1.171.10.134.2.1.88.4.1.1.3
Port number of mld snooping Host table entry.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

mldsHostTableHostIPAddress 1.3.6.1.4.1.171.10.134.2.1.88.4.1.1.4
Host IP address of Group in mld snooping Host table entry.
Status: current Access: read-only
OBJECT-TYPE    
  Ipv6Address  

sysStaticMacTable 1.3.6.1.4.1.171.10.134.2.1.9.1
A list of the Static MACs
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SysStaticMacEntry

staticMacEntry 1.3.6.1.4.1.171.10.134.2.1.9.1.1
A Static MAC entry containing the mac and forwarding port.
Status: current Access: not-accessible
OBJECT-TYPE    
  SysStaticMacEntry  

staticMacVlanID 1.3.6.1.4.1.171.10.134.2.1.9.1.1.1
The VLAN ID of the static MAC entry.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

staticMacAddr 1.3.6.1.4.1.171.10.134.2.1.9.1.1.2
The MAC address associated of the static MAC entry.
Status: current Access: read-only
OBJECT-TYPE    
  MacAddress  

staticMacPort 1.3.6.1.4.1.171.10.134.2.1.9.1.1.3
The forwarding port of the static MAC entry.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32  

staticMacStatus 1.3.6.1.4.1.171.10.134.2.1.9.1.1.4
The status of an entry in the Static MAC Table. Only a subset of the rowstatus variables (active, createAndGo, destroy) are available. The trunk member port can not set up static MAC.
Status: current Access: read-write
OBJECT-TYPE    
  RowStatus  

sysDynamicFdbTable 1.3.6.1.4.1.171.10.134.2.1.9.2
A table that contains information about unicast entries for which the device has forwarding and/or filtering information. This information is used by the transparent bridging function in determining how to propagate a received frame. This table maintains context ID as one more index to support Multiple Instances.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SysDynamicFdbEntry

sysDynamicFdbEntry 1.3.6.1.4.1.171.10.134.2.1.9.2.1
Information about a specific unicast MAC address for which the device has some forwarding and/or filtering information.
Status: current Access: not-accessible
OBJECT-TYPE    
  SysDynamicFdbEntry  

dynamicFdbId 1.3.6.1.4.1.171.10.134.2.1.9.2.1.1
The identity of this Filtering Database.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

dynamicFdbMacAddr 1.3.6.1.4.1.171.10.134.2.1.9.2.1.2
A unicast MAC address for which the device has forwarding and/or filtering information.
Status: current Access: read-only
OBJECT-TYPE    
  MacAddress  

dynamicFdbPort 1.3.6.1.4.1.171.10.134.2.1.9.2.1.3
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  

dynamicFdbStatus 1.3.6.1.4.1.171.10.134.2.1.9.2.1.4
The status of this entry. The meanings of the values are: other(1) - none of the following. This may include the case where some other MIB object (not the corresponding instance of dynamicFdbPort, nor an entry in the fsDot1qStaticUnicastTable) is being used to determine if and how frames addressed to the value of the corresponding instance of dynamicFdbMacAddr are being forwarded. invalid(2) - this entry is no longer valid (e.g., it was learned but has since aged out), but has not yet been flushed from the table. learned(3) - the value of the corresponding instance of dynamicFdbPort was learned and is being used. self(4) - the value of the corresponding instance of dynamicFdbMacAddr represents one of the device's addresses. The corresponding instance of dynamicFdbPort indicates which of the device's ports has this address. static(5) - the value of the corresponding instance of dynamicFdbMacAddr is also the value of an existing instance of fsDot1qStaticAddress. deleteOnReset(6) - the value of the corresponding instance of fsDot1qTpFdbAddress and the port of this entry enablement Port security and set Lock address mode to Delete on Reset. deleteOnTimeout(7) - the value of the corresponding instance of fsDot1qTpFdbAddress and the port of this entry enablement Port security and set Lock address mode to Delete on TimeOut. permanent(8) - the value of the corresponding instance of fsDot1qTpFdbAddress and the port of this entry enablement Port security and set Lock address mode to Permanent.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER other(1), invalid(2), dynamic(3), self(4), static(5), deleteOnReset(6), deleteOnTimeout(7), permanent(8)  

sysFdbClear 1.3.6.1.4.1.171.10.134.2.1.9.3
OBJECT IDENTIFIER    

sysFdbClearId 1.3.6.1.4.1.171.10.134.2.1.9.3.1
Fdb clear object identification: If cmFdbClearAction is clear by port, then this value is a port number; If cmFdbClearAction is clear by vlan, then this value is a port vlan id; otherwise this value is not used.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32  

sysFdbClearAction 1.3.6.1.4.1.171.10.134.2.1.9.3.2
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
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER clearAll(1), clearByVlanId(2), clearByPort(3)  

syslimitIPMulticastProfileTable 1.3.6.1.4.1.171.10.134.2.1.45.1
A list of the limit ip multicast Profile Table.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SyslimitIPMulticastProfileEntry

limitIPMulticastProfileEntry 1.3.6.1.4.1.171.10.134.2.1.45.1.1
A limit ip multicast entry maintain by the start IP Address, end ip address, profile id.
Status: current Access: not-accessible
OBJECT-TYPE    
  SyslimitIPMulticastProfileEntry  

limitIPMulticastProfileID 1.3.6.1.4.1.171.10.134.2.1.45.1.1.1
The ProfileID of the limit ip multicast profile entry.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

limitIPMulticastIPType 1.3.6.1.4.1.171.10.134.2.1.45.1.1.2
Indicate the IP type of profile.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER ipv4(1), ipv6(2)  

limitIPMulticastProfileName 1.3.6.1.4.1.171.10.134.2.1.45.1.1.3
The ProfileName of the limit ip multicast profile entry.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString Size(1..64)  

limitIPMulticastProfileStatus 1.3.6.1.4.1.171.10.134.2.1.45.1.1.4
The status of an entry in the limit ip multicast profile Table. Only a subset of the rowstatus variables (active, createAndGo, destroy) are available.
Status: current Access: read-write
OBJECT-TYPE    
  RowStatus  

syslimitIPMulticastPortTable 1.3.6.1.4.1.171.10.134.2.1.45.3
A list of the limit ip multicast Port entry Table.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SyslimitIPMulticastPortEntry

limitIPMulticastPortEntry 1.3.6.1.4.1.171.10.134.2.1.45.3.1
A limit ip multicast entry maintain by the Port Index.
Status: current Access: not-accessible
OBJECT-TYPE    
  SyslimitIPMulticastPortEntry  

limitIPMulticastPortID 1.3.6.1.4.1.171.10.134.2.1.45.3.1.1
The Port Index of the limit ip multicast port entry.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

limitIPMulticastPortIPType 1.3.6.1.4.1.171.10.134.2.1.45.3.1.2
Indicate the IP type of entry.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER ipv4(1), ipv6(2)  

limitIPMulticastPortState 1.3.6.1.4.1.171.10.134.2.1.45.3.1.3
The limit ip multicast port state
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER permit(1), deny(2)  

limitIPMulticastPortProfileID 1.3.6.1.4.1.171.10.134.2.1.45.3.1.4
The limit ip multicast port mapping profileID list.
Status: current Access: read-write
OBJECT-TYPE    
  PortList  

limitIPMulticastPortMaxGrp 1.3.6.1.4.1.171.10.134.2.1.45.3.1.5
The limit ip multicast per-port max group.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32 1..32  

limitIpMulticastRangeTable 1.3.6.1.4.1.171.10.134.2.1.45.4
A list of the limit ip multicast entry Table.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    LimitIpMulticastRangeEntry

limitIpMulticastRangeEntry 1.3.6.1.4.1.171.10.134.2.1.45.4.1
A limit ip multicast entry maintain by the start IP Address, end ip address, profile id.
Status: current Access: not-accessible
OBJECT-TYPE    
  LimitIpMulticastRangeEntry  

limitIpMulticastRangeProfileID 1.3.6.1.4.1.171.10.134.2.1.45.4.1.1
The ProfileID of the limit ip multicast entry.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

limitIpMulticastRangeIPType 1.3.6.1.4.1.171.10.134.2.1.45.4.1.2
Indicate the IP type of entry.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER ipv4(1), ipv6(2)  

limitIpMulticastRangeStartIpAddr 1.3.6.1.4.1.171.10.134.2.1.45.4.1.3
The limit ip multicast IP address is used to set start ip
Status: current Access: read-only
OBJECT-TYPE    
  InetAddress  

limitIpMulticastRangeEndIpAddr 1.3.6.1.4.1.171.10.134.2.1.45.4.1.4
The limit ip multicast IP address is used to set end ip
Status: current Access: read-only
OBJECT-TYPE    
  InetAddress  

limitIpMulticastRangeStatus 1.3.6.1.4.1.171.10.134.2.1.45.4.1.5
The status of an entry in the limit ip multicast entry Table. Only a subset of the rowstatus variables (active, createAndGo, destroy) are available.
Status: current Access: read-write
OBJECT-TYPE    
  RowStatus  

sysMirrorStatus 1.3.6.1.4.1.171.10.134.2.1.18.1
Enable/Disable Port Mirroring function. Default is disabled. Port Mirroring is a method of monitoring network traffic that forwards a copy of each incoming and/or outgoing packet from one port of the Switch to another port where the packet can be studied.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

sysMirrorPortTable 1.3.6.1.4.1.171.10.134.2.1.18.2
Provides control to enable or disable mirroring of ingress or Egress traffic over this interface to the mirrored-to port.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    PortMirrorEntry

mirrorPortEntry 1.3.6.1.4.1.171.10.134.2.1.18.2.1
Provides control to enable or disable mirroring of ingress traffic over this interface to the mirrored-to port.
Status: current Access: not-accessible
OBJECT-TYPE    
  PortMirrorEntry  

mirrorTargetIfIndex 1.3.6.1.4.1.171.10.134.2.1.18.2.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  

mirrorTargetPort 1.3.6.1.4.1.171.10.134.2.1.18.2.1.2
Specifies the port to which the mirrored traffic in the system is to be copied.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32  

mirrorIngressPortList 1.3.6.1.4.1.171.10.134.2.1.18.2.1.3
Provides control to enable or disable mirroring of ingress traffic over this interface to the mirrored-to port.
Status: current Access: read-write
OBJECT-TYPE    
  PortList  

mirrorEgressPortList 1.3.6.1.4.1.171.10.134.2.1.18.2.1.4
Provides control to enable or disable mirroring of egress traffic over this interface to the mirrored-to port.
Status: current Access: read-write
OBJECT-TYPE    
  PortList  

mirrorCtrlRowStatus 1.3.6.1.4.1.171.10.134.2.1.18.2.1.5
Specifies the validity of the entry, max entry number is 4.
Status: current Access: read-write
OBJECT-TYPE    
  RowStatus  

sysMulticastFilterPortTable 1.3.6.1.4.1.171.10.134.2.1.49.1
A table to control multicast filtering modes.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    MulticastFilterPortEntry

multicastFilterPortEntry 1.3.6.1.4.1.171.10.134.2.1.49.1.1
An entry appears in this table for each interface in the mcastFiltertem. Index to the table is the interface index of the port.
Status: current Access: not-accessible
OBJECT-TYPE    
  MulticastFilterPortEntry  

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

multicastFilterPortType 1.3.6.1.4.1.171.10.134.2.1.49.1.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)  

sysStaticMcastTable 1.3.6.1.4.1.171.10.134.2.1.19.1
A list of the Static MACs
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    StaticMcastEntry

staticMcastEntry 1.3.6.1.4.1.171.10.134.2.1.19.1.1
A Static MAC entry containing the mac and forwarding port.
Status: current Access: not-accessible
OBJECT-TYPE    
  StaticMcastEntry  

staticMcastVlanID 1.3.6.1.4.1.171.10.134.2.1.19.1.1.1
The VLAN ID of the static MAC entry.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

staticMcastMac 1.3.6.1.4.1.171.10.134.2.1.19.1.1.2
The MAC address associated of the static MAC entry.
Status: current Access: read-only
OBJECT-TYPE    
  MacAddress  

staticMcastEgressPorts 1.3.6.1.4.1.171.10.134.2.1.19.1.1.3
The set of ports to which frames received from a specific port and destined for a specific Multicast or Broadcast MAC address must be forwarded, regardless of any dynamic information e.g. from GMRP. A port may not be added in this set if it is already a member of the set of ports in dot1qStaticMulticastForbiddenEgressPorts. The default value of this object is a string of ones of appropriate length.
Status: current Access: read-only
OBJECT-TYPE    
  PortList  

staticMcastStatus 1.3.6.1.4.1.171.10.134.2.1.19.1.1.4
The status of an entry in the Static Mcast Table. Only a subset of the rowstatus variables (active, createAndGo, destroy) are available.
Status: current Access: read-write
OBJECT-TYPE    
  RowStatus  

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

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

sysDDPTable 1.3.6.1.4.1.171.10.134.2.1.101.3
Define sysDDPTable for per port settings.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SysDDPEntry

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

ddpPort 1.3.6.1.4.1.171.10.134.2.1.101.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.134.2.1.101.3.1.2
This object indicates DDP status is enabled or disabled.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

sysEee 1.3.6.1.4.1.171.10.134.2.1.60.1
OBJECT IDENTIFIER    

eeeTable 1.3.6.1.4.1.171.10.134.2.1.60.1.1
A table that contains EEE status about each port.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    EeeEntry

eeeEntry 1.3.6.1.4.1.171.10.134.2.1.60.1.1.1
A list of EEE status for each port.
Status: current Access: not-accessible
OBJECT-TYPE    
  EeeEntry  

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

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

sysPppoeGlobalState 1.3.6.1.4.1.171.10.134.2.1.98.1
PPPoE global state
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

sysPppoePortTable 1.3.6.1.4.1.171.10.134.2.1.98.2
A table to control PPPoE features of the device.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SyspppoePortEntry

pppoePortEntry 1.3.6.1.4.1.171.10.134.2.1.98.2.1
An entry appears in PPPoE table for each interface in the system.
Status: current Access: not-accessible
OBJECT-TYPE    
  SyspppoePortEntry  

pppoePortIndex 1.3.6.1.4.1.171.10.134.2.1.98.2.1.1
Interface index of the port for the configuration in this entry applies.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 1..6  

pppoePortState 1.3.6.1.4.1.171.10.134.2.1.98.2.1.2
PPPoE per port state
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

pppoePortCircuitIDType 1.3.6.1.4.1.171.10.134.2.1.98.2.1.3
PPPoE per port circuit ID type
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER ip(1), mac(2), udf(3)  

pppoePortUDFString 1.3.6.1.4.1.171.10.134.2.1.98.2.1.4
PPPoE per port UDF string
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString Size(1..32)  

sysIgsSystem 1.3.6.1.4.1.171.10.134.2.1.10.1
OBJECT IDENTIFIER    

sysIgsVlan 1.3.6.1.4.1.171.10.134.2.1.10.3
OBJECT IDENTIFIER    

sysIgsAccessAuth 1.3.6.1.4.1.171.10.134.2.1.10.5
OBJECT IDENTIFIER    

sysIgsHost 1.3.6.1.4.1.171.10.134.2.1.10.6
OBJECT IDENTIFIER    

igsStatus 1.3.6.1.4.1.171.10.134.2.1.10.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)  

igsReportForwardRouterOnly 1.3.6.1.4.1.171.10.134.2.1.10.1.8
Enables or disables IGMP snooping in the system. When set to 'enabled', the IGS module forwards report packets to router port only. When set to 'disabled', the IGS module forwards report packets to all port.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

igsVlanRouterTable 1.3.6.1.4.1.171.10.134.2.1.10.3.3
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.134.2.1.10.3.3.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.134.2.1.10.3.3.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.134.2.1.10.3.3.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  

igsVlanRouterDynamicPortList 1.3.6.1.4.1.171.10.134.2.1.10.3.3.1.3
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  

igsVlanFilterTable 1.3.6.1.4.1.171.10.134.2.1.10.3.4
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.134.2.1.10.3.4.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.134.2.1.10.3.4.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.134.2.1.10.3.4.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)  

igsVlanQuerier 1.3.6.1.4.1.171.10.134.2.1.10.3.4.1.3
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.134.2.1.10.3.4.1.4
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)  

igsVlanQueryInterval 1.3.6.1.4.1.171.10.134.2.1.10.3.4.1.5
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 60..600  

igsVlanFastLeave 1.3.6.1.4.1.171.10.134.2.1.10.3.4.1.6
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)  

igsVlanQuerierVersion 1.3.6.1.4.1.171.10.134.2.1.10.3.4.1.7
This object allows you to set igmp version function on a specific VLAN.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER igmp-v1(1), igmp-v2(2), igmp-v3(3)  

igsVlanRouterPortPurgeInterval 1.3.6.1.4.1.171.10.134.2.1.10.3.4.1.8
This is the interval (in seconds) after which a learnt router port entry will be purged for a specific VLAN. For each router port learnt, this timer runs for 'RouterPortPurgeInterval' seconds.When the timer expires, the learnt router port entry is purged. However if control messages are received from the router before the timer expiry, then the timer is restarted.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 60..600  

igsVlanHostPortPurgeInterval 1.3.6.1.4.1.171.10.134.2.1.10.3.4.1.9
This is the interval (in seconds) after which a learnt port entry will be purged for a specific VLAN. For each port on which report has been received this timer runs for 'PortPurgeInterval' seconds. This timer will be restarted whenever a report message is received from a host on the specific port. If the timer expires, then , the learnt port entry will be purged from the multicast group.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 130..153025  

igsVlanRobustnessValue 1.3.6.1.4.1.171.10.134.2.1.10.3.4.1.10
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 2..255  

igsVlanGrpQueryInterval 1.3.6.1.4.1.171.10.134.2.1.10.3.4.1.11
The value of this attribute defines the time period with which the specific VLAN will send group specific queries on a port to check if there is any interested receivers. The switch will send 'RobustnessValue' queries before removing the port from the group membership information in the forwarding database.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 1..25  

igsVlanQueryMaxResponseTime 1.3.6.1.4.1.171.10.134.2.1.10.3.4.1.12
The maximum query response time advertised General queries on this interface.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 10..25  

igsVlanMulticastGroupTable 1.3.6.1.4.1.171.10.134.2.1.10.3.5
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.134.2.1.10.3.5.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.134.2.1.10.3.5.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.134.2.1.10.3.5.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  

igsVlanMulticastGroupMacAddress 1.3.6.1.4.1.171.10.134.2.1.10.3.5.1.3
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  

igsVlanMulticastGroupPortList 1.3.6.1.4.1.171.10.134.2.1.10.3.5.1.4
List of ports onto which the multicast data packets destined for this group will be forwarded.
Status: current Access: read-only
OBJECT-TYPE    
  PortList  

igsAccessAuthTable 1.3.6.1.4.1.171.10.134.2.1.10.5.1
This table is used to manage the IGMP Authentication function of the switch.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    IgsAccessAuthEntry

igsAccessAuthEntry 1.3.6.1.4.1.171.10.134.2.1.10.5.1.1
Contains management entities for IGMP Authentication function.
Status: current Access: not-accessible
OBJECT-TYPE    
  IgsAccessAuthEntry  

igsAccessAuthPortIndex 1.3.6.1.4.1.171.10.134.2.1.10.5.1.1.1
The port index of igsAccessAuthTable which indicates the port to be configured.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

igsAccessAuthState 1.3.6.1.4.1.171.10.134.2.1.10.5.1.1.2
This object can be configured to set IGMP Authentication state to enabled/disabled on each port.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

igsHostTable 1.3.6.1.4.1.171.10.134.2.1.10.6.1
This table is used to manage the IGMP Host based Fast Leave function of the switch.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    IgsHostEntry

igsHostEntry 1.3.6.1.4.1.171.10.134.2.1.10.6.1.1
Contains management entities for IGMP Host based fast leave function.
Status: current Access: not-accessible
OBJECT-TYPE    
  IgsHostEntry  

igsHostTableVlanId 1.3.6.1.4.1.171.10.134.2.1.10.6.1.1.1
VLAN ID of Host table entry.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 1..4094  

igsHostTableGroupAddress 1.3.6.1.4.1.171.10.134.2.1.10.6.1.1.2
Group address of Host table entry.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

igsHostTablePort 1.3.6.1.4.1.171.10.134.2.1.10.6.1.1.3
Port number of Host table entry.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

igsHostTableHostIPAddress 1.3.6.1.4.1.171.10.134.2.1.10.6.1.1.4
Host IP address of Group in Host table entry.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

sysIGMPMulticastVlanStatus 1.3.6.1.4.1.171.10.134.2.1.27.1
Enable/Disable IGMP Multicast Vlan function.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

sysIGMPMulticastVlanTable 1.3.6.1.4.1.171.10.134.2.1.27.2
Information about the IGMP snooping multicast VLAN table.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SysIGMPMulticastVlanEntry

sysIGMPMulticastVlanEntry 1.3.6.1.4.1.171.10.134.2.1.27.2.1
The entry of sysIGMPMulticastVlanTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  SysIGMPMulticastVlanEntry  

igmpMulticastVlanid 1.3.6.1.4.1.171.10.134.2.1.27.2.1.1
This object indicates the VLAN ID of the IGMP snooping multicast VLAN entry.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 1..4094  

igmpMulticastVlanAddressType 1.3.6.1.4.1.171.10.134.2.1.27.2.1.2
This object indicates InetAddressType IGS or MLD
Status: current Access: read-only
OBJECT-TYPE    
  InetAddressType  

igmpMulticastVlanName 1.3.6.1.4.1.171.10.134.2.1.27.2.1.3
This object indicates the VLAN name of the IGMP snooping multicast VLAN entry.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString Size(1..32)  

igmpMulticastVlanSourcePort 1.3.6.1.4.1.171.10.134.2.1.27.2.1.4
This object indicates the port list of the source ports of the IGMP snooping multicast VLAN. The source ports will be set as tag ports of the VLAN entry and the IGMP control messages received from the member ports will be forwarded to the source ports.
Status: current Access: read-write
OBJECT-TYPE    
  PortList  

igmpMulticastVlanMemberPort 1.3.6.1.4.1.171.10.134.2.1.27.2.1.5
This object indicates the port list of the member ports of the IGMP snooping multicast VLAN. The source ports will be set as untagged ports of the VLAN entry and the IGMP control messages received from the member ports will be forwarded to the source ports.
Status: current Access: read-write
OBJECT-TYPE    
  PortList  

igmpMulticastVlanTagMemberPort 1.3.6.1.4.1.171.10.134.2.1.27.2.1.6
This object indicates the port list of the tag member ports of the IGMP snooping multicast VLAN.
Status: current Access: read-write
OBJECT-TYPE    
  PortList  

igmpMulticastVlanState 1.3.6.1.4.1.171.10.134.2.1.27.2.1.7
This object can be used to enable or disable the IGMP snooping multicast VLAN.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

igmpMulticastVlanReplaceSourceIp 1.3.6.1.4.1.171.10.134.2.1.27.2.1.8
The replacement source IP of this multicast VLAN.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString  

igmpMulticastVlanRowStatus 1.3.6.1.4.1.171.10.134.2.1.27.2.1.9
This object indicates the status of this entry.
Status: current Access: read-write
OBJECT-TYPE    
  RowStatus  

sysIGMPMulticastVlanGroupTable 1.3.6.1.4.1.171.10.134.2.1.27.3
The table containing the IGMP snooping multicast VLAN group information
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SysIGMPMulticastVlanGroupEntry

sysIGMPMulticastVlanGroupEntry 1.3.6.1.4.1.171.10.134.2.1.27.3.1
Information about the current IGMP snooping multicast VLAN group.
Status: current Access: not-accessible
OBJECT-TYPE    
  SysIGMPMulticastVlanGroupEntry  

igmpMulticastVlanGroupVid 1.3.6.1.4.1.171.10.134.2.1.27.3.1.1
This object indicates the VID of the IGMP snooping multicast VLAN group.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 1..4094  

igmpMulticastVlanGroupAddressType 1.3.6.1.4.1.171.10.134.2.1.27.3.1.2
This object indicates InetAddressType IGS or MLD
Status: current Access: read-only
OBJECT-TYPE    
  InetAddressType  

igmpMulticastVlanGroupFromIp 1.3.6.1.4.1.171.10.134.2.1.27.3.1.3
Specifies the multicast address list for this VLAN.
Status: current Access: read-only
OBJECT-TYPE    
  InetAddress  

igmpMulticastVlanGroupToIp 1.3.6.1.4.1.171.10.134.2.1.27.3.1.4
Specifies the multicast address list for this VLAN.
Status: current Access: read-only
OBJECT-TYPE    
  InetAddress  

igmpMulticastVlanGroupStatus 1.3.6.1.4.1.171.10.134.2.1.27.3.1.5
This object indicates the status of this entry.
Status: current Access: read-write
OBJECT-TYPE    
  RowStatus  

sysPnacCtrl 1.3.6.1.4.1.171.10.134.2.1.23.1
OBJECT IDENTIFIER    

pnacStatus 1.3.6.1.4.1.171.10.134.2.1.23.1.1
Enable/Disable Static 802.1x.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

pnacMode 1.3.6.1.4.1.171.10.134.2.1.23.1.2
This object indicates the authentication mode of the device.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER portBase(1), macBase(2)  

pnacProtocol 1.3.6.1.4.1.171.10.134.2.1.23.1.3
The authentication method used to authenticate users.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER pnacProtocolRadiusEap(1), pnacProtocolLocal(2)  

pnacRadiusAccountingState 1.3.6.1.4.1.171.10.134.2.1.23.1.4
Enable/disable Radius Accounting Settings.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

sysPnacPortAccessCtrl 1.3.6.1.4.1.171.10.134.2.1.23.2
OBJECT IDENTIFIER    

pnacPortAccessControlTable 1.3.6.1.4.1.171.10.134.2.1.23.2.1
A table that contains the configuration objects for the Authenticator PAE associated with each port. An entry appears in this table for each port that may authenticate access to itself.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    PnacPortAccessControlEntry

pnacPortAccessControlEntry 1.3.6.1.4.1.171.10.134.2.1.23.2.1.1
The configuration information for an Authenticator Port.
Status: current Access: not-accessible
OBJECT-TYPE    
  PnacPortAccessControlEntry  

pnacConfigPortNumber 1.3.6.1.4.1.171.10.134.2.1.23.2.1.1.1
A unique value for each port that correlates to port index. Its value ranges between 1 and the value of port number.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

pnacQuietPeriod 1.3.6.1.4.1.171.10.134.2.1.23.2.1.1.2
The value, in seconds, of the quietPeriod constant currently in use by the Authenticator PAE state machine.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32 0..65535  

pnacTxPeriod 1.3.6.1.4.1.171.10.134.2.1.23.2.1.1.3
The value, in seconds, of the txPeriod constant currently in use by the Authenticator PAE state machine.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32 1..65535  

pnacSuppTimeout 1.3.6.1.4.1.171.10.134.2.1.23.2.1.1.4
The value, in seconds, of the suppTimeout constant currently in use by the Backend Authentication state machine.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32 1..65535  

pnacServerTimeout 1.3.6.1.4.1.171.10.134.2.1.23.2.1.1.5
The value, in seconds, of the serverTimeout constant currently in use by the Backend Authentication state machine.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32 1..65535  

pnacMaxReq 1.3.6.1.4.1.171.10.134.2.1.23.2.1.1.6
The value of the maxReq constant currently in use by the Backend Authentication state machine.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32 1..10  

pnacReAuthPeriod 1.3.6.1.4.1.171.10.134.2.1.23.2.1.1.7
The value, in seconds, of the reAuthPeriod constant currently in use by the Reauthentication Timer state machine.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32 1..65535  

pnacReAuthentication 1.3.6.1.4.1.171.10.134.2.1.23.2.1.1.8
The enable/disable control used by the Reauthentication Timer state machine (8.5.5.1).
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

pnacConfigPortControl 1.3.6.1.4.1.171.10.134.2.1.23.2.1.1.9
The current value of the controlled Port control parameter for the Port.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER forceUnauthorized(1), auto(2), forceAuthorized(3)  

pnacCapability 1.3.6.1.4.1.171.10.134.2.1.23.2.1.1.10
The current value of the controlled Port control parameter for the Port.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER authenticator(1), none(2)  

pnacDirection 1.3.6.1.4.1.171.10.134.2.1.23.2.1.1.11
The current value of the controlled Port control parameter for the Port.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER both(0), in(1)  

pnacOperControlledDirections 1.3.6.1.4.1.171.10.134.2.1.23.2.1.1.12
The current value of the open control Port control parameter for the Port.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER both(0), in(1)  

pnacPortAuthStatus 1.3.6.1.4.1.171.10.134.2.1.23.2.1.1.13
The authorized status of the open control Port.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER authorized(1), unAuthorized(2)  

sysPnacUser 1.3.6.1.4.1.171.10.134.2.1.23.3
OBJECT IDENTIFIER    

pnacUserTable 1.3.6.1.4.1.171.10.134.2.1.23.3.1
A table that contains the configuration objects for the Authenticator PAE associated with each port. An entry appears in this table for each port that may authenticate access to itself.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    PnacUserEntry

pnacUserEntry 1.3.6.1.4.1.171.10.134.2.1.23.3.1.1
The configuration information for an Pnacenticator Port.
Status: current Access: not-accessible
OBJECT-TYPE    
  PnacUserEntry  

pnacUserName 1.3.6.1.4.1.171.10.134.2.1.23.3.1.1.1
The unique index value of a row in this table. This object is used to set 802.1X Local user name, The following characters are allowed to input: semicolon, question mark, space, and double quotation mark.
Status: current Access: read-only
OBJECT-TYPE    
  SnmpAdminString Size(1..15)  

pnacUserPassword 1.3.6.1.4.1.171.10.134.2.1.23.3.1.1.2
This object is used to set 802.1X Local user Password, The following characters are allowed to input: semicolon, question mark, space, and double quotation mark.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString Size(1..15)  

pnacUserStatus 1.3.6.1.4.1.171.10.134.2.1.23.3.1.1.3
The status of this conceptual row in the pnacUserTable. 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 pnacUserName objects must be explicitly set.
Status: current Access: read-write
OBJECT-TYPE    
  RowStatus  

pnacRadiusServerTable 1.3.6.1.4.1.171.10.134.2.1.23.4.1
A table that contains the configuration objects for the Authenticator PAE associated with each port. An entry appears in this table for each port that may authenticate access to itself.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    PnacRadiusServerEntry

pnacRadiusServerEntry 1.3.6.1.4.1.171.10.134.2.1.23.4.1.1
The configuration information for an Authenticator Port.
Status: current Access: not-accessible
OBJECT-TYPE    
  PnacRadiusServerEntry  

pnacRadiusServerIndex 1.3.6.1.4.1.171.10.134.2.1.23.4.1.1.1
A unique value for Authentication RADIUS Server index. Its value ranges between 1 and 3.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 1..3  

pnacRadiusIPType 1.3.6.1.4.1.171.10.134.2.1.23.4.1.1.2
The IP address of the RADIUS server IP type referred to in this table entry.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER ipv4(1), ipv6(2)  

pnacRadiusServerAddress 1.3.6.1.4.1.171.10.134.2.1.23.4.1.1.3
The IP address of the RADIUS server referred to in this table entry.
Status: current Access: read-write
OBJECT-TYPE    
  InetAddress  

pnacRadiusServerAuthenticationPort 1.3.6.1.4.1.171.10.134.2.1.23.4.1.1.5
The value is for setting UDP Port.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 1..65535  

pnacRadiusServerAccountingPort 1.3.6.1.4.1.171.10.134.2.1.23.4.1.1.6
The value is for setting UDP Port.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 1..65535  

pnacRadiusServerTimeout 1.3.6.1.4.1.171.10.134.2.1.23.4.1.1.7
The value is for setting UDP Port.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 1..255  

pnacRadiusServerRetransmit 1.3.6.1.4.1.171.10.134.2.1.23.4.1.1.8
The value is for setting UDP Port.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 1..255  

pnacRadiusServerKey 1.3.6.1.4.1.171.10.134.2.1.23.4.1.1.9
This object is used to set 802.1X Radius Server Key, The following characters are allowed to input: semicolon, question mark, space, and double quotation mark.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString Size(1..32)  

pnacRadiusServerStatus 1.3.6.1.4.1.171.10.134.2.1.23.4.1.1.10
The status of this conceptual row in the pnacRadiusServerTable. 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 pnacRadiusServerIndex objects must be explicitly set.
Status: current Access: read-write
OBJECT-TYPE    
  RowStatus  

sysGuestVlanName 1.3.6.1.4.1.171.10.134.2.1.24.1
The VLAN name of guest VLAN.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString Size(1..20)  

sysGuestVlanPort 1.3.6.1.4.1.171.10.134.2.1.24.2
This object indicates the guest VLAN port members of this device.
Status: current Access: read-write
OBJECT-TYPE    
  PortList  

sysGuestVlanDelState 1.3.6.1.4.1.171.10.134.2.1.24.3
Used to delete the guest VLAN.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER none(1), start(2)  

sysSNMPGlobalState 1.3.6.1.4.1.171.10.134.2.1.5.1
This object is for enabling or disabling SNMP Community function.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

sysSNMPUser 1.3.6.1.4.1.171.10.134.2.1.5.2
OBJECT IDENTIFIER    

sysSNMPGroup 1.3.6.1.4.1.171.10.134.2.1.5.3
OBJECT IDENTIFIER    

sysSNMPViewTree 1.3.6.1.4.1.171.10.134.2.1.5.4
OBJECT IDENTIFIER    

sysSNMPCommunity 1.3.6.1.4.1.171.10.134.2.1.5.5
OBJECT IDENTIFIER    

sysSNMPHost 1.3.6.1.4.1.171.10.134.2.1.5.6
OBJECT IDENTIFIER    

sysSNMPEngineID 1.3.6.1.4.1.171.10.134.2.1.5.7
An SNMP engine's administratively-unique identifier. In a simple agent, this value is always that agent's own snmpEngineID value. The value can also take the value of the snmpEngineID of a remote SNMP engine with which this user can communicate.
Status: current Access: read-write
OBJECT-TYPE    
  SnmpEngineID  

sysSNMPTrap 1.3.6.1.4.1.171.10.134.2.1.5.8
OBJECT IDENTIFIER    

snmpUserTable 1.3.6.1.4.1.171.10.134.2.1.5.2.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.134.2.1.5.2.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.134.2.1.5.2.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.134.2.1.5.2.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.134.2.1.5.2.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)  

snmpUserAuthProtocol 1.3.6.1.4.1.171.10.134.2.1.5.2.1.1.4
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.134.2.1.5.2.1.1.5
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.134.2.1.5.2.1.1.6
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.134.2.1.5.2.1.1.7
Password of snmp user priv protocol.
Status: current Access: read-write
OBJECT-TYPE    
  SnmpAdminString Size(1..32)  

snmpUserStatus 1.3.6.1.4.1.171.10.134.2.1.5.2.1.1.8
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  

snmpGroupTable 1.3.6.1.4.1.171.10.134.2.1.5.3.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.134.2.1.5.3.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.134.2.1.5.3.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.134.2.1.5.3.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.134.2.1.5.3.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.134.2.1.5.3.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.134.2.1.5.3.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.134.2.1.5.3.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)  

snmpGroupStatus 1.3.6.1.4.1.171.10.134.2.1.5.3.1.1.7
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  

snmpViewTreeTable 1.3.6.1.4.1.171.10.134.2.1.5.4.1
The table of snmp view tree.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SnmpViewTreeEntry

snmpViewTreeEntry 1.3.6.1.4.1.171.10.134.2.1.5.4.1.1
The list of snmp view tree entry.
Status: current Access: not-accessible
OBJECT-TYPE    
  SnmpViewTreeEntry  

snmpViewTreeName 1.3.6.1.4.1.171.10.134.2.1.5.4.1.1.1
The human readable name for a family of view subtrees.
Status: current Access: read-only
OBJECT-TYPE    
  SnmpAdminString Size(1..32)  

snmpViewTreeSubtree 1.3.6.1.4.1.171.10.134.2.1.5.4.1.1.2
The MIB subtree which when combined with the corresponding instance of vacmViewTreeFamilyMask defines a family of view subtrees.
Status: current Access: read-only
OBJECT-TYPE    
  OBJECT IDENTIFIER  

snmpViewTreeMask 1.3.6.1.4.1.171.10.134.2.1.5.4.1.1.3
The bit mask which, in combination with the corresponding instance of vacmViewTreeFamilySubtree, defines a family of view subtrees. Each bit of this bit mask corresponds to a sub-identifier of vacmViewTreeFamilySubtree, with the most significant bit of the i-th octet of this octet string value (extended if necessary, see below) corresponding to the (8*i - 7)-th sub-identifier, and the least significant bit of the i-th octet of this octet string corresponding to the (8*i)-th sub-identifier, where i is in the range 1 through 16. Each bit of this bit mask specifies whether or not the corresponding sub-identifiers must match when determining if an OBJECT IDENTIFIER is in this family of view subtrees; a '1' indicates that an exact match must occur; a '0' indicates 'wild card', i.e., any sub-identifier value matches. Thus, the OBJECT IDENTIFIER X of an object instance is contained in a family of view subtrees if, for each sub-identifier of the value of vacmViewTreeFamilySubtree, either: the i-th bit of vacmViewTreeFamilyMask is 0, or the i-th sub-identifier of X is equal to the i-th sub-identifier of the value of vacmViewTreeFamilySubtree. If the value of this bit mask is M bits long and there are more than M sub-identifiers in the corresponding instance of vacmViewTreeFamilySubtree, then the bit mask is extended with 1's to be the required length. Note that when the value of this object is the zero-length string, this extension rule results in a mask of all-1's being used (i.e., no 'wild card'), and the family of view subtrees is the one view subtree uniquely identified by the corresponding instance of vacmViewTreeFamilySubtree. Note that masks of length greater than zero length do not need to be supported. In this case this object is made read-only.
Status: current Access: read-write
OBJECT-TYPE    
  OCTET STRING Size(0..16)  

snmpViewTreeType 1.3.6.1.4.1.171.10.134.2.1.5.4.1.1.4
Indicates whether the corresponding instances of vacmViewTreeFamilySubtree and vacmViewTreeFamilyMask 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)  

snmpViewTreeStatus 1.3.6.1.4.1.171.10.134.2.1.5.4.1.1.5
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.134.2.1.5.5.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.134.2.1.5.5.1.1
The list of snmp community entry.
Status: current Access: not-accessible
OBJECT-TYPE    
  SnmpCommunityEntry  

snmpCommunityName 1.3.6.1.4.1.171.10.134.2.1.5.5.1.1.1
The unique index value of a row in this table.
Status: current Access: read-only
OBJECT-TYPE    
  SnmpAdminString  

snmpCommunityPolicy 1.3.6.1.4.1.171.10.134.2.1.5.5.1.1.2
A human readable string representing the corresponding value of snmpCommunityName in a Security Model independent format.
Status: current Access: read-create
OBJECT-TYPE    
  SnmpAdminString Size(1..32)  

snmpCommunityStatus 1.3.6.1.4.1.171.10.134.2.1.5.5.1.1.3
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  

snmpHostTable 1.3.6.1.4.1.171.10.134.2.1.5.6.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.134.2.1.5.6.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.134.2.1.5.6.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.134.2.1.5.6.1.1.2
Type of IP interface.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER iPv4(1), iPv6(2)  

snmpHostCommunityName 1.3.6.1.4.1.171.10.134.2.1.5.6.1.1.3
The locally arbitrary.
Status: current Access: read-write
OBJECT-TYPE    
  SnmpAdminString Size(1..32)  

snmpHostVersion 1.3.6.1.4.1.171.10.134.2.1.5.6.1.1.4
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), v3-NoAuthNoPriv(3), v3-AuthNoPriv(4), v3-AuthPriv(5)  

snmpHostStatus 1.3.6.1.4.1.171.10.134.2.1.5.6.1.1.6
The status of this conceptual row in the snmpHostTable.
Status: current Access: read-write
OBJECT-TYPE    
  RowStatus  

snmpTrapSNMPAuthentication 1.3.6.1.4.1.171.10.134.2.1.5.8.1
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)  

snmpTrapColdStart 1.3.6.1.4.1.171.10.134.2.1.5.8.2
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.134.2.1.5.8.3
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)  

snmpTrapFiberLinkUpDown 1.3.6.1.4.1.171.10.134.2.1.5.8.4
This object is for enabling or disabling fiber port link up / link down event trap in the system.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

snmpTrapTwistLinkUpDown 1.3.6.1.4.1.171.10.134.2.1.5.8.5
This object is for enabling or disabling twisted pair port link up / link down event trap in the system.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

snmpTrapFirmwareUpgrade 1.3.6.1.4.1.171.10.134.2.1.5.8.6
This object is for enabling or disabling firmware upgrade success or fail event trap in the system.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

snmpTrapPortSecViolation 1.3.6.1.4.1.171.10.134.2.1.5.8.7
This object is for enabling or disabling port security event trap in the system.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

snmpTrapLBDDetection 1.3.6.1.4.1.171.10.134.2.1.5.8.8
This object is for enabling or disabling lbd event trap in the system.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

snmpTrapDuplicateIPDetected 1.3.6.1.4.1.171.10.134.2.1.5.8.9
This object is for enabling or disabling send gratuitous trap when IP address conflicted in the network.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

syslogSettingGroup 1.3.6.1.4.1.171.10.134.2.1.16.1
OBJECT IDENTIFIER    

syslogEnable 1.3.6.1.4.1.171.10.134.2.1.16.1.1
This object is for enabling or disabling syslog alert features in the system and the syslog will save to flash or send to remote syslog server. System Logs record and manage events, as well as report errors and informational messages.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

syslogSaveMode 1.3.6.1.4.1.171.10.134.2.1.16.1.2
This object is for choosing the method to save syslog into flash.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER onDemand(0), timeInterval(1), logTrigger(2)  

syslogSaveMinutes 1.3.6.1.4.1.171.10.134.2.1.16.1.3
When savemode is time interval, it's used to set the interval minutes of system save syslog to flash.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 1..65535  

syslogClearLog 1.3.6.1.4.1.171.10.134.2.1.16.1.4
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  

syslogServerGroup 1.3.6.1.4.1.171.10.134.2.1.16.3
OBJECT IDENTIFIER    

syslogServTable 1.3.6.1.4.1.171.10.134.2.1.16.3.1
The table of syslog remote server.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SyslogServEntry

syslogServEntry 1.3.6.1.4.1.171.10.134.2.1.16.3.1.1
The list of syslog remote server entry.
Status: current Access: not-accessible
OBJECT-TYPE    
  SyslogServEntry  

syslogServIndex 1.3.6.1.4.1.171.10.134.2.1.16.3.1.1.1
The index of syslog remote server.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 1..4  

syslogServAddrType 1.3.6.1.4.1.171.10.134.2.1.16.3.1.1.2
Specifies the Address type of server.Address type shall be ipv4 or ipv6.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER ipv4(1), ipv6(2)  

syslogServAddr 1.3.6.1.4.1.171.10.134.2.1.16.3.1.1.3
Specifies the ServerIP to which the syslog shall be forwarded.
Status: current Access: read-write
OBJECT-TYPE    
  Ipv6Address  

syslogServSeverity 1.3.6.1.4.1.171.10.134.2.1.16.3.1.1.5
Specifies the log level option to be set for a specific server.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER warning(4), information(6), debug(7)  

syslogServFacility 1.3.6.1.4.1.171.10.134.2.1.16.3.1.1.6
The Syslog standard facilities. The facility to be used when sending Syslog messages to this server.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER local0(128), local1(136), local2(144), local3(152), local4(160), local5(168), local6(176), local7(184)  

syslogServUDPport 1.3.6.1.4.1.171.10.134.2.1.16.3.1.1.7
The value is for setting UDP Port.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 514 | 6000..65535  

syslogServSrvStatus 1.3.6.1.4.1.171.10.134.2.1.16.3.1.1.8
The status for this server. If enable, system will send message to this server.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

syslogServSrvRowStatus 1.3.6.1.4.1.171.10.134.2.1.16.3.1.1.9
Row status of this server entry.
Status: current Access: read-write
OBJECT-TYPE    
  RowStatus  

syslogMsg 1.3.6.1.4.1.171.10.134.2.1.16.4
OBJECT IDENTIFIER    

syslogMsgTable 1.3.6.1.4.1.171.10.134.2.1.16.4.1
Specifies the number of messages .
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SyslogMsgEntry

syslogMsgEntry 1.3.6.1.4.1.171.10.134.2.1.16.4.1.1
An entry (conceptual row) in the syslogMsgTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  SyslogMsgEntry  

syslogMsgIndex 1.3.6.1.4.1.171.10.134.2.1.16.4.1.1.1
The auxiliary variable used for identifying instances of the columnar objects in the syslogMsgTable.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 1..2147483647  

syslogMsgDescr 1.3.6.1.4.1.171.10.134.2.1.16.4.1.1.2
A textual description of system log message.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

syslogMsgTime 1.3.6.1.4.1.171.10.134.2.1.16.4.1.1.3
time of system log message.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

syslogMsgSeverity 1.3.6.1.4.1.171.10.134.2.1.16.4.1.1.4
Severity of system log message.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER emergency(0), alert(1), critical(2), error(3), warning(4), notice(5), information(6), debug(7)  

sysEoamSystem 1.3.6.1.4.1.171.10.134.2.1.51.1
OBJECT IDENTIFIER    

sysEoamLinkMonitor 1.3.6.1.4.1.171.10.134.2.1.51.2
OBJECT IDENTIFIER    

sysEoamStats 1.3.6.1.4.1.171.10.134.2.1.51.3
OBJECT IDENTIFIER    

sysEoamEventLog 1.3.6.1.4.1.171.10.134.2.1.51.4
OBJECT IDENTIFIER    

sysEoamTrap 1.3.6.1.4.1.171.10.134.2.1.51.5
OBJECT IDENTIFIER    

sysEoamLoopbackTest 1.3.6.1.4.1.171.10.134.2.1.51.6
OBJECT IDENTIFIER    

eoamTable 1.3.6.1.4.1.171.10.134.2.1.51.1.2
A table that contains EOAM mode information about each port.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    EoamEntry

eoamEntry 1.3.6.1.4.1.171.10.134.2.1.51.1.2.1
A list of EOAM mode information for each port.
Status: current Access: not-accessible
OBJECT-TYPE    
  EoamEntry  

eoamIfIndex 1.3.6.1.4.1.171.10.134.2.1.51.1.2.1.1
The index of the port.
Status: current Access: read-only
OBJECT-TYPE    
  InterfaceIndex  

eoamState 1.3.6.1.4.1.171.10.134.2.1.51.1.2.1.2
Sets the EOAM state enabled or disabled.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

eoamMode 1.3.6.1.4.1.171.10.134.2.1.51.1.2.1.3
Sets the EOAM mode as active or passive.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER passive(1), active(2)  

eoamReceivedRemoteLoopback 1.3.6.1.4.1.171.10.134.2.1.51.1.2.1.4
Sets the EOAM received or ignore remote loopback packets.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER ignore(1), process(2)  

eoamRemoteLoopback 1.3.6.1.4.1.171.10.134.2.1.51.1.2.1.5
Sets the EOAM remote loopback start or stop.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER noLoopBack(1), startLoopBack(2), remoteLoopBack(3), stopLoopBack(4), localLoopBack(5), unknownLoopBack(6)  

eoamMaxOAMPDU 1.3.6.1.4.1.171.10.134.2.1.51.1.2.1.6
Indicate the max EOAM PDU received packets.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

eoamUnidirection 1.3.6.1.4.1.171.10.134.2.1.51.1.2.1.7
Indicate the eoamUnidirection support or not support.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

eoamLinkMonitoring 1.3.6.1.4.1.171.10.134.2.1.51.1.2.1.8
Indicate the eoam Link Monitoring support or not support.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

eoamVarReq 1.3.6.1.4.1.171.10.134.2.1.51.1.2.1.9
Indicate the eoam variable support or not support.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

eoamRemoteLoopbackSupport 1.3.6.1.4.1.171.10.134.2.1.51.1.2.1.10
Indicate the eoam remote loopback support or not support.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

eoamPDURev 1.3.6.1.4.1.171.10.134.2.1.51.1.2.1.11
The configuration revision of the OAM entity as reflected in the latest OAMPDU sent by the OAM entity.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

eoamOperStatus 1.3.6.1.4.1.171.10.134.2.1.51.1.2.1.12
At initialization and failure conditions, two OAM entities on the same full-duplex Ethernet link begin a discovery phase to determine what OAM capabilities may be used on that link. The progress of this initialization is controlled by the OA sublayer.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER disabled(1), linkFault(2), passiveWait(3), activeSendLocal(4), sendLocalAndRemote(5), sendLocalAndRemoteOk(6), oamPeeringLocallyRejected(7), oamPeeringRemotelyRejected(8), operational(9), nonOperHalfDuplex(10)  

eoamPeerMode 1.3.6.1.4.1.171.10.134.2.1.51.1.2.1.13
Indicate the EOAM peer mode as active or passive.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER passive(1), active(2), unknown(3)  

eoamPeerMacAddress 1.3.6.1.4.1.171.10.134.2.1.51.1.2.1.14
The MAC address of the peer OAM entity.
Status: current Access: read-only
OBJECT-TYPE    
  MacAddress  

eoamPeerVendorOui 1.3.6.1.4.1.171.10.134.2.1.51.1.2.1.15
The OUI of the OAM peer as reflected in the latest Information OAMPDU received with a Local Information TLV.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING  

eoamPeerMaxOAMPDU 1.3.6.1.4.1.171.10.134.2.1.51.1.2.1.16
Indicate the max EOAM peer PDU received packets.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

eoamPeerUnidirection 1.3.6.1.4.1.171.10.134.2.1.51.1.2.1.17
Indicate the eoam peer Unidirection support or not support.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

eoamPeerLinkMonitoring 1.3.6.1.4.1.171.10.134.2.1.51.1.2.1.18
Indicate the eoam peer Link Monitoring support or not support.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

eoamPeerVarReq 1.3.6.1.4.1.171.10.134.2.1.51.1.2.1.19
Indicate the eoam peer variable support or not support.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

eoamPeerPDURev 1.3.6.1.4.1.171.10.134.2.1.51.1.2.1.20
The configuration revision of the OAM peer as reflected in the latest OAMPDU. This attribute is changed by the peer whenever it has a local configuration change for Ethernet OA on this interface.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

eoamLinkMonitorTable 1.3.6.1.4.1.171.10.134.2.1.51.2.1
A table that contains EOAM link monitor information about each port.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    EoamLinkMonitorEntry

eoamLinkMonitorEntry 1.3.6.1.4.1.171.10.134.2.1.51.2.1.1
A list of EOAM link monitor information for each port.
Status: current Access: not-accessible
OBJECT-TYPE    
  EoamLinkMonitorEntry  

eoamLinkMonitorIfIndex 1.3.6.1.4.1.171.10.134.2.1.51.2.1.1.1
The index of the port.
Status: current Access: read-only
OBJECT-TYPE    
  InterfaceIndex  

errorSymbolNotifyState 1.3.6.1.4.1.171.10.134.2.1.51.2.1.1.2
Sets the EOAM error symbol notify state enabled or disabled.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

errorSymbolThreshold 1.3.6.1.4.1.171.10.134.2.1.51.2.1.1.3
Sets the EOAM error symbol threshold.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32  

errorSymbolWindow 1.3.6.1.4.1.171.10.134.2.1.51.2.1.1.4
Sets the EOAM error symbol window.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32 1000..60000  

errorFrameNotifyState 1.3.6.1.4.1.171.10.134.2.1.51.2.1.1.5
Sets the EOAM error frame notify state enabled or disabled.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

errorFrameThreshold 1.3.6.1.4.1.171.10.134.2.1.51.2.1.1.6
Sets the EOAM error frame threshold.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32  

errorFrameWindow 1.3.6.1.4.1.171.10.134.2.1.51.2.1.1.7
Sets the EOAM error symbol window.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32 1000..60000  

errorFrameSecondsNotifyState 1.3.6.1.4.1.171.10.134.2.1.51.2.1.1.8
Sets the EOAM error symbol notify state enabled or disabled.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

errorFrameSecondsThreshold 1.3.6.1.4.1.171.10.134.2.1.51.2.1.1.9
Sets the EOAM error symbol threshold.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32  

errorFrameSecondsWindow 1.3.6.1.4.1.171.10.134.2.1.51.2.1.1.10
Sets the EOAM error symbol window.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 10000..900000  

errorFramePeriodNotifyState 1.3.6.1.4.1.171.10.134.2.1.51.2.1.1.11
Sets the EOAM error symbol notify state enabled or disabled.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

errorFramePeriodThreshold 1.3.6.1.4.1.171.10.134.2.1.51.2.1.1.12
Sets the EOAM error symbol threshold.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32  

errorFramePeriodWindow 1.3.6.1.4.1.171.10.134.2.1.51.2.1.1.13
Sets the EOAM error symbol window.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32 148810..100000000  

eoamCriticalLinkEventState 1.3.6.1.4.1.171.10.134.2.1.51.2.1.1.14
Set the EOAM critical link event state.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

sysEoamStatsTable 1.3.6.1.4.1.171.10.134.2.1.51.3.1
This table contains statistics for the OAM function on a particular Ethernet-like interface. There is an entry in the table for every entry in the dot3OamTable. The counters in this table are defined as 32-bit entries to match the counter size as defined in [802.3ah]. Given that the OA protocol is a slow protocol, the counters increment at a slow rate.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SysEoamStatsEntry

eoamStatsEntry 1.3.6.1.4.1.171.10.134.2.1.51.3.1.1
An entry in the table containing statistics information on the Ethernet OAM function for a single Ethernet-like interface. Entries are automatically created for every entry in the dot3OamTable. Counters are maintained across transitions in dot3OamOperStatus.
Status: current Access: not-accessible
OBJECT-TYPE    
  SysEoamStatsEntry  

eoamInfomationIndex 1.3.6.1.4.1.171.10.134.2.1.51.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    
  InterfaceIndex  

eoamInformationTx 1.3.6.1.4.1.171.10.134.2.1.51.3.1.1.2
A count of the number of Information OAMPDUs transmitted on this interface. Discontinuities of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of the ifCounterDiscontinuityTime.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

eoamInformationRx 1.3.6.1.4.1.171.10.134.2.1.51.3.1.1.3
A count of the number of Information OAMPDUs received on this interface. Discontinuities of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of the ifCounterDiscontinuityTime.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

eoamUniqueEventNotificationTx 1.3.6.1.4.1.171.10.134.2.1.51.3.1.1.4
A count of the number of unique Event OAMPDUs transmitted on this interface. Event Notifications may be sent in duplicate to increase the probability of successfully being received, given the possibility that a frame may be lost in transit. Duplicate Event Notification transmissions are counted by eoamDuplicateEventNotificationTx. A unique Event Notification OAMPDU is indicated as an Event Notification OAMPDU with a Sequence Number field that is distinct from the previously transmitted Event Notification OAMPDU Sequence Number. Discontinuities of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of the ifCounterDiscontinuityTime.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

eoamUniqueEventNotificationRx 1.3.6.1.4.1.171.10.134.2.1.51.3.1.1.5
A count of the number of unique Event OAMPDUs received on this interface. Event Notification OAMPDUs may be sent in duplicate to increase the probability of successfully being received, given the possibility that a frame may be lost in transit. Duplicate Event Notification receptions are counted by eoamDuplicateEventNotificationRx. A unique Event Notification OAMPDU is indicated as an Event Notification OAMPDU with a Sequence Number field that is distinct from the previously received Event Notification OAMPDU Sequence Number. Discontinuities of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of the ifCounterDiscontinuityTime.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

eoamDuplicateEventNotificationTx 1.3.6.1.4.1.171.10.134.2.1.51.3.1.1.6
A count of the number of duplicate Event OAMPDUs transmitted on this interface. Event Notification OAMPDUs may be sent in duplicate to increase the probability of successfully being received, given the possibility that a frame may be lost in transit. A duplicate Event Notification OAMPDU is indicated as an Event Notification OAMPDU with a Sequence Number field that is identical to the previously transmitted Event Notification OAMPDU Sequence Number. Discontinuities of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of the ifCounterDiscontinuityTime.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

eoamDuplicateEventNotificationRx 1.3.6.1.4.1.171.10.134.2.1.51.3.1.1.7
A count of the number of duplicate Event OAMPDUs received on this interface. Event Notification OAMPDUs may be sent in duplicate to increase the probability of successfully being received, given the possibility that a frame may be lost in transit. A duplicate Event Notification OAMPDU is indicated as an Event Notification OAMPDU with a Sequence Number field that is identical to the previously received Event Notification OAMPDU Sequence Number. Discontinuities of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of the ifCounterDiscontinuityTime.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

eoamLoopbackControlTx 1.3.6.1.4.1.171.10.134.2.1.51.3.1.1.8
A count of the number of Loopback Control OAMPDUs transmitted on this interface. Discontinuities of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of the ifCounterDiscontinuityTime.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

eoamLoopbackControlRx 1.3.6.1.4.1.171.10.134.2.1.51.3.1.1.9
A count of the number of Loopback Control OAMPDUs received on this interface. Discontinuities of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of the ifCounterDiscontinuityTime.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

eoamVariableRequestTx 1.3.6.1.4.1.171.10.134.2.1.51.3.1.1.10
A count of the number of Variable Request OAMPDUs transmitted on this interface. Discontinuities of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of the ifCounterDiscontinuityTime.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

eoamVariableRequestRx 1.3.6.1.4.1.171.10.134.2.1.51.3.1.1.11
A count of the number of Variable Request OAMPDUs received on this interface. Discontinuities of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of the ifCounterDiscontinuityTime.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

eoamVariableResponseTx 1.3.6.1.4.1.171.10.134.2.1.51.3.1.1.12
A count of the number of Variable Response OAMPDUs transmitted on this interface. Discontinuities of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of the ifCounterDiscontinuityTime.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

eoamVariableResponseRx 1.3.6.1.4.1.171.10.134.2.1.51.3.1.1.13
A count of the number of Variable Response OAMPDUs received on this interface. Discontinuities of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of the ifCounterDiscontinuityTime.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

eoamOrgSpecificTx 1.3.6.1.4.1.171.10.134.2.1.51.3.1.1.14
A count of the number of Organization Specific OAMPDUs transmitted on this interface. Discontinuities of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of the ifCounterDiscontinuityTime.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

eoamOrgSpecificRx 1.3.6.1.4.1.171.10.134.2.1.51.3.1.1.15
A count of the number of Organization Specific OAMPDUs received on this interface. Discontinuities of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of the ifCounterDiscontinuityTime.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

eoamUnsupportedCodesTx 1.3.6.1.4.1.171.10.134.2.1.51.3.1.1.16
A count of the number of OAMPDUs transmitted on this interface with an unsupported op-code. Discontinuities of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of the ifCounterDiscontinuityTime.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

eoamUnsupportedCodesRx 1.3.6.1.4.1.171.10.134.2.1.51.3.1.1.17
A count of the number of OAMPDUs received on this interface with an unsupported op-code. Discontinuities of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of the ifCounterDiscontinuityTime.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

eoamFramesLostDueToOam 1.3.6.1.4.1.171.10.134.2.1.51.3.1.1.18
A count of the number of frames that were dropped by the OA multiplexer. Since the OAM multiplexer has multiple inputs and a single output, there may be cases where frames are dropped due to transmit resource contention. This counter is incremented whenever a frame is dropped by the OAM layer. Note that any Ethernet frame, not just OAMPDUs, may be dropped by the OAM layer. This can occur when an OAMPDU takes precedence over a 'normal' frame resulting in the 'normal' frame being dropped. When this counter is incremented, no other counters in this MIB are incremented. Discontinuities of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of the ifCounterDiscontinuityTime.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

sysEoamStatsClearPortlist 1.3.6.1.4.1.171.10.134.2.1.51.3.2
Clear Eoam statistics according to portlist setting
Status: current Access: read-write
OBJECT-TYPE    
  PortList  

sysOamEventLogTable 1.3.6.1.4.1.171.10.134.2.1.51.4.2
This table records a history of the events that have occurred at the Ethernet OAM level. These events can include locally detected events, which may result in locally generated OAMPDUs, and remotely detected events, which are detected by the OAM peer entity and signaled to the local entity via Ethernet OAM. Ethernet OAM events can be signaled by Event Notification OAMPDUs or by the flags field in any OAMPDU. This table contains both threshold crossing events and non-threshold crossing events. The parameters for the threshold window, threshold value, and actual value (eoamEventLogWindowXX, eoamEventLogThresholdXX, eoamEventLogValue) are only applicable to threshold crossing events, and are returned as all F's (2^32 - 1) for non-threshold crossing events. Entries in the table are automatically created when such events are detected. The size of the table is implementation dependent. When the table reaches its maximum size, older entries are automatically deleted to make room for newer entries.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SysEoamEventLogEntry

eoamEventLogEntry 1.3.6.1.4.1.171.10.134.2.1.51.4.2.1
An entry in the eoamEventLogTable. Entries are automatically created whenever Ethernet OAM events occur at the local OAM entity, and when Event Notification OAMPDUs are received at the local OAM entity (indicating that events have occurred at the peer OAM entity). The size of the table is implementation dependent, but when the table becomes full, older events are automatically deleted to make room for newer events. The table index eoamEventLogIndex increments for each new entry, and when the maximum value is reached, the value restarts at zero.
Status: current Access: not-accessible
OBJECT-TYPE    
  SysEoamEventLogEntry  

eoamEventLogPort 1.3.6.1.4.1.171.10.134.2.1.51.4.2.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  

eoamEventLogIndex 1.3.6.1.4.1.171.10.134.2.1.51.4.2.1.2
An arbitrary integer for identifying individual events within the event log.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32 1..4294967295  

eoamEventLogTimestamp 1.3.6.1.4.1.171.10.134.2.1.51.4.2.1.3
The object indicates eoam event log time stamp which in the format: day/month/year hour:minute:second. e.g 30/10/2013 17:36:11.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

eoamEventLogType 1.3.6.1.4.1.171.10.134.2.1.51.4.2.1.4
The type of event that generated this entry in the event log. When the OUI is the IEEE 802.3 OUI of 0x0180C2, the following event types are defined: erroredSymbolEvent(1), erroredFramePeriodEvent(2), erroredFrameEvent(3), erroredFrameSecondsEvent(4), linkFault(256), dyingGaspEvent(257), criticalLinkEvent(258) The first four are considered threshold crossing events, as they are generated when a metric exceeds a given value within a specified window. The other three are not threshold crossing events. When the OUI is not 71874 (0x0180C2 in hex), then some other organization has defined the event space. If event subtyping is known to the implementation, it may be reflected here. Otherwise, this value should return all F's (2^32 - 1).
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

eoamEventLogLocation 1.3.6.1.4.1.171.10.134.2.1.51.4.2.1.5
Whether this event occurred locally (local(1)), or was received from the OAM peer via Ethernet OAM (remote(2)).
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER local(1), remote(2)  

eoamEventLogValue 1.3.6.1.4.1.171.10.134.2.1.51.4.2.1.6
The Ethernet OAM event log event value.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

eoamEventLogWindow 1.3.6.1.4.1.171.10.134.2.1.51.4.2.1.7
The Ethernet OAM event log window value.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

eoamEventLogThreshold 1.3.6.1.4.1.171.10.134.2.1.51.4.2.1.8
The Ethernet OAM event log Threshold value.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

eoamEventLogAccError 1.3.6.1.4.1.171.10.134.2.1.51.4.2.1.9
The Ethernet OAM event log accumulate errors.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

sysEoamEventLogClearPortlist 1.3.6.1.4.1.171.10.134.2.1.51.4.3
Clear Eoam Event Log Table according to portlist setting
Status: current Access: read-write
OBJECT-TYPE    
  PortList  

eoamTrap 1.3.6.1.4.1.171.10.134.2.1.51.5.0
OBJECT IDENTIFIER    

eoamNotifyThresholdEvent 1.3.6.1.4.1.171.10.134.2.1.51.5.0.1
eoamNotifyThresholdEvent trap is sent when a local or remote threshold crossing event is detected
Status: current Access: read-write
NOTIFICATION-TYPE    

eoamNotifyNonThresholdEvent 1.3.6.1.4.1.171.10.134.2.1.51.5.0.2
eoamNotifyNonThresholdEvent trap is sent when a local or remote non-threshold crossing event is detected
Status: current Access: read-write
NOTIFICATION-TYPE    

eoamLoopbackTestTable 1.3.6.1.4.1.171.10.134.2.1.51.6.1
This table contains objects to configure Remote Loopback mode and loopback tests.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    EoamLoopbackTestEntry

eoamLoopbackTestEntry 1.3.6.1.4.1.171.10.134.2.1.51.6.1.1
This table contains remote loopback configuration and loopback test configuration.
Status: current Access: not-accessible
OBJECT-TYPE    
  EoamLoopbackTestEntry  

eoamLoopbackTestIndex 1.3.6.1.4.1.171.10.134.2.1.51.6.1.1.1
fault management loopback port index.
Status: current Access: read-only
OBJECT-TYPE    
  InterfaceIndex  

eoamLoopbackStatus 1.3.6.1.4.1.171.10.134.2.1.51.6.1.1.2
The loopback status of the local interface. This status is obtained from the local EOAM Client. When operating in normal mode with no loopback in progress, the status reads noLoopback(1). If the local OAM client knows that the remote OAM entity is in loopback mode , the status is remoteLoopback(2). The unknown(3) status indicates the loopback status is not known.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER noLoopback(1), remoteLoopback(2), unknown(3)  

eoamLoopbackTestPattern 1.3.6.1.4.1.171.10.134.2.1.51.6.1.1.3
Test Pattern for the remote loopback test. The default pattern of the test data will be 'F0F0F0F0'H
Status: current Access: read-write
OBJECT-TYPE    
  OCTET STRING Size(4)  

eoamLoopbackTestPktSize 1.3.6.1.4.1.171.10.134.2.1.51.6.1.1.4
Test packet size for the remote loopback test
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32 64..1500  

eoamLoopbackTestCount 1.3.6.1.4.1.171.10.134.2.1.51.6.1.1.5
Number of Test packets to be sent for the remote loopback test
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32 1..1000  

eoamLoopbackTestWaitTime 1.3.6.1.4.1.171.10.134.2.1.51.6.1.1.6
This timer is started after sending the last test packet. The Fault management module will wait until this timer expires or the packet reception counter is equal to the transmission counter. This timer (in seconds) denotes the maximum time a packet can take to get looped back.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 1..10  

eoamLoopbackTestCommand 1.3.6.1.4.1.171.10.134.2.1.51.6.1.1.7
This attribute initiates remote loopback test with an EOAM peer. Writing startLoopbackTest(2) to this attribute cause the fault management send loopback test packets with defined test pattern, size and count. Writing noLoopbackTest to this attribute has no effect. Writes to this attribute are ignored unless the fsFmLoopbackStatus of this interface is 'remoteLoopback'. The attribute always returns noLoopbackTest on a read.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER noLoopbackTest(1), startLoopbackTest(2)  

eoamLoopbackTestStatus 1.3.6.1.4.1.171.10.134.2.1.51.6.1.1.8
This attribute indicates the status of the remote loopback test. 'notInitiated' indicates that the loopback has not been initiated yet. 'loopbackbTestInprogress' indicates that the loopback test is in progress. 'loopbackbTestCompleted' indicates that the loopback test has been completed.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER notInitiated(1), loopbackTestInprogress(2), loopbackTestCompleted(3)  

eoamLoopbackTestStartTimestamp 1.3.6.1.4.1.171.10.134.2.1.51.6.1.1.9
Start timestamp of the current loopback test.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(40)  

eoamLoopbackTestEndTimestamp 1.3.6.1.4.1.171.10.134.2.1.51.6.1.1.10
End timestamp of the current loopback test.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(40)  

eoamLoopbackTestTxCount 1.3.6.1.4.1.171.10.134.2.1.51.6.1.1.11
Statistics of number of Test packets transmitted during current loopback test.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

eoamLoopbackTestRxCount 1.3.6.1.4.1.171.10.134.2.1.51.6.1.1.12
Statistics of number of Test packets received during current loopback test.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

eoamLoopbackTestMatchCount 1.3.6.1.4.1.171.10.134.2.1.51.6.1.1.13
Statistics of number of Test packets that matched with the test pattern sent during current loopback test.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

eoamLoopbackStatsTable 1.3.6.1.4.1.171.10.134.2.1.51.6.2
This table contains statistics of the last remote loopback test.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    EoamLoopbackStatsEntry

eoamLoopbackStatsEntry 1.3.6.1.4.1.171.10.134.2.1.51.6.2.1
This table contains remote loopback test results of the last session. This table is updated every time a new loopback test session is started. The current fsFmLBTestTxCount, fsFmLBTestRxCount and fsFmLBTestMatchCount are copied to this table before starting the new test.
Status: current Access: not-accessible
OBJECT-TYPE    
  EoamLoopbackStatsEntry  

eoamLoopbackStatsIndex 1.3.6.1.4.1.171.10.134.2.1.51.6.2.1.1
fault management loopback port index.
Status: current Access: read-only
OBJECT-TYPE    
  InterfaceIndex  

eoamLoopbackStatsStartTimestamp 1.3.6.1.4.1.171.10.134.2.1.51.6.2.1.2
Start timestamp of the current loopback test.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(40)  

eoamLoopbackStatsEndTimestamp 1.3.6.1.4.1.171.10.134.2.1.51.6.2.1.3
End timestamp of the current loopback test.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(40)  

eoamLoopbackStatsTxCount 1.3.6.1.4.1.171.10.134.2.1.51.6.2.1.4
Statistics of number of Test packets transmitted during last loopback test.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

eoamLoopbackStatsRxCount 1.3.6.1.4.1.171.10.134.2.1.51.6.2.1.5
Statistics of number of Test packets received during last loopback test.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

eoamLoopbackStatsMatchCount 1.3.6.1.4.1.171.10.134.2.1.51.6.2.1.6
Statistics of number of Test packets that matched with the test pattern sent.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

trafficSegmentationTable 1.3.6.1.4.1.171.10.134.2.1.14.9.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.134.2.1.14.9.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.134.2.1.14.9.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.134.2.1.14.9.1.1.2
Port list of port channel.
Status: current Access: read-write
OBJECT-TYPE    
  PortList  

sysPingDestIpType 1.3.6.1.4.1.171.10.134.2.1.100.1
The IP address type of the node to be pinged.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER ipv4(1), ipv6(2)  

sysPingDestIpAddr 1.3.6.1.4.1.171.10.134.2.1.100.2
The IP address of the node to be pinged, set ip type before set it.
Status: current Access: read-write
OBJECT-TYPE    
  InetAddress  

sysPingTimeout 1.3.6.1.4.1.171.10.134.2.1.100.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  

sysPingTimes 1.3.6.1.4.1.171.10.134.2.1.100.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  

sysPingStart 1.3.6.1.4.1.171.10.134.2.1.100.5
The ping event of ping operate.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

sysPingStatus 1.3.6.1.4.1.171.10.134.2.1.100.6
The current status of the Ping operate
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER notinitiated(1), progress(2), completed(3)  

sysPingSuccesses 1.3.6.1.4.1.171.10.134.2.1.100.7
The number of ping responses received.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

sysMacNotifyState 1.3.6.1.4.1.171.10.134.2.1.25.1
This object can enabled or disabled MAC Notification.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

sysmacNotifyInterval 1.3.6.1.4.1.171.10.134.2.1.25.2
This object indicates the time interval in second for trigger the MAC notify message.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 1..2147483647  

sysmacNotifyHistorySize 1.3.6.1.4.1.171.10.134.2.1.25.3
This object indicates the history size of variation MAC in address table. The default value is 1 .
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 1..500  

sysmacNotifyCtrlTable 1.3.6.1.4.1.171.10.134.2.1.25.4
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  
    MacNotifyCtrlEntry

macNotifyCtrlEntry 1.3.6.1.4.1.171.10.134.2.1.25.4.1
An entry appears in this table for each interface in the system.
Status: current Access: not-accessible
OBJECT-TYPE    
  MacNotifyCtrlEntry  

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

macNotifyPortStatus 1.3.6.1.4.1.171.10.134.2.1.25.4.1.2
Provides control to per port enable or disable the mac notify status function. Default is disabled.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

sysMacNotifyTraps 1.3.6.1.4.1.171.10.134.2.1.25.5
OBJECT IDENTIFIER    

fdbTableChanged 1.3.6.1.4.1.171.10.134.2.1.25.5.1
A fdbTableChanged notification is sent when dynamic forwarding table add learning mac; also when one device leave, dynamic forwarding table delete one mac,a fdbTableChanged notification is sent too. Note that transmission of fdbTableChanged notifications are throttled by the agent.
Status: current Access: read-write
NOTIFICATION-TYPE    

sysArp 1.3.6.1.4.1.171.10.134.2.1.15.1
OBJECT IDENTIFIER    

arpTable 1.3.6.1.4.1.171.10.134.2.1.15.1.1
A table that contains ARP infomation
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    ARPEntry

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

arpIpAddr 1.3.6.1.4.1.171.10.134.2.1.15.1.1.1.1
The IpAddress corresponding to the Mac Address.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

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

arpType 1.3.6.1.4.1.171.10.134.2.1.15.1.1.1.3
The type of ARP mapping entry.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER dynamic(1), static(2)  

arpRowStatus 1.3.6.1.4.1.171.10.134.2.1.15.1.1.1.4
The status of an entry in the ARP Table. A conceptual row can not be made active until the arpMacAddress object has been set.
Status: current Access: read-write
OBJECT-TYPE    
  RowStatus  

cmArpClear 1.3.6.1.4.1.171.10.134.2.1.15.2
clear action type: none(0), -- no action clearAll(1), -- clear all arp entries cleatAllStatic, -- clear all static arp entries clearAllDynamic, -- clear all dynamic arp entries Initial its value is 0, and after each action, it will reset to 0
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER none(0), clearAll(1), cleatAllStatic(2), clearAllDynamic(3)  

sysUserAccount 1.3.6.1.4.1.171.10.134.2.1.4.1
OBJECT IDENTIFIER    

adminUserTable 1.3.6.1.4.1.171.10.134.2.1.4.1.1
A table to management user table in the switch.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AdminUserEntry

adminUserEntry 1.3.6.1.4.1.171.10.134.2.1.4.1.1.1
An entry appears in this table for each user in the system.
Status: current Access: not-accessible
OBJECT-TYPE    
  AdminUserEntry  

userName 1.3.6.1.4.1.171.10.134.2.1.4.1.1.1.1
The name of user entry.
Status: current Access: read-only
OBJECT-TYPE    
  SnmpAdminString Size(1..15)  

userPassword 1.3.6.1.4.1.171.10.134.2.1.4.1.1.1.2
The password of user entry. 0 means no password.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString Size(0..15)  

userAccessRight 1.3.6.1.4.1.171.10.134.2.1.4.1.1.1.3
The access right of user entry.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER admin(1), operator(2), user(3)  

userEncrypt 1.3.6.1.4.1.171.10.134.2.1.4.1.1.1.4
The encrypt type of user password.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER plainText(1), sha1(2)  

userEncryptControl 1.3.6.1.4.1.171.10.134.2.1.4.1.1.1.5
Enable or disable Encrypt of user password.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

userRowStatus 1.3.6.1.4.1.171.10.134.2.1.4.1.1.1.6
The row status of user entry.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

sysPasswordEncrypt 1.3.6.1.4.1.171.10.134.2.1.4.2
encrypt control of user password, default password storage type is plaintext, if set enable, all password storage is dlinksha1 format.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

syssessionTable 1.3.6.1.4.1.171.10.134.2.1.102.1
A Table contain the user login session information.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SyssessionEntry

syssessionEntry 1.3.6.1.4.1.171.10.134.2.1.102.1.1
A Session Table contain the user login information.
Status: current Access: not-accessible
OBJECT-TYPE    
  SyssessionEntry  

sessionID 1.3.6.1.4.1.171.10.134.2.1.102.1.1.1
The index of session table.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

sessionUserName 1.3.6.1.4.1.171.10.134.2.1.102.1.1.2
The name of login user.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

sessionUserPrivilege 1.3.6.1.4.1.171.10.134.2.1.102.1.1.3
login user privilege.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER user(3), operator(4), admin(5)  

sessionLoginTime 1.3.6.1.4.1.171.10.134.2.1.102.1.1.4
The time at which user login.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

sessionLiveTime 1.3.6.1.4.1.171.10.134.2.1.102.1.1.5
The time peroid user has kept login.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

sessionType 1.3.6.1.4.1.171.10.134.2.1.102.1.1.6
login from http or telnet.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER http(1), telnet(2), ssh(3)  

sessionIP 1.3.6.1.4.1.171.10.134.2.1.102.1.1.7
login ip through http or telnet.
Status: current Access: read-only
OBJECT-TYPE    
  InetAddress  

trustedHostStatus 1.3.6.1.4.1.171.10.134.2.1.14.13.1
This object indicates trusted host function is enabled or disabled. When trusted host function is enabled, Smart Switches will only allow hosts which you trust to access and control the switch. Your local host IP Addresses must be one of the IP Addresses to avoid disconnection.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

trustedHostTable 1.3.6.1.4.1.171.10.134.2.1.14.13.2
A table to configure IP authorized managers in the system.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    TrustedHostEntry

trustedHostEntry 1.3.6.1.4.1.171.10.134.2.1.14.13.2.1
Each entry in this table represents rules for particular IP authorized manager.
Status: current Access: not-accessible
OBJECT-TYPE    
  TrustedHostEntry  

trustedHostIpAddr 1.3.6.1.4.1.171.10.134.2.1.14.13.2.1.1
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    
  InetAddress  

trustedHostIpMask 1.3.6.1.4.1.171.10.134.2.1.14.13.2.1.2
Used to mask with IP address, it allow you set a subnet as a trusted host entry.
Status: current Access: read-only
OBJECT-TYPE    
  InetAddress  

trustedHostRowStatus 1.3.6.1.4.1.171.10.134.2.1.14.13.2.1.3
This object indicates the status of this entry.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

sysAclProfile 1.3.6.1.4.1.171.10.134.2.1.103.1
OBJECT IDENTIFIER    

aclL2ProfileTable 1.3.6.1.4.1.171.10.134.2.1.103.1.1
A Table contain the L2 acl profile infomation.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AclL2ProfileEntry

aclL2ProfileEntry 1.3.6.1.4.1.171.10.134.2.1.103.1.1.1
Entries of the aclL2ProfileTable
Status: current Access: not-accessible
OBJECT-TYPE    
  AclL2ProfileEntry  

aclL2ProfileID 1.3.6.1.4.1.171.10.134.2.1.103.1.1.1.1
The ACL Profile ID.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 1..150  

aclL2RuleCount 1.3.6.1.4.1.171.10.134.2.1.103.1.1.1.2
Rule count in this profile.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

aclL2SrcMacMask 1.3.6.1.4.1.171.10.134.2.1.103.1.1.1.3
L2 source mac address filter mask.
Status: current Access: read-write
OBJECT-TYPE    
  MacAddress  

aclL2DstMacMask 1.3.6.1.4.1.171.10.134.2.1.103.1.1.1.4
L2 destination mac address filter mask.
Status: current Access: read-write
OBJECT-TYPE    
  MacAddress  

aclL28021pCheck 1.3.6.1.4.1.171.10.134.2.1.103.1.1.1.5
Configure to decide whether to do 802.1p field check.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

aclL2VlanIdCheck 1.3.6.1.4.1.171.10.134.2.1.103.1.1.1.6
Configure to decide whether to do vlan id field check.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

aclL2EtherTypeCheck 1.3.6.1.4.1.171.10.134.2.1.103.1.1.1.7
Configure to decide whether to do ether type check
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

aclL2ProfileStatus 1.3.6.1.4.1.171.10.134.2.1.103.1.1.1.8
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 there is no configuration conflict.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

aclL3ProfileTable 1.3.6.1.4.1.171.10.134.2.1.103.1.2
A Table contain the L3 IPv4 acl profile infomation.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AclL3ProfileEntry

aclL3ProfileEntry 1.3.6.1.4.1.171.10.134.2.1.103.1.2.1
Entries of the aclIpv4ProfileTable
Status: current Access: not-accessible
OBJECT-TYPE    
  AclL3ProfileEntry  

aclL3ProfileID 1.3.6.1.4.1.171.10.134.2.1.103.1.2.1.1
The ACL Profile ID.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 1..150  

aclL3RuleCount 1.3.6.1.4.1.171.10.134.2.1.103.1.2.1.2
Rule count in this profile.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

aclL3ProfileType 1.3.6.1.4.1.171.10.134.2.1.103.1.2.1.3
Current profile type, valid type is ipv4 and ipv6
Status: current Access: read-write
OBJECT-TYPE    
  InetAddressType  

aclL3Ip4SrcAddrMask 1.3.6.1.4.1.171.10.134.2.1.103.1.2.1.4
L3 IPv4 source address filter mask.
Status: current Access: read-write
OBJECT-TYPE    
  IpAddress  

aclL3Ip4DstAddrMask 1.3.6.1.4.1.171.10.134.2.1.103.1.2.1.5
L3 IPv4 destination address filter mask.
Status: current Access: read-write
OBJECT-TYPE    
  IpAddress  

aclL3Ip4DscpCheck 1.3.6.1.4.1.171.10.134.2.1.103.1.2.1.6
L3 IPv4 DSCP/ToS check or not.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

aclL3Ip4TosCheck 1.3.6.1.4.1.171.10.134.2.1.103.1.2.1.7
L3 IPv4 DSCP/ToS check or not.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

aclL3Ip4Protocol 1.3.6.1.4.1.171.10.134.2.1.103.1.2.1.8
Indicate the IP Protocol to be care in this profile.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER none(0), icmp(1), igmp(2), tcp(6), udp(17), icmpv6(58)  

aclL3Ip4ProtocolMask 1.3.6.1.4.1.171.10.134.2.1.103.1.2.1.9
L3 IPv4 protocol id mask.
Status: current Access: read-write
OBJECT-TYPE    
  OCTET STRING  

aclL3Ip6SrcAddrMask 1.3.6.1.4.1.171.10.134.2.1.103.1.2.1.10
L3 IPv6 source address filter mask.
Status: current Access: read-write
OBJECT-TYPE    
  Ipv6Address  

aclL3Ip6DstAddrMask 1.3.6.1.4.1.171.10.134.2.1.103.1.2.1.11
L3 IPv6 destination address filter mask.
Status: current Access: read-write
OBJECT-TYPE    
  Ipv6Address  

aclL3Ip6TrafficClassCheck 1.3.6.1.4.1.171.10.134.2.1.103.1.2.1.12
Configure to decide whether to do ip6 Traffic Class check
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

aclL3IcmpTypeCheck 1.3.6.1.4.1.171.10.134.2.1.103.1.2.1.13
Configure to decide whether to do icmp type check
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

aclL3IcmpCodeCheck 1.3.6.1.4.1.171.10.134.2.1.103.1.2.1.14
Configure to decide whether to do icmp code check
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

aclL3IgmpTypeCheck 1.3.6.1.4.1.171.10.134.2.1.103.1.2.1.15
Configure to decide whether to do igmp type check
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

aclL3SrcPortMask 1.3.6.1.4.1.171.10.134.2.1.103.1.2.1.16
Source port filter mask.
Status: current Access: read-write
OBJECT-TYPE    
  OCTET STRING  

aclL3DstPortMask 1.3.6.1.4.1.171.10.134.2.1.103.1.2.1.17
Destination port filter mask.
Status: current Access: read-write
OBJECT-TYPE    
  OCTET STRING  

aclL3TcpFlagCheck 1.3.6.1.4.1.171.10.134.2.1.103.1.2.1.18
Configure to decide whether to do tcp flag check
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

aclL3ProfileStatus 1.3.6.1.4.1.171.10.134.2.1.103.1.2.1.19
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 there is no configuration conflict.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

sysAclRule 1.3.6.1.4.1.171.10.134.2.1.103.2
OBJECT IDENTIFIER    

aclL2RuleTable 1.3.6.1.4.1.171.10.134.2.1.103.2.1
A Table contain the L2 acl rule infomation.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AclL2RuleEntry

aclL2RuleEntry 1.3.6.1.4.1.171.10.134.2.1.103.2.1.1
Entries of the aclL2RuleTable
Status: current Access: not-accessible
OBJECT-TYPE    
  AclL2RuleEntry  

aclL2RuleProfileID 1.3.6.1.4.1.171.10.134.2.1.103.2.1.1.1
The ACL Profile ID.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 1..150  

aclL2RuleAccessID 1.3.6.1.4.1.171.10.134.2.1.103.2.1.1.2
The ACL rule access ID.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 1..65535  

aclL2VlanId 1.3.6.1.4.1.171.10.134.2.1.103.2.1.1.3
Vlan id to be filter, 0 means not care.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 0..4094  

aclL2SrcMac 1.3.6.1.4.1.171.10.134.2.1.103.2.1.1.4
L2 source mac address filter mask.
Status: current Access: read-write
OBJECT-TYPE    
  MacAddress  

aclL2DstMac 1.3.6.1.4.1.171.10.134.2.1.103.2.1.1.5
L2 destination mac address filter mask.
Status: current Access: read-write
OBJECT-TYPE    
  MacAddress  

aclL28021p 1.3.6.1.4.1.171.10.134.2.1.103.2.1.1.6
Ethernet header 802.1p value to be filter, -1 means not care.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 -1..7  

aclL2EtherType 1.3.6.1.4.1.171.10.134.2.1.103.2.1.1.7
Ethernet type value to be filter, 0 means not care.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 0..65535  

aclL2InPortList 1.3.6.1.4.1.171.10.134.2.1.103.2.1.1.8
Packet from which ports that this rule apply on.
Status: current Access: read-write
OBJECT-TYPE    
  PortList  

aclL2Action 1.3.6.1.4.1.171.10.134.2.1.103.2.1.1.9
Action for a packet that hit this rule.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER permit(1), drop(2), rateLimit(4), replaceDSCP(6)  

aclL2RateLimit 1.3.6.1.4.1.171.10.134.2.1.103.2.1.1.10
Rate limit value for the packet hit.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32 16..1000000  

aclL2ReplaceDSCP 1.3.6.1.4.1.171.10.134.2.1.103.2.1.1.11
Replace the DSCP value configured. -1 means not care.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 -1..63  

aclL2RuleStatus 1.3.6.1.4.1.171.10.134.2.1.103.2.1.1.12
operation of rule action
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

aclL3RuleTable 1.3.6.1.4.1.171.10.134.2.1.103.2.2
A Table contain the L3 IPv4 acl rule infomation.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AclL3RuleEntry

aclL3RuleEntry 1.3.6.1.4.1.171.10.134.2.1.103.2.2.1
Entries of the acL3RuleTable
Status: current Access: not-accessible
OBJECT-TYPE    
  AclL3RuleEntry  

aclL3RuleProfileID 1.3.6.1.4.1.171.10.134.2.1.103.2.2.1.1
The ACL Profile ID.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 1..150  

aclL3RuleAccessID 1.3.6.1.4.1.171.10.134.2.1.103.2.2.1.2
The ACL rule access ID.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 1..65535  

aclL3IP4SrcAddr 1.3.6.1.4.1.171.10.134.2.1.103.2.2.1.3
ipv4 source address to filter
Status: current Access: read-write
OBJECT-TYPE    
  IpAddress  

aclL3IP4DstAddr 1.3.6.1.4.1.171.10.134.2.1.103.2.2.1.4
ipv4 destination address to filter
Status: current Access: read-write
OBJECT-TYPE    
  IpAddress  

aclL3IP4DSCP 1.3.6.1.4.1.171.10.134.2.1.103.2.2.1.5
ipv4 dscp value to filter, -1 means do not care.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 -1..63  

aclL3IP4ToS 1.3.6.1.4.1.171.10.134.2.1.103.2.2.1.6
ipv4 tos value to filter, -1 means do not care.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 -1..7  

aclL3IP4Protocol 1.3.6.1.4.1.171.10.134.2.1.103.2.2.1.7
ipv4 protocol value to filter, 255 means do not care.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 0..255  

aclL3IP6SrcAddr 1.3.6.1.4.1.171.10.134.2.1.103.2.2.1.8
ipv6 source address to filter
Status: current Access: read-write
OBJECT-TYPE    
  Ipv6Address  

aclL3IP6DstAddr 1.3.6.1.4.1.171.10.134.2.1.103.2.2.1.9
ipv6 destination address to filter
Status: current Access: read-write
OBJECT-TYPE    
  Ipv6Address  

aclL3Ip6TrafficClass 1.3.6.1.4.1.171.10.134.2.1.103.2.2.1.10
ipv6 traffic class to filter
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER -1..255  

aclL3IcmpType 1.3.6.1.4.1.171.10.134.2.1.103.2.2.1.11
the icmp type value to filter
Status: current Access: read-write
OBJECT-TYPE    
  Integer32  

aclL3IcmpCode 1.3.6.1.4.1.171.10.134.2.1.103.2.2.1.12
the icmp code value to filter
Status: current Access: read-write
OBJECT-TYPE    
  Integer32  

aclL3IgmpType 1.3.6.1.4.1.171.10.134.2.1.103.2.2.1.13
the igmp type value to filter
Status: current Access: read-write
OBJECT-TYPE    
  Integer32  

aclL3SrcPort 1.3.6.1.4.1.171.10.134.2.1.103.2.2.1.14
the source port to filter
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 -1..65535  

aclL3DstPort 1.3.6.1.4.1.171.10.134.2.1.103.2.2.1.15
the destination port to filter
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 -1..65535  

aclL3TcpFlagURG 1.3.6.1.4.1.171.10.134.2.1.103.2.2.1.16
check tcp urg flag set or not.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER set(1), notSet(2), any(3)  

aclL3TcpFlagACK 1.3.6.1.4.1.171.10.134.2.1.103.2.2.1.17
check tcp ack flag set or not.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER set(1), notSet(2), any(3)  

aclL3TcpFlagPSH 1.3.6.1.4.1.171.10.134.2.1.103.2.2.1.18
check tcp psh flag set or not.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER set(1), notSet(2), any(3)  

aclL3TcpFlagRST 1.3.6.1.4.1.171.10.134.2.1.103.2.2.1.19
check tcp rst flag set or not.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER set(1), notSet(2), any(3)  

aclL3TcpFlagSYN 1.3.6.1.4.1.171.10.134.2.1.103.2.2.1.20
check tcp syn flag set or not.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER set(1), notSet(2), any(3)  

aclL3TcpFlagFIN 1.3.6.1.4.1.171.10.134.2.1.103.2.2.1.21
check tco fin flag set or not.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER set(1), notSet(2), any(3)  

aclL3InPortList 1.3.6.1.4.1.171.10.134.2.1.103.2.2.1.22
Packet from which ports that this rule apply on.
Status: current Access: read-write
OBJECT-TYPE    
  PortList  

aclL3Action 1.3.6.1.4.1.171.10.134.2.1.103.2.2.1.23
Action for a packet that hit this rule.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER permit(1), drop(2), rateLimit(4), replaceDSCP(6)  

aclL3RateLimit 1.3.6.1.4.1.171.10.134.2.1.103.2.2.1.24
Rate limit value for the packet hit.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32 16..1000000  

aclL3ReplaceDSCP 1.3.6.1.4.1.171.10.134.2.1.103.2.2.1.25
replace dscp value to configured, -1 means not care.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 -1..63  

aclL3RuleStatus 1.3.6.1.4.1.171.10.134.2.1.103.2.2.1.26
operation of rule action.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

sysAclStatistic 1.3.6.1.4.1.171.10.134.2.1.103.3
OBJECT IDENTIFIER    

aclTotalProfile 1.3.6.1.4.1.171.10.134.2.1.103.3.1
Total profile entry count
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

aclUsedProfile 1.3.6.1.4.1.171.10.134.2.1.103.3.2
Profile entry number that in use
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

aclTotalRule 1.3.6.1.4.1.171.10.134.2.1.103.3.3
Total rule entry count
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

aclUsedRule 1.3.6.1.4.1.171.10.134.2.1.103.3.4
Rule entry number that in use
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

sysCpuAclProfile 1.3.6.1.4.1.171.10.134.2.1.104.1
OBJECT IDENTIFIER    

cpuAclL2ProfileTable 1.3.6.1.4.1.171.10.134.2.1.104.1.1
A Table contain the L2 acl profile infomation.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CpuAclL2ProfileEntry

cpuAclL2ProfileEntry 1.3.6.1.4.1.171.10.134.2.1.104.1.1.1
Entries of the cpuAclL2ProfileTable
Status: current Access: not-accessible
OBJECT-TYPE    
  CpuAclL2ProfileEntry  

cpuAclL2ProfileID 1.3.6.1.4.1.171.10.134.2.1.104.1.1.1.1
The ACL Profile ID.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 1..3  

cpuAclL2RuleCount 1.3.6.1.4.1.171.10.134.2.1.104.1.1.1.2
Rule count in this profile.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

cpuAclL2SrcMacMask 1.3.6.1.4.1.171.10.134.2.1.104.1.1.1.3
L2 source mac address filter mask.
Status: current Access: read-write
OBJECT-TYPE    
  MacAddress  

cpuAclL2DstMacMask 1.3.6.1.4.1.171.10.134.2.1.104.1.1.1.4
L2 destination mac address filter mask.
Status: current Access: read-write
OBJECT-TYPE    
  MacAddress  

cpuAclL28021pCheck 1.3.6.1.4.1.171.10.134.2.1.104.1.1.1.5
Configure to decide whether to do 802.1p field check.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

cpuAclL2VlanIdCheck 1.3.6.1.4.1.171.10.134.2.1.104.1.1.1.6
Configure to decide whether to do vlan id field check.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

cpuAclL2EtherTypeCheck 1.3.6.1.4.1.171.10.134.2.1.104.1.1.1.7
Configure to decide whether to do ether type check
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

cpuAclL2ProfileStatus 1.3.6.1.4.1.171.10.134.2.1.104.1.1.1.8
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 there is no configuration conflict.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

cpuAclL3ProfileTable 1.3.6.1.4.1.171.10.134.2.1.104.1.2
A Table contain the L3 IPv4 acl profile infomation.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CpuAclL3ProfileEntry

cpuAclL3ProfileEntry 1.3.6.1.4.1.171.10.134.2.1.104.1.2.1
Entries of the aclIpv4ProfileTable
Status: current Access: not-accessible
OBJECT-TYPE    
  CpuAclL3ProfileEntry  

cpuAclL3ProfileID 1.3.6.1.4.1.171.10.134.2.1.104.1.2.1.1
The ACL Profile ID.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 1..3  

cpuAclL3RuleCount 1.3.6.1.4.1.171.10.134.2.1.104.1.2.1.2
Rule count in this profile.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

cpuAclL3ProfileType 1.3.6.1.4.1.171.10.134.2.1.104.1.2.1.3
Current profile type, valid type is ipv4 and ipv6
Status: current Access: read-write
OBJECT-TYPE    
  InetAddressType  

cpuAclL3Ip4SrcAddrMask 1.3.6.1.4.1.171.10.134.2.1.104.1.2.1.4
L3 IPv4 source address filter mask.
Status: current Access: read-write
OBJECT-TYPE    
  IpAddress  

cpuAclL3Ip4DstAddrMask 1.3.6.1.4.1.171.10.134.2.1.104.1.2.1.5
L3 IPv4 destination address filter mask.
Status: current Access: read-write
OBJECT-TYPE    
  IpAddress  

cpuAclL3Ip4DscpCheck 1.3.6.1.4.1.171.10.134.2.1.104.1.2.1.6
L3 IPv4 DSCP/ToS check or not.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

cpuAclL3Ip4Protocol 1.3.6.1.4.1.171.10.134.2.1.104.1.2.1.7
Indicate the IP Protocol to be care in this profile.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER none(0), icmp(1), igmp(2), tcp(6), udp(17)  

cpuAclL3Ip4ProtocolMask 1.3.6.1.4.1.171.10.134.2.1.104.1.2.1.8
L3 IPv4 protocol id mask.
Status: current Access: read-write
OBJECT-TYPE    
  OCTET STRING  

cpuAclL3Ip4IcmpTypeCheck 1.3.6.1.4.1.171.10.134.2.1.104.1.2.1.9
Configure to decide whether to do icmp type check
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

cpuAclL3Ip4IcmpCodeCheck 1.3.6.1.4.1.171.10.134.2.1.104.1.2.1.10
Configure to decide whether to do icmp code check
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

cpuAclL3Ip4IgmpTypeCheck 1.3.6.1.4.1.171.10.134.2.1.104.1.2.1.11
Configure to decide whether to do igmp type check
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

cpuAclL3Ip4SrcPortMask 1.3.6.1.4.1.171.10.134.2.1.104.1.2.1.12
Source port filter mask.
Status: current Access: read-write
OBJECT-TYPE    
  OCTET STRING  

cpuAclL3Ip4DstPortMask 1.3.6.1.4.1.171.10.134.2.1.104.1.2.1.13
Destination port filter mask.
Status: current Access: read-write
OBJECT-TYPE    
  OCTET STRING  

cpuAclL3Ip4TcpFlagCheck 1.3.6.1.4.1.171.10.134.2.1.104.1.2.1.14
Configure to decide whether to do tcp flag check
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

cpuAclL3Ip6SrcAddrMask 1.3.6.1.4.1.171.10.134.2.1.104.1.2.1.15
L3 IPv6 source address filter mask.
Status: current Access: read-write
OBJECT-TYPE    
  Ipv6Address  

cpuAclL3Ip6DstAddrMask 1.3.6.1.4.1.171.10.134.2.1.104.1.2.1.16
L3 IPv6 destination address filter mask.
Status: current Access: read-write
OBJECT-TYPE    
  Ipv6Address  

cpuAclL3Ip6TrafficClassCheck 1.3.6.1.4.1.171.10.134.2.1.104.1.2.1.17
Configure to decide whether to do ip6 Traffic Class check
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

cpuAclL3ProfileStatus 1.3.6.1.4.1.171.10.134.2.1.104.1.2.1.18
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 there is no configuration conflict.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

sysCpuAclRule 1.3.6.1.4.1.171.10.134.2.1.104.2
OBJECT IDENTIFIER    

cpuAclL2RuleTable 1.3.6.1.4.1.171.10.134.2.1.104.2.1
A Table contain the L2 acl rule infomation.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CpuAclL2RuleEntry

cpuAclL2RuleEntry 1.3.6.1.4.1.171.10.134.2.1.104.2.1.1
Entries of the cpuAclL2RuleTable
Status: current Access: not-accessible
OBJECT-TYPE    
  CpuAclL2RuleEntry  

cpuAclL2RuleProfileID 1.3.6.1.4.1.171.10.134.2.1.104.2.1.1.1
The ACL Profile ID.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 1..3  

cpuAclL2RuleAccessID 1.3.6.1.4.1.171.10.134.2.1.104.2.1.1.2
The ACL rule access ID.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 1..10  

cpuAclL2VlanId 1.3.6.1.4.1.171.10.134.2.1.104.2.1.1.3
Vlan id to be filter, 0 means not care.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 0..4094  

cpuAclL2SrcMac 1.3.6.1.4.1.171.10.134.2.1.104.2.1.1.4
L2 source mac address filter mask.
Status: current Access: read-write
OBJECT-TYPE    
  MacAddress  

cpuAclL2DstMac 1.3.6.1.4.1.171.10.134.2.1.104.2.1.1.5
L2 destination mac address filter mask.
Status: current Access: read-write
OBJECT-TYPE    
  MacAddress  

cpuAclL28021p 1.3.6.1.4.1.171.10.134.2.1.104.2.1.1.6
Ethernet header 802.1p value to be filter, 0 means not care.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 -1..7  

cpuAclL2EtherType 1.3.6.1.4.1.171.10.134.2.1.104.2.1.1.7
Ethernet type value to be filter, 0 means not care.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32 1501..65535  

cpuAclL2InPortList 1.3.6.1.4.1.171.10.134.2.1.104.2.1.1.8
Packet from which ports that this rule apply on.
Status: current Access: read-write
OBJECT-TYPE    
  PortList  

cpuAclL2Action 1.3.6.1.4.1.171.10.134.2.1.104.2.1.1.9
Action for a packet that hit this rule.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER permit(1), drop(2)  

cpuAclL2RuleStatus 1.3.6.1.4.1.171.10.134.2.1.104.2.1.1.10
operation of rule action
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

cpuAclL3RuleTable 1.3.6.1.4.1.171.10.134.2.1.104.2.2
A Table contain the L3 IPv4 acl rule infomation.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CpuAclL3RuleEntry

cpuAclL3RuleEntry 1.3.6.1.4.1.171.10.134.2.1.104.2.2.1
Entries of the acL3RuleTable
Status: current Access: not-accessible
OBJECT-TYPE    
  CpuAclL3RuleEntry  

cpuAclL3RuleProfileID 1.3.6.1.4.1.171.10.134.2.1.104.2.2.1.1
The ACL Profile ID.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 1..3  

cpuAclL3RuleAccessID 1.3.6.1.4.1.171.10.134.2.1.104.2.2.1.2
The ACL rule access ID.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 1..10  

cpuAclL3IP4SrcAddr 1.3.6.1.4.1.171.10.134.2.1.104.2.2.1.3
ipv4 source address to filter
Status: current Access: read-write
OBJECT-TYPE    
  IpAddress  

cpuAclL3IP4DstAddr 1.3.6.1.4.1.171.10.134.2.1.104.2.2.1.4
ipv4 destination address to filter
Status: current Access: read-write
OBJECT-TYPE    
  IpAddress  

cpuAclL3IP4DSCP 1.3.6.1.4.1.171.10.134.2.1.104.2.2.1.5
ipv4 dscp value to filter, -1 means do not care.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 -1..63  

cpuAclL3IP4Protocol 1.3.6.1.4.1.171.10.134.2.1.104.2.2.1.6
ipv4 protocol value to filter, 255 means do not care.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 0..255  

cpuAclL3IP4IcmpType 1.3.6.1.4.1.171.10.134.2.1.104.2.2.1.7
the icmp type value to filter
Status: current Access: read-write
OBJECT-TYPE    
  Integer32  

cpuAclL3IP4IcmpCode 1.3.6.1.4.1.171.10.134.2.1.104.2.2.1.8
the icmp code value to filter
Status: current Access: read-write
OBJECT-TYPE    
  Integer32  

cpuAclL3IP4IgmpType 1.3.6.1.4.1.171.10.134.2.1.104.2.2.1.9
the igmp type value to filter
Status: current Access: read-write
OBJECT-TYPE    
  Integer32  

cpuAclL3IP4SrcPort 1.3.6.1.4.1.171.10.134.2.1.104.2.2.1.10
the source port to filter
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 -1..65535  

cpuAclL3IP4DstPort 1.3.6.1.4.1.171.10.134.2.1.104.2.2.1.11
the destination port to filter
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 -1..65535  

cpuAclL3IP4TcpFlagURG 1.3.6.1.4.1.171.10.134.2.1.104.2.2.1.12
check tcp urg flag set or not.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER set(1), notSet(2), any(3)  

cpuAclL3IP4TcpFlagACK 1.3.6.1.4.1.171.10.134.2.1.104.2.2.1.13
check tcp ack flag set or not.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER set(1), notSet(2), any(3)  

cpuAclL3IP4TcpFlagPSH 1.3.6.1.4.1.171.10.134.2.1.104.2.2.1.14
check tcp psh flag set or not.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER set(1), notSet(2), any(3)  

cpuAclL3IP4TcpFlagRST 1.3.6.1.4.1.171.10.134.2.1.104.2.2.1.15
check tcp rst flag set or not.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER set(1), notSet(2), any(3)  

cpuAclL3IP4TcpFlagSYN 1.3.6.1.4.1.171.10.134.2.1.104.2.2.1.16
check tcp syn flag set or not.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER set(1), notSet(2), any(3)  

cpuAclL3IP4TcpFlagFIN 1.3.6.1.4.1.171.10.134.2.1.104.2.2.1.17
check tco fin flag set or not.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER set(1), notSet(2), any(3)  

cpuAclL3InPortList 1.3.6.1.4.1.171.10.134.2.1.104.2.2.1.18
Packet from which ports that this rule apply on.
Status: current Access: read-write
OBJECT-TYPE    
  PortList  

cpuAclL3Action 1.3.6.1.4.1.171.10.134.2.1.104.2.2.1.19
Action for a packet that hit this rule.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER permit(1), drop(2)  

cpuAclL3IP6SrcAddr 1.3.6.1.4.1.171.10.134.2.1.104.2.2.1.20
ipv6 source address to filter
Status: current Access: read-write
OBJECT-TYPE    
  Ipv6Address  

cpuAclL3IP6DstAddr 1.3.6.1.4.1.171.10.134.2.1.104.2.2.1.21
ipv6 destination address to filter
Status: current Access: read-write
OBJECT-TYPE    
  Ipv6Address  

cpuAclL3Ip6TrafficClass 1.3.6.1.4.1.171.10.134.2.1.104.2.2.1.22
ipv6 traffic class to filter
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER -1..255  

cpuAclL3RuleStatus 1.3.6.1.4.1.171.10.134.2.1.104.2.2.1.23
operation of rule action
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

sysCpuAclStatistic 1.3.6.1.4.1.171.10.134.2.1.104.3
OBJECT IDENTIFIER    

cpuAclTotalProfile 1.3.6.1.4.1.171.10.134.2.1.104.3.1
Total profile entry count
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

cpuAclUsedProfile 1.3.6.1.4.1.171.10.134.2.1.104.3.2
Profile entry number that in use
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

cpuAclTotalRule 1.3.6.1.4.1.171.10.134.2.1.104.3.3
Total rule entry count
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

cpuAclUsedRule 1.3.6.1.4.1.171.10.134.2.1.104.3.4
Rule entry number that in use
Status: current Access: read-only
OBJECT-TYPE    
  Integer32