ZELAX-MIB

File: ZELAX-MIB.mib (712411 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC SNMPv2-CONF
RFC-1215 RFC1155-SMI

Imported symbols

OBJECT-TYPE TEXTUAL-CONVENTION RowStatus
TimeStamp TruthValue MODULE-IDENTITY
mib-2 Integer32 Counter32
Gauge32 Unsigned32 NOTIFICATION-TYPE
IpAddress TimeTicks experimental
MODULE-COMPLIANCE OBJECT-GROUP NOTIFICATION-GROUP
TRAP-TYPE enterprises

Defined Types

DisplayString  
OCTET STRING    

MacAddress  
OCTET STRING Size(17)    

InetAddressType  
A value that represents a type of Internet address. unknown(0) An unknown address type. This value MUST be used if the value of the corresponding InetAddress object is a zero-length string. It may also be used to indicate an IP address that is not in one of the formats defined below. ipv4(1) An IPv4 address as defined by the InetAddressIPv4 textual convention. ipv6(2) An IPv6 address as defined by the InetAddressIPv6 textual convention. ipv4z(3) A non-global IPv4 address including a zone index as defined by the InetAddressIPv4z textual convention. ipv6z(4) A non-global IPv6 address including a zone index as defined by the InetAddressIPv6z textual convention. dns(16) A DNS domain name as defined by the InetAddressDNS textual convention. Each definition of a concrete InetAddressType value must be accompanied by a definition of a textual convention for use with that InetAddressType. To support future extensions, the InetAddressType textual convention SHOULD NOT be sub-typed in object type definitions. It MAY be sub-typed in compliance statements in order to require only a subset of these address types for a compliant implementation. Implementations must ensure that InetAddressType objects and any dependent objects (e.g., InetAddress objects) are consistent. An inconsistentValue error must be generated if an attempt to change an InetAddressType object would, for example, lead to an undefined InetAddress value. In particular, InetAddressType/InetAddress pairs must be changed together if the address type changes (e.g., from ipv6(2) to ipv4(1)).
TEXTUAL-CONVENTION    
  INTEGER unknown(0), ipv4(1), ipv6(2), ipv4z(3), ipv6z(4), dns(16)  

InetAddress  
Denotes a generic Internet address. An InetAddress value is always interpreted within the context of an InetAddressType value. Every usage of the InetAddress textual convention is required to specify the InetAddressType object that provides the context. It is suggested that the InetAddressType object be logically registered before the object(s) that use the InetAddress textual convention, if they appear in the same logical row. The value of an InetAddress object must always be consistent with the value of the associated InetAddressType object. Attempts to set an InetAddress object to a value inconsistent with the associated InetAddressType must fail with an inconsistentValue error. When this textual convention is used as the syntax of an index object, there may be issues with the limit of 128 sub-identifiers specified in SMIv2, STD 58. In this case, the object definition MUST include a 'SIZE' clause to limit the number of potential instance sub-identifiers; otherwise the applicable constraints MUST be stated in the appropriate conceptual row DESCRIPTION clauses, or in the surrounding documentation if there is no single DESCRIPTION clause that is appropriate.
TEXTUAL-CONVENTION    
  OCTET STRING Size(0..255)  

VlanList  
Vlan ID range is (1..4094), Each octet within this value specifies a set of eight vlans, with the first octet specifying vlans 1 through 8, the second octet specifying vlans 9 through 16, etc. Within each octet, the most significant bit represents the lowest numbered vlan, and the least significant bit represents the highest numbered vlan. If that bit has a value of '1' then that vlan is allowed to pass ; the vlan is not allowed if its bit has a value of '0'. the value is a changing cells:if the maximum of vlans is 8,you sends one octet to me;the remnant octet's value is defaulted '0', the remnant octet needn't to send to me.
TEXTUAL-CONVENTION    
  OCTET STRING  

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  

EnabledStatusPrivate  
A simple status value for the object.
TEXTUAL-CONVENTION    
  INTEGER enabled(1), disabled(0)  

ValidStatus  
A simple status value for the object to create and destroy a table entry. This is a simplified variant of RowStatus as it supports only two values. Setting it to valid(1) creates an entry. Setting it to invalid(2) destroys an entry.
TEXTUAL-CONVENTION    
  INTEGER valid(1), invalid(0)  

OspfBigMetric  
The OSPF External Metric.
TEXTUAL-CONVENTION    
  Integer32 0..FFFFFE  

OspfAreaID  
An OSPF Area Identifier.
TEXTUAL-CONVENTION    
  IpAddress  

SnmpAdminString  
An octet string containing administrative information, preferably in human-readable form. To facilitate internationalization, this information is represented using the ISO/IEC IS 10646-1 character set, encoded as an octet string using the UTF-8 transformation format described in [RFC2279]. Since additional code points are added by amendments to the 10646 standard from time to time, implementations must be prepared to encounter any code point from 0x00000000 to 0x7fffffff. Byte sequences that do not correspond to the valid UTF-8 encoding of a code point or are outside this range are prohibited. The use of control codes should be avoided. When it is necessary to represent a newline, the control code sequence CR LF should be used. The use of leading or trailing white space should be avoided. For code points not directly supported by user interface hardware or software, an alternative means of entry and display, such as hexadecimal, may be provided. For information encoded in 7-bit US-ASCII, the UTF-8 encoding is identical to the US-ASCII encoding. UTF-8 may require multiple bytes to represent a single character / code point; thus the length of this object in octets may be different from the number of characters encoded. Similarly, size constraints refer to the number of encoded octets, not the number of characters represented by an encoding. Note that when this TC is used for an object that is used or envisioned to be used as an index, then a SIZE restriction MUST be specified so that the number of sub-identifiers for any object instance does not exceed the limit of 128, as defined by [RFC3416]. Note that the size of an SnmpAdminString object is measured in octets, not characters.
TEXTUAL-CONVENTION    
  OCTET STRING Size(0..255)  

InterfaceIndex  
A unique value, greater than zero, for each interface or interface sub-layer in the managed system. 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.
TEXTUAL-CONVENTION    
  Integer32 1..2147483647  

InterfaceIndexOrZero  
This textual convention is an extension of the InterfaceIndex convention. The latter defines a greater than zero value used to identify an interface or interface sub-layer in the managed system. This extension permits the additional value of zero. the value zero is object-specific and must therefore be defined as part of the description of any object which uses this syntax. Examples of the usage of zero might include situations where interface was unknown, or when none or all interfaces need to be referenced.
TEXTUAL-CONVENTION    
  Integer32 0..2147483647  

TimeFilter  
To be used for the index to a table. Allows an application to download only those rows changed since a particular time. A row is considered changed if the value of any object in the row changes or if the row is created or deleted. When sysUpTime is equal to zero, this table shall be empty. One entry exists for each past value of sysUpTime, except that the whole table is purged should sysUpTime wrap. As this basic row is updated new conceptual rows are created (which still share the now updated object values with all other instances). The number of instances which are created is determined by the value of sysUpTime at which the basic row was last updated. One instance will exist for each value of sysUpTime at the last update time for the row. A new timeMark instance is created for each new sysUpTime value. Each new conceptual row will be associated with the timeMark instance which was created at the value of sysUpTime with which the conceptual row is to be associated. By definition all conceptual rows were updated at or after time zero and so at least one conceptual row (associated with timeMark.0) must exist for each underlying (basic) row. See the appendix for further discussion of this variable. Consider the following fooTable: fooTable ... INDEX { fooTimeMark, fooIndex } FooEntry { fooTimeMark TimeFilter fooIndex INTEGER, fooCounts Counter } Should there be two basic rows in this table (fooIndex == 1, fooIndex == 2) and row 1 was updated most recently at time 6, while row 2 was updated most recently at time 8, and both rows had been updated on several earlier occasions such that the current values were 5 and 9 respectively then the following fooCounts instances would exist. fooCounts.0.1 5 fooCounts.0.2 9 fooCounts.1.1 5 fooCounts.1.2 9 fooCounts.2.1 5 fooCounts.2.2 9 fooCounts.3.1 5 fooCounts.3.2 9 fooCounts.4.1 5 fooCounts.4.2 9 fooCounts.5.1 5 fooCounts.5.2 9 fooCounts.6.1 5 fooCounts.6.2 9 fooCounts.7.2 9 -- note that row 1 doesn't exist for fooCounts.8.2 9 -- times 7 and 8
TEXTUAL-CONVENTION    
  TimeTicks  

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)  

SysPowerStateEntry  
SEQUENCE    
  sysPowerSlotIndex INTEGER
  sysPowerState INTEGER
  sysPowerValue INTEGER
  sysPowerType INTEGER
  sysPowerStatus INTEGER

SysSlotEntry  
SEQUENCE    
  sysSlotIndex INTEGER
  sysCPUType DisplayString
  sysCPUFiveSecondIdle INTEGER
  sysCPUThirtySecondIdle INTEGER
  sysCPUFiveMinuteIdle INTEGER
  sysCPUIdle INTEGER
  sysMemorySize INTEGER
  sysMemoryBusy INTEGER
  sysFlashSize INTEGER
  sysTemperature INTEGER
  sysCpuUsage INTEGER

SwitchInfoEntry  
SEQUENCE    
  swSlotIndex INTEGER
  swUnitIndex INTEGER
  swModuleType INTEGER

SysFanEntry  
SEQUENCE    
  sysFanIndex INTEGER
  sysFanInserted INTEGER
  sysFanStatus INTEGER
  sysFanSpeed INTEGER

SysSoltBootInfoEntry  
SEQUENCE    
  sysBootInfoIndex INTEGER
  sysBootImgPrimary DisplayString
  sysBootImgSecondary DisplayString
  sysBootStartupCfg DisplayString

MstpInstancePortEntry  
SEQUENCE    
  mstpInstancePortInstanceID INTEGER
  mstpInstancePortPortIndex INTEGER
  mstpInstancePortCost INTEGER
  mstpInstancePortPriority INTEGER
  mstpInstancePortRootGuard INTEGER
  mstpInstancePortID OCTET STRING
  mstpInstancePortExtRootPathCost Unsigned32
  mstpInstancePortIntRootPathCost Unsigned32
  mstpInstancePortState INTEGER
  mstpInstancePortRole INTEGER
  mstpInstancePortDesignatedBridgeID OCTET STRING
  mstpInstancePortDesignatedPortID OCTET STRING

MstpInstanceEntry  
SEQUENCE    
  mstpInstanceID INTEGER
  mstpInstanceVlans DisplayString
  mstpInstanceSwitchPriority INTEGER
  mstpInstanceRegionRootID OCTET STRING
  mstpInstanceIntRootPathCost Unsigned32
  mstpInstanceRootPortID OCTET STRING

MstpPortInfoEntry  
SEQUENCE    
  mstpPortInfoPortIndex INTEGER
  mstpPortInfoEnable INTEGER
  mstpPortLinkType INTEGER
  mstpPortMcheck INTEGER
  mstpPortPortFast INTEGER
  mstpPortFormat INTEGER
  mstpPortDigestSnp INTEGER
  mstpPortTCFlush INTEGER

PriPortEntry  
SEQUENCE    
  portIndex INTEGER
  portName DisplayString
  switchNum INTEGER
  slotNum INTEGER
  portType INTEGER
  flowControlStatus INTEGER
  bandwidthControlStatus INTEGER
  maxBandwidth INTEGER
  receiveBandwidth INTEGER
  transmitBandwidth INTEGER
  shutdown INTEGER
  loopback INTEGER
  speedDuplex INTEGER
  portMode INTEGER
  pvid INTEGER
  indicatesType INTEGER
  vctAction INTEGER
  vctLastStatus DisplayString
  portTrunkAllowedvlan OCTET STRING
  portHybridTaggedAllowedvlan OCTET STRING
  portHybridUntaggedAllowedvlan OCTET STRING
  portBandWidthUsage INTEGER

StormControlEntry  
SEQUENCE    
  stormControlIndex INTEGER
  stormControlType INTEGER
  stormControlRate INTEGER
  stormControlStatus INTEGER

LoopbackDetecCtrlEntry  
SEQUENCE    
  lpbackDetecCtrlIndex INTEGER
  lpbackDetecCtrlMode INTEGER

LoopbackDetecSpecVlanEntry  
SEQUENCE    
  lpbackDetecVlanPortIndex INTEGER
  lpbackDetecVlanList DisplayString
  lpbackDetecVlanListSetFlag INTEGER

LoopbackDetecShowEntry  
SEQUENCE    
  lpbackDetecShowPortIndex INTEGER
  lpbackDetecShowInformation DisplayString

IPAddrEntry  
SEQUENCE    
  iPAddrVid INTEGER
  iPAddrIPAddress IpAddress
  iPAddrSubnetMask IpAddress
  iPAddrPrimaryInterface INTEGER
  iPAddrStatus INTEGER

InterfaceEntry  
SEQUENCE    
  intfacetype INTEGER
  intfaceID INTEGER
  intfaceIndex INTEGER
  intfaceStatus INTEGER

VlanInfoEntry  
SEQUENCE    
  vlanID INTEGER
  vlanName DisplayString
  vlanPortNumber INTEGER
  vlanRowStatus INTEGER

MvlanInfoEntry  
SEQUENCE    
  mvlanID INTEGER
  mvlanStatus INTEGER
  mvlanAssoVlanList DisplayString
  mvlanAssoVlanStatus INTEGER
  mvlanMode INTEGER

MvlanPortInfoEntry  
SEQUENCE    
  mvlanVId INTEGER
  mvlanPortIndex INTEGER
  mvlanAssoPortTagid INTEGER
  mvlanPortStatus INTEGER

JumblyStackingInfoEntry  
SEQUENCE    
  stackingUnitIndex INTEGER
  swHardwareVersion DisplayString
  swSoftwareVersion DisplayString
  swCPUMac MacAddress
  swType DisplayString

PortSecurityEntry  
SEQUENCE    
  psPortIndex INTEGER
  psPortSecurity INTEGER
  psSecuritytSaticMacAdd MacAddress
  psSecurityStaticMacDel MacAddress
  psSecurityPortLock INTEGER
  psSecurityPortMax INTEGER
  psSecurityPortConvertmac INTEGER
  psSecurityPortLocktimer INTEGER

SecurityMacPortEntry  
SEQUENCE    
  secPortIndex INTEGER
  secMacAdress MacAddress
  secVid INTEGER

PriIgmpSnoopingEntry  
SEQUENCE    
  priIgmpSnoopingvlanID INTEGER
  priIgmpSnoopingvlanEnable INTEGER
  priIgmpSnoopingleave INTEGER
  priIgmpSnoopingL2gen INTEGER
  priIgmpSnoopingGroupNum INTEGER
  priIgmpSnoopingSourceNum INTEGER
  priIgmpSnoopingPort DisplayString
  priIgmpSnoopingPortTime INTEGER
  priIgmpSnoopingQueryInterval INTEGER
  priIgmpSnoopingQueryMrsp INTEGER
  priIgmpSnoopingQueryRobustness INTEGER
  priIgmpSnoopingSuppression INTEGER

PriIgmpSnoopingBindEntry  
SEQUENCE    
  priIgmpSnoopingVlanID INTEGER
  priIgmpSnoopingGroupAddress IpAddress
  priIgmpSnoopingPortBitmap OCTET STRING

Dot1qTunnelEntry  
SEQUENCE    
  qinqPortIndex INTEGER
  tunnelPortEnable INTEGER
  tunnelPortType INTEGER

VlanTranslationEntry  
SEQUENCE    
  translatPortIndex INTEGER
  translationEnable INTEGER
  translationDropType INTEGER

VlanTranslationTypeEntry  
SEQUENCE    
  translatPortTypeIndex INTEGER
  translationType INTEGER
  translationOldVlanid INTEGER
  translationNewVlanid INTEGER
  translationTypeStatus INTEGER

TimeRangeMapEntry  
SEQUENCE    
  timeRangeMapIndex INTEGER
  timeRangeMapName DisplayString
  timeRangeMapStatus INTEGER

TimeRangeEntry  
SEQUENCE    
  timeRangeIndex INTEGER
  timeRangeSubIndex INTEGER
  timeRangeType INTEGER
  timeRangeStartWeek BITS
  timeRangeStartDate DisplayString
  timeRangeStartTime DisplayString
  timeRangeEndWeek BITS
  timeRangeEndDate DisplayString
  timeRangeEndTime DisplayString
  timeRangeStatus INTEGER

NumAclGroupEntry  
SEQUENCE    
  numAclGroupAclIndex INTEGER
  numAclGroupMatchOrder INTEGER
  numAclGroupSubitemNum INTEGER
  numAclGroupStatus INTEGER

NameAclGroupEntry  
SEQUENCE    
  nameAclGroupAclIndex INTEGER
  nameAclGroupAclName DisplayString
  nameAclGroupAclType INTEGER
  nameAclGroupMatchOrder INTEGER
  nameAclGroupSubitemNum INTEGER
  nameAclGroupStatus INTEGER

IpStandardAclEntry  
SEQUENCE    
  ipStandardIndex INTEGER
  ipStandardSubIndex INTEGER
  ipStandardPriority INTEGER
  ipStandardAct INTEGER
  ipStandardSrcIp IpAddress
  ipStandardSrcIpWild IpAddress
  ipStandardStatus INTEGER

IpExternAclEntry  
SEQUENCE    
  ipExternIndex INTEGER
  ipExternSubIndex INTEGER
  ipExternPriority INTEGER
  ipExternAct INTEGER
  ipExternProtocal INTEGER
  ipExternSrcIp IpAddress
  ipExternSrcIpWild IpAddress
  ipExternDstIp IpAddress
  ipExternDstIpWild IpAddress
  ipExternTimeRangeName DisplayString
  ipExternSrcOp INTEGER
  ipExternSrcPort1 INTEGER
  ipExternSrcPort2 INTEGER
  ipExternDstOp INTEGER
  ipExternDstPort1 INTEGER
  ipExternDstPort2 INTEGER
  ipExternStatus INTEGER

MacStandardAclEntry  
SEQUENCE    
  macStandardIndex INTEGER
  macStandardSubIndex INTEGER
  macStandardPriority INTEGER
  macStandardAct INTEGER
  macStandardSrcMac DisplayString
  macStandardSrcMacWild DisplayString
  macStandardStatus INTEGER

MacExternAclEntry  
SEQUENCE    
  macExternIndex INTEGER
  macExternSubIndex INTEGER
  macExternPriority INTEGER
  macExternAct INTEGER
  macExternSrcMac DisplayString
  macExternSrcMacWild DisplayString
  macExternDstMac DisplayString
  macExternDstMacWild DisplayString
  macExternPacketType INTEGER
  macExternEtherType INTEGER
  macExternEtherTypeWild INTEGER
  macExternCos INTEGER
  macExternCosWild INTEGER
  macExternVlanId INTEGER
  macExternVlanIdWild INTEGER
  macExternStatus INTEGER

Ipv6StandardAclEntry  
SEQUENCE    
  ipv6StandardIndex INTEGER
  ipv6StandardSubIndex INTEGER
  ipv6StandardPriority INTEGER
  ipv6StandardAct INTEGER
  ipv6StandardSrcIp DisplayString
  ipv6StandardSrcPrefixLen INTEGER
  ipv6StandardStatus INTEGER

Ipv6ExternAclEntry  
SEQUENCE    
  ipv6ExternIndex INTEGER
  ipv6ExternSubIndex INTEGER
  ipv6ExternPriority INTEGER
  ipv6ExternAct INTEGER
  ipv6ExternProtocal INTEGER
  ipv6ExternSrcIp DisplayString
  ipv6ExternSrcPreLen INTEGER
  ipv6ExternDstIp DisplayString
  ipv6ExternDstPreLen INTEGER
  ipv6ExternTimeRangeName DisplayString
  ipv6ExternSrcOp INTEGER
  ipv6ExternSrcPort1 INTEGER
  ipv6ExternSrcPort2 INTEGER
  ipv6ExternDstOp INTEGER
  ipv6ExternDstPort1 INTEGER
  ipv6ExternDstPort2 INTEGER
  ipv6ExternStatus INTEGER

MacIpExternAclEntry  
SEQUENCE    
  macIpExternIndex INTEGER
  macIpExternSubIndex INTEGER
  macIpExternPriority INTEGER
  macIpExternAct INTEGER
  macIpExternProtocal INTEGER
  macIpExternSrcMac DisplayString
  macIpExternSrcMacWild DisplayString
  macIpExternDstMac DisplayString
  macIpExternDstMacWild DisplayString
  macIpExternSrcIp IpAddress
  macIpExternSrcIpWild IpAddress
  macIpExternDstIp IpAddress
  macIpExternDstIpWild IpAddress
  macIpExternTimeRangeName DisplayString
  macIpExternSrcOp INTEGER
  macIpExternSrcPort1 INTEGER
  macIpExternSrcPort2 INTEGER
  macIpExternDstOp INTEGER
  macIpExternDstPort1 INTEGER
  macIpExternDstPort2 INTEGER
  macIpExternPrecedence INTEGER
  macIpExternTos INTEGER
  macIpExternStatus INTEGER

AclActiveEntry  
SEQUENCE    
  aclActiveBindType INTEGER
  aclActiveIndex INTEGER
  aclActiveType INTEGER
  aclActiveDirection INTEGER
  aclActiveAclIndex INTEGER
  aclActiveStatistic INTEGER
  aclActiveStatus INTEGER

AclStatisticClearEntry  
SEQUENCE    
  aclStatisticClearBindType INTEGER
  aclStatisticClearDirection INTEGER
  aclStatisticClearIndex INTEGER
  aclStatisticClearStatus INTEGER

SshUseEntry  
SEQUENCE    
  sshUserIndex INTEGER
  sshUserName DisplayString
  sshUserType INTEGER
  sshUserPassword DisplayString
  sshUserStatus INTEGER

SshConnInfoEntry  
SEQUENCE    
  sshConnID INTEGER
  sshConnVersion INTEGER
  sshConnStatus INTEGER
  sshConnUserName DisplayString

TacacsServerHostEntry  
SEQUENCE    
  tacacsServerHostIndex INTEGER
  tacacsServerHostIP IpAddress
  tacacsServerHostPort INTEGER
  tacacsServerHostPrimary INTEGER
  tacacsServerHostStatus INTEGER
  tacacsServerHostKey DisplayString
  tacacsServerHostTimeout INTEGER

AmPortInfoEntry  
SEQUENCE    
  amPortIndex INTEGER
  amPortEnable INTEGER
  amPortForwardingType INTEGER
  amPortIp IpAddress
  amPortMac MacAddress
  amPortCount INTEGER
  amPortStatus INTEGER

RadiusAuthenServerHostEntry  
SEQUENCE    
  radiusAuthenServerHostIndex INTEGER
  radiusAuthenServerHostIP DisplayString
  radiusAuthenServerHostPort INTEGER
  radiusAutServerHostKey DisplayString
  radiusAuthenServerHostPrimary INTEGER
  radiusAutServerHostAccessMode INTEGER
  radiusAuthenServerHostStatus INTEGER

RadiusAcctServerHostEntry  
SEQUENCE    
  radiusAcctServerHostIndex INTEGER
  radiusAcctServerHostIP DisplayString
  radiusAcctServerHostPort INTEGER
  radiusAcctServerHostKey DisplayString
  radiusAcctServerHostPrimary INTEGER
  radiusAcctServerHostStatus INTEGER

QosPortEntry  
SEQUENCE    
  qosPortIndex INTEGER
  qosPortType INTEGER
  qosPortCos INTEGER
  qosPortTrust INTEGER
  qosPortPriority INTEGER
  qosPortMutation DisplayString
  qosPortQueue INTEGER
  qosPortStatus INTEGER

QosClassMapEntry  
SEQUENCE    
  qosClassMapName DisplayString
  qosClassMapType INTEGER
  qosClassMapAccessGroup DisplayString
  qosClassMapDscp DisplayString
  qosClassMapV6Dscp DisplayString
  qosClassMapIpPre DisplayString
  qosClassMapV6AccGroup DisplayString
  qosClassMapV6Flow DisplayString
  qosClassMapVlan DisplayString
  qosClassCos DisplayString
  qosClassMapEXPtopmost DisplayString
  qosClassMapStatus INTEGER

QosPolicyEntry  
SEQUENCE    
  qosPolicyName DisplayString
  qosPolicyClassMap DisplayString
  qosPolicyType INTEGER
  qosPolicyRateKbps INTEGER
  qosPolicyNormalBurstKbps INTEGER
  qosPolicyMaximumBurstKbps INTEGER
  qosPolicyPeakKbps INTEGER
  qosPolicyConformAction INTEGER
  qosPolicyConformActionChangeValue INTEGER
  qosPolicyExceedAction INTEGER
  qosPolicyViolateAction INTEGER
  qosPolicyAggregatePolicer DisplayString
  qosPolicyStatus INTEGER

QosAggPolicerEntry  
SEQUENCE    
  qosAggPolicerName DisplayString
  qosAggPolicerRateKbps INTEGER
  qosAggPolicerNormalBurstKbps INTEGER
  qosAggPolicerMaximumBurstKbps INTEGER
  qosAggPolicerPeakKbps INTEGER
  qosAggPolicerConformAction INTEGER
  qosAggPolicerConformActionChangeValue INTEGER
  qosAggPolicerExceedAction INTEGER
  qosAggPolicerViolateAction INTEGER
  qosAggPolicerStatus INTEGER

QosSetEntry  
SEQUENCE    
  qosSetPolicyMapName DisplayString
  qosSetClassMapName DisplayString
  qosSetType INTEGER
  qosSetdscp INTEGER
  qosSetprecedence INTEGER
  qosSetnextHop IpAddress
  qosSetv6Dscp INTEGER
  qosSetv6FlowLabel INTEGER
  qosSetv6nextHop DisplayString
  qosSetCos INTEGER
  qosSetEXPimposition INTEGER
  qosSetStatus INTEGER

QosPortBindEntry  
SEQUENCE    
  qosPortBindIndex INTEGER
  qosPortBindPolicy DisplayString
  qosPortBindType INTEGER

QosPortQueueEntry  
SEQUENCE    
  qosPortQueueIndex INTEGER
  qosPortQueueWeight1 INTEGER
  qosPortQueueWeight2 INTEGER
  qosPortQueueWeight3 INTEGER
  qosPortQueueWeight4 INTEGER
  qosPortQueueWeight5 INTEGER
  qosPortQueueWeight6 INTEGER
  qosPortQueueWeight7 INTEGER
  qosPortQueueWeight8 INTEGER
  qosPortQueueStatus INTEGER

ShowclassmapEntry  
SEQUENCE    
  showclassmapname DisplayString
  showclassmapmatch DisplayString

ShowpolicymapEntry  
SEQUENCE    
  showpolicymapname DisplayString
  showpolicymapcontent DisplayString

ShowqosaggregatepolicerEntry  
SEQUENCE    
  showqosaggregatepolicername DisplayString
  showqosaggregatepolicercontent DisplayString

ShowmlsqosinterfaceEntry  
SEQUENCE    
  showmlsqosinterfaceIndex INTEGER
  showmlsqosinterfaceqoscontent DisplayString

ShowmlsqosmapsdscpmutationEntry  
SEQUENCE    
  showmlsqosmapsdscpmutationname DisplayString
  showmlsqosmapsdscpmutationcontent DisplayString

MirrorDestEntry  
SEQUENCE    
  mirrorDestSession INTEGER
  mirrorDestPort DisplayString
  mirrorDestStatus INTEGER

MirrorSrcPortEntry  
SEQUENCE    
  mirrorSrcPortSession INTEGER
  mirrorSrcPortDirect INTEGER
  mirrorSrcPort DisplayString
  mirrorSrcPortStatus INTEGER

Qos3PolicyMapGroupEntry  
SEQUENCE    
  qos3PolicyMapGroupIndex INTEGER
  qos3PolicyMapGroupName DisplayString
  qos3PolicyMapGroupIsExt INTEGER
  qos3PolicyMapGroupStatus INTEGER

Qos3ClassMapEntry  
SEQUENCE    
  qos3ClassMapName DisplayString
  qos3ClassMapType INTEGER
  qos3ClassMapValue DisplayString
  qos3ClassMapUsedTime INTEGER
  qos3ClassMapStatus INTEGER

Qos3AggregatePolicyEntry  
SEQUENCE    
  qos3AggPolicyMapName DisplayString
  qos3AggPolicyCIRKbps INTEGER
  qos3AggPolicyCBSKbps INTEGER
  qos3AggPolicyPBSKbps INTEGER
  qos3AggPolicyPIRKbps INTEGER
  qos3AggPolicyConformAction BITS
  qos3AggPolicyconformSetCos INTEGER
  qos3AggPolicyconformSetDscp INTEGER
  qos3AggPolicyconformSetPrec INTEGER
  qos3AggPolicyconformSetIntp INTEGER
  qos3AggPolicyconformSetDp INTEGER
  qos3AggPolicyExceedAction BITS
  qos3AggPolicyExceedSetCos INTEGER
  qos3AggPolicyExceedSetDscp INTEGER
  qos3AggPolicyExceedSetPrec INTEGER
  qos3AggPolicyExceedSetIntp INTEGER
  qos3AggPolicyExceedSetDp INTEGER
  qos3AggPolicyViolateAction BITS
  qos3AggPolicyViolateSetCos INTEGER
  qos3AggPolicyViolateSetDscp INTEGER
  qos3AggPolicyViolateSetPrec INTEGER
  qos3AggPolicyViolateSetIntp INTEGER
  qos3AggPolicyViolateSetDp INTEGER
  qos3AggPolicyStatus INTEGER

Qos3PolicyEntry  
SEQUENCE    
  qos3PolicyMapIndex INTEGER
  qos3PolicyClassMapName DisplayString
  qos3PolicyInsertClassMapName DisplayString
  qos3PolicyType BITS
  qos3PolicyCIRKbps INTEGER
  qos3PolicyCBSKbps INTEGER
  qos3PolicyPBSKbps INTEGER
  qos3PolicyPIRKbps INTEGER
  qos3PolicyConformAction BITS
  qos3PolicyconformSetCos INTEGER
  qos3PolicyconformSetDscp INTEGER
  qos3PolicyconformSetPrec INTEGER
  qos3PolicyconformSetIntp INTEGER
  qos3PolicyconformSetDp INTEGER
  qos3PolicyExceedAction BITS
  qos3PolicyExceedSetCos INTEGER
  qos3PolicyExceedSetDscp INTEGER
  qos3PolicyExceedSetPrec INTEGER
  qos3PolicyExceedSetIntp INTEGER
  qos3PolicyExceedSetDp INTEGER
  qos3PolicyViolateAction BITS
  qos3PolicyViolateSetCos INTEGER
  qos3PolicyViolateSetDscp INTEGER
  qos3PolicyViolateSetPrec INTEGER
  qos3PolicyViolateSetIntp INTEGER
  qos3PolicyViolateSetDp INTEGER
  qos3PolicyAggregatePolicer DisplayString
  qos3PolicyAccounting INTEGER
  qos3PolicyPidAction BITS
  qos3SetCos INTEGER
  qos3SetIpDscp INTEGER
  qos3SetIpPrec INTEGER
  qos3SetIntp INTEGER
  qos3SetDp INTEGER
  qos3SetCVid INTEGER
  qos3SetSVid INTEGER
  qos3SetSTpid INTEGER
  qos3AddSVid INTEGER
  qos3DelCVid INTEGER
  qos3SetTunnelId INTEGER
  qos3SetIpDefaultPBR INTEGER
  qos3SetIpVrf INTEGER
  qos3SetIpNextHop IpAddress
  qos3SetExp INTEGER
  qos3SetIpv6DefaultPBR INTEGER
  qos3SetIpv6Vrf INTEGER
  qos3SetIpv6NextHop DisplayString
  qos3PolicyStatus INTEGER

Qos3PortEntry  
SEQUENCE    
  qos3PortIndex INTEGER
  qos3PortCos INTEGER
  qos3PortTrust BITS
  qos3PortWredEnable INTEGER
  qos3PortQueueAlgorithm INTEGER
  qos3PortPassThroughCos INTEGER
  qos3PortPassThroughDscp INTEGER

Qos3QueueWeightEntry  
SEQUENCE    
  qos3QueueWeightPortIndex INTEGER
  qos3QueueWeightType INTEGER
  qos3QueueWeight0 INTEGER
  qos3QueueWeight1 INTEGER
  qos3QueueWeight2 INTEGER
  qos3QueueWeight3 INTEGER
  qos3QueueWeight4 INTEGER
  qos3QueueWeight5 INTEGER
  qos3QueueWeight6 INTEGER
  qos3QueueWeight7 INTEGER
  qos3QueueWeightStatus INTEGER

Qos3QueueBindWidthEntry  
SEQUENCE    
  qos3QueueBindWidthPortIndex INTEGER
  qos3QueueBindWidthQueueId INTEGER
  qos3QueueBindWidthMin INTEGER
  qos3QueueBindWidthMax INTEGER
  qos3QueueBindWidthStatus INTEGER

Qos3QueueWredEntry  
SEQUENCE    
  qos3QueueWredPortIndex INTEGER
  qos3QueueWredQueueId INTEGER
  qos3QueueWredDp INTEGER
  qos3QueueWredDpStart INTEGER
  qos3QueueWredDpEnd INTEGER
  qos3QueueWredDpMaxRate INTEGER
  qos3QueueWredStatus INTEGER

Qos3MapEntry  
SEQUENCE    
  qos3MapType INTEGER
  qos3MapAtoB1 INTEGER
  qos3MapAtoB2 INTEGER
  qos3MapAtoB3 INTEGER
  qos3MapAtoB4 INTEGER
  qos3MapAtoB5 INTEGER
  qos3MapAtoB6 INTEGER
  qos3MapAtoB7 INTEGER
  qos3MapAtoB8 INTEGER
  qos3MapStatus INTEGER

Qos3MapDscpEntry  
SEQUENCE    
  qos3MapDscpType INTEGER
  qos3MapDscpIndex INTEGER
  qos3MapDscpValue INTEGER
  qos3mapDscpStatus INTEGER

Qos3ServicePolicyEntry  
SEQUENCE    
  qos3ServicePolicyBindType INTEGER
  qos3ServicePolicyIndex INTEGER
  qos3ServicePolicyDirection INTEGER
  qos3ServicePolicyName DisplayString
  qos3SercivePolicyStatus INTEGER

Qos3StatisticClearEntry  
SEQUENCE    
  qos3StatisticClearBindType INTEGER
  qos3StatisticClearIndex INTEGER
  qos3StatisticClearDirection INTEGER
  qos3StatisticClearStatus INTEGER

Qos3EtsEntry  
SEQUENCE    
  qos3EtsPortIndex INTEGER
  qos3EtsScheduleStatusConfig INTEGER
  qos3EtsStatus INTEGER

Qos3McQueueBindWidthEntry  
SEQUENCE    
  qos3McQueueBindWidthPortIndex INTEGER
  qos3McQueueID INTEGER
  qos3McQueueBindWidthMin INTEGER
  qos3McQueueBindWidthMax INTEGER
  qos3McQueueBindWidthStatus INTEGER

Qos3SchedulePolicyMapEntry  
SEQUENCE    
  qos3SchedulePolicyMapIndex INTEGER
  qos3SchedulePolicyName DisplayString
  qos3SchedulePolicyStatus INTEGER

Qos3NodeScheduleEntry  
SEQUENCE    
  qos3NodeSchedulePolicyIndex INTEGER
  qos3NodeScheduleLevelID INTEGER
  qos3NodeScheduleNodeID INTEGER
  qos3NodeScheduleStatus INTEGER

Qos3ScheduleQueueAlgorithmEntry  
SEQUENCE    
  qos3ScheduleQueueAlgorithmPolicyIndex INTEGER
  qos3ScheduleQueueAlgorithmLevelID INTEGER
  qos3ScheduleQueueAlgorithmNodeID INTEGER
  qos3ScheduleQueueAlgorithmConfig INTEGER
  qos3ScheduleQueueAlgorithmStatus INTEGER

Qos3ScheduleQueueWeightEntry  
SEQUENCE    
  qos3ScheduleQueueWeightPolicyIndex INTEGER
  qos3ScheduleQueueWeightLevelID INTEGER
  qos3ScheduleQueueWeightNodeID INTEGER
  qos3ScheduleQueueAlgorithm INTEGER
  qos3ScheduleQueueWeightQueueID INTEGER
  qos3ScheduleQueueWeightValue INTEGER
  qos3ScheduleQueueWeightStatus INTEGER

Qos3ScheduleQueueInputEntry  
SEQUENCE    
  qos3ScheduleQueueInputPolicyIndex INTEGER
  qos3ScheduleQueueInputLevelID INTEGER
  qos3ScheduleQueueInputNodeID INTEGER
  qos3ScheduleQueueInputQueueID INTEGER
  qos3ScheduleQueueInputType INTEGER
  qos3ScheduleQueueInputTypeValue INTEGER
  qos3ScheduleQueueInputStatus INTEGER

Qos3ScheduleBindWidthEntry  
SEQUENCE    
  qos3ScheduleBindWidthPolicyIndex INTEGER
  qos3ScheduleBindWidthLevelID INTEGER
  qos3ScheduleBindWidthNodeID INTEGER
  qos3ScheduleBindWidthMin INTEGER
  qos3ScheduleBindWidthMax INTEGER
  qos3ScheduleBindWidthStatus INTEGER

Qos3SchedulePolicyBindEntry  
SEQUENCE    
  qos3SchedulePolicyBindPortIndex INTEGER
  qos3SchedulePolicyBindPolicyName DisplayString
  qos3SchedulePolicyBindStatus INTEGER

Qos3MapIntpExtendEntry  
SEQUENCE    
  qos3MapIntpExtendType INTEGER
  qos3MapIntpExtendIndex INTEGER
  qos3MapIntpExtendValue INTEGER
  qos3mapIntpExtendStatus INTEGER

MirrorSrcCpuEntry  
SEQUENCE    
  mirrorSrcCpuSession INTEGER
  mirrorSrcCpuDirect INTEGER
  mirrorSrcCpuSlot INTEGER
  mirrorSrcCpuStatus INTEGER

MirrorReflectorPortEntry  
SEQUENCE    
  mirrorReflectorPortSession INTEGER
  mirrorReflectorPort INTEGER
  mirrorReflectorPortStatus INTEGER

MirrorRspanVlanEntry  
SEQUENCE    
  mirrorRspanVlan INTEGER
  mirrorRspanVlanStatus INTEGER

MirrorRspanSessionEntry  
SEQUENCE    
  mirrorRspanSession INTEGER
  mirrorRspanSessionVlan INTEGER
  mirrorRspanSessionStatus INTEGER

DhcpRelayServerAddrEntry  
SEQUENCE    
  dhcpRelayServerAddrVlanId INTEGER
  dhcpRelayServerAddrIndex INTEGER
  dhcpRelayServerAddrServerIp IpAddress
  dhcpRelayServerAddrStatus INTEGER

DhcpRelayOption82InterfaceConfigureEntry  
SEQUENCE    
  dhcpRelayOption82Vid INTEGER
  dhcpRelayOption82ForwardPolicy INTEGER
  dhcpRelayOption82SubscriberID DisplayString

DhcpPoolEntry  
SEQUENCE    
  dhcpPoolPoolName DisplayString
  dhcpPoolStatus INTEGER
  dhcpPoolAddressType INTEGER
  dhcpPoolAddress IpAddress
  dhcpPoolAddressPrefix IpAddress
  dhcpPoolAddressStatus INTEGER
  dhcpPoolMacAddress DisplayString
  dhcpPoolProType INTEGER
  dhcpPoolMacStatus INTEGER

DhcpPoolExpandEntry  
SEQUENCE    
  dhcpPoolExpandName DisplayString
  dhcpPoolNetbiosNodeType INTEGER
  dhcpPoolDomainName DisplayString
  dhcpPoolBootFile DisplayString
  dhcpPoolCLid DisplayString
  dhcpPoolExpandstatus INTEGER

DhcpLeaseTimeEntry  
SEQUENCE    
  dhcpLeaseTimePoolName DisplayString
  dhcpLeaseTimeType INTEGER
  dhcpLeaseTimeDay INTEGER
  dhcpLeaseTimeHours INTEGER
  dhcpLeaseTimeMinutes INTEGER
  dhcpLeaseTimeStatus INTEGER

DhcpPoolOptionEntry  
SEQUENCE    
  dhcpPoolOptionName DisplayString
  dhcpPoolOptionIndex INTEGER
  dhcpPoolOptionId INTEGER
  dhcpPoolOptionType INTEGER
  dhcpPoolOption DisplayString
  dhcpPoolOptionStatus INTEGER

DhcpServerExcludedIpAddrEntry  
SEQUENCE    
  dhcpServerExcludedIpAddrLowIp IpAddress
  dhcpServerExcludedIpAddrHiIp IpAddress
  dhcpServerExcludedIpAddrStatus INTEGER

DhcpPoolDnsSerEntry  
SEQUENCE    
  dhcpPoolDnsSerPoolName DisplayString
  dhcpPoolDnsSerIpAddress1 IpAddress
  dhcpPoolDnsSerIpAddress2 IpAddress
  dhcpPoolDnsSerIpAddress3 IpAddress
  dhcpPoolDnsSerIpAddress4 IpAddress
  dhcpPoolDnsSerIpAddress5 IpAddress
  dhcpPoolDnsSerIpAddress6 IpAddress
  dhcpPoolDnsSerIpAddress7 IpAddress
  dhcpPoolDnsSerIpAddress8 IpAddress
  dhcpPoolDnsSerStatus INTEGER

DhcpPoolDefaultRouterEntry  
SEQUENCE    
  dhcpPoolDefaultRouterPoolName DisplayString
  dhcpPoolDefaultRouterIpAddress1 IpAddress
  dhcpPoolDefaultRouterIpAddress2 IpAddress
  dhcpPoolDefaultRouterIpAddress3 IpAddress
  dhcpPoolDefaultRouterIpAddress4 IpAddress
  dhcpPoolDefaultRouterIpAddress5 IpAddress
  dhcpPoolDefaultRouterIpAddress6 IpAddress
  dhcpPoolDefaultRouterIpAddress7 IpAddress
  dhcpPoolDefaultRouterIpAddress8 IpAddress
  dhcpPoolDefaultRouterStatus INTEGER

DhcpPoolNextServerEntry  
SEQUENCE    
  dhcpPoolNextServerPoolName DisplayString
  dhcpPoolNextServerIpAddress1 IpAddress
  dhcpPoolNextServerIpAddress2 IpAddress
  dhcpPoolNextServerIpAddress3 IpAddress
  dhcpPoolNextServerIpAddress4 IpAddress
  dhcpPoolNextServerIpAddress5 IpAddress
  dhcpPoolNextServerIpAddress6 IpAddress
  dhcpPoolNextServerIpAddress7 IpAddress
  dhcpPoolNextServerIpAddress8 IpAddress
  dhcpPoolNextServerStatus INTEGER

DhcpPoolWinsEntry  
SEQUENCE    
  dhcpPoolWinsPoolName DisplayString
  dhcpPoolWinsIpAddress1 IpAddress
  dhcpPoolWinsIpAddress2 IpAddress
  dhcpPoolWinsIpAddress3 IpAddress
  dhcpPoolWinsIpAddress4 IpAddress
  dhcpPoolWinsIpAddress5 IpAddress
  dhcpPoolWinsIpAddress6 IpAddress
  dhcpPoolWinsIpAddress7 IpAddress
  dhcpPoolWinsIpAddress8 IpAddress
  dhcpPoolWinsStatus INTEGER

DhcpServerLeaseBindingEntry  
SEQUENCE    
  dhcpServerLeaseBindingIp IpAddress
  dhcpServerLeaseBindingType INTEGER
  dhcpServerLeaseBindingMac DisplayString
  dhcpServerLeaseBindingLeaseTime INTEGER

DhcpSnoopingPortConfigEntry  
SEQUENCE    
  dhcpSnoopingPortIndex INTEGER
  dhcpSnoopingUserControlMaxNum INTEGER
  dhcpSnoopingUserControl INTEGER
  dhcpSnoopingTrust OCTET STRING
  dhcpSnoopingBindingDot1x INTEGER
  dhcpSnoopingSubScriberID DisplayString
  dhcpSnoopingAlarmCount INTEGER
  dhcpSnoopingBindingCount INTEGER

DhcpSnoopingPortActionEntry  
SEQUENCE    
  dhcpSnoopingPort INTEGER
  dhcpSnoopingActionType INTEGER
  dhcpSnoopingActionRecoveryTime INTEGER
  dhcpSnoopingActionStatus INTEGER

DhcpSnoopingStaticBindingEntry  
SEQUENCE    
  dhcpSnoopingStaticBindingMAC OCTET STRING
  dhcpSnoopingStaticBindingIP IpAddress
  dhcpSnoopingStaticBindingMAC OCTET STRING
  dhcpSnoopingStaticBindingMask IpAddress
  dhcpSnoopingStaticBindingPort INTEGER
  dhcpSnoopingStaticBindingVid INTEGER
  dhcpSnoopingStaticBindingStatus INTEGER

DhcpSnoopingAckBindingInfoEntry  
SEQUENCE    
  dhcpSnoopingAckBindingIP IpAddress
  dhcpSnoopingAckBindingMAC OCTET STRING
  dhcpSnoopingAckBindingPort INTEGER
  dhcpSnoopingAckBindingVid INTEGER
  dhcpSnoopingAckBindingLease Counter32
  dhcpSnoopingAckBindingFlag DisplayString

DhcpSnoopingRequestBindingInfoEntry  
SEQUENCE    
  dhcpSnoopingRequestBindingIP IpAddress
  dhcpSnoopingRequestBindingMAC OCTET STRING
  dhcpSnoopingRequestBindingPort INTEGER
  dhcpSnoopingRequestBindingVid INTEGER
  dhcpSnoopingRequestBindingLease Counter32

DhcpSnoopingAlarmInfoEntry  
SEQUENCE    
  dhcpSnoopingAlarmInfoPortIndex INTEGER
  dhcpSnoopingAlarmInfoNum INTEGER
  dhcpSnoopingAlarmInfoType INTEGER
  dhcpSnoopingAlarmInfoBlackholeMAC OCTET STRING
  dhcpSnoopingAlarmInfoRecoveryTime DisplayString
  dhcpSnoopingAlarmInfoRecoveryActionStatus INTEGER

PortGroupEntry  
SEQUENCE    
  portGroupIndex INTEGER
  portGroupMemberCount INTEGER
  loadBalance INTEGER
  portGroupInfo DisplayString

PortGroupPortListEntry  
SEQUENCE    
  portGroupMemberIndex INTEGER
  portGroupMemberName DisplayString
  portGroupMemberMode INTEGER
  portGroupMemberPriority INTEGER
  portGroupMemberTimeout INTEGER
  portGroupMemberStatus INTEGER

SecurityIpEntry  
SEQUENCE    
  securityIpIndex INTEGER
  securityIpAddress IpAddress
  securityIpStatus INTEGER

TrapDestEntry  
SEQUENCE    
  trapDestIndex INTEGER
  trapDestAddress IpAddress
  trapDestVersion INTEGER
  trapDestCommunity DisplayString
  trapDestStatus INTEGER

ArpsecurityEntry  
SEQUENCE    
  arpSecurityIfindex INTEGER
  arpSecurityUpdateProtect INTEGER
  arpSecurityLearnProtect INTEGER
  arpSecurityConvert INTEGER

ArpProxyArpEntry  
SEQUENCE    
  arpProxyArpIfIndex INTEGER
  arpProxyArpStatus INTEGER

ArpStaticEntry  
SEQUENCE    
  arpStaticIfindex INTEGER
  arpStaticIpaddress IpAddress
  arpStaticMac MacAddress
  arpStaticPortIndex INTEGER
  arpStaticStatus INTEGER

IpStaticRouteExtEntry  
SEQUENCE    
  ipStaticRouteExtDest IpAddress
  ipStaticRouteExtMask IpAddress
  ipStaticRouteExtNextHop IpAddress
  ipStaticRouteExtMetric INTEGER
  ipStaticRouteExtStatus INTEGER

DvmrpInterfaceEntry  
SEQUENCE    
  dvmrpInterfaceIndex InterfaceIndex
  dvmrpInterfaceLocalAddress IpAddress
  dvmrpInterfaceMetric Integer32
  dvmrpInterfaceStatus RowStatus
  dvmrpInterfaceRcvBadPkts Counter32
  dvmrpInterfaceRcvBadRoutes Counter32
  dvmrpInterfaceSentRoutes Counter32
  dvmrpInterfaceKey SnmpAdminString
  dvmrpInterfaceKeyVersion Integer32
  dvmrpInterfaceGenerationId Integer32

DvmrpNeighborEntry  
SEQUENCE    
  dvmrpNeighborIfIndex InterfaceIndex
  dvmrpNeighborAddress IpAddress
  dvmrpNeighborUpTime TimeTicks
  dvmrpNeighborExpiryTime TimeTicks
  dvmrpNeighborGenerationId Integer32
  dvmrpNeighborMajorVersion Integer32
  dvmrpNeighborMinorVersion Integer32
  dvmrpNeighborCapabilities BITS
  dvmrpNeighborRcvRoutes Counter32
  dvmrpNeighborRcvBadPkts Counter32
  dvmrpNeighborRcvBadRoutes Counter32
  dvmrpNeighborState INTEGER

DvmrpRouteEntry  
SEQUENCE    
  dvmrpRouteSource IpAddress
  dvmrpRouteSourceMask IpAddress
  dvmrpRouteUpstreamNeighbor IpAddress
  dvmrpRouteIfIndex InterfaceIndexOrZero
  dvmrpRouteMetric Integer32
  dvmrpRouteExpiryTime TimeTicks
  dvmrpRouteUpTime TimeTicks

DvmrpRouteNextHopEntry  
SEQUENCE    
  dvmrpRouteNextHopSource IpAddress
  dvmrpRouteNextHopSourceMask IpAddress
  dvmrpRouteNextHopIfIndex InterfaceIndex
  dvmrpRouteNextHopType INTEGER

DvmrpPruneEntry  
SEQUENCE    
  dvmrpPruneGroup IpAddress
  dvmrpPruneSource IpAddress
  dvmrpPruneSourceMask IpAddress
  dvmrpPruneExpiryTime TimeTicks

RipInstabilityPreventingEntry  
SEQUENCE    
  ripVlanIndex Integer32
  ripSplitHorizonStatus INTEGER

RipNetworkInterfaceEntry  
SEQUENCE    
  ripNetworkInterfaceAddress IpAddress
  ripNetworkInterfaceStatus ValidStatus

RipNetworkAddrEntry  
SEQUENCE    
  ripNetworkAddrAddress IpAddress
  ripNetworkAddrPrefixLen INTEGER
  ripNetworkAddrStatus INTEGER

OspfNssaEntry  
SEQUENCE    
  ospfNssaAreaId OspfAreaID
  ospfNssaStatus EnabledStatusPrivate
  ospfNssaRedistributeStatus EnabledStatusPrivate
  ospfNssaOriginateDefaultInfoStatus EnabledStatusPrivate

OspfRedistributeEntry  
SEQUENCE    
  ospfRedistributeProtocol INTEGER
  ospfRedistributeStatus EnabledStatusPrivate
  ospfRedistributeMetricType INTEGER
  ospfRedistributeMetric OspfBigMetric

OspfSummaryAddressEntry  
SEQUENCE    
  ospfSummaryAddress IpAddress
  ospfSummaryMask IpAddress
  ospfSummaryStatus EnabledStatusPrivate

OspfNetworkAreaAddressEntry  
SEQUENCE    
  ospfNetworkAareaAddress IpAddress
  ospfNetworkAreaMask IpAddress
  ospfNetworkAreaAreaId IpAddress
  ospfNetworkAreaStatus EnabledStatusPrivate

SntpServerEntry  
SEQUENCE    
  sntpServerVersion INTEGER
  sntpServerAddress IpAddress
  sntpServerStatus INTEGER

SntpServer6Entry  
SEQUENCE    
  sntpServer6Version INTEGER
  sntpServer6Address Ipv6Address
  sntpServer6Status INTEGER

UrpfPortEntry  
SEQUENCE    
  urpfPortIndex INTEGER
  urpfPortMode INTEGER
  urpfPortAllowDefault INTEGER
  urpfPortStatus INTEGER

DcscmVMacbindingEntry  
SEQUENCE    
  dcscmVMacbindingVlanid INTEGER
  dcscmVMacbindingMacAddr MacAddress
  dcscmVMacbindingAclNumber INTEGER

DcscmSipbindingEntry  
SEQUENCE    
  dcscmSipbindingSipAddress IpAddress
  dcscmSipbindingSipMask INTEGER
  dcscmSipbindingAclNumber INTEGER

DcscmdcPortbindingEntry  
SEQUENCE    
  dcscmdcPortbindingPortName INTEGER
  dcscmdcPortbindingAclNumber INTEGER

DcscmscPortbindingEntry  
SEQUENCE    
  dcscmscPortbindingPortName INTEGER
  dcscmscPortbindingAclNumber INTEGER

DcscmpcEntry  
SEQUENCE    
  dcscmpcSourceIp IpAddress
  dcscmpcSourceMasklen INTEGER
  dcscmpcDestinationIp IpAddress
  dcscmpcDestinationMasklen INTEGER
  dcscmpccos INTEGER

Dcscm6VMacbindingEntry  
SEQUENCE    
  dcscm6VMacbindingVlanid INTEGER
  dcscm6VMacbindingMacAddr MacAddress
  dcscm6VMacbindingAclNumber INTEGER

Dcscm6SipbindingEntry  
SEQUENCE    
  dcscm6SipbindingSipAddress Ipv6Address
  dcscm6SipbindingSipMaskLen INTEGER
  dcscm6SipbindingAclNumber INTEGER

Dcscm6dcPortbindingEntry  
SEQUENCE    
  dcscm6dcPortbindingPortName INTEGER
  dcscm6dcPortbindingAclNumber INTEGER

Dcscm6scPortbindingEntry  
SEQUENCE    
  dcscm6scPortbindingPortName INTEGER
  dcscm6scPortbindingAclNumber INTEGER

Dcscm6pcEntry  
SEQUENCE    
  dcscm6pcSourceIp Ipv6Address
  dcscm6pcSourceMask INTEGER
  dcscm6pcDestinationIp Ipv6Address
  dcscm6pcDestinationMask INTEGER
  dcscm6pccos INTEGER

Clusterv2MemberEntry  
SEQUENCE    
  clusterv2MemberNumber INTEGER
  clusterv2MemberIpAddress IpAddress
  clusterv2MemberMacAddress MacAddress
  clusterv2MemberOperStatus INTEGER
  clusterv2MemberHostName OCTET STRING
  clusterv2MemberDeviceType OCTET STRING

Clusterv2CandidateEntry  
SEQUENCE    
  clusterv2CandidateId INTEGER
  clusterv2CandidateMacAddress MacAddress
  clusterv2CandidateHostName OCTET STRING
  clusterv2CandidateDeviceType OCTET STRING

DnsServerEntry  
SEQUENCE    
  dnsServerInetAddrType InetAddressType
  dnsServerIpAddr InetAddress
  dnsServerPriority INTEGER
  dnsServerStatus INTEGER

DnsDomainSuffixEntry  
SEQUENCE    
  dnsDomainSuffix DisplayString
  dnsDomainSuffixStatus INTEGER

DnsDynHostEntry  
SEQUENCE    
  dnsDynHostIndex INTEGER
  dnsDynHostName DisplayString
  dnsDynHostIpAddr InetAddress
  dnsDynHostTtl INTEGER

NtpStratum  
The NTP stratum, with 16 representing no stratum.
TEXTUAL-CONVENTION    
  Unsigned32 1..16  

NtpDateTime  
NTP date/time on the device, in 128-bit NTP date format. Ref: draft-ietf-ntp-ntpv4-proto-06, section 6: It includes a 64-bit signed seconds field spanning 584 billion years and a 64-bit fraction field resolving .05 attosecond (i.e. 0.5e-18). For convenience in mapping between formats, the seconds field is divided into a 32-bit era field and a 32-bit timestamp field. If time is not syncronized this field shall be a zero-length string. This TC is not to be used for objects that are used to set the time of the node querying this object. NTP should be used for this--or at least SNTP.
TEXTUAL-CONVENTION    
  OCTET STRING Size(0|16)  

PoePortConfigEntry  
SEQUENCE    
  poePortIndex INTEGER
  poePortStatus INTEGER
  poePortPriority INTEGER
  poePortMaxPower INTEGER
  poePortCurrentPower INTEGER
  poePortCurrentCurrent INTEGER
  poePortCurrentVoltage INTEGER
  poePortPdStatus INTEGER
  poePortPdClass INTEGER

Qos2ServicePolicyEntry  
SEQUENCE    
  qos2PolicyMapName DisplayString
  qos2ServicePolicyVlanList DisplayString
  qos2ServicePolicyStatus INTEGER

MabOnlineUserEntry  
SEQUENCE    
  mabOnlineUserIndex INTEGER
  mabOnlineUserMac DisplayString
  mabOnlineUserName DisplayString
  mabOnlineUserPort DisplayString
  mabOnlineUserState DisplayString

Dot1xOnlineUserEntry  
SEQUENCE    
  dot1xOnlineUserIndex INTEGER
  dot1xOnlineUserMac DisplayString
  dot1xOnlineUserName DisplayString
  dot1xOnlineUserPort DisplayString
  dot1xOnlineUserPortVlanid INTEGER
  dot1xOnlineUserPortMethod DisplayString
  dot1xOnlineUserPortControl DisplayString
  dot1xOnlineUserState DisplayString

PortMacCountLimitEntry  
SEQUENCE    
  portMacCountLimitPortIndex INTEGER
  portMacCountLimitConfigNum INTEGER
  portMacCountLimitCurNum INTEGER
  portMacCountLimitDisable INTEGER
  portMacCountLimitViolationMode INTEGER
  portMacCountLimitShutRecoveryTime INTEGER

DdmTranscDiagnosisEntry  
SEQUENCE    
  ddmDiagnosisIfIndex INTEGER
  ddmDiagnosisTemperature DisplayString
  ddmDiagTempHighAlarmThreshold DisplayString
  ddmDiagTempLowAlarmThreshold DisplayString
  ddmDiagTempHighWarnThreshold DisplayString
  ddmDiagTempLowWarnThreshold DisplayString
  ddmDiagnosisVoltage DisplayString
  ddmDiagVoltHighAlarmThreshold DisplayString
  ddmDiagVoltLowAlarmThreshold DisplayString
  ddmDiagVoltHighWarnThreshold DisplayString
  ddmDiagVoltLowWarnThreshold DisplayString
  ddmDiagnosisBias DisplayString
  ddmDiagBiasHighAlarmThreshold DisplayString
  ddmDiagBiasLowAlarmThreshold DisplayString
  ddmDiagBiasHighWarnThreshold DisplayString
  ddmDiagBiasLowWarnThreshold DisplayString
  ddmDiagnosisRXPower DisplayString
  ddmDiagRXPowerHighAlarmThreshold DisplayString
  ddmDiagRXPowerLowAlarmThreshold DisplayString
  ddmDiagRXPowerHighWarnThreshold DisplayString
  ddmDiagRXPowerLowWarnThreshold DisplayString
  ddmDiagnosisTXPower DisplayString
  ddmDiagTXPowerHighAlarmThreshold DisplayString
  ddmDiagTXPowerLowAlarmThreshold DisplayString
  ddmDiagTXPowerHighWarnThreshold DisplayString
  ddmDiagTXPowerLowWarnThreshold DisplayString

DdmTranscAlarmEntry  
SEQUENCE    
  ddmAlarmIfIndex INTEGER
  ddmAlarmInfo DisplayString

PriPppoeIaEntry  
SEQUENCE    
  priPppoeIaPortID INTEGER
  priPppoeIaPortEnable INTEGER
  priPppoeIaPortCircuitID DisplayString
  priPppoeIaPortRemoteID DisplayString
  priPppoeIaPortTrust INTEGER
  priPppoeIaPortVendorTagStrip INTEGER

NewPortSecurityEntry  
SEQUENCE    
  portSecurityPortIndex INTEGER
  portSecurityState INTEGER
  portSecuritySticky INTEGER
  portSecurityMaxMacNum INTEGER
  portSecurityCurMacNum INTEGER
  portSecurityCfgMacNum INTEGER
  portSecurityVioMacNum INTEGER
  portSecurityAgingTime INTEGER
  portSecurityAgingType INTEGER
  portSecurityVioMode INTEGER
  portSecurityVioShutRecoveryTime INTEGER

PortSecurityVlanMaxNumEntry  
SEQUENCE    
  portSecurityVlanPortIndex INTEGER
  portSecurityVlanIndex INTEGER
  portSecurityVlanMaxMacNum INTEGER
  portSecurityVlanCurMacNum INTEGER

PortSecurityMacAddressEntry  
SEQUENCE    
  portSecurityMacAddressPortIndex INTEGER
  portSecurityMacAddressVlanIndex INTEGER
  portSecurityMacAddress OCTET STRING Size(6)
  portSecurityMacType INTEGER
  portSecurityMacStatus INTEGER

MacNotificationHistoryEntry  
SEQUENCE    
  macNotificationHistIndex Counter32
  macNotificationHistMacChangedMsg OCTET STRING
  macNotificationHistTimestamp TimeStamp

MacNotificationIfConfigEntry  
SEQUENCE    
  macNotificationMacAddrLearntEnable TruthValue
  macNotificationMacAddrRemovedEnable TruthValue

Defined Values

zelax 1.3.6.1.4.1.7840
OBJECT IDENTIFIER    

zelaxCommonMIBs 1.3.6.1.4.1.7840.2
OBJECT IDENTIFIER    

switchGroup 1.3.6.1.4.1.7840.2.1
OBJECT IDENTIFIER    

os 1.3.6.1.4.1.7840.2.1.100
OBJECT IDENTIFIER    

notifications 1.3.6.1.4.1.7840.2.1.101
OBJECT IDENTIFIER    

conformance 1.3.6.1.4.1.7840.2.1.102
OBJECT IDENTIFIER    

priSystem 1.3.6.1.4.1.7840.2.1.100.1
OBJECT IDENTIFIER    

priSpanningTree 1.3.6.1.4.1.7840.2.1.100.2
OBJECT IDENTIFIER    

priPorts 1.3.6.1.4.1.7840.2.1.100.3
OBJECT IDENTIFIER    

priIpConfig 1.3.6.1.4.1.7840.2.1.100.4
OBJECT IDENTIFIER    

priVlanConfig 1.3.6.1.4.1.7840.2.1.100.5
OBJECT IDENTIFIER    

priJumblyStacking 1.3.6.1.4.1.7840.2.1.100.6
OBJECT IDENTIFIER    

priUamSecurityPortMib 1.3.6.1.4.1.7840.2.1.100.7
OBJECT IDENTIFIER    

priIgmpSnoopingMib 1.3.6.1.4.1.7840.2.1.100.8
OBJECT IDENTIFIER    

priQinQmib 1.3.6.1.4.1.7840.2.1.100.9
OBJECT IDENTIFIER    

prisecurity 1.3.6.1.4.1.7840.2.1.100.10
OBJECT IDENTIFIER    

priQos 1.3.6.1.4.1.7840.2.1.100.11
OBJECT IDENTIFIER    

primirror 1.3.6.1.4.1.7840.2.1.100.12
OBJECT IDENTIFIER    

pridhcp 1.3.6.1.4.1.7840.2.1.100.13
OBJECT IDENTIFIER    

priportGroup 1.3.6.1.4.1.7840.2.1.100.14
OBJECT IDENTIFIER    

prisnmpMgt 1.3.6.1.4.1.7840.2.1.100.15
OBJECT IDENTIFIER    

l3 1.3.6.1.4.1.7840.2.1.100.16
OBJECT IDENTIFIER    

sntpMgt 1.3.6.1.4.1.7840.2.1.100.17
OBJECT IDENTIFIER    

urpf 1.3.6.1.4.1.7840.2.1.100.18
OBJECT IDENTIFIER    

dcscm 1.3.6.1.4.1.7840.2.1.100.20
OBJECT IDENTIFIER    

dcscm6 1.3.6.1.4.1.7840.2.1.100.21
OBJECT IDENTIFIER    

prClusterv2 1.3.6.1.4.1.7840.2.1.100.22
OBJECT IDENTIFIER    

dns 1.3.6.1.4.1.7840.2.1.100.23
OBJECT IDENTIFIER    

ntpSnmpMIB 1.3.6.1.4.1.7840.2.1.100.25
OBJECT IDENTIFIER    

priPoeConfig 1.3.6.1.4.1.7840.2.1.100.26
OBJECT IDENTIFIER    

priQos2 1.3.6.1.4.1.7840.2.1.100.27
OBJECT IDENTIFIER    

dot1xMgt 1.3.6.1.4.1.7840.2.1.100.28
OBJECT IDENTIFIER    

portMacCountLimit 1.3.6.1.4.1.7840.2.1.100.29
OBJECT IDENTIFIER    

ddm 1.3.6.1.4.1.7840.2.1.100.30
OBJECT IDENTIFIER    

priPppoeIaMib 1.3.6.1.4.1.7840.2.1.100.31
OBJECT IDENTIFIER    

portSecurity 1.3.6.1.4.1.7840.2.1.100.32
OBJECT IDENTIFIER    

macNotificationMib 1.3.6.1.4.1.7840.2.1.100.33
OBJECT IDENTIFIER    

ntpSnmpMIBObjects 1.3.6.1.4.1.7840.2.1.100.25.1
OBJECT IDENTIFIER    

ntpEntInfo 1.3.6.1.4.1.7840.2.1.100.25.1.1
OBJECT IDENTIFIER    

ntpEntStatus 1.3.6.1.4.1.7840.2.1.100.25.1.2
OBJECT IDENTIFIER    

sysResetUnit 1.3.6.1.4.1.7840.2.1.100.1.1
setfactory(2) warmReset(3) noReset(1) default the status is 1
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER noReset(1), setfactory(2), warmReset(3)  

sysHardwareVersion 1.3.6.1.4.1.7840.2.1.100.1.2
The version information of switch hardware
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(1..32)  

sysSoftwareVersion 1.3.6.1.4.1.7840.2.1.100.1.3
The version information of switch software
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(1..32)  

sysStackFlag 1.3.6.1.4.1.7840.2.1.100.1.4
If it is the status of stacking
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER stack(1), noStack(2)  

sysCPUMac 1.3.6.1.4.1.7840.2.1.100.1.5
The MAC Address is used for switch data transfers
Status: current Access: read-only
OBJECT-TYPE    
  MacAddress Size(17)  

sysWriteConfig 1.3.6.1.4.1.7840.2.1.100.1.6
write(1)save the current configuration
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER write(1)  

sysPowerStateTable 1.3.6.1.4.1.7840.2.1.100.1.7
the power supply status is only used for chassis switch
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SysPowerStateEntry

sysPowerStateEntry 1.3.6.1.4.1.7840.2.1.100.1.7.1
power supply status
Status: current Access: not-accessible
OBJECT-TYPE    
  SysPowerStateEntry  

sysPowerSlotIndex 1.3.6.1.4.1.7840.2.1.100.1.7.1.1
Module model No.
Status: current Access: not-accessible
OBJECT-TYPE    
  INTEGER  

sysPowerState 1.3.6.1.4.1.7840.2.1.100.1.7.1.2
if the power supply insert
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER sysPowerInstalled(1), sysPowerNotInstalled(0)  

sysPowerValue 1.3.6.1.4.1.7840.2.1.100.1.7.1.3
Power Value
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

sysPowerType 1.3.6.1.4.1.7840.2.1.100.1.7.1.4
Power Type
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER systemPower(0), poePower(1)  

sysPowerStatus 1.3.6.1.4.1.7840.2.1.100.1.7.1.5
Power Status
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER normal(0), abnormal(1), na(2)  

sysSlotTable 1.3.6.1.4.1.7840.2.1.100.1.8
machine information,it is only used by chassis.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SysSlotEntry

sysSlotEntry 1.3.6.1.4.1.7840.2.1.100.1.8.1
Switch information
Status: current Access: not-accessible
OBJECT-TYPE    
  SysSlotEntry  

sysSlotIndex 1.3.6.1.4.1.7840.2.1.100.1.8.1.1
Module Model No.
Status: current Access: not-accessible
OBJECT-TYPE    
  INTEGER  

sysCPUType 1.3.6.1.4.1.7840.2.1.100.1.8.1.2
CPU type
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

sysCPUFiveSecondIdle 1.3.6.1.4.1.7840.2.1.100.1.8.1.3
Last 5 second CPU IDLE
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

sysCPUThirtySecondIdle 1.3.6.1.4.1.7840.2.1.100.1.8.1.4
Last 30 second CPU IDLE
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

sysCPUFiveMinuteIdle 1.3.6.1.4.1.7840.2.1.100.1.8.1.5
Last 5 minute CPU IDLE
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

sysCPUIdle 1.3.6.1.4.1.7840.2.1.100.1.8.1.6
From running CPU IDLE
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

sysMemorySize 1.3.6.1.4.1.7840.2.1.100.1.8.1.7
memory size
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

sysMemoryBusy 1.3.6.1.4.1.7840.2.1.100.1.8.1.8
memory usage rent
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

sysFlashSize 1.3.6.1.4.1.7840.2.1.100.1.8.1.9
The flash capacity of this slot.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

sysTemperature 1.3.6.1.4.1.7840.2.1.100.1.8.1.10
The Temperature of this slot.80 is 80centigrade
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

sysCpuUsage 1.3.6.1.4.1.7840.2.1.100.1.8.1.11
The CPU usage of this slot.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

switchInfoTable 1.3.6.1.4.1.7840.2.1.100.1.9
Table of descriptive and status information about switches in this system.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SwitchInfoEntry

switchInfoEntry 1.3.6.1.4.1.7840.2.1.100.1.9.1
An entry in the table, containing information about a single switch in this system.
Status: current Access: not-accessible
OBJECT-TYPE    
  SwitchInfoEntry  

swSlotIndex 1.3.6.1.4.1.7840.2.1.100.1.9.1.1
This object identifies the slot within the switch for which this entry contains information. While for the chassis device, the value is real switch slot number.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

swUnitIndex 1.3.6.1.4.1.7840.2.1.100.1.9.1.2
This object identifies the switch within the system for which this entry contains information. This value can never be greater than switchNumber.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

swModuleType 1.3.6.1.4.1.7840.2.1.100.1.9.1.3
Type of expansion module in this switch slot.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER typeMFC(0), typeSFC(1), type1GS(2), type1GL(3), type100M1GT(4), type10M100MT(8), type1-M12GB(101), type1-12GT(102), type1-210Gx(103), type1-110Gx(104), type1-CPU8245(105), type1-BACKPLANE(106), type1-24GB(107), type1-24GT(108), type1-36TX(109), type1-4GX32TX(110), type1-16FX(111), type1-ES2GB(112), type1-M4GX24TX(113), type1-ES(114), type1-MI(115), type1-MII(116), type1-12GB(117), type1-M8GB(118), type1-2XFP8GX16GB(119), type1-8GX16GB(120), type1-4GX24TX(121), type1-L-M4GX24TX(122), type1-1XFP8GX16GB(123), type1-2XFP12GX12GT(124), type1-12GX12GT(125), type1-1XFP12GX12GT(126), type1-48GT(127), type1-M1XFP12GX12GT(128), type1-4XFP(129), type1-48GB(130), type1-M44GT(131), type1-M1XFP12GX12GB(132), type1-12GX12GB(133), type1-2XFP12GX12GB(134), type1-2XFP24GB12GT(136), type1-24GB12GT(137), type1-NEWMI(138), type1-M1XFP12GX12GTR4(139), type1-12GX12GTR4(140), type1-2XFP12GX12GTR4(141), type1-E-24GB12GT(142), type1-E-2XFP24GB12GT(143), type2-M12GB(165), type2-12GT(166), type2-210Gx(167), type2-110Gx(168), type2-CPU8245(169), type2-BACKPLANE(170), type2-24GB(171), type2-24GT(172), type2-36TX(173), type2-4GX32TX(174), type2-16FX(175), type2-ES2GB(176), type2-M4GX24TX(177), type2-ES(178), type2-MI(179), type2-MII(180), type2-12GB(181), type2-M8GB(182), type2-2XFP8GX16GB(183), type2-8GX16GB(184), type2-4GX24TX(185), type2-L-M4GX24TX(186), type2-1XFP8GX16GB(187), type2-2XFP12GX12GT(188), type2-12GX12GT(189), type2-1XFP12GX12GT(190), type2-48GT(191), type2-M1XFP12GX12GT(192), type2-4XFP(193), type2-48GB(194), type2-M44GT(195), type2-M1XFP12GX12GB(196), type2-12GX12GB(197), type2-2XFP12GX12GB(198), type2-2XFP24GB12GT(200), type2-24GB12GT(201), type2-NEWMI(202), type2-M1XFP12GX12GTR4(203), type2-12GX12GTR4(204), type2-2XFP12GX12GTR4(205), type2-E-24GB12GT(206), type2-E-2XFP24GB12GT(207), type3-M(228), type3-MI(229), type3-MII(230), type3-24GT(231), type3-24GB(232), type3-ES-FW(233), type3-4XFP(234), type3-8XFP(235), type3-24GT-V(236), type3-24GB-V(237), type3-24SFP-PLUS(238), type3-08BACKPLANE(239), type3-16BACKPLANE(240), type4-4GT(300), type4-4FX(301), type4-2GB(302), type4-4TX(303), type4-4GB(304), type4-4FB(305)  

switchFileCopy 1.3.6.1.4.1.7840.2.1.100.1.10
OBJECT IDENTIFIER    

fileUserName 1.3.6.1.4.1.7840.2.1.100.1.10.1
ftp user name
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString Size(1..100)  

fileUserPassword 1.3.6.1.4.1.7840.2.1.100.1.10.2
ftp user password
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString Size(1..100)  

fileIPaddress 1.3.6.1.4.1.7840.2.1.100.1.10.3
ftp or tftp server ip address
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString Size(1..100)  

sourceFileCopy 1.3.6.1.4.1.7840.2.1.100.1.10.4
Source file name or Copy from current system configuration .
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString Size(1..100)  

destinationFileCopy 1.3.6.1.4.1.7840.2.1.100.1.10.5
Destination file name or Copy to startup configuration.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString Size(1..100)  

fileCopyMode 1.3.6.1.4.1.7840.2.1.100.1.10.6
ascii(0): ASCII file mode; binary(1): Binary file mode.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER ascii(0), binary(1)  

fileCopyUseMode 1.3.6.1.4.1.7840.2.1.100.1.10.7
ftp(1): ftp server or client; tftp(2): tftp server or client.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER ftp(1), tftp(2)  

fileCopy 1.3.6.1.4.1.7840.2.1.100.1.10.8
File copy configurate.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER upload(1), download(2)  

fileCopyResult 1.3.6.1.4.1.7840.2.1.100.1.10.9
The result of file copy:error(0):copy file failure;ok(1):copy file success; uploading(2):in process of upload file;downloading(3):in process of download file; idle(4):be out of copy file.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER error(0), ok(1), uploading(2), downloading(3), idle(4)  

switchInfo 1.3.6.1.4.1.7840.2.1.100.1.11
OBJECT IDENTIFIER    

switchCPUType 1.3.6.1.4.1.7840.2.1.100.1.11.1
The CPU type of switch
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

switchCPUFiveSecondIdle 1.3.6.1.4.1.7840.2.1.100.1.11.2
Last 5 second CPU IDLE
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

switchCPUThirtySecondIdle 1.3.6.1.4.1.7840.2.1.100.1.11.3
Last 30 second CPU IDLE
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

switchCPUFiveMinuteIdle 1.3.6.1.4.1.7840.2.1.100.1.11.4
Last 5 minute CPU IDLE
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

switchCPUIdle 1.3.6.1.4.1.7840.2.1.100.1.11.5
From running CPU IDLE
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

switchMemorySize 1.3.6.1.4.1.7840.2.1.100.1.11.6
memory size
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

switchMemoryBusy 1.3.6.1.4.1.7840.2.1.100.1.11.7
memory usage rent
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

switchFlashSize 1.3.6.1.4.1.7840.2.1.100.1.11.8
The flash capacity of switch.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

switchTemperature 1.3.6.1.4.1.7840.2.1.100.1.11.9
The Temperature of switch.80 is 80centigrade
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

switchCpuUsage 1.3.6.1.4.1.7840.2.1.100.1.11.10
The CPU usage of switch.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

sysFanTable 1.3.6.1.4.1.7840.2.1.100.1.12
the state of fan.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SysFanEntry

sysFanEntry 1.3.6.1.4.1.7840.2.1.100.1.12.1
fan supply status
Status: current Access: not-accessible
OBJECT-TYPE    
  SysFanEntry  

sysFanIndex 1.3.6.1.4.1.7840.2.1.100.1.12.1.1
system fan entry index
Status: current Access: not-accessible
OBJECT-TYPE    
  INTEGER  

sysFanInserted 1.3.6.1.4.1.7840.2.1.100.1.12.1.2
Whether the slot fan is installed or not.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER sysFanNotInstalled(0), sysFanInstalled(1)  

sysFanStatus 1.3.6.1.4.1.7840.2.1.100.1.12.1.3
Whether the slot fan is normal or abnormal.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER abnormal(1), normal(0)  

sysFanSpeed 1.3.6.1.4.1.7840.2.1.100.1.12.1.4
Status of Fan. Status: Low(1), Medium(2), High(3), none(0) is readonly
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER none(0), low(1), medium(2), high(3)  

switchBootImgPrimary 1.3.6.1.4.1.7840.2.1.100.1.13
Set or get filename of boot img for first time,and the length of filename is between 1 and 128.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString Size(1..128)  

switchBootImgSecondary 1.3.6.1.4.1.7840.2.1.100.1.14
Set or get filename of boot img for second time,and the length of filename is between 1 and 128.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString Size(1..128)  

switchBootStartUpCfg 1.3.6.1.4.1.7840.2.1.100.1.15
Set or get filename of boot startup config ,and the length of filename is between 1 and 128.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString Size(1..128)  

showSwitchStartUpStatus 1.3.6.1.4.1.7840.2.1.100.1.16
this object identifies start up status of switch and AM of chassis.1(idle) means hasn't wrote cfg since boot, 2(success) means wrote cfg successfully; 3(fail) means wrote cfg fail; 4(in-progress) means is writing cfg right now. for chassis:it can only be used by active master
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER idle(1), success(2), fail(3), in-progress(4)  

sysSoltBootInfoTable 1.3.6.1.4.1.7840.2.1.100.1.17
A list of boot information.it is only used by chassis.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SysSoltBootInfoEntry

sysSoltBootInfoEntry 1.3.6.1.4.1.7840.2.1.100.1.17.1
Entry for boot information.
Status: current Access: not-accessible
OBJECT-TYPE    
  SysSoltBootInfoEntry  

sysBootInfoIndex 1.3.6.1.4.1.7840.2.1.100.1.17.1.1
slot NO.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

sysBootImgPrimary 1.3.6.1.4.1.7840.2.1.100.1.17.1.2
Set or get filename of boot img for first time,and the length of filename is between 1 and 128.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString Size(1..128)  

sysBootImgSecondary 1.3.6.1.4.1.7840.2.1.100.1.17.1.3
Set or get filename of boot img for backup,and the length of filename is between 1 and 128.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString Size(1..128)  

sysBootStartupCfg 1.3.6.1.4.1.7840.2.1.100.1.17.1.4
Set or get filename of boot startup config ,and the length of filename is between 1 and 128.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString Size(1..128)  

sysSetBootPassword 1.3.6.1.4.1.7840.2.1.100.1.18
OBJECT IDENTIFIER    

oldPassword 1.3.6.1.4.1.7840.2.1.100.1.18.1
If there is a old password, you should enter the old password, then you can set the new password or delete the password. The length of the password is between 3 and 32, enter wrong old password or enter wrong length password, you can not set new password or delete password.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString Size(3..32)  

newPassword 1.3.6.1.4.1.7840.2.1.100.1.18.2
Enter the new password you want to set, and the length of the password is between 3 and 32.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString Size(3..32)  

confirmPassword 1.3.6.1.4.1.7840.2.1.100.1.18.3
Enter the new password again to confirm the new password, the password entries must match.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString Size(3..32)  

deletePassword 1.3.6.1.4.1.7840.2.1.100.1.18.4
If you want to delete the password, enter '1'; if you don't want delete it, you can enter '0' or do nothing.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER disable(0), enable(1)  

sysSetBootPwStatus 1.3.6.1.4.1.7840.2.1.100.1.18.5
If you enter '1', excute the operation you set. Firstly, judge the type of deletePassword, if it is '1', delete the password, and return ok; if the type is '0', then modify the password. At first judge the correctness of oldpassword, then judge the new password equal to confirm password. if they are all right, set the new password.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER disable(0), enable(1)  

spanGlobalEnable 1.3.6.1.4.1.7840.2.1.100.2.1
Enable or disable the Spanning Tree algorithm in the switch.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enable(1), disable(2)  

mstpMgt 1.3.6.1.4.1.7840.2.1.100.2.2
OBJECT IDENTIFIER    

mstpSystemGroup 1.3.6.1.4.1.7840.2.1.100.2.2.1
OBJECT IDENTIFIER    

mstpEnable 1.3.6.1.4.1.7840.2.1.100.2.2.1.1
Enable or disable the Spanning Tree algorithm in the switch.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER enable(1), disable(0)  

mstpTCFlush 1.3.6.1.4.1.7840.2.1.100.2.2.1.2
configure global style of TC FLUSH
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER enable(1), disable(2), protect(3)  

mstpForwardTime 1.3.6.1.4.1.7840.2.1.100.2.2.1.3
This time value, measured in units of hundredths of a second, controls how fast a port changes its spanning state when moving towards the Forwarding state. The value determines how long the port stays in each of the Listening and Learning states, which precede the Forwarding state. This value is also used, when a topology change has been detected and is underway, to age all dynamic entries in the Forwarding Database.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

mstpHelloTime 1.3.6.1.4.1.7840.2.1.100.2.2.1.4
The amount of time between the transmission of Configuration bridge PDUs by this node on any port when it is the root of the spanning tree or trying to become so, in units of hundredths of a second. This is the actual value that this bridge is currently using.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

mstpMaxage 1.3.6.1.4.1.7840.2.1.100.2.2.1.5
The maximum age of Spanning Tree Protocol information learned from the network on any port before it is discarded, in units of hundredths of a second. This is the actual value that this bridge is currently using.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

mstpMaxhop 1.3.6.1.4.1.7840.2.1.100.2.2.1.6
setting global Maxhop of mstp
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER 1..40  

mstpMode 1.3.6.1.4.1.7840.2.1.100.2.2.1.7
setting global mode of mstp,stp or rstp
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER stp(0), rstp(2), mstp(3)  

mstpName 1.3.6.1.4.1.7840.2.1.100.2.2.1.8
setting the name of mst
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString Size(1..32)  

mstpRevisionLevel 1.3.6.1.4.1.7840.2.1.100.2.2.1.9
setting the global revision level of mstp
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER 0..65535  

mstpBridgeForwardDelay 1.3.6.1.4.1.7840.2.1.100.2.2.1.10
setting global Forwardtime of mstp
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER 4..30  

mstpBridgeHelloTime 1.3.6.1.4.1.7840.2.1.100.2.2.1.11
setting global HelloTime of mstp
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER 1..10  

mstpBridgeMaxage 1.3.6.1.4.1.7840.2.1.100.2.2.1.12
setting global Maxage of mstp
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER 6..40  

mstpInstancePortTable 1.3.6.1.4.1.7840.2.1.100.2.2.3
interrelated parameter list of instance and port
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    MstpInstancePortEntry

mstpInstancePortEntry 1.3.6.1.4.1.7840.2.1.100.2.2.3.1
The index of this table is instance ID and port index
Status: current Access: not-accessible
OBJECT-TYPE    
  MstpInstancePortEntry  

mstpInstancePortInstanceID 1.3.6.1.4.1.7840.2.1.100.2.2.3.1.1
instance ID
Status: current Access: not-accessible
OBJECT-TYPE    
  INTEGER  

mstpInstancePortPortIndex 1.3.6.1.4.1.7840.2.1.100.2.2.3.1.2
port index
Status: current Access: not-accessible
OBJECT-TYPE    
  INTEGER  

mstpInstancePortCost 1.3.6.1.4.1.7840.2.1.100.2.2.3.1.3
port cost of port under the special instance
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER 1..200000000  

mstpInstancePortPriority 1.3.6.1.4.1.7840.2.1.100.2.2.3.1.4
port priority of port under the special instance
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER 0..240  

mstpInstancePortRootGuard 1.3.6.1.4.1.7840.2.1.100.2.2.3.1.5
rootguard enable/disable on the current instance
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER enable(1), disable(0)  

mstpInstancePortID 1.3.6.1.4.1.7840.2.1.100.2.2.3.1.6
ID of port which receive a BPDU
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING  

mstpInstancePortExtRootPathCost 1.3.6.1.4.1.7840.2.1.100.2.2.3.1.7
the path cost from self bridge to Root bridge
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

mstpInstancePortIntRootPathCost 1.3.6.1.4.1.7840.2.1.100.2.2.3.1.8
the path cost from self bridge to Region Root
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

mstpInstancePortState 1.3.6.1.4.1.7840.2.1.100.2.2.3.1.9
the port state in the instance
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER block(0), forwarding(1), learning(2)  

mstpInstancePortRole 1.3.6.1.4.1.7840.2.1.100.2.2.3.1.10
the port role in the instance
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER nonstp(0), alternate(1), root(2), designated(3), backup(4), master(5), disabled(6)  

mstpInstancePortDesignatedBridgeID 1.3.6.1.4.1.7840.2.1.100.2.2.3.1.11
the designated bridge ID
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING  

mstpInstancePortDesignatedPortID 1.3.6.1.4.1.7840.2.1.100.2.2.3.1.12
the designated port ID
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING  

mstpInstanceTable 1.3.6.1.4.1.7840.2.1.100.2.2.2
correlative information list with instance
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    MstpInstanceEntry

mstpInstanceEntry 1.3.6.1.4.1.7840.2.1.100.2.2.2.1
The index of this table is instance ID
Status: current Access: not-accessible
OBJECT-TYPE    
  MstpInstanceEntry  

mstpInstanceID 1.3.6.1.4.1.7840.2.1.100.2.2.2.1.1
instance ID
Status: current Access: not-accessible
OBJECT-TYPE    
  INTEGER  

mstpInstanceVlans 1.3.6.1.4.1.7840.2.1.100.2.2.2.1.2
the map of vlans to instance.The input format is consonant with cli.
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString Size(0..512)  

mstpInstanceSwitchPriority 1.3.6.1.4.1.7840.2.1.100.2.2.2.1.3
the priority of the router in the special instance.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER 0..61440  

mstpInstanceRegionRootID 1.3.6.1.4.1.7840.2.1.100.2.2.2.1.4
the region root ID in the special instance.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING  

mstpInstanceIntRootPathCost 1.3.6.1.4.1.7840.2.1.100.2.2.2.1.5
the path cost from self bridge to Region Root.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

mstpInstanceRootPortID 1.3.6.1.4.1.7840.2.1.100.2.2.2.1.6
the root port ID in the special instance.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING  

mstpPortInfoTable 1.3.6.1.4.1.7840.2.1.100.2.2.4
mstp information list of port
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    MstpPortInfoEntry

mstpPortInfoEntry 1.3.6.1.4.1.7840.2.1.100.2.2.4.1
The index of this table is port index
Status: current Access: not-accessible
OBJECT-TYPE    
  MstpPortInfoEntry  

mstpPortInfoPortIndex 1.3.6.1.4.1.7840.2.1.100.2.2.4.1.1
port index
Status: current Access: not-accessible
OBJECT-TYPE    
  INTEGER  

mstpPortInfoEnable 1.3.6.1.4.1.7840.2.1.100.2.2.4.1.2
enable/disable mstp on the port.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER disable(0), enable(1)  

mstpPortLinkType 1.3.6.1.4.1.7840.2.1.100.2.2.4.1.3
the p2p link type of the port
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER auto(2), force-true(1), force-false(0)  

mstpPortMcheck 1.3.6.1.4.1.7840.2.1.100.2.2.4.1.4
trigger/untrigger
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER untrigger(0), trigger(1)  

mstpPortPortFast 1.3.6.1.4.1.7840.2.1.100.2.2.4.1.5
default:the port mode is portfast mode bpdufilter:the port mode is portfast mode with bpdufilter bpduguard:the port mode is portfast mode with bpduguard noportfast:the port mode is not portfast mode
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER default(0), bpdufilter(1), bpduguard(2), noportfast(3)  

mstpPortFormat 1.3.6.1.4.1.7840.2.1.100.2.2.4.1.6
which mode can be setted up port of message format function
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER standard(0), privacy(1), auto(2)  

mstpPortDigestSnp 1.3.6.1.4.1.7840.2.1.100.2.2.4.1.7
Whether the port use peer's authentication key
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER enable(1), disable(0)  

mstpPortTCFlush 1.3.6.1.4.1.7840.2.1.100.2.2.4.1.8
when topology is changed, how to flush the mac
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER enable(1), disable(2), protect(3), useglobal(0)  

portCount 1.3.6.1.4.1.7840.2.1.100.3.1
The total number of ports in the system.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 1..256  

portTable 1.3.6.1.4.1.7840.2.1.100.3.2
A list of port entries.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    PriPortEntry

priPortEntry 1.3.6.1.4.1.7840.2.1.100.3.2.1
A port entry containing port information, status, and control.
Status: current Access: not-accessible
OBJECT-TYPE    
  PriPortEntry  

portIndex 1.3.6.1.4.1.7840.2.1.100.3.2.1.1
port No.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 1..1024  

portName 1.3.6.1.4.1.7840.2.1.100.3.2.1.2
Name of the port. exp:financial.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..32)  

switchNum 1.3.6.1.4.1.7840.2.1.100.3.2.1.3
This value is denoting the number of swith in which this port resides. For the non-stackable device,the value is always 1. While for the stackable device, the value is real switch stack number.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 0..16  

slotNum 1.3.6.1.4.1.7840.2.1.100.3.2.1.4
This value is denoting the number of slot. For the static slot,the value is 1,while for the extended slot the value is real extended slot number.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 0..16  

portType 1.3.6.1.4.1.7840.2.1.100.3.2.1.5
Type of expansion module in this port.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER typeSFP(0), typeCombo(1), typeFiber(2), typeSingleOptFE(3), typeMultiOptFE(4), typeElecFE(5), typeSingleOptGE(6), typeMultiOptGE(7), typeElecGE(8), typePortAGG(9), typePortUsbGE(10), typeOptXge(11), other(255)  

flowControlStatus 1.3.6.1.4.1.7840.2.1.100.3.2.1.6
The flow-control status of the port. Its functionality is exactly same as 'flow control' or 'no flow control' commands in console mode.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER disable(0), enable(1)  

bandwidthControlStatus 1.3.6.1.4.1.7840.2.1.100.3.2.1.7
The bandwidth-control status of the port. Its functionality is to stop the bandwidth control. The only way to enable bandwidth control is to set receiveBandwidth or transmitBandwith.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER ingress(0), egress(1), both(2), none(3)  

maxBandwidth 1.3.6.1.4.1.7840.2.1.100.3.2.1.8
The max bandwidth of the port.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER default(0), bw100M(1), bw1000M(2), bw10000M(3)  

receiveBandwidth 1.3.6.1.4.1.7840.2.1.100.3.2.1.9
The recevice bandwidth of the port. Its unit is kbs. The command 'bandwidth control 50 both' in console mode equals setting both receiveBandwidth and transmitBandwidth to 50 kbs. Set 0 is no bandwidth.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER  

transmitBandwidth 1.3.6.1.4.1.7840.2.1.100.3.2.1.10
The transmit bandwidth of the port. Its unit is kbs. Set 0 is no bandwidth.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER  

shutdown 1.3.6.1.4.1.7840.2.1.100.3.2.1.12
Close or open to specify the port.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER shutDown(0), noshutdown(1)  

loopback 1.3.6.1.4.1.7840.2.1.100.3.2.1.13
Open or close to specify the wreath of the port back to test the function.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER noloopback(0), loopback(1)  

speedDuplex 1.3.6.1.4.1.7840.2.1.100.3.2.1.14
The speed and duplex status of the port.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER auto(0), half10(1), full10(2), half100(3), full100(4), half1000(5), full1000(6), half-1000-M(7), half-1000-s(8), full-1000-M(9), full-1000-s(10), fx-100(13), fx-100-phy(14), fx-100-no-phy(15), neg-10-auto(16), neg-10-full(17), neg-10-half(18), neg-10-100-auto(19), neg-10-100-full(20), neg-10-100-half(21), neg-10-100-1000-full(22), neg-10-100-1000-half(23)  

portMode 1.3.6.1.4.1.7840.2.1.100.3.2.1.15
port mode: 1 is access,2 is trunk,3 is hybrid
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER access(1), trunk(2), hybrid(3)  

pvid 1.3.6.1.4.1.7840.2.1.100.3.2.1.16
port of native vlan No.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER  

indicatesType 1.3.6.1.4.1.7840.2.1.100.3.2.1.17
Indicates the port type of the configuration of the switch.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER other(1), hundredBaseTX(2), hundredBaseFX(3), thousandBaseSX(4), thousandBaseLX(5), thousandBaseT(6), thousandBaseGBIC(7), thousandBaseSfp(8), hundredBaseFxScSingleMode(9), hundredBaseFxScMultiMode(10), thousandBaseCX(11), tenG(12)  

vctAction 1.3.6.1.4.1.7840.2.1.100.3.2.1.18
This object indicates the VCT action of the port,only the value 1 is permitted when SET this entry though you can GET 1(processing) and 0(succeed); The specified port will be shutdown when one sets 1 to this entry,and then it will return to no shutdown after operate the virtual-cable-test. You can get the status of VCT from the entry vctLastStatus.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER  

vctLastStatus 1.3.6.1.4.1.7840.2.1.100.3.2.1.19
Indicates the last VCT status of the port.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..1000)  

portTrunkAllowedvlan 1.3.6.1.4.1.7840.2.1.100.3.2.1.20
trunk port allowed vlan list string
Status: current Access: read-write
OBJECT-TYPE    
  OCTET STRING  

portHybridTaggedAllowedvlan 1.3.6.1.4.1.7840.2.1.100.3.2.1.21
hybrid port tagged allowed vlan list string
Status: current Access: read-write
OBJECT-TYPE    
  OCTET STRING  

portHybridUntaggedAllowedvlan 1.3.6.1.4.1.7840.2.1.100.3.2.1.22
hybrid port untagged allowed vlan list string
Status: current Access: read-write
OBJECT-TYPE    
  OCTET STRING  

portBandWidthUsage 1.3.6.1.4.1.7840.2.1.100.3.2.1.23
The percentage of the port's bandwidth usage
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 0..100  

stormControlTable 1.3.6.1.4.1.7840.2.1.100.3.3
storm-contol table
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    StormControlEntry

stormControlEntry 1.3.6.1.4.1.7840.2.1.100.3.3.1
storm-control entry
Status: current Access: not-accessible
OBJECT-TYPE    
  StormControlEntry  

stormControlIndex 1.3.6.1.4.1.7840.2.1.100.3.3.1.1
port index
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

stormControlType 1.3.6.1.4.1.7840.2.1.100.3.3.1.2
broadcast(broadcast rate suppression),multicast(multicast rate suppression), unicast(unicast rate suppression),dlf(Destination Lookup Failure rate suppression), brmc(broadcast and multicast rate suppression),brmcdlf(Broadcast, multicast and DLF rate suppression)
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER broadcast(0), multicast(1), unicast(2), dlf(3), brmc(4), brmcdlf(5), all(6)  

stormControlRate 1.3.6.1.4.1.7840.2.1.100.3.3.1.3
the suppress rate.the value range at <1-1488095> or <1-1000000> on different devices.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER  

stormControlStatus 1.3.6.1.4.1.7840.2.1.100.3.3.1.4
Setting it to active(1) to creates an entry,setting it to destroy(2) to destroy an entry
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER destroy(0), active(1)  

loopbackDetection 1.3.6.1.4.1.7840.2.1.100.3.4
OBJECT IDENTIFIER    

loopbackDetecCtrlRecovery 1.3.6.1.4.1.7840.2.1.100.3.4.1
This value is the state recovery time.When this time comes, port back to the normal state.But when the value is 0, does not restore state.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 0..3600  

loopbackDetecIntervalTime 1.3.6.1.4.1.7840.2.1.100.3.4.2
OBJECT IDENTIFIER    

lpbackDetecExistInterval 1.3.6.1.4.1.7840.2.1.100.3.4.2.1
This detection time interval is present when the loop exists, in seconds, the range of 5 to 300. The default value is 5.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 5..300  

lpbackDetecNoExistInterval 1.3.6.1.4.1.7840.2.1.100.3.4.2.2
This detection time interval is present when the loop does not exist, in seconds, the range from 1 to 30,The default value is 3.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 1..30  

loopbackDetecCtrlTable 1.3.6.1.4.1.7840.2.1.100.3.4.3
A table containing current configuration information for the function of loopback detection control.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    LoopbackDetecCtrlEntry

loopbackDetecCtrlEntry 1.3.6.1.4.1.7840.2.1.100.3.4.3.1
An entry in the loopback detection control table.
Status: current Access: not-accessible
OBJECT-TYPE    
  LoopbackDetecCtrlEntry  

lpbackDetecCtrlIndex 1.3.6.1.4.1.7840.2.1.100.3.4.3.1.1
An unique value for each port.
Status: current Access: not-accessible
OBJECT-TYPE    
  INTEGER  

lpbackDetecCtrlMode 1.3.6.1.4.1.7840.2.1.100.3.4.3.1.2
Indicates the control type of the configuration of the loopback detection. The default value is 0. When the value is set to 0,the loopback detection control function will be disabled.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER nocontrol(0), shutdown(1), block(2)  

loopbackDetecSpecVlanTable 1.3.6.1.4.1.7840.2.1.100.3.4.4
Setting the loopback detection function for the specified vlan of the port.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    LoopbackDetecSpecVlanEntry

loopbackDetecSpecVlanEntry 1.3.6.1.4.1.7840.2.1.100.3.4.4.1
An entry in the loopbackDetecSpecVlanTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  LoopbackDetecSpecVlanEntry  

lpbackDetecVlanPortIndex 1.3.6.1.4.1.7840.2.1.100.3.4.4.1.1
An unique value for each port.
Status: current Access: not-accessible
OBJECT-TYPE    
  INTEGER  

lpbackDetecVlanList 1.3.6.1.4.1.7840.2.1.100.3.4.4.1.2
The value is a vlan list that you will set.Please pay attention to the list of writing,eg:1;3;5-20 .
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString Size(1..512)  

lpbackDetecVlanListSetFlag 1.3.6.1.4.1.7840.2.1.100.3.4.4.1.3
When lpbackDetecVlanListSetFlag is 1,open the specified VLAN loopback detection function.When lpbackDetecVlanListSetFlag is 0,close the specified VLAN loopback detection function.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER close(0), open(1)  

loopbackDetecShowTable 1.3.6.1.4.1.7840.2.1.100.3.4.5
Show the config and state of loopback detection for the specified port.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    LoopbackDetecShowEntry

loopbackDetecShowEntry 1.3.6.1.4.1.7840.2.1.100.3.4.5.1
An entry in the loopbackDetecShowTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  LoopbackDetecShowEntry  

lpbackDetecShowPortIndex 1.3.6.1.4.1.7840.2.1.100.3.4.5.1.1
An unique value for each port.
Status: current Access: not-accessible
OBJECT-TYPE    
  INTEGER  

lpbackDetecShowInformation 1.3.6.1.4.1.7840.2.1.100.3.4.5.1.2
The value display the configuration and state of loopback detection for the specified port.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(1..1024)  

netDefaultGateway 1.3.6.1.4.1.7840.2.1.100.4.1
The IP Address of the default gateway. If this value is undefined or unknown, it shall have the value 0.0.0.0.
Status: current Access: read-write
OBJECT-TYPE    
  IpAddress  

ipHttpState 1.3.6.1.4.1.7840.2.1.100.4.2
Web server on-off.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER disable(0), enable(1)  

iPAddrTable 1.3.6.1.4.1.7840.2.1.100.4.3
A table of iPAddrEntry.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    IPAddrEntry

iPAddrEntry 1.3.6.1.4.1.7840.2.1.100.4.3.1
A set of configuration parameters for a particular network interface on this device. If the device has no network interface, this table is empty. The index is composed of the ifIndex assigned to the corresponding interface.
Status: current Access: not-accessible
OBJECT-TYPE    
  IPAddrEntry  

iPAddrVid 1.3.6.1.4.1.7840.2.1.100.4.3.1.1
The VLAN interface being used by this table entry. Only the VLAN interfaces which have an IP configured will appear in the table.
Status: current Access: not-accessible
OBJECT-TYPE    
  INTEGER  

iPAddrIPAddress 1.3.6.1.4.1.7840.2.1.100.4.3.1.2
The IP address of this Net interface. The default value for this object is 0.0.0.0. If either the IPAddrIPAddress or IPAddrSubnetMask is 0.0.0.0, then when the device boots, it may use BOOTP to try to figure out what these values should be. If BOOTP fails, before the device can talk on the network, this value must be configured (e.g., through a terminal attached to the device).
Status: current Access: not-accessible
OBJECT-TYPE    
  IpAddress  

iPAddrSubnetMask 1.3.6.1.4.1.7840.2.1.100.4.3.1.3
The subnet mask of this Net interface. The default value for this object is 0.0.0.0. If either the IPAddrIPAddress or IPAddrSubnetMask are 0.0.0.0, then when the device boots, it may use BOOTP to try to figure out what these values should be. If BOOTP fails, before the device can talk on the network, this value must be configured (e.g., through a terminal attached to the device).
Status: current Access: read-create
OBJECT-TYPE    
  IpAddress  

iPAddrPrimaryInterface 1.3.6.1.4.1.7840.2.1.100.4.3.1.4
Whether this is a primary interface.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER primary(0), secondary(1)  

iPAddrStatus 1.3.6.1.4.1.7840.2.1.100.4.3.1.5
Now state.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER createAndGo(0), active(1), destroy(2)  

interfaceTable 1.3.6.1.4.1.7840.2.1.100.4.4
A table of interfaceEntry.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    InterfaceEntry

interfaceEntry 1.3.6.1.4.1.7840.2.1.100.4.4.1
A set of configuration parameters for a particular network interface on this device. If the device has no network interface, this table is empty. The index is composed of the ifIndex assigned to the corresponding interface.
Status: current Access: not-accessible
OBJECT-TYPE    
  InterfaceEntry  

intfacetype 1.3.6.1.4.1.7840.2.1.100.4.4.1.1
The Type of interface. Now support(1)vintf and (2)loopback.
Status: current Access: not-accessible
OBJECT-TYPE    
  INTEGER vintf(1), loopback(2), tunnel(3)  

intfaceID 1.3.6.1.4.1.7840.2.1.100.4.4.1.2
The Number of interface. exp:intfacetype(1),interfaceID(2) means interface vlan 2. if intfacetype(2) interfaceID(4) means interface loopback4. if intfacetype(3) interfaceID(5) means interface Tunnel5.
Status: current Access: not-accessible
OBJECT-TYPE    
  INTEGER  

intfaceIndex 1.3.6.1.4.1.7840.2.1.100.4.4.1.3
The Index of interface.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

intfaceStatus 1.3.6.1.4.1.7840.2.1.100.4.4.1.5
Now state.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER createAndGo(0), active(1), destroy(2)  

vlanInfoTable 1.3.6.1.4.1.7840.2.1.100.5.1
A table containing current configuration information for each VLAN currently configured into the device by (local or network) management.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    VlanInfoEntry

vlanInfoEntry 1.3.6.1.4.1.7840.2.1.100.5.1.1
Static information for a VLAN configured into the device by (local or network) management.
Status: current Access: not-accessible
OBJECT-TYPE    
  VlanInfoEntry  

vlanID 1.3.6.1.4.1.7840.2.1.100.5.1.1.1
This value is vlan's ID.
Status: current Access: not-accessible
OBJECT-TYPE    
  INTEGER 1..4094  

vlanName 1.3.6.1.4.1.7840.2.1.100.5.1.1.2
which may be used to identify the VLAN.
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString Size(1..64)  

vlanPortNumber 1.3.6.1.4.1.7840.2.1.100.5.1.1.3
The sum of vlan's ports.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 0..65535  

vlanRowStatus 1.3.6.1.4.1.7840.2.1.100.5.1.1.4
This object indicates the status of this entry.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER active(1), destroy(2)  

mvlanInfoTable 1.3.6.1.4.1.7840.2.1.100.5.2
A table containing current configuration information for Multicast VLAN .
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    MvlanInfoEntry

mvlanInfoEntry 1.3.6.1.4.1.7840.2.1.100.5.2.1
Static information for Multicast VLAN configured into the device by (local or network) management.
Status: current Access: not-accessible
OBJECT-TYPE    
  MvlanInfoEntry  

mvlanID 1.3.6.1.4.1.7840.2.1.100.5.2.1.1
This value is mvlan's ID.
Status: current Access: not-accessible
OBJECT-TYPE    
  INTEGER 1..4094  

mvlanStatus 1.3.6.1.4.1.7840.2.1.100.5.2.1.2
the status of mVLAN:enable(1) to active a mvlanID;disable(0) is to destroy a mvlanID.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enable(1), disable(0)  

mvlanAssoVlanList 1.3.6.1.4.1.7840.2.1.100.5.2.1.3
configure vlans association with multicast Vlan,such as'3-4'or '2,5,6',set or unset by Configuring mvlanAssoVlanStatus; geting vlans which associating with multicast Vlan .
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString Size(1..100)  

mvlanAssoVlanStatus 1.3.6.1.4.1.7840.2.1.100.5.2.1.4
the status of mvlanAssoVlan:enable(1) to enable multicast Vlan association with Vlan; disable(0) is to disable multicast Vlan association with Vlan.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enable(1), disable(0)  

mvlanMode 1.3.6.1.4.1.7840.2.1.100.5.2.1.5
configure mode: when no configration,Default: 0.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER default(0), dynamic(1), compatible(2)  

mvlanPortInfoTable 1.3.6.1.4.1.7840.2.1.100.5.3
A table containing current configuration information for each Multicast VLAN .
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    MvlanPortInfoEntry

mvlanPortInfoEntry 1.3.6.1.4.1.7840.2.1.100.5.3.1
Static information for Multicast VLAN configured into the device by (local or network) management.
Status: current Access: not-accessible
OBJECT-TYPE    
  MvlanPortInfoEntry  

mvlanVId 1.3.6.1.4.1.7840.2.1.100.5.3.1.1
This value is mvlan's ID.
Status: current Access: not-accessible
OBJECT-TYPE    
  INTEGER 1..4094  

mvlanPortIndex 1.3.6.1.4.1.7840.2.1.100.5.3.1.2
Mvlan's port index.
Status: current Access: not-accessible
OBJECT-TYPE    
  INTEGER  

mvlanAssoPortTagid 1.3.6.1.4.1.7840.2.1.100.5.3.1.3
tagId of portIndex association with multicast Vlan,Default:0.if port needn't Tagid, set portIndex association with mvlanVId only.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 1..4094  

mvlanPortStatus 1.3.6.1.4.1.7840.2.1.100.5.3.1.4
the status of mvlanPortStatus:enable(1) to enable port association with multicast Vlan; disable(0) is to disable port association with multicast Vlan.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enable(1), disable(0)  

sysStackUnitNumber 1.3.6.1.4.1.7840.2.1.100.6.1
the number of the stacked units.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

jumblyStackingInfoTable 1.3.6.1.4.1.7840.2.1.100.6.2
Table of descriptive and status information about jumbly stacking in this system.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    JumblyStackingInfoEntry

jumblyStackingInfoEntry 1.3.6.1.4.1.7840.2.1.100.6.2.1
An entry in the table, containing information about stacking switch in this system.
Status: current Access: not-accessible
OBJECT-TYPE    
  JumblyStackingInfoEntry  

stackingUnitIndex 1.3.6.1.4.1.7840.2.1.100.6.2.1.1
This object identifies the switch within the system for which this entry contains information. This value can never be greater than switchNumber.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

swHardwareVersion 1.3.6.1.4.1.7840.2.1.100.6.2.1.2
The text string denoting the version of the hardware.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(1..32)  

swSoftwareVersion 1.3.6.1.4.1.7840.2.1.100.6.2.1.3
The text string denoting the version of the software.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(1..32)  

swCPUMac 1.3.6.1.4.1.7840.2.1.100.6.2.1.4
the Mac address of the machine.
Status: current Access: read-only
OBJECT-TYPE    
  MacAddress Size(17)  

swType 1.3.6.1.4.1.7840.2.1.100.6.2.1.5
Type of this switch.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(1..32)  

portSecurityTable 1.3.6.1.4.1.7840.2.1.100.7.1
The table of port security
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    PortSecurityEntry

portSecurityEntry 1.3.6.1.4.1.7840.2.1.100.7.1.1
An entry in the port security table.
Status: current Access: not-accessible
OBJECT-TYPE    
  PortSecurityEntry  

psPortIndex 1.3.6.1.4.1.7840.2.1.100.7.1.1.1
A unique value for each port
Status: current Access: not-accessible
OBJECT-TYPE    
  INTEGER  

psPortSecurity 1.3.6.1.4.1.7840.2.1.100.7.1.1.2
enable or disable mac bind on this port
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER disable(0), enable(1)  

psSecuritytSaticMacAdd 1.3.6.1.4.1.7840.2.1.100.7.1.1.3
bind Security mac address on this port
Status: current Access: read-write
OBJECT-TYPE    
  MacAddress Size(17)  

psSecurityStaticMacDel 1.3.6.1.4.1.7840.2.1.100.7.1.1.4
delete Security mac address on this port
Status: current Access: read-write
OBJECT-TYPE    
  MacAddress Size(17)  

psSecurityPortLock 1.3.6.1.4.1.7840.2.1.100.7.1.1.5
lock or unlock this port
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER unlock(0), lock(1)  

psSecurityPortMax 1.3.6.1.4.1.7840.2.1.100.7.1.1.6
Maximum secure addrs on this port
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 1..128  

psSecurityPortConvertmac 1.3.6.1.4.1.7840.2.1.100.7.1.1.7
convert dynamic mac to security mac
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 1  

psSecurityPortLocktimer 1.3.6.1.4.1.7840.2.1.100.7.1.1.8
lock timer on this port
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 0..300  

securityMacPortTable 1.3.6.1.4.1.7840.2.1.100.7.2
Table of descriptive and status information about security port
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SecurityMacPortEntry

securityMacPortEntry 1.3.6.1.4.1.7840.2.1.100.7.2.1
An entry in the security mac port table.
Status: current Access: not-accessible
OBJECT-TYPE    
  SecurityMacPortEntry  

secPortIndex 1.3.6.1.4.1.7840.2.1.100.7.2.1.1
A unique value for each port
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

secMacAdress 1.3.6.1.4.1.7840.2.1.100.7.2.1.2
Mac adress bind on this port
Status: current Access: read-only
OBJECT-TYPE    
  MacAddress Size(17)  

secVid 1.3.6.1.4.1.7840.2.1.100.7.2.1.3
vlan id of this port(pvid)
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

priIgmpSnoopingGlobalEnable 1.3.6.1.4.1.7840.2.1.100.8.1
Enable or disable the IgmpSnooping algorithm in the switch.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER disable(0), enable(1)  

priIgmpSnoopingVlanTable 1.3.6.1.4.1.7840.2.1.100.8.2
IopgmpSnoing configuration in vlan.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    PriIgmpSnoopingEntry

priIgmpSnoopingEntry 1.3.6.1.4.1.7840.2.1.100.8.2.1
IgmpSnooping confition in vlan.
Status: current Access: not-accessible
OBJECT-TYPE    
  PriIgmpSnoopingEntry  

priIgmpSnoopingvlanID 1.3.6.1.4.1.7840.2.1.100.8.2.1.1
This value is vlan's ID.
Status: current Access: not-accessible
OBJECT-TYPE    
  INTEGER  

priIgmpSnoopingvlanEnable 1.3.6.1.4.1.7840.2.1.100.8.2.1.2
Enable or disable the IgmpSnooping in the switch.Default:0
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER disable(0), enable(1)  

priIgmpSnoopingleave 1.3.6.1.4.1.7840.2.1.100.8.2.1.3
Enable or disable the immediate leave config.Default:0
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER no-immediate-leave(0), immediate-leave(1)  

priIgmpSnoopingL2gen 1.3.6.1.4.1.7840.2.1.100.8.2.1.4
Enable or disable the l2-general-querier config.Default:0
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER no-l2-general-querier(0), l2-general-querier(1)  

priIgmpSnoopingGroupNum 1.3.6.1.4.1.7840.2.1.100.8.2.1.5
set the maximum IGMP group the port can join
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 1..65535  

priIgmpSnoopingSourceNum 1.3.6.1.4.1.7840.2.1.100.8.2.1.6
set the maximum source number
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 1..65535  

priIgmpSnoopingPort 1.3.6.1.4.1.7840.2.1.100.8.2.1.7
Get static mrouter port of vlan. ethernet: Name of Ethernet port ifname: Name of interface port-channel: Port aggregation.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

priIgmpSnoopingPortTime 1.3.6.1.4.1.7840.2.1.100.8.2.1.8
Configure this survive time of mrouter port.Default: 255s
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 1..65535  

priIgmpSnoopingQueryInterval 1.3.6.1.4.1.7840.2.1.100.8.2.1.9
Configure this query interval. Default: 125s
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 1..65535  

priIgmpSnoopingQueryMrsp 1.3.6.1.4.1.7840.2.1.100.8.2.1.10
Configure the maximum query response period. Default: 10s
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 1..25  

priIgmpSnoopingQueryRobustness 1.3.6.1.4.1.7840.2.1.100.8.2.1.11
Configure the query robustness.Default: 2
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 2..10  

priIgmpSnoopingSuppression 1.3.6.1.4.1.7840.2.1.100.8.2.1.12
Configure the suppression query time.Default: 255s
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 1..65535  

priIgmpSnoopingBindTable 1.3.6.1.4.1.7840.2.1.100.8.3
IgmpSnoing bind configuration.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    PriIgmpSnoopingBindEntry

priIgmpSnoopingBindEntry 1.3.6.1.4.1.7840.2.1.100.8.3.1
IgmpSnooping bind configuration.
Status: current Access: not-accessible
OBJECT-TYPE    
  PriIgmpSnoopingBindEntry  

priIgmpSnoopingVlanID 1.3.6.1.4.1.7840.2.1.100.8.3.1.1
This value is vlan's ID.
Status: current Access: not-accessible
OBJECT-TYPE    
  INTEGER  

priIgmpSnoopingGroupAddress 1.3.6.1.4.1.7840.2.1.100.8.3.1.2
This value is group's ip address.
Status: current Access: not-accessible
OBJECT-TYPE    
  IpAddress  

priIgmpSnoopingPortBitmap 1.3.6.1.4.1.7840.2.1.100.8.3.1.3
Port's bitmap.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING  

dot1qTunnelTable 1.3.6.1.4.1.7840.2.1.100.9.1
port of qinq tunnel function list
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Dot1qTunnelEntry

dot1qTunnelEntry 1.3.6.1.4.1.7840.2.1.100.9.1.1
configure of dot1qTunnel
Status: current Access: not-accessible
OBJECT-TYPE    
  Dot1qTunnelEntry  

qinqPortIndex 1.3.6.1.4.1.7840.2.1.100.9.1.1.1
port index
Status: current Access: not-accessible
OBJECT-TYPE    
  INTEGER  

tunnelPortEnable 1.3.6.1.4.1.7840.2.1.100.9.1.1.2
Enable or disable the dot1q-tunnel in this port.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER disable(0), enable(1)  

tunnelPortType 1.3.6.1.4.1.7840.2.1.100.9.1.1.3
Protocol type of trunk port(TPID)(exp:33024(0x8100)/37120(0x9100)/37376(0x9200)).
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER  

vlanTranslationTable 1.3.6.1.4.1.7840.2.1.100.9.2
VLAN translation basic config.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    VlanTranslationEntry

vlanTranslationEntry 1.3.6.1.4.1.7840.2.1.100.9.2.1
VLAN translation
Status: current Access: not-accessible
OBJECT-TYPE    
  VlanTranslationEntry  

translatPortIndex 1.3.6.1.4.1.7840.2.1.100.9.2.1.1
Index of Port.
Status: current Access: not-accessible
OBJECT-TYPE    
  INTEGER  

translationEnable 1.3.6.1.4.1.7840.2.1.100.9.2.1.2
if the port can be done translation function
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER disable(0), enable(1)  

translationDropType 1.3.6.1.4.1.7840.2.1.100.9.2.1.3
when VLAN-translation missed, drop packet mode
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER in(1), out(2), both(3), noIn(4), noOut(5), noBoth(6)  

vlanTranslationTypeTable 1.3.6.1.4.1.7840.2.1.100.9.3
port VLAN-translation of translation relation list
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    VlanTranslationTypeEntry

vlanTranslationTypeEntry 1.3.6.1.4.1.7840.2.1.100.9.3.1
port VLAN translation of translation relation,index is port index and translation sort
Status: current Access: not-accessible
OBJECT-TYPE    
  VlanTranslationTypeEntry  

translatPortTypeIndex 1.3.6.1.4.1.7840.2.1.100.9.3.1.1
port index
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

translationType 1.3.6.1.4.1.7840.2.1.100.9.3.1.2
translation type. in:input translation; out:output translation.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER in(1), out(2)  

translationOldVlanid 1.3.6.1.4.1.7840.2.1.100.9.3.1.3
vlantranslation pre-vid
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 1..4094  

translationNewVlanid 1.3.6.1.4.1.7840.2.1.100.9.3.1.4
the new vid
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 1..4094  

translationTypeStatus 1.3.6.1.4.1.7840.2.1.100.9.3.1.5
accession/delete VLAN-translation relation
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER active(1), destroy(2)  

acl 1.3.6.1.4.1.7840.2.1.100.10.1
OBJECT IDENTIFIER    

fireWall 1.3.6.1.4.1.7840.2.1.100.10.1.1
OBJECT IDENTIFIER    

timeRange 1.3.6.1.4.1.7840.2.1.100.10.1.2
OBJECT IDENTIFIER    

aclConfig 1.3.6.1.4.1.7840.2.1.100.10.1.3
OBJECT IDENTIFIER    

aclAttach 1.3.6.1.4.1.7840.2.1.100.10.1.4
OBJECT IDENTIFIER    

fireWallEnable 1.3.6.1.4.1.7840.2.1.100.10.1.1.1
firewall on-off
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER disable(0), enable(1)  

timeRangeMapTable 1.3.6.1.4.1.7840.2.1.100.10.1.2.1
timeRange Map Table
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    TimeRangeMapEntry

timeRangeMapEntry 1.3.6.1.4.1.7840.2.1.100.10.1.2.1.1
timeRange Map Entry
Status: current Access: not-accessible
OBJECT-TYPE    
  TimeRangeMapEntry  

timeRangeMapIndex 1.3.6.1.4.1.7840.2.1.100.10.1.2.1.1.1
TimeRange Map index,the range of it is 1-(2^32-1).
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

timeRangeMapName 1.3.6.1.4.1.7840.2.1.100.10.1.2.1.1.2
TimeRange Map name
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString Size(1..64)  

timeRangeMapStatus 1.3.6.1.4.1.7840.2.1.100.10.1.2.1.1.3
TimeRange Map status
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER createAndGo(0), active(1), destroy(2)  

timeRangeTable 1.3.6.1.4.1.7840.2.1.100.10.1.2.2
timeRange Table
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    TimeRangeEntry

timeRangeEntry 1.3.6.1.4.1.7840.2.1.100.10.1.2.2.1
timeRange Entry
Status: current Access: not-accessible
OBJECT-TYPE    
  TimeRangeEntry  

timeRangeIndex 1.3.6.1.4.1.7840.2.1.100.10.1.2.2.1.1
TimeRange index,the allowed range is 1 to 1000.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

timeRangeSubIndex 1.3.6.1.4.1.7840.2.1.100.10.1.2.2.1.2
TimeRange sub index,the allowed range is 1 to 1000.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

timeRangeType 1.3.6.1.4.1.7840.2.1.100.10.1.2.2.1.3
TimeRange type
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER absolute(1), periodic(2)  

timeRangeStartWeek 1.3.6.1.4.1.7840.2.1.100.10.1.2.2.1.4
configurate the start week,for example: f8 means monday+tuesday+wednesday+thurday+friday, the lowest bit is not used,so fe is the biggest.
Status: current Access: read-write
OBJECT-TYPE    
  BITS monday(0), tuesday(1), wednesday(2), thursday(3), friday(4), saturday(5), sunday(6)  

timeRangeStartDate 1.3.6.1.4.1.7840.2.1.100.10.1.2.2.1.5
configurate the start Date,for example YYYY.MM.DD .
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString  

timeRangeStartTime 1.3.6.1.4.1.7840.2.1.100.10.1.2.2.1.6
configurate the start clock,for example HH:MM:SS.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString  

timeRangeEndWeek 1.3.6.1.4.1.7840.2.1.100.10.1.2.2.1.7
configurate the end week,for example: f8 means monday+tuesday+wednesday+thurday+friday, the lowest bit is not used,so fe is the biggest.
Status: current Access: read-write
OBJECT-TYPE    
  BITS monday(0), tuesday(1), wednesday(2), thursday(3), friday(4), saturday(5), sunday(6)  

timeRangeEndDate 1.3.6.1.4.1.7840.2.1.100.10.1.2.2.1.8
configurate the end date,for example YYYY.MM.DD.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString  

timeRangeEndTime 1.3.6.1.4.1.7840.2.1.100.10.1.2.2.1.9
configurate the end clock,for example HH:MM:SS.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString  

timeRangeStatus 1.3.6.1.4.1.7840.2.1.100.10.1.2.2.1.10
status of timeRangeMapTable
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER createAndGo(0), active(1), destroy(2)  

numAclGroupTable 1.3.6.1.4.1.7840.2.1.100.10.1.3.1
this table is used for building a num-acl list.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    NumAclGroupEntry

numAclGroupEntry 1.3.6.1.4.1.7840.2.1.100.10.1.3.1.1
numAclGroup Table's Entry
Status: current Access: not-accessible
OBJECT-TYPE    
  NumAclGroupEntry  

numAclGroupAclIndex 1.3.6.1.4.1.7840.2.1.100.10.1.3.1.1.1
the index of number acl,ip standard <1-99>,ip extern <100-299>,mac standard <700-799>, mac extern <1100-1199>,ipv6 standard <500-599> ipv6 extern <600-699>.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

numAclGroupMatchOrder 1.3.6.1.4.1.7840.2.1.100.10.1.3.1.1.2
value 0 means Acl rule's priority is automatically configured, value 1 means Acl rule's priority is manually configured, but now it's not supported.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER autoPriority(0), configPriority(1)  

numAclGroupSubitemNum 1.3.6.1.4.1.7840.2.1.100.10.1.3.1.1.3
the Number of one acl's rule.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

numAclGroupStatus 1.3.6.1.4.1.7840.2.1.100.10.1.3.1.1.4
the status of number acl.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER createAndGo(0), active(1), destroy(2)  

nameAclGroupTable 1.3.6.1.4.1.7840.2.1.100.10.1.3.2
this table is used for building a name-acl list and mapping a string of named acl to a value of number, when you want to config name-acl list,you must map at here.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    NameAclGroupEntry

nameAclGroupEntry 1.3.6.1.4.1.7840.2.1.100.10.1.3.2.1
nameAclGroup Table's Entry
Status: current Access: not-accessible
OBJECT-TYPE    
  NameAclGroupEntry  

nameAclGroupAclIndex 1.3.6.1.4.1.7840.2.1.100.10.1.3.2.1.1
the index of name acl,the range starts at 20000.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

nameAclGroupAclName 1.3.6.1.4.1.7840.2.1.100.10.1.3.2.1.2
the name of name-acl.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString Size(1..64)  

nameAclGroupAclType 1.3.6.1.4.1.7840.2.1.100.10.1.3.2.1.3
the type of name acl.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER ipStandard(0), ipExtern(1), macStandard(2), macExtern(3), macIpExtern(4), macIpStandard(5), ipv6Standard(6), ipv6Extern(7)  

nameAclGroupMatchOrder 1.3.6.1.4.1.7840.2.1.100.10.1.3.2.1.4
value 0 means Acl rule's priority is automatically configured, value 1 means Acl rule's priority is manually configured, but now it's not supported.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER autoPriority(0), configPriority(1)  

nameAclGroupSubitemNum 1.3.6.1.4.1.7840.2.1.100.10.1.3.2.1.5
the Number of one acl's rule.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

nameAclGroupStatus 1.3.6.1.4.1.7840.2.1.100.10.1.3.2.1.6
the status of nameAclGroupTable.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER createAndGo(0), active(1), destroy(2)  

ipStandardAclTable 1.3.6.1.4.1.7840.2.1.100.10.1.3.3
config ip Standard Acl
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    IpStandardAclEntry

ipStandardAclEntry 1.3.6.1.4.1.7840.2.1.100.10.1.3.3.1
ip standard Table's Entry
Status: current Access: not-accessible
OBJECT-TYPE    
  IpStandardAclEntry  

ipStandardIndex 1.3.6.1.4.1.7840.2.1.100.10.1.3.3.1.1
The index of ip-standard-acl group.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

ipStandardSubIndex 1.3.6.1.4.1.7840.2.1.100.10.1.3.3.1.2
The index of ip-standard-acl rule.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

ipStandardPriority 1.3.6.1.4.1.7840.2.1.100.10.1.3.3.1.3
The priority of standard ip acl's rule,it is not supported now.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER  

ipStandardAct 1.3.6.1.4.1.7840.2.1.100.10.1.3.3.1.4
The action of acl rule.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER deny(0), permit(1)  

ipStandardSrcIp 1.3.6.1.4.1.7840.2.1.100.10.1.3.3.1.5
Source IP-address of basic acl rule.
Status: current Access: read-write
OBJECT-TYPE    
  IpAddress  

ipStandardSrcIpWild 1.3.6.1.4.1.7840.2.1.100.10.1.3.3.1.6
Source IP-address wild of basic acl rule.
Status: current Access: read-write
OBJECT-TYPE    
  IpAddress  

ipStandardStatus 1.3.6.1.4.1.7840.2.1.100.10.1.3.3.1.7
status of the ipStandardAclTable.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER createAndGo(0), active(1), destroy(2)  

ipExternAclTable 1.3.6.1.4.1.7840.2.1.100.10.1.3.4
ip extern Acl Table
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    IpExternAclEntry

ipExternAclEntry 1.3.6.1.4.1.7840.2.1.100.10.1.3.4.1
ip extern Table's Entry
Status: current Access: not-accessible
OBJECT-TYPE    
  IpExternAclEntry  

ipExternIndex 1.3.6.1.4.1.7840.2.1.100.10.1.3.4.1.1
The index of ip-Extern-acl group .
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

ipExternSubIndex 1.3.6.1.4.1.7840.2.1.100.10.1.3.4.1.2
The index of ip-Extern-acl rule .
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

ipExternPriority 1.3.6.1.4.1.7840.2.1.100.10.1.3.4.1.3
The priority of extern ip acl's rule,it is not supported now.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER  

ipExternAct 1.3.6.1.4.1.7840.2.1.100.10.1.3.4.1.4
The action of acl rule.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER deny(0), permit(1)  

ipExternProtocal 1.3.6.1.4.1.7840.2.1.100.10.1.3.4.1.5
The protocol number field in the IP header used to indicate the higher layer protocol as specified in RFC 1700. A value value of 0 matches every IP packet. For example : 0 is IP, 1 is ICMP, 2 is IGMP, 4 is IP in IP encapsulation, 6 is TCP, 9 is IGRP, 17 is UDP, 47 is GRE, 50 is ESP, 51 is AH, 88 is EIGRP, 89 is OSPF, 94 is KA9Q/NOS compatible IP over IP, 103 is PIMv2, 108 is PCP.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 0..255  

ipExternSrcIp 1.3.6.1.4.1.7840.2.1.100.10.1.3.4.1.6
Source IP-address of advanced acl rule,for example 10.1.1.0 .
Status: current Access: read-write
OBJECT-TYPE    
  IpAddress  

ipExternSrcIpWild 1.3.6.1.4.1.7840.2.1.100.10.1.3.4.1.7
Source IP-address wild of advanced acl rule,for example 0.0.0.255 .
Status: current Access: read-write
OBJECT-TYPE    
  IpAddress  

ipExternDstIp 1.3.6.1.4.1.7840.2.1.100.10.1.3.4.1.8
Destination IP-address of advanced acl rule,for example 10.1.1.0 .
Status: current Access: read-write
OBJECT-TYPE    
  IpAddress  

ipExternDstIpWild 1.3.6.1.4.1.7840.2.1.100.10.1.3.4.1.9
Destination IP-address wild of advanced acl rule,for example 0.0.0.255 .
Status: current Access: read-write
OBJECT-TYPE    
  IpAddress  

ipExternTimeRangeName 1.3.6.1.4.1.7840.2.1.100.10.1.3.4.1.10
The Time-range of advanced acl rule.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString Size(1..64)  

ipExternSrcOp 1.3.6.1.4.1.7840.2.1.100.10.1.3.4.1.11
Indicates how a packet's source TCP/UDP port number is to be compared. If the numIpExternProtocol object in the same row does not indicate TCP or UDP, this object has to be 'noOperator(0)' and cannot be changed while this row is active, i.e., the value of numIpExternStatus in the same row has the value 'active(1)'. 'noOperator(0)', which is the default value, means that no comparison is to be made with the source TCP/UDP port number. eq(1) means equal, This operators are using the ipExternSrcPort1 object as an operand which is the only one needed. range(3) means that it compares the port value between two numbers, so this operator needs 2 operands. One operand is the starting port number of the range which is ipExternSrcPort1 object, and the other operand is the ending port number of the range which the ipExternSrcPort2 object is in. Now support(3)eq,(5)range.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER noOperator(0), eq(1), range(2)  

ipExternSrcPort1 1.3.6.1.4.1.7840.2.1.100.10.1.3.4.1.12
The source port number of the TCP or UDP protocol. If the numIpExternSrcOP object in the same row is range(5), this object will be the starting port number of the port range. This object cannot be configured if numIpExternStatus in the same row is active(1) or numIpExternSrcOP in the same row is noOperator(0).
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 0..65535  

ipExternSrcPort2 1.3.6.1.4.1.7840.2.1.100.10.1.3.4.1.13
The source port number of the TCP or UDP protocol. If the numIpExternSrcOP object in the same row is range(5), this object will be the ending port number of the port range. This object cannot be configured if numIpExternStatus in the same row is active(1) or numIpExternSrcOP in the same row is not range(5).
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 0..65535  

ipExternDstOp 1.3.6.1.4.1.7840.2.1.100.10.1.3.4.1.14
Indicates how a packet's Destination TCP/UDP port number is to be compared. If the numIpExternProtocol object in the same row does not indicate TCP or UDP, this object has to be 'noOperator(0)' and cannot be changed while this row is active, i.e., the value of numIpExternStatus in the same row has the value 'active(1)'. 'noOperator(0)', which is the default value, means that no comparison is to be made with the source TCP/UDP port number. eq(1)means equal, This operators are using the numIpExternDestPort object as an operand which is the only one needed. range(5) means that it compares the port value between two numbers, so this operator needs 2 operands. One operand is the starting port number of the range which is numIpExternSrcPort object, and the other operand is the ending port number of the range which the numIpExternDestPortRange object is in. Now support(3)eq,(5)range.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER noOperator(0), eq(1), range(2)  

ipExternDstPort1 1.3.6.1.4.1.7840.2.1.100.10.1.3.4.1.15
The source port number of the TCP or UDP protocol. If the numIpExternDestOP object in the same row is range(5), this object will be the starting port number of the port range. This object cannot be configured if numIpExternStatus in the same row is active(1) or numIpExternDestOP in the same row is noOperator(0).
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 0..65535  

ipExternDstPort2 1.3.6.1.4.1.7840.2.1.100.10.1.3.4.1.16
The source port number of the TCP or UDP protocol. If the numIpExternDestOP object in the same row is range(5), this object will be the ending port number of the port range. This object cannot be configured if numIpExternStatus in the same row is active(1) or numIpExternDestOP in the same row is not range(5).
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 0..65535  

ipExternStatus 1.3.6.1.4.1.7840.2.1.100.10.1.3.4.1.17
now state of the access-list.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER createAndGo(0), active(1), destroy(2)  

macStandardAclTable 1.3.6.1.4.1.7840.2.1.100.10.1.3.5
mac Standard Acl Table
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    MacStandardAclEntry

macStandardAclEntry 1.3.6.1.4.1.7840.2.1.100.10.1.3.5.1
mac standard Table's Entry
Status: current Access: not-accessible
OBJECT-TYPE    
  MacStandardAclEntry  

macStandardIndex 1.3.6.1.4.1.7840.2.1.100.10.1.3.5.1.1
The index of mac-standard-acl group .
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

macStandardSubIndex 1.3.6.1.4.1.7840.2.1.100.10.1.3.5.1.2
The index of mac-standard-acl rule .
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

macStandardPriority 1.3.6.1.4.1.7840.2.1.100.10.1.3.5.1.3
The priority of standard mac acl's rule,it is not supported now.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER  

macStandardAct 1.3.6.1.4.1.7840.2.1.100.10.1.3.5.1.4
The action of acl rule.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER deny(0), permit(1)  

macStandardSrcMac 1.3.6.1.4.1.7840.2.1.100.10.1.3.5.1.5
Source Mac-address of basic acl rule,for example : ff-ff-ff-ff-ff-00.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString Size(17)  

macStandardSrcMacWild 1.3.6.1.4.1.7840.2.1.100.10.1.3.5.1.6
Source Mac-address's anti-mask of basic acl rule,for example : ff-ff-ff-ff-00-00.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString Size(17)  

macStandardStatus 1.3.6.1.4.1.7840.2.1.100.10.1.3.5.1.7
status of the access-list.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER createAndGo(0), active(1), destroy(2)  

macExternAclTable 1.3.6.1.4.1.7840.2.1.100.10.1.3.6
mac extern Acl Table
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    MacExternAclEntry

macExternAclEntry 1.3.6.1.4.1.7840.2.1.100.10.1.3.6.1
mac extern Table's Entry
Status: current Access: not-accessible
OBJECT-TYPE    
  MacExternAclEntry  

macExternIndex 1.3.6.1.4.1.7840.2.1.100.10.1.3.6.1.1
The index of Mac-Extern-acl group.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

macExternSubIndex 1.3.6.1.4.1.7840.2.1.100.10.1.3.6.1.2
The index of Mac-Extern-acl rule.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

macExternPriority 1.3.6.1.4.1.7840.2.1.100.10.1.3.6.1.3
The priority of extern mac acl's rule,it is not supported now.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER  

macExternAct 1.3.6.1.4.1.7840.2.1.100.10.1.3.6.1.4
The action of acl rule.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER deny(0), permit(1)  

macExternSrcMac 1.3.6.1.4.1.7840.2.1.100.10.1.3.6.1.5
Source Mac-address of advanced acl rule,for example : ff-ff-ff-ff-ff-00.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString Size(17)  

macExternSrcMacWild 1.3.6.1.4.1.7840.2.1.100.10.1.3.6.1.6
Source Mac-address's anti-mask of advanced acl rule,for example : ff-ff-ff-ff-00-00.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString Size(17)  

macExternDstMac 1.3.6.1.4.1.7840.2.1.100.10.1.3.6.1.7
Destination Mac-address of advanced acl rule,for example : ff-ff-ff-ff-ff-00.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString Size(17)  

macExternDstMacWild 1.3.6.1.4.1.7840.2.1.100.10.1.3.6.1.8
Destination Mac-address's anti-mask of advanced acl rule,for example : ff-ff-ff-ff-00-00.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString Size(17)  

macExternPacketType 1.3.6.1.4.1.7840.2.1.100.10.1.3.6.1.9
Indicates the message type of packets.none(0),untagged-eth2(1), untagged-802.3(2),tagged-eth2(3),tagged-802.3(4)
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER  

macExternEtherType 1.3.6.1.4.1.7840.2.1.100.10.1.3.6.1.10
Value of the ethertype
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 1536..65535  

macExternEtherTypeWild 1.3.6.1.4.1.7840.2.1.100.10.1.3.6.1.11
Anti-mask of the ethertype
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 0..65535  

macExternCos 1.3.6.1.4.1.7840.2.1.100.10.1.3.6.1.12
value of the cos
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 0..7  

macExternCosWild 1.3.6.1.4.1.7840.2.1.100.10.1.3.6.1.13
Anti-mask of the cos
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 0..7  

macExternVlanId 1.3.6.1.4.1.7840.2.1.100.10.1.3.6.1.14
vlan id
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 1..4094  

macExternVlanIdWild 1.3.6.1.4.1.7840.2.1.100.10.1.3.6.1.15
Anti-mask of the vlan id
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 0..4095  

macExternStatus 1.3.6.1.4.1.7840.2.1.100.10.1.3.6.1.16
now state of the access-list.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER createAndGo(0), active(1), destroy(2)  

ipv6StandardAclTable 1.3.6.1.4.1.7840.2.1.100.10.1.3.7
ipv6 Standard Acl Table
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Ipv6StandardAclEntry

ipv6StandardAclEntry 1.3.6.1.4.1.7840.2.1.100.10.1.3.7.1
ipv6 standard Table's Entry
Status: current Access: not-accessible
OBJECT-TYPE    
  Ipv6StandardAclEntry  

ipv6StandardIndex 1.3.6.1.4.1.7840.2.1.100.10.1.3.7.1.1
The index of ipv6-standard-acl group.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

ipv6StandardSubIndex 1.3.6.1.4.1.7840.2.1.100.10.1.3.7.1.2
The index of ipv6-standard-acl rule.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

ipv6StandardPriority 1.3.6.1.4.1.7840.2.1.100.10.1.3.7.1.3
The priority of standard ipv6 acl's rule,it is not supported now.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER  

ipv6StandardAct 1.3.6.1.4.1.7840.2.1.100.10.1.3.7.1.4
The action of acl rule.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER deny(0), permit(1)  

ipv6StandardSrcIp 1.3.6.1.4.1.7840.2.1.100.10.1.3.7.1.5
Source IPV6-address of basic acl rule,for example : 3ffe:506::100.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString Size(1..40)  

ipv6StandardSrcPrefixLen 1.3.6.1.4.1.7840.2.1.100.10.1.3.7.1.6
Source IPV6-address prefix length of basic acl rule.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 0..128  

ipv6StandardStatus 1.3.6.1.4.1.7840.2.1.100.10.1.3.7.1.7
now state of the access-list.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER createAndGo(0), active(1), destroy(2)  

ipv6ExternAclTable 1.3.6.1.4.1.7840.2.1.100.10.1.3.8
ipv6 extern Acl Table
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Ipv6ExternAclEntry

ipv6ExternAclEntry 1.3.6.1.4.1.7840.2.1.100.10.1.3.8.1
ipv6 extern Table's Entry
Status: current Access: not-accessible
OBJECT-TYPE    
  Ipv6ExternAclEntry  

ipv6ExternIndex 1.3.6.1.4.1.7840.2.1.100.10.1.3.8.1.1
The index of ipv6-Extern-acl group .
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER  

ipv6ExternSubIndex 1.3.6.1.4.1.7840.2.1.100.10.1.3.8.1.2
The index of ipv6-Extern-acl rule .
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER  

ipv6ExternPriority 1.3.6.1.4.1.7840.2.1.100.10.1.3.8.1.3
The priority of extern ipv6 acl's rule,it is not supported now.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER  

ipv6ExternAct 1.3.6.1.4.1.7840.2.1.100.10.1.3.8.1.4
The action of acl rule.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER deny(0), permit(1)  

ipv6ExternProtocal 1.3.6.1.4.1.7840.2.1.100.10.1.3.8.1.5
The protocol number field in the IP header used to indicate the higher layer protocol as specified . For example : 0 is IP, 1 is ICMP, 2 is IGMP, 4 is IP in IP encapsulation, 6 is TCP, 9 is IGRP, 17 is UDP, 47 is GRE, 50 is ESP, 51 is AH, 88 is EIGRP, 89 is OSPF, 94 is KA9Q/NOS compatible IP over IP, 103 is PIMv2, 108 is PCP
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 0..255  

ipv6ExternSrcIp 1.3.6.1.4.1.7840.2.1.100.10.1.3.8.1.6
Source IPV6-address of advanced acl rule,for example : 3ffe:506::100.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString Size(1..40)  

ipv6ExternSrcPreLen 1.3.6.1.4.1.7840.2.1.100.10.1.3.8.1.7
Source IP-address prefix length of advanced acl rule.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 0..128  

ipv6ExternDstIp 1.3.6.1.4.1.7840.2.1.100.10.1.3.8.1.8
Destination IPV6-address of advanced acl rule,for example : 3ffe:506::100.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString Size(1..40)  

ipv6ExternDstPreLen 1.3.6.1.4.1.7840.2.1.100.10.1.3.8.1.9
Destination IPV6-address prefix length of advanced acl rule.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 0..128  

ipv6ExternTimeRangeName 1.3.6.1.4.1.7840.2.1.100.10.1.3.8.1.10
The Time-range of advanced acl rule.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString  

ipv6ExternSrcOp 1.3.6.1.4.1.7840.2.1.100.10.1.3.8.1.11
Indicates how a packet's source TCP/UDP port number is to be compared. If the ipv6ExternProtocal object in the same row does not indicate TCP or UDP, this object has to be 'noOperator(0)' and cannot be changed while this row is active, i.e., the value of ipv6ExternStatus in the same row has the value 'active(1)'. 'noOperator(0)', which is the default value, means that no comparison is to be made with the source TCP/UDP port number. eq(3) means equal,range(5) means that it compares the port value between two numbers, so this operator needs 2 operands. One operand is the starting port number of the range which is ipv6ExternSrcPort1 object, and the other operand is the ending port number of the range which the ipv6ExternSrcPort2 object is in.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER noOperator(0), eq(3), range(5)  

ipv6ExternSrcPort1 1.3.6.1.4.1.7840.2.1.100.10.1.3.8.1.12
The source port number of the TCP or UDP protocol. If the ipv6ExternSrcOp object in the same row is range(5), this object will be the starting port number of the port range. This object cannot be configured if ipv6ExternStatus in the same row is active(1) or ipv6ExternSrcOp in the same row is noOperator(0).
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 0..65535  

ipv6ExternSrcPort2 1.3.6.1.4.1.7840.2.1.100.10.1.3.8.1.13
The source port number of the TCP or UDP protocol. If the ipv6ExternSrcOp object in the same row is range(5), this object will be the ending port number of the port range. This object cannot be configured if ipv6ExternStatus in the same row is active(1) or ipv6ExternSrcOp in the same row is not range(5).
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 0..65535  

ipv6ExternDstOp 1.3.6.1.4.1.7840.2.1.100.10.1.3.8.1.14
Indicates how a packet's Destination TCP/UDP port number is to be compared. If the ipv6ExternProtocal object in the same row does not indicate TCP or UDP, this object has to be 'noOperator(0)' and cannot be changed while this row is active, i.e., the value of ipv6ExternStatus in the same row has the value 'active(1)'. 'noOperator(0)', which is the default value, means that no comparison is to be made with the source TCP/UDP port number. eq(3) means equal,range(5) means that it compares the port value between two numbers, so this operator needs 2 operands. One operand is the starting port number of the range which is ipv6ExternDstPort1 object, and the other operand is the ending port number of the range which the ipv6ExternDstPort2 object is in.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER noOperator(0), eq(3), range(5)  

ipv6ExternDstPort1 1.3.6.1.4.1.7840.2.1.100.10.1.3.8.1.15
The Destination port number of the TCP or UDP protocol. If the ipv6ExternDstOp object in the same row is range(5), this object will be the starting port number of the port range. This object cannot be configured if ipv6ExternStatus in the same row is active(1) or ipv6ExternDstOp in the same row is noOperator(0).
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 0..65535  

ipv6ExternDstPort2 1.3.6.1.4.1.7840.2.1.100.10.1.3.8.1.16
The Destination port number of the TCP or UDP protocol. If the ipv6ExternDstOp object in the same row is range(5), this object will be the ending port number of the port range. This object cannot be configured if ipv6ExternStatus in the same row is active(1) or ipv6ExternDstOp in the same row is not range(5).
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 0..65535  

ipv6ExternStatus 1.3.6.1.4.1.7840.2.1.100.10.1.3.8.1.17
status of ipv6ExternAclTable.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER createAndGo(0), active(1), destroy(2)  

macIpExternAclTable 1.3.6.1.4.1.7840.2.1.100.10.1.3.9
mac-ip extern Acl Table
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    MacIpExternAclEntry

macIpExternAclEntry 1.3.6.1.4.1.7840.2.1.100.10.1.3.9.1
mac-ip extern Table's Entry
Status: current Access: not-accessible
OBJECT-TYPE    
  MacIpExternAclEntry  

macIpExternIndex 1.3.6.1.4.1.7840.2.1.100.10.1.3.9.1.1
The index of macIp-Extern-acl group .
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

macIpExternSubIndex 1.3.6.1.4.1.7840.2.1.100.10.1.3.9.1.2
The index of macIp-Extern-acl rule .
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

macIpExternPriority 1.3.6.1.4.1.7840.2.1.100.10.1.3.9.1.3
The priority of extern macIp acl's rule,it is not supported now.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER  

macIpExternAct 1.3.6.1.4.1.7840.2.1.100.10.1.3.9.1.4
The action of acl rule.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER deny(0), permit(1)  

macIpExternProtocal 1.3.6.1.4.1.7840.2.1.100.10.1.3.9.1.5
The protocol number field in the IP header used to indicate the higher layer protocol as specified in RFC 1700. A value value of 0 matches every IP packet. For example : 0 is IP, 1 is ICMP, 2 is IGMP, 4 is IP in IP encapsulation, 6 is TCP, 9 is IGRP, 17 is UDP, 47 is GRE, 50 is ESP, 51 is AH, 88 is EIGRP, 89 is OSPF, 94 is KA9Q/NOS compatible IP over IP, 103 is PIMv2, 108 is PCP.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 0..255  

macIpExternSrcMac 1.3.6.1.4.1.7840.2.1.100.10.1.3.9.1.6
Source Mac-address of advanced acl rule,for example : ff-ff-ff-ff-ff-00.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString Size(17)  

macIpExternSrcMacWild 1.3.6.1.4.1.7840.2.1.100.10.1.3.9.1.7
Source Mac-address's anti-mask of advanced acl rule,for example : ff-ff-ff-ff-00-00.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString Size(17)  

macIpExternDstMac 1.3.6.1.4.1.7840.2.1.100.10.1.3.9.1.8
Destination Mac-address of advanced acl rule,for example : ff-ff-ff-ff-ff-00.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString Size(17)  

macIpExternDstMacWild 1.3.6.1.4.1.7840.2.1.100.10.1.3.9.1.9
Destination Mac-address's anti-mask of advanced acl rule,for example : ff-ff-ff-ff-00-00.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString Size(17)  

macIpExternSrcIp 1.3.6.1.4.1.7840.2.1.100.10.1.3.9.1.10
Source IP-address of advanced acl rule,for example 10.1.1.0 .
Status: current Access: read-write
OBJECT-TYPE    
  IpAddress  

macIpExternSrcIpWild 1.3.6.1.4.1.7840.2.1.100.10.1.3.9.1.11
Source IP-address wild of advanced acl rule,for example 0.0.0.255 .
Status: current Access: read-write
OBJECT-TYPE    
  IpAddress  

macIpExternDstIp 1.3.6.1.4.1.7840.2.1.100.10.1.3.9.1.12
Destination IP-address of advanced acl rule,for example 10.1.1.0 .
Status: current Access: read-write
OBJECT-TYPE    
  IpAddress  

macIpExternDstIpWild 1.3.6.1.4.1.7840.2.1.100.10.1.3.9.1.13
Destination IP-address wild of advanced acl rule,for example 0.0.0.255 .
Status: current Access: read-write
OBJECT-TYPE    
  IpAddress  

macIpExternTimeRangeName 1.3.6.1.4.1.7840.2.1.100.10.1.3.9.1.14
The Time-range of advanced acl rule.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString Size(1..64)  

macIpExternSrcOp 1.3.6.1.4.1.7840.2.1.100.10.1.3.9.1.15
Indicates how a packet's source TCP/UDP port number is to be compared. If the macIpExternProtocal object in the same row does not indicate TCP or UDP, this object has to be 'noOperator(0)' and cannot be changed while this row is active, i.e., the value of macIpExternStatus in the same row has the value 'active(1)'. 'noOperator(0)', which is the default value, means that no comparison is to be made with the source TCP/UDP port number. eq(3) means equal, This operators are using the macIpExternSrcPort1 object as an operand which is the only one needed. range(5) means that it compares the port value between two numbers, so this operator needs 2 operands. One operand is the starting port number of the range which is macIpExternSrcPort1 object, and the other operand is the ending port number of the range which the macIpExternSrcPort2 object is in. Now support(3)eq,(5)range.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER noOperator(0), eq(3), range(5)  

macIpExternSrcPort1 1.3.6.1.4.1.7840.2.1.100.10.1.3.9.1.16
The source port number of the TCP or UDP protocol. If the macIpExternSrcOP object in the same row is range(5), this object will be the starting port number of the port range. This object cannot be configured if macIpExternStatus in the same row is active(1) or numIpExternSrcOP in the same row is noOperator(0).
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 0..65535  

macIpExternSrcPort2 1.3.6.1.4.1.7840.2.1.100.10.1.3.9.1.17
The source port number of the TCP or UDP protocol. If the macIpExternSrcOP object in the same row is range(5), this object will be the ending port number of the port range. This object cannot be configured if numIpExternStatus in the same row is active(1) or macIpExternSrcOP in the same row is not range(5).
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 0..65535  

macIpExternDstOp 1.3.6.1.4.1.7840.2.1.100.10.1.3.9.1.18
Indicates how a packet's Destination TCP/UDP port number is to be compared. If the macIpExternProtocol object in the same row does not indicate TCP or UDP, this object has to be 'noOperator(0)' and cannot be changed while this row is active, i.e., the value of macIpExternStatus in the same row has the value 'active(1)'. 'noOperator(0)', which is the default value, means that no comparison is to be made with the source TCP/UDP port number. eq(3)means equal, This operators are using the macIpExternDstPort object as an operand which is the only one needed. range(5) means that it compares the port value between two numbers, so this operator needs 2 operands. One operand is the starting port number of the range which is macIpExternSrcPort1 object, and the other operand is the ending port number of the range which the macIpExternDstPort2 object is in. Now support(3)eq,(5)range.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER noOperator(0), eq(1), range(2)  

macIpExternDstPort1 1.3.6.1.4.1.7840.2.1.100.10.1.3.9.1.19
The source port number of the TCP or UDP protocol. If the macIpExternDstOP object in the same row is range(5), this object will be the starting port number of the port range. This object cannot be configured if macIpExternStatus in the same row is active(1) or macIpExternDstOP in the same row is noOperator(0).
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 0..65535  

macIpExternDstPort2 1.3.6.1.4.1.7840.2.1.100.10.1.3.9.1.20
The source port number of the TCP or UDP protocol. If the macIpExternDstOP object in the same row is range(5), this object will be the ending port number of the port range. This object cannot be configured if numIpExternStatus in the same row is active(1) or macIpExternDstOP in the same row is not range(5).
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 0..65535  

macIpExternPrecedence 1.3.6.1.4.1.7840.2.1.100.10.1.3.9.1.21
The precedence of macIp-Extern-acl .
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 0..7  

macIpExternTos 1.3.6.1.4.1.7840.2.1.100.10.1.3.9.1.22
The tos of macIp-Extern-acl .
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 0..15  

macIpExternStatus 1.3.6.1.4.1.7840.2.1.100.10.1.3.9.1.23
state of the access-list.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER createAndGo(0), active(1), destroy(2)  

aclActiveTable 1.3.6.1.4.1.7840.2.1.100.10.1.4.1
bind Acl in port or vlan.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AclActiveEntry

aclActiveEntry 1.3.6.1.4.1.7840.2.1.100.10.1.4.1.1
Entry for aclActiveTable
Status: current Access: not-accessible
OBJECT-TYPE    
  AclActiveEntry  

aclActiveBindType 1.3.6.1.4.1.7840.2.1.100.10.1.4.1.1.1
point out the type of position of the bind-acl.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER port(0), vlan(1)  

aclActiveIndex 1.3.6.1.4.1.7840.2.1.100.10.1.4.1.1.2
The value of port id or vlan id .
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

aclActiveType 1.3.6.1.4.1.7840.2.1.100.10.1.4.1.1.3
the type of acl.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER ip(1), ipv6(2), mac(3), macIp(5)  

aclActiveDirection 1.3.6.1.4.1.7840.2.1.100.10.1.4.1.1.4
the direction of a binding acl.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER out(0), in(1)  

aclActiveAclIndex 1.3.6.1.4.1.7840.2.1.100.10.1.4.1.1.5
the value of acl index,you have configured in aclNumAccessGroupTable or aclNameAccessGroupTable.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER  

aclActiveStatistic 1.3.6.1.4.1.7840.2.1.100.10.1.4.1.1.6
support traffic statistic or not.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER disable(0), enable(1)  

aclActiveStatus 1.3.6.1.4.1.7840.2.1.100.10.1.4.1.1.7
access or delete the bind-acl.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER disable(0), enable(1)  

aclStatisticClearTable 1.3.6.1.4.1.7840.2.1.100.10.1.4.2
clear traffic-statistic in port or vlan.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AclStatisticClearEntry

aclStatisticClearEntry 1.3.6.1.4.1.7840.2.1.100.10.1.4.2.1
entry for aclStatisticClearTable
Status: current Access: not-accessible
OBJECT-TYPE    
  AclStatisticClearEntry  

aclStatisticClearBindType 1.3.6.1.4.1.7840.2.1.100.10.1.4.2.1.1
point out the type of position of the bind-acl.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER port(0), vlan(1)  

aclStatisticClearDirection 1.3.6.1.4.1.7840.2.1.100.10.1.4.2.1.2
the direction of a binding acl.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER out(0), in(1)  

aclStatisticClearIndex 1.3.6.1.4.1.7840.2.1.100.10.1.4.2.1.3
The value of port id or vlan id .
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

aclStatisticClearStatus 1.3.6.1.4.1.7840.2.1.100.10.1.4.2.1.4
clear the bind-acl's traffic-statistic.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER disable(0), enable(1)  

sshMgt 1.3.6.1.4.1.7840.2.1.100.10.2
OBJECT IDENTIFIER    

sshServerStatus 1.3.6.1.4.1.7840.2.1.100.10.2.1
The status of Secure Shell Server, set this value to 1 to enable SSH server, set this value to 0 to disable the SSH server.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enable(1), disable(0)  

sshServerVersion 1.3.6.1.4.1.7840.2.1.100.10.2.2
The version of the SSH Server.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

sshTimeout 1.3.6.1.4.1.7840.2.1.100.10.2.3
The time interval that the router waits for the SSH client to respond. The range is 10-600.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 10..600  

sshAuthRetries 1.3.6.1.4.1.7840.2.1.100.10.2.4
The number of attempts after which the interface is reset. The range is 1-10.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 1..10  

sshUseTable 1.3.6.1.4.1.7840.2.1.100.10.2.5
The table for Secure Shell Connection.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SshUseEntry

sshUseEntry 1.3.6.1.4.1.7840.2.1.100.10.2.5.1
The conceptual row for sshConnInfoTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  SshUseEntry  

sshUserIndex 1.3.6.1.4.1.7840.2.1.100.10.2.5.1.1
Tok_String
Status: current Access: not-accessible
OBJECT-TYPE    
  INTEGER  

sshUserName 1.3.6.1.4.1.7840.2.1.100.10.2.5.1.2
Tok_String
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString Size(1..16)  

sshUserType 1.3.6.1.4.1.7840.2.1.100.10.2.5.1.3
Tok_String
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER noCryptograph(0), cryptograph(7)  

sshUserPassword 1.3.6.1.4.1.7840.2.1.100.10.2.5.1.4
Tok_String
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString Size(1..32)  

sshUserStatus 1.3.6.1.4.1.7840.2.1.100.10.2.5.1.5
Tok_String
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER createAndGo(0), active(1), destroy(2)  

sshConnInfoTable 1.3.6.1.4.1.7840.2.1.100.10.2.6
The table for Secure Shell Connection.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SshConnInfoEntry

sshConnInfoEntry 1.3.6.1.4.1.7840.2.1.100.10.2.6.1
The conceptual row for sshConnInfoTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  SshConnInfoEntry  

sshConnID 1.3.6.1.4.1.7840.2.1.100.10.2.6.1.1
The connection ID of the Secure Shell Connection.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

sshConnVersion 1.3.6.1.4.1.7840.2.1.100.10.2.6.1.2
The SSH version.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

sshConnStatus 1.3.6.1.4.1.7840.2.1.100.10.2.6.1.3
The SSH connection State. negotiationStart(1) mean the SSH is in its negotiation start state, authenticationStart(2) mean the SSH is in authentication start state, sessionStart(3) mean the SSH is in session start State.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER negotiationStart(1), authenticationStart(2), sessionStart(3)  

sshConnUserName 1.3.6.1.4.1.7840.2.1.100.10.2.6.1.4
User Name.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

tacacsMgt 1.3.6.1.4.1.7840.2.1.100.10.3
OBJECT IDENTIFIER    

tacacsServerHostTable 1.3.6.1.4.1.7840.2.1.100.10.3.1
IP address of TACACS server.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    TacacsServerHostEntry

tacacsServerHostEntry 1.3.6.1.4.1.7840.2.1.100.10.3.1.1
Tok_String
Status: current Access: not-accessible
OBJECT-TYPE    
  TacacsServerHostEntry  

tacacsServerHostIndex 1.3.6.1.4.1.7840.2.1.100.10.3.1.1.1
IP address of TACACS server.
Status: current Access: not-accessible
OBJECT-TYPE    
  INTEGER  

tacacsServerHostIP 1.3.6.1.4.1.7840.2.1.100.10.3.1.1.2
IP address of TACACS server.
Status: current Access: read-write
OBJECT-TYPE    
  IpAddress  

tacacsServerHostPort 1.3.6.1.4.1.7840.2.1.100.10.3.1.1.3
Port of TACACS server.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 0..65535  

tacacsServerHostPrimary 1.3.6.1.4.1.7840.2.1.100.10.3.1.1.4
Tok_String
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER noPrimary(0), primary(1)  

tacacsServerHostStatus 1.3.6.1.4.1.7840.2.1.100.10.3.1.1.5
Tok_String
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER createAndGo(0), active(1), destroy(2)  

tacacsServerHostKey 1.3.6.1.4.1.7840.2.1.100.10.3.1.1.6
Key for TACACS. Input space(' ') to clear this key
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString Size(1..16)  

tacacsServerHostTimeout 1.3.6.1.4.1.7840.2.1.100.10.3.1.1.7
The time before retransmit of the TACACS server.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 0..60  

tacacsServerTimeout 1.3.6.1.4.1.7840.2.1.100.10.3.2
The time before retransmit of the TACACS server.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 1..60  

tacacsServerKey 1.3.6.1.4.1.7840.2.1.100.10.3.3
Key for TACACS. Input space(' ') to clear this key
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString Size(1..16)  

am 1.3.6.1.4.1.7840.2.1.100.10.4
OBJECT IDENTIFIER    

amGlobalEnable 1.3.6.1.4.1.7840.2.1.100.10.4.1
Global Enable or disable the Access Management.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enable(1), disable(2)  

amPortInfoTable 1.3.6.1.4.1.7840.2.1.100.10.4.2
Access Management information list of port.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AmPortInfoEntry

amPortInfoEntry 1.3.6.1.4.1.7840.2.1.100.10.4.2.1
Tok_String
Status: current Access: not-accessible
OBJECT-TYPE    
  AmPortInfoEntry  

amPortIndex 1.3.6.1.4.1.7840.2.1.100.10.4.2.1.1
port index
Status: current Access: not-accessible
OBJECT-TYPE    
  INTEGER  

amPortEnable 1.3.6.1.4.1.7840.2.1.100.10.4.2.1.2
Enable or disable the Access Management on the port.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enable(1), disable(2)  

amPortForwardingType 1.3.6.1.4.1.7840.2.1.100.10.4.2.1.3
Access Management forwarding type.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER ip-pool(1), mac-ip-pool(2)  

amPortIp 1.3.6.1.4.1.7840.2.1.100.10.4.2.1.4
IP address of Access Management.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

amPortMac 1.3.6.1.4.1.7840.2.1.100.10.4.2.1.5
Mac address of Access Management.
Status: current Access: read-write
OBJECT-TYPE    
  MacAddress Size(17)  

amPortCount 1.3.6.1.4.1.7840.2.1.100.10.4.2.1.6
Seriate IP address number.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 1..32  

amPortStatus 1.3.6.1.4.1.7840.2.1.100.10.4.2.1.7
Tok_String
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER createAndGo(0), active(1), destroy(2)  

radiusMgt 1.3.6.1.4.1.7840.2.1.100.10.5
OBJECT IDENTIFIER    

aaaEnabled 1.3.6.1.4.1.7840.2.1.100.10.5.1
Enable or disable Aaa function.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enable(1), disable(0)  

aaaAccount 1.3.6.1.4.1.7840.2.1.100.10.5.2
Enable or disable Aaa Accounting function.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enable(1), disable(0)  

aaaAccountUpdate 1.3.6.1.4.1.7840.2.1.100.10.5.3
Enable or disable Aaa Accounting update function.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enable(1), disable(0)  

aaaAccountBindingDHCP 1.3.6.1.4.1.7840.2.1.100.10.5.4
Enable or disable Aaa Accounting DHCP-Binding function.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enable(1), disable(0)  

radiusAuthenServerHostTable 1.3.6.1.4.1.7840.2.1.100.10.5.5
Configuration items and information list of RADIUS authentication server host.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    RadiusAuthenServerHostEntry

radiusAuthenServerHostEntry 1.3.6.1.4.1.7840.2.1.100.10.5.5.1
Tok_String
Status: current Access: not-accessible
OBJECT-TYPE    
  RadiusAuthenServerHostEntry  

radiusAuthenServerHostIndex 1.3.6.1.4.1.7840.2.1.100.10.5.5.1.1
Index of RADIUS authentication server.
Status: current Access: not-accessible
OBJECT-TYPE    
  INTEGER  

radiusAuthenServerHostIP 1.3.6.1.4.1.7840.2.1.100.10.5.5.1.2
IP address of RADIUS authentication server.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString Size(1..39)  

radiusAuthenServerHostPort 1.3.6.1.4.1.7840.2.1.100.10.5.5.1.3
Port of RADIUS authentication server.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 0..65535  

radiusAutServerHostKey 1.3.6.1.4.1.7840.2.1.100.10.5.5.1.4
Key for RADIUS authentication server. Input space(' ') to clear this key
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString Size(1..64)  

radiusAuthenServerHostPrimary 1.3.6.1.4.1.7840.2.1.100.10.5.5.1.5
Configuration of primary or not primary
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER noPrimary(0), primary(1)  

radiusAutServerHostAccessMode 1.3.6.1.4.1.7840.2.1.100.10.5.5.1.6
Configuration access mode of none, dot1x or telnet
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER none(0), dot1x(1), telnet(2)  

radiusAuthenServerHostStatus 1.3.6.1.4.1.7840.2.1.100.10.5.5.1.7
Setting it to active(1) to creates an entry,setting it to destroy(2) to destroy an entry.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER active(1), destroy(2)  

radiusAcctServerHostTable 1.3.6.1.4.1.7840.2.1.100.10.5.6
Configuration items and information list of RADIUS accounting server host.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    RadiusAcctServerHostEntry

radiusAcctServerHostEntry 1.3.6.1.4.1.7840.2.1.100.10.5.6.1
Tok_String
Status: current Access: not-accessible
OBJECT-TYPE    
  RadiusAcctServerHostEntry  

radiusAcctServerHostIndex 1.3.6.1.4.1.7840.2.1.100.10.5.6.1.1
Index of RADIUS accounting server.
Status: current Access: not-accessible
OBJECT-TYPE    
  INTEGER  

radiusAcctServerHostIP 1.3.6.1.4.1.7840.2.1.100.10.5.6.1.2
IP address of RADIUS accounting server.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString Size(1..39)  

radiusAcctServerHostPort 1.3.6.1.4.1.7840.2.1.100.10.5.6.1.3
Port of RADIUS accounting server.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 0..65535  

radiusAcctServerHostKey 1.3.6.1.4.1.7840.2.1.100.10.5.6.1.4
Key for RADIUS accounting server. Input space(' ') to clear this key
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString Size(1..64)  

radiusAcctServerHostPrimary 1.3.6.1.4.1.7840.2.1.100.10.5.6.1.5
Configuration of primary or not primary
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER noPrimary(0), primary(1)  

radiusAcctServerHostStatus 1.3.6.1.4.1.7840.2.1.100.10.5.6.1.6
Setting it to active(1) to creates an entry,setting it to destroy(2) to destroy an entry.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER active(1), destroy(2)  

radiusServerTimeout 1.3.6.1.4.1.7840.2.1.100.10.5.7
The time before retransmit of the RADIUS server.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 1..1000  

radiusServerRetransmit 1.3.6.1.4.1.7840.2.1.100.10.5.8
Retransmit time before giving up the current RADIUS server.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 0..100  

radiusServerDeadTime 1.3.6.1.4.1.7840.2.1.100.10.5.9
The time before retry of the down-server.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 1..255  

radiusServerKey 1.3.6.1.4.1.7840.2.1.100.10.5.10
Key for RADIUS. Input space(' ') to clear this key
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString Size(1..64)  

radiusServerAccountTimeOut 1.3.6.1.4.1.7840.2.1.100.10.5.11
Accounting update interval.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 60..3600  

radiusServerNasIpv4 1.3.6.1.4.1.7840.2.1.100.10.5.12
Radius server nas IPv4. Input 0.0.0.0 to delete nas ipv4 address
Status: current Access: read-write
OBJECT-TYPE    
  IpAddress  

radiusServerNasIpv6 1.3.6.1.4.1.7840.2.1.100.10.5.13
Radius server nas IPv6. Input 0 to delete nas IPv6 address
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString Size(1..39)  

qos 1.3.6.1.4.1.7840.2.1.100.11.1
OBJECT IDENTIFIER    

qosEnable 1.3.6.1.4.1.7840.2.1.100.11.1.1
qos golbal switch.disable express close,enable is open.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER disable(0), enable(1)  

qosPortTable 1.3.6.1.4.1.7840.2.1.100.11.1.2
qos port configration.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    QosPortEntry

qosPortEntry 1.3.6.1.4.1.7840.2.1.100.11.1.2.1
qos port list of concrete definition.index is port index
Status: current Access: not-accessible
OBJECT-TYPE    
  QosPortEntry  

qosPortIndex 1.3.6.1.4.1.7840.2.1.100.11.1.2.1.1
port Index
Status: current Access: not-accessible
OBJECT-TYPE    
  INTEGER  

qosPortType 1.3.6.1.4.1.7840.2.1.100.11.1.2.1.2
the relation between qosPortType and CLI: 1 mls qos cos { }; 0 mls qos trust {cos [pass-through-cos] [pass-through-dscp]|dscp [pass-through-cos] [pass-through-dscp]| ip-precedence [pass-through-cos] [pass-through-dscp] |port priority [pass-through-cos] [pass-through-dscp]} ; 2 mls qos dscp-mutation ; 3 priority-queue out. According to the relation,when configurate qos with snmp,first set the qosPortType to the correct value to select CLI, then set next CLI parameter.Fox example,set qos default cos is 5, first set qosPortType=1 ,then set qosPortCos to 5, finally setting qosPortStatus to 1, trigger snmp-cache works.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER cos(1), trust(0), dscpMutation(2), priorityQueueOut(3)  

qosPortCos 1.3.6.1.4.1.7840.2.1.100.11.1.2.1.3
port default cos value
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER 0..7  

qosPortTrust 1.3.6.1.4.1.7840.2.1.100.11.1.2.1.4
Configure port trust. priority(0),mls qos trust port priority ; priAndPassThroughDscp(1),opposite cli is mls qos trust port priority pass-through-dscp; priAndPassThroughCos(2),opposite cli is mls qos trust port priority pass-through-cos; priAndPassThroughCosAndPassThroughDscp(3),opposite cli is mls qos trust port priority pass-through-cos pass-through-dscp; cos(4),mls qos trust cos; cosAndPassThroughDscp(5),opposite cli is mls qos trust cos pass-through-dscp; cosAndPassThroughCos(6),opposite cli is mls qos trust cos pass-through-cos; cosAndPassThroughCosAndPassThroughDscp(7),opposite cli is mls qos trust cos pass-through-cos pass-through-dscp; dscp(8),mls qos trust dscp; dscpAndPassThroughCos(9),opposite cli is mls qos trust dscp pass-through-cos; dscpAndPassThroughDscp(10),opposite cli is mls qos trust dscp pass-through-dscp; dscpAndPassThroughDscpAndPassThroughCos(11),opposite cli is mls qos trust dscp pass-through-dscp pass-through-cos; ipPrecedence(12), mls qos trust ip-precedence; ipPreAndPassThroughCos(13),opposite cli is mls qos trust ip-precedence pass-through-cos; ipPreAndPassThroughDSCP(14),opposite cli is mls qos trust ip-precedence pass-through-dscp; ipPreAndPassThroughDSCPAndPassThroughCos(15),opposite cli is mls qos trust ip-precedence pass-through-dscp pass-through-cos; mplsEXP(16),mls qos mpls trust exp.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER priority(0), priAndPassThroughDscp(1), priAndPassThroughCos(2), priAndPassThroughCosAndPassThroughDscp(3), cos(4), cosAndPassThroughDscp(5), cosAndPassThroughCos(6), cosAndPassThroughCosAndPassThroughDscp(7), dscp(8), dscpAndPassThroughCos(9), dscpAndPassThroughDscp(10), dscpAndPassThroughDscpAndPassThroughCos(11), ipPrecedence(12), ipPreAndPassThroughCos(13), ipPreAndPassThroughDSCP(14), ipPreAndPassThroughDSCPAndPassThroughCos(15), mplsEXP(16)  

qosPortPriority 1.3.6.1.4.1.7840.2.1.100.11.1.2.1.5
The corresponding CLI:mls qos trust port priority .
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER 0..7  

qosPortMutation 1.3.6.1.4.1.7840.2.1.100.11.1.2.1.6
configure port of dscp-mutation,opposite cli 'mls qos dscp-mutation '
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString  

qosPortQueue 1.3.6.1.4.1.7840.2.1.100.11.1.2.1.7
priorityQueue configure queue out method to strict priority-queue method; wrrQueue restores the default wrr queue out method.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER priorityQueue(0), wrrQueue(1)  

qosPortStatus 1.3.6.1.4.1.7840.2.1.100.11.1.2.1.8
Setting it to active(1) to creates an entry,setting it to destroy(2) to destroy an entry.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER active(1), destroy(2)  

qosClassMapTable 1.3.6.1.4.1.7840.2.1.100.11.1.3
classmap configure list
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    QosClassMapEntry

qosclassmapEntry 1.3.6.1.4.1.7840.2.1.100.11.1.3.1
about classmap list of concrete definition,index is classmapname.
Status: current Access: not-accessible
OBJECT-TYPE    
  QosClassMapEntry  

qosClassMapName 1.3.6.1.4.1.7840.2.1.100.11.1.3.1.1
classmap name
Status: current Access: not-accessible
OBJECT-TYPE    
  DisplayString Size(1..32)  

qosClassMapType 1.3.6.1.4.1.7840.2.1.100.11.1.3.1.2
0 class-map ,index is classmapname; 1 match access-group ,need qosClassMapAccessGroup cooperation; 2 match ip dscp qosClassMapDscp ; 3 match ip precedence qosClassMapIpPre; 4 match vlan qosClassMapVlan; 5 match ipv6 dscp qosClassMapV6Dscp; 7 match ipv6 flowlabel qosClassMapV6Flow; 8 match ipv6 access-group qosClassMapV6AccGroup 9 match cos qosClassCos 10 match mpls-experimental topmost qosClassMapEXPtopmost
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER configurClassMap(0), accessGroup(1), dscp(2), v6dscp(5), ippre(3), v6AccessGroup(8), v6Flow(7), vlan(4), cos(9), exptopmost(10)  

qosClassMapAccessGroup 1.3.6.1.4.1.7840.2.1.100.11.1.3.1.3
Match specify access-group (name or number). This object be configured only if qosClassMapType in the same row is accessGroup(1).
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString  

qosClassMapDscp 1.3.6.1.4.1.7840.2.1.100.11.1.3.1.4
Match specify Dscp. This object be configured only if qosClassMapType in the same row is dscp(2).
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString  

qosClassMapV6Dscp 1.3.6.1.4.1.7840.2.1.100.11.1.3.1.5
Match specify ipv6 Dscp. This object be configured only if qosClassMapType in the same row is v6dscp(5).
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString  

qosClassMapIpPre 1.3.6.1.4.1.7840.2.1.100.11.1.3.1.6
Match specify Ip Precedence. This object be configured only if qosClassMapType in the same row is ippre(3).
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString  

qosClassMapV6AccGroup 1.3.6.1.4.1.7840.2.1.100.11.1.3.1.7
Match specify Ipv6 Access-Group. This object be configured only if qosClassMapType in the same row is v6AccessGroup(8).
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString  

qosClassMapV6Flow 1.3.6.1.4.1.7840.2.1.100.11.1.3.1.8
Match specify Ipv6 Flowlabel. This object be configured only if qosClassMapType in the same row is v6Flow(6).
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString  

qosClassMapVlan 1.3.6.1.4.1.7840.2.1.100.11.1.3.1.9
Match specify Vlan list . At most 8 vlan id. This object be configured only if qosClassMapType in the same row is vlan(4).
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString  

qosClassCos 1.3.6.1.4.1.7840.2.1.100.11.1.3.1.10
Match specify Cos . This object be configured only if qosClassMapType in the same row is cos(9).
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString  

qosClassMapEXPtopmost 1.3.6.1.4.1.7840.2.1.100.11.1.3.1.11
Match specify MPLS EXP. This object be configured only if qosClassMapType in the same row is EXPtopmost(10).
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString  

qosClassMapStatus 1.3.6.1.4.1.7840.2.1.100.11.1.3.1.12
Setting it to active(1) to creates an entry,setting it to destroy(2) to destroy an entry.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER active(1), destroy(2)  

qosPolicyTable 1.3.6.1.4.1.7840.2.1.100.11.1.4
qos policy list
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    QosPolicyEntry

qosPolicyEntry 1.3.6.1.4.1.7840.2.1.100.11.1.4.1
qos policy list of definition,index is qos policy and classmap of name
Status: current Access: not-accessible
OBJECT-TYPE    
  QosPolicyEntry  

qosPolicyName 1.3.6.1.4.1.7840.2.1.100.11.1.4.1.1
QoS Policy name
Status: current Access: not-accessible
OBJECT-TYPE    
  DisplayString Size(1..32)  

qosPolicyClassMap 1.3.6.1.4.1.7840.2.1.100.11.1.4.1.2
Specify the classmap name.After a policy map is created, it can be associated to a class. So, if you want the class map to match the policy map,please setting the qosPolicyType to 1,and then setting the qosPolicyStatus to 1 .
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString Size(1..32)  

qosPolicyType 1.3.6.1.4.1.7840.2.1.100.11.1.4.1.3
the relation between qosPolicyType and CLI: 0 policy-map ; 1 class ; 2 police [exceed-action {drop | policed-dscp-transmit}]; 3 police aggregate ;
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER policymap(0), matchclassmap(1), sp(2), aggregatePolicer(3)  

qosPolicyRateKbps 1.3.6.1.4.1.7840.2.1.100.11.1.4.1.4
Rate Bandwidth of one policymap. This object be configured only if qosPolicyType in the same row is sp(2).
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER 1..10000000  

qosPolicyNormalBurstKbps 1.3.6.1.4.1.7840.2.1.100.11.1.4.1.5
Normal burst kbytes.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER 1..1000000  

qosPolicyMaximumBurstKbps 1.3.6.1.4.1.7840.2.1.100.11.1.4.1.6
Maximum burst kbytes.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER 1..1000000  

qosPolicyPeakKbps 1.3.6.1.4.1.7840.2.1.100.11.1.4.1.7
Peak information rate.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER 1..1000000  

qosPolicyConformAction 1.3.6.1.4.1.7840.2.1.100.11.1.4.1.8
conform-action transmit means send packets without any change when specified speed is not exceeded; conform-action drop means drop packets when specified speed is not exceeded; conform-action set-dscp-transmit specifies to mark down packet DSCP value according to policed-dscp mapping when specified speed is not exceeded; conform-action set-prec-transmit specifies to mark down packet TOS value according to policed-dscp mapping when specified speed is not exceeded.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER transmit(0), drop(1), set-dscp-transmit(2), set-prec-transmit(3)  

qosPolicyConformActionChangeValue 1.3.6.1.4.1.7840.2.1.100.11.1.4.1.9
If conform-action is set-dscp-transmit(2),the value is between 0-63; else if conform-action is set-prec-transmit(2),the value is between 0-7.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER 0..63  

qosPolicyExceedAction 1.3.6.1.4.1.7840.2.1.100.11.1.4.1.10
exceed-action transmit means send packets without any change when specified speed is exceeded; exceed-action drop means drop packets when specified speed is exceeded; exceed-action policed-dscp-transmit specifies to mark down packet DSCP value according to policed-dscp mapping when specified speed is exceeded.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER transmit(0), drop(1), policeDscpTransmit(2)  

qosPolicyViolateAction 1.3.6.1.4.1.7840.2.1.100.11.1.4.1.11
violate-action transmit means send packets without any change when specified speed is violate; violate-action drop means drop packets when specified speed is violate; violate-action policed-dscp-transmit specifies to mark down packet DSCP value according to policed-dscp mapping when specified speed is violate.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER transmit(0), drop(1), policeDscpTransmit(2)  

qosPolicyAggregatePolicer 1.3.6.1.4.1.7840.2.1.100.11.1.4.1.12
aggregate-policer-name. This object be configured only if qosPolicyType in the same row is aggregatePolicer(3).
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString  

qosPolicyStatus 1.3.6.1.4.1.7840.2.1.100.11.1.4.1.13
Setting it to active(1) to creates an entry,setting it to destroy(2) to destroy an entry.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER active(1), destroy(2)  

qosAggPolicerTable 1.3.6.1.4.1.7840.2.1.100.11.1.5
qos of AggPolicer list,use it can configure one item AggPolicer,Attention : the get/get next operation can only get snmp cache content, please refer to qosshow node for the running configuraton
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    QosAggPolicerEntry

qosAggPolicerEntry 1.3.6.1.4.1.7840.2.1.100.11.1.5.1
index is AggPolicer name.
Status: current Access: not-accessible
OBJECT-TYPE    
  QosAggPolicerEntry  

qosAggPolicerName 1.3.6.1.4.1.7840.2.1.100.11.1.5.1.1
QoS qosAggPolicer name
Status: current Access: not-accessible
OBJECT-TYPE    
  DisplayString Size(1..32)  

qosAggPolicerRateKbps 1.3.6.1.4.1.7840.2.1.100.11.1.5.1.2
Rate Bandwidth of After the classification.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER 1..10000000  

qosAggPolicerNormalBurstKbps 1.3.6.1.4.1.7840.2.1.100.11.1.5.1.3
Normal burst kbytes.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER 1..1000000  

qosAggPolicerMaximumBurstKbps 1.3.6.1.4.1.7840.2.1.100.11.1.5.1.4
Maximum burst kbytes.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER 1..1000000  

qosAggPolicerPeakKbps 1.3.6.1.4.1.7840.2.1.100.11.1.5.1.5
Peak information rate.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER 1..1000000  

qosAggPolicerConformAction 1.3.6.1.4.1.7840.2.1.100.11.1.5.1.6
conform-action transmit means send packets without any change when specified speed is not exceeded; conform-action drop means drop packets when specified speed is not exceeded; conform-action set-dscp-transmit specifies to mark down packet DSCP value according to policed-dscp mapping when specified speed is not exceeded; conform-action set-prec-transmit specifies to mark down packet TOS value according to policed-dscp mapping when specified speed is not exceeded.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER transmit(0), drop(1), set-dscp-transmit(2), set-prec-transmit(3)  

qosAggPolicerConformActionChangeValue 1.3.6.1.4.1.7840.2.1.100.11.1.5.1.7
If conform-action is set-dscp-transmit(2),the value is between 0-63; else if conform-action is set-prec-transmit(2),the value is between 0-7.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER 0..63  

qosAggPolicerExceedAction 1.3.6.1.4.1.7840.2.1.100.11.1.5.1.8
exceed-action transmit means send packets without any change when specified speed is exceeded; exceed-action drop means drop packets when specified speed is exceeded; exceed-action policed-dscp-transmit specifies to mark down packet DSCP value according to policed-dscp mapping when specified speed is exceeded.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER transmit(0), drop(1), policeDscpTransmit(2)  

qosAggPolicerViolateAction 1.3.6.1.4.1.7840.2.1.100.11.1.5.1.9
violate-action transmit means send packets without any change when specified speed is violate; violate-action drop means drop packets when specified speed is violate; violate-action policed-dscp-transmit specifies to mark down packet DSCP value according to policed-dscp mapping when specified speed is violate.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER transmit(0), drop(1), policeDscpTransmit(2)  

qosAggPolicerStatus 1.3.6.1.4.1.7840.2.1.100.11.1.5.1.10
Setting it to active(1) to creates an entry,setting it to destroy(2) to destroy an entry.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER active(1), destroy(2)  

qosSetTable 1.3.6.1.4.1.7840.2.1.100.11.1.6
remark new dscp or ip precedence for classified flow
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    QosSetEntry

qosSetEntry 1.3.6.1.4.1.7840.2.1.100.11.1.6.1
qosSetTable list of acce index policyname and classmap name.
Status: current Access: not-accessible
OBJECT-TYPE    
  QosSetEntry  

qosSetPolicyMapName 1.3.6.1.4.1.7840.2.1.100.11.1.6.1.1
QoS Policy name
Status: current Access: not-accessible
OBJECT-TYPE    
  DisplayString Size(1..32)  

qosSetClassMapName 1.3.6.1.4.1.7840.2.1.100.11.1.6.1.2
QoS class map name
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString Size(1..32)  

qosSetType 1.3.6.1.4.1.7840.2.1.100.11.1.6.1.3
qosSetType range:1,2,3,4,5,6,7,8,9 1 dscp Set IP DSCP (DiffServ CodePoints); 2 precedence Set IP precedence; 3 nexthop Set IP nexthop; 4 dscp Set IPv6 DSCP (DiffServ CodePoints); 6 flowlabel Set IPv6 flowlabel; 7 v6nextHop Set IPv6 nexthop; 8 cos Set CoS ; 9 expimposition Set mpls-experimental-imposition
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER dscp(1), precedence(2), nextHop(3), v6Dscp(4), v6FlowLabel(6), v6nextHop(7), cos(8), expimposition(9)  

qosSetdscp 1.3.6.1.4.1.7840.2.1.100.11.1.6.1.4
remark dscp for the classified flow
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER 0..63  

qosSetprecedence 1.3.6.1.4.1.7840.2.1.100.11.1.6.1.5
remark ip precedence for classified flow
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER 0..7  

qosSetnextHop 1.3.6.1.4.1.7840.2.1.100.11.1.6.1.6
set nexthop for classified flow
Status: current Access: read-create
OBJECT-TYPE    
  IpAddress  

qosSetv6Dscp 1.3.6.1.4.1.7840.2.1.100.11.1.6.1.7
remark ipv6 dscp for classified flow
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER 0..63  

qosSetv6FlowLabel 1.3.6.1.4.1.7840.2.1.100.11.1.6.1.8
remark ipv6 flow lable for classified flow
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER 0..1048575  

qosSetv6nextHop 1.3.6.1.4.1.7840.2.1.100.11.1.6.1.9
set IPv6 nexthop for classified flow
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString  

qosSetCos 1.3.6.1.4.1.7840.2.1.100.11.1.6.1.10
remark cos for classified flow
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER 0..7  

qosSetEXPimposition 1.3.6.1.4.1.7840.2.1.100.11.1.6.1.11
remark MPLS EXP value for classified flow
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER 0..7  

qosSetStatus 1.3.6.1.4.1.7840.2.1.100.11.1.6.1.12
Setting it to active(1) to creates an entry,setting it to destroy(2) to destroy an entry.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER active(1), destroy(2)  

qosPortBindTable 1.3.6.1.4.1.7840.2.1.100.11.1.7
Apply a policy map to the specified port.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    QosPortBindEntry

qosPortBindEntry 1.3.6.1.4.1.7840.2.1.100.11.1.7.1
the index of this entry is port-index and policy-map
Status: current Access: not-accessible
OBJECT-TYPE    
  QosPortBindEntry  

qosPortBindIndex 1.3.6.1.4.1.7840.2.1.100.11.1.7.1.1
QoS Port Index
Status: current Access: not-accessible
OBJECT-TYPE    
  INTEGER  

qosPortBindPolicy 1.3.6.1.4.1.7840.2.1.100.11.1.7.1.2
QoS Policy name
Status: current Access: not-accessible
OBJECT-TYPE    
  DisplayString Size(1..16)  

qosPortBindType 1.3.6.1.4.1.7840.2.1.100.11.1.7.1.3
input(1),bind the policy-map to ingress port; output(2),bind the policy-map to egress port; noinput(3),unbind the policy-map to ingress port; nooutput(4), unbind the policy-map to egress port
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER input(1), output(2), noinput(3), nooutput(4)  

qosPortQueueTable 1.3.6.1.4.1.7840.2.1.100.11.1.8
set golbal qos WRR weight
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    QosPortQueueEntry

qosPortQueueEntry 1.3.6.1.4.1.7840.2.1.100.11.1.8.1
set port qos WRR weight,index is port index.
Status: current Access: not-accessible
OBJECT-TYPE    
  QosPortQueueEntry  

qosPortQueueIndex 1.3.6.1.4.1.7840.2.1.100.11.1.8.1.1
QoS Port Index
Status: current Access: not-accessible
OBJECT-TYPE    
  INTEGER  

qosPortQueueWeight1 1.3.6.1.4.1.7840.2.1.100.11.1.8.1.2
WRR weight,range is 0~15.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER  

qosPortQueueWeight2 1.3.6.1.4.1.7840.2.1.100.11.1.8.1.3
WRR weight,range is 0~15.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER  

qosPortQueueWeight3 1.3.6.1.4.1.7840.2.1.100.11.1.8.1.4
WRR weight,range is 0~15.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER  

qosPortQueueWeight4 1.3.6.1.4.1.7840.2.1.100.11.1.8.1.5
WRR weight,range is 0~15.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER  

qosPortQueueWeight5 1.3.6.1.4.1.7840.2.1.100.11.1.8.1.6
WRR weight,range is 0~15.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER  

qosPortQueueWeight6 1.3.6.1.4.1.7840.2.1.100.11.1.8.1.7
WRR weight,range is 0~15.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER  

qosPortQueueWeight7 1.3.6.1.4.1.7840.2.1.100.11.1.8.1.8
WRR weight,range is 0~15.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER  

qosPortQueueWeight8 1.3.6.1.4.1.7840.2.1.100.11.1.8.1.9
WRR weight,range is 0~15.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER  

qosPortQueueStatus 1.3.6.1.4.1.7840.2.1.100.11.1.8.1.10
Setting it to active(1) creates an entry.Setting it to destroy(2) destroys an entry.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER active(1), destroy(2)  

qosMap 1.3.6.1.4.1.7840.2.1.100.11.1.10
OBJECT IDENTIFIER    

qosMapType 1.3.6.1.4.1.7840.2.1.100.11.1.10.1
qosMapType range is 1~5.1 mls qos map cos-dscp ; 2 mls qos map dscp-cos to ; 3 mls qos map dscp-mutation to ; 4 mls qos map ip-prec-dscp ; 5 mls qos map policed-dscp to ; 6 mls qos map exp-dscp ; 7 mls qos map dscp-exp to When you want to configure the Map of DSCP to COS,please configure the qosMapType==2 firstly, input the dscp(1~8) optionally, then configure the qosMapCos , valid/invalid the qosMapStatus finally.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER cosDscp(1), dscpCos(2), dscpMutation(3), ipPrecDscp(4), policedDscp(5), expdscp(6), dscpexp(7)  

qosMapDscp1 1.3.6.1.4.1.7840.2.1.100.11.1.10.2
DSCP-CoS map,DSCP range is 0~63
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER  

qosMapDscp2 1.3.6.1.4.1.7840.2.1.100.11.1.10.3
DSCP-CoS map,DSCP range is 0~63
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER  

qosMapDscp3 1.3.6.1.4.1.7840.2.1.100.11.1.10.4
DSCP-CoS map,DSCP range is 0~63
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER  

qosMapDscp4 1.3.6.1.4.1.7840.2.1.100.11.1.10.5
DSCP-CoS map,DSCP range is 0~63
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER  

qosMapDscp5 1.3.6.1.4.1.7840.2.1.100.11.1.10.6
DSCP-CoS map,DSCP range is 0~63
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER  

qosMapDscp6 1.3.6.1.4.1.7840.2.1.100.11.1.10.7
DSCP-CoS map,DSCP range is 0~63
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER  

qosMapDscp7 1.3.6.1.4.1.7840.2.1.100.11.1.10.8
DSCP-CoS map,DSCP range is 0~63
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER  

qosMapDscp8 1.3.6.1.4.1.7840.2.1.100.11.1.10.9
DSCP-CoS map,DSCP range is 0~63
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER  

qosMapCos 1.3.6.1.4.1.7840.2.1.100.11.1.10.10
the cos which DSCP map to
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER  

qosMapEXP 1.3.6.1.4.1.7840.2.1.100.11.1.10.11
the EXP value which DSCP map to
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER 0..7  

qosMapMarkDownDscp 1.3.6.1.4.1.7840.2.1.100.11.1.10.12
the dscp after mark down
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER  

qosMapMarkDownType 1.3.6.1.4.1.7840.2.1.100.11.1.10.13
normal-burst:markdown map used by the exceed-action;max-burst:markdown map used by the violate-action.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER normal-burst(0), max-burst(1)  

qosMapMutationName 1.3.6.1.4.1.7840.2.1.100.11.1.10.14
map name
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString Size(1..16)  

qosMapMutationOut 1.3.6.1.4.1.7840.2.1.100.11.1.10.15
egress DSCP,only one,eight ingress DSCP value map to one egress value
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER  

qosMapStatus 1.3.6.1.4.1.7840.2.1.100.11.1.10.16
Setting it to active(1) to creates an entry,setting it to destroy(2) to destroy an entry.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER active(1), destroy(2)  

showqos 1.3.6.1.4.1.7840.2.1.100.11.1.11
OBJECT IDENTIFIER    

showclassmapTable 1.3.6.1.4.1.7840.2.1.100.11.1.11.1
show class map table
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    ShowclassmapEntry

showclassmapEntry 1.3.6.1.4.1.7840.2.1.100.11.1.11.1.1
show class map entry
Status: current Access: not-accessible
OBJECT-TYPE    
  ShowclassmapEntry  

showclassmapname 1.3.6.1.4.1.7840.2.1.100.11.1.11.1.1.1
classmap name
Status: current Access: not-accessible
OBJECT-TYPE    
  DisplayString Size(1..128)  

showclassmapmatch 1.3.6.1.4.1.7840.2.1.100.11.1.11.1.1.2
one item classmap match rule
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(1..512)  

showpolicymapTable 1.3.6.1.4.1.7840.2.1.100.11.1.11.2
show policy list
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    ShowpolicymapEntry

showpolicymapEntry 1.3.6.1.4.1.7840.2.1.100.11.1.11.2.1
policy map entry
Status: current Access: not-accessible
OBJECT-TYPE    
  ShowpolicymapEntry  

showpolicymapname 1.3.6.1.4.1.7840.2.1.100.11.1.11.2.1.1
policy name
Status: current Access: not-accessible
OBJECT-TYPE    
  DisplayString Size(1..128)  

showpolicymapcontent 1.3.6.1.4.1.7840.2.1.100.11.1.11.2.1.2
the match classmap and all defined other rules
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(1..512)  

showqosaggregatepolicerTable 1.3.6.1.4.1.7840.2.1.100.11.1.11.3
display aggregatepolicer list
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    ShowqosaggregatepolicerEntry

showqosaggregatepolicerEntry 1.3.6.1.4.1.7840.2.1.100.11.1.11.3.1
aggregatepolicer entry,index is showqosaggregatepolicername
Status: current Access: not-accessible
OBJECT-TYPE    
  ShowqosaggregatepolicerEntry  

showqosaggregatepolicername 1.3.6.1.4.1.7840.2.1.100.11.1.11.3.1.1
aggregatepolicer name
Status: current Access: not-accessible
OBJECT-TYPE    
  DisplayString Size(1..128)  

showqosaggregatepolicercontent 1.3.6.1.4.1.7840.2.1.100.11.1.11.3.1.2
aggregatepolicer parameter
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(1..512)  

showmlsqosinterfaceTable 1.3.6.1.4.1.7840.2.1.100.11.1.11.4
show port qos configuration
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    ShowmlsqosinterfaceEntry

showmlsqosinterfaceEntry 1.3.6.1.4.1.7840.2.1.100.11.1.11.4.1
showmlsqosinterfaceTable,index is port-index
Status: current Access: not-accessible
OBJECT-TYPE    
  ShowmlsqosinterfaceEntry  

showmlsqosinterfaceIndex 1.3.6.1.4.1.7840.2.1.100.11.1.11.4.1.1
port index
Status: current Access: not-accessible
OBJECT-TYPE    
  INTEGER  

showmlsqosinterfaceqoscontent 1.3.6.1.4.1.7840.2.1.100.11.1.11.4.1.2
qos port configuration
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(1..512)  

showmlsqosmaps 1.3.6.1.4.1.7840.2.1.100.11.1.11.5
OBJECT IDENTIFIER    

showmlsqosmapscosdscp 1.3.6.1.4.1.7840.2.1.100.11.1.11.5.1
cos-dscp map
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(1..512)  

showmlsqosmapscosqueue 1.3.6.1.4.1.7840.2.1.100.11.1.11.5.2
COS-wrr-queue map
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(1..512)  

showmlsqosmapsdscpcos 1.3.6.1.4.1.7840.2.1.100.11.1.11.5.3
DSCP-COS map
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(1..512)  

showmlsqosmapsipprecdscp 1.3.6.1.4.1.7840.2.1.100.11.1.11.5.4
IP precedence to DSCP map
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(1..512)  

showmlsqosmapspoliceddscp 1.3.6.1.4.1.7840.2.1.100.11.1.11.5.5
DSCP mark down map
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(1..512)  

showmlsqosmapspoliceddscpnormalburst 1.3.6.1.4.1.7840.2.1.100.11.1.11.5.6
Normal Burst Policed-dscp map
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(1..512)  

showmlsqosmapsexpdscp 1.3.6.1.4.1.7840.2.1.100.11.1.11.5.7
EXP to DSCP map
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(1..512)  

showmlsqosmapsdscpexp 1.3.6.1.4.1.7840.2.1.100.11.1.11.5.8
DSCP to EXP map
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(1..512)  

showmlsqosmapsdscpmutationTable 1.3.6.1.4.1.7840.2.1.100.11.1.11.6
ingress DSCP to egress DSCP map
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    ShowmlsqosmapsdscpmutationEntry

showmlsqosmapsdscpmutationEntry 1.3.6.1.4.1.7840.2.1.100.11.1.11.6.1
index is dscpmutationname
Status: current Access: not-accessible
OBJECT-TYPE    
  ShowmlsqosmapsdscpmutationEntry  

showmlsqosmapsdscpmutationname 1.3.6.1.4.1.7840.2.1.100.11.1.11.6.1.1
dscpmutationname.
Status: current Access: not-accessible
OBJECT-TYPE    
  DisplayString Size(1..128)  

showmlsqosmapsdscpmutationcontent 1.3.6.1.4.1.7840.2.1.100.11.1.11.6.1.2
DSCP-DSCP map
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(1..512)  

mirrorDestTable 1.3.6.1.4.1.7840.2.1.100.12.1
Destination port for mirrored packets.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    MirrorDestEntry

mirrorDestEntry 1.3.6.1.4.1.7840.2.1.100.12.1.1
Destination port for mirrored packets.
Status: current Access: not-accessible
OBJECT-TYPE    
  MirrorDestEntry  

mirrorDestSession 1.3.6.1.4.1.7840.2.1.100.12.1.1.1
Session ID.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 1..4  

mirrorDestPort 1.3.6.1.4.1.7840.2.1.100.12.1.1.2
mirror destination port eg:Ethernet1/1.
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString Size(1..20)  

mirrorDestStatus 1.3.6.1.4.1.7840.2.1.100.12.1.1.3
Status.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER active(1), destroy(2)  

mirrorSrcPortTable 1.3.6.1.4.1.7840.2.1.100.12.2
Src port for mirrored packets.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    MirrorSrcPortEntry

mirrorSrcPortEntry 1.3.6.1.4.1.7840.2.1.100.12.2.1
Src port for mirrored packets.
Status: current Access: not-accessible
OBJECT-TYPE    
  MirrorSrcPortEntry  

mirrorSrcPortSession 1.3.6.1.4.1.7840.2.1.100.12.2.1.1
Session ID.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 1..4  

mirrorSrcPortDirect 1.3.6.1.4.1.7840.2.1.100.12.2.1.2
Direction of mirror.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER rx(1), tx(2)  

mirrorSrcPort 1.3.6.1.4.1.7840.2.1.100.12.2.1.3
mirror source port. eg:Ethernet1/1.
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString Size(1..512)  

mirrorSrcPortStatus 1.3.6.1.4.1.7840.2.1.100.12.2.1.4
Status.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER active(1), destroy(2)  

qos3 1.3.6.1.4.1.7840.2.1.100.11.2
OBJECT IDENTIFIER    

qos3PolicyMapGroupTable 1.3.6.1.4.1.7840.2.1.100.11.2.1
this table is used for building a policy and mapping the named policy to number, if you want to configure a policy,you must map at here.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Qos3PolicyMapGroupEntry

qos3PolicyMapGroupEntry 1.3.6.1.4.1.7840.2.1.100.11.2.1.1
entry for policy map group.
Status: current Access: not-accessible
OBJECT-TYPE    
  Qos3PolicyMapGroupEntry  

qos3PolicyMapGroupIndex 1.3.6.1.4.1.7840.2.1.100.11.2.1.1.1
the range is 0-(2^64 - 1).
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

qos3PolicyMapGroupName 1.3.6.1.4.1.7840.2.1.100.11.2.1.1.2
the policy name
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString Size(1..64)  

qos3PolicyMapGroupIsExt 1.3.6.1.4.1.7840.2.1.100.11.2.1.1.3
indicate that whether the policy used on extand field processor.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER disable(0), enable(1)  

qos3PolicyMapGroupStatus 1.3.6.1.4.1.7840.2.1.100.11.2.1.1.4
the status of qos3PolicyMapGroupTable
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER createAndGo(0), active(1), destroy(2)  

qos3ClassMapTable 1.3.6.1.4.1.7840.2.1.100.11.2.2
this table is used for configuring the filter rule of qos
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Qos3ClassMapEntry

qos3ClassMapEntry 1.3.6.1.4.1.7840.2.1.100.11.2.2.1
entry for class map.
Status: current Access: not-accessible
OBJECT-TYPE    
  Qos3ClassMapEntry  

qos3ClassMapName 1.3.6.1.4.1.7840.2.1.100.11.2.2.1.1
the name of class
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(1..64)  

qos3ClassMapType 1.3.6.1.4.1.7840.2.1.100.11.2.2.1.2
the clss type that you want to matching.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER cos(0), dscp(1), ipPrecedence(2), ipv6Dscp(3), ipv6Flowlabel(4), exp(5), vlan(6), aclIndex(7)  

qos3ClassMapValue 1.3.6.1.4.1.7840.2.1.100.11.2.2.1.3
the value of you choosed type at last node,the limits: cos <0-7> dscp <0-63> ipPrecedence<0-7> ipv6Dscp<0-63> vlan <1-4094> ipv6Flowlabel<0-1048575> exp is not support now.except aclindex,you can config 8 parameters at most,for example,if you choose the type of cos,you can config 0,1,2,3,4,5,6,7 or 0,1 at here.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString  

qos3ClassMapUsedTime 1.3.6.1.4.1.7840.2.1.100.11.2.2.1.4
display how many times the class used.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

qos3ClassMapStatus 1.3.6.1.4.1.7840.2.1.100.11.2.2.1.5
the status of qos3ClassMapTable,destroy(2) will destroy the whole class-map,remove(3) just clear the value of qos3ClassMapValue.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER createAndGo(0), active(1), destroy(2), remove(3)  

qos3AggregatePolicyTable 1.3.6.1.4.1.7840.2.1.100.11.2.3
this table is used for configuring aggregate policy.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Qos3AggregatePolicyEntry

qos3AggregatePolicyEntry 1.3.6.1.4.1.7840.2.1.100.11.2.3.1
entry for aggregate policy.
Status: current Access: not-accessible
OBJECT-TYPE    
  Qos3AggregatePolicyEntry  

qos3AggPolicyMapName 1.3.6.1.4.1.7840.2.1.100.11.2.3.1.1
the name of aggregate policy.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(1..64)  

qos3AggPolicyCIRKbps 1.3.6.1.4.1.7840.2.1.100.11.2.3.1.2
CIR(Committed Information Rate) Kbits per second <1-10000000>
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 1..10000000  

qos3AggPolicyCBSKbps 1.3.6.1.4.1.7840.2.1.100.11.2.3.1.3
CBS(Committed Burst Size) Kbytes <1-1000000>
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 1..1000000  

qos3AggPolicyPBSKbps 1.3.6.1.4.1.7840.2.1.100.11.2.3.1.4
PBS(Peak Burst Size) Kbytes <1-1000000>
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 1..1000000  

qos3AggPolicyPIRKbps 1.3.6.1.4.1.7840.2.1.100.11.2.3.1.5
PIR(Peak Information Rate) Kbits per second <1-10000000>
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 1..10000000  

qos3AggPolicyConformAction 1.3.6.1.4.1.7840.2.1.100.11.2.3.1.6
Action when rate is not exceeded,for example: if you want to config cos(2) and intp(5),you must set 24 (0010 0100).
Status: current Access: read-write
OBJECT-TYPE    
  BITS transmit(0), drop(1), cos(2), dscp(3), ipPrecedence(4), intp(5), dp(6)  

qos3AggPolicyconformSetCos 1.3.6.1.4.1.7840.2.1.100.11.2.3.1.7
Set COS
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 0..7  

qos3AggPolicyconformSetDscp 1.3.6.1.4.1.7840.2.1.100.11.2.3.1.8
Change dscp
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 0..63  

qos3AggPolicyconformSetPrec 1.3.6.1.4.1.7840.2.1.100.11.2.3.1.9
Change precedence
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 0..7  

qos3AggPolicyconformSetIntp 1.3.6.1.4.1.7840.2.1.100.11.2.3.1.10
Set Internal priority
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 0..7  

qos3AggPolicyconformSetDp 1.3.6.1.4.1.7840.2.1.100.11.2.3.1.11
Set Drop priority
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 0..2  

qos3AggPolicyExceedAction 1.3.6.1.4.1.7840.2.1.100.11.2.3.1.12
Action when rate is exceeded,for example: if you want to config cos(2) and intp(5),you must set 24 (0010 0100).
Status: current Access: read-write
OBJECT-TYPE    
  BITS transmit(0), drop(1), cos(2), dscp(3), ipPrecedence(4), intp(5), dp(6), policiedIntpTransmit(7)  

qos3AggPolicyExceedSetCos 1.3.6.1.4.1.7840.2.1.100.11.2.3.1.13
Set COS
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 0..7  

qos3AggPolicyExceedSetDscp 1.3.6.1.4.1.7840.2.1.100.11.2.3.1.14
Change dscp
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 0..63  

qos3AggPolicyExceedSetPrec 1.3.6.1.4.1.7840.2.1.100.11.2.3.1.15
Change precedence
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 0..7  

qos3AggPolicyExceedSetIntp 1.3.6.1.4.1.7840.2.1.100.11.2.3.1.16
Set Internal priority
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 0..7  

qos3AggPolicyExceedSetDp 1.3.6.1.4.1.7840.2.1.100.11.2.3.1.17
Set Drop priority
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 0..2  

qos3AggPolicyViolateAction 1.3.6.1.4.1.7840.2.1.100.11.2.3.1.18
Action when rate is violated,for example: if you want to config cos(2) and intp(5),you must set 24 (0010 0100).
Status: current Access: read-write
OBJECT-TYPE    
  BITS transmit(0), drop(1), cos(2), dscp(3), ipPrecedence(4), intp(5), dp(6), policiedIntpTransmit(7)  

qos3AggPolicyViolateSetCos 1.3.6.1.4.1.7840.2.1.100.11.2.3.1.19
Set COS
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 0..7  

qos3AggPolicyViolateSetDscp 1.3.6.1.4.1.7840.2.1.100.11.2.3.1.20
Change dscp
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 0..63  

qos3AggPolicyViolateSetPrec 1.3.6.1.4.1.7840.2.1.100.11.2.3.1.21
Change precedence
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 0..7  

qos3AggPolicyViolateSetIntp 1.3.6.1.4.1.7840.2.1.100.11.2.3.1.22
Set Internal priority
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 0..7  

qos3AggPolicyViolateSetDp 1.3.6.1.4.1.7840.2.1.100.11.2.3.1.23
Set Drop priority
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 0..2  

qos3AggPolicyStatus 1.3.6.1.4.1.7840.2.1.100.11.2.3.1.24
the status of qos3AggregatePolicyTable
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER createAndGo(0), active(1), destroy(2)  

qos3PolicyTable 1.3.6.1.4.1.7840.2.1.100.11.2.4
this table is used for configuring policy
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Qos3PolicyEntry

qos3PolicyEntry 1.3.6.1.4.1.7840.2.1.100.11.2.4.1
entry for policy.
Status: current Access: not-accessible
OBJECT-TYPE    
  Qos3PolicyEntry  

qos3PolicyMapIndex 1.3.6.1.4.1.7840.2.1.100.11.2.4.1.1
the index of policy that you configured at qos3PolicyMapGroupTable
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

qos3PolicyClassMapName 1.3.6.1.4.1.7840.2.1.100.11.2.4.1.2
Specify the classmap name.After a policy map is created, it can be associated to a class
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(1..64)  

qos3PolicyInsertClassMapName 1.3.6.1.4.1.7840.2.1.100.11.2.4.1.3
Specify the position of classmap name
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString Size(1..64)  

qos3PolicyType 1.3.6.1.4.1.7840.2.1.100.11.2.4.1.4
pidAction means simple policy.colorAction and aggregateAction is Mutually exclusive,for example,if you want the pidAction and colorAction become effective,you must set the value c0.
Status: current Access: read-write
OBJECT-TYPE    
  BITS pidAction(0), colorAction(1), aggregateAction(2)  

qos3PolicyCIRKbps 1.3.6.1.4.1.7840.2.1.100.11.2.4.1.5
CIR(Committed Information Rate) Kbits per second <1-10000000>
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 1..10000000  

qos3PolicyCBSKbps 1.3.6.1.4.1.7840.2.1.100.11.2.4.1.6
CBS(Committed Burst Size) Kbytes <1-1000000>
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 1..1000000  

qos3PolicyPBSKbps 1.3.6.1.4.1.7840.2.1.100.11.2.4.1.7
PBS(Peak Burst Size) Kbytes <1-1000000>
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 1..1000000  

qos3PolicyPIRKbps 1.3.6.1.4.1.7840.2.1.100.11.2.4.1.8
PIR(Peak Information Rate) Kbits per second <1-10000000>
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 1..10000000  

qos3PolicyConformAction 1.3.6.1.4.1.7840.2.1.100.11.2.4.1.9
Action when rate is not exceeded,for example: if you want to config cos(2) and intp(5),you must set 24 (0010 0100).
Status: current Access: read-write
OBJECT-TYPE    
  BITS transmit(0), drop(1), cos(2), dscp(3), ipPrecedence(4), intp(5), dp(6)  

qos3PolicyconformSetCos 1.3.6.1.4.1.7840.2.1.100.11.2.4.1.10
Set COS
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 0..7  

qos3PolicyconformSetDscp 1.3.6.1.4.1.7840.2.1.100.11.2.4.1.11
Change dscp
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 0..63  

qos3PolicyconformSetPrec 1.3.6.1.4.1.7840.2.1.100.11.2.4.1.12
Change precedence
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 0..7  

qos3PolicyconformSetIntp 1.3.6.1.4.1.7840.2.1.100.11.2.4.1.13
Set Internal priority
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 0..7  

qos3PolicyconformSetDp 1.3.6.1.4.1.7840.2.1.100.11.2.4.1.14
Set Drop priority
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 0..2  

qos3PolicyExceedAction 1.3.6.1.4.1.7840.2.1.100.11.2.4.1.15
Action when rate is exceeded,for example: if you want to config cos(2) and intp(5),you must set 24 (0010 0100).
Status: current Access: read-write
OBJECT-TYPE    
  BITS transmit(0), drop(1), cos(2), dscp(3), ipPrecedence(4), intp(5), dp(6), policiedIntpTransmit(7)  

qos3PolicyExceedSetCos 1.3.6.1.4.1.7840.2.1.100.11.2.4.1.16
Set COS
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 0..7  

qos3PolicyExceedSetDscp 1.3.6.1.4.1.7840.2.1.100.11.2.4.1.17
Change dscp
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 0..63  

qos3PolicyExceedSetPrec 1.3.6.1.4.1.7840.2.1.100.11.2.4.1.18
Change precedence
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 0..7  

qos3PolicyExceedSetIntp 1.3.6.1.4.1.7840.2.1.100.11.2.4.1.19
Set Internal priority
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 0..7  

qos3PolicyExceedSetDp 1.3.6.1.4.1.7840.2.1.100.11.2.4.1.20
Set Drop priority
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 0..2  

qos3PolicyViolateAction 1.3.6.1.4.1.7840.2.1.100.11.2.4.1.21
Action when rate is violated,for example: if you want to config cos(2) and intp(5),you must set 24 (0010 0100).
Status: current Access: read-write
OBJECT-TYPE    
  BITS transmit(0), drop(1), cos(2), dscp(3), ipPrecedence(4), intp(5), dp(6), policiedIntpTransmit(7)  

qos3PolicyViolateSetCos 1.3.6.1.4.1.7840.2.1.100.11.2.4.1.22
Set COS
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 0..7  

qos3PolicyViolateSetDscp 1.3.6.1.4.1.7840.2.1.100.11.2.4.1.23
Change dscp
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 0..63  

qos3PolicyViolateSetPrec 1.3.6.1.4.1.7840.2.1.100.11.2.4.1.24
Change precedence
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 0..7  

qos3PolicyViolateSetIntp 1.3.6.1.4.1.7840.2.1.100.11.2.4.1.25
Set Internal priority
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 0..7  

qos3PolicyViolateSetDp 1.3.6.1.4.1.7840.2.1.100.11.2.4.1.26
Set Drop priority
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 0..2  

qos3PolicyAggregatePolicer 1.3.6.1.4.1.7840.2.1.100.11.2.4.1.27
the name of aggregate policy
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString  

qos3PolicyAccounting 1.3.6.1.4.1.7840.2.1.100.11.2.4.1.28
enable the Counter statistics or not.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER disable(0), enable(1)  

qos3PolicyPidAction 1.3.6.1.4.1.7840.2.1.100.11.2.4.1.29
simple policy action,for example: if you want to config cos(0) and setSTpid(10),you must set 8020 (1000 0000 0010 0000). some network Management Software offer selections that is not correct,in RFC3417,When encoding an object whose syntax is described using the BITS construct, the value is encoded as an OCTET STRING, in which all the named bits in (the definition of) the bitstring, commencing with the first bit and proceeding to the last bit,are placed in bits 8 (high order bit) to 1 (low order bit) of the first octet, followed by bits 8 to 1 of each subsequent octet in turn, followed by as many bits as are needed of the final subsequent octet, commencing with bit 8. Remaining bits,if any, of the final octet are set to zero on generation and ignored on receipt.
Status: current Access: read-write
OBJECT-TYPE    
  BITS cos(0), dscp(1), ipPrecedence(2), ipNextHop(3), exp(4), ipv6NextHop(5), intp(6), dp(7), setCvid(8), setSvid(9), setSTpid(10), addSvid(11), delCvid(12), setTunnelId(13), transmit(14), drop(15)  

qos3SetCos 1.3.6.1.4.1.7840.2.1.100.11.2.4.1.30
set cos
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 0..7  

qos3SetIpDscp 1.3.6.1.4.1.7840.2.1.100.11.2.4.1.31
change dscp
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 0..63  

qos3SetIpPrec 1.3.6.1.4.1.7840.2.1.100.11.2.4.1.32
change precedence
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 0..7  

qos3SetIntp 1.3.6.1.4.1.7840.2.1.100.11.2.4.1.33
Set Internal priority
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 0..7  

qos3SetDp 1.3.6.1.4.1.7840.2.1.100.11.2.4.1.34
Set Drop priority
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 0..2  

qos3SetCVid 1.3.6.1.4.1.7840.2.1.100.11.2.4.1.35
set vlan id of inner VLAN tag.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 1..4094  

qos3SetSVid 1.3.6.1.4.1.7840.2.1.100.11.2.4.1.36
set vlan id of outer VLAN tag.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 1..4094  

qos3SetSTpid 1.3.6.1.4.1.7840.2.1.100.11.2.4.1.37
Set S-tpid
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER value0x8100(1), value0x88a8(2), value0x9100(3)  

qos3AddSVid 1.3.6.1.4.1.7840.2.1.100.11.2.4.1.38
add vlan id of outer VLAN tag
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 1..4094  

qos3DelCVid 1.3.6.1.4.1.7840.2.1.100.11.2.4.1.39
delete vlan id of inner VLAN tag.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER disable(0), enable(1)  

qos3SetTunnelId 1.3.6.1.4.1.7840.2.1.100.11.2.4.1.40
Tok_String
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 1..50  

qos3SetIpDefaultPBR 1.3.6.1.4.1.7840.2.1.100.11.2.4.1.41
whether add Default routing of ip type.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER disable(0), enable(1)  

qos3SetIpVrf 1.3.6.1.4.1.7840.2.1.100.11.2.4.1.42
set the vrf of ip type
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 0..252  

qos3SetIpNextHop 1.3.6.1.4.1.7840.2.1.100.11.2.4.1.43
set Nexthop IP address.
Status: current Access: read-write
OBJECT-TYPE    
  IpAddress  

qos3SetExp 1.3.6.1.4.1.7840.2.1.100.11.2.4.1.44
set exp.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 0..7  

qos3SetIpv6DefaultPBR 1.3.6.1.4.1.7840.2.1.100.11.2.4.1.45
whether add Default routing of ipv6 type
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER disable(0), enable(1)  

qos3SetIpv6Vrf 1.3.6.1.4.1.7840.2.1.100.11.2.4.1.46
set the vrf of ipv6 type.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 0..252  

qos3SetIpv6NextHop 1.3.6.1.4.1.7840.2.1.100.11.2.4.1.47
set Nexthop IPv6 address
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString Size(1..40)  

qos3PolicyStatus 1.3.6.1.4.1.7840.2.1.100.11.2.4.1.48
the status of qos3PolicyTable. destroy(2) will put off the class-map,removeColorAct(3) will clear the color-act, removeAggregateAct(4) will clear the aggregate-act,removePidAct(5) will clear the value while you set int pidAction.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER createAndGo(0), active(1), destroy(2), removeColorAct(3), removeAggregateAct(4), removePidAct(5)  

qos3PortTable 1.3.6.1.4.1.7840.2.1.100.11.2.5
qos port configration.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Qos3PortEntry

qos3PortEntry 1.3.6.1.4.1.7840.2.1.100.11.2.5.1
entry for port configuration of qos about trust,cos value,queue drop-algorithm and queue algorithm.
Status: current Access: not-accessible
OBJECT-TYPE    
  Qos3PortEntry  

qos3PortIndex 1.3.6.1.4.1.7840.2.1.100.11.2.5.1.1
port index.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

qos3PortCos 1.3.6.1.4.1.7840.2.1.100.11.2.5.1.2
set default cos of the port.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 0..7  

qos3PortTrust 1.3.6.1.4.1.7840.2.1.100.11.2.5.1.3
set port trust. cosEnable,dscpEnable and expEnable can be set at the same time;cosDisable,dscpDisable and expDisbable can be set at the same time; cosEnable,dscpEnable and expEnable can not be set at the same time with dscpDisable,cosDisable and expDisbable.
Status: current Access: read-write
OBJECT-TYPE    
  BITS cosEnable(0), dscpEnable(1), expEnable(2), cosDisable(3), dscpDisable(4), expDisbable(5)  

qos3PortWredEnable 1.3.6.1.4.1.7840.2.1.100.11.2.5.1.4
set the drop Algorithm of port's queue.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER tail(0), wred(1)  

qos3PortQueueAlgorithm 1.3.6.1.4.1.7840.2.1.100.11.2.5.1.5
effected the weight Algorithm of port's queue.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER sp(0), wrr(1), wdrr(2)  

qos3PortPassThroughCos 1.3.6.1.4.1.7840.2.1.100.11.2.5.1.6
forbid changing the value of cos.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER disable(0), enable(1)  

qos3PortPassThroughDscp 1.3.6.1.4.1.7840.2.1.100.11.2.5.1.7
forbid changing the value of dscp.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER disable(0), enable(1)  

qos3QueueWeightTable 1.3.6.1.4.1.7840.2.1.100.11.2.6
this table is used for configuring port's weight
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Qos3QueueWeightEntry

qos3QueueWeightEntry 1.3.6.1.4.1.7840.2.1.100.11.2.6.1
entry for queue weight configuration.
Status: current Access: not-accessible
OBJECT-TYPE    
  Qos3QueueWeightEntry  

qos3QueueWeightPortIndex 1.3.6.1.4.1.7840.2.1.100.11.2.6.1.1
port index.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

qos3QueueWeightType 1.3.6.1.4.1.7840.2.1.100.11.2.6.1.2
choose the algorithm weight that you want to set.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER wrr(0), wdrr(1)  

qos3QueueWeight0 1.3.6.1.4.1.7840.2.1.100.11.2.6.1.3
wrr default value is 1,wdrr default value is 10.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 0..32767  

qos3QueueWeight1 1.3.6.1.4.1.7840.2.1.100.11.2.6.1.4
wrr default value is 2,wdrr default value is 20
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 0..32767  

qos3QueueWeight2 1.3.6.1.4.1.7840.2.1.100.11.2.6.1.5
wrr default value is 3,wdrr default value is 40
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 0..32767  

qos3QueueWeight3 1.3.6.1.4.1.7840.2.1.100.11.2.6.1.6
wrr default value is 4,wdrr default value is 80
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 0..32767  

qos3QueueWeight4 1.3.6.1.4.1.7840.2.1.100.11.2.6.1.7
wrr default value is 5,wdrr default value is 160
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 0..32767  

qos3QueueWeight5 1.3.6.1.4.1.7840.2.1.100.11.2.6.1.8
wrr default value is 6,wdrr default value is 320
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 0..32767  

qos3QueueWeight6 1.3.6.1.4.1.7840.2.1.100.11.2.6.1.9
wrr default value is 7,wdrr default value is 640
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 0..32767  

qos3QueueWeight7 1.3.6.1.4.1.7840.2.1.100.11.2.6.1.10
wrr default value is 8,wdrr default value is 1280
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 0..32767  

qos3QueueWeightStatus 1.3.6.1.4.1.7840.2.1.100.11.2.6.1.11
the status of qos3QueueWeightTable.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER createAndGo(0), active(1), destroy(2)  

qos3QueueBindWidthTable 1.3.6.1.4.1.7840.2.1.100.11.2.7
this table is used for setting bindwidth of port.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Qos3QueueBindWidthEntry

qos3QueueBindWidthEntry 1.3.6.1.4.1.7840.2.1.100.11.2.7.1
entry for Queue BindWidth configuration.
Status: current Access: not-accessible
OBJECT-TYPE    
  Qos3QueueBindWidthEntry  

qos3QueueBindWidthPortIndex 1.3.6.1.4.1.7840.2.1.100.11.2.7.1.1
port index.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

qos3QueueBindWidthQueueId 1.3.6.1.4.1.7840.2.1.100.11.2.7.1.2
queue id
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 1..8  

qos3QueueBindWidthMin 1.3.6.1.4.1.7840.2.1.100.11.2.7.1.3
the Smallest bindwidth.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 0..128000  

qos3QueueBindWidthMax 1.3.6.1.4.1.7840.2.1.100.11.2.7.1.4
the Largest bindwidth.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 0..128000  

qos3QueueBindWidthStatus 1.3.6.1.4.1.7840.2.1.100.11.2.7.1.5
the status of qos3QueueBindWidthTable
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER createAndGo(0), active(1), destroy(2)  

qos3QueueWredTable 1.3.6.1.4.1.7840.2.1.100.11.2.8
this table is used for configuring the drop Algorithm of queue
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Qos3QueueWredEntry

qos3QueueWredEntry 1.3.6.1.4.1.7840.2.1.100.11.2.8.1
entry for queue wred configuration.
Status: current Access: not-accessible
OBJECT-TYPE    
  Qos3QueueWredEntry  

qos3QueueWredPortIndex 1.3.6.1.4.1.7840.2.1.100.11.2.8.1.1
port index.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

qos3QueueWredQueueId 1.3.6.1.4.1.7840.2.1.100.11.2.8.1.2
queue id.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 1..8  

qos3QueueWredDp 1.3.6.1.4.1.7840.2.1.100.11.2.8.1.3
drop Priority.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 0..2  

qos3QueueWredDpStart 1.3.6.1.4.1.7840.2.1.100.11.2.8.1.4
the smallist queue length when the queue start Discard packet.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 1..100  

qos3QueueWredDpEnd 1.3.6.1.4.1.7840.2.1.100.11.2.8.1.5
the Largest queue length when the queue start Discard packet
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 1..100  

qos3QueueWredDpMaxRate 1.3.6.1.4.1.7840.2.1.100.11.2.8.1.6
the max Discard Probability
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 0..100  

qos3QueueWredStatus 1.3.6.1.4.1.7840.2.1.100.11.2.8.1.7
the status of qos3QueueWredEntry
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER createAndGo(0), active(1), destroy(2)  

qos3MapTable 1.3.6.1.4.1.7840.2.1.100.11.2.9
this table is used for setting map between priorities(eg:cos,intp).
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Qos3MapEntry

qos3MapEntry 1.3.6.1.4.1.7840.2.1.100.11.2.9.1
entry for mls qos map configuration.
Status: current Access: not-accessible
OBJECT-TYPE    
  Qos3MapEntry  

qos3MapType 1.3.6.1.4.1.7840.2.1.100.11.2.9.1.1
the type of map,if the range of intp value beyonds 0-7,please config it in qos3MapIntpExtendTable.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER cosToIntp(0), cosToDp(1), expToIntp(2), expToDp(3), intpToCos(4), intpToDscp(5), intpToExp(6), cosToCosGreen(7), cosToCosYellow(8), cosToCosRed(9), cosToDscpGreen(10), cosToDscpYellow(11), cosToDscpRed(12)  

qos3MapAtoB1 1.3.6.1.4.1.7840.2.1.100.11.2.9.1.2
according to maptype,map a to b for the first value.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 0..119  

qos3MapAtoB2 1.3.6.1.4.1.7840.2.1.100.11.2.9.1.3
according to maptype,map a to b for the second value.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 0..119  

qos3MapAtoB3 1.3.6.1.4.1.7840.2.1.100.11.2.9.1.4
according to maptype,map a to b for the third value.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 0..119  

qos3MapAtoB4 1.3.6.1.4.1.7840.2.1.100.11.2.9.1.5
according to maptype,map a to b for the fourth value.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 0..119  

qos3MapAtoB5 1.3.6.1.4.1.7840.2.1.100.11.2.9.1.6
according to maptype,map a to b for the fifth value.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 0..119  

qos3MapAtoB6 1.3.6.1.4.1.7840.2.1.100.11.2.9.1.7
according to maptype,map a to b for the sixth value.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 0..119  

qos3MapAtoB7 1.3.6.1.4.1.7840.2.1.100.11.2.9.1.8
according to maptype,map a to b for the seventh value.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 0..119  

qos3MapAtoB8 1.3.6.1.4.1.7840.2.1.100.11.2.9.1.9
according to maptype,map a to b for the eighth value.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 0..119  

qos3MapStatus 1.3.6.1.4.1.7840.2.1.100.11.2.9.1.10
the status of qos3MapTable
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER createAndGo(0), active(1), destroy(2)  

qos3MapDscpTable 1.3.6.1.4.1.7840.2.1.100.11.2.10
this table is used for mapping between dscp and other priorities.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Qos3MapDscpEntry

qos3MapDscpEntry 1.3.6.1.4.1.7840.2.1.100.11.2.10.1
entry for mls qos dscp map configuration.
Status: current Access: not-accessible
OBJECT-TYPE    
  Qos3MapDscpEntry  

qos3MapDscpType 1.3.6.1.4.1.7840.2.1.100.11.2.10.1.1
the type of map
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER dscpToIntp(0), dscpToDp(1), dscpToDscp(2), dscpToDscpGreen(3), dscpToDscpYellow(4), dscpToDscpRed(5), dscpToCosGreen(6), dscpToCosYellow(7), dscpToCosRed(8)  

qos3MapDscpIndex 1.3.6.1.4.1.7840.2.1.100.11.2.10.1.2
the index of dscp
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 0..63  

qos3MapDscpValue 1.3.6.1.4.1.7840.2.1.100.11.2.10.1.3
the map value
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 0..63  

qos3mapDscpStatus 1.3.6.1.4.1.7840.2.1.100.11.2.10.1.4
the status of qos3MapDscpTable
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER createAndGo(0), active(1), destroy(2)  

qos3ServicePolicyTable 1.3.6.1.4.1.7840.2.1.100.11.2.11
bind the policy to port or vlan.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Qos3ServicePolicyEntry

qos3ServicePolicyEntry 1.3.6.1.4.1.7840.2.1.100.11.2.11.1
entry for qos bind.
Status: current Access: not-accessible
OBJECT-TYPE    
  Qos3ServicePolicyEntry  

qos3ServicePolicyBindType 1.3.6.1.4.1.7840.2.1.100.11.2.11.1.1
bind the policy to port or vlan
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER port(0), vlan(1)  

qos3ServicePolicyIndex 1.3.6.1.4.1.7840.2.1.100.11.2.11.1.2
port index or vlan id
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

qos3ServicePolicyDirection 1.3.6.1.4.1.7840.2.1.100.11.2.11.1.3
the direction of binding
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER out(0), in(1), ext(2)  

qos3ServicePolicyName 1.3.6.1.4.1.7840.2.1.100.11.2.11.1.4
the policy name
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString Size(1..64)  

qos3SercivePolicyStatus 1.3.6.1.4.1.7840.2.1.100.11.2.11.1.5
the status of qos3ServicePolicyTable
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER createAndGo(0), active(1), destroy(2)  

qos3StatisticClearTable 1.3.6.1.4.1.7840.2.1.100.11.2.12
this table is used for clearing counter statistics
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Qos3StatisticClearEntry

qos3StatisticClearEntry 1.3.6.1.4.1.7840.2.1.100.11.2.12.1
entry for clear statistics of vlan or port.
Status: current Access: not-accessible
OBJECT-TYPE    
  Qos3StatisticClearEntry  

qos3StatisticClearBindType 1.3.6.1.4.1.7840.2.1.100.11.2.12.1.1
bind to port or vlan
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER port(0), vlan(1)  

qos3StatisticClearIndex 1.3.6.1.4.1.7840.2.1.100.11.2.12.1.2
port index or vlan id
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

qos3StatisticClearDirection 1.3.6.1.4.1.7840.2.1.100.11.2.12.1.3
the direction that you want to clear
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER out(0), in(1)  

qos3StatisticClearStatus 1.3.6.1.4.1.7840.2.1.100.11.2.12.1.4
the status of qos3StatisticClearTable
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER disable(0), enable(1)  

qos3Ets 1.3.6.1.4.1.7840.2.1.100.11.2.13
OBJECT IDENTIFIER    

qos3EtsTable 1.3.6.1.4.1.7840.2.1.100.11.2.13.1
this table is used for enabling QOS ETS and MC_UC mode.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Qos3EtsEntry

qos3EtsEntry 1.3.6.1.4.1.7840.2.1.100.11.2.13.1.1
entry for enabling ETS and MC_UC.
Status: current Access: not-accessible
OBJECT-TYPE    
  Qos3EtsEntry  

qos3EtsPortIndex 1.3.6.1.4.1.7840.2.1.100.11.2.13.1.1.1
port index
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

qos3EtsScheduleStatusConfig 1.3.6.1.4.1.7840.2.1.100.11.2.13.1.1.2
config schedule mode.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER normal(0), uc(1), mc(2), ets(3)  

qos3EtsStatus 1.3.6.1.4.1.7840.2.1.100.11.2.13.1.1.3
the status of qos3EtsTable.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER disable(0), enable(1)  

qos3McQueueBindWidthTable 1.3.6.1.4.1.7840.2.1.100.11.2.13.2
a list of mc bindWidth configuration.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Qos3McQueueBindWidthEntry

qos3McQueueBindWidthEntry 1.3.6.1.4.1.7840.2.1.100.11.2.13.2.1
entry for configuring mc bindWidth.
Status: current Access: not-accessible
OBJECT-TYPE    
  Qos3McQueueBindWidthEntry  

qos3McQueueBindWidthPortIndex 1.3.6.1.4.1.7840.2.1.100.11.2.13.2.1.1
port index
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

qos3McQueueID 1.3.6.1.4.1.7840.2.1.100.11.2.13.2.1.2
queue index.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 1..4  

qos3McQueueBindWidthMin 1.3.6.1.4.1.7840.2.1.100.11.2.13.2.1.3
minimize vaule of queue bindWidth
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 0..128000  

qos3McQueueBindWidthMax 1.3.6.1.4.1.7840.2.1.100.11.2.13.2.1.4
maximize value of queue bindWidth.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 0..128000  

qos3McQueueBindWidthStatus 1.3.6.1.4.1.7840.2.1.100.11.2.13.2.1.5
the status of qos3McQueueBindWidthTable.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER disable(0), enable(1)  

qos3SchedulePolicyMapTable 1.3.6.1.4.1.7840.2.1.100.11.2.13.3
this table is used for building a Schedule policy and mapping the named policy to number, if you want to configure a Schedule policy,you must map at here.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Qos3SchedulePolicyMapEntry

qos3SchedulePolicyMapEntry 1.3.6.1.4.1.7840.2.1.100.11.2.13.3.1
entry for building schedule policy.
Status: current Access: not-accessible
OBJECT-TYPE    
  Qos3SchedulePolicyMapEntry  

qos3SchedulePolicyMapIndex 1.3.6.1.4.1.7840.2.1.100.11.2.13.3.1.1
the range is 0-(2^64 - 1).
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

qos3SchedulePolicyName 1.3.6.1.4.1.7840.2.1.100.11.2.13.3.1.2
the schedule policy name.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString Size(1..64)  

qos3SchedulePolicyStatus 1.3.6.1.4.1.7840.2.1.100.11.2.13.3.1.3
the status of qos3SchedulePolicyGroupTable.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER createAndGo(0), active(1), destroy(2)  

qos3NodeScheduleTable 1.3.6.1.4.1.7840.2.1.100.11.2.13.4
this table is used for building a Schedule node.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Qos3NodeScheduleEntry

qos3NodeScheduleEntry 1.3.6.1.4.1.7840.2.1.100.11.2.13.4.1
entry for building schedule policy.
Status: current Access: not-accessible
OBJECT-TYPE    
  Qos3NodeScheduleEntry  

qos3NodeSchedulePolicyIndex 1.3.6.1.4.1.7840.2.1.100.11.2.13.4.1.1
policy index.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

qos3NodeScheduleLevelID 1.3.6.1.4.1.7840.2.1.100.11.2.13.4.1.2
level ID.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 1..3  

qos3NodeScheduleNodeID 1.3.6.1.4.1.7840.2.1.100.11.2.13.4.1.3
node ID. range of it's value is determined by level ID,for level 1,it can only be 1; for level 2 and level 3,the range is 1-4.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 1..4  

qos3NodeScheduleStatus 1.3.6.1.4.1.7840.2.1.100.11.2.13.4.1.4
the status of qos3NodeScheduleTable.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER createAndGo(0), active(1), destroy(2)  

qos3ScheduleQueueAlgorithmTable 1.3.6.1.4.1.7840.2.1.100.11.2.13.5
this table is used for schedule queue algorithm configuration.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Qos3ScheduleQueueAlgorithmEntry

qos3ScheduleQueueAlgorithmEntry 1.3.6.1.4.1.7840.2.1.100.11.2.13.5.1
entry for configuring schedule queue algorithm.
Status: current Access: not-accessible
OBJECT-TYPE    
  Qos3ScheduleQueueAlgorithmEntry  

qos3ScheduleQueueAlgorithmPolicyIndex 1.3.6.1.4.1.7840.2.1.100.11.2.13.5.1.1
schedule policy map Index.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

qos3ScheduleQueueAlgorithmLevelID 1.3.6.1.4.1.7840.2.1.100.11.2.13.5.1.2
level ID.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 1..3  

qos3ScheduleQueueAlgorithmNodeID 1.3.6.1.4.1.7840.2.1.100.11.2.13.5.1.3
node ID. range of it's value is determined by level ID,for level 1,it can only be 1; for level 2 and level 3,the range is 1-4.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 1..4  

qos3ScheduleQueueAlgorithmConfig 1.3.6.1.4.1.7840.2.1.100.11.2.13.5.1.4
schedule queue algorithm.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER rr(0), sp(1), wrr(2), wdrr(3)  

qos3ScheduleQueueAlgorithmStatus 1.3.6.1.4.1.7840.2.1.100.11.2.13.5.1.5
the status of qos3ScheduleQueueAlgorithmTable.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER createAndGo(0), active(1), destroy(2)  

qos3ScheduleQueueWeightTable 1.3.6.1.4.1.7840.2.1.100.11.2.13.6
this table is used for schedule queue weight configuration.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Qos3ScheduleQueueWeightEntry

qos3ScheduleQueueWeightEntry 1.3.6.1.4.1.7840.2.1.100.11.2.13.6.1
entry for configuring schedule queue weight.
Status: current Access: not-accessible
OBJECT-TYPE    
  Qos3ScheduleQueueWeightEntry  

qos3ScheduleQueueWeightPolicyIndex 1.3.6.1.4.1.7840.2.1.100.11.2.13.6.1.1
schedule policy map Index.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

qos3ScheduleQueueWeightLevelID 1.3.6.1.4.1.7840.2.1.100.11.2.13.6.1.2
level ID.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

qos3ScheduleQueueWeightNodeID 1.3.6.1.4.1.7840.2.1.100.11.2.13.6.1.3
node ID. range of it's value is determined by level ID,for level 1,it can only be 1; for level 2 and level 3,the range is 1-4.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

qos3ScheduleQueueAlgorithm 1.3.6.1.4.1.7840.2.1.100.11.2.13.6.1.4
queue algorithm.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER wrr(0), wdrr(1)  

qos3ScheduleQueueWeightQueueID 1.3.6.1.4.1.7840.2.1.100.11.2.13.6.1.5
queue ID.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 0..18  

qos3ScheduleQueueWeightValue 1.3.6.1.4.1.7840.2.1.100.11.2.13.6.1.6
queue weight value.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 0..32767  

qos3ScheduleQueueWeightStatus 1.3.6.1.4.1.7840.2.1.100.11.2.13.6.1.7
the status of qos3ScheduleQueueWeightTable.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER disable(0), enable(1)  

qos3ScheduleQueueInputTable 1.3.6.1.4.1.7840.2.1.100.11.2.13.7
this table is used for schedule queue input configuration.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Qos3ScheduleQueueInputEntry

qos3ScheduleQueueInputEntry 1.3.6.1.4.1.7840.2.1.100.11.2.13.7.1
entry for configuring schedule queue input.
Status: current Access: not-accessible
OBJECT-TYPE    
  Qos3ScheduleQueueInputEntry  

qos3ScheduleQueueInputPolicyIndex 1.3.6.1.4.1.7840.2.1.100.11.2.13.7.1.1
schedule policy map Index.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

qos3ScheduleQueueInputLevelID 1.3.6.1.4.1.7840.2.1.100.11.2.13.7.1.2
level ID.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

qos3ScheduleQueueInputNodeID 1.3.6.1.4.1.7840.2.1.100.11.2.13.7.1.3
node ID. range of it's value is determined by level ID,for level 1,it can only be 1; for level 2 and level 3,the range is 1-4.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

qos3ScheduleQueueInputQueueID 1.3.6.1.4.1.7840.2.1.100.11.2.13.7.1.4
queue ID.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

qos3ScheduleQueueInputType 1.3.6.1.4.1.7840.2.1.100.11.2.13.7.1.5
input type of queue.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER uc(0), mc(1), node(2)  

qos3ScheduleQueueInputTypeValue 1.3.6.1.4.1.7840.2.1.100.11.2.13.7.1.6
value of the input type,the value range for uc is 1-18,the value range for mc is 1-4,the value range for node is 1-4.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER  

qos3ScheduleQueueInputStatus 1.3.6.1.4.1.7840.2.1.100.11.2.13.7.1.7
the status of qos3ScheduleBindWidthTable.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER disable(0), enable(1)  

qos3ScheduleBindWidthTable 1.3.6.1.4.1.7840.2.1.100.11.2.13.8
this table is used for schedule bindWidth configuration.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Qos3ScheduleBindWidthEntry

qos3ScheduleBindWidthEntry 1.3.6.1.4.1.7840.2.1.100.11.2.13.8.1
entry for configuring schedule bindWidth.
Status: current Access: not-accessible
OBJECT-TYPE    
  Qos3ScheduleBindWidthEntry  

qos3ScheduleBindWidthPolicyIndex 1.3.6.1.4.1.7840.2.1.100.11.2.13.8.1.1
schedule policy map Index.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

qos3ScheduleBindWidthLevelID 1.3.6.1.4.1.7840.2.1.100.11.2.13.8.1.2
level ID.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

qos3ScheduleBindWidthNodeID 1.3.6.1.4.1.7840.2.1.100.11.2.13.8.1.3
node ID. range of it's value is determined by level ID,for level 1,it can only be 1; for level 2 and level 3,the range is 1-4.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

qos3ScheduleBindWidthMin 1.3.6.1.4.1.7840.2.1.100.11.2.13.8.1.4
minimize value of schedule bindWidth.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 0..12800  

qos3ScheduleBindWidthMax 1.3.6.1.4.1.7840.2.1.100.11.2.13.8.1.5
maximize value of schedule bindWidth.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 0..12800  

qos3ScheduleBindWidthStatus 1.3.6.1.4.1.7840.2.1.100.11.2.13.8.1.6
the status of qos3ScheduleBindWidthTable.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER disable(0), enable(1)  

qos3SchedulePolicyBindTable 1.3.6.1.4.1.7840.2.1.100.11.2.13.9
this table is used for binding schedule policy to port.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Qos3SchedulePolicyBindEntry

qos3SchedulePolicyBindEntry 1.3.6.1.4.1.7840.2.1.100.11.2.13.9.1
entry for binding schedule policy.
Status: current Access: not-accessible
OBJECT-TYPE    
  Qos3SchedulePolicyBindEntry  

qos3SchedulePolicyBindPortIndex 1.3.6.1.4.1.7840.2.1.100.11.2.13.9.1.1
port Index.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

qos3SchedulePolicyBindPolicyName 1.3.6.1.4.1.7840.2.1.100.11.2.13.9.1.2
the schedule policy name.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString Size(1..64)  

qos3SchedulePolicyBindStatus 1.3.6.1.4.1.7840.2.1.100.11.2.13.9.1.3
the status of qos3SchedulePolicyBindTable.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER disable(0), enable(1)  

qos3MapIntpExtendTable 1.3.6.1.4.1.7840.2.1.100.11.2.14
this table is used for mapping between intp and other priorities,the range of value for intp is 0-119.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Qos3MapIntpExtendEntry

qos3MapIntpExtendEntry 1.3.6.1.4.1.7840.2.1.100.11.2.14.1
entry for mls qos intp map configuration.
Status: current Access: not-accessible
OBJECT-TYPE    
  Qos3MapIntpExtendEntry  

qos3MapIntpExtendType 1.3.6.1.4.1.7840.2.1.100.11.2.14.1.1
the type of map
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER intpToCos(0), intpToDscp(1), intpToExp(2), intpToQueue(3), intpToDp(4), intpToIntpRed(5), intpToIntpYellow(6)  

qos3MapIntpExtendIndex 1.3.6.1.4.1.7840.2.1.100.11.2.14.1.2
the index of intp
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 0..119  

qos3MapIntpExtendValue 1.3.6.1.4.1.7840.2.1.100.11.2.14.1.3
the map value
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 0..119  

qos3mapIntpExtendStatus 1.3.6.1.4.1.7840.2.1.100.11.2.14.1.4
the status of qos3MapIntpExtendTable
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER createAndGo(0), active(1), destroy(2)  

qos3EgressRemark 1.3.6.1.4.1.7840.2.1.100.11.2.15
OBJECT IDENTIFIER    

qos3EgressGreenRemark 1.3.6.1.4.1.7840.2.1.100.11.2.15.1
enabling egress remark on green packet.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER disable(0), enable(1)  

mirrorSrcCpuTable 1.3.6.1.4.1.7840.2.1.100.12.3
Src Cpu for mirrored packets.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    MirrorSrcCpuEntry

mirrorSrcCpuEntry 1.3.6.1.4.1.7840.2.1.100.12.3.1
Src Cpu for mirrored packets.
Status: current Access: not-accessible
OBJECT-TYPE    
  MirrorSrcCpuEntry  

mirrorSrcCpuSession 1.3.6.1.4.1.7840.2.1.100.12.3.1.1
Session ID.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 4  

mirrorSrcCpuDirect 1.3.6.1.4.1.7840.2.1.100.12.3.1.2
Direction of mirror.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER rx(1), tx(2)  

mirrorSrcCpuSlot 1.3.6.1.4.1.7840.2.1.100.12.3.1.3
Src cpu slot index.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

mirrorSrcCpuStatus 1.3.6.1.4.1.7840.2.1.100.12.3.1.4
Status.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER active(1), destroy(2)  

mirrorReflectorPortTable 1.3.6.1.4.1.7840.2.1.100.12.4
mirror reflector destination port configuration Table of Rspan. The information about the reflector destination port and its associated session will be specified by this table,which will not present itself in the mirrorDestTable. Which means the mirrorReflectorPortTable and the mirrorDestTable is independent from each other.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    MirrorReflectorPortEntry

mirrorReflectorPortEntry 1.3.6.1.4.1.7840.2.1.100.12.4.1
mirror destination port configuration of Rspan.
Status: current Access: not-accessible
OBJECT-TYPE    
  MirrorReflectorPortEntry  

mirrorReflectorPortSession 1.3.6.1.4.1.7840.2.1.100.12.4.1.1
Session ID.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 1..4  

mirrorReflectorPort 1.3.6.1.4.1.7840.2.1.100.12.4.1.2
mirror reflector destination port number.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

mirrorReflectorPortStatus 1.3.6.1.4.1.7840.2.1.100.12.4.1.3
The configuration status of the reflector destination port and its associated session.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER active(1), destroy(2)  

mirrorRspanVlanTable 1.3.6.1.4.1.7840.2.1.100.12.5
Vlan configuration Table of Rspan.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    MirrorRspanVlanEntry

mirrorRspanVlanEntry 1.3.6.1.4.1.7840.2.1.100.12.5.1
Vlan configuration of Rspan.
Status: current Access: not-accessible
OBJECT-TYPE    
  MirrorRspanVlanEntry  

mirrorRspanVlan 1.3.6.1.4.1.7840.2.1.100.12.5.1.1
Vlan ID.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

mirrorRspanVlanStatus 1.3.6.1.4.1.7840.2.1.100.12.5.1.2
Vlan status.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER active(1), destroy(2)  

mirrorRspanSessionTable 1.3.6.1.4.1.7840.2.1.100.12.6
Session configuration Table of Rspan.When creating an entry, the correctness of both the Vlan ID an the Session ID should be ensured. When destroying an entry, only the correctness of the Session ID is required.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    MirrorRspanSessionEntry

mirrorRspanSessionEntry 1.3.6.1.4.1.7840.2.1.100.12.6.1
Session configuration of Rspan.
Status: current Access: not-accessible
OBJECT-TYPE    
  MirrorRspanSessionEntry  

mirrorRspanSession 1.3.6.1.4.1.7840.2.1.100.12.6.1.1
Session ID.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 1..4  

mirrorRspanSessionVlan 1.3.6.1.4.1.7840.2.1.100.12.6.1.2
Vlan ID.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

mirrorRspanSessionStatus 1.3.6.1.4.1.7840.2.1.100.12.6.1.3
The configuration status of the mirror session and its associated Rspan Vlan.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER active(1), destroy(2)  

dhcpRelay 1.3.6.1.4.1.7840.2.1.100.13.1
OBJECT IDENTIFIER    

dhcpRelayForwardUdpBootps 1.3.6.1.4.1.7840.2.1.100.13.1.1
If dhcp rely forward bootps udp broadcast packet,broadcast message bootps.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER noBootps(0), bootps(1)  

dhcpRelayServerAddrTable 1.3.6.1.4.1.7840.2.1.100.13.1.2
The role of DHCP Relay Agent is to forward requests and replies between server and client when they are not in the same subnet. To enable DHCP Relay service user needs to specify Relay Server ip address and then restart DHCP Relay. This Table is to specify Relay Server ip address, the maximum numbers of server ip address user can specify is 5. To Restart DHCP Relay, please use the dhcpRelayRestart variable.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    DhcpRelayServerAddrEntry

dhcpRelayServerAddrEntry 1.3.6.1.4.1.7840.2.1.100.13.1.2.1
A conceptual row of dhcpRelayServerAddrTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  DhcpRelayServerAddrEntry  

dhcpRelayServerAddrVlanId 1.3.6.1.4.1.7840.2.1.100.13.1.2.1.1
The ID of VLAN interface used by this table entry.
Status: current Access: not-accessible
OBJECT-TYPE    
  INTEGER  

dhcpRelayServerAddrIndex 1.3.6.1.4.1.7840.2.1.100.13.1.2.1.2
The index of relay address set in the VLAN interface.
Status: current Access: not-accessible
OBJECT-TYPE    
  INTEGER  

dhcpRelayServerAddrServerIp 1.3.6.1.4.1.7840.2.1.100.13.1.2.1.3
Appoint the destination address used for DHCP relay.
Status: current Access: read-write
OBJECT-TYPE    
  IpAddress  

dhcpRelayServerAddrStatus 1.3.6.1.4.1.7840.2.1.100.13.1.2.1.4
Configuration status.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER active(1), destroy(2)  

dhcpRelayOption82Enalbe 1.3.6.1.4.1.7840.2.1.100.13.1.3
If set(0), disable dhcp relay option82 function, set(1),then enable dhcp relay option82 function.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER noEnable(0), enable(1)  

dhcpRelayInformationOptionRemoteIDFormat 1.3.6.1.4.1.7840.2.1.100.13.1.4
If set(0), then use vlan mac address as the default format, set(1), use vs-hp format to keep compatibility with HP.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER default(0), vs-hp(1)  

dhcpRelayInformationOptionRemoteID 1.3.6.1.4.1.7840.2.1.100.13.1.5
If input the 'standard' string ,then use vlan mac address format for option82 sub-option 2, other strings are used as romote ID of option82 sub-option 2, the default string is 'standard'.
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString Size(1..32)  

dhcpRelayInformationOptionSubscriberIDFormat 1.3.6.1.4.1.7840.2.1.100.13.1.6
If set(0), then use hex format of vlan and mac address, set(1), use ACSII format of vlan and mac address, set(2), use vs-hp format to keep compatibility with HP, the default value is set(1).
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER hex(0), acsii(1), vs-hp(2)  

dhcpServerRelayInformationEnable 1.3.6.1.4.1.7840.2.1.100.13.1.7
If set(0), disable the option82 relay function on dhcp server, the dhcp server neglects the option82 information, set(1), then enable the option82 relay function on dhcp server,then dhcp server starts to identify option82 information.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER noEnable(0), enable(1)  

dhcpRelayInformationOptionDelimiter 1.3.6.1.4.1.7840.2.1.100.13.1.8
If set(0), then use colon to compart sub-option parameters, set(1), use dot to compart sub-option parameters, set(2), use slash to compart sub-option parameters, set(3), use space to compart sub-option parameters, the default value is set(2).
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER colon(0), dot(1), slash(2), space(3)  

dhcpRelayOptionSelfDefinedSubscriberIDFormat 1.3.6.1.4.1.7840.2.1.100.13.1.9
If set(0), then use hex format to generate sub-scriber ID, set(1), use ASCII format to generate sub-scriber ID, the default value is set(1).
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER hex(0), ascii(1)  

dhcpRelayOptionSelfDefinedRemoteIDFormat 1.3.6.1.4.1.7840.2.1.100.13.1.10
If set(0), then use hex format to generate remote ID, set(1), use ASCII format to generate remote ID, the default value is set(1).
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER hex(0), ascii(1)  

dhcpRelayOptionSelfDefinedSubscriberID 1.3.6.1.4.1.7840.2.1.100.13.1.11
If user does not configure the circuit-id of option82 explicitly on a port, then the user can self define format to generate the circuit-id, the format options include vlan, port, ID, self-designed string, the subscriber ID may be only one or any combination of them, and is strictly generated according to the sequence of format options, the ID option includes switch ID and remote-mac, but the user just select only one of them, also In the swtich ID, it includes mac and hostname options, the user just select only one of two, the maximum length of self-designed striing is 64. If user input the string 'NULL', then delete the last configuration. For example, if select vlan ,ID(swtich-id(mac)), and string 'str' format, the user input the string like as 'vlan id swtich-id mac string str'.
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString Size(1..128)  

dhcpRelayOptionSelfDefinedRemoteID 1.3.6.1.4.1.7840.2.1.100.13.1.12
If user does not configure the remote-id of option82 explicitly on a port, then the user can self define format to generate the remote-id, the format options include mac,hostname and self-designed string, the remote ID may be only one or any combination of them, and is strictly generated according to the sequence of format options, the maximum length of self-designed striing is 32. If user input the string 'NULL', then delete the last configuration. For example, if select hostname,mac,and string 'str' format, the user input the string like as 'hostname mac string str'.
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString Size(1..64)  

dhcpRelayOption82InterfaceConfigureTable 1.3.6.1.4.1.7840.2.1.100.13.1.13
After enable the option82 relay function ,the swith must adopt some forwarding policy, and use specified format for subscriber ID to handle receving the dhcp request packets according to specified port.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    DhcpRelayOption82InterfaceConfigureEntry

dhcpRelayOption82InterfaceConfigureEntry 1.3.6.1.4.1.7840.2.1.100.13.1.13.1
A conceptual row of dhcpRelayOption82InterfaceConfigureTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  DhcpRelayOption82InterfaceConfigureEntry  

dhcpRelayOption82Vid 1.3.6.1.4.1.7840.2.1.100.13.1.13.1.1
The Vlan interface being used by this table entry. Only the Vlan interfaces which have an IP configured will appear in the table.
Status: current Access: not-accessible
OBJECT-TYPE    
  INTEGER  

dhcpRelayOption82ForwardPolicy 1.3.6.1.4.1.7840.2.1.100.13.1.13.1.2
If set(1), then drop the dhcp request packets with option82 sub-option, set(2), keep the dhcp request packets with option82 sub-option and forward to the dhcp server, set(3), the systerm replace the option82 sub-option of dhcp request packets with its own option82 sub-option, the default value is set(3).
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER drop(1), keep(2), replace(3)  

dhcpRelayOption82SubscriberID 1.3.6.1.4.1.7840.2.1.100.13.1.13.1.3
If input the 'standard' string ,then use vlan and physical port format for option82 sub-option 1, other string, that be used as circuit-id of option82 sub-option 1, the default string is 'standard'.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString Size(1..64)  

dhcpServer 1.3.6.1.4.1.7840.2.1.100.13.2
OBJECT IDENTIFIER    

dhcpServerServiceStatus 1.3.6.1.4.1.7840.2.1.100.13.2.1
Setting this to 1 to enable the dhcp server service. Setting this to 2 to disable the dhcp server service.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER enable(1), disable(0)  

dhcploggingStatus 1.3.6.1.4.1.7840.2.1.100.13.2.2
Setting this to 1 to enable the dhcp conflict logging. Setting this to 0 to disable the dhcp conflict logging.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER enable(1), disable(0)  

dhcpPool 1.3.6.1.4.1.7840.2.1.100.13.2.3
OBJECT IDENTIFIER    

dhcpPoolTable 1.3.6.1.4.1.7840.2.1.100.13.2.3.1
A dhcp pool is a collection of user configuration such as option config-lease time or dns-server IPs, a network address for network pool, or a host IP plus a hardware address pair for host pool. However, a dhcp pool only can either be a network pool or a host pool, or none of them (such as that pool only containing option config no network address config or a host ip config as well)
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    DhcpPoolEntry

dhcpPoolEntry 1.3.6.1.4.1.7840.2.1.100.13.2.3.1.1
A conceptual row of dhcpPoolTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  DhcpPoolEntry  

dhcpPoolPoolName 1.3.6.1.4.1.7840.2.1.100.13.2.3.1.1.1
PoolName, simply specify a string.
Status: current Access: not-accessible
OBJECT-TYPE    
  DisplayString Size(1..32)  

dhcpPoolStatus 1.3.6.1.4.1.7840.2.1.100.13.2.3.1.1.2
accession delete the pool,according to dhcpPoolName
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER active(1), destroy(0)  

dhcpPoolAddressType 1.3.6.1.4.1.7840.2.1.100.13.2.3.1.1.3
configure dhcppool of address style
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER network(1), host(2)  

dhcpPoolAddress 1.3.6.1.4.1.7840.2.1.100.13.2.3.1.1.4
configurate dhcp pool. if dhcpPoolAddressType=1 configurate address range, if dhcpPoolAddressType=2 configurate single address
Status: current Access: read-create
OBJECT-TYPE    
  IpAddress  

dhcpPoolAddressPrefix 1.3.6.1.4.1.7840.2.1.100.13.2.3.1.1.5
dhcp pool ip address prefix
Status: current Access: read-create
OBJECT-TYPE    
  IpAddress  

dhcpPoolAddressStatus 1.3.6.1.4.1.7840.2.1.100.13.2.3.1.1.6
address of configuration satus
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER active(1), destroy(0)  

dhcpPoolMacAddress 1.3.6.1.4.1.7840.2.1.100.13.2.3.1.1.7
appoint user of hardware address.Condition: dhcpPoolAddressType(2).
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString  

dhcpPoolProType 1.3.6.1.4.1.7840.2.1.100.13.2.3.1.1.8
RFC define protocol style of number express,Condition:dhcpPoolAddressType(2).
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER 1..255  

dhcpPoolMacStatus 1.3.6.1.4.1.7840.2.1.100.13.2.3.1.1.9
hardware address configure status.Condition: dhcpPoolAddressType(2).
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER active(1), destroy(0)  

dhcpPoolExpandTable 1.3.6.1.4.1.7840.2.1.100.13.2.3.2
A dhcp pool is a collection of user configuration such as option config-lease time or dns-server IPs, a network address for network pool, or a host IP plus a hardware address pair for host pool. However, a dhcp pool only can either be a network pool or a host pool, or none of them (such as that pool only containing option config no network address config or a host ip config as well)
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    DhcpPoolExpandEntry

dhcpPoolExpandEntry 1.3.6.1.4.1.7840.2.1.100.13.2.3.2.1
A conceptual row of dhcpPoolExpandTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  DhcpPoolExpandEntry  

dhcpPoolExpandName 1.3.6.1.4.1.7840.2.1.100.13.2.3.2.1.1
PoolName, simply specify a string which string size NO MORE THAN 8
Status: current Access: not-accessible
OBJECT-TYPE    
  DisplayString Size(1..32)  

dhcpPoolNetbiosNodeType 1.3.6.1.4.1.7840.2.1.100.13.2.3.2.1.2
Configure DHCP client of node style. For example, Broadcast node 1, Peer-to-peer node 2, Mixed node 4, Hybrid node 8
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER 0..255  

dhcpPoolDomainName 1.3.6.1.4.1.7840.2.1.100.13.2.3.2.1.3
DHCP client configure domain name
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString Size(1..255)  

dhcpPoolBootFile 1.3.6.1.4.1.7840.2.1.100.13.2.3.2.1.4
configure DHCP client boot-file name
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString Size(1..255)  

dhcpPoolCLid 1.3.6.1.4.1.7840.2.1.100.13.2.3.2.1.5
set dhcp pool client id. Condition: the pool of address is handcraft bind
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString  

dhcpPoolExpandstatus 1.3.6.1.4.1.7840.2.1.100.13.2.3.2.1.7
if configure is valid(0),and the list of all configuration operatation accession if configure is destroy(1),and the list of all configuration operation delet
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER valid(0), destroy(1)  

dhcpLeaseTimeTable 1.3.6.1.4.1.7840.2.1.100.13.2.4
configure rent term in address pool
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    DhcpLeaseTimeEntry

dhcpLeaseTimeEntry 1.3.6.1.4.1.7840.2.1.100.13.2.4.1
configure rent term in address pool
Status: current Access: not-accessible
OBJECT-TYPE    
  DhcpLeaseTimeEntry  

dhcpLeaseTimePoolName 1.3.6.1.4.1.7840.2.1.100.13.2.4.1.1
PoolName, simply specify a string which string size NO MORE THAN 8
Status: current Access: not-accessible
OBJECT-TYPE    
  DisplayString Size(1..32)  

dhcpLeaseTimeType 1.3.6.1.4.1.7840.2.1.100.13.2.4.1.2
rent time style,0 is temporarily rent,1 is forever rent
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER temp(0), infinite(1)  

dhcpLeaseTimeDay 1.3.6.1.4.1.7840.2.1.100.13.2.4.1.3
day,condition:dhcpLeaseTimeType=temp(0).
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER 0..365  

dhcpLeaseTimeHours 1.3.6.1.4.1.7840.2.1.100.13.2.4.1.4
hour,condition:dhcpLeaseTimeType=temp(0).
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER 0..23  

dhcpLeaseTimeMinutes 1.3.6.1.4.1.7840.2.1.100.13.2.4.1.5
hour,condition:dhcpLeaseTimeType=temp(0).
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER 0..59  

dhcpLeaseTimeStatus 1.3.6.1.4.1.7840.2.1.100.13.2.4.1.6
Setting this to active(1) creates an entry. Setting this to destroy(2) destroys an entry. default status is 0,no opperation
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER createAndGo(0), active(1), destroy(2)  

dhcpPoolOptionTable 1.3.6.1.4.1.7840.2.1.100.13.2.5
configure pool of optional parameters
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    DhcpPoolOptionEntry

dhcpPoolOptionEntry 1.3.6.1.4.1.7840.2.1.100.13.2.5.1
configure pool of optional parameters
Status: current Access: not-accessible
OBJECT-TYPE    
  DhcpPoolOptionEntry  

dhcpPoolOptionName 1.3.6.1.4.1.7840.2.1.100.13.2.5.1.1
PoolName, simply specify a string which string size NO MORE THAN 8
Status: current Access: not-accessible
OBJECT-TYPE    
  DisplayString Size(1..32)  

dhcpPoolOptionIndex 1.3.6.1.4.1.7840.2.1.100.13.2.5.1.2
The index of option which has been set in this pool
Status: current Access: not-accessible
OBJECT-TYPE    
  INTEGER  

dhcpPoolOptionId 1.3.6.1.4.1.7840.2.1.100.13.2.5.1.3
dhcpPoolOptionId (0..254)
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER 0..254  

dhcpPoolOptionType 1.3.6.1.4.1.7840.2.1.100.13.2.5.1.4
dhcpPoolOptionType
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER ascii(1), hex(2), ipaddress(3)  

dhcpPoolOption 1.3.6.1.4.1.7840.2.1.100.13.2.5.1.5
if dhcpPoolOptionType=1, ASCII string if dhcpPoolOptionType=2, HEX string if dhcpPoolOptionType=3,IP address
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString  

dhcpPoolOptionStatus 1.3.6.1.4.1.7840.2.1.100.13.2.5.1.6
optional parameters configure status
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER createAndGo(0), active(1), destroy(2)  

dhcpServerExcludedIpAddrTable 1.3.6.1.4.1.7840.2.1.100.13.2.6
dhcpServer Excluded IpAddr Table
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    DhcpServerExcludedIpAddrEntry

dhcpServerExcludedIpAddrEntry 1.3.6.1.4.1.7840.2.1.100.13.2.6.1
dhcpServer Excluded IpAddrEntry
Status: current Access: not-accessible
OBJECT-TYPE    
  DhcpServerExcludedIpAddrEntry  

dhcpServerExcludedIpAddrLowIp 1.3.6.1.4.1.7840.2.1.100.13.2.6.1.1
The excluded IP address, or first IP address in an excluded address range.
Status: current Access: not-accessible
OBJECT-TYPE    
  IpAddress  

dhcpServerExcludedIpAddrHiIp 1.3.6.1.4.1.7840.2.1.100.13.2.6.1.2
The last IP address in the excluded address range.
Status: current Access: not-accessible
OBJECT-TYPE    
  IpAddress  

dhcpServerExcludedIpAddrStatus 1.3.6.1.4.1.7840.2.1.100.13.2.6.1.3
Setting this to active(1) creates an entry. Setting this to destroy(2) destroys an entry.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER createAndGo(0), active(1), destroy(2)  

dhcpPoolDnsSerTable 1.3.6.1.4.1.7840.2.1.100.13.2.8
dhcpPool Dns Server Table:the maximum 8 dns is allowed the first dns server has the highest priority.so address1 is highest priority,next is address2,address3...
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    DhcpPoolDnsSerEntry

dhcpPoolDnsSerEntry 1.3.6.1.4.1.7840.2.1.100.13.2.8.1
is DHCP client configure DNS server
Status: current Access: not-accessible
OBJECT-TYPE    
  DhcpPoolDnsSerEntry  

dhcpPoolDnsSerPoolName 1.3.6.1.4.1.7840.2.1.100.13.2.8.1.1
PoolName, simply specify a string which string size NO MORE THAN 8
Status: current Access: not-accessible
OBJECT-TYPE    
  DisplayString  

dhcpPoolDnsSerIpAddress1 1.3.6.1.4.1.7840.2.1.100.13.2.8.1.2
IP address,MUST.
Status: current Access: read-create
OBJECT-TYPE    
  IpAddress  

dhcpPoolDnsSerIpAddress2 1.3.6.1.4.1.7840.2.1.100.13.2.8.1.3
IP address,option
Status: current Access: read-create
OBJECT-TYPE    
  IpAddress  

dhcpPoolDnsSerIpAddress3 1.3.6.1.4.1.7840.2.1.100.13.2.8.1.4
IP address,option
Status: current Access: read-create
OBJECT-TYPE    
  IpAddress  

dhcpPoolDnsSerIpAddress4 1.3.6.1.4.1.7840.2.1.100.13.2.8.1.5
IP address,option
Status: current Access: read-create
OBJECT-TYPE    
  IpAddress  

dhcpPoolDnsSerIpAddress5 1.3.6.1.4.1.7840.2.1.100.13.2.8.1.6
IP address,option
Status: current Access: read-create
OBJECT-TYPE    
  IpAddress  

dhcpPoolDnsSerIpAddress6 1.3.6.1.4.1.7840.2.1.100.13.2.8.1.7
IP address,option
Status: current Access: read-create
OBJECT-TYPE    
  IpAddress  

dhcpPoolDnsSerIpAddress7 1.3.6.1.4.1.7840.2.1.100.13.2.8.1.8
IP address,option
Status: current Access: read-create
OBJECT-TYPE    
  IpAddress  

dhcpPoolDnsSerIpAddress8 1.3.6.1.4.1.7840.2.1.100.13.2.8.1.9
IP address,option
Status: current Access: read-create
OBJECT-TYPE    
  IpAddress  

dhcpPoolDnsSerStatus 1.3.6.1.4.1.7840.2.1.100.13.2.8.1.10
configure DNS server status
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER createAndGo(0), active(1), destroy(2)  

dhcpPoolDefaultRouterTable 1.3.6.1.4.1.7840.2.1.100.13.2.9
dhcpPoolDefaultRouterTable: the maximum 8 default gateway address can be set,the first gateway has the highest priority, So address1 has the highest priority,next is address2,address3...
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    DhcpPoolDefaultRouterEntry

dhcpPoolDefaultRouterEntry 1.3.6.1.4.1.7840.2.1.100.13.2.9.1
DHCP client machine configure default gateway
Status: current Access: not-accessible
OBJECT-TYPE    
  DhcpPoolDefaultRouterEntry  

dhcpPoolDefaultRouterPoolName 1.3.6.1.4.1.7840.2.1.100.13.2.9.1.1
PoolName, simply specify a string which string size NO MORE THAN 8
Status: current Access: not-accessible
OBJECT-TYPE    
  DisplayString  

dhcpPoolDefaultRouterIpAddress1 1.3.6.1.4.1.7840.2.1.100.13.2.9.1.2
IP address,must
Status: current Access: read-create
OBJECT-TYPE    
  IpAddress  

dhcpPoolDefaultRouterIpAddress2 1.3.6.1.4.1.7840.2.1.100.13.2.9.1.3
IP address,option
Status: current Access: read-create
OBJECT-TYPE    
  IpAddress  

dhcpPoolDefaultRouterIpAddress3 1.3.6.1.4.1.7840.2.1.100.13.2.9.1.4
IP address,option
Status: current Access: read-create
OBJECT-TYPE    
  IpAddress  

dhcpPoolDefaultRouterIpAddress4 1.3.6.1.4.1.7840.2.1.100.13.2.9.1.5
IP address,option
Status: current Access: read-create
OBJECT-TYPE    
  IpAddress  

dhcpPoolDefaultRouterIpAddress5 1.3.6.1.4.1.7840.2.1.100.13.2.9.1.6
IP address,option
Status: current Access: read-create
OBJECT-TYPE    
  IpAddress  

dhcpPoolDefaultRouterIpAddress6 1.3.6.1.4.1.7840.2.1.100.13.2.9.1.7
IP address,option
Status: current Access: read-create
OBJECT-TYPE    
  IpAddress  

dhcpPoolDefaultRouterIpAddress7 1.3.6.1.4.1.7840.2.1.100.13.2.9.1.8
IP address,option
Status: current Access: read-create
OBJECT-TYPE    
  IpAddress  

dhcpPoolDefaultRouterIpAddress8 1.3.6.1.4.1.7840.2.1.100.13.2.9.1.9
IP address,option
Status: current Access: read-create
OBJECT-TYPE    
  IpAddress  

dhcpPoolDefaultRouterStatus 1.3.6.1.4.1.7840.2.1.100.13.2.9.1.10
configure default gateway state machine
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER createAndGo(0), active(1), destroy(2)  

dhcpPoolNextServerTable 1.3.6.1.4.1.7840.2.1.100.13.2.10
dhcpPoolNextServerTable
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    DhcpPoolNextServerEntry

dhcpPoolNextServerEntry 1.3.6.1.4.1.7840.2.1.100.13.2.10.1
dhcpPoolNextServerEntry
Status: current Access: not-accessible
OBJECT-TYPE    
  DhcpPoolNextServerEntry  

dhcpPoolNextServerPoolName 1.3.6.1.4.1.7840.2.1.100.13.2.10.1.1
PoolName, simply specify a string which string size NO MORE THAN 8
Status: current Access: not-accessible
OBJECT-TYPE    
  DisplayString  

dhcpPoolNextServerIpAddress1 1.3.6.1.4.1.7840.2.1.100.13.2.10.1.2
IP address,must
Status: current Access: read-create
OBJECT-TYPE    
  IpAddress  

dhcpPoolNextServerIpAddress2 1.3.6.1.4.1.7840.2.1.100.13.2.10.1.3
IP address,option
Status: current Access: read-create
OBJECT-TYPE    
  IpAddress  

dhcpPoolNextServerIpAddress3 1.3.6.1.4.1.7840.2.1.100.13.2.10.1.4
IP address,option
Status: current Access: read-create
OBJECT-TYPE    
  IpAddress  

dhcpPoolNextServerIpAddress4 1.3.6.1.4.1.7840.2.1.100.13.2.10.1.5
IP address,option
Status: current Access: read-create
OBJECT-TYPE    
  IpAddress  

dhcpPoolNextServerIpAddress5 1.3.6.1.4.1.7840.2.1.100.13.2.10.1.6
IP address,option
Status: current Access: read-create
OBJECT-TYPE    
  IpAddress  

dhcpPoolNextServerIpAddress6 1.3.6.1.4.1.7840.2.1.100.13.2.10.1.7
IP address,option
Status: current Access: read-create
OBJECT-TYPE    
  IpAddress  

dhcpPoolNextServerIpAddress7 1.3.6.1.4.1.7840.2.1.100.13.2.10.1.8
IP address,option
Status: current Access: read-create
OBJECT-TYPE    
  IpAddress  

dhcpPoolNextServerIpAddress8 1.3.6.1.4.1.7840.2.1.100.13.2.10.1.9
IP address,option
Status: current Access: read-create
OBJECT-TYPE    
  IpAddress  

dhcpPoolNextServerStatus 1.3.6.1.4.1.7840.2.1.100.13.2.10.1.10
status machine
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER createAndGo(0), active(1), destroy(2)  

dhcpPoolWinsTable 1.3.6.1.4.1.7840.2.1.100.13.2.11
dhcpPoolWinsTable
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    DhcpPoolWinsEntry

dhcpPoolWinsEntry 1.3.6.1.4.1.7840.2.1.100.13.2.11.1
configure Wins sever address
Status: current Access: not-accessible
OBJECT-TYPE    
  DhcpPoolWinsEntry  

dhcpPoolWinsPoolName 1.3.6.1.4.1.7840.2.1.100.13.2.11.1.1
PoolName, simply specify a string which string size NO MORE THAN 8
Status: current Access: not-accessible
OBJECT-TYPE    
  DisplayString  

dhcpPoolWinsIpAddress1 1.3.6.1.4.1.7840.2.1.100.13.2.11.1.2
IP address,must
Status: current Access: read-create
OBJECT-TYPE    
  IpAddress  

dhcpPoolWinsIpAddress2 1.3.6.1.4.1.7840.2.1.100.13.2.11.1.3
IP address,option
Status: current Access: read-create
OBJECT-TYPE    
  IpAddress  

dhcpPoolWinsIpAddress3 1.3.6.1.4.1.7840.2.1.100.13.2.11.1.4
IPaddress,option
Status: current Access: read-create
OBJECT-TYPE    
  IpAddress  

dhcpPoolWinsIpAddress4 1.3.6.1.4.1.7840.2.1.100.13.2.11.1.5
IP address,option
Status: current Access: read-create
OBJECT-TYPE    
  IpAddress  

dhcpPoolWinsIpAddress5 1.3.6.1.4.1.7840.2.1.100.13.2.11.1.6
IP address,option
Status: current Access: read-create
OBJECT-TYPE    
  IpAddress  

dhcpPoolWinsIpAddress6 1.3.6.1.4.1.7840.2.1.100.13.2.11.1.7
IP address,option
Status: current Access: read-create
OBJECT-TYPE    
  IpAddress  

dhcpPoolWinsIpAddress7 1.3.6.1.4.1.7840.2.1.100.13.2.11.1.8
IP address,option
Status: current Access: read-create
OBJECT-TYPE    
  IpAddress  

dhcpPoolWinsIpAddress8 1.3.6.1.4.1.7840.2.1.100.13.2.11.1.9
IP address,option
Status: current Access: read-create
OBJECT-TYPE    
  IpAddress  

dhcpPoolWinsStatus 1.3.6.1.4.1.7840.2.1.100.13.2.11.1.10
configure wins server status machine
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER createAndGo(0), active(1), destroy(2)  

dhcpServerLeaseBindingTable 1.3.6.1.4.1.7840.2.1.100.13.2.12
express IP address and MAC address bind status
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    DhcpServerLeaseBindingEntry

dhcpServerLeaseBindingEntry 1.3.6.1.4.1.7840.2.1.100.13.2.12.1
express IP address and MAC address bind status
Status: current Access: not-accessible
OBJECT-TYPE    
  DhcpServerLeaseBindingEntry  

dhcpServerLeaseBindingIp 1.3.6.1.4.1.7840.2.1.100.13.2.12.1.1
certain address appointed, format is x.x.x.x
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

dhcpServerLeaseBindingType 1.3.6.1.4.1.7840.2.1.100.13.2.12.1.2
manual express handcraft bind style;dynamic express dynamic distribution style
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER manual(1), dynamic(2)  

dhcpServerLeaseBindingMac 1.3.6.1.4.1.7840.2.1.100.13.2.12.1.3
MAC address
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

dhcpServerLeaseBindingLeaseTime 1.3.6.1.4.1.7840.2.1.100.13.2.12.1.4
rent term
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

dhcpSnooping 1.3.6.1.4.1.7840.2.1.100.13.3
OBJECT IDENTIFIER    

dhcpSnoopingEnable 1.3.6.1.4.1.7840.2.1.100.13.3.1
Enable the dhcp snooping function.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER noEnable(0), enable(1)  

dhcpSnoopingBindingEnalbe 1.3.6.1.4.1.7840.2.1.100.13.3.2
Enable the dhcp snooping binding function.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER noEnable(0), enable(1)  

dhcpSnoopingVlanEnable 1.3.6.1.4.1.7840.2.1.100.13.3.3
Enable the dhcp snooping on vlan list string, the vlan list string is input like as '1-2'. If the next time input the string '3-5',then the final vlan list is '1-5'.If input the string 'NULL',then delete the whole vlan list.
Status: current Access: read-create
OBJECT-TYPE    
  OCTET STRING  

dhcpSnoopingInformationEnalbe 1.3.6.1.4.1.7840.2.1.100.13.3.4
Enable the dhcp snooping information function.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER noEnable(0), enable(1)  

dhcpSnoopingLimitRate 1.3.6.1.4.1.7840.2.1.100.13.3.5
Configration of dhcp packets rate on the switch, the default rate of dhcp packets received is 100 pps.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER 0..100  

dhcpSnoopingActionMaxNum 1.3.6.1.4.1.7840.2.1.100.13.3.6
Configration of the maximum number of dhcp snooping action on a port, the default value is 10.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER 0..200  

dhcpSnoopingbindingARP 1.3.6.1.4.1.7840.2.1.100.13.3.7
If set(0), the static ARP entry is not added when the dhcp snooping is created, if set(1), the static ARP entry is added according to the dhcp snooping binding, the priority of this static ARP entry is lower than that configured by administrator.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER notBindingARP(0), bindingARP(1)  

dhcpSnoopingInformationOptionDelimiter 1.3.6.1.4.1.7840.2.1.100.13.3.8
If set(0), then use colon to compart sub-option parameters, set(1), use dot to compart sub-option parameters, set(2), use slash to compart sub-option parameters, set(3), use space to compart sub-option parameters the default value is set(2).
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER colon(0), dot(1), slash(2), space(3)  

dhcpSnoopingInformationOptionSubscriberIDFormat 1.3.6.1.4.1.7840.2.1.100.13.3.9
If set(0), then use hex format of vlan and mac address, set(1), use ACSII format of vlan and mac address, set(2), use vs-hp format to keep compatibility with HP, the default value is set(1).
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER hex(0), acsii(1), vs-hp(2)  

dhcpSnoopingInformationOptionRemoteID 1.3.6.1.4.1.7840.2.1.100.13.3.10
If input the 'standard' string ,then use vlan mac address format for option82 sub-option 2, other string, that be used as romote ID of option82 sub-option 2, the default string is 'standard'.
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString Size(1..64)  

dhcpSnoopingInformationOptionAllowUntrusted 1.3.6.1.4.1.7840.2.1.100.13.3.11
If set(0), the dhcp packets with option82 are discarded, if set (1), the dhcp packets with option82 are permitted, and the content of option82 is not changed.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER notAllowUntrusted(0), allowUntrusted(1)  

dhcpSnoopingOptionSelfDefinedSubscriberIDFormat 1.3.6.1.4.1.7840.2.1.100.13.3.12
If set(0), then use ASCII format to generate sub-scriber ID, set(1), use hex format to generate sub-scriber ID, the default value is set(1).
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER hex(0), ascii(1)  

dhcpSnoopingOptionSelfDefinedRemoteIDFormat 1.3.6.1.4.1.7840.2.1.100.13.3.13
If set(0), then use ASCII format to generate remote ID, set(1), use hex format to generate remote ID, the default value is set(1).
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER hex(0), ascii(1)  

dhcpSnoopingOptionSelfDefinedSubscriberID 1.3.6.1.4.1.7840.2.1.100.13.3.14
If user does not configure the circuit-id of option82 explicitly on a port, then the user can self define format to generate the circuit-id, the format options include vlan, port, ID, self designed string, the subscriber ID may be only one or any combination of them,and is strictly generated according to the sequence of format options, the ID option includes switch ID and remote-mac, but the user just selects only one of them, also In the swtich ID, it includes mac and hostname options, the user just selects only one of two, the maximum length of self-designed striing is 64. if user inputs the string 'NULL', then delete the last configuration. For example, if select vlan ,ID(swtich-id(mac)), and string 'str' format, the user can input the string like as 'vlan id swtich-id mac string str'.
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString Size(1..128)  

dhcpSnoopingOptionSelfDefinedRemoteID 1.3.6.1.4.1.7840.2.1.100.13.3.15
If user does not configure the remote-id of option82 explicitly on a port, then the user can self define format to generate the remote-id, the format options include mac,hostname and self designed string, the remote ID may be only one or any combination of them,and is strictly generated according to the sequence of format options, the maximum length of self designed striing is 32. If user inputs the string 'NULL', then delete the last configuration. For example, if select hostname,mac,and string 'str' format, the user can input the string like as 'hostname mac string str'.
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString Size(1..64)  

dhcpSnoopingClearBinding 1.3.6.1.4.1.7840.2.1.100.13.3.16
Clear the dhcp snooping bindings, the user can specify the mac address and vlan ID, or interface name and vlan ID ,or vlan ID, if input 'all' string, then clear all of the bindings,if input 'mac 00-24-e3-3a-f3-24 vlan 2', then clear the bindings with mac address 00-24-e3-3a-f3-24 in the vlan 2, if input 'interface ethernet0/0/1 vlan 2', then clear all of the bidings on the interface ethernet0/0/1 in the vlan 2, if input 'vlan 1' string ,then clear all of bindings in the vlan 1.
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString Size(1..64)  

dhcpSnoopingPortConfigTable 1.3.6.1.4.1.7840.2.1.100.13.3.17
After enable the dhcp snooping function, the administrator can configure the port information.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    DhcpSnoopingPortConfigEntry

dhcpSnoopingPortConfigEntry 1.3.6.1.4.1.7840.2.1.100.13.3.17.1
A conceptual row of dhcpSnoopingPortConfigTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  DhcpSnoopingPortConfigEntry  

dhcpSnoopingPortIndex 1.3.6.1.4.1.7840.2.1.100.13.3.17.1.1
Configure the dhcp snooping function on the specified port.
Status: current Access: not-accessible
OBJECT-TYPE    
  INTEGER  

dhcpSnoopingUserControlMaxNum 1.3.6.1.4.1.7840.2.1.100.13.3.17.1.2
Configure the maximum of the binding users on a port, the range of binding users number is 0-1024,the default number is 1024.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER 0..1024  

dhcpSnoopingUserControl 1.3.6.1.4.1.7840.2.1.100.13.3.17.1.3
If set(0), not enable the user control function on a specified port, if set(1), enable the user control function on a specified port, the default value is set(0).
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER notEnable(0), enable(1)  

dhcpSnoopingTrust 1.3.6.1.4.1.7840.2.1.100.13.3.17.1.4
Configure trust function on a port or vlan list string.If input the string 'all', then trust all the vlan. If input the string '1-2', then only trust the DHCP packets with that vlan ID is 1 or 2. If input string 'NULL', then close the trust function on the port.
Status: current Access: read-create
OBJECT-TYPE    
  OCTET STRING  

dhcpSnoopingBindingDot1x 1.3.6.1.4.1.7840.2.1.100.13.3.17.1.5
If set(0), not enable to notify dhcp snooping binding information to Dot1x module, if set(1), enable to notify dhcp snooping binding information to Dot1x module, the default value is set(0).
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER notEnable(0), enable(1)  

dhcpSnoopingSubScriberID 1.3.6.1.4.1.7840.2.1.100.13.3.17.1.6
If input the 'standard' string ,then use vlan mac address format for option82 sub-option 2, other string, that be used as romote ID of option82 sub-option 2, the default string is 'standard'.
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString Size(1..32)  

dhcpSnoopingAlarmCount 1.3.6.1.4.1.7840.2.1.100.13.3.17.1.7
Show the alarm count of dhcp snooping on a specified port.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

dhcpSnoopingBindingCount 1.3.6.1.4.1.7840.2.1.100.13.3.17.1.8
Show the binding count of dhcp snooping on a specified port.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

dhcpSnoopingPortActionTable 1.3.6.1.4.1.7840.2.1.100.13.3.18
After enable the dhcp snooping function, the administrator can configure the port action.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    DhcpSnoopingPortActionEntry

dhcpSnoopingPortActionEntry 1.3.6.1.4.1.7840.2.1.100.13.3.18.1
A conceptual row of dhcpSnoopingPortActionTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  DhcpSnoopingPortActionEntry  

dhcpSnoopingPort 1.3.6.1.4.1.7840.2.1.100.13.3.18.1.1
Configure the dhcp snooping function on the specified port.
Status: current Access: not-accessible
OBJECT-TYPE    
  INTEGER  

dhcpSnoopingActionType 1.3.6.1.4.1.7840.2.1.100.13.3.18.1.2
If set(0), not to add any action, if set(1), add shutdown action , and if set(2), add blackhole action on a port when detectd the DHCP server protended .
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER noAction(0), shutdown(1), blackhole(2)  

dhcpSnoopingActionRecoveryTime 1.3.6.1.4.1.7840.2.1.100.13.3.18.1.3
Configure the recovery time of action, the range time is 10-3600 seconds, the default value is 30 seconds.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER 10..3600  

dhcpSnoopingActionStatus 1.3.6.1.4.1.7840.2.1.100.13.3.18.1.4
If set(0), then destory an aciton configured previously, if set(1), then configure an action on a port.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER destroy(0), active(1)  

dhcpSnoopingStaticBindingTable 1.3.6.1.4.1.7840.2.1.100.13.3.19
After enable the dhcp snooping function, the administrator can configure or delete the dhcp snooping static binding.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    DhcpSnoopingStaticBindingEntry

dhcpSnoopingStaticBindingEntry 1.3.6.1.4.1.7840.2.1.100.13.3.19.1
A conceptual row of dhcpSnoopingStaticBindingTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  DhcpSnoopingStaticBindingEntry  

dhcpSnoopingStaticBindingIP 1.3.6.1.4.1.7840.2.1.100.13.3.19.1.1
The one IP address just only identifies one ack binding entry.
Status: current Access: not-accessible
OBJECT-TYPE    
  IpAddress  

dhcpSnoopingStaticBindingMAC 1.3.6.1.4.1.7840.2.1.100.13.3.19.1.2
Configure the MAC address of the static binding.
Status: current Access: read-create
OBJECT-TYPE    
  OCTET STRING Size(17)  

dhcpSnoopingStaticBindingMask 1.3.6.1.4.1.7840.2.1.100.13.3.19.1.3
Configure the IP address mask of the static binding.
Status: current Access: read-create
OBJECT-TYPE    
  IpAddress  

dhcpSnoopingStaticBindingPort 1.3.6.1.4.1.7840.2.1.100.13.3.19.1.4
Configure the port of the static binding.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER  

dhcpSnoopingStaticBindingVid 1.3.6.1.4.1.7840.2.1.100.13.3.19.1.5
Configure the vlan ID of the static binding.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER  

dhcpSnoopingStaticBindingStatus 1.3.6.1.4.1.7840.2.1.100.13.3.19.1.6
If set(0), then distory a specified static binding that has been configured, if set(1), create a specified static binding according to the input content.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER destory(0), active(1)  

dhcpSnoopingAckBindingInfoTable 1.3.6.1.4.1.7840.2.1.100.13.3.20
Show the specified bindings after received the DHCP ACK packets.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    DhcpSnoopingAckBindingInfoEntry

dhcpSnoopingAckBindingInfoEntry 1.3.6.1.4.1.7840.2.1.100.13.3.20.1
A conceptual row of dhcpSnoopingAckBindingInfoTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  DhcpSnoopingAckBindingInfoEntry  

dhcpSnoopingAckBindingIP 1.3.6.1.4.1.7840.2.1.100.13.3.20.1.1
The one IP address just only identifies one ack binding entry.
Status: current Access: not-accessible
OBJECT-TYPE    
  IpAddress  

dhcpSnoopingAckBindingMAC 1.3.6.1.4.1.7840.2.1.100.13.3.20.1.2
Show the MAC address of the ack binding.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(17)  

dhcpSnoopingAckBindingPort 1.3.6.1.4.1.7840.2.1.100.13.3.20.1.3
Show the port index information of the ack binding.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

dhcpSnoopingAckBindingVid 1.3.6.1.4.1.7840.2.1.100.13.3.20.1.4
Show the Vid information of the ack bidning.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

dhcpSnoopingAckBindingLease 1.3.6.1.4.1.7840.2.1.100.13.3.20.1.5
Show the lease of the ack binding. The lease of static binding is infinite, the lease of dynamic binding comes from the DHCP reply packets of dhcp server.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

dhcpSnoopingAckBindingFlag 1.3.6.1.4.1.7840.2.1.100.13.3.20.1.6
Show the type of the ack binding. The flag 'S' indentifies the static type binding, 'D' indentifies the dynamic type binding, 'U' indentifies that bindings are uploaded from the server, 'O' indentifies that DHCP request packet is with option82 information, 'X' indentifies that the bindings have been notified Dot1x module, and the client is control under the Dot1x function, 'L' indentifies that the binding entry has been sent to the driver, 'E' indentifies that the notification to Dot1x module is failed.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(1..10)  

dhcpSnoopingRequestBindingInfoTable 1.3.6.1.4.1.7840.2.1.100.13.3.21
Show the specified bindings after received the DHCP request packets.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    DhcpSnoopingRequestBindingInfoEntry

dhcpSnoopingRequestBindingInfoEntry 1.3.6.1.4.1.7840.2.1.100.13.3.21.1
A conceptual row of dhcpSnoopingRequestBindingInfoTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  DhcpSnoopingRequestBindingInfoEntry  

dhcpSnoopingRequestBindingIP 1.3.6.1.4.1.7840.2.1.100.13.3.21.1.1
The one IP address just only identifies one Request binding entry.
Status: current Access: not-accessible
OBJECT-TYPE    
  IpAddress  

dhcpSnoopingRequestBindingMAC 1.3.6.1.4.1.7840.2.1.100.13.3.21.1.2
Show the MAC address of the Request binding.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(17)  

dhcpSnoopingRequestBindingPort 1.3.6.1.4.1.7840.2.1.100.13.3.21.1.3
Show the port index information of the Request binding.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

dhcpSnoopingRequestBindingVid 1.3.6.1.4.1.7840.2.1.100.13.3.21.1.4
Show the Vid information of the Request binding.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

dhcpSnoopingRequestBindingLease 1.3.6.1.4.1.7840.2.1.100.13.3.21.1.5
Show the lease of the Request binding.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

dhcpSnoopingAlarmInfoTable 1.3.6.1.4.1.7840.2.1.100.13.3.22
Show the dhcp snooping alarm information.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    DhcpSnoopingAlarmInfoEntry

dhcpSnoopingAlarmInfoEntry 1.3.6.1.4.1.7840.2.1.100.13.3.22.1
A conceptual row of dhcpSnoopingAlarmInfoTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  DhcpSnoopingAlarmInfoEntry  

dhcpSnoopingAlarmInfoPortIndex 1.3.6.1.4.1.7840.2.1.100.13.3.22.1.1
The port sequence of the alarm events.
Status: current Access: not-accessible
OBJECT-TYPE    
  INTEGER  

dhcpSnoopingAlarmInfoNum 1.3.6.1.4.1.7840.2.1.100.13.3.22.1.2
The sequence of the alarm events on a port.
Status: current Access: not-accessible
OBJECT-TYPE    
  INTEGER  

dhcpSnoopingAlarmInfoType 1.3.6.1.4.1.7840.2.1.100.13.3.22.1.3
Show the type information of the alarm event.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

dhcpSnoopingAlarmInfoBlackholeMAC 1.3.6.1.4.1.7840.2.1.100.13.3.22.1.4
Show the blackhole mac address of the alarm event.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING  

dhcpSnoopingAlarmInfoRecoveryTime 1.3.6.1.4.1.7840.2.1.100.13.3.22.1.5
Show the recovery time of the alarm event.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

dhcpSnoopingAlarmInfoRecoveryActionStatus 1.3.6.1.4.1.7840.2.1.100.13.3.22.1.6
Show the status of the recovery action.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

dhcpSnoopingStatisticTable 1.3.6.1.4.1.7840.2.1.100.13.3.23
OBJECT IDENTIFIER    

dhcpSnoopingStatisticAlarmNum 1.3.6.1.4.1.7840.2.1.100.13.3.23.1
Show the total number of the alarm events.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

dhcpSnoopingStatisticAckBindingNum 1.3.6.1.4.1.7840.2.1.100.13.3.23.2
Show the total number of the ack bindings.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

dhcpSnoopingStatisticRequestBindingNum 1.3.6.1.4.1.7840.2.1.100.13.3.23.3
Show the total number of the request bindings.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

dhcpSnoopingStatisticDropPktsNum 1.3.6.1.4.1.7840.2.1.100.13.3.23.4
Show the total number of the drop packets.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

dhcpSnoopingStatisticDiscardPktsNum 1.3.6.1.4.1.7840.2.1.100.13.3.23.5
Show the total number of the discarded packets.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

systemPriority 1.3.6.1.4.1.7840.2.1.100.14.1
Modify the system priority which is used by port group.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER 0..65535  

portGroupTable 1.3.6.1.4.1.7840.2.1.100.14.2
This table contains port group information associated with the local system known to this agent.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    PortGroupEntry

portGroupEntry 1.3.6.1.4.1.7840.2.1.100.14.2.1
Configure the port group information.
Status: current Access: not-accessible
OBJECT-TYPE    
  PortGroupEntry  

portGroupIndex 1.3.6.1.4.1.7840.2.1.100.14.2.1.1
Port group number.
Status: current Access: not-accessible
OBJECT-TYPE    
  INTEGER  

portGroupMemberCount 1.3.6.1.4.1.7840.2.1.100.14.2.1.2
The number of port group member.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

loadBalance 1.3.6.1.4.1.7840.2.1.100.14.2.1.3
Load balancing method: dst-src-mac(1):destination and source mac address; dst-src-ip(2):destination and source ip address; src-mac(3):source mac address; dst-mac(4):destination mac address; src-ip(5):source ip address; dst-ip(6):destination ip address; dst-src-mac-ip(7):destination and source mac address, ip address. If there is no member in the port group, the value is -1. If you set value to the load balance method that your switch is not unsupported, it will return error. Please see the handbook and make sure that the load balance method is supported by your switch.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER dst-src-mac(1), dst-src-ip(2), src-mac(3), dst-mac(4), src-ip(5), dst-ip(6), dst-src-mac-ip(7)  

portGroupInfo 1.3.6.1.4.1.7840.2.1.100.14.2.1.4
Port group brief information. Format is ID, Mode, Partner ID, Ports and Load-balance. If there is no member in the port group, the value is empty.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

portGroupPortListTable 1.3.6.1.4.1.7840.2.1.100.14.3
This table contains port group member information associated with the local system known to this agent.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    PortGroupPortListEntry

portGroupPortListEntry 1.3.6.1.4.1.7840.2.1.100.14.3.1
Configure the port group member information.
Status: current Access: not-accessible
OBJECT-TYPE    
  PortGroupPortListEntry  

portGroupMemberIndex 1.3.6.1.4.1.7840.2.1.100.14.3.1.1
Port group member index. Format is group number and port index of member.
Status: current Access: not-accessible
OBJECT-TYPE    
  INTEGER  

portGroupMemberName 1.3.6.1.4.1.7840.2.1.100.14.3.1.2
The name of port group member.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

portGroupMemberMode 1.3.6.1.4.1.7840.2.1.100.14.3.1.3
The mode of port group member.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER on(1), active(2), passive(3)  

portGroupMemberPriority 1.3.6.1.4.1.7840.2.1.100.14.3.1.4
The port priority of port group member. If the port group mode is on, the value is -1.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 0..65535  

portGroupMemberTimeout 1.3.6.1.4.1.7840.2.1.100.14.3.1.5
The timeout mode of port group member. If the port group mode is on, the value is -1.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER long(0), short(1)  

portGroupMemberStatus 1.3.6.1.4.1.7840.2.1.100.14.3.1.6
The status of port group member. If the port group mode is on, the value is -1.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER unselected(0), selected(1), standby(2)  

snmpSecurityIpStatus 1.3.6.1.4.1.7840.2.1.100.15.1
Enable or disable secure IP address check function on the NMS.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER enable(1), disable(0)  

snmpTrapHostStatus 1.3.6.1.4.1.7840.2.1.100.15.2
Enable the switch to send Trap message. This command is used for SNMP v1/v2.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER enable(1), disable(0)  

snmpRmonStatus 1.3.6.1.4.1.7840.2.1.100.15.3
Enable/disable RMON.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER enable(1), disable(0)  

securityIpTable 1.3.6.1.4.1.7840.2.1.100.15.4
A list of snmp securityIp entries.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SecurityIpEntry

securityIpEntry 1.3.6.1.4.1.7840.2.1.100.15.4.1
Configure the secure IP address which is allowed to access the switch on the NMS;
Status: current Access: not-accessible
OBJECT-TYPE    
  SecurityIpEntry  

securityIpIndex 1.3.6.1.4.1.7840.2.1.100.15.4.1.1
Index.
Status: current Access: not-accessible
OBJECT-TYPE    
  INTEGER  

securityIpAddress 1.3.6.1.4.1.7840.2.1.100.15.4.1.2
The address of security.
Status: current Access: read-create
OBJECT-TYPE    
  IpAddress  

securityIpStatus 1.3.6.1.4.1.7840.2.1.100.15.4.1.3
Writing this to active(1) creates an entry. Writing this to destroy(2) destroys an entry.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER active(1), destroy(2)  

trapDestTable 1.3.6.1.4.1.7840.2.1.100.15.5
A list of trap destination entries.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    TrapDestEntry

trapDestEntry 1.3.6.1.4.1.7840.2.1.100.15.5.1
This entry includes a destination IP address to which to send traps for this community.
Status: current Access: not-accessible
OBJECT-TYPE    
  TrapDestEntry  

trapDestIndex 1.3.6.1.4.1.7840.2.1.100.15.5.1.1
Index
Status: current Access: not-accessible
OBJECT-TYPE    
  INTEGER  

trapDestAddress 1.3.6.1.4.1.7840.2.1.100.15.5.1.2
The address to send traps.
Status: current Access: read-create
OBJECT-TYPE    
  IpAddress  

trapDestVersion 1.3.6.1.4.1.7840.2.1.100.15.5.1.3
This variables represent the version of the Trap we wish to send to trap Receiver. If the value is 0, mean we wish to send Version 1 trap. If the value is 1, mean we wish to send version 2 trap.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER version1(0), version2(1)  

trapDestCommunity 1.3.6.1.4.1.7840.2.1.100.15.5.1.4
A community to which this destination address belongs.
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString Size(1..255)  

trapDestStatus 1.3.6.1.4.1.7840.2.1.100.15.5.1.5
Writing this to active(1) creates an entry. Writing this to destroy(2) destroys an entry.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER active(1), destroy(2)  

arpMgt 1.3.6.1.4.1.7840.2.1.100.16.1
OBJECT IDENTIFIER    

routeMgt 1.3.6.1.4.1.7840.2.1.100.16.2
OBJECT IDENTIFIER    

arpCacheDeleteAll 1.3.6.1.4.1.7840.2.1.100.16.1.1
when set , triger flush arp-cache, when get ,nosense
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER delete(1), noDelete(0)  

arpCacheTimeout 1.3.6.1.4.1.7840.2.1.100.16.1.2
arp cache timeout time
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

arpSecurityUpdateProtectALL 1.3.6.1.4.1.7840.2.1.100.16.1.3
global enable or disable arp security update protect
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER enable(1), disable(0)  

arpSecurityLearnProtectALL 1.3.6.1.4.1.7840.2.1.100.16.1.4
global enable or disable arp security learn protect
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER enable(1), disable(0)  

arpSecurityConvertALL 1.3.6.1.4.1.7840.2.1.100.16.1.5
global convert dynamic arp-cache to static arp item .enable mean convert
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER enable(1), disable(0)  

arpSecurityTable 1.3.6.1.4.1.7840.2.1.100.16.1.6
arp security table
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    ArpsecurityEntry

arpsecurityEntry 1.3.6.1.4.1.7840.2.1.100.16.1.6.1
index is L3 interface index
Status: current Access: not-accessible
OBJECT-TYPE    
  ArpsecurityEntry  

arpSecurityIfindex 1.3.6.1.4.1.7840.2.1.100.16.1.6.1.1
L3 interface index
Status: current Access: not-accessible
OBJECT-TYPE    
  INTEGER  

arpSecurityUpdateProtect 1.3.6.1.4.1.7840.2.1.100.16.1.6.1.2
enable or disable arp security update protect on the current port
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER enable(1), disable(0)  

arpSecurityLearnProtect 1.3.6.1.4.1.7840.2.1.100.16.1.6.1.3
enable or disable arp security learn protect on the current port
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER enable(1), disable(0)  

arpSecurityConvert 1.3.6.1.4.1.7840.2.1.100.16.1.6.1.4
convert dynamic arp-cache to static arp item on the port.enable mean convert,get OPS is nosense
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER enable(1), disable(0)  

arpProxyArpTable 1.3.6.1.4.1.7840.2.1.100.16.1.7
configure arp proxy list
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    ArpProxyArpEntry

arpProxyArpEntry 1.3.6.1.4.1.7840.2.1.100.16.1.7.1
index is L3 interface index
Status: current Access: not-accessible
OBJECT-TYPE    
  ArpProxyArpEntry  

arpProxyArpIfIndex 1.3.6.1.4.1.7840.2.1.100.16.1.7.1.1
L3 interface index
Status: current Access: not-accessible
OBJECT-TYPE    
  INTEGER  

arpProxyArpStatus 1.3.6.1.4.1.7840.2.1.100.16.1.7.1.2
arp proxy enable
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER enable(1), disable(0)  

arpStacticTable 1.3.6.1.4.1.7840.2.1.100.16.1.8
static state arp configuration list
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    ArpStaticEntry

arpStaticEntry 1.3.6.1.4.1.7840.2.1.100.16.1.8.1
index is 'arpProxyArpIfIndex.arpStaticIpaddress'.
Status: current Access: not-accessible
OBJECT-TYPE    
  ArpStaticEntry  

arpStaticIfindex 1.3.6.1.4.1.7840.2.1.100.16.1.8.1.1
L3 interface index
Status: current Access: not-accessible
OBJECT-TYPE    
  INTEGER  

arpStaticIpaddress 1.3.6.1.4.1.7840.2.1.100.16.1.8.1.2
ip address
Status: current Access: not-accessible
OBJECT-TYPE    
  IpAddress  

arpStaticMac 1.3.6.1.4.1.7840.2.1.100.16.1.8.1.3
the Mac address of the arp item
Status: current Access: read-create
OBJECT-TYPE    
  MacAddress Size(17)  

arpStaticPortIndex 1.3.6.1.4.1.7840.2.1.100.16.1.8.1.4
the port index of the arp item
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER  

arpStaticStatus 1.3.6.1.4.1.7840.2.1.100.16.1.8.1.5
valid(1),this is a active arp when get/getnext; when set,mean create the static arp item invalid(2); when set, mean destory the current arp item waitingforset(3); reserved
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER valid(1), invalid(2), waitingforset(3)  

ipStaticRouteExtTable 1.3.6.1.4.1.7840.2.1.100.16.2.1
static route configuration list
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    IpStaticRouteExtEntry

ipStaticRouteExtEntry 1.3.6.1.4.1.7840.2.1.100.16.2.1.1
The index of this table is ip.mask
Status: current Access: not-accessible
OBJECT-TYPE    
  IpStaticRouteExtEntry  

ipStaticRouteExtDest 1.3.6.1.4.1.7840.2.1.100.16.2.1.1.1
static route of intention net segment
Status: current Access: not-accessible
OBJECT-TYPE    
  IpAddress  

ipStaticRouteExtMask 1.3.6.1.4.1.7840.2.1.100.16.2.1.1.2
mask
Status: current Access: not-accessible
OBJECT-TYPE    
  IpAddress  

ipStaticRouteExtNextHop 1.3.6.1.4.1.7840.2.1.100.16.2.1.1.3
next step ip
Status: current Access: read-create
OBJECT-TYPE    
  IpAddress  

ipStaticRouteExtMetric 1.3.6.1.4.1.7840.2.1.100.16.2.1.1.4
Manage distance/PRI
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER 1..255  

ipStaticRouteExtStatus 1.3.6.1.4.1.7840.2.1.100.16.2.1.1.5
When you get/getnext one entry, the meaning of 'valid' is that the static route which you get is valid (or active); when you want to configure one static route, 'valid/creating' stand for setting one entry, and 'invalid/destory' stands for delete the static route.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER valid(1), invalid(2), waitingforset(3)  

dvmrpMgt 1.3.6.1.4.1.7840.2.1.100.16.5
OBJECT IDENTIFIER    

dvmrpScalar 1.3.6.1.4.1.7840.2.1.100.16.5.1
OBJECT IDENTIFIER    

dvmrpVersionString 1.3.6.1.4.1.7840.2.1.100.16.5.1.1
The router's DVMRP version information. Similar to sysDescr in MIB-II, this is a free-form field which can be used to display vendor-specific information.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

dvmrpNumRoutes 1.3.6.1.4.1.7840.2.1.100.16.5.1.3
The number of entries in the routing table. This can be used to monitor the routing table size.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

dvmrpReachableRoutes 1.3.6.1.4.1.7840.2.1.100.16.5.1.4
The number of entries in the routing table with non infinite metrics. This can be used to detect network partitions by observing the ratio of reachable routes to total routes.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

dvmrpInterfaceTable 1.3.6.1.4.1.7840.2.1.100.16.5.2
The (conceptual) table listing the router's multicast- capable interfaces.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    DvmrpInterfaceEntry

dvmrpInterfaceEntry 1.3.6.1.4.1.7840.2.1.100.16.5.2.1
An entry (conceptual row) in the dvmrpInterfaceTable. This row augments ipMRouteInterfaceEntry in the IP Multicast MIB, where the threshold object resides.
Status: current Access: not-accessible
OBJECT-TYPE    
  DvmrpInterfaceEntry  

dvmrpInterfaceIndex 1.3.6.1.4.1.7840.2.1.100.16.5.2.1.1
The ifIndex value of the interface for which DVMRP is enabled.
Status: current Access: read-only
OBJECT-TYPE    
  InterfaceIndex  

dvmrpInterfaceLocalAddress 1.3.6.1.4.1.7840.2.1.100.16.5.2.1.2
The IP address this system will use as a source address on this interface. On unnumbered interfaces, it must be the same value as dvmrpInterfaceLocalAddress for some interface on the system.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

dvmrpInterfaceMetric 1.3.6.1.4.1.7840.2.1.100.16.5.2.1.3
The distance metric for this interface which is used to calculate distance vectors.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 1..31  

dvmrpInterfaceStatus 1.3.6.1.4.1.7840.2.1.100.16.5.2.1.4
The status of this entry. Creating the entry enables DVMRP on the virtual interface; destroying the entry or setting it to notInService disables DVMRP on the virtual interface.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

dvmrpInterfaceRcvBadPkts 1.3.6.1.4.1.7840.2.1.100.16.5.2.1.5
The number of DVMRP messages received on the interface by the DVMRP process which were subsequently discarded as invalid (e.g. invalid packet format, or a route report from an unknown neighbor).
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

dvmrpInterfaceRcvBadRoutes 1.3.6.1.4.1.7840.2.1.100.16.5.2.1.6
The number of routes, in valid DVMRP packets, which were ignored because the entry was invalid.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

dvmrpInterfaceSentRoutes 1.3.6.1.4.1.7840.2.1.100.16.5.2.1.7
The number of routes, in DVMRP Report packets, which have been sent on this interface. Together with dvmrpNeighborRcvRoutes at a peer, this object is useful for detecting routes being lost.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

dvmrpInterfaceKey 1.3.6.1.4.1.7840.2.1.100.16.5.2.1.8
The (shared) key for authenticating neighbors on this interface. This object is intended solely for the purpose of setting the interface key, and MUST be accessible only via requests using both authentication and privacy. The agent MAY report an empty string in response to get, get- next, get-bulk requests.
Status: current Access: read-only
OBJECT-TYPE    
  SnmpAdminString  

dvmrpInterfaceKeyVersion 1.3.6.1.4.1.7840.2.1.100.16.5.2.1.9
The highest version number of all known interface keys for this interface used for authenticating neighbors.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

dvmrpInterfaceGenerationId 1.3.6.1.4.1.7840.2.1.100.16.5.2.1.10
The generation identifier for the interface. This is used by neighboring routers to detect whether the DVMRP routing table should be resent.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

dvmrpNeighborTable 1.3.6.1.4.1.7840.2.1.100.16.5.3
The (conceptual) table listing the router's DVMRP neighbors, as discovered by receiving DVMRP messages.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    DvmrpNeighborEntry

dvmrpNeighborEntry 1.3.6.1.4.1.7840.2.1.100.16.5.3.1
An entry (conceptual row) in the dvmrpNeighborTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  DvmrpNeighborEntry  

dvmrpNeighborIfIndex 1.3.6.1.4.1.7840.2.1.100.16.5.3.1.1
The value of ifIndex for the virtual interface used to reach this DVMRP neighbor.
Status: current Access: read-only
OBJECT-TYPE    
  InterfaceIndex  

dvmrpNeighborAddress 1.3.6.1.4.1.7840.2.1.100.16.5.3.1.2
The IP address of the DVMRP neighbor for which this entry contains information.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

dvmrpNeighborUpTime 1.3.6.1.4.1.7840.2.1.100.16.5.3.1.3
The time since this DVMRP neighbor (last) became a neighbor of the local router.
Status: current Access: read-only
OBJECT-TYPE    
  TimeTicks  

dvmrpNeighborExpiryTime 1.3.6.1.4.1.7840.2.1.100.16.5.3.1.4
The minimum time remaining before this DVMRP neighbor will be aged out.
Status: current Access: read-only
OBJECT-TYPE    
  TimeTicks  

dvmrpNeighborGenerationId 1.3.6.1.4.1.7840.2.1.100.16.5.3.1.5
The neighboring router's generation identifier.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

dvmrpNeighborMajorVersion 1.3.6.1.4.1.7840.2.1.100.16.5.3.1.6
The neighboring router's major DVMRP version number.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..255  

dvmrpNeighborMinorVersion 1.3.6.1.4.1.7840.2.1.100.16.5.3.1.7
The neighboring router's minor DVMRP version number.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..255  

dvmrpNeighborCapabilities 1.3.6.1.4.1.7840.2.1.100.16.5.3.1.8
This object describes the neighboring router's capabilities. The leaf bit indicates that the neighbor has only one interface with neighbors. The prune bit indicates that the neighbor supports pruning. The generationID bit indicates that the neighbor sends its generationID in Probe messages. The mtrace bit indicates that the neighbor can handle mtrace requests. The snmp bit indicates that the neighbor support snmp. The netmask bit indicates that the neighbor support netmask.
Status: current Access: read-only
OBJECT-TYPE    
  BITS leaf(0), prune(1), generationID(2), mtrace(3), snmp(4), netmask(5)  

dvmrpNeighborRcvRoutes 1.3.6.1.4.1.7840.2.1.100.16.5.3.1.9
The total number of routes received in valid DVMRP packets received from this neighbor. This can be used to diagnose problems such as unicast route injection, as well as giving an indication of the level of DVMRP route exchange activity.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

dvmrpNeighborRcvBadPkts 1.3.6.1.4.1.7840.2.1.100.16.5.3.1.10
The number of packet received from this neighbor which were discarded as invalid.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

dvmrpNeighborRcvBadRoutes 1.3.6.1.4.1.7840.2.1.100.16.5.3.1.11
The number of routes, in valid DVMRP packets received from this neighbor, which were ignored because the entry was invalid.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

dvmrpNeighborState 1.3.6.1.4.1.7840.2.1.100.16.5.3.1.12
State of the neighbor adjacency.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER oneway(1), active(2), ignoring(3), down(4)  

dvmrpRouteTable 1.3.6.1.4.1.7840.2.1.100.16.5.4
The table of routes learned through DVMRP route exchange.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    DvmrpRouteEntry

dvmrpRouteEntry 1.3.6.1.4.1.7840.2.1.100.16.5.4.1
An entry (conceptual row) containing the multicast routing information used by DVMRP in place of the unicast routing information.
Status: current Access: not-accessible
OBJECT-TYPE    
  DvmrpRouteEntry  

dvmrpRouteSource 1.3.6.1.4.1.7840.2.1.100.16.5.4.1.1
The network address which when combined with the corresponding value of dvmrpRouteSourceMask identifies the sources for which this entry contains multicast routing information.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

dvmrpRouteSourceMask 1.3.6.1.4.1.7840.2.1.100.16.5.4.1.2
The network mask which when combined with the corresponding value of dvmrpRouteSource identifies the sources for which this entry contains multicast routing information.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

dvmrpRouteUpstreamNeighbor 1.3.6.1.4.1.7840.2.1.100.16.5.4.1.3
The address of the upstream neighbor (e.g., RPF neighbor) from which IP datagrams from these sources are received.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

dvmrpRouteIfIndex 1.3.6.1.4.1.7840.2.1.100.16.5.4.1.4
The value of ifIndex for the interface on which IP datagrams sent by these sources are received. A value of 0 typically means the route is an aggregate for which no next- hop interface exists.
Status: current Access: read-only
OBJECT-TYPE    
  InterfaceIndexOrZero  

dvmrpRouteMetric 1.3.6.1.4.1.7840.2.1.100.16.5.4.1.5
The distance in hops to the source subnet.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 1..32  

dvmrpRouteExpiryTime 1.3.6.1.4.1.7840.2.1.100.16.5.4.1.6
The minimum amount of time remaining before this entry will be aged out.
Status: current Access: read-only
OBJECT-TYPE    
  TimeTicks  

dvmrpRouteUpTime 1.3.6.1.4.1.7840.2.1.100.16.5.4.1.7
The time since the route represented by this entry was learned by the router.
Status: current Access: read-only
OBJECT-TYPE    
  TimeTicks  

dvmrpRouteNextHopTable 1.3.6.1.4.1.7840.2.1.100.16.5.5
The (conceptual) table containing information on the next hops on outgoing interfaces for routing IP multicast datagrams.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    DvmrpRouteNextHopEntry

dvmrpRouteNextHopEntry 1.3.6.1.4.1.7840.2.1.100.16.5.5.1
An entry (conceptual row) in the list of next hops on outgoing interfaces to which IP multicast datagrams from particular sources are routed.
Status: current Access: not-accessible
OBJECT-TYPE    
  DvmrpRouteNextHopEntry  

dvmrpRouteNextHopSource 1.3.6.1.4.1.7840.2.1.100.16.5.5.1.1
The network address which when combined with the corresponding value of dvmrpRouteNextHopSourceMask identifies the sources for which this entry specifies a next hop on an outgoing interface.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

dvmrpRouteNextHopSourceMask 1.3.6.1.4.1.7840.2.1.100.16.5.5.1.2
The network mask which when combined with the corresponding value of dvmrpRouteNextHopSource identifies the sources for which this entry specifies a next hop on an outgoing interface.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

dvmrpRouteNextHopIfIndex 1.3.6.1.4.1.7840.2.1.100.16.5.5.1.3
The ifIndex value of the interface for the outgoing interface for this next hop.
Status: current Access: read-only
OBJECT-TYPE    
  InterfaceIndex  

dvmrpRouteNextHopType 1.3.6.1.4.1.7840.2.1.100.16.5.5.1.4
Type is leaf if no downstream dependent neighbors exist on the outgoing virtual interface. Otherwise, type is branch.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER leaf(1), branch(2)  

dvmrpPruneTable 1.3.6.1.4.1.7840.2.1.100.16.5.6
The (conceptual) table listing the router's upstream prune state.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    DvmrpPruneEntry

dvmrpPruneEntry 1.3.6.1.4.1.7840.2.1.100.16.5.6.1
An entry (conceptual row) in the dvmrpPruneTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  DvmrpPruneEntry  

dvmrpPruneGroup 1.3.6.1.4.1.7840.2.1.100.16.5.6.1.1
The group address which has been pruned.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

dvmrpPruneSource 1.3.6.1.4.1.7840.2.1.100.16.5.6.1.2
The address of the source or source network which has been pruned.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

dvmrpPruneSourceMask 1.3.6.1.4.1.7840.2.1.100.16.5.6.1.3
The address of the source or source network which has been pruned. The mask must either be all 1's, or else dvmrpPruneSource and dvmrpPruneSourceMask must match dvmrpRouteSource and dvmrpRouteSourceMask for some entry in the dvmrpRouteTable.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

dvmrpPruneExpiryTime 1.3.6.1.4.1.7840.2.1.100.16.5.6.1.4
The amount of time remaining before this prune should expire at the upstream neighbor. This value should be the minimum of the default prune lifetime and the remaining prune lifetimes of the local router's downstream neighbors, if any.
Status: current Access: read-only
OBJECT-TYPE    
  TimeTicks  

ripMgt 1.3.6.1.4.1.7840.2.1.100.16.3
OBJECT IDENTIFIER    

ospfMgt 1.3.6.1.4.1.7840.2.1.100.16.4
OBJECT IDENTIFIER    

ripTimers 1.3.6.1.4.1.7840.2.1.100.16.3.1
OBJECT IDENTIFIER    

ripUpdateTime 1.3.6.1.4.1.7840.2.1.100.16.3.1.1
The update time in seconds controls the advertising of regular update messages. The real working model, while using this timer, the time should be offset by a small random time (+/- 0 to 5 seconds each time it is set.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 5..2147483647  

ripTimeoutTime 1.3.6.1.4.1.7840.2.1.100.16.3.1.2
The timeout timer in seconds governs the validity of a route. It is initialized when a route is established, and any time an update message is received for the route. If the setting time elapses from the last time the timrout was initialized, the route is considered to have expired, and the hop count of the route is set to infinite. It should be at least three times the value of update timer.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 5..2147483647  

ripGarbageCollectionTime 1.3.6.1.4.1.7840.2.1.100.16.3.1.3
When the information about a route becomes invalid, the system should not immediately purge that route from its table. Instead, it continues to advertise the route with a metric of infinite. At the same time, the garbage-collection timer is set for that route. When the count reaches zero, the route is purged from the the table. This timer allows neighbors to become aware of the invalidity of a route prior to purging.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 5..2147483647  

ripRoutingProcessStatus 1.3.6.1.4.1.7840.2.1.100.16.3.2
Enable or Disable RIP routing process on a system.
Status: current Access: read-write
OBJECT-TYPE    
  EnabledStatusPrivate  

ripRouterVersion 1.3.6.1.4.1.7840.2.1.100.16.3.3
To specify a RIP version used globally by the rourter.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER rip1(1), rip2(2)  

ripInstabilityPreventingTable 1.3.6.1.4.1.7840.2.1.100.16.3.4
A list of RIP instability preventing status
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    RipInstabilityPreventingEntry

ripInstabilityPreventingEntry 1.3.6.1.4.1.7840.2.1.100.16.3.4.1
An entry in the table, containing information about RIP instability preventing configuration. The ifIndex index is a VLAN's ifIndex
Status: current Access: not-accessible
OBJECT-TYPE    
  RipInstabilityPreventingEntry  

ripVlanIndex 1.3.6.1.4.1.7840.2.1.100.16.3.4.1.1
This is defined as a VLAN interface. A routing interface is a VLAN binds a IP subnet.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

ripSplitHorizonStatus 1.3.6.1.4.1.7840.2.1.100.16.3.4.1.2
Enable or Disable RIP instability preventing status on an interface
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER splitHorizon(2), poisonReverse(0), none(1)  

ripStatisticsReset 1.3.6.1.4.1.7840.2.1.100.16.3.5
Write it to reset(1), the following objects in RFC 1724 should be reset: 1. Global Counters: 'rip2GlobalRouteChanges', 'rip2GlobalQueries'. 2. Interface Status Table, for each 'rip2IfStatAddress': 'rip2IfStatRcvBadPackets', 'rip2IfStatRcvBadRoutes', 'rip2IfStatSendUpdates' 3. Peer Table, for each 'rip2PeerAddress' and 'rip2PeerDomain', 'rip2PeerRcvBadPackets', 'rip2PeerRcvBadRoutes' When read it, this value always is noReset(2).
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER reset(1), noReset(2)  

ripNetworkInterfaceTable 1.3.6.1.4.1.7840.2.1.100.16.3.6
Tok_String
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    RipNetworkInterfaceEntry

ripNetworkInterfaceEntry 1.3.6.1.4.1.7840.2.1.100.16.3.6.1
Tok_String
Status: current Access: not-accessible
OBJECT-TYPE    
  RipNetworkInterfaceEntry  

ripNetworkInterfaceAddress 1.3.6.1.4.1.7840.2.1.100.16.3.6.1.1
The RIP Network address(the ip address of the interface).
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

ripNetworkInterfaceStatus 1.3.6.1.4.1.7840.2.1.100.16.3.6.1.2
Set this variable to create or destroy a RIP network address. ValidStatus: A simple status value for the object to create and destroy a table entry. This is a simplified variant of RowStatus as it supports only two values. Setting it to valid(1) creates an entry. Setting it to invalid(0) destroys an entry.
Status: current Access: read-create
OBJECT-TYPE    
  ValidStatus  

ripNetworkAddrTable 1.3.6.1.4.1.7840.2.1.100.16.3.7
Tok_String
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    RipNetworkAddrEntry

ripNetworkAddrEntry 1.3.6.1.4.1.7840.2.1.100.16.3.7.1
Tok_String
Status: current Access: not-accessible
OBJECT-TYPE    
  RipNetworkAddrEntry  

ripNetworkAddrAddress 1.3.6.1.4.1.7840.2.1.100.16.3.7.1.1
The RIP Network address.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

ripNetworkAddrPrefixLen 1.3.6.1.4.1.7840.2.1.100.16.3.7.1.2
The RIP Network prefix length of address.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 0..32  

ripNetworkAddrStatus 1.3.6.1.4.1.7840.2.1.100.16.3.7.1.3
Set this variable to create or destroy a RIP network address. ValidStatus: A simple status value for the object to create and destroy a table entry. This is a simplified variant of RowStatus as it supports only two values. Setting it to valid(1) creates an entry. Setting it to invalid(0) destroys an entry.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER valid(1), invalid(0)  

ospfSystemGroup 1.3.6.1.4.1.7840.2.1.100.16.4.1
OBJECT IDENTIFIER    

ospfRouterIdType 1.3.6.1.4.1.7840.2.1.100.16.4.1.1
Set router ID automatically or manually.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER auto(1), manual(2)  

ospfRfc1583CompatibleState 1.3.6.1.4.1.7840.2.1.100.16.4.1.2
Enable or disable rfc1583 compatibility.
Status: current Access: read-write
OBJECT-TYPE    
  EnabledStatusPrivate  

ospfAutoCost 1.3.6.1.4.1.7840.2.1.100.16.4.1.3
Set the reference bandwith of auto cost, the unit is Mbps.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 1..4294967  

ospfAdvertiseDefaultRoute 1.3.6.1.4.1.7840.2.1.100.16.4.1.4
If always is set, always advertises the default route regardless of whether the default route exists;If notalways is set ,advertises the default route when the router have the default route.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER disable(0), always(1), notAlways(2)  

ospfDefaultExternalMetric 1.3.6.1.4.1.7840.2.1.100.16.4.1.5
Metric used for generating the default route.
Status: current Access: read-write
OBJECT-TYPE    
  OspfBigMetric  

ospfSpfHoldTime 1.3.6.1.4.1.7840.2.1.100.16.4.1.6
Sets the hold time between two consecutive SPF calculations.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32 0..4294967295  

ospfSpfDelayTime 1.3.6.1.4.1.7840.2.1.100.16.4.1.7
Sets the delay time to calculate SPF Delay time, in seconds, between when OSPF receives a topology change and when it starts an SPF calculation.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32 0..4294967295  

ospfAreaNumber 1.3.6.1.4.1.7840.2.1.100.16.4.1.8
Records the OSPF area numbers.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

ospfNssaTable 1.3.6.1.4.1.7840.2.1.100.16.4.2
A conceptually table for ospfNssaEntry.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    OspfNssaEntry

ospfNssaEntry 1.3.6.1.4.1.7840.2.1.100.16.4.2.1
A conceptually row for ospfNssaTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  OspfNssaEntry  

ospfNssaAreaId 1.3.6.1.4.1.7840.2.1.100.16.4.2.1.1
The 32-bit identifier for the NSSA. On creation, this can be derived from the instance.
Status: current Access: read-only
OBJECT-TYPE    
  OspfAreaID  

ospfNssaStatus 1.3.6.1.4.1.7840.2.1.100.16.4.2.1.2
The status of this conceptual row entry. This object isused to manage the creation and deletion of conceptual rows.
Status: current Access: read-create
OBJECT-TYPE    
  EnabledStatusPrivate  

ospfNssaRedistributeStatus 1.3.6.1.4.1.7840.2.1.100.16.4.2.1.3
Enabled or disabled to import routes only into the normal areas, but not into the NSSA area.
Status: current Access: read-create
OBJECT-TYPE    
  EnabledStatusPrivate  

ospfNssaOriginateDefaultInfoStatus 1.3.6.1.4.1.7840.2.1.100.16.4.2.1.4
Enable or disable to generate a Type 7 default into the NSSA area.
Status: current Access: read-create
OBJECT-TYPE    
  EnabledStatusPrivate  

ospfRedistributeTable 1.3.6.1.4.1.7840.2.1.100.16.4.3
The conceptual table of all of ospfRedistributeEntry.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    OspfRedistributeEntry

ospfRedistributeEntry 1.3.6.1.4.1.7840.2.1.100.16.4.3.1
The conceptual row for ospfRedistributeTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  OspfRedistributeEntry  

ospfRedistributeProtocol 1.3.6.1.4.1.7840.2.1.100.16.4.3.1.1
Protocol ID.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER kernel(1), connect(2), static(3), rip(4), ospf(6), bgp(8), isis(9)  

ospfRedistributeStatus 1.3.6.1.4.1.7840.2.1.100.16.4.3.1.2
enable-- redistribute the specific route,disable--- does not redistribute the specific route.For example when the ospfRedistributeProtocol is equal to rip, 'enable' stands for redistribute the route from rip.
Status: current Access: read-create
OBJECT-TYPE    
  EnabledStatusPrivate  

ospfRedistributeMetricType 1.3.6.1.4.1.7840.2.1.100.16.4.3.1.3
Metric type.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER type1(1), type2(2)  

ospfRedistributeMetric 1.3.6.1.4.1.7840.2.1.100.16.4.3.1.4
Metric value.
Status: current Access: read-create
OBJECT-TYPE    
  OspfBigMetric  

ospfSummaryAddressTable 1.3.6.1.4.1.7840.2.1.100.16.4.4
The conceptual table of all of ospfSummaryAddressEntry.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    OspfSummaryAddressEntry

ospfSummaryAddressEntry 1.3.6.1.4.1.7840.2.1.100.16.4.4.1
The conceptual row for ospfSummaryAddressTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  OspfSummaryAddressEntry  

ospfSummaryAddress 1.3.6.1.4.1.7840.2.1.100.16.4.4.1.1
Summary address.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

ospfSummaryMask 1.3.6.1.4.1.7840.2.1.100.16.4.4.1.2
Summary mask.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

ospfSummaryStatus 1.3.6.1.4.1.7840.2.1.100.16.4.4.1.3
valid/enable--- define a summary, invalid/disable destory the summary from the router
Status: current Access: read-create
OBJECT-TYPE    
  EnabledStatusPrivate  

ospfNetworkAreaAddressTable 1.3.6.1.4.1.7840.2.1.100.16.4.5
The conceptual table of all of ospfNetworkAreaAddressEntry.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    OspfNetworkAreaAddressEntry

ospfNetworkAreaAddressEntry 1.3.6.1.4.1.7840.2.1.100.16.4.5.1
The conceptual row for ospfNetworkAreaAddressTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  OspfNetworkAreaAddressEntry  

ospfNetworkAareaAddress 1.3.6.1.4.1.7840.2.1.100.16.4.5.1.1
NetworkArea address.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

ospfNetworkAreaMask 1.3.6.1.4.1.7840.2.1.100.16.4.5.1.2
NetworkArea mask.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

ospfNetworkAreaAreaId 1.3.6.1.4.1.7840.2.1.100.16.4.5.1.3
NetworkArea area ID.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

ospfNetworkAreaStatus 1.3.6.1.4.1.7840.2.1.100.16.4.5.1.4
enabled(1), disabled(0). valid/enable--- run the ospf on the interfaces,which match the ipaddr/mask; invalid/disable--disable the ospf. ValidStatus: A simple status value for the object to create and destroy a table entry. This is a simplified variant of RowStatus as it supports only two values. Setting it to valid(1) creates an entry. Setting it to invalid(0) destroys an entry.
Status: current Access: read-create
OBJECT-TYPE    
  EnabledStatusPrivate  

sntpPollTime 1.3.6.1.4.1.7840.2.1.100.17.1
The interval for SNTP clients to send requests to NTP/SNTP.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 16..16284  

sntpServerTable 1.3.6.1.4.1.7840.2.1.100.17.2
The ipv4 sntp server configration table.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SntpServerEntry

sntpServerEntry 1.3.6.1.4.1.7840.2.1.100.17.2.1
A set of configuration parameters for a ipv4 sntp server.
Status: current Access: not-accessible
OBJECT-TYPE    
  SntpServerEntry  

sntpServerVersion 1.3.6.1.4.1.7840.2.1.100.17.2.1.1
The version of ipv4 sntp server.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 1..4  

sntpServerAddress 1.3.6.1.4.1.7840.2.1.100.17.2.1.2
The ipv4 address of the sntp server.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

sntpServerStatus 1.3.6.1.4.1.7840.2.1.100.17.2.1.3
Now state.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER active(1), destroy(2)  

sntpServer6Table 1.3.6.1.4.1.7840.2.1.100.17.3
The ipv6 sntp server configration table.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SntpServer6Entry

sntpServer6Entry 1.3.6.1.4.1.7840.2.1.100.17.3.1
A set of configuration parameters for a ipv6 sntp server.
Status: current Access: not-accessible
OBJECT-TYPE    
  SntpServer6Entry  

sntpServer6Version 1.3.6.1.4.1.7840.2.1.100.17.3.1.1
The version of ipv6 sntp server.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 1..4  

sntpServer6Address 1.3.6.1.4.1.7840.2.1.100.17.3.1.2
The IP address of the ipv6 sntp server.
Status: current Access: read-only
OBJECT-TYPE    
  Ipv6Address  

sntpServer6Status 1.3.6.1.4.1.7840.2.1.100.17.3.1.3
Now state.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER active(1), destroy(2)  

sntpTimeZone 1.3.6.1.4.1.7840.2.1.100.17.4
OBJECT IDENTIFIER    

sntpTimeZoneName 1.3.6.1.4.1.7840.2.1.100.17.4.1
The name of sntp time zone.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString  

sntpTimeZoneType 1.3.6.1.4.1.7840.2.1.100.17.4.2
The type of sntp time zone.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER add(1), subtract(0)  

sntpTimeZoneTime 1.3.6.1.4.1.7840.2.1.100.17.4.3
The interval time of sntp time zone.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 0..12  

sntpTimeZoneStatus 1.3.6.1.4.1.7840.2.1.100.17.4.4
now state of sntp time zone.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER createAndGo(0), active(1), destroy(2)  

urpfEnable 1.3.6.1.4.1.7840.2.1.100.18.1
Global Enable or disable the Unicast reverse path forwarding.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enable(1), disable(0)  

urpfPortTable 1.3.6.1.4.1.7840.2.1.100.18.2
The URPF port configration table.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    UrpfPortEntry

urpfPortEntry 1.3.6.1.4.1.7840.2.1.100.18.2.1
The index of this table is port index.
Status: current Access: not-accessible
OBJECT-TYPE    
  UrpfPortEntry  

urpfPortIndex 1.3.6.1.4.1.7840.2.1.100.18.2.1.1
Port Index.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

urpfPortMode 1.3.6.1.4.1.7840.2.1.100.18.2.1.2
Configration of the URPF mode on the port.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER loose(1), strict(0)  

urpfPortAllowDefault 1.3.6.1.4.1.7840.2.1.100.18.2.1.3
Allow or not allow default route of URPF.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER allowdefaultroute(1), noallowdefaultroute(0)  

urpfPortStatus 1.3.6.1.4.1.7840.2.1.100.18.2.1.4
Setting it to active(1) to creates an entry,setting it to destroy(2) to destroy an entry.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER active(1), destroy(2)  

dcscmdcEnable 1.3.6.1.4.1.7840.2.1.100.20.1
Dcscm destination control multicast is disable or enable
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER disable(0), enable(1)  

dcscmdcAcl 1.3.6.1.4.1.7840.2.1.100.20.2
OBJECT IDENTIFIER    

dcscmdcAclNumber 1.3.6.1.4.1.7840.2.1.100.20.2.1
Acl number of Dcscm destination control multicast,the range is 6000--7999.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER 6000..7999  

dcscmdcAclSourceIp 1.3.6.1.4.1.7840.2.1.100.20.2.2
Source ip address of acl entry
Status: current Access: read-create
OBJECT-TYPE    
  IpAddress  

dcscmdcAclSourceMask 1.3.6.1.4.1.7840.2.1.100.20.2.3
Source Mask of acl entry
Status: current Access: read-create
OBJECT-TYPE    
  IpAddress  

dcscmdcAclDestinationIp 1.3.6.1.4.1.7840.2.1.100.20.2.4
Destination ip address of acl entry.the destination ip must be a valid multicast group address.
Status: current Access: read-create
OBJECT-TYPE    
  IpAddress  

dcscmdcAclDestinationMask 1.3.6.1.4.1.7840.2.1.100.20.2.5
Destination Mask of acl entry. the destination mask should meet the request of muticast group address.
Status: current Access: read-create
OBJECT-TYPE    
  IpAddress  

dcscmdcAclPermitOrDeny 1.3.6.1.4.1.7840.2.1.100.20.2.6
acl entry permit or deny ; 0:deny; 1:permit; 2:del this acl entry
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER permit(1), deny(0), deltheAcl(2)  

dcscmVMacbindingTable 1.3.6.1.4.1.7840.2.1.100.20.3
dcscm destination control multicast, Acl is binded to VMac
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    DcscmVMacbindingEntry

dcscmVMacbindingEntry 1.3.6.1.4.1.7840.2.1.100.20.3.1
The index of this table is Vlanid,MacAddress
Status: current Access: not-accessible
OBJECT-TYPE    
  DcscmVMacbindingEntry  

dcscmVMacbindingVlanid 1.3.6.1.4.1.7840.2.1.100.20.3.1.1
Dcscm destination control multicast,The vlanid of rule
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 1..4094  

dcscmVMacbindingMacAddr 1.3.6.1.4.1.7840.2.1.100.20.3.1.2
Dcscm destination control multicast,The Mac Address of rule
Status: current Access: read-only
OBJECT-TYPE    
  MacAddress Size(17)  

dcscmVMacbindingAclNumber 1.3.6.1.4.1.7840.2.1.100.20.3.1.3
Dcscm destination control multicast,The Acl number of rule ; 0 means del the rule binded to vmac
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 0 | 6000..7999  

dcscmSipbindingTable 1.3.6.1.4.1.7840.2.1.100.20.4
dcscm destination control multicast, Acl is binded to Sip
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    DcscmSipbindingEntry

dcscmSipbindingEntry 1.3.6.1.4.1.7840.2.1.100.20.4.1
The index of this table is Sourceip,SourceMask
Status: current Access: not-accessible
OBJECT-TYPE    
  DcscmSipbindingEntry  

dcscmSipbindingSipAddress 1.3.6.1.4.1.7840.2.1.100.20.4.1.1
Dcscm destination control multicast,The Source ip of rule
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

dcscmSipbindingSipMask 1.3.6.1.4.1.7840.2.1.100.20.4.1.2
Dcscm destination control multicast,The Source ip mask len of rule
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

dcscmSipbindingAclNumber 1.3.6.1.4.1.7840.2.1.100.20.4.1.3
Dcscm destination control multicast,The Acl number of rule;0 means del the rule binded to sip
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 0 | 6000..7999  

dcscmdcPortbindingTable 1.3.6.1.4.1.7840.2.1.100.20.5
dcscm destination control multicast, Acl is binded to Port
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    DcscmdcPortbindingEntry

dcscmdcPortbindingEntry 1.3.6.1.4.1.7840.2.1.100.20.5.1
The index of this table is PortName
Status: current Access: not-accessible
OBJECT-TYPE    
  DcscmdcPortbindingEntry  

dcscmdcPortbindingPortName 1.3.6.1.4.1.7840.2.1.100.20.5.1.1
Dcscm destination control multicast,The Port index of rule
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

dcscmdcPortbindingAclNumber 1.3.6.1.4.1.7840.2.1.100.20.5.1.2
Dcscm destination control multicast,The Acl number of rule;0 means del the rule binded to port
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 0 | 6000..7999  

dcscmscEnable 1.3.6.1.4.1.7840.2.1.100.20.6
dcscm source control multicast is disable or enable
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER disable(0), enable(1)  

dcscmscAcl 1.3.6.1.4.1.7840.2.1.100.20.7
OBJECT IDENTIFIER    

dcscmscAclNumber 1.3.6.1.4.1.7840.2.1.100.20.7.1
Acl number of Dcscm source control multicast,the range is 5000--5099.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 5000..5099  

dcscmscAclSourceIp 1.3.6.1.4.1.7840.2.1.100.20.7.2
Source ip address of acl entry
Status: current Access: read-write
OBJECT-TYPE    
  IpAddress  

dcscmscAclSourceMask 1.3.6.1.4.1.7840.2.1.100.20.7.3
Source Mask of acl entry
Status: current Access: read-write
OBJECT-TYPE    
  IpAddress  

dcscmscAclDestinationIp 1.3.6.1.4.1.7840.2.1.100.20.7.4
Destination ip address of acl entry, the destination ip must be a valid multicast group address.
Status: current Access: read-write
OBJECT-TYPE    
  IpAddress  

dcscmscAclDestinationMask 1.3.6.1.4.1.7840.2.1.100.20.7.5
Destination Mask of acl entry, the destination mask should meet the request of muticast group address.
Status: current Access: read-write
OBJECT-TYPE    
  IpAddress  

dcscmscAclPermitOrDeny 1.3.6.1.4.1.7840.2.1.100.20.7.6
acl entry permit or deny;0:deny; 1:permit; 2:del this acl
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER permit(1), deny(0), deltheAcl(2)  

dcscmscPortbindingTable 1.3.6.1.4.1.7840.2.1.100.20.8
dcscm destination control multicast, Acl is binded to Port
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    DcscmscPortbindingEntry

dcscmscPortbindingEntry 1.3.6.1.4.1.7840.2.1.100.20.8.1
The index of this table is PortName
Status: current Access: not-accessible
OBJECT-TYPE    
  DcscmscPortbindingEntry  

dcscmscPortbindingPortName 1.3.6.1.4.1.7840.2.1.100.20.8.1.1
Dcscm source control multicast,The Port Number of rule
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

dcscmscPortbindingAclNumber 1.3.6.1.4.1.7840.2.1.100.20.8.1.2
Dcscm source control multicast,The Acl number of rule ; 0 means to del the rule binded to port
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 0 | 5000..5099  

dcscmpcTable 1.3.6.1.4.1.7840.2.1.100.20.9
dcscm policy multicast table
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    DcscmpcEntry

dcscmpcEntry 1.3.6.1.4.1.7840.2.1.100.20.9.1
The index of this table is dcscmpcSourceIp,dcscmpcSourceMasklen,dcscmpcDestinationIp,dcscmpcDestinationMasklen
Status: current Access: not-accessible
OBJECT-TYPE    
  DcscmpcEntry  

dcscmpcSourceIp 1.3.6.1.4.1.7840.2.1.100.20.9.1.1
source ip address of policy multicast
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

dcscmpcSourceMasklen 1.3.6.1.4.1.7840.2.1.100.20.9.1.2
Mask length of source Ip
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

dcscmpcDestinationIp 1.3.6.1.4.1.7840.2.1.100.20.9.1.3
Destination ip address of policy multicast,the destination ip must be a valid multicast group address.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

dcscmpcDestinationMasklen 1.3.6.1.4.1.7840.2.1.100.20.9.1.4
Mask length of destination Ip
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

dcscmpccos 1.3.6.1.4.1.7840.2.1.100.20.9.1.5
cos value of policy multicast; between 0 and 7 ;8 means to del the policy
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 0..8  

dcscm6dcEnable 1.3.6.1.4.1.7840.2.1.100.21.1
dcscm6 destination control multicast is disable or enable
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER disable(0), enable(1)  

dcscm6dcAcl 1.3.6.1.4.1.7840.2.1.100.21.2
OBJECT IDENTIFIER    

dcscm6dcAclNumber 1.3.6.1.4.1.7840.2.1.100.21.2.1
Acl number of Dcscm6 destination control multicast,the range is 9000--10999.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 9000..10999  

dcscm6dcAclSourceIp 1.3.6.1.4.1.7840.2.1.100.21.2.2
Source ip address of acl entry
Status: current Access: read-write
OBJECT-TYPE    
  Ipv6Address  

dcscm6dcAclSourceMask 1.3.6.1.4.1.7840.2.1.100.21.2.3
Source MaskLen of acl entry
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 1..128  

dcscm6dcAclDestinationIp 1.3.6.1.4.1.7840.2.1.100.21.2.4
Destination ip address of acl entry,the destination ip must be a valid multicast group address.
Status: current Access: read-write
OBJECT-TYPE    
  Ipv6Address  

dcscm6dcAclDestinationMask 1.3.6.1.4.1.7840.2.1.100.21.2.5
Destination MaskLen of acl entry ,the mask length should meet the request of multicast group address.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 8..128  

dcscm6dcAclPermitOrDeny 1.3.6.1.4.1.7840.2.1.100.21.2.6
acl entry permit or deny; 0:deny; 1:permit; 2:del this acl
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER permit(1), deny(0), deltheAcl(2)  

dcscm6VMacbindingTable 1.3.6.1.4.1.7840.2.1.100.21.3
dcscm6 destination control multicast, Acl is binded to VMac
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Dcscm6VMacbindingEntry

dcscm6VMacbindingEntry 1.3.6.1.4.1.7840.2.1.100.21.3.1
The index of this table is Vlanid,MacAddress
Status: current Access: not-accessible
OBJECT-TYPE    
  Dcscm6VMacbindingEntry  

dcscm6VMacbindingVlanid 1.3.6.1.4.1.7840.2.1.100.21.3.1.1
Dcscm6 destination control multicast,The vlanid of rule
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 1..4094  

dcscm6VMacbindingMacAddr 1.3.6.1.4.1.7840.2.1.100.21.3.1.2
Dcscm6 destination control multicast,The Mac Address of rule
Status: current Access: read-only
OBJECT-TYPE    
  MacAddress Size(17)  

dcscm6VMacbindingAclNumber 1.3.6.1.4.1.7840.2.1.100.21.3.1.3
Dcscm6 destination control multicast,The Acl number of rule;0 means del the rule binded to vmac
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 0 | 9000..10999  

dcscm6SipbindingTable 1.3.6.1.4.1.7840.2.1.100.21.4
dcscm6 destination control multicast, Acl is binded to Sip
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Dcscm6SipbindingEntry

dcscm6SipbindingEntry 1.3.6.1.4.1.7840.2.1.100.21.4.1
The index of this table is Sourceip,SourceMaskLen
Status: current Access: not-accessible
OBJECT-TYPE    
  Dcscm6SipbindingEntry  

dcscm6SipbindingSipAddress 1.3.6.1.4.1.7840.2.1.100.21.4.1.1
Dcscm6 destination control multicast,The Source ip of rule
Status: current Access: read-only
OBJECT-TYPE    
  Ipv6Address  

dcscm6SipbindingSipMaskLen 1.3.6.1.4.1.7840.2.1.100.21.4.1.2
Dcscm6 destination control multicast,The Source ip mask len of rule
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 1..128  

dcscm6SipbindingAclNumber 1.3.6.1.4.1.7840.2.1.100.21.4.1.3
Dcscm6 destination control multicast,The Acl number of rule;0 means del the rule binded to sip
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 0 | 9000..10999  

dcscm6dcPortbindingTable 1.3.6.1.4.1.7840.2.1.100.21.5
dcscm6 destination control multicast, Acl is binded to Port
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Dcscm6dcPortbindingEntry

dcscm6dcPortbindingEntry 1.3.6.1.4.1.7840.2.1.100.21.5.1
The index of this table is PortName
Status: current Access: not-accessible
OBJECT-TYPE    
  Dcscm6dcPortbindingEntry  

dcscm6dcPortbindingPortName 1.3.6.1.4.1.7840.2.1.100.21.5.1.1
Dcscm6 destination control multicast,The Port Number of rule
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

dcscm6dcPortbindingAclNumber 1.3.6.1.4.1.7840.2.1.100.21.5.1.2
Dcscm6 destination control multicast,The Acl number of rule;0 means del the rule binded to port
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 0 | 9000..10999  

dcscm6scEnable 1.3.6.1.4.1.7840.2.1.100.21.6
dcscm6 source control multicast is disable or enable
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER disable(0), enable(1)  

dcscm6scAcl 1.3.6.1.4.1.7840.2.1.100.21.7
OBJECT IDENTIFIER    

dcscm6scAclNumber 1.3.6.1.4.1.7840.2.1.100.21.7.1
Acl number of Dcscm6 source control multicast.the range is 8000--8099
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 8000..8099  

dcscm6scAclSourceIp 1.3.6.1.4.1.7840.2.1.100.21.7.2
Source ip address of acl entry
Status: current Access: read-write
OBJECT-TYPE    
  Ipv6Address  

dcscm6scAclSourceMask 1.3.6.1.4.1.7840.2.1.100.21.7.3
Source MaskLen of acl entry
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 1..128  

dcscm6scAclDestinationIp 1.3.6.1.4.1.7840.2.1.100.21.7.4
Destination ip address of acl entry,the destination ip must be a valid multicast group address.
Status: current Access: read-write
OBJECT-TYPE    
  Ipv6Address  

dcscm6scAclDestinationMask 1.3.6.1.4.1.7840.2.1.100.21.7.5
Destination MaskLen of acl entry ,the mask length should meet the request of multicast group address.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 8..128  

dcscm6scAclPermitOrDeny 1.3.6.1.4.1.7840.2.1.100.21.7.6
acl entry permit or deny; 0:deny; 1:permit; 2:del this acl
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER permit(1), deny(0), deltheAcl(2)  

dcscm6scPortbindingTable 1.3.6.1.4.1.7840.2.1.100.21.8
dcscm6 destination control multicast, Acl is binded to Port
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Dcscm6scPortbindingEntry

dcscm6scPortbindingEntry 1.3.6.1.4.1.7840.2.1.100.21.8.1
The index of this table is PortName
Status: current Access: not-accessible
OBJECT-TYPE    
  Dcscm6scPortbindingEntry  

dcscm6scPortbindingPortName 1.3.6.1.4.1.7840.2.1.100.21.8.1.1
Dcscm6 source control multicast,The Port Number of rule
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

dcscm6scPortbindingAclNumber 1.3.6.1.4.1.7840.2.1.100.21.8.1.2
Dcscm6 source control multicast,The Acl number of rule,0 means to del the rule binded to port
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 0 | 8000..8099  

dcscm6pcTable 1.3.6.1.4.1.7840.2.1.100.21.9
dcscm6 policy multicast table
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Dcscm6pcEntry

dcscm6pcEntry 1.3.6.1.4.1.7840.2.1.100.21.9.1
The index of this table is dcscm6pcSourceIp,dcscm6pcSourceMask,dcscm6pcDestinationIp,dcscm6pcDestinationMask
Status: current Access: not-accessible
OBJECT-TYPE    
  Dcscm6pcEntry  

dcscm6pcSourceIp 1.3.6.1.4.1.7840.2.1.100.21.9.1.1
source ip address of policy multicast
Status: current Access: read-only
OBJECT-TYPE    
  Ipv6Address  

dcscm6pcSourceMask 1.3.6.1.4.1.7840.2.1.100.21.9.1.2
Source MaskLen of policy multicast
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 1..128  

dcscm6pcDestinationIp 1.3.6.1.4.1.7840.2.1.100.21.9.1.3
Destination ip address of policy multicast
Status: current Access: read-only
OBJECT-TYPE    
  Ipv6Address  

dcscm6pcDestinationMask 1.3.6.1.4.1.7840.2.1.100.21.9.1.4
Destination MaskLen of policy multicast
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 8..128  

dcscm6pccos 1.3.6.1.4.1.7840.2.1.100.21.9.1.5
cos value of policy multicast; between 0 and 7 ;8 means to del the policy
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 0..8  

clusterv2Base 1.3.6.1.4.1.7840.2.1.100.22.1
OBJECT IDENTIFIER    

clusterv2BaseKey 1.3.6.1.4.1.7840.2.1.100.22.1.1
cluster run switch,set the key word only while the cluster is not running and you should set it with set clusterv2BaseRun.
Status: current Access: read-write
OBJECT-TYPE    
  OCTET STRING Size(1..16)  

clusterv2BaseVlan 1.3.6.1.4.1.7840.2.1.100.22.1.2
cluster run switch,set the Vlan only when the cluster is not running and you should set it with set clusterv2BaseRun. if get result is 0 that the cluser is not running!
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 1..4094  

clusterv2BaseRun 1.3.6.1.4.1.7840.2.1.100.22.1.3
cluster run switch,set the key word and vlan id or stop the cluster.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enable(1), disable(0)  

clusterv2BaseRole 1.3.6.1.4.1.7840.2.1.100.22.1.4
The role of the device. none means cluster device isn't running.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER candidateDevice(1), memberDevice(2), commanderDevice(3), none(255)  

clusterv2BaseVersion 1.3.6.1.4.1.7840.2.1.100.22.1.5
version of cluster.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(1..10)  

clusterv2BaseMaxNumberOfMembers 1.3.6.1.4.1.7840.2.1.100.22.1.6
The maximum number of cluster members allowed in the cluster. The command switch is considered as a cluster member also.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

clusterv2BaseMaxNumberOfSwitches 1.3.6.1.4.1.7840.2.1.100.22.1.7
The maximum number of cluster switches allowed in the cluster. The Candidates include commander,candidate and member.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

clusterv2Create 1.3.6.1.4.1.7840.2.1.100.22.2
OBJECT IDENTIFIER    

clusterv2CreateIPPool 1.3.6.1.4.1.7840.2.1.100.22.2.1
ip pool.Valid cluster ip-pool format like as 10.x.x.x,default is 10.254.254.1 . if get result is 0 that the cluser is not running! set it only on the device is not commander and should set it with set clusterv2CreateCmdrOperate.
Status: current Access: read-write
OBJECT-TYPE    
  IpAddress  

clusterv2CreateName 1.3.6.1.4.1.7840.2.1.100.22.2.2
create the clustername while create the cluster commander, set it only on the device is not commander and should set it with set clusterv2CreateCmdrOperate.
Status: current Access: read-write
OBJECT-TYPE    
  OCTET STRING Size(1..32)  

clusterv2CreateCmdrOperate 1.3.6.1.4.1.7840.2.1.100.22.2.3
if set create ,operation is to build cluster according to clusterv2CreateClusterIPPool/clusterv2StatusClusterName. if set destroy , operation is try to clear the IPPool and the ClusterName. set create only on the device is not commander. set destroy only on the device is commander.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER create(1), destroy(0)  

clusterv2Status 1.3.6.1.4.1.7840.2.1.100.22.3
OBJECT IDENTIFIER    

clusterv2StatusClusterName 1.3.6.1.4.1.7840.2.1.100.22.3.1
The name of the cluster.Set only on the device is not commander.The default is NULL.
Status: current Access: read-write
OBJECT-TYPE    
  OCTET STRING Size(1..32)  

clusterv2StatusKeepalive 1.3.6.1.4.1.7840.2.1.100.22.3.2
cluster keepalive interval(3-30 second). if get result is 0 that the cluser is not running!
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 3..30  

clusterv2StatusLoss-count 1.3.6.1.4.1.7840.2.1.100.22.3.3
cluster the max(1-10) loss-count packet during the keeplive interval. if get result is 0 that the cluser is not running!
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 1..10  

clusterv2Commander 1.3.6.1.4.1.7840.2.1.100.22.4
OBJECT IDENTIFIER    

clusterv2CommanderAutoAddMem 1.3.6.1.4.1.7840.2.1.100.22.4.1
auto add mem switch
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enable(1), disable(0)  

clusterv2MemberCounter 1.3.6.1.4.1.7840.2.1.100.22.4.2
member number on commander,read only on commander or will return 65535.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

clusterv2MemberTable 1.3.6.1.4.1.7840.2.1.100.22.4.3
This table contains one row per cluster member, including the command switch,read only on commander.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Clusterv2MemberEntry

clusterv2MemberEntry 1.3.6.1.4.1.7840.2.1.100.22.4.3.1
An entry containing cluster management information applicable to a particular cluster member.
Status: current Access: not-accessible
OBJECT-TYPE    
  Clusterv2MemberEntry  

clusterv2MemberNumber 1.3.6.1.4.1.7840.2.1.100.22.4.3.1.1
An arbitrary value which uniquely identifies the cluster member switch number. It ranges from 1 to clusterv2StatusMaxNumberOfMembers,read only on commander.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

clusterv2MemberIpAddress 1.3.6.1.4.1.7840.2.1.100.22.4.3.1.2
The management ip address of the member device.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

clusterv2MemberOperStatus 1.3.6.1.4.1.7840.2.1.100.22.4.3.1.3
The status of cluster management connectivity between the command switch and a cluster member. Cluster management connectivity is determined by the exchange of cluster management messages between the command switch and a cluster member.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER notMember(1), inactiveMember(2), memberTobe(3), activeMember(4)  

clusterv2MemberMacAddress 1.3.6.1.4.1.7840.2.1.100.22.4.3.1.4
The management MAC address of the member device.
Status: current Access: read-only
OBJECT-TYPE    
  MacAddress Size(17)  

clusterv2MemberHostName 1.3.6.1.4.1.7840.2.1.100.22.4.3.1.5
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(1..32)  

clusterv2MemberDeviceType 1.3.6.1.4.1.7840.2.1.100.22.4.3.1.6
deviceType such as 5526S, 2008A etc
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(1..32)  

clusterv2CandidateCounter 1.3.6.1.4.1.7840.2.1.100.22.4.4
candidate number on commander,read only on commander or will return 65535.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

clusterv2CandidateTable 1.3.6.1.4.1.7840.2.1.100.22.4.5
This table contains one row per cluster candidate, A cluster candidate is a device that is currently eligible to be added to the cluster of a command switch. A device is eligible if it satisfies the following conditions: 1. It start the cluster func. 2. It is in a same L2 LAN with commander switch The entries in this table and the entries in clusterMemberTable are mutually exclusive at all times. That is, any device that is a cluster member never shows up in the clusterCandidateTable or is never a candidate at the same time . Also, any candidate that shows up in clusterCandidateTable should not appear in clusterMemberTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Clusterv2CandidateEntry

clusterv2CandidateEntry 1.3.6.1.4.1.7840.2.1.100.22.4.5.1
An entry pertaining to a single candidate device.
Status: current Access: not-accessible
OBJECT-TYPE    
  Clusterv2CandidateEntry  

clusterv2CandidateId 1.3.6.1.4.1.7840.2.1.100.22.4.5.1.1
The candidate id.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

clusterv2CandidateMacAddress 1.3.6.1.4.1.7840.2.1.100.22.4.5.1.2
The MAC address of a device qualified to to be a cluster member of the command switch cluster.
Status: current Access: read-only
OBJECT-TYPE    
  MacAddress Size(17)  

clusterv2CandidateHostName 1.3.6.1.4.1.7840.2.1.100.22.4.5.1.3
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(1..32)  

clusterv2CandidateDeviceType 1.3.6.1.4.1.7840.2.1.100.22.4.5.1.4
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(1..32)  

clusterv2RebootMem 1.3.6.1.4.1.7840.2.1.100.22.4.6
Operation is to reboot the specified member.you can select more member one time, the value connected with '-' or ';',the string len is 1-30 .set only on commander.
Status: current Access: read-write
OBJECT-TYPE    
  OCTET STRING Size(1..30)  

dnsEnable 16.1
Enable or disable dns dynamic domain resolving.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER disable(0), enable(1)  

dnsServerTable 16.2
The dns server list table which consists of a sequence of 'dnsServerEntry' items which describe the configured dns server IP information.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    DnsServerEntry

dnsServerEntry 16.2.1
An entry in the dnsServerTable containing the dns server IP.
Status: current Access: not-accessible
OBJECT-TYPE    
  DnsServerEntry  

dnsServerInetAddrType 16.2.1.1
The IP address type of dnsServerEntry. This value applies to dnsServerIpAddr.
Status: current Access: not-accessible
OBJECT-TYPE    
  InetAddressType  

dnsServerIpAddr 16.2.1.2
The dns server IP address with 'dnsServerInetAddrType' to indicate the IP address type(IPv4 or IPv6).
Status: current Access: read-only
OBJECT-TYPE    
  InetAddress  

dnsServerPriority 16.2.1.3
Current Priority of the dns server.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER 0..255  

dnsServerStatus 16.2.1.4
Current state of the dns server.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER createAndGo(0), active(1), destroy(2)  

dnsDomainSuffixTable 16.3
The dns domain suffix table which consists of a sequence of 'dnsDomainSuffixEntry' items which describe the configured dns domain suffix information.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    DnsDomainSuffixEntry

dnsDomainSuffixEntry 16.3.1
An entry in the dnsDomainSuffixTable containing the dns domain suffix.
Status: current Access: not-accessible
OBJECT-TYPE    
  DnsDomainSuffixEntry  

dnsDomainSuffix 16.3.1.1
The dns domain suffix(e.g. commpany.com).
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

dnsDomainSuffixStatus 16.3.1.2
Current state of the dns domain suffix.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER createAndGo(0), active(1), destroy(2)  

dnsDynHostTable 16.4
The dns dynamic host table which consists of a sequence of 'dnsDynHostEntry' items which describe the resolved dns dynamic host information.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    DnsDynHostEntry

dnsDynHostEntry 16.4.1
An entry in the dnsDynHostTable containing the dns dynamic host information.
Status: current Access: not-accessible
OBJECT-TYPE    
  DnsDynHostEntry  

dnsDynHostIndex 16.4.1.1
Index of position in the cache
Status: current Access: not-accessible
OBJECT-TYPE    
  INTEGER  

dnsDynHostName 16.4.1.2
The dns dynamic host name(e.g. www.sina.com.cn).
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

dnsDynHostIpAddr 16.4.1.3
The dns dynamic host's IP address with 'dnsDynHostInetAddrType' to indicate the IP address type(IPv4 or IPv6).
Status: current Access: read-only
OBJECT-TYPE    
  InetAddress  

dnsDynHostTtl 16.4.1.4
The dns dynamic host's living time(seconds).
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

ntpEntSoftwareName 1.3.6.1.4.1.7840.2.1.100.25.1.1.1
The product name of the installed NTP version.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

ntpEntSoftwareVersion 1.3.6.1.4.1.7840.2.1.100.25.1.1.2
The software version of the installed NTP implementation.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

ntpEntSoftwareVendor 1.3.6.1.4.1.7840.2.1.100.25.1.1.4
The vendor/author of the installed NTP version.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

ntpEntSystemType 1.3.6.1.4.1.7840.2.1.100.25.1.1.5
General hardware/os platform information.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

ntpEntTimeResolution 1.3.6.1.4.1.7840.2.1.100.25.1.1.6
A string describing the time resolution of the running NTP implementation.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

ntpEntTimePrecision 1.3.6.1.4.1.7840.2.1.100.25.1.1.9
The entity's precision in integer format.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

ntpEntStatusCurrentMode 1.3.6.1.4.1.7840.2.1.100.25.1.2.1
The actual mode of NTP as a string
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

ntpEntStatusCurrentModeVal 1.3.6.1.4.1.7840.2.1.100.25.1.2.2
The current mode of the NTP as integer value.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER notRunning(1), notSynchronized(2), noneConfigured(3), syncToLocal(4), syncToRefclock(5), syncToRemoteServer(6), unknown(99)  

ntpEntStatusStratum 1.3.6.1.4.1.7840.2.1.100.25.1.2.3
The NTP entity's own stratum value.
Status: current Access: read-only
OBJECT-TYPE    
  NtpStratum  

ntpEntStatusActiveRefSourceId 1.3.6.1.4.1.7840.2.1.100.25.1.2.4
The association ID of the current syspeer.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32 0..4294967295  

ntpEntStatusActiveRefSourceName 1.3.6.1.4.1.7840.2.1.100.25.1.2.5
The hostname/descriptive name of the current reference source selected as syspeer.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

ntpEntStatusNumberOfRefSources 1.3.6.1.4.1.7840.2.1.100.25.1.2.7
The number of reference sources configured for NTP.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32 0..99  

ntpEntStatusDateTime 1.3.6.1.4.1.7840.2.1.100.25.1.2.10
The current NTP date/time on the device, in 128-bit NTP date format. Ref: draft-ietf-ntp-ntpv4-proto-06, section 6: It includes a 64-bit signed seconds field spanning 584 billion years and a 64-bit fraction field resolving .05 attosecond (i.e. 0.5e-18). For convenience in mapping between formats, the seconds field is divided into a 32-bit era field and a 32-bit timestamp field. If time is not syncronized this field shall be a zero-length string. This object can be used to timestamp events on this node and allow a management station to coorelate different time objects. For example, a management station could query this object and sysUpTime in the same operation to be able to relate sysUpTime to NTP time. This object is not to be used to set the time of the node querying this object. NTP should be used for this--or at least SNTP.
Status: current Access: read-only
OBJECT-TYPE    
  NtpDateTime  

ntpEntStatusInPkts 1.3.6.1.4.1.7840.2.1.100.25.1.2.13
The total number of NTP messages delivered to the NTP entity from the transport service.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

ntpEntStatusOutPkts 1.3.6.1.4.1.7840.2.1.100.25.1.2.14
The total number of NTP messages delivered to the transport service by this NTP entity.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

ntpEntStatusBadVersion 1.3.6.1.4.1.7840.2.1.100.25.1.2.15
The total number of NTP messages which were delivered to this NTP entity and were for an unsupported NTP version.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

ntpEntStatusProtocolError 1.3.6.1.4.1.7840.2.1.100.25.1.2.16
The total number of NTP messages which were delivered to this NTP entity and this entity was not able to process due to an NTP protocol error.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

ntpEntConformance 1.3.6.1.4.1.7840.2.1.100.25.6
OBJECT IDENTIFIER    

ntpEntCompliances 1.3.6.1.4.1.7840.2.1.100.25.6.1
OBJECT IDENTIFIER    

ntpEntGroups 1.3.6.1.4.1.7840.2.1.100.25.6.2
OBJECT IDENTIFIER    

ntpEntNTPCompliance 1.3.6.1.4.1.7840.2.1.100.25.6.1.1
The compliance statement for SNMP entities which use NTP and implement the NTP MIB
Status: current Access: read-only
MODULE-COMPLIANCE    

ntpEntSNTPCompliance 1.3.6.1.4.1.7840.2.1.100.25.6.1.2
The compliance statement for SNMP entities which use SNTP and implement the NTP MIB
Status: current Access: read-only
MODULE-COMPLIANCE    

ntpEntObjectsGroup1 1.3.6.1.4.1.7840.2.1.100.25.6.2.1
A collection of objects for the NTP MIB that all NTP or SNTP entities should implement.
Status: current Access: read-only
OBJECT-GROUP    

ntpEntObjectsGroup2 1.3.6.1.4.1.7840.2.1.100.25.6.2.2
A collection of objects for the NTP MIB that are optional for NTP or SNTP entities to implement.
Status: current Access: read-only
OBJECT-GROUP    

poeSystemEnable 1.3.6.1.4.1.7840.2.1.100.26.1
The power inline global switch. Enable expresses it is turned on, while disable indicates that off.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enable(1), disable(0)  

poeMaxPower 1.3.6.1.4.1.7840.2.1.100.26.2
The power inline global available power whitch cannot be exceeded by the total power of all PDs.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 37..740  

poePoliceEnable 1.3.6.1.4.1.7840.2.1.100.26.3
The power inline power mamagement switch. Enable expresses it is in priority-policy mode, while disable indicates that in first-in-first-get mode.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enable(1), disable(0)  

poeLegacyEnable 1.3.6.1.4.1.7840.2.1.100.26.4
The power inline nonstandard PD detect switch. Enable expresses nonstandard PD can be detected, while disable indicates that cannot be detected.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enable(1), disable(0)  

poeDisconnect 1.3.6.1.4.1.7840.2.1.100.26.5
The power inline disconnection mode.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER ac(0), dc(1)  

poeCurrentPower 1.3.6.1.4.1.7840.2.1.100.26.6
The power inline current export power. It is a real time value.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

poePortMode 1.3.6.1.4.1.7840.2.1.100.26.7
The power inline power supply mode.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER spare(1), signal(0)  

poeSoftwareVersion 1.3.6.1.4.1.7840.2.1.100.26.8
The power inline software version.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(1..32)  

poeHardwareVersion 1.3.6.1.4.1.7840.2.1.100.26.9
The power inline hardware version.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(1..32)  

poePortConfigTable 1.3.6.1.4.1.7840.2.1.100.26.10
The power inline port configuration table
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    PoePortConfigEntry

poePortConfigEntry 1.3.6.1.4.1.7840.2.1.100.26.10.1
The power inline configuration in port.
Status: current Access: not-accessible
OBJECT-TYPE    
  PoePortConfigEntry  

poePortIndex 1.3.6.1.4.1.7840.2.1.100.26.10.1.1
The power inline port index.
Status: current Access: not-accessible
OBJECT-TYPE    
  INTEGER  

poePortStatus 1.3.6.1.4.1.7840.2.1.100.26.10.1.2
The power inline port switch. Enable expresses it is turned on, while disable indicates that off.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enable(1), disable(0)  

poePortPriority 1.3.6.1.4.1.7840.2.1.100.26.10.1.3
The power inline port priority.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER critical(0), high(1), low(2)  

poePortMaxPower 1.3.6.1.4.1.7840.2.1.100.26.10.1.4
The power inline port available power whitch cannot be exceeded by the connected PD.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 1..31000  

poePortCurrentPower 1.3.6.1.4.1.7840.2.1.100.26.10.1.5
The power inline port used power. It is a real time value.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

poePortCurrentCurrent 1.3.6.1.4.1.7840.2.1.100.26.10.1.6
The power inline port export current. It is a real time value.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

poePortCurrentVoltage 1.3.6.1.4.1.7840.2.1.100.26.10.1.7
The power inline port export voltage. It is a real time value.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

poePortPdStatus 1.3.6.1.4.1.7840.2.1.100.26.10.1.8
The power inline detect status. on(1):PD is connected and natural powered, off(2):PD is not connected, faulty(3):error, deny(4):power is low or high.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER on(1), off(2), faulty(3), deny(4)  

poePortPdClass 1.3.6.1.4.1.7840.2.1.100.26.10.1.9
The connected PD class of power inline
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

poeHighInrushEnable 1.3.6.1.4.1.7840.2.1.100.26.11
The power inline high-inrush switch. Enable expresses it is turned on, while disable indicates that off.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enable(0), disable(1)  

qos2 1.3.6.1.4.1.7840.2.1.100.27.1
OBJECT IDENTIFIER    

qos2MapCostoIntp 1.3.6.1.4.1.7840.2.1.100.27.1.1
OBJECT IDENTIFIER    

qos2MapCostoIntp1 1.3.6.1.4.1.7840.2.1.100.27.1.1.1
COS to IntPrio map,IntPrio1<0-7>.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER  

qos2MapCostoIntp2 1.3.6.1.4.1.7840.2.1.100.27.1.1.2
COS to IntPrio map,IntPrio2<0-7>.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER  

qos2MapCostoIntp3 1.3.6.1.4.1.7840.2.1.100.27.1.1.3
COS to IntPrio map,IntPrio1<0-7>.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER  

qos2MapCostoIntp4 1.3.6.1.4.1.7840.2.1.100.27.1.1.4
COS to IntPrio map,IntPrio1<0-7>.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER  

qos2MapCostoIntp5 1.3.6.1.4.1.7840.2.1.100.27.1.1.5
COS to IntPrio map,IntPrio1<0-7>.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER  

qos2MapCostoIntp6 1.3.6.1.4.1.7840.2.1.100.27.1.1.6
COS to IntPrio map,IntPrio1<0-7>.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER  

qos2MapCostoIntp7 1.3.6.1.4.1.7840.2.1.100.27.1.1.7
COS to IntPrio map,IntPrio1<0-7>.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER  

qos2MapCostoIntp8 1.3.6.1.4.1.7840.2.1.100.27.1.1.8
COS to IntPrio map,IntPrio1<0-7>.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER  

qos2MapCostoIntpStatus 1.3.6.1.4.1.7840.2.1.100.27.1.1.9
Setting it to active(1) to creates an entry,setting it to destroy(2) to destroy an entry.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER active(1), destroy(2)  

qos2MapCostoDP 1.3.6.1.4.1.7840.2.1.100.27.1.2
OBJECT IDENTIFIER    

qos2MapCostoDP1 1.3.6.1.4.1.7840.2.1.100.27.1.2.1
COS to drop precedence map,Drop Precedence1<0-2>.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER  

qos2MapCostoDP2 1.3.6.1.4.1.7840.2.1.100.27.1.2.2
COS to drop precedence map,Drop Precedence2<0-2>.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER  

qos2MapCostoDP3 1.3.6.1.4.1.7840.2.1.100.27.1.2.3
COS to drop precedence map,Drop Precedence3<0-2>.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER  

qos2MapCostoDP4 1.3.6.1.4.1.7840.2.1.100.27.1.2.4
COS to drop precedence map,Drop Precedence4<0-2>.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER  

qos2MapCostoDP5 1.3.6.1.4.1.7840.2.1.100.27.1.2.5
COS to drop precedence map,Drop Precedence5<0-2>.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER  

qos2MapCostoDP6 1.3.6.1.4.1.7840.2.1.100.27.1.2.6
COS to drop precedence map,Drop Precedence6<0-2>.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER  

qos2MapCostoDP7 1.3.6.1.4.1.7840.2.1.100.27.1.2.7
COS to drop precedence map,Drop Precedence7<0-2>.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER  

qos2MapCostoDP8 1.3.6.1.4.1.7840.2.1.100.27.1.2.8
COS to drop precedence map,Drop Precedence8<0-2>.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER  

qos2MapCostoDPStatus 1.3.6.1.4.1.7840.2.1.100.27.1.2.9
Setting it to active(1) to creates an entry,setting it to destroy(2) to destroy an entry.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER active(1), destroy(2)  

qos2MapDSCPtoDSCP 1.3.6.1.4.1.7840.2.1.100.27.1.3
OBJECT IDENTIFIER    

qos2MapDSCPtoDSCP1 1.3.6.1.4.1.7840.2.1.100.27.1.3.1
DSCP to DSCP map, DSCP1<0-63>.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER  

qos2MapDSCPtoDSCP2 1.3.6.1.4.1.7840.2.1.100.27.1.3.2
DSCP to DSCP map, DSCP2<0-63>.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER  

qos2MapDSCPtoDSCP3 1.3.6.1.4.1.7840.2.1.100.27.1.3.3
DSCP to DSCP map, DSCP3<0-63>.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER  

qos2MapDSCPtoDSCP4 1.3.6.1.4.1.7840.2.1.100.27.1.3.4
DSCP to DSCP map, DSCP4<0-63>.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER  

qos2MapDSCPtoDSCP5 1.3.6.1.4.1.7840.2.1.100.27.1.3.5
DSCP to DSCP map, DSCP5<0-63>.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER  

qos2MapDSCPtoDSCP6 1.3.6.1.4.1.7840.2.1.100.27.1.3.6
DSCP to DSCP map, DSCP6<0-63>.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER  

qos2MapDSCPtoDSCP7 1.3.6.1.4.1.7840.2.1.100.27.1.3.7
DSCP to DSCP map, DSCP7<0-63>.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER  

qos2MapDSCPtoDSCP8 1.3.6.1.4.1.7840.2.1.100.27.1.3.8
DSCP to DSCP map, DSCP8<0-63>.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER  

qos2MapDSCPtoDSCPoutDSCP 1.3.6.1.4.1.7840.2.1.100.27.1.3.9
DSCP to DSCP map, outDSCP<0-63>.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER  

qos2MapDSCPtoDSCPStatus 1.3.6.1.4.1.7840.2.1.100.27.1.3.10
Setting it to active(1) to creates an entry,setting it to destroy(2) to destroy an entry.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER active(1), destroy(2)  

qos2MapDSCPtoIntp 1.3.6.1.4.1.7840.2.1.100.27.1.4
OBJECT IDENTIFIER    

qos2MapDSCPtoIntp1 1.3.6.1.4.1.7840.2.1.100.27.1.4.1
DSCP to Intp map, DSCP1<0-63>.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER  

qos2MapDSCPtoIntp2 1.3.6.1.4.1.7840.2.1.100.27.1.4.2
DSCP to Intp map, DSCP2<0-63>.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER  

qos2MapDSCPtoIntp3 1.3.6.1.4.1.7840.2.1.100.27.1.4.3
DSCP to Intp map, DSCP3<0-63>.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER  

qos2MapDSCPtoIntp4 1.3.6.1.4.1.7840.2.1.100.27.1.4.4
DSCP to Intp map, DSCP4<0-63>.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER  

qos2MapDSCPtoIntp5 1.3.6.1.4.1.7840.2.1.100.27.1.4.5
DSCP to Intp map, DSCP5<0-63>.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER  

qos2MapDSCPtoIntp6 1.3.6.1.4.1.7840.2.1.100.27.1.4.6
DSCP to Intp map, DSCP6<0-63>.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER  

qos2MapDSCPtoIntp7 1.3.6.1.4.1.7840.2.1.100.27.1.4.7
DSCP to Intp map, DSCP7<0-63>.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER  

qos2MapDSCPtoIntp8 1.3.6.1.4.1.7840.2.1.100.27.1.4.8
DSCP to Intp map, DSCP8<0-63>.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER  

qos2MapDSCPtoIntpIntPriovalue 1.3.6.1.4.1.7840.2.1.100.27.1.4.9
DSCP to Intp map, IntPrio value<0-7>.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER  

qos2MapDSCPtoIntpStatus 1.3.6.1.4.1.7840.2.1.100.27.1.4.10
Setting it to active(1) to creates an entry,setting it to destroy(2) to destroy an entry.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER active(1), destroy(2)  

qos2MapDSCPtoDP 1.3.6.1.4.1.7840.2.1.100.27.1.5
OBJECT IDENTIFIER    

qos2MapDSCPtoDP1 1.3.6.1.4.1.7840.2.1.100.27.1.5.1
DSCP to DP map, DSCP1<0-63>.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER  

qos2MapDSCPtoDP2 1.3.6.1.4.1.7840.2.1.100.27.1.5.2
DSCP to DP map, DSCP2<0-63>.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER  

qos2MapDSCPtoDP3 1.3.6.1.4.1.7840.2.1.100.27.1.5.3
DSCP to DP map, DSCP3<0-63>.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER  

qos2MapDSCPtoDP4 1.3.6.1.4.1.7840.2.1.100.27.1.5.4
DSCP to DP map, DSCP4<0-63>.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER  

qos2MapDSCPtoDP5 1.3.6.1.4.1.7840.2.1.100.27.1.5.5
DSCP to DP map, DSCP5<0-63>.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER  

qos2MapDSCPtoDP6 1.3.6.1.4.1.7840.2.1.100.27.1.5.6
DSCP to DP map, DSCP6<0-63>.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER  

qos2MapDSCPtoDP7 1.3.6.1.4.1.7840.2.1.100.27.1.5.7
DSCP to DP map, DSCP7<0-63>.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER  

qos2MapDSCPtoDP8 1.3.6.1.4.1.7840.2.1.100.27.1.5.8
DSCP to DP map, DSCP8<0-63>.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER  

qos2MapDSCPtoDPvalue 1.3.6.1.4.1.7840.2.1.100.27.1.5.9
DSCP to DP map, Drop Precedence value<0-2>.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER  

qos2MapDSCPtoDPStatus 1.3.6.1.4.1.7840.2.1.100.27.1.5.10
Setting it to active(1) to creates an entry,setting it to destroy(2) to destroy an entry.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER active(1), destroy(2)  

qos2MapExptoIntp 1.3.6.1.4.1.7840.2.1.100.27.1.6
OBJECT IDENTIFIER    

qos2MapExptoIntp1 1.3.6.1.4.1.7840.2.1.100.27.1.6.1
EXP to Intp map, IntPrio1 value<0-7>.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER  

qos2MapExptoIntp2 1.3.6.1.4.1.7840.2.1.100.27.1.6.2
EXP to Intp map, IntPrio2 value<0-7>.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER  

qos2MapExptoIntp3 1.3.6.1.4.1.7840.2.1.100.27.1.6.3
EXP to Intp map, IntPrio3 value<0-7>.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER  

qos2MapExptoIntp4 1.3.6.1.4.1.7840.2.1.100.27.1.6.4
EXP to Intp map, IntPrio4 value<0-7>.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER  

qos2MapExptoIntp5 1.3.6.1.4.1.7840.2.1.100.27.1.6.5
EXP to Intp map, IntPrio5 value<0-7>.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER  

qos2MapExptoIntp6 1.3.6.1.4.1.7840.2.1.100.27.1.6.6
EXP to Intp map, IntPrio6 value<0-7>.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER  

qos2MapExptoIntp7 1.3.6.1.4.1.7840.2.1.100.27.1.6.7
EXP to Intp map, IntPrio7 value<0-7>.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER  

qos2MapExptoIntp8 1.3.6.1.4.1.7840.2.1.100.27.1.6.8
EXP to Intp map, IntPrio8 value<0-7>.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER  

qos2MapExptoIntpStatus 1.3.6.1.4.1.7840.2.1.100.27.1.6.9
Setting it to active(1) to creates an entry,setting it to destroy(2) to destroy an entry.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER active(1), destroy(2)  

qos2MapExptoDP 1.3.6.1.4.1.7840.2.1.100.27.1.7
OBJECT IDENTIFIER    

qos2MapExptoDP1 1.3.6.1.4.1.7840.2.1.100.27.1.7.1
EXP to DP map, Drop Precedence value<0-2>.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER  

qos2MapExptoDP2 1.3.6.1.4.1.7840.2.1.100.27.1.7.2
EXP to DP map, Drop Precedence value<0-2>.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER  

qos2MapExptoDP3 1.3.6.1.4.1.7840.2.1.100.27.1.7.3
EXP to DP map, Drop Precedence value<0-2>.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER  

qos2MapExptoDP4 1.3.6.1.4.1.7840.2.1.100.27.1.7.4
EXP to DP map, Drop Precedence value<0-2>.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER  

qos2MapExptoDP5 1.3.6.1.4.1.7840.2.1.100.27.1.7.5
EXP to DP map, Drop Precedence value<0-2>.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER  

qos2MapExptoDP6 1.3.6.1.4.1.7840.2.1.100.27.1.7.6
EXP to DP map, Drop Precedence value<0-2>.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER  

qos2MapExptoDP7 1.3.6.1.4.1.7840.2.1.100.27.1.7.7
EXP to DP map, Drop Precedence value<0-2>.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER  

qos2MapExptoDP8 1.3.6.1.4.1.7840.2.1.100.27.1.7.8
EXP to DP map, Drop Precedence value<0-2>.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER  

qos2MapExptoDPStatus 1.3.6.1.4.1.7840.2.1.100.27.1.7.9
Setting it to active(1) to creates an entry,setting it to destroy(2) to destroy an entry.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER active(1), destroy(2)  

qos2MapIntptoDSCP 1.3.6.1.4.1.7840.2.1.100.27.1.8
OBJECT IDENTIFIER    

qos2MapIntptoDSCP1 1.3.6.1.4.1.7840.2.1.100.27.1.8.1
Intp to DSCP map, IntPrio value<0-7>.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER  

qos2MapIntptoDSCP2 1.3.6.1.4.1.7840.2.1.100.27.1.8.2
Intp to DSCP map, IntPrio value<0-7>.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER  

qos2MapIntptoDSCP3 1.3.6.1.4.1.7840.2.1.100.27.1.8.3
Intp to DSCP map, IntPrio value<0-7>.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER  

qos2MapIntptoDSCP4 1.3.6.1.4.1.7840.2.1.100.27.1.8.4
Intp to DSCP map, IntPrio value<0-7>.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER  

qos2MapIntptoDSCP5 1.3.6.1.4.1.7840.2.1.100.27.1.8.5
Intp to DSCP map, IntPrio value<0-7>.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER  

qos2MapIntptoDSCP6 1.3.6.1.4.1.7840.2.1.100.27.1.8.6
Intp to DSCP map, IntPrio value<0-7>.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER  

qos2MapIntptoDSCP7 1.3.6.1.4.1.7840.2.1.100.27.1.8.7
Intp to DSCP map, IntPrio value<0-7>.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER  

qos2MapIntptoDSCP8 1.3.6.1.4.1.7840.2.1.100.27.1.8.8
Intp to DSCP map, IntPrio value<0-7>.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER  

qos2MapIntptoDSCPStatus 1.3.6.1.4.1.7840.2.1.100.27.1.8.9
Setting it to active(1) to creates an entry,setting it to destroy(2) to destroy an entry.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER active(1), destroy(2)  

qos2MapIntptoEXP 1.3.6.1.4.1.7840.2.1.100.27.1.10
OBJECT IDENTIFIER    

qos2MapIntptoEXP1 1.3.6.1.4.1.7840.2.1.100.27.1.10.1
Intp to EXP map, EXP value<0-7>.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER  

qos2MapIntptoEXP2 1.3.6.1.4.1.7840.2.1.100.27.1.10.2
Intp to EXP map, EXP value<0-7>.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER  

qos2MapIntptoEXP3 1.3.6.1.4.1.7840.2.1.100.27.1.10.3
Intp to EXP map, EXP value<0-7>.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER  

qos2MapIntptoEXP4 1.3.6.1.4.1.7840.2.1.100.27.1.10.4
Intp to EXP map, EXP value<0-7>.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER  

qos2MapIntptoEXP5 1.3.6.1.4.1.7840.2.1.100.27.1.10.5
Intp to EXP map, EXP value<0-7>.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER  

qos2MapIntptoEXP6 1.3.6.1.4.1.7840.2.1.100.27.1.10.6
Intp to EXP map, EXP value<0-7>.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER  

qos2MapIntptoEXP7 1.3.6.1.4.1.7840.2.1.100.27.1.10.7
Intp to EXP map, EXP value<0-7>.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER  

qos2MapIntptoEXP8 1.3.6.1.4.1.7840.2.1.100.27.1.10.8
Intp to EXP map, EXP value<0-7>.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER  

qos2MapIntptoEXPStatus 1.3.6.1.4.1.7840.2.1.100.27.1.10.9
Setting it to active(1) to creates an entry,setting it to destroy(2) to destroy an entry.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER active(1), destroy(2)  

qos2AggregatePolicy 1.3.6.1.4.1.7840.2.1.100.27.1.11
OBJECT IDENTIFIER    

qos2AggPolicyName 1.3.6.1.4.1.7840.2.1.100.27.1.11.1
Aggregate policy name<1-64>.
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString Size(1..64)  

qos2AggPolicyCIRKbps 1.3.6.1.4.1.7840.2.1.100.27.1.11.2
CIR(Committed Information Rate) Kbits per second <1-10000000>.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER  

qos2AggPolicyCBSKbps 1.3.6.1.4.1.7840.2.1.100.27.1.11.3
CBS(Committed Burst Size) Kbits per second <1-1000000>.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER  

qos2AggPolicyPBSKbps 1.3.6.1.4.1.7840.2.1.100.27.1.11.4
PBS(Peak Burst Size) Kbits per second <1-1000000>.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER  

qos2AggPolicyPIRKbps 1.3.6.1.4.1.7840.2.1.100.27.1.11.5
PIR(Peak Information Rate) Kbits per second <1-10000000>.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER  

qos2AggPolicyConformAction 1.3.6.1.4.1.7840.2.1.100.27.1.11.6
conform-action transmit means send packets without any change when specified speed is not exceeded; conform-action drop means drop packets when specified speed is not exceeded; conform-action set-dscp-transmit specifies to mark down packet DSCP value according to policed-dscp mapping when specified speed is not exceeded; conform-action set-prec-transmit specifies to mark down packet TOS value according to policed-dscp mapping when specified speed is not exceeded. .
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER transmit(0), drop(1), set-dscp-transmit(2), set-prec-transmit(3), set-cos-transmit(4), set-drop-precedence(5), set-internal-priority(6)  

qos2AggPolicyConformActionChangeValue 1.3.6.1.4.1.7840.2.1.100.27.1.11.7
If conform-action is set-dscp-transmit(2),the value is between 0-63; If conform-action is set-prec-transmit(3),the value is between 0-7; If conform-action is set-cos-transmit(4),the value is between 0-7; If conform-action is set-drop-precedence(5),the value is between 0-2; If conform-action is set-internal-priority(6),the value is between 0-7;
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER  

qos2AggPolicyExceedAction 1.3.6.1.4.1.7840.2.1.100.27.1.11.8
conform-action transmit means send packets without any change when specified speed is not exceeded; conform-action drop means drop packets when specified speed is not exceeded; conform-action set-dscp-transmit specifies to mark down packet DSCP value according to policed-dscp mapping when specified speed is not exceeded; conform-action set-prec-transmit specifies to mark down packet TOS value according to policed-dscp mapping when specified speed is not exceeded. .
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER transmit(0), drop(1), set-dscp-transmit(2), set-prec-transmit(3), set-cos-transmit(4), set-drop-precedence(5), set-internal-priority(6)  

qos2AggPolicyExceedActionChangeValue 1.3.6.1.4.1.7840.2.1.100.27.1.11.9
If conform-action is set-dscp-transmit(2),the value is between 0-63; If conform-action is set-prec-transmit(3),the value is between 0-7; If conform-action is set-cos-transmit(4),the value is between 0-7; If conform-action is set-drop-precedence(5),the value is between 0-2; If conform-action is set-internal-priority(6),the value is between 0-7;
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER  

qos2AggPolicyViolateAction 1.3.6.1.4.1.7840.2.1.100.27.1.11.10
conform-action transmit means send packets without any change when specified speed is not exceeded; conform-action drop means drop packets when specified speed is not exceeded; conform-action set-dscp-transmit specifies to mark down packet DSCP value according to policed-dscp mapping when specified speed is not exceeded; conform-action set-prec-transmit specifies to mark down packet TOS value according to policed-dscp mapping when specified speed is not exceeded. .
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER transmit(0), drop(1), set-dscp-transmit(2), set-prec-transmit(3), set-cos-transmit(4), set-drop-precedence(5), set-internal-priority(6)  

qos2AggPolicyViolateActionChangeValue 1.3.6.1.4.1.7840.2.1.100.27.1.11.11
If conform-action is set-dscp-transmit(2),the value is between 0-63; If conform-action is set-prec-transmit(3),the value is between 0-7; If conform-action is set-cos-transmit(4),the value is between 0-7; If conform-action is set-drop-precedence(5),the value is between 0-2; If conform-action is set-internal-priority(6),the value is between 0-7;
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER  

qos2AggPolicyStatus 1.3.6.1.4.1.7840.2.1.100.27.1.11.12
Setting it to active(1) to creates an entry,setting it to destroy(2) to destroy an entry.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER active(1), destroy(2)  

qos2ServicePolicyTable 1.3.6.1.4.1.7840.2.1.100.27.1.12
QoS service policy table.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Qos2ServicePolicyEntry

qos2ServicePolicyEntry 1.3.6.1.4.1.7840.2.1.100.27.1.12.1
QoS service policy table.
Status: current Access: not-accessible
OBJECT-TYPE    
  Qos2ServicePolicyEntry  

qos2PolicyMapName 1.3.6.1.4.1.7840.2.1.100.27.1.12.1.1
Policy map name<1-64>.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(1..64)  

qos2ServicePolicyVlanList 1.3.6.1.4.1.7840.2.1.100.27.1.12.1.2
Vlan list.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

qos2ServicePolicyStatus 1.3.6.1.4.1.7840.2.1.100.27.1.12.1.3
Setting it to active(1) to creates an entry,setting it to destroy(2) to destroy an entry.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER active(1), destroy(2)  

qos2PortTable 1.3.6.1.4.1.7840.2.1.100.27.1.13
OBJECT IDENTIFIER    

qos2PortIndex 1.3.6.1.4.1.7840.2.1.100.27.1.13.1
port Index
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER 1..10000  

qos2PortType 1.3.6.1.4.1.7840.2.1.100.27.1.13.2
the relation between qosPortType and CLI: 0 mls qos trust {cos |dscp }; 1 mls qos cos {}; 2 service-policy input WORD; 3 mls qos queue {} bandwidth { }; 4 mls qos queue algorithm {sp |wdrr |wrr }; 5 mls qos queue wdrr weight { }; 6 mls qos queue wrr weight { }. According to the relation,when configurate qos with snmp,first set the qosPortType to the correct value to select CLI, then set next CLI parameter.Fox example,set qos default cos is 5, first set qosPortType=1 ,then set qosPortCos to 5, finally setting qosPortStatus to 1, trigger snmp-cache works.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER trust(0), cos(1), policy(2), queueAndBandwidth(3), queueAndAlgorithm(4), queueAndWdrr(5), queueAndWrr(6)  

qos2PortCos 1.3.6.1.4.1.7840.2.1.100.27.1.13.3
port default cos value
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER 0..7  

qos2PortTrust 1.3.6.1.4.1.7840.2.1.100.27.1.13.4
Configure port trust. cos(0),mls qos trust cos; dscp(1),mls qos trust dscp.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER cos(0), dscp(1)  

qos2PortPolicy 1.3.6.1.4.1.7840.2.1.100.27.1.13.5
The corresponding CLI:service-policy input WORD.
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString  

qos2PortQueueBandwidth 1.3.6.1.4.1.7840.2.1.100.27.1.13.6
The corresponding CLI:mls qos queue {} bandwidth { }.
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString  

qos2PortQueueAlgorithm 1.3.6.1.4.1.7840.2.1.100.27.1.13.7
The corresponding CLI:mls qos queue algorithm {sp |wdrr |wrr }.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER sp(0), wdrr(1), wrr(2)  

qos2PortQueueWdrr 1.3.6.1.4.1.7840.2.1.100.27.1.13.8
The corresponding CLI:mls qos queue wdrr weight { }.
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString  

qos2PortQueueWrr 1.3.6.1.4.1.7840.2.1.100.27.1.13.9
The corresponding CLI:mls qos queue wrr weight { }.
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString  

qos2PortStatus 1.3.6.1.4.1.7840.2.1.100.27.1.13.10
Setting it to active(1) to creates an entry,setting it to destroy(2) to destroy an entry.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER active(1), destroy(2)  

qos2ClassMapTable 1.3.6.1.4.1.7840.2.1.100.27.1.14
OBJECT IDENTIFIER    

qos2ClassMapName 1.3.6.1.4.1.7840.2.1.100.27.1.14.1
classmap name
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString Size(1..64)  

qos2ClassMapType 1.3.6.1.4.1.7840.2.1.100.27.1.14.2
0 class-map ,index is classmapname; 1 match access-group ,need qos2ClassMapAccessGroup cooperation; 2 match ip dscp ,need qos2ClassMapDscp cooperation; 3 match ip precedence ,need qos2ClassMapIpPre cooperation; 4 match vlan ,need qos2ClassMapVlan cooperation; 5 match ipv6 dscp ,need qos2ClassMapV6Dscp cooperation; 7 match ipv6 flowlabel,need qos2ClassMapV6Flow cooperation; 8 match ipv6 access-group,need qos2ClassMapV6AccGroup cooperation; 9 match cos,need qos2ClassCos cooperation; 10 match exp ,need qos2ClassMapExp cooperation.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER configurClassMap(0), accessGroup(1), dscp(2), v6dscp(5), ippre(3), v6AccessGroup(8), v6Flow(7), vlan(4), cos(9), exp(10)  

qos2ClassMapAccessGroup 1.3.6.1.4.1.7840.2.1.100.27.1.14.3
Match specify access-group (name or number). This object be configured only if qosClassMapType in the same row is accessGroup(1).
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString  

qos2ClassMapDscp 1.3.6.1.4.1.7840.2.1.100.27.1.14.4
Match specify Dscp. This object be configured only if qosClassMapType in the same row is dscp(2).
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString  

qos2ClassMapV6Dscp 1.3.6.1.4.1.7840.2.1.100.27.1.14.5
Match specify ipv6 Dscp. This object be configured only if qosClassMapType in the same row is v6dscp(5).
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString  

qos2ClassMapIpPre 1.3.6.1.4.1.7840.2.1.100.27.1.14.6
Match specify Ip Precedence. This object be configured only if qosClassMapType in the same row is ippre(3).
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString  

qos2ClassMapV6AccGroup 1.3.6.1.4.1.7840.2.1.100.27.1.14.7
Match specify Ipv6 Access-Group. This object be configured only if qosClassMapType in the same row is v6AccessGroup(8).
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString  

qos2ClassMapV6Flow 1.3.6.1.4.1.7840.2.1.100.27.1.14.8
Match specify Ipv6 Flowlabel. This object be configured only if qosClassMapType in the same row is v6Flow(6).
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString  

qos2ClassMapVlan 1.3.6.1.4.1.7840.2.1.100.27.1.14.9
Match specify Vlan list . At most 8 vlan id. This object be configured only if qosClassMapType in the same row is vlan(4).
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString  

qos2ClassMapCos 1.3.6.1.4.1.7840.2.1.100.27.1.14.10
Match specify Cos . This object be configured only if qosClassMapType in the same row is cos(9).
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString  

qos2ClassMapExp 1.3.6.1.4.1.7840.2.1.100.27.1.14.11
Match specify MPLS EXP. This object be configured only if qosClassMapType in the same row is Exp(10).
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString  

qos2ClassMapStatus 1.3.6.1.4.1.7840.2.1.100.27.1.14.12
Setting it to active(1) to creates an entry,setting it to destroy(2) to destroy an entry.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER active(1), destroy(2)  

qos2PolicyTable 1.3.6.1.4.1.7840.2.1.100.27.1.15
OBJECT IDENTIFIER    

qos2PolicyName 1.3.6.1.4.1.7840.2.1.100.27.1.15.1
QoS Policy name
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString Size(1..64)  

qos2PolicyClassMap 1.3.6.1.4.1.7840.2.1.100.27.1.15.2
Specify the classmap name.After a policy map is created, it can be associated to a class. So, if you want the class map to match the policy map,please setting the qosPolicyType to 1,and then setting the qosPolicyStatus to 1 .
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString Size(1..64)  

qos2PolicyInsertClassMap 1.3.6.1.4.1.7840.2.1.100.27.1.15.3
Specify the position of classmap name.
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString Size(1..64)  

qos2PolicyType 1.3.6.1.4.1.7840.2.1.100.27.1.15.4
the relation between qosPolicyType and CLI: 0 policy-map ; 1 class ; 2 policy [pir ] | [{conform-action ACTION | exceed-action ACTION | violate-action ACTION }]; 3 policy aggregate ; 4 accounting.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER policymap(0), matchclassmap(1), threeColor(2), aggregatePolicer(3), accounting(4)  

qos2PolicyCIRKbps 1.3.6.1.4.1.7840.2.1.100.27.1.15.5
CIR(Committed Information Rate) Kbits per second <1-10000000>.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER 1..10000000  

qos2PolicyCBSKbps 1.3.6.1.4.1.7840.2.1.100.27.1.15.6
CBS(Committed Burst Size) Kbits per second <1-1000000>.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER 1..1000000  

qos2PolicyPBSKbps 1.3.6.1.4.1.7840.2.1.100.27.1.15.7
PBS(Peak Burst Size) Kbits per second <1-1000000>.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER 1..1000000  

qos2PolicyPIRKbps 1.3.6.1.4.1.7840.2.1.100.27.1.15.8
PIR(Peak Information Rate) Kbits per second <1-10000000>.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER 1..10000000  

qos2PolicyConformActionChange 1.3.6.1.4.1.7840.2.1.100.27.1.15.9
transmit(0): means send packets without any change; drop(1): means drop packets; set-dscp-transmit(2): send packets and remark dscp value; set-prec-transmit(3): send packets and remark ip-precedence value; set-cos-transmit(4): send packets and remark cos value; set-internal-priority(5):send packets and remark internal-priority value ; set-drop-Precedence(6): send packets and remark drop-precedence value.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER transmit(0), drop(1), set-dscp-transmit(2), set-prec-transmit(3), set-cos-transmit(4), set-internal-priority(5), set-drop-Precedence(6)  

qos2PolicyConformActionChangeValue 1.3.6.1.4.1.7840.2.1.100.27.1.15.10
If action is set-dscp-transmit(2),the value is between 0-63; else if action is set-prec-transmit(3),the value is between 0-7; else if action is set-cos-transmit(4),the value is between 0-7; else if action is set-internal-priority(5),the value is between 0-7; else if action is set-drop-Precedence(6),the value is between 0-2.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER 0..63  

qos2PolicyExceedActionChange 1.3.6.1.4.1.7840.2.1.100.27.1.15.11
transmit(0): means send packets without any change; drop(1): means drop packets; set-dscp-transmit(2): send packets and remark dscp value; set-prec-transmit(3): send packets and remark ip-precedence value; set-cos-transmit(4): send packets and remark cos value; set-internal-priority(5):send packets and remark internal-priority value ; set-drop-Precedence(6): send packets and remark drop-precedence value.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER transmit(0), drop(1), set-dscp-transmit(2), set-prec-transmit(3), set-cos-transmit(4), set-internal-priority(5), set-drop-Precedence(6)  

qos2PolicyExceedActionChangeValue 1.3.6.1.4.1.7840.2.1.100.27.1.15.12
If action is set-dscp-transmit(2),the value is between 0-63; else if action is set-prec-transmit(3),the value is between 0-7; else if action is set-cos-transmit(4),the value is between 0-7; else if action is set-internal-priority(5),the value is between 0-7; else if action is set-drop-Precedence(6),the value is between 0-2.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER 0..63  

qos2PolicyViolateActionChange 1.3.6.1.4.1.7840.2.1.100.27.1.15.13
transmit(0): means send packets without any change; drop(1): means drop packets; set-dscp-transmit(2): send packets and remark dscp value; set-prec-transmit(3): send packets and remark ip-precedence value; set-cos-transmit(4): send packets and remark cos value; set-internal-priority(5):send packets and remark internal-priority value ; set-drop-Precedence(6): send packets and remark drop-precedence value.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER transmit(0), drop(1), set-dscp-transmit(2), set-prec-transmit(3), set-cos-transmit(4), set-internal-priority(5), set-drop-Precedence(6)  

qos2PolicyViolateActionChangeValue 1.3.6.1.4.1.7840.2.1.100.27.1.15.14
If action is set-dscp-transmit(2),the value is between 0-63; else if action is set-prec-transmit(3),the value is between 0-7; else if action is set-cos-transmit(4),the value is between 0-7; else if action is set-internal-priority(5),the value is between 0-7; else if action is set-drop-Precedence(6),the value is between 0-2.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER 0..63  

qos2PolicyAggregatePolicer 1.3.6.1.4.1.7840.2.1.100.27.1.15.15
aggregate-policer-name. This object be configured only if qosPolicyType in the same row is aggregatePolicer(3).
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString  

qos2PolicyStatus 1.3.6.1.4.1.7840.2.1.100.27.1.15.16
Setting it to active(1) to creates an entry,setting it to destroy(2) to destroy an entry.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER active(1), destroy(2)  

qos2SetTable 1.3.6.1.4.1.7840.2.1.100.27.1.16
OBJECT IDENTIFIER    

qos2SetPolicyMapName 1.3.6.1.4.1.7840.2.1.100.27.1.16.1
QoS Policy name.
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString Size(1..32)  

qos2SetClassMapName 1.3.6.1.4.1.7840.2.1.100.27.1.16.2
QoS class map name.
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString Size(1..32)  

qos2SetType 1.3.6.1.4.1.7840.2.1.100.27.1.16.3
qos2SetType range:1,2,3,4,5,6 1 dscp Set IP DSCP (DiffServ CodePoints); 2 precedence Set IP precedence; 3 internal-priority Set internal-priority; 4 drop-precedence Set drop-precedence; 5 nexthop Set IP nexthop; 6 v6nextHop Set IPv6 nexthop; 7 cos Set CoS .
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER dscp(1), precedence(2), internal-priority(3), drop-precedence(4), nextHop(5), v6nextHop(6), cos(7)  

qos2SetDscp 1.3.6.1.4.1.7840.2.1.100.27.1.16.4
remark dscp for the classified flow.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER 0..63  

qos2SetPrecedence 1.3.6.1.4.1.7840.2.1.100.27.1.16.5
remark ip precedence for classified flow.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER 0..7  

qos2SetInternalPriority 1.3.6.1.4.1.7840.2.1.100.27.1.16.6
remark internal priority for classified flow.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER 0..7  

qos2SetDropPrecedence 1.3.6.1.4.1.7840.2.1.100.27.1.16.7
remark drop precedence for classified flow.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER 0..2  

qos2SetDefaultPBR 1.3.6.1.4.1.7840.2.1.100.27.1.16.8
0:no set default PBR for classified flow; 1:set default PBR for classified flow.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER 0..1  

qos2SetVrf 1.3.6.1.4.1.7840.2.1.100.27.1.16.9
set vrf value for classified flow.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER 0..252  

qos2SetnextHop 1.3.6.1.4.1.7840.2.1.100.27.1.16.10
set nexthop for classified flow.
Status: current Access: read-create
OBJECT-TYPE    
  IpAddress  

qos2Setv6nextHop 1.3.6.1.4.1.7840.2.1.100.27.1.16.11
set IPv6 nexthop for classified flow
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString  

qos2SetCos 1.3.6.1.4.1.7840.2.1.100.27.1.16.12
remark cos for classified flow
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER 0..7  

qos2SetStatus 1.3.6.1.4.1.7840.2.1.100.27.1.16.13
Setting it to active(1) to creates an entry,setting it to destroy(2) to destroy an entry.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER active(1), destroy(2)  

mabOnlineUserTable 1.3.6.1.4.1.7840.2.1.100.28.1
Show the information of MAB users.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    MabOnlineUserEntry

mabOnlineUserEntry 1.3.6.1.4.1.7840.2.1.100.28.1.1
Tok_String
Status: current Access: not-accessible
OBJECT-TYPE    
  MabOnlineUserEntry  

mabOnlineUserIndex 1.3.6.1.4.1.7840.2.1.100.28.1.1.1
The index of MAB user.
Status: current Access: not-accessible
OBJECT-TYPE    
  INTEGER  

mabOnlineUserMac 1.3.6.1.4.1.7840.2.1.100.28.1.1.2
The mac of MAB user.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(17)  

mabOnlineUserName 1.3.6.1.4.1.7840.2.1.100.28.1.1.3
The username of MAB user.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(1..32)  

mabOnlineUserState 1.3.6.1.4.1.7840.2.1.100.28.1.1.5
The state of MAB user.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(1..18)  

mabOnlineUserPort 1.3.6.1.4.1.7840.2.1.100.28.1.1.4
The port for MAB user.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(1..14)  

mabSetUserOffline 1.3.6.1.4.1.7840.2.1.100.28.2
The mac of user offline.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString Size(17)  

dot1xOnlineUserTable 1.3.6.1.4.1.7840.2.1.100.28.3
Show the information of dot1x users.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Dot1xOnlineUserEntry

dot1xOnlineUserEntry 1.3.6.1.4.1.7840.2.1.100.28.3.1
Tok_String
Status: current Access: not-accessible
OBJECT-TYPE    
  Dot1xOnlineUserEntry  

dot1xOnlineUserIndex 1.3.6.1.4.1.7840.2.1.100.28.3.1.1
The index of dot1x user.
Status: current Access: not-accessible
OBJECT-TYPE    
  INTEGER  

dot1xOnlineUserMac 1.3.6.1.4.1.7840.2.1.100.28.3.1.2
The mac of dot1x user.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(17)  

dot1xOnlineUserName 1.3.6.1.4.1.7840.2.1.100.28.3.1.3
The name of dot1x user.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(1..128)  

dot1xOnlineUserPort 1.3.6.1.4.1.7840.2.1.100.28.3.1.4
The port for dot1x user.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(1..16)  

dot1xOnlineUserPortVlanid 1.3.6.1.4.1.7840.2.1.100.28.3.1.5
The vlan id of dot1x user.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

dot1xOnlineUserPortMethod 1.3.6.1.4.1.7840.2.1.100.28.3.1.6
The port method dot1x user.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(1..20)  

dot1xOnlineUserPortControl 1.3.6.1.4.1.7840.2.1.100.28.3.1.7
The port control for dot1x user.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(1..20)  

dot1xOnlineUserState 1.3.6.1.4.1.7840.2.1.100.28.3.1.8
The state of dot1x user.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(1..16)  

dot1xSetUserOffline 1.3.6.1.4.1.7840.2.1.100.28.4
The mac of user offline.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString Size(17)  

portMacCountLimitTable 1.3.6.1.4.1.7840.2.1.100.29.1
The Port Mac Count Limit information table.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    PortMacCountLimitEntry

portMacCountLimitEntry 1.3.6.1.4.1.7840.2.1.100.29.1.1
The index of this table is port index.
Status: current Access: not-accessible
OBJECT-TYPE    
  PortMacCountLimitEntry  

portMacCountLimitPortIndex 1.3.6.1.4.1.7840.2.1.100.29.1.1.1
Port Index.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

portMacCountLimitConfigNum 1.3.6.1.4.1.7840.2.1.100.29.1.1.2
Configration of the maxmum dynamic mac can be learned on the port.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER 1..4096  

portMacCountLimitCurNum 1.3.6.1.4.1.7840.2.1.100.29.1.1.3
The current number of the dynamic mac learned on the port.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

portMacCountLimitDisable 1.3.6.1.4.1.7840.2.1.100.29.1.1.4
The disable state of mac count limit on the port.the disable state can be set,but enable state is not
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER disable(1), not-disable(0)  

portMacCountLimitViolationMode 1.3.6.1.4.1.7840.2.1.100.29.1.1.5
The violation mode of port mac count reach the threshold.The default mode is protect,if you want to disable violation mode,you can config protect mode.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER protect(1), shutdown(2), replace(4)  

portMacCountLimitShutRecoveryTime 1.3.6.1.4.1.7840.2.1.100.29.1.1.6
The recovery time of violation shutdown mode, the recovery time range is <5-3600>, the value 0 is to cancel recovery time, the value <1-4> is not allowed to config.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER 0..3600  

ddmTranscDiagnosisTable 1.3.6.1.4.1.7840.2.1.100.30.1
A list of ddm transceiver diagnosis information.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    DdmTranscDiagnosisEntry

ddmTranscDiagnosisEntry 1.3.6.1.4.1.7840.2.1.100.30.1.1
entry for ddm transceiver diagnosis information.
Status: current Access: not-accessible
OBJECT-TYPE    
  DdmTranscDiagnosisEntry  

ddmDiagnosisIfIndex 1.3.6.1.4.1.7840.2.1.100.30.1.1.1
interface NO.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

ddmDiagnosisTemperature 1.3.6.1.4.1.7840.2.1.100.30.1.1.2
current Temperature of the port,and the unit is C.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(1..32)  

ddmDiagTempHighAlarmThreshold 1.3.6.1.4.1.7840.2.1.100.30.1.1.3
High alarm threshold of Temperature.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(1..16)  

ddmDiagTempLowAlarmThreshold 1.3.6.1.4.1.7840.2.1.100.30.1.1.4
Low alarm threshold of Temperature.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(1..16)  

ddmDiagTempHighWarnThreshold 1.3.6.1.4.1.7840.2.1.100.30.1.1.5
High warn threshold of Temperature.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(1..16)  

ddmDiagTempLowWarnThreshold 1.3.6.1.4.1.7840.2.1.100.30.1.1.6
Low warn threshold of Temperature.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(1..16)  

ddmDiagnosisVoltage 1.3.6.1.4.1.7840.2.1.100.30.1.1.7
voltage of the port,and the unit is V.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(1..32)  

ddmDiagVoltHighAlarmThreshold 1.3.6.1.4.1.7840.2.1.100.30.1.1.8
High alarm threshold of Voltage.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(1..16)  

ddmDiagVoltLowAlarmThreshold 1.3.6.1.4.1.7840.2.1.100.30.1.1.9
Low alarm threshold of Voltage.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(1..16)  

ddmDiagVoltHighWarnThreshold 1.3.6.1.4.1.7840.2.1.100.30.1.1.10
High warn threshold of Voltage.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(1..16)  

ddmDiagVoltLowWarnThreshold 1.3.6.1.4.1.7840.2.1.100.30.1.1.11
Low warn threshold of Voltage.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(1..16)  

ddmDiagnosisBias 1.3.6.1.4.1.7840.2.1.100.30.1.1.12
bias of the port,the unit is mA.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(1..32)  

ddmDiagBiasHighAlarmThreshold 1.3.6.1.4.1.7840.2.1.100.30.1.1.13
High alarm threshold of Bias.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(1..16)  

ddmDiagBiasLowAlarmThreshold 1.3.6.1.4.1.7840.2.1.100.30.1.1.14
Low alarm threshold of Bias.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(1..16)  

ddmDiagBiasHighWarnThreshold 1.3.6.1.4.1.7840.2.1.100.30.1.1.15
High warn threshold of Bias.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(1..16)  

ddmDiagBiasLowWarnThreshold 1.3.6.1.4.1.7840.2.1.100.30.1.1.16
Low warn threshold of Bias.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(1..16)  

ddmDiagnosisRXPower 1.3.6.1.4.1.7840.2.1.100.30.1.1.17
RXPower of the port,and the unit is dBM,if the value of RXPower is infinitesimal,then set it to '-'.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(1..32)  

ddmDiagRXPowerHighAlarmThreshold 1.3.6.1.4.1.7840.2.1.100.30.1.1.18
High alarm threshold of RXPower.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(1..16)  

ddmDiagRXPowerLowAlarmThreshold 1.3.6.1.4.1.7840.2.1.100.30.1.1.19
Low alarm threshold of RXPower.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(1..16)  

ddmDiagRXPowerHighWarnThreshold 1.3.6.1.4.1.7840.2.1.100.30.1.1.20
High warn threshold of RXPower.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(1..16)  

ddmDiagRXPowerLowWarnThreshold 1.3.6.1.4.1.7840.2.1.100.30.1.1.21
Low warn threshold of RXPower.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(1..16)  

ddmDiagnosisTXPower 1.3.6.1.4.1.7840.2.1.100.30.1.1.22
TXPower of the port,and the unit is dBM,if the value of TXPoweris infinitesimal,then set it to '-'.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(1..32)  

ddmDiagTXPowerHighAlarmThreshold 1.3.6.1.4.1.7840.2.1.100.30.1.1.23
High alarm threshold of TXPower.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(1..16)  

ddmDiagTXPowerLowAlarmThreshold 1.3.6.1.4.1.7840.2.1.100.30.1.1.24
k=Low alarm threshold of TXPower.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(1..16)  

ddmDiagTXPowerHighWarnThreshold 1.3.6.1.4.1.7840.2.1.100.30.1.1.25
High warn threshold of TXPower.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(1..16)  

ddmDiagTXPowerLowWarnThreshold 1.3.6.1.4.1.7840.2.1.100.30.1.1.26
Low warn threshold of TXPower.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(1..16)  

ddmTranscAlarmTable 1.3.6.1.4.1.7840.2.1.100.30.2
A list of ddm transceiver alarm information.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    DdmTranscAlarmEntry

ddmTranscAlarmEntry 1.3.6.1.4.1.7840.2.1.100.30.2.1
entry for ddm transceiver alarm information.
Status: current Access: not-accessible
OBJECT-TYPE    
  DdmTranscAlarmEntry  

ddmAlarmIfIndex 1.3.6.1.4.1.7840.2.1.100.30.2.1.1
interface NO.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

ddmAlarmInfo 1.3.6.1.4.1.7840.2.1.100.30.2.1.2
ddm transceiver alarm information.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..512)  

priPppoeIaGlobalEnable 1.3.6.1.4.1.7840.2.1.100.31.1
Enable or disable the pppoe-ia function in the switch.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER disable(0), enable(1)  

priPppoeIaSelfDefinedCircuitID 1.3.6.1.4.1.7840.2.1.100.31.2
If user does not configure the circuit-id of pppoe-ia explicitly on a port, then the user can self-designed format to generate the circuit-id, the format options include vlan, port, ID, self-designed string, the circuitId may be only one or any combination of them, and is strictly generated according to the sequence of format options, the ID option includes switch ID and remote-mac, but the user just select only one of them, also In the swtich ID, it includes mac and hostname options, the user just select only one of two, the maximum length of self-designed striing is 64. If user input NULL, then delete the last configuration. For example, if select vlan ,ID(swtich-id(mac)), and string 'str' format, the user input the string like as 'vlan id swtich-id mac string str'.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString Size(0..128)  

priPppoeIaTr101CircuitID 1.3.6.1.4.1.7840.2.1.100.31.3
If user does not configure the circuit-id of pppoe-ia explicitly on a port, then the user can config Tr-101 format to generate the circuit-id, the format like follow 'identifier-string STRING option (sp|sv|pv|spv) delimiter WORD', the STRING can be any ascii except space, and it max length is 47, the WORD must be one in (#|.|,|;|:|/|space). If user input NULL, then delete the last configuration. For example, if STRING is switch , option is spv and WORD is '/', the user input the string like as 'identifier-string switch option spv delimiter /'.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString Size(0..128)  

priPppoeIaSelfDefinedRemoteID 1.3.6.1.4.1.7840.2.1.100.31.4
If user does not configure the remote-id of pppoe-ia explicitly on a port, then the user can self-designed format to generate the remote-id, the format options include mac,hostname and self-designed string, the remoteId may be only one or any combination of them, and is strictly generated according to the sequence of format options, the maximum length of self-designed striing is 64. If user input the NULL, then delete the last configuration. For example, if select hostname,mac,and string 'str' format, the user input the string like as 'hostname mac string str'.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString Size(0..128)  

priPppoeIaDelimiter 1.3.6.1.4.1.7840.2.1.100.31.5
Config pppoe-ia delimiter in circuitId and remoteId. Default: the default delimiter of type TR-101 is space, the default delimiter of type self-defined is ''
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER default(0), pound(1), dot(2), comma(3), semicolon(4), colon(5), slash(6), space(7)  

priPppoeIaCircuitIdFormat 1.3.6.1.4.1.7840.2.1.100.31.6
Config pppoe-ia circuitId format. Default: the default format of the circuitId's mac(if included) is hex, other is ascii
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER default(0), hex(1), ascii(2)  

priPppoeIaRemoteIdFormat 1.3.6.1.4.1.7840.2.1.100.31.7
Config pppoe-ia remoteId format. Default: the default format of the remoteId's mac(if included) is hex, other is ascii
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER default(0), hex(1), ascii(2)  

priPppoeIaPortTable 1.3.6.1.4.1.7840.2.1.100.31.8
Pppoe-ia configuration in port.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    PriPppoeIaEntry

priPppoeIaEntry 1.3.6.1.4.1.7840.2.1.100.31.8.1
Pppoe-ia configuration in port.
Status: current Access: not-accessible
OBJECT-TYPE    
  PriPppoeIaEntry  

priPppoeIaPortID 1.3.6.1.4.1.7840.2.1.100.31.8.1.1
This value is port's ID.
Status: current Access: not-accessible
OBJECT-TYPE    
  INTEGER  

priPppoeIaPortEnable 1.3.6.1.4.1.7840.2.1.100.31.8.1.2
Enable or disable the pppoe-ia function of the port in the switch. Default:0.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER disable(0), enable(1)  

priPppoeIaPortCircuitID 1.3.6.1.4.1.7840.2.1.100.31.8.1.3
Config circuitId for the port. Default:NULL.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString Size(0..63)  

priPppoeIaPortRemoteID 1.3.6.1.4.1.7840.2.1.100.31.8.1.4
Config remoteId for the port. Default:NULL.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString Size(0..63)  

priPppoeIaPortTrust 1.3.6.1.4.1.7840.2.1.100.31.8.1.5
Enable or disable the pppoe-ia trust function of the port in the switch. Default:0
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER disable(0), enable(1)  

priPppoeIaPortVendorTagStrip 1.3.6.1.4.1.7840.2.1.100.31.8.1.6
Enable or disable the pppoe-ia vendorTag strip function of the port in the switch. Default:0
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER disable(0), enable(1)  

newPortSecurityTable 1.3.6.1.4.1.7840.2.1.100.32.1
The Port Security information table.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    NewPortSecurityEntry

newPortSecurityEntry 1.3.6.1.4.1.7840.2.1.100.32.1.1
The index of this table is port index.
Status: current Access: not-accessible
OBJECT-TYPE    
  NewPortSecurityEntry  

portSecurityPortIndex 1.3.6.1.4.1.7840.2.1.100.32.1.1.1
Secure Port Index.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

portSecurityState 1.3.6.1.4.1.7840.2.1.100.32.1.1.2
enable or disable port security on this port.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER enable(1), disable(0)  

portSecuritySticky 1.3.6.1.4.1.7840.2.1.100.32.1.1.3
enable or disable port security sticky on this port.If enable it,the port converts all the dynamic secure MAC addresses, including those that were dynamically learned before sticky learning was enabled,to sticky secure MAC addresses and adds all sticky secure MAC addresses to the running configuration
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER enable(1), disable(0)  

portSecurityMaxMacNum 1.3.6.1.4.1.7840.2.1.100.32.1.1.4
The maximum number of security mac can be set or learned on the secure port.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER 1..4096  

portSecurityCurMacNum 1.3.6.1.4.1.7840.2.1.100.32.1.1.5
The number of the current security mac on the secure port.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 1..4096  

portSecurityCfgMacNum 1.3.6.1.4.1.7840.2.1.100.32.1.1.6
The number of security mac can be set on the secure port.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 1..4096  

portSecurityVioMacNum 1.3.6.1.4.1.7840.2.1.100.32.1.1.7
The violation number of mac received on the secure port.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 1..4096  

portSecurityAgingTime 1.3.6.1.4.1.7840.2.1.100.32.1.1.8
The aging time for secure address entries on the secure port.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER 1..1440  

portSecurityAgingType 1.3.6.1.4.1.7840.2.1.100.32.1.1.9
The aging type for secure address entries on the secure port.If you want to disable inactivity or static aging type,you can config default type.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER default(0), absolute(1), inactivity(2), static(4), absolute-static(5), inactivity-static(6)  

portSecurityVioMode 1.3.6.1.4.1.7840.2.1.100.32.1.1.10
The violation mode of secure port mac count reach the threshold.The default mode is shutdown,if you want to disable violation mode,you can config shutdown mode.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER protect(1), restrict(2), shutdown(3)  

portSecurityVioShutRecoveryTime 1.3.6.1.4.1.7840.2.1.100.32.1.1.11
The recovery time of violation shutdown mode, the recovery time range is <5-3600>, the value 0 is to cancel recovery time, the value <1-4> is not allowed to config.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER 0..3600  

portSecurityVlanMaxNumTable 1.3.6.1.4.1.7840.2.1.100.32.2
Table of maximum mac number with vlan on security port, and the secure port must be on trunk mode.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    PortSecurityVlanMaxNumEntry

portSecurityVlanMaxNumEntry 1.3.6.1.4.1.7840.2.1.100.32.2.1
An entry in the port security maximum mac number with vlan table.
Status: current Access: not-accessible
OBJECT-TYPE    
  PortSecurityVlanMaxNumEntry  

portSecurityVlanPortIndex 1.3.6.1.4.1.7840.2.1.100.32.2.1.1
Secure Port Index.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

portSecurityVlanIndex 1.3.6.1.4.1.7840.2.1.100.32.2.1.2
The vlan index on the secure port.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 1..4094  

portSecurityVlanMaxMacNum 1.3.6.1.4.1.7840.2.1.100.32.2.1.3
The maximum number of security mac can be set or learned in the vlan on the secure port, the maximum range is <1-4096>, the value 0 is to cancel maximum in this vlan, and when you set the maximum number with one vlan the secure port must be on trunk mode.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER 0..4096  

portSecurityVlanCurMacNum 1.3.6.1.4.1.7840.2.1.100.32.2.1.4
The current number of security mac set or learned in the vlan on the secure port.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 1..4096  

portSecurityMacAddressTable 1.3.6.1.4.1.7840.2.1.100.32.3
Table of mac address on security port.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    PortSecurityMacAddressEntry

portSecurityMacAddressEntry 1.3.6.1.4.1.7840.2.1.100.32.3.1
An entry in the port security mac address table.
Status: current Access: not-accessible
OBJECT-TYPE    
  PortSecurityMacAddressEntry  

portSecurityMacAddressPortIndex 1.3.6.1.4.1.7840.2.1.100.32.3.1.1
Secure Port Index.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

portSecurityMacAddressVlanIndex 1.3.6.1.4.1.7840.2.1.100.32.3.1.2
The vlan index on the secure port.When set mac address,the vlan index must be zero if the port is on access mode.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 1..4094  

portSecurityMacAddress 1.3.6.1.4.1.7840.2.1.100.32.3.1.3
Secure mac address on this secure port
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(6)  

portSecurityMacType 1.3.6.1.4.1.7840.2.1.100.32.3.1.4
The type of mac address on the secure port.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER secured(16), secures(32), securec(64)  

portSecurityMacStatus 1.3.6.1.4.1.7840.2.1.100.32.3.1.5
Current state of the mac address.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER createAndGo(0), active(1), destroy(2)  

macNotificationMibObjects 1.3.6.1.4.1.7840.2.1.100.33.1
OBJECT IDENTIFIER    

macNotificationGlobalObjects 1.3.6.1.4.1.7840.2.1.100.33.1.1
OBJECT IDENTIFIER    

macNotificationInterfaceObjects 1.3.6.1.4.1.7840.2.1.100.33.1.2
OBJECT IDENTIFIER    

macNotificationGlobalFeatureEnabled 1.3.6.1.4.1.7840.2.1.100.33.1.1.1
Indicates whether the MAC notification feature is currently running in the device. Setting this object to false(2) disables the MAC notification feature globally thus disabling the feature at each interface. Setting this object to true(1) will start the MAC notification feature running in the device. If the feature is already running, setting to true(1) has no effect. Once the MAC notification is enabled, whether the feature is running at each interface is controlled by the macNotificationIfConfigTable.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

macNotificationNotificationInterval 1.3.6.1.4.1.7840.2.1.100.33.1.1.2
This object specifies the maximum interval of time between macNotificationMacChangedNotifications being generated by the device. If the value of macNotificationNotificationsEnabled is true(1), the device will send out the generated macNotificationMacChangedNotifications and archive the MAC change notification events in the macNotificationHistoryTable. If the value of macNotificationNotificationEnabled is false(2), the device will not send out the generated macNotificationMacChangedNotifications but it will archive these events in the macNotificationHistoryTable. If the value of this object is equal to 0, the device will generate macNotificationMacChangedNotifications and archive the MAC change notification events in the macNotificationHistoryTable as soon as there is MAC address learnt or removed by the device. If the value of this object is greater than 0, the device will wait for a period of time equal to the value of this object before generate the macNotificationMacChangedNotifications and archive the MAC change notification events in the macNotificationHistoryTable.
Status: current Access: read-write
OBJECT-TYPE    
  Counter32 0..86400  

macNotificationMacAddressesLearnt 1.3.6.1.4.1.7840.2.1.100.33.1.1.3
Indicates the number of MAC addresses learnt by the device.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

macNotificationMacAddressesRemoved 1.3.6.1.4.1.7840.2.1.100.33.1.1.4
Indicates the number of MAC addresses removed from the forwarding database.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

macNotificationNotificationsEnabled 1.3.6.1.4.1.7840.2.1.100.33.1.1.5
Indicates whether macNotificationMacChangedNotification notifications will or will not be sent when there are MAC addresses learnt or removed from the device's forwarding database. Disabling notifications does not prevent the MAC address info from being added to the macNotificationHistoryTable.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

macNotificationNotificationsSent 1.3.6.1.4.1.7840.2.1.100.33.1.1.6
Indicates the number of macNotificationMacChangedNotifications sent out by the device.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

macNotificationHistTableMaxLength 1.3.6.1.4.1.7840.2.1.100.33.1.1.7
The upper limit on the number of entries that the macNotificationHistoryTable may contain. A value of 0 will prevent any history from being retained. When this table is full, the oldest entry will be deleted and a new one will be created.
Status: current Access: read-write
OBJECT-TYPE    
  Counter32 0..500  

macNotificationHistoryTable 1.3.6.1.4.1.7840.2.1.100.33.1.1.8
This table will archive the MAC change notification events generated by this device. The MAC change notification events are archived here even if macNotificationMacChangesNotifications are not actually sent.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    MacNotificationHistoryEntry

macNotificationHistoryEntry 1.3.6.1.4.1.7840.2.1.100.33.1.1.8.1
A MAC change notification message that was previously generated by this device. Each entry is indexed by a message index.
Status: current Access: not-accessible
OBJECT-TYPE    
  MacNotificationHistoryEntry  

macNotificationHistIndex 1.3.6.1.4.1.7840.2.1.100.33.1.1.8.1.1
An index that uniquely identifies a MAC change notification event previously generated by the device. This index starts at 1 and increases by one when a MAC change notification is generated. When it reaches the maximum value, the agent wraps the value back to 1.
Status: current Access: not-accessible
OBJECT-TYPE    
  Counter32 1..500  

macNotificationHistMacChangedMsg 1.3.6.1.4.1.7840.2.1.100.33.1.1.8.1.2
This object contains the information of a MAC change notification event. It consists of several tuples packed together in the format of '...'. Each tuple consist of 11 octets in the format of '' where is of size 1 octet and supports the following values 0 - End of MIB object. 1 - MAC learnt. 2 - MAC removed. is VLAN number of the VLAN which the MAC address is belonged to and has size of 2 octet. is the Layer2 Mac Address and has size of 6 octets. is the value of dot1dBasePort for the interface from which the MAC address is learnt and has size of 2 octets.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(1..254)  

macNotificationHistTimestamp 1.3.6.1.4.1.7840.2.1.100.33.1.1.8.1.3
The value of sysUpTime when the macNotificationMacChangedNotification containing the information denoted by the macNotificationHistMacChangedMsg object in this entry was generated.
Status: current Access: read-only
OBJECT-TYPE    
  TimeStamp  

macNotificationIfConfigTable 1.3.6.1.4.1.7840.2.1.100.33.1.2.1
This table enables or disables the generation of notification at each interface when MAC address is learnt or removed.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    MacNotificationIfConfigEntry

macNotificationIfConfigEntry 1.3.6.1.4.1.7840.2.1.100.33.1.2.1.1
Each entry contains the configuration for enabling the MAC notification at each interface that supports this feature.
Status: current Access: not-accessible
OBJECT-TYPE    
  MacNotificationIfConfigEntry  

macNotificationMacAddrLearntEnable 1.3.6.1.4.1.7840.2.1.100.33.1.2.1.1.1
Indicates whether this interface is enabled to send macNotificationMacChangedNotification when it learns a new MAC address. This variable has no effect when the value of macNotificationGlobalFeatureEnabled object is false(2). Setting this object to true(1) enables the sending of macNotificationMacChangedNotification when this interface learns a new MAC address. Setting this object to false(2) disables the sending of macNotificationMacChangedNotification when this interface learns a new MAC address.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

macNotificationMacAddrRemovedEnable 1.3.6.1.4.1.7840.2.1.100.33.1.2.1.1.2
Indicates whether this interface is enabled to send macNotificationMacChangedNotification when a MAC address which it learnt previously is removed from the forwarding table. This variable has no effect when the value of macNotificationGlobalFeatureEnabled object is false(2). Setting this object to true(1) enables the sending of macNotificationMacChangedNotification when a MAC address which this interface learnt previously is removed from the forwarding table. Setting this object to false(2) disables the sending of macNotificationMacChangedNotification when a MAC address which this interface learnt previously is removed from the forwarding table.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

antiArpscan 1.3.6.1.4.1.7840.2.1.101.100
OBJECT IDENTIFIER    

prohibitPortOID 1.3.6.1.4.1.7840.2.1.101.100.1
OBJECT IDENTIFIER    

recoverPortOID 1.3.6.1.4.1.7840.2.1.101.100.2
OBJECT IDENTIFIER    

prohibitIPOID 1.3.6.1.4.1.7840.2.1.101.100.3
OBJECT IDENTIFIER    

prohibitIPExceedSlimitOID 1.3.6.1.4.1.7840.2.1.101.100.4
OBJECT IDENTIFIER    

prohibitIPExceedHlimitOID 1.3.6.1.4.1.7840.2.1.101.100.5
OBJECT IDENTIFIER    

recoverIPOID 1.3.6.1.4.1.7840.2.1.101.100.6
OBJECT IDENTIFIER    

ipAddress 1.3.6.1.4.1.7840.2.1.101.100.7
OBJECT IDENTIFIER    

fan 1.3.6.1.4.1.7840.2.1.101.101
OBJECT IDENTIFIER    

fanAbnormalOID 1.3.6.1.4.1.7840.2.1.101.101.1
OBJECT IDENTIFIER    

fanNormalOID 1.3.6.1.4.1.7840.2.1.101.101.2
OBJECT IDENTIFIER    

fanInsertOID 1.3.6.1.4.1.7840.2.1.101.101.3
OBJECT IDENTIFIER    

fanPullOutOID 1.3.6.1.4.1.7840.2.1.101.101.4
OBJECT IDENTIFIER    

power 1.3.6.1.4.1.7840.2.1.101.102
OBJECT IDENTIFIER    

powerAbnormalOID 1.3.6.1.4.1.7840.2.1.101.102.1
OBJECT IDENTIFIER    

powerNormalOID 1.3.6.1.4.1.7840.2.1.101.102.2
OBJECT IDENTIFIER    

powerInsertOID 1.3.6.1.4.1.7840.2.1.101.102.3
OBJECT IDENTIFIER    

powerPullOutOID 1.3.6.1.4.1.7840.2.1.101.102.4
OBJECT IDENTIFIER    

slotTemperature 1.3.6.1.4.1.7840.2.1.101.103
OBJECT IDENTIFIER    

slotTemperatureHigherOID 1.3.6.1.4.1.7840.2.1.101.103.1
OBJECT IDENTIFIER    

slotTemperatureLowerOID 1.3.6.1.4.1.7840.2.1.101.103.2
OBJECT IDENTIFIER    

dhcpsnooping 1.3.6.1.4.1.7840.2.1.101.104
OBJECT IDENTIFIER    

shutdownPort 1.3.6.1.4.1.7840.2.1.101.104.1
OBJECT IDENTIFIER    

noShutdownPort 1.3.6.1.4.1.7840.2.1.101.104.2
OBJECT IDENTIFIER    

addBlackhole 1.3.6.1.4.1.7840.2.1.101.104.3
OBJECT IDENTIFIER    

delBlackhole 1.3.6.1.4.1.7840.2.1.101.104.4
OBJECT IDENTIFIER    

rateViolation 1.3.6.1.4.1.7840.2.1.101.105
OBJECT IDENTIFIER    

rateViolationShutdownPort 1.3.6.1.4.1.7840.2.1.101.105.1
OBJECT IDENTIFIER    

rateViolationNoShutdownPort 1.3.6.1.4.1.7840.2.1.101.105.2
OBJECT IDENTIFIER    

portGroup 1.3.6.1.4.1.7840.2.1.101.106
OBJECT IDENTIFIER    

portGroupCreate 1.3.6.1.4.1.7840.2.1.101.106.1
OBJECT IDENTIFIER    

portGroupDelete 1.3.6.1.4.1.7840.2.1.101.106.2
OBJECT IDENTIFIER    

portGroupUpdate 1.3.6.1.4.1.7840.2.1.101.106.2
OBJECT IDENTIFIER    

transceiverMonitor 1.3.6.1.4.1.7840.2.1.101.110
OBJECT IDENTIFIER    

transceiverMonitorAlarmEvent 1.3.6.1.4.1.7840.2.1.101.110.1
OBJECT IDENTIFIER    

transceiverMonitorWarnEvent 1.3.6.1.4.1.7840.2.1.101.110.2
OBJECT IDENTIFIER    

efmOam 1.3.6.1.4.1.7840.2.1.101.109
OBJECT IDENTIFIER    

efmOamDiscoverySuccess 1.3.6.1.4.1.7840.2.1.101.109.1
OBJECT IDENTIFIER    

efmOamDiscoveryTimeout 1.3.6.1.4.1.7840.2.1.101.109.2
OBJECT IDENTIFIER    

efmOamLocalErrSymbolPeriodEvent 1.3.6.1.4.1.7840.2.1.101.109.3
OBJECT IDENTIFIER    

efmOamLocalErrFramePeriodEvent 1.3.6.1.4.1.7840.2.1.101.109.4
OBJECT IDENTIFIER    

efmOamLocalErrFrameEvent 1.3.6.1.4.1.7840.2.1.101.109.5
OBJECT IDENTIFIER    

efmOamLocalErrFrameSecondsSummaryEvent 1.3.6.1.4.1.7840.2.1.101.109.6
OBJECT IDENTIFIER    

efmOamLocalLinkFault 1.3.6.1.4.1.7840.2.1.101.109.7
OBJECT IDENTIFIER    

efmOamLocalCriticalEvent 1.3.6.1.4.1.7840.2.1.101.109.8
OBJECT IDENTIFIER    

efmOamRemoteErrSymbolPeriodEvent 1.3.6.1.4.1.7840.2.1.101.109.9
OBJECT IDENTIFIER    

efmOamRemoteErrFramePeriodEvent 1.3.6.1.4.1.7840.2.1.101.109.10
OBJECT IDENTIFIER    

efmOamRemoteErrFrameEvent 1.3.6.1.4.1.7840.2.1.101.109.11
OBJECT IDENTIFIER    

efmOamRemoteErrFrameSecondsSummaryEvent 1.3.6.1.4.1.7840.2.1.101.109.12
OBJECT IDENTIFIER    

efmOamRemoteLinkFault 1.3.6.1.4.1.7840.2.1.101.109.13
OBJECT IDENTIFIER    

efmOamRemoteCriticalEvent 1.3.6.1.4.1.7840.2.1.101.109.14
OBJECT IDENTIFIER    

efmOamRemoteDyingGasp 1.3.6.1.4.1.7840.2.1.101.109.15
OBJECT IDENTIFIER    

efmOamLoopBackSuccess 1.3.6.1.4.1.7840.2.1.101.109.16
OBJECT IDENTIFIER    

efmOamLoopBackExit 1.3.6.1.4.1.7840.2.1.101.109.17
OBJECT IDENTIFIER