DGS-1100-06ME-AX

File: DGS-1100-06ME-AX.mib (568407 bytes)

Imported modules

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

Imported symbols

MODULE-IDENTITY OBJECT-TYPE NOTIFICATION-TYPE
enterprises IpAddress Integer32
Unsigned32 TimeTicks Counter32
InetAddress InterfaceIndex InterfaceIndexOrZero
SnmpAdminString SnmpEngineID SnmpSecurityLevel
dot1dBridge dot1dBasePortEntry dot1dBasePort
RowStatus TruthValue DisplayString
TEXTUAL-CONVENTION MacAddress VlanId
AddressFamilyNumbers

Defined Types

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

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

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

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

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

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

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

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)  

SysPortCtrlEntry  
SEQUENCE    
  sysPortCtrlIndex Integer32
  sysPortCtrlMediumType INTEGER
  sysPortCtrlSpeed INTEGER
  sysPortCtrlOperStatus INTEGER
  sysPortCtrlMDI INTEGER
  sysPortCtrlFlowControl INTEGER
  sysPortCtrlFlowControlOper INTEGER
  sysPortCtrlType INTEGER
  sysPortCtrlCapability BITS

SysPortDescriptionEntry  
SEQUENCE    
  sysPortDescIndex INTEGER
  sysPortDescMediumType INTEGER
  sysPortDescString DisplayString

SysPortErrEntry  
SEQUENCE    
  sysPortErrPortIndex INTEGER
  sysPortErrPortState INTEGER
  sysPortErrPortStatus INTEGER
  sysPortErrPortReason INTEGER

IpifV6AddressEntry  
SEQUENCE    
  ipifV6AddressMainIndex InterfaceIndex
  ipifV6AddressIpAddr Ipv6Address
  ipifV6AddressIpPrefix INTEGER
  ipifV6AddressIpType INTEGER
  ipifV6AddressRowStatus RowStatus

StaticMcastEntry  
SEQUENCE    
  staticMcastVlanID INTEGER
  staticMcastMac MacAddress
  staticMcastEgressPorts PortList
  staticMcastIpAddr IpAddress
  staticMcastStatus RowStatus

Dot1qVlanEntry  
SEQUENCE    
  dot1qVlanName SnmpAdminString
  dot1qVlanEgressPorts PortList
  dot1qVlanForbiddenPorts PortList
  dot1qVlanUntaggedPorts PortList
  dot1qVlanRowStatus RowStatus

Dot1qVlanPortEntry  
SEQUENCE    
  dot1qVlanPvid VlanIndex

DHCPRelayVlanSettings  
SEQUENCE    
  dhcpRelayVlanSettingsVLANID INTEGER
  dhcpRelayVlanSettingsState INTEGER

DHCPBOOTPRelayInterfaceSettings  
SEQUENCE    
  dhcpBOOTPRelayInterface DisplayString
  dhcpBOOTPRelayServerIP IpAddress
  dhcpBOOTPRelayInterfaceSettingsRowStatus RowStatus

DHCPLocalRelaySettings  
SEQUENCE    
  dhcpLocalRelaySettingsVLANID INTEGER
  dhcpLocalRelaySettingsState INTEGER

StaticEntry  
SEQUENCE    
  staticVlanID INTEGER
  staticMac MacAddress
  staticPort INTEGER
  staticStatus RowStatus

AutoFdbEntry  
SEQUENCE    
  autoFdbIPAddress IpAddress
  autoFdbVlanID Integer32
  autoFdbMacAddress MacAddress
  autoFdbPort INTEGER
  autoFdbTimeStamp Integer32
  autoFdbStatus RowStatus

IgsVlanRouterEntry  
SEQUENCE    
  igsVlanRouterVlanId Integer32
  igsVlanRouterPortList PortList

IgsVlanFilterEntry  
SEQUENCE    
  igsVlanFilterVlanId Integer32
  igsVlanSnoopStatus INTEGER
  igsVlanQuerier INTEGER
  igsVlanCfgQuerier INTEGER
  igsVlanQueryInterval Integer32
  igsVlanRtrPortList PortList
  igsVlanFastLeave INTEGER

IgsVlanMulticastGroupEntry  
SEQUENCE    
  igsVlanMulticastGroupVlanId Integer32
  igsVlanMulticastGroupIpAddress InetAddress
  igsVlanMulticastGroupMacAddress MacAddress
  igsVlanMulticastGroupPortList PortList

IgsAccessAuthEntry  
SEQUENCE    
  igsAccessAuthPortIndex Integer32
  igsAccessAuthState INTEGER

IgsHostEntry  
SEQUENCE    
  igsHostTableVLANID Integer32
  igsHostTableGroupAddress InetAddress
  igsHostTablePort Integer32
  igsHostTableHostIPAddress InetAddress

MldsVlanRouterEntry  
SEQUENCE    
  mldsVlanRouterVlanId Integer32
  mldsVlanRouterPortList PortList

MldsVlanFilterEntry  
SEQUENCE    
  mldsVlanFilterVlanId Integer32
  mldsVlanSnoopStatus INTEGER
  mldsVlanQuerier INTEGER
  mldsVlanCfgQuerier INTEGER
  mldsVlanQueryInterval Integer32
  mldsVlanRtrPortList PortList
  mldsVlanFastLeave INTEGER

MldsVlanMulticastGroupEntry  
SEQUENCE    
  mldsVlanMulticastGroupVlanId Integer32
  mldsVlanMulticastGroupIpAddress InetAddress
  mldsVlanMulticastGroupMacAddress MacAddress
  mldsVlanMulticastGroupPortList PortList

MldsHostEntry  
SEQUENCE    
  mldsHostTableVLANID Integer32
  mldsHostTableGroupAddress Ipv6Address
  mldsHostTablePort Integer32
  mldsHostTableHostIPAddress Ipv6Address

SwAuthPortAccessControlEntry  
SEQUENCE    
  swAuthAuthConfigPortNumber INTEGER
  swAuthAuthQuietPeriod INTEGER
  swAuthAuthSuppTimeout INTEGER
  swAuthAuthServerTimeout INTEGER
  swAuthAuthMaxReq INTEGER
  swAuthAuthTxPeriod INTEGER
  swAuthAuthReAuthPeriod INTEGER
  swAuthAuthReAuthentication INTEGER
  swAuthAuthConfigPortControl INTEGER
  swAuthAuthCapability INTEGER
  swAuthAuthDirection INTEGER

SwAuthUserEntry  
SEQUENCE    
  swAuthUserName SnmpAdminString
  swAuthUserPassword DisplayString
  swAuthUserStatus RowStatus

SwAuthRadiusServerEntry  
SEQUENCE    
  swAuthRadiusServerIndex INTEGER
  swAuthRadiusIPType INTEGER
  swAuthRadiusServerAddress Ipv6Address
  swAuthRadiusServerInterfaceName OCTET STRING
  swAuthRadiusServerAuthenticationPort INTEGER
  swAuthRadiusServerAccountingPort INTEGER
  swAuthRadiusServerTimeout INTEGER
  swAuthRadiusServerRetransmit INTEGER
  swAuthRadiusServerKey DisplayString
  swAuthRadiusServerStatus RowStatus

Dot1pPortEntry  
SEQUENCE    
  dot1pPortIndex INTEGER
  dot1pPortPriority INTEGER

AclQosEntry  
SEQUENCE    
  aclQosIndex Integer32
  aclQosType INTEGER
  aclQosIP6TC Integer32
  aclQosAssignPriority INTEGER
  aclQosStatus RowStatus

BandwidthCtrlEntry  
SEQUENCE    
  bandwidthCtrlIndex Integer32
  bandwidthCtrlTxThreshold Integer32
  bandwidthCtrlRxThreshold Integer32
  bandwidthEffecTxThreshold Integer32
  bandwidthEffecRxThreshold Integer32

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

Ipv4TrustedHostEntry  
SEQUENCE    
  ipv4trustedHostIpAddr IpAddress
  ipv4trustedHostIpMask IpAddress
  ipv4trustedHostRowStatus RowStatus

TrustedHostEntry  
SEQUENCE    
  trustedHostIPType INTEGER
  trustedHostIpAddr Ipv6Address
  trustedHostIpMask Ipv6Address
  trustedHostRowStatus RowStatus

PortSecEntry  
SEQUENCE    
  portSecIndex Integer32
  portSecState INTEGER
  portSecMLA Integer32
  portSecLockAddrMode INTEGER

PortSecFDBPermanentEntry  
SEQUENCE    
  portSecFDBPermIndex INTEGER
  portSecFDBPermVlanID INTEGER
  portSecFDBPermMac MacAddress
  portSecFDBPermPort INTEGER

Ipv4AclProfileEntry  
SEQUENCE    
  ipv4aclProfileNo Integer32
  ipv4aclProfileType INTEGER
  ipv4aclProfileRuleCount Integer32
  ipv4aclProfileMask OCTET STRING
  ipv4aclProfileDstMacAddrMask MacAddress
  ipv4aclProfileSrcMacAddrMask MacAddress
  ipv4aclProfileIPProtocol INTEGER
  ipv4aclProfileIPProtocolMask OCTET STRING
  ipv4aclProfileDstIpAddrMask IpAddress
  ipv4aclProfileSrcIpAddrMask IpAddress
  ipv4aclProfileDstPortMask OCTET STRING
  ipv4aclProfileSrcPortMask OCTET STRING
  ipv4aclProfileStatus RowStatus

AclProfileEntry  
SEQUENCE    
  aclProfileNo Integer32
  aclProfileType INTEGER
  aclProfileRuleCount Integer32
  aclProfileMask OCTET STRING
  aclProfileDstMacAddrMask MacAddress
  aclProfileSrcMacAddrMask MacAddress
  aclProfileIPProtocol INTEGER
  aclProfileIPProtocolMask OCTET STRING
  aclProfileDstIpAddrMaskType INTEGER
  aclProfileDstIpAddrMask Ipv6Address
  aclProfileSrcIpAddrMaskType INTEGER
  aclProfileSrcIpAddrMask Ipv6Address
  aclProfileDstPortMask OCTET STRING
  aclProfileSrcPortMask OCTET STRING
  aclProfileStatus RowStatus

AclL2RuleEntry  
SEQUENCE    
  aclL2AccessID Integer32
  aclL2ProfileID Integer32
  aclL2RuleEtherType Integer32
  aclL2RuleDstMacAddr MacAddress
  aclL2RuleSrcMacAddr MacAddress
  aclL2RuleVlanId Integer32
  aclL2Rule1pPriority Integer32
  aclL2RuleDstMacAddrMask MacAddress
  aclL2RuleSrcMacAddrMask MacAddress
  aclL2RuleInPortList PortList
  aclL2RuleAction INTEGER
  aclL2RuleRateLimit Unsigned32
  aclL2RuleReplaceDSCP Integer32
  aclL2RuleNonIPFilterOnlyState INTEGER
  aclL2RuleStatus RowStatus

AclL3RuleEntry  
SEQUENCE    
  aclL3RuleAccessID Integer32
  aclL3RuleProfileNo Integer32
  aclL3RuleProtocol INTEGER
  aclL3RuleProtocolMask OCTET STRING
  aclL3RuleICMPMessageType Integer32
  aclL3RuleICMPMessageCode Integer32
  aclL3RuleDstIpAddr IpAddress
  aclL3RuleSrcIpAddr IpAddress
  aclL3RuleDstIpAddrMask IpAddress
  aclL3RuleSrcIpAddrMask IpAddress
  aclL3RuleTcpUdpDstPort Integer32
  aclL3RuleTcpUdpSrcPort Integer32
  aclL3RuleTcpUdpDstPortMask OCTET STRING
  aclL3RuleTcpUdpSrcPortMask OCTET STRING
  aclL3RuleTcpAckBit INTEGER
  aclL3RuleTcpRstBit INTEGER
  aclL3RuleTcpUrgBit INTEGER
  aclL3RuleTcpPshBit INTEGER
  aclL3RuleTcpSynBit INTEGER
  aclL3RuleTcpFinBit INTEGER
  aclL3RuleDscp Integer32
  aclL3RuleTos Integer32
  aclL3RuleIgmpType Integer32
  aclL3RulePortList PortList
  aclL3RuleAction INTEGER
  aclL3RuleRateLimit Unsigned32
  aclL3RuleReplaceDSCP Integer32
  aclL3RuleStatus RowStatus

Aclv6L3RuleEntry  
SEQUENCE    
  aclv6L3RuleAccessID Integer32
  aclv6L3RuleProfileNo Integer32
  aclv6L3RuleProtocol INTEGER
  aclv6L3RuleProtocolMask OCTET STRING
  aclv6L3RuleICMPMessageType Integer32
  aclv6L3RuleICMPMessageCode Integer32
  aclv6L3RuleDstIpAddr Ipv6Address
  aclv6L3RuleSrcIpAddr Ipv6Address
  aclv6L3RuleDstIpAddrMask Ipv6Address
  aclv6L3RuleSrcIpAddrMask Ipv6Address
  aclv6L3RuleTcpUdpDstPort Integer32
  aclv6L3RuleTcpUdpSrcPort Integer32
  aclv6L3RuleTcpUdpDstPortMask OCTET STRING
  aclv6L3RuleTcpUdpSrcPortMask OCTET STRING
  aclv6L3RuleTcpAckBit INTEGER
  aclv6L3RuleTcpRstBit INTEGER
  aclv6L3RuleTcpUrgBit INTEGER
  aclv6L3RuleTcpPshBit INTEGER
  aclv6L3RuleTcpSynBit INTEGER
  aclv6L3RuleTcpFinBit INTEGER
  aclv6L3RuleTrafficClass Integer32
  aclv6L3RulePortList PortList
  aclv6L3RuleAction INTEGER
  aclv6L3RuleRateLimit Unsigned32
  aclv6L3RuleReplaceDSCP Integer32
  aclv6L3RuleStatus RowStatus

Ipv4CpuFilterProfileEntry  
SEQUENCE    
  ipv4cpuFilterProfileNo Integer32
  ipv4cpuFilterProfileType INTEGER
  ipv4cpuFilterProfileRuleCount Integer32
  ipv4cpuFilterProfileMask OCTET STRING
  ipv4cpuFilterProfileDstMacAddrMask MacAddress
  ipv4cpuFilterProfileSrcMacAddrMask MacAddress
  ipv4cpuFilterProfileIPProtocol INTEGER
  ipv4cpuFilterProfileIPProtocolMask OCTET STRING
  ipv4cpuFilterProfileDstIpAddrMask IpAddress
  ipv4cpuFilterProfileSrcIpAddrMask IpAddress
  ipv4cpuFilterProfileDstPortMask OCTET STRING
  ipv4cpuFilterProfileSrcPortMask OCTET STRING
  ipv4cpuFilterProfileStatus RowStatus

CpuFilterProfileEntry  
SEQUENCE    
  cpuFilterProfileNo Integer32
  cpuFilterProfileType INTEGER
  cpuFilterProfileRuleCount Integer32
  cpuFilterProfileMask OCTET STRING
  cpuFilterProfileDstMacAddrMask MacAddress
  cpuFilterProfileSrcMacAddrMask MacAddress
  cpuFilterProfileIPProtocol INTEGER
  cpuFilterProfileIPProtocolMask OCTET STRING
  cpuFilterProfileDstIpAddrMaskType INTEGER
  cpuFilterProfileDstIpAddrMask Ipv6Address
  cpuFilterProfileSrcIpAddrMaskType INTEGER
  cpuFilterProfileSrcIpAddrMask Ipv6Address
  cpuFilterProfileDstPortMask OCTET STRING
  cpuFilterProfileSrcPortMask OCTET STRING
  cpuFilterProfileStatus RowStatus

CpuFilterL2RuleEntry  
SEQUENCE    
  cpuFilterL2ProfileID Integer32
  cpuFilterL2AccessID Integer32
  cpuFilterL2RuleEtherType Integer32
  cpuFilterL2RuleDstMacAddr MacAddress
  cpuFilterL2RuleSrcMacAddr MacAddress
  cpuFilterL2RuleVlanId Integer32
  cpuFilterL2Rule1pPriority Integer32
  cpuFilterL2RuleDstMacAddrMask MacAddress
  cpuFilterL2RuleSrcMacAddrMask MacAddress
  cpuFilterL2RuleInPortList PortList
  cpuFilterL2RuleAction INTEGER
  cpuFilterL2RuleStatus RowStatus

CpuFilterL3RuleEntry  
SEQUENCE    
  cpuFilterL3RuleProfileNo Integer32
  cpuFilterL3RuleAccessID Integer32
  cpuFilterL3RuleProtocol INTEGER
  cpuFilterL3RuleProtocolMask OCTET STRING
  cpuFilterL3RuleICMPMessageType Integer32
  cpuFilterL3RuleICMPMessageCode Integer32
  cpuFilterL3RuleDstIpAddr IpAddress
  cpuFilterL3RuleSrcIpAddr IpAddress
  cpuFilterL3RuleDstIpAddrMask IpAddress
  cpuFilterL3RuleSrcIpAddrMask IpAddress
  cpuFilterL3RuleTcpUdpDstPort Integer32
  cpuFilterL3RuleTcpUdpSrcPort Integer32
  cpuFilterL3RuleTcpUdpDstPortMask OCTET STRING
  cpuFilterL3RuleTcpUdpSrcPortMask OCTET STRING
  cpuFilterL3RuleTcpAckBit INTEGER
  cpuFilterL3RuleTcpRstBit INTEGER
  cpuFilterL3RuleTcpUrgBit INTEGER
  cpuFilterL3RuleTcpPshBit INTEGER
  cpuFilterL3RuleTcpSynBit INTEGER
  cpuFilterL3RuleTcpFinBit INTEGER
  cpuFilterL3RuleDscp Integer32
  cpuFilterL3RuleIgmpType Integer32
  cpuFilterL3RulePortList PortList
  cpuFilterL3RuleAction INTEGER
  cpuFilterL3RuleStatus RowStatus

CpuFilterv6L3RuleEntry  
SEQUENCE    
  cpuFilterv6L3RuleProfileNo Integer32
  cpuFilterv6L3RuleAccessID Integer32
  cpuFilterv6L3RuleProtocol INTEGER
  cpuFilterv6L3RuleProtocolMask OCTET STRING
  cpuFilterv6L3RuleICMPMessageType Integer32
  cpuFilterv6L3RuleICMPMessageCode Integer32
  cpuFilterv6L3RuleDstIpAddr Ipv6Address
  cpuFilterv6L3RuleSrcIpAddr Ipv6Address
  cpuFilterv6L3RuleDstIpAddrMask Ipv6Address
  cpuFilterv6L3RuleSrcIpAddrMask Ipv6Address
  cpuFilterv6L3RuleTcpUdpDstPort Integer32
  cpuFilterv6L3RuleTcpUdpSrcPort Integer32
  cpuFilterv6L3RuleTcpUdpDstPortMask OCTET STRING
  cpuFilterv6L3RuleTcpUdpSrcPortMask OCTET STRING
  cpuFilterv6L3RuleTcpAckBit INTEGER
  cpuFilterv6L3RuleTcpRstBit INTEGER
  cpuFilterv6L3RuleTcpUrgBit INTEGER
  cpuFilterv6L3RuleTcpPshBit INTEGER
  cpuFilterv6L3RuleTcpSynBit INTEGER
  cpuFilterv6L3RuleTcpFinBit INTEGER
  cpuFilterv6L3RuleTrafficClass Integer32
  cpuFilterv6L3RulePortList PortList
  cpuFilterv6L3RuleAction INTEGER
  cpuFilterv6L3RuleStatus RowStatus

SnmpV3UserEntry  
SEQUENCE    
  snmpV3UserName SnmpAdminString
  snmpV3UserVersion INTEGER
  snmpV3UserGroupName SnmpAdminString
  snmpV3UserAuthProtocol INTEGER
  snmpV3UserAuthProtocolPassword SnmpAdminString
  snmpV3UserPrivProtocol INTEGER
  snmpV3UserPrivProtocolPassword SnmpAdminString
  snmpV3UserStatus RowStatus

SnmpV3GroupEntry  
SEQUENCE    
  snmpV3GroupName SnmpAdminString
  snmpV3GroupSecurityModel INTEGER
  snmpV3GroupSecurityLevel SnmpSecurityLevel
  snmpV3GroupReadViewName SnmpAdminString
  snmpV3GroupWriteViewName SnmpAdminString
  snmpV3GroupNotifyViewName SnmpAdminString
  snmpV3GroupStatus RowStatus

SnmpV3ViewTreeEntry  
SEQUENCE    
  snmpV3viewTreeName SnmpAdminString
  snmpV3viewTreeSubtree OBJECT IDENTIFIER
  snmpV3viewTreeMask OCTET STRING
  snmpV3viewTreeType INTEGER
  snmpV3viewTreeStatus RowStatus

SnmpV3CommunityEntry  
SEQUENCE    
  snmpV3CommunityName OCTET STRING
  snmpV3CommunityPolicy SnmpAdminString
  snmpV3CommunityStatus RowStatus

SnmpV3HostEntry  
SEQUENCE    
  snmpV3HostAddress Ipv6Address
  snmpV3IPType INTEGER
  snmpV3HostCommunityName SnmpAdminString
  snmpV3HostVersion INTEGER
  snmpV3HostInterfaceName OCTET STRING
  snmpV3HostStatus RowStatus

SyslogServEntry  
SEQUENCE    
  syslogServIndex INTEGER
  syslogServAddrType INTEGER
  syslogServAddr Ipv6Address
  syslogServInterfaceName OCTET STRING
  syslogServSeverity INTEGER
  syslogServFacility INTEGER
  syslogServUDPport INTEGER
  syslogServSrvStatus INTEGER
  syslogServSrvRowStatus RowStatus

SysLBDCtrlEntry  
SEQUENCE    
  sysLBDCtrlIndex Integer32
  sysLBDPortStatus INTEGER
  sysLBDPortLoopStatus INTEGER

SysLBDVlanLoopEntry  
SEQUENCE    
  sysLBDVlanLoopIndex Integer32
  sysLBDVlanLoopPorts PortList

LimitIpMulticastProfileEntry  
SEQUENCE    
  limitIpMulticastIPType INTEGER
  limitIpMulticastProfileID INTEGER
  limitIpMulticastProfileName DisplayString
  limitIpMulticastProfileStatus RowStatus

LimitIpMulticastEntry  
SEQUENCE    
  limitIpMulticastEntryIPType INTEGER
  limitIpMulticastEntryProfileID INTEGER
  limitIpMulticaststartIpAddr DisplayString
  limitIpMulticastendIpAddr DisplayString
  limitIpMulticastStatus RowStatus

LimitIpMulticastPortEntry  
SEQUENCE    
  limitIpMulticastPortIPType INTEGER
  limitIpMulticastPortID INTEGER
  limitIpMulticastPortState INTEGER
  limitIpMulticastPortProfileID PortList
  limitIpMulticastPortMaxGrp INTEGER

MacNotifyCtrlEntry  
SEQUENCE    
  macNotifyCtrlIndex Integer32
  macNotifyPortStatus INTEGER

QinQConfigEntry  
SEQUENCE    
  qinqIfIndex InterfaceIndex
  qinqRoleState INTEGER
  qinqOuterTPID Unsigned32

EOAMConfigEntry  
SEQUENCE    
  eoamIfIndex InterfaceIndex
  eoamState INTEGER
  eoamMode INTEGER
  eoamReceivedRemoteLoopback INTEGER
  eoamRemoteLoopback INTEGER
  eoamDyingGaspEnable INTEGER
  eoamCriticalEventEnable INTEGER

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

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

SwTimeRangeSettingEntry  
SEQUENCE    
  swTimeRangeIndex Integer32
  swTimeRangeName DisplayString
  swTimeRangeDate INTEGER
  swTimeRangeStartYear INTEGER
  swTimeRangeStartMonth INTEGER
  swTimeRangeStartDay Integer32
  swTimeRangeStartHour Integer32
  swTimeRangeStartMinute Integer32
  swTimeRangeEndYear INTEGER
  swTimeRangeEndMonth INTEGER
  swTimeRangeEndDay Integer32
  swTimeRangeEndHour Integer32
  swTimeRangeEndMinute Integer32
  swTimeRangeMonday INTEGER
  swTimeRangeTuesday INTEGER
  swTimeRangeWednesday INTEGER
  swTimeRangeThursday INTEGER
  swTimeRangeFriday INTEGER
  swTimeRangeSaturday INTEGER
  swTimeRangeSunday INTEGER
  swTimeRangeRowStatus RowStatus

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

LldpPortConfigEntry  
SEQUENCE    
  lldpPortConfigPortNum LldpPortNumber
  lldpPortConfigAdminStatus INTEGER
  lldpPortConfigNotificationEnable TruthValue
  lldpPortConfigTLVsTxEnable BITS

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

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

LldpXdot3PortConfigEntry  
SEQUENCE    
  lldpXdot3PortConfigTLVsTxEnable BITS

LldpXdot3LocPortEntry  
SEQUENCE    
  lldpXdot3LocPortAutoNegSupported TruthValue
  lldpXdot3LocPortAutoNegEnabled TruthValue
  lldpXdot3LocPortAutoNegAdvertisedCap OCTET STRING
  lldpXdot3LocPortOperMauType Integer32

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

LldpXdot3LocLinkAggEntry  
SEQUENCE    
  lldpXdot3LocLinkAggStatus LldpLinkAggStatusMap
  lldpXdot3LocLinkAggPortId Integer32

LldpXdot3LocMaxFrameSizeEntry  
SEQUENCE    
  lldpXdot3LocMaxFrameSize Integer32

LldpXdot3RemPortEntry  
SEQUENCE    
  lldpXdot3RemPortAutoNegSupported TruthValue
  lldpXdot3RemPortAutoNegEnabled TruthValue
  lldpXdot3RemPortAutoNegAdvertisedCap OCTET STRING
  lldpXdot3RemPortOperMauType Integer32

LldpXdot3RemPowerEntry  
SEQUENCE    
  lldpXdot3RemPowerPortClass LldpPowerPortClass
  lldpXdot3RemPowerMDISupported TruthValue
  lldpXdot3RemPowerMDIEnabled TruthValue
  lldpXdot3RemPowerPairControlable TruthValue
  lldpXdot3RemPowerPairs Integer32
  lldpXdot3RemPowerClass Integer32

LldpXdot3RemLinkAggEntry  
SEQUENCE    
  lldpXdot3RemLinkAggStatus LldpLinkAggStatusMap
  lldpXdot3RemLinkAggPortId Integer32

LldpXdot3RemMaxFrameSizeEntry  
SEQUENCE    
  lldpXdot3RemMaxFrameSize Integer32

LldpXdot1ConfigPortVlanEntry  
SEQUENCE    
  lldpXdot1ConfigPortVlanTxEnable TruthValue

LldpXdot1LocVlanNameEntry  
SEQUENCE    
  lldpXdot1LocVlanId VlanId
  lldpXdot1LocVlanName SnmpAdminString

LldpXdot1ConfigVlanNameEntry  
SEQUENCE    
  lldpXdot1ConfigVlanNameTxEnable TruthValue

LldpXdot1LocProtoVlanEntry  
SEQUENCE    
  lldpXdot1LocProtoVlanId Integer32
  lldpXdot1LocProtoVlanSupported TruthValue
  lldpXdot1LocProtoVlanEnabled TruthValue

LldpXdot1ConfigProtoVlanEntry  
SEQUENCE    
  lldpXdot1ConfigProtoVlanTxEnable TruthValue

LldpXdot1LocProtocolEntry  
SEQUENCE    
  lldpXdot1LocProtocolIndex Integer32
  lldpXdot1LocProtocolId OCTET STRING

LldpXdot1ConfigProtocolEntry  
SEQUENCE    
  lldpXdot1ConfigProtocolTxEnable TruthValue

LldpXdot1LocEntry  
SEQUENCE    
  lldpXdot1LocPortVlanId Integer32

LldpXdot1RemEntry  
SEQUENCE    
  lldpXdot1RemPortVlanId Integer32

LldpXdot1RemProtoVlanEntry  
SEQUENCE    
  lldpXdot1RemProtoVlanId Integer32
  lldpXdot1RemProtoVlanSupported TruthValue
  lldpXdot1RemProtoVlanEnabled TruthValue

LldpXdot1RemVlanNameEntry  
SEQUENCE    
  lldpXdot1RemVlanId VlanId
  lldpXdot1RemVlanName SnmpAdminString

LldpXdot1RemProtocolEntry  
SEQUENCE    
  lldpXdot1RemProtocolIndex Integer32
  lldpXdot1RemProtocolId OCTET STRING

TrafficSegEntry  
SEQUENCE    
  trafficSegIfIndex InterfaceIndex
  trafficSegMemberList PortList

AacServerGroupEntry  
SEQUENCE    
  aacServerGroupIndex INTEGER
  aacServerGroupName OCTET STRING
  aacServersInGroup BITS
  aacServerGroupRowStatus RowStatus

AacServerInfoEntry  
SEQUENCE    
  aacServerIndex INTEGER
  aacServerIPType INTEGER
  aacServerIPAddr Ipv6Address
  aacServerInterfaceName OCTET STRING
  aacServerAuthProtocol INTEGER
  aacServerAuthPort INTEGER
  aacServerAuthKey OCTET STRING
  aacServerTimeout INTEGER
  aacServerRetryCount INTEGER
  aacServerRowStatus RowStatus

AacLoginMethodListEntry  
SEQUENCE    
  aacLoginMethodListIndex INTEGER
  aacLoginMethodListName OCTET STRING
  aacLoginMethod1 INTEGER
  aacLoginMethod2 INTEGER
  aacLoginMethod3 INTEGER
  aacLoginMethod4 INTEGER
  aacLoginMethodListRowStatus RowStatus

AacEnableMethodListEntry  
SEQUENCE    
  aacEnableMethodListIndex INTEGER
  aacEnableMethodListName OCTET STRING
  aacEnableMethod1 INTEGER
  aacEnableMethod2 INTEGER
  aacEnableMethod3 INTEGER
  aacEnableMethod4 INTEGER
  aacEnableMethodListRowStatus RowStatus

McastFilterPortEntry  
SEQUENCE    
  mcastFilterPortIndex Integer32
  mcastFilterPortType INTEGER

MulticastVlanEntry  
SEQUENCE    
  multicastVlanid INTEGER
  multicastVlanName DisplayString
  multicastVlanSourcePort PortList
  multicastVlanMemberPort PortList
  multicastVlanTagMemberPort PortList
  multicastVlanState INTEGER
  multicastVlanIgmpReplaceSourceIp IpAddress
  multicastVlanMldReplaceSourceIp Ipv6Address
  multicastVlanRowStatus RowStatus

MulticastVlanGroupEntry  
SEQUENCE    
  multicastVlanGroupVid INTEGER
  multicastVlanGroupIpType INTEGER
  multicastVlanGroupFromIp Ipv6Address
  multicastVlanGroupToIp Ipv6Address
  multicastVlanGroupStatus RowStatus

PppoePortEntry  
SEQUENCE    
  pppoePortIndex Integer32
  pppoePortState INTEGER
  pppoePortCircuitIDType INTEGER
  pppoePortUDFString DisplayString
  pppoePortCircuitIDVendor3String DisplayString
  pppoePortRemoteIDType INTEGER
  pppoePortRemoteIDVendor3String DisplayString

RmonStatsEntry  
SEQUENCE    
  rmonStatsIndex Integer32
  rmonStatsDataSource OBJECT IDENTIFIER
  rmonStatsOwner OwnerString
  rmonStatsStatus RmonStatus

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

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

RmonEventEntry  
SEQUENCE    
  rmonEventIndex Integer32
  rmonEventDescription DisplayString
  rmonEventType INTEGER
  rmonEventCommunity OCTET STRING
  rmonEventOwner OwnerString
  rmonEventStatus RmonStatus

NeighborEntry  
SEQUENCE    
  neighborIfindex INTEGER
  neighborIPv6Addr Ipv6Address
  neighborMACAddr MacAddress
  neighborType INTEGER
  neighborCacheState INTEGER
  neighborActiveStatus INTEGER
  neighborRowStatus RowStatus

DHCPv6RelayInterfaceSettings  
SEQUENCE    
  dhcpv6RelayInterface DisplayString
  dhcpv6RelayServerIP Ipv6Address
  dhcpv6RelayInterfaceSettingsRowStatus RowStatus

Defined Values

dgs-1100-06ME-A1 1.3.6.1.4.1.171.10.134.1.1
In order to pass the web www.simpleweb.org to verify severity level 3, which must be change the SYNTAX of mib file.
MODULE-IDENTITY    




dgs-1100-06ME 1.3.6.1.4.1.171.10.134.1
OBJECT IDENTIFIER    

companySystem 1.3.6.1.4.1.171.10.134.1.1.1
OBJECT IDENTIFIER    

companyIpifGroup 1.3.6.1.4.1.171.10.134.1.1.2
OBJECT IDENTIFIER    

companyTftpGroup 1.3.6.1.4.1.171.10.134.1.1.3
OBJECT IDENTIFIER    

companyMiscGroup 1.3.6.1.4.1.171.10.134.1.1.4
OBJECT IDENTIFIER    

companySNMPV3 1.3.6.1.4.1.171.10.134.1.1.5
OBJECT IDENTIFIER    

companyDot1qVlanGroup 1.3.6.1.4.1.171.10.134.1.1.7
OBJECT IDENTIFIER    

companyStaticMAC 1.3.6.1.4.1.171.10.134.1.1.9
OBJECT IDENTIFIER    

companyIgsGroup 1.3.6.1.4.1.171.10.134.1.1.10
OBJECT IDENTIFIER    

companyQoSGroup 1.3.6.1.4.1.171.10.134.1.1.12
OBJECT IDENTIFIER    

companyTrafficMgmt 1.3.6.1.4.1.171.10.134.1.1.13
OBJECT IDENTIFIER    

companySecurity 1.3.6.1.4.1.171.10.134.1.1.14
OBJECT IDENTIFIER    

companyACLGroup 1.3.6.1.4.1.171.10.134.1.1.15
OBJECT IDENTIFIER    

companySyslog 1.3.6.1.4.1.171.10.134.1.1.16
OBJECT IDENTIFIER    

companyLBD 1.3.6.1.4.1.171.10.134.1.1.17
OBJECT IDENTIFIER    

companyMirror 1.3.6.1.4.1.171.10.134.1.1.18
OBJECT IDENTIFIER    

companyStaticMcast 1.3.6.1.4.1.171.10.134.1.1.19
OBJECT IDENTIFIER    

companySNTPSetting 1.3.6.1.4.1.171.10.134.1.1.20
OBJECT IDENTIFIER    

companyRMON 1.3.6.1.4.1.171.10.134.1.1.22
OBJECT IDENTIFIER    

companyAuthGroup 1.3.6.1.4.1.171.10.134.1.1.23
OBJECT IDENTIFIER    

companyGuestVlan 1.3.6.1.4.1.171.10.134.1.1.24
OBJECT IDENTIFIER    

companyMacNotify 1.3.6.1.4.1.171.10.134.1.1.25
OBJECT IDENTIFIER    

companyISMVLAN 1.3.6.1.4.1.171.10.134.1.1.27
OBJECT IDENTIFIER    

companyDHCPRelay 1.3.6.1.4.1.171.10.134.1.1.28
OBJECT IDENTIFIER    

companyDHCPLocalRelay 1.3.6.1.4.1.171.10.134.1.1.29
OBJECT IDENTIFIER    

companyTrapSetting 1.3.6.1.4.1.171.10.134.1.1.30
OBJECT IDENTIFIER    

companyGreenSetting 1.3.6.1.4.1.171.10.134.1.1.31
OBJECT IDENTIFIER    

companyLLDPSetting 1.3.6.1.4.1.171.10.134.1.1.32
OBJECT IDENTIFIER    

companyCPUInterfaceFilterGroup 1.3.6.1.4.1.171.10.134.1.1.33
OBJECT IDENTIFIER    

companyCableDiagnostic 1.3.6.1.4.1.171.10.134.1.1.35
OBJECT IDENTIFIER    

companyQinQ 1.3.6.1.4.1.171.10.134.1.1.37
OBJECT IDENTIFIER    

companyTimeRangeMgmt 1.3.6.1.4.1.171.10.134.1.1.38
OBJECT IDENTIFIER    

companyLimitIp 1.3.6.1.4.1.171.10.134.1.1.45
OBJECT IDENTIFIER    

companyMulticastFilter 1.3.6.1.4.1.171.10.134.1.1.49
OBJECT IDENTIFIER    

companyNeighbor 1.3.6.1.4.1.171.10.134.1.1.50
OBJECT IDENTIFIER    

companyEoam 1.3.6.1.4.1.171.10.134.1.1.51
OBJECT IDENTIFIER    

companyDuld 1.3.6.1.4.1.171.10.134.1.1.52
OBJECT IDENTIFIER    

companyDHCPv6Relay 1.3.6.1.4.1.171.10.134.1.1.86
OBJECT IDENTIFIER    

companyMldsGroup 1.3.6.1.4.1.171.10.134.1.1.88
OBJECT IDENTIFIER    

companyPPPoE 1.3.6.1.4.1.171.10.134.1.1.98
OBJECT IDENTIFIER    

companyAgentBasicInfo 1.3.6.1.4.1.171.10.134.1.1.100
OBJECT IDENTIFIER    

companyTraps 1.3.6.1.4.1.171.10.134.1.1.120
OBJECT IDENTIFIER    

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

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

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

sysLoginTimeoutInterval 1.3.6.1.4.1.171.10.134.1.1.1.4
This time interval is used to count the time and logout web interface automatically.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 3..30  

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

sysGroupInterval 1.3.6.1.4.1.171.10.134.1.1.1.6
Group Interval is used to send D-link Discover packet to D-link SmartConsole Utility frequency. The timer in units of seconds. Set value 0 to disable group Interval.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 0 | 120..1225  

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

sysRestart 1.3.6.1.4.1.171.10.134.1.1.1.9
This object allows the user to restart the Switch (i.e)the entire switch will operationally go down and start again. Setting a value of 'true' causes the switch to be restarted. When the switch operationally goes down, configuration save operation is initiated based on the configuration save option chosen. When the switch operationally come up, the saved configurations are restored based on the restore option chosen. Once the switch is restarted, the value of this object reverts to 'false'.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

sysSave 1.3.6.1.4.1.171.10.134.1.1.1.10
This object is used to save Configuration , value 1 save config_1 , value 2 is not in process , value 3 is save config_1 and value 4 is save config_2.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER true(1), false(2), config-1(3), config-2(4)  

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

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

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

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

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

sysPortCtrlSpeed 1.3.6.1.4.1.171.10.134.1.1.1.13.1.3
Configures interface speed.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER rate1000M-Full(1), rate100M-Full(2), rate100M-Half(3), rate10M-Full(4), rate10M-Half(5), auto(6), disable(7)  

sysPortCtrlOperStatus 1.3.6.1.4.1.171.10.134.1.1.1.13.1.4
The port's operating speed state.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER down(1), rate1000M-Full(2), rate100M-Full(3), rate100M-Half(4), rate10M-Full(5), rate10M-Half(6)  

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

sysPortCtrlFlowControl 1.3.6.1.4.1.171.10.134.1.1.1.13.1.6
Enables / disables flow control for the interface.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enable(1), disable(2)  

sysPortCtrlFlowControlOper 1.3.6.1.4.1.171.10.134.1.1.1.13.1.7
The link parner negotiate port's operating flow control state.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

sysPortCtrlType 1.3.6.1.4.1.171.10.134.1.1.1.13.1.8
The port's media type.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER fastethernet(1), gigabitethernet(2), fiberwith100Base-and-1000BaseSFPModule(3)  

sysPortCtrlCapability 1.3.6.1.4.1.171.10.134.1.1.1.13.1.9
The port's capability advertised.
Status: current Access: read-write
OBJECT-TYPE    
  BITS rate10-half(0), rate10-full(1), rate100-half(2), rate100-full(3), reserve(4), rate1000-full(5)  

sysPortDescriptionTable 1.3.6.1.4.1.171.10.134.1.1.1.14
The port description table.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SysPortDescriptionEntry

sysPortDescriptionEntry 1.3.6.1.4.1.171.10.134.1.1.1.14.1
The port description entry.
Status: current Access: not-accessible
OBJECT-TYPE    
  SysPortDescriptionEntry  

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

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

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

sysPortErrTable 1.3.6.1.4.1.171.10.134.1.1.1.15
The port error table.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SysPortErrEntry

sysPortErrEntry 1.3.6.1.4.1.171.10.134.1.1.1.15.1
A list of information for the err port of the device.
Status: current Access: not-accessible
OBJECT-TYPE    
  SysPortErrEntry  

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

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

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

sysPortErrPortReason 1.3.6.1.4.1.171.10.134.1.1.1.15.1.4
This object decides whether the PortStatus is LBD.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER lbd(1)  

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

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

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

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

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

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

telnetUDPPort 1.3.6.1.4.1.171.10.134.1.1.1.24
The value is for setting telnet's UDP Port.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 1..65535  

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

floodfdbOnOff 1.3.6.1.4.1.171.10.134.1.1.1.26
To set enable status for flood fdb.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

sysContactName 1.3.6.1.4.1.171.10.134.1.1.1.27
To set system contact name.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString Size(1..128)  

sysCommandLogging 1.3.6.1.4.1.171.10.134.1.1.1.29
To set enable status for CommandLogging.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enable(1), disable(2)  

sysSerialNumber 1.3.6.1.4.1.171.10.134.1.1.1.30
To get the serial number.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(1..13)  

sysDhcpAutoImage 1.3.6.1.4.1.171.10.134.1.1.1.34
This object indicates auto image is enabled or disabled.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enable(1), disable(2)  

sysBootupConfigID 1.3.6.1.4.1.171.10.134.1.1.1.35
To get/set bootup config ID.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 1..2  

sysBootupImage 1.3.6.1.4.1.171.10.134.1.1.1.36
To get/set bootup Image.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 1..2  

ipifSupportV4V6Info 1.3.6.1.4.1.171.10.134.1.1.2.7
OBJECT IDENTIFIER    

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

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

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

sysGateway 1.3.6.1.4.1.171.10.134.1.1.2.7.4
Gateway
Status: current Access: read-write
OBJECT-TYPE    
  IpAddress  

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

dhcpOption12HostName 1.3.6.1.4.1.171.10.134.1.1.2.7.6
Host name in DHCP option 12
Status: current Access: read-write
OBJECT-TYPE    
  OCTET STRING  

ipifName 1.3.6.1.4.1.171.10.134.1.1.2.7.7
The Description for the interface.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING  

ipifVLANname 1.3.6.1.4.1.171.10.134.1.1.2.7.8
The vlan name for the interface.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING  

ipifv6GlobalStatus 1.3.6.1.4.1.171.10.134.1.1.2.7.9
The ID of VLAN that you want this interface to be in. It must be a exist vlan id.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enable(1), disable(2)  

ipifv6DHCPStatus 1.3.6.1.4.1.171.10.134.1.1.2.7.10
The state of DHCPv6 that you want this interface to be in. It must be a exist vlan id.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enable(1), disable(2)  

ipifv6AutolinkloStatus 1.3.6.1.4.1.171.10.134.1.1.2.7.11
The global state of link local that you want this interface to be in. It must be a exist vlan id.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enable(1), disable(2)  

ipifv6NSRetransmitTime 1.3.6.1.4.1.171.10.134.1.1.2.7.12
The NS's retransmit time that you want this interface to be in. It must be a exist vlan id (1~3600).
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER  

ipifv6DefaultGateway 1.3.6.1.4.1.171.10.134.1.1.2.7.13
The ipv6 default gateway that you want this interface to be in. It must be a exist vlan id. To delete gateway, please insert address '0000:0000:0000:0000:0000:0000:0000:0000'.
Status: current Access: read-write
OBJECT-TYPE    
  Ipv6Address  

ipifV6AddressTable 1.3.6.1.4.1.171.10.134.1.1.2.7.14
A list of interface entries.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    IpifV6AddressEntry

ipifV6AddressEntry 1.3.6.1.4.1.171.10.134.1.1.2.7.14.1
An entry containing management information applicable to a particular interface.
Status: current Access: not-accessible
OBJECT-TYPE    
  IpifV6AddressEntry  

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

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

ipifV6AddressIpPrefix 1.3.6.1.4.1.171.10.134.1.1.2.7.14.1.3
The ip prefix of this IPv6 entry.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 1..128  

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

ipifV6AddressRowStatus 1.3.6.1.4.1.171.10.134.1.1.2.7.14.1.5
The status of an entry in the Multi Interface Table. Only a subset of the rowstatus variables (active, createAndWait, destroy) are available.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

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

tftpFwTargetGroup 1.3.6.1.4.1.171.10.134.1.1.3.9
OBJECT IDENTIFIER    

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

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

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

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

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

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

tftpCfgTargetGroup 1.3.6.1.4.1.171.10.134.1.1.3.10
OBJECT IDENTIFIER    

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

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

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

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

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

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

miscReset 1.3.6.1.4.1.171.10.134.1.1.4.2
Physically resets the unit - use with care. A (1) resets the unit, a (2) does nothing.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER reset(1), noop(2)  

miscStatisticsReset 1.3.6.1.4.1.171.10.134.1.1.4.3
Resets the units statistics. A (1) resets the statistics count, a (2) does nothing.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER reset(1), noop(2)  

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

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

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

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

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

staticMcastIpAddr 1.3.6.1.4.1.171.10.134.1.1.19.1.1.4
Static Multicast IP Address.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

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

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

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

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

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

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

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

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

dot1qVlanForbiddenPorts 1.3.6.1.4.1.171.10.134.1.1.7.6.1.3
The set of ports which are prohibited by management from being included in the egress list for this VLAN. Changes to this object that cause a port to be included or excluded affect the per-port per-VLAN Registrar control for Registration Forbidden for the relevant GVRP state machine on each port. A port may not be added in this set if it is already a member of the set of ports in dot1qVlanEgressPorts. The default value of this object is a string of zeros of appropriate length, excluding all ports from the forbidden set.
Status: current Access: read-only
OBJECT-TYPE    
  PortList  

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

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

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

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

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

dot1qVlanPVIDAutoAssignOnOff 1.3.6.1.4.1.171.10.134.1.1.7.9
Enable/Disable VLAN PVID auto assignment
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

dhcpBOOTPRelayControl 1.3.6.1.4.1.171.10.134.1.1.28.1
OBJECT IDENTIFIER    

dhcpBOOTPRelayManagement 1.3.6.1.4.1.171.10.134.1.1.28.2
OBJECT IDENTIFIER    

dhcpBOOTPRelayManagementOption82 1.3.6.1.4.1.171.10.134.1.1.28.2.2
OBJECT IDENTIFIER    

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

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

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

dhcpBOOTPRelayEnablePortlist 1.3.6.1.4.1.171.10.134.1.1.28.1.4
This object indicates DHCP relay function is enabled or disabled by portlist.
Status: current Access: read-write
OBJECT-TYPE    
  PortList  

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

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

dhcpRelayVlanSettingsVLANID 1.3.6.1.4.1.171.10.134.1.1.28.1.5.1.1
This object displays the current VLAN ID of the device.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 1..4094  

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

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

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

dhcpBOOTPRelayInterface 1.3.6.1.4.1.171.10.134.1.1.28.2.1.1.1
This object indicates the name of the IP interface.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..12)  

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

dhcpBOOTPRelayInterfaceSettingsRowStatus 1.3.6.1.4.1.171.10.134.1.1.28.2.1.1.3
This object indicates the status of this entry.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

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

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

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

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

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

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

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

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

dhcpLocalRelaySettingsVLANID 1.3.6.1.4.1.171.10.134.1.1.29.2.1.1
This object displays the current VLAN ID of the device.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 1..4094  

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

dhcpLocalRelayEnablePortlist 1.3.6.1.4.1.171.10.134.1.1.29.3
This object indicates DHCP local relay function is enabled or disabled by portlist.
Status: current Access: read-write
OBJECT-TYPE    
  PortList  

staticDisableAutoLearn 1.3.6.1.4.1.171.10.134.1.1.9.1
Set on to disable Auto Learning Excluding Uplink Port and set off to enable Auto Learning.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER on(1), off(2)  

staticAutoLearningList 1.3.6.1.4.1.171.10.134.1.1.9.2
The set of the device's member ports that belong to the Static MAC auto learning enable/disable. For example, when Disable Auto Learning is enable, the octet value set up as '# 0x0F 0xFF 0xFF 0xFF' means from port 1 to port 4 are not in auto learning state, the other ports are in auto learning state. It can be set up when Disable Auto Learning is enable.
Status: current Access: read-write
OBJECT-TYPE    
  PortList  

staticTable 1.3.6.1.4.1.171.10.134.1.1.9.3
A list of the Static MACs
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    StaticEntry

staticEntry 1.3.6.1.4.1.171.10.134.1.1.9.3.1
A Static MAC entry containing the mac and forwarding port.
Status: current Access: not-accessible
OBJECT-TYPE    
  StaticEntry  

staticVlanID 1.3.6.1.4.1.171.10.134.1.1.9.3.1.1
The VLAN ID of the static MAC entry.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 1..4094  

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

staticPort 1.3.6.1.4.1.171.10.134.1.1.9.3.1.3
The forwarding port of the static MAC entry. For all machines give maximum port number.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 1..6  

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

autoFdbTable 1.3.6.1.4.1.171.10.134.1.1.9.4
A list of the Auto Fdb
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AutoFdbEntry

autoFdbEntry 1.3.6.1.4.1.171.10.134.1.1.9.4.1
A auto fdb entry containing the ipaddress
Status: current Access: not-accessible
OBJECT-TYPE    
  AutoFdbEntry  

autoFdbIPAddress 1.3.6.1.4.1.171.10.134.1.1.9.4.1.1
The IpAddress of the autoFdbEntry.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

autoFdbVlanID 1.3.6.1.4.1.171.10.134.1.1.9.4.1.2
The VlanID of the autoFdbEntry.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

autoFdbMacAddress 1.3.6.1.4.1.171.10.134.1.1.9.4.1.3
The Mac Address of the autoFdbEntry.
Status: current Access: read-only
OBJECT-TYPE    
  MacAddress  

autoFdbPort 1.3.6.1.4.1.171.10.134.1.1.9.4.1.4
The Port of the autoFdbEntry.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

autoFdbTimeStamp 1.3.6.1.4.1.171.10.134.1.1.9.4.1.5
The Time Stamp of the autoFdbEntry.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

autoFdbStatus 1.3.6.1.4.1.171.10.134.1.1.9.4.1.6
The status of an entry in the Auto Fdb Table. Only a subset of the rowstatus variables (createAndGo, createAndWait,destroy) are available.
Status: current Access: read-write
OBJECT-TYPE    
  RowStatus  

igsSystem 1.3.6.1.4.1.171.10.134.1.1.10.1
OBJECT IDENTIFIER    

igsVlan 1.3.6.1.4.1.171.10.134.1.1.10.3
OBJECT IDENTIFIER    

igsAccessAuth 1.3.6.1.4.1.171.10.134.1.1.10.5
OBJECT IDENTIFIER    

igsHost 1.3.6.1.4.1.171.10.134.1.1.10.6
OBJECT IDENTIFIER    

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

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

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

igsRobustnessValue 1.3.6.1.4.1.171.10.134.1.1.10.1.4
When the switch receives leave message on a port, it sends group specific query to check if there are any other interested receivers for the group. This attribute defines the maximum number of queries sent by the switch before deleting the port from the group membership information in the forwarding database. If the maximum retry count exceeds 'igsRobustnessValue', then the port will be deleted from the multicast group membership information in the forwarding database and received leave message will be forwarded onto the router ports if there are no interested receivers for the group.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 2..255  

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

igsQueryInterval 1.3.6.1.4.1.171.10.134.1.1.10.1.6
This is the interval (in seconds) for which the switch sends general queries when it is configured as a querier for VLANs.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 60..600  

igsQueryMaxResponseTime 1.3.6.1.4.1.171.10.134.1.1.10.1.7
The maximum query response time advertised in IGMPv2 general queries on this interface.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 10..25  

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

igsVlanRouterTable 1.3.6.1.4.1.171.10.134.1.1.10.3.3
This table contains the list of ports through which a router, in a particular VLAN is reachable.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    IgsVlanRouterEntry

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

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

igsVlanRouterPortList 1.3.6.1.4.1.171.10.134.1.1.10.3.3.1.2
List of ports on which routers are present. These router ports are learnt through control messages received from routers, and can also be configured statically.
Status: current Access: read-only
OBJECT-TYPE    
  PortList  

igsVlanFilterTable 1.3.6.1.4.1.171.10.134.1.1.10.3.4
This table contains configuration of snooping on specific Vlans. This Table is valid only when VLAN is enabled in the system.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    IgsVlanFilterEntry

igsVlanFilterEntry 1.3.6.1.4.1.171.10.134.1.1.10.3.4.1
Contains snooping status , version and fast leave configuration for a specific VLAN.
Status: current Access: not-accessible
OBJECT-TYPE    
  IgsVlanFilterEntry  

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

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

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

igsVlanCfgQuerier 1.3.6.1.4.1.171.10.134.1.1.10.3.4.1.4
The snooping switch can be configured as a querier via this object to send out IGMP general queries when IGMP routers are not present in the VLAN. When set to 'enabled', the switch will generate general queries.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

igsVlanQueryInterval 1.3.6.1.4.1.171.10.134.1.1.10.3.4.1.5
This is the interval (in seconds) for which the switch sends general queries when it is configured as a querier for the VLAN. A switch should be configured as a querier for a VLAN only when there is no queriers in the network.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 60..600  

igsVlanRtrPortList 1.3.6.1.4.1.171.10.134.1.1.10.3.4.1.6
List of ports which are configured statically as router ports
Status: current Access: read-write
OBJECT-TYPE    
  PortList  

igsVlanFastLeave 1.3.6.1.4.1.171.10.134.1.1.10.3.4.1.8
Enables or disables fast leave for the VLAN. When it is 'disabled',on reception of a leave message, the switch checks if they are any interested receivers for the group by sending a group specific query before removing the port from the forwarding table. If set to 'enabled', the switch does not send a group specific query and immediately removes the port from the forwarding table.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

igsVlanMulticastGroupTable 1.3.6.1.4.1.171.10.134.1.1.10.3.5
This table contains MAC based multicast forwarding information.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    IgsVlanMulticastGroupEntry

igsVlanMulticastGroupEntry 1.3.6.1.4.1.171.10.134.1.1.10.3.5.1
This table contains VLAN ID, multicast group MAC address and the list of ports onto which the multicast data packets for group should be forwarded.
Status: current Access: not-accessible
OBJECT-TYPE    
  IgsVlanMulticastGroupEntry  

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

igsVlanMulticastGroupIpAddress 1.3.6.1.4.1.171.10.134.1.1.10.3.5.1.2
Multicast group IP address. This object indicates that a multicast group address was learned in the switch and be represented as IP address format.
Status: current Access: read-only
OBJECT-TYPE    
  InetAddress  

igsVlanMulticastGroupMacAddress 1.3.6.1.4.1.171.10.134.1.1.10.3.5.1.3
Multicast group MAC address. This object indicates that a multicast group address was learned in the switch and be represented as MAC address format.
Status: current Access: read-only
OBJECT-TYPE    
  MacAddress  

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

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

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

igsAccessAuthPortIndex 1.3.6.1.4.1.171.10.134.1.1.10.5.1.1.1
The port index of igsAccessAuthTable which indicates the port to be configured. For all machines give maximum port number.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 1..6  

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

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

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

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

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

igsHostTablePort 1.3.6.1.4.1.171.10.134.1.1.10.6.1.1.3
Port number of Host table entry. For all machines give maximum port number.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 1..6  

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

mldsSystem 1.3.6.1.4.1.171.10.134.1.1.88.1
OBJECT IDENTIFIER    

mldsVlan 1.3.6.1.4.1.171.10.134.1.1.88.3
OBJECT IDENTIFIER    

mldsHost 1.3.6.1.4.1.171.10.134.1.1.88.4
OBJECT IDENTIFIER    

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

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

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

mldsRobustnessValue 1.3.6.1.4.1.171.10.134.1.1.88.1.4
When the switch receives leave message on a port, it sends group specific query to check if there are any other interested receivers for the group. This attribute defines the maximum number of queries sent by the switch before deleting the port from the group membership information in the forwarding database. If the maximum retry count exceeds 'mldsRobustnessValue', then the port will be deleted from the multicast group membership information in the forwarding database and received leave message will be forwarded onto the router ports if there are no interested receivers for the group.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 2..255  

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

mldsQueryInterval 1.3.6.1.4.1.171.10.134.1.1.88.1.6
This is the interval (in seconds) for which the switch sends general queries when it is configured as a querier for VLANs.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 60..600  

mldsQueryMaxResponseTime 1.3.6.1.4.1.171.10.134.1.1.88.1.7
The maximum query response time advertised in MLDv1 general queries on this interface.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 10..25  

mldsVlanRouterTable 1.3.6.1.4.1.171.10.134.1.1.88.3.3
This table contains the list of ports through which a router, in a particular VLAN is reachable.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    MldsVlanRouterEntry

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

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

mldsVlanRouterPortList 1.3.6.1.4.1.171.10.134.1.1.88.3.3.1.2
List of ports on which routers are present. These router ports are learnt through control messages received from routers, and can also be configured statically.
Status: current Access: read-only
OBJECT-TYPE    
  PortList  

mldsVlanFilterTable 1.3.6.1.4.1.171.10.134.1.1.88.3.4
This table contains configuration of snooping on specific Vlans. This Table is valid only when VLAN is enabled in the system.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    MldsVlanFilterEntry

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

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

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

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

mldsVlanCfgQuerier 1.3.6.1.4.1.171.10.134.1.1.88.3.4.1.4
The snooping switch can be configured as a querier via this object to send out MLD general queries when IGMP routers are not present in the VLAN. When set to 'enabled', the switch will generate general queries.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

mldsVlanQueryInterval 1.3.6.1.4.1.171.10.134.1.1.88.3.4.1.5
This is the interval (in seconds) for which the switch sends general queries when it is configured as a querier for the VLAN. A switch should be configured as a querier for a VLAN only when there is no queriers in the network.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 60..600  

mldsVlanRtrPortList 1.3.6.1.4.1.171.10.134.1.1.88.3.4.1.6
List of ports which are configured statically as router ports
Status: current Access: read-write
OBJECT-TYPE    
  PortList  

mldsVlanFastLeave 1.3.6.1.4.1.171.10.134.1.1.88.3.4.1.8
Enables or disables fast leave for the VLAN. When it is 'disabled',on reception of a leave message, the switch checks if they are any interested receivers for the group by sending a group specific query before removing the port from the forwarding table. If set to 'enabled', the switch does not send a group specific query and immediately removes the port from the forwarding table.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

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

mldsVlanMulticastGroupEntry 1.3.6.1.4.1.171.10.134.1.1.88.3.5.1
This table contains VLAN ID, multicast group MAC address and the list of ports onto which the multicast data packets for group should be forwarded.
Status: current Access: not-accessible
OBJECT-TYPE    
  MldsVlanMulticastGroupEntry  

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

mldsVlanMulticastGroupIpAddress 1.3.6.1.4.1.171.10.134.1.1.88.3.5.1.2
Multicast group IP address. This object indicates that a multicast group address was learned in the switch and be represented as IP address format.
Status: current Access: read-only
OBJECT-TYPE    
  InetAddress  

mldsVlanMulticastGroupMacAddress 1.3.6.1.4.1.171.10.134.1.1.88.3.5.1.3
Multicast group MAC address. This object indicates that a multicast group address was learned in the switch and be represented as MAC address format.
Status: current Access: read-only
OBJECT-TYPE    
  MacAddress  

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

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

mldsHostEntry 1.3.6.1.4.1.171.10.134.1.1.88.4.1.1
Contains management entities for IGMP Host based fast leave function.
Status: current Access: not-accessible
OBJECT-TYPE    
  MldsHostEntry  

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

mldsHostTableGroupAddress 1.3.6.1.4.1.171.10.134.1.1.88.4.1.1.2
Group address of IPv6 Host table entry.
Status: current Access: read-only
OBJECT-TYPE    
  Ipv6Address  

mldsHostTablePort 1.3.6.1.4.1.171.10.134.1.1.88.4.1.1.3
Port number of IPv6 Host table entry. For all machines give maximum port number.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 1..6  

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

swAuthenCtrl 1.3.6.1.4.1.171.10.134.1.1.23.1
OBJECT IDENTIFIER    

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

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

authProtocol 1.3.6.1.4.1.171.10.134.1.1.23.1.3
The authentication method used to authenticate users.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER authProtocolRadiusEap(1), authProtocolLocal(2)  

swAuthCtrlPktFwdMode 1.3.6.1.4.1.171.10.134.1.1.23.1.4
When 802.1x disable, this item can decided eap packet be forward or drop.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER authForwardEap(1), authDropEap(2)  

swAuthPortAccessCtrl 1.3.6.1.4.1.171.10.134.1.1.23.2
OBJECT IDENTIFIER    

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

swAuthPortAccessControlEntry 1.3.6.1.4.1.171.10.134.1.1.23.2.1.1
The configuration information for an Authenticator Port.
Status: current Access: not-accessible
OBJECT-TYPE    
  SwAuthPortAccessControlEntry  

swAuthAuthConfigPortNumber 1.3.6.1.4.1.171.10.134.1.1.23.2.1.1.1
A unique value for each port that correlates to port index. Its value ranges between 1 and the value of port number. For all machines give maximum port number.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 1..6  

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

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

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

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

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

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

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

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

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

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

swAuthUser 1.3.6.1.4.1.171.10.134.1.1.23.3
OBJECT IDENTIFIER    

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

swAuthUserEntry 1.3.6.1.4.1.171.10.134.1.1.23.3.1.1
The configuration information for an Authenticator Port.
Status: current Access: not-accessible
OBJECT-TYPE    
  SwAuthUserEntry  

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

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

swAuthUserStatus 1.3.6.1.4.1.171.10.134.1.1.23.3.1.1.3
The status of this conceptual row in the swAuthUserTable. An entry in this table is not qualified for activation until instances of all corresponding columns have been initialized, either through default values, or through Set operations. The swAuthUserName objects must be explicitly set.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

swAuthRadiusServer 1.3.6.1.4.1.171.10.134.1.1.23.4
OBJECT IDENTIFIER    

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

swAuthRadiusServerEntry 1.3.6.1.4.1.171.10.134.1.1.23.4.2.1
The configuration information for an Authenticator Port.
Status: current Access: not-accessible
OBJECT-TYPE    
  SwAuthRadiusServerEntry  

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

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

swAuthRadiusServerAddress 1.3.6.1.4.1.171.10.134.1.1.23.4.2.1.3
The IP address of the RADIUS server referred to in this table entry.
Status: current Access: read-write
OBJECT-TYPE    
  Ipv6Address  

swAuthRadiusServerInterfaceName 1.3.6.1.4.1.171.10.134.1.1.23.4.2.1.4
Specifies the interface name when the swAuthRadiusServerAddress is linklocal address.
Status: current Access: read-create
OBJECT-TYPE    
  OCTET STRING  

swAuthRadiusServerAuthenticationPort 1.3.6.1.4.1.171.10.134.1.1.23.4.2.1.5
The value is for setting UDP Port.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 1..65535  

swAuthRadiusServerAccountingPort 1.3.6.1.4.1.171.10.134.1.1.23.4.2.1.6
The value is for setting UDP Port.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 1..65535  

swAuthRadiusServerTimeout 1.3.6.1.4.1.171.10.134.1.1.23.4.2.1.7
The value is for setting UDP Port.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 1..255  

swAuthRadiusServerRetransmit 1.3.6.1.4.1.171.10.134.1.1.23.4.2.1.8
The value is for setting UDP Port.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 1..255  

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

swAuthRadiusServerStatus 1.3.6.1.4.1.171.10.134.1.1.23.4.2.1.10
The status of this conceptual row in the swAuthRadiusServerTable. An entry in this table is not qualified for activation until instances of all corresponding columns have been initialized, either through default values, or through Set operations. The swAuthRadiusServerIndex objects must be explicitly set.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

qosMode 1.3.6.1.4.1.171.10.134.1.1.12.1
Settings of Qos mode: IEEE 802.1p QoS or DSCP QoS. IEEE 802.1p : It specifies a priority(0~7) value to four queues in WS3 : Low(1,2), Medium(0,3), High(4,5) and Highest(6,7), inclusive that can be used by Quality of Service (QoS) disciplines to differentiate traffic. DSCP : Differentiated services enhancements to the Internet protocol are intended to enable scalable service discrimination in the Internet without the need for per-flow state and signaling at every hop.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER dot1p(1), dscp(2), portbase(4)  

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

qosQ1p 1.3.6.1.4.1.171.10.134.1.1.12.3
OBJECT IDENTIFIER    

dot1pPortTable 1.3.6.1.4.1.171.10.134.1.1.12.3.1
A list of 802.1p port default priority Entries.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Dot1pPortEntry

dot1pPortEntry 1.3.6.1.4.1.171.10.134.1.1.12.3.1.1
A list of 802.1p port default priority priorities.
Status: current Access: not-accessible
OBJECT-TYPE    
  Dot1pPortEntry  

dot1pPortIndex 1.3.6.1.4.1.171.10.134.1.1.12.3.1.1.1
A port identifier that is in the range of 1 to ifNumber. For all machines give maximum port number.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 1..6  

dot1pPortPriority 1.3.6.1.4.1.171.10.134.1.1.12.3.1.1.2
For ingress untagged packets, the per port 'Default Priority' setting will be applied to packets of each port to provide port-based traffic prioritization. For ingress tagged packets, D-Link Smart Switches will refer to their 802.1p information and prioritize them with 4 different priority queues.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER low(1), medium(2), high(3), highest(4)  

qosDiffServ 1.3.6.1.4.1.171.10.134.1.1.12.4
OBJECT IDENTIFIER    

qosDiffServEnable 1.3.6.1.4.1.171.10.134.1.1.12.4.1
Display the DSCP(Differentiated services) function Enabled or Disabled. Notice : DiffServ Type is 2~7 bits in the TOS field. ex: If the DiffServ Type = 000011(3), the value in TOS field is 00001100(12)
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER enable(1), disable(2)  

qosDiffServTypeGroup 1.3.6.1.4.1.171.10.134.1.1.12.4.2
OBJECT IDENTIFIER    

qosDiffServType00 1.3.6.1.4.1.171.10.134.1.1.12.4.2.1
DiffServ Type 0 : IP ToS value = 0
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER low(0), medium(1), high(2), highest(3)  

qosDiffServType01 1.3.6.1.4.1.171.10.134.1.1.12.4.2.2
DiffServ Type 01 : IP ToS value = 4
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER low(0), medium(1), high(2), highest(3)  

qosDiffServType02 1.3.6.1.4.1.171.10.134.1.1.12.4.2.3
DiffServ Type 02 : IP ToS value = 8
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER low(0), medium(1), high(2), highest(3)  

qosDiffServType03 1.3.6.1.4.1.171.10.134.1.1.12.4.2.4
DiffServ Type 03 : IP ToS value = 12
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER low(0), medium(1), high(2), highest(3)  

qosDiffServType04 1.3.6.1.4.1.171.10.134.1.1.12.4.2.5
DiffServ Type 04 : IP ToS value = 16
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER low(0), medium(1), high(2), highest(3)  

qosDiffServType05 1.3.6.1.4.1.171.10.134.1.1.12.4.2.6
DiffServ Type 05 : IP ToS value = 20
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER low(0), medium(1), high(2), highest(3)  

qosDiffServType06 1.3.6.1.4.1.171.10.134.1.1.12.4.2.7
DiffServ Type 06 : IP ToS value = 24
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER low(0), medium(1), high(2), highest(3)  

qosDiffServType07 1.3.6.1.4.1.171.10.134.1.1.12.4.2.8
DiffServ Type 07 : IP ToS value = 28
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER low(0), medium(1), high(2), highest(3)  

qosDiffServType08 1.3.6.1.4.1.171.10.134.1.1.12.4.2.9
DiffServ Type 08 : IP ToS value = 32
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER low(0), medium(1), high(2), highest(3)  

qosDiffServType09 1.3.6.1.4.1.171.10.134.1.1.12.4.2.10
DiffServ Type 09 : IP ToS value = 36
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER low(0), medium(1), high(2), highest(3)  

qosDiffServType10 1.3.6.1.4.1.171.10.134.1.1.12.4.2.11
DiffServ Type 10 : IP ToS value = 40
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER low(0), medium(1), high(2), highest(3)  

qosDiffServType11 1.3.6.1.4.1.171.10.134.1.1.12.4.2.12
DiffServ Type 11 : IP ToS value = 44
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER low(0), medium(1), high(2), highest(3)  

qosDiffServType12 1.3.6.1.4.1.171.10.134.1.1.12.4.2.13
DiffServ Type 12 : IP ToS value = 48
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER low(0), medium(1), high(2), highest(3)  

qosDiffServType13 1.3.6.1.4.1.171.10.134.1.1.12.4.2.14
DiffServ Type 13 : IP ToS value = 52
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER low(0), medium(1), high(2), highest(3)  

qosDiffServType14 1.3.6.1.4.1.171.10.134.1.1.12.4.2.15
DiffServ Type 14 : IP ToS value = 56
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER low(0), medium(1), high(2), highest(3)  

qosDiffServType15 1.3.6.1.4.1.171.10.134.1.1.12.4.2.16
DiffServ Type 15 : IP ToS value = 60
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER low(0), medium(1), high(2), highest(3)  

qosDiffServType16 1.3.6.1.4.1.171.10.134.1.1.12.4.2.17
DiffServ Type 16 : IP ToS value = 64
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER low(0), medium(1), high(2), highest(3)  

qosDiffServType17 1.3.6.1.4.1.171.10.134.1.1.12.4.2.18
DiffServ Type 17 : IP ToS value = 68
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER low(0), medium(1), high(2), highest(3)  

qosDiffServType18 1.3.6.1.4.1.171.10.134.1.1.12.4.2.19
DiffServ Type 18 : IP ToS value = 72
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER low(0), medium(1), high(2), highest(3)  

qosDiffServType19 1.3.6.1.4.1.171.10.134.1.1.12.4.2.20
DiffServ Type 19 : IP ToS value = 76
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER low(0), medium(1), high(2), highest(3)  

qosDiffServType20 1.3.6.1.4.1.171.10.134.1.1.12.4.2.21
DiffServ Type 20 : IP ToS value = 80
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER low(0), medium(1), high(2), highest(3)  

qosDiffServType21 1.3.6.1.4.1.171.10.134.1.1.12.4.2.22
DiffServ Type 21 : IP ToS value = 84
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER low(0), medium(1), high(2), highest(3)  

qosDiffServType22 1.3.6.1.4.1.171.10.134.1.1.12.4.2.23
DiffServ Type 22 : IP ToS value = 88
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER low(0), medium(1), high(2), highest(3)  

qosDiffServType23 1.3.6.1.4.1.171.10.134.1.1.12.4.2.24
DiffServ Type 23 : IP ToS value = 92
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER low(0), medium(1), high(2), highest(3)  

qosDiffServType24 1.3.6.1.4.1.171.10.134.1.1.12.4.2.25
DiffServ Type 24 : IP ToS value = 96
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER low(0), medium(1), high(2), highest(3)  

qosDiffServType25 1.3.6.1.4.1.171.10.134.1.1.12.4.2.26
DiffServ Type 25 : IP ToS value = 100
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER low(0), medium(1), high(2), highest(3)  

qosDiffServType26 1.3.6.1.4.1.171.10.134.1.1.12.4.2.27
DiffServ Type 26 : IP ToS value = 104
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER low(0), medium(1), high(2), highest(3)  

qosDiffServType27 1.3.6.1.4.1.171.10.134.1.1.12.4.2.28
DiffServ Type 27 : IP ToS value = 108
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER low(0), medium(1), high(2), highest(3)  

qosDiffServType28 1.3.6.1.4.1.171.10.134.1.1.12.4.2.29
DiffServ Type 28 : IP ToS value = 112
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER low(0), medium(1), high(2), highest(3)  

qosDiffServType29 1.3.6.1.4.1.171.10.134.1.1.12.4.2.30
DiffServ Type 29 : IP ToS value = 116
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER low(0), medium(1), high(2), highest(3)  

qosDiffServType30 1.3.6.1.4.1.171.10.134.1.1.12.4.2.31
DiffServ Type 30 : IP ToS value = 120
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER low(0), medium(1), high(2), highest(3)  

qosDiffServType31 1.3.6.1.4.1.171.10.134.1.1.12.4.2.32
DiffServ Type 31 : IP ToS value = 124
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER low(0), medium(1), high(2), highest(3)  

qosDiffServType32 1.3.6.1.4.1.171.10.134.1.1.12.4.2.33
DiffServ Type 32 : IP ToS value = 128
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER low(0), medium(1), high(2), highest(3)  

qosDiffServType33 1.3.6.1.4.1.171.10.134.1.1.12.4.2.34
DiffServ Type 33 : IP ToS value = 132
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER low(0), medium(1), high(2), highest(3)  

qosDiffServType34 1.3.6.1.4.1.171.10.134.1.1.12.4.2.35
DiffServ Type 34 : IP ToS value = 136
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER low(0), medium(1), high(2), highest(3)  

qosDiffServType35 1.3.6.1.4.1.171.10.134.1.1.12.4.2.36
DiffServ Type 35 : IP ToS value = 140
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER low(0), medium(1), high(2), highest(3)  

qosDiffServType36 1.3.6.1.4.1.171.10.134.1.1.12.4.2.37
DiffServ Type 36 : IP ToS value = 144
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER low(0), medium(1), high(2), highest(3)  

qosDiffServType37 1.3.6.1.4.1.171.10.134.1.1.12.4.2.38
DiffServ Type 37 : IP ToS value = 148
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER low(0), medium(1), high(2), highest(3)  

qosDiffServType38 1.3.6.1.4.1.171.10.134.1.1.12.4.2.39
DiffServ Type 38 : IP ToS value = 152
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER low(0), medium(1), high(2), highest(3)  

qosDiffServType39 1.3.6.1.4.1.171.10.134.1.1.12.4.2.40
DiffServ Type 39 : IP ToS value = 156
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER low(0), medium(1), high(2), highest(3)  

qosDiffServType40 1.3.6.1.4.1.171.10.134.1.1.12.4.2.41
DiffServ Type 40 : IP ToS value = 160
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER low(0), medium(1), high(2), highest(3)  

qosDiffServType41 1.3.6.1.4.1.171.10.134.1.1.12.4.2.42
DiffServ Type 41 : IP ToS value = 164
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER low(0), medium(1), high(2), highest(3)  

qosDiffServType42 1.3.6.1.4.1.171.10.134.1.1.12.4.2.43
DiffServ Type 42 : IP ToS value = 168
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER low(0), medium(1), high(2), highest(3)  

qosDiffServType43 1.3.6.1.4.1.171.10.134.1.1.12.4.2.44
DiffServ Type 43 : IP ToS value = 172
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER low(0), medium(1), high(2), highest(3)  

qosDiffServType44 1.3.6.1.4.1.171.10.134.1.1.12.4.2.45
DiffServ Type 44 : IP ToS value = 176
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER low(0), medium(1), high(2), highest(3)  

qosDiffServType45 1.3.6.1.4.1.171.10.134.1.1.12.4.2.46
DiffServ Type 45 : IP ToS value = 180
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER low(0), medium(1), high(2), highest(3)  

qosDiffServType46 1.3.6.1.4.1.171.10.134.1.1.12.4.2.47
DiffServ Type 46 : IP ToS value = 184
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER low(0), medium(1), high(2), highest(3)  

qosDiffServType47 1.3.6.1.4.1.171.10.134.1.1.12.4.2.48
DiffServ Type 47 : IP ToS value = 188
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER low(0), medium(1), high(2), highest(3)  

qosDiffServType48 1.3.6.1.4.1.171.10.134.1.1.12.4.2.49
DiffServ Type 48 : IP ToS value = 192
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER low(0), medium(1), high(2), highest(3)  

qosDiffServType49 1.3.6.1.4.1.171.10.134.1.1.12.4.2.50
DiffServ Type 49 : IP ToS value = 196
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER low(0), medium(1), high(2), highest(3)  

qosDiffServType50 1.3.6.1.4.1.171.10.134.1.1.12.4.2.51
DiffServ Type 50 : IP ToS value = 200
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER low(0), medium(1), high(2), highest(3)  

qosDiffServType51 1.3.6.1.4.1.171.10.134.1.1.12.4.2.52
DiffServ Type 51 : IP ToS value = 204
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER low(0), medium(1), high(2), highest(3)  

qosDiffServType52 1.3.6.1.4.1.171.10.134.1.1.12.4.2.53
DiffServ Type 52 : IP ToS value = 208
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER low(0), medium(1), high(2), highest(3)  

qosDiffServType53 1.3.6.1.4.1.171.10.134.1.1.12.4.2.54
DiffServ Type 53 : IP ToS value = 212
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER low(0), medium(1), high(2), highest(3)  

qosDiffServType54 1.3.6.1.4.1.171.10.134.1.1.12.4.2.55
DiffServ Type 54 : IP ToS value = 216
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER low(0), medium(1), high(2), highest(3)  

qosDiffServType55 1.3.6.1.4.1.171.10.134.1.1.12.4.2.56
DiffServ Type 55 : IP ToS value = 220
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER low(0), medium(1), high(2), highest(3)  

qosDiffServType56 1.3.6.1.4.1.171.10.134.1.1.12.4.2.57
DiffServ Type 56 : IP ToS value = 224
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER low(0), medium(1), high(2), highest(3)  

qosDiffServType57 1.3.6.1.4.1.171.10.134.1.1.12.4.2.58
DiffServ Type 57 : IP ToS value = 228
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER low(0), medium(1), high(2), highest(3)  

qosDiffServType58 1.3.6.1.4.1.171.10.134.1.1.12.4.2.59
DiffServ Type 58 : IP ToS value = 232
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER low(0), medium(1), high(2), highest(3)  

qosDiffServType59 1.3.6.1.4.1.171.10.134.1.1.12.4.2.60
DiffServ Type 59 : IP ToS value = 236
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER low(0), medium(1), high(2), highest(3)  

qosDiffServType60 1.3.6.1.4.1.171.10.134.1.1.12.4.2.61
DiffServ Type 60 : IP ToS value = 240
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER low(0), medium(1), high(2), highest(3)  

qosDiffServType61 1.3.6.1.4.1.171.10.134.1.1.12.4.2.62
DiffServ Type 61 : IP ToS value = 244
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER low(0), medium(1), high(2), highest(3)  

qosDiffServType62 1.3.6.1.4.1.171.10.134.1.1.12.4.2.63
DiffServ Type 62 : IP ToS value = 248
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER low(0), medium(1), high(2), highest(3)  

qosDiffServType63 1.3.6.1.4.1.171.10.134.1.1.12.4.2.64
DiffServ Type 63 : IP ToS value = 252
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER low(0), medium(1), high(2), highest(3)  

qosAclPrioritySettings 1.3.6.1.4.1.171.10.134.1.1.12.8
OBJECT IDENTIFIER    

aclQosTable 1.3.6.1.4.1.171.10.134.1.1.12.8.2
A list of priority by acl setting.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AclQosEntry

aclQosEntry 1.3.6.1.4.1.171.10.134.1.1.12.8.2.1
A list of priority by acl setting entry.
Status: current Access: not-accessible
OBJECT-TYPE    
  AclQosEntry  

aclQosIndex 1.3.6.1.4.1.171.10.134.1.1.12.8.2.1.1
Index of priority by acl setting.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 1..65535  

aclQosType 1.3.6.1.4.1.171.10.134.1.1.12.8.2.1.2
Type of priority by aclqos setting. DGS-1100-06ME only support ipv6traffic_class.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER ipv6traffic-class(7)  

aclQosIP6TC 1.3.6.1.4.1.171.10.134.1.1.12.8.2.1.10
Ipv6 Traffic Class number of priority by acl setting
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 0..255  

aclQosAssignPriority 1.3.6.1.4.1.171.10.134.1.1.12.8.2.1.98
Be mapped class of priority by acl setting.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER low(0), medium(1), high(2), highest(3)  

aclQosStatus 1.3.6.1.4.1.171.10.134.1.1.12.8.2.1.99
Status of priority by acl setting.
Status: current Access: read-write
OBJECT-TYPE    
  RowStatus  

bandwidthCtrlSettings 1.3.6.1.4.1.171.10.134.1.1.13.1
OBJECT IDENTIFIER    

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

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

bandwidthCtrlIndex 1.3.6.1.4.1.171.10.134.1.1.13.1.2.1.1
The interface index for which the configuration in this entry applies. For all machines give maximum port number.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 1..6  

bandwidthCtrlTxThreshold 1.3.6.1.4.1.171.10.134.1.1.13.1.2.1.2
Configures interface Rate Limit (Packet that can be transferred on a port at a particular second). This object's value will take effect on the interface speed. Based on the operating speed of the port, the rate limit will be applied. This value can also be affected by the metering. A value of zero(0) disable rate limiting i.e. sets the port to full speed. The value can be set between 64~100000(Kbits per second) in FE port, 64~1000000 (Kbits per second) in GE port.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 0 | 64..1000000  

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

bandwidthEffecTxThreshold 1.3.6.1.4.1.171.10.134.1.1.13.1.2.1.4
This object's value will take effect on the interface speed. Based on the operating speed of the port, the rate limit will be applied. This value can also be affected by the metering. A value of zero(0) disable rate limiting i.e. sets the port to full speed.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

bandwidthEffecRxThreshold 1.3.6.1.4.1.171.10.134.1.1.13.1.2.1.5
Allows to configure the limiting value for the maximum number of receive packets that can be transmitted per second over this interface. Setting this object to the value zero disables rate limiting for receive packets on this interface. The value that can be set for this object is limited by the underlying hardware.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

trafficCtrlSettings 1.3.6.1.4.1.171.10.134.1.1.13.4
OBJECT IDENTIFIER    

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

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

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

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

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

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

trafficCtrlThreshold 1.3.6.1.4.1.171.10.134.1.1.13.4.2.1.4
The threshold of traffic control.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 1..102400  

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

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

trafficCtrlAutoRecoverTime 1.3.6.1.4.1.171.10.134.1.1.13.4.3
The recover time of traffic control.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 0..65535  

securityTrustedHost 1.3.6.1.4.1.171.10.134.1.1.14.1
OBJECT IDENTIFIER    

trustedHostStatus 1.3.6.1.4.1.171.10.134.1.1.14.1.1
This object indicates trusted host function is enabled or disabled. When trusted host function is enabled, D-Link Smart Switches will only allow hosts which you trust to access and control the switch. Your local host IP Addresses must be one of the IP Addresses to avoid disconnection.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

ipv4trustedHostTable 1.3.6.1.4.1.171.10.134.1.1.14.1.2
A table to configure trusted host in the system.
Status: obsolete Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Ipv4TrustedHostEntry

ipv4trustedHostEntry 1.3.6.1.4.1.171.10.134.1.1.14.1.2.1
Each entry in this table represents rules for particular trusted host.
Status: obsolete Access: not-accessible
OBJECT-TYPE    
  Ipv4TrustedHostEntry  

ipv4trustedHostIpAddr 1.3.6.1.4.1.171.10.134.1.1.14.1.2.1.1
The IP address of host you allow to access to D-Link Smart Switch. Your local host IP Addresses must be one of the IP Addresses to avoid disconnection.
Status: obsolete Access: read-only
OBJECT-TYPE    
  IpAddress  

ipv4trustedHostIpMask 1.3.6.1.4.1.171.10.134.1.1.14.1.2.1.2
Used to mask with IP address, it allow you set a subnet as a trusted host entry.
Status: obsolete Access: read-only
OBJECT-TYPE    
  IpAddress  

ipv4trustedHostRowStatus 1.3.6.1.4.1.171.10.134.1.1.14.1.2.1.3
The status of an entry in the Trusted Host Table. Only a subset of the rowstatus variables (active, createAndGo, destroy) are available.
Status: obsolete Access: read-create
OBJECT-TYPE    
  RowStatus  

trustedHostTable 1.3.6.1.4.1.171.10.134.1.1.14.1.3
A table to configure trusted host for in the system.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    TrustedHostEntry

trustedHostEntry 1.3.6.1.4.1.171.10.134.1.1.14.1.3.1
Each entry in this table represents rules for particular trusted host.
Status: current Access: not-accessible
OBJECT-TYPE    
  TrustedHostEntry  

trustedHostIPType 1.3.6.1.4.1.171.10.134.1.1.14.1.3.1.1
Type of IP interface.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER iPv4(1), iPv6(2)  

trustedHostIpAddr 1.3.6.1.4.1.171.10.134.1.1.14.1.3.1.2
The IP address of host you allow to access to D-Link Smart Switch. Your local host IPv4/6 Addresses must be one of the IP Addresses to avoid disconnection.
Status: current Access: read-only
OBJECT-TYPE    
  Ipv6Address  

trustedHostIpMask 1.3.6.1.4.1.171.10.134.1.1.14.1.3.1.3
Used to mask with IPv4/6 address, it allow you set a subnet as a trusted host entry.
Status: current Access: read-only
OBJECT-TYPE    
  Ipv6Address  

trustedHostRowStatus 1.3.6.1.4.1.171.10.134.1.1.14.1.3.1.4
The status of an entry in the Trusted Host Table. Only a subset of the rowstatus variables (active, createAndGo, destroy) are available.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

securityPortSecurity 1.3.6.1.4.1.171.10.134.1.1.14.2
OBJECT IDENTIFIER    

portSecTable 1.3.6.1.4.1.171.10.134.1.1.14.2.1
A table to control port security features of the device.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    PortSecEntry

portSecEntry 1.3.6.1.4.1.171.10.134.1.1.14.2.1.1
An entry appears in port security table for each interface in the system.
Status: current Access: not-accessible
OBJECT-TYPE    
  PortSecEntry  

portSecIndex 1.3.6.1.4.1.171.10.134.1.1.14.2.1.1.1
The interface index for which the configuration in this entry applies. For all machines give maximum port number.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 1..6  

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

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

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

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

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

portSecFDBPermIndex 1.3.6.1.4.1.171.10.134.1.1.14.2.2.1.1
The index of the port security MAC entry. For all machines give maximum port number.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 1..6  

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

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

portSecFDBPermPort 1.3.6.1.4.1.171.10.134.1.1.14.2.2.1.4
The forwarding port of the port security MAC entry. For all machines give maximum port number.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 1..6  

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

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

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

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

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

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

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

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

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

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

aclProfile 1.3.6.1.4.1.171.10.134.1.1.15.1
OBJECT IDENTIFIER    

ipv4aclProfileTable 1.3.6.1.4.1.171.10.134.1.1.15.1.1
A table to ACL profile .
Status: obsolete Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Ipv4AclProfileEntry

ipv4aclProfileEntry 1.3.6.1.4.1.171.10.134.1.1.15.1.1.1
Each entry in this table is a ACL profile. Index to the table is ACL profile ID.
Status: obsolete Access: not-accessible
OBJECT-TYPE    
  Ipv4AclProfileEntry  

ipv4aclProfileNo 1.3.6.1.4.1.171.10.134.1.1.15.1.1.1.1
The ACL Profile ID. The ID 1 to 50 is user-defined ACL, and the ID more than 50 is reserved for system-defined ACL. The user only allow to create user-defined ACL ID. And system-defined ACL is read only.
Status: obsolete Access: read-only
OBJECT-TYPE    
  Integer32 1..150  

ipv4aclProfileType 1.3.6.1.4.1.171.10.134.1.1.15.1.1.1.2
The ACL Profile type, possible value are l2 (1) - for MAC-based rule, l3 (2) - for IPv4-based rule, voiceVlan(6) - for Voice VLAN OUI entry. userDefined(9) - for User Defined entry. Note that only l2, l3 and userDefined could be set by user, other is reserved for system to show information.
Status: obsolete Access: read-write
OBJECT-TYPE    
  INTEGER l2(1), l3(2)  

ipv4aclProfileRuleCount 1.3.6.1.4.1.171.10.134.1.1.15.1.1.1.3
The number of rules in this profile.
Status: obsolete Access: read-only
OBJECT-TYPE    
  Integer32 0..65535  

ipv4aclProfileMask 1.3.6.1.4.1.171.10.134.1.1.15.1.1.1.4
Indicate which field want to care in the packet. Turn on the following bits to select the following items Type Item BIT ------------------------------------------ L2 DST_MAC 0 (LSB) L2 SRC_MAC 1 L2 VID 2 L2 8021P_PRIORITY 3 L2 ETHER_TYPE 4 L3 DSCP 5 L3 ICMP_TYPE 6 L3 ICMP_CODE 7 L3 IGMP_TYPE 8 L3 DST_IP 9 L3 SRC_IP 10 L3 DST_PORT 11 L3 SRC_PORT 12 L3 TCPFLAG 13 (MSB) L3 TOS 16 (MSB) ------------------------------------------- The value is in Hex format.
Status: obsolete Access: read-write
OBJECT-TYPE    
  OCTET STRING  

ipv4aclProfileDstMacAddrMask 1.3.6.1.4.1.171.10.134.1.1.15.1.1.1.5
The ACL Profile destination MAC address mask. If DST_MAC is turn on in aclProfileMask, it will work with its member rule field,aclL2RuleDstMacAddr, to caculate a range of MAC address which is really care.
Status: obsolete Access: read-write
OBJECT-TYPE    
  MacAddress  

ipv4aclProfileSrcMacAddrMask 1.3.6.1.4.1.171.10.134.1.1.15.1.1.1.6
The ACL Profile source MAC address mask. If SRC_MAC is turn on in aclProfileMask, it will work with its member rule field,aclL2RuleSrcMacAddr, to caculate a range of MAC address which is really care.
Status: obsolete Access: read-write
OBJECT-TYPE    
  MacAddress  

ipv4aclProfileIPProtocol 1.3.6.1.4.1.171.10.134.1.1.15.1.1.1.7
Indicate which IP Protocol will be care in this profile. Only profile type is l3 can set the IP protocol. For others, this field will be none.
Status: obsolete Access: read-write
OBJECT-TYPE    
  INTEGER none(0), icmp(1), igmp(2), tcp(6), udp(17), ipMask(255)  

ipv4aclProfileIPProtocolMask 1.3.6.1.4.1.171.10.134.1.1.15.1.1.1.8
The ACL Profile IP protocol mask. If aclProfileIPProtocol set to ipMask, this field will be refered. It will work with its member rule field,aclL3RuleProtocol, to caculate a range of IP protocol which is really care. The value is in HEX format.
Status: obsolete Access: read-write
OBJECT-TYPE    
  OCTET STRING  

ipv4aclProfileDstIpAddrMask 1.3.6.1.4.1.171.10.134.1.1.15.1.1.1.9
The ACL Profile destination IP address mask. If DST_IP is turn on in aclProfileMask, it will work with its member rule field,aclL3RuleDstIpAddr, to caculate a range of IP address which is really care. The value is in HEX format, for example: '255.255.255.0' is presented to 'FFFFFF00'
Status: obsolete Access: read-write
OBJECT-TYPE    
  IpAddress  

ipv4aclProfileSrcIpAddrMask 1.3.6.1.4.1.171.10.134.1.1.15.1.1.1.10
The ACL Profile source IP address mask. If SRC_IP is turn on in aclProfileMask, it will work with its member rule field,aclL3RuleSrcIpAddr, to caculate a range of IP address which is really care. The value is in HEX format, for example: '255.255.255.0' is presented to 'FFFFFF00'
Status: obsolete Access: read-write
OBJECT-TYPE    
  IpAddress  

ipv4aclProfileDstPortMask 1.3.6.1.4.1.171.10.134.1.1.15.1.1.1.11
The ACL Profile UDP/TCP destination port mask. If DST_PORT is turn on in aclProfileMask, it will work with its member rule field,aclL3RuleTcpUdpDstPort, to caculate a range of destination port which is really care. The value is in HEX format.
Status: obsolete Access: read-write
OBJECT-TYPE    
  OCTET STRING  

ipv4aclProfileSrcPortMask 1.3.6.1.4.1.171.10.134.1.1.15.1.1.1.12
The ACL Profile UDP/TCP source port mask. If SRC_PORT is turn on in aclProfileMask, it will work with its member rule field,aclL3RuleTcpUdpSrcPort, to caculate a range of source port which is really care. The value is in HEX format.
Status: obsolete Access: read-write
OBJECT-TYPE    
  OCTET STRING  

ipv4aclProfileStatus 1.3.6.1.4.1.171.10.134.1.1.15.1.1.1.28
This object indicates the status of this entry, can only be set to 'createAndWait','active' and 'destroy'. When the value of the entry status is 'createAndWait', it could be set to 'active' only if the three values of aclProfileType, aclProfileMask and ProtocolType are not conflicted.
Status: obsolete Access: read-create
OBJECT-TYPE    
  RowStatus  

aclProfileTable 1.3.6.1.4.1.171.10.134.1.1.15.1.2
A table to ACL profile .
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AclProfileEntry

aclProfileEntry 1.3.6.1.4.1.171.10.134.1.1.15.1.2.1
Each entry in this table is a ACL profile. Index to the table is ACL profile ID.
Status: current Access: not-accessible
OBJECT-TYPE    
  AclProfileEntry  

aclProfileNo 1.3.6.1.4.1.171.10.134.1.1.15.1.2.1.1
The ACL Profile ID. The ID 1 to 50 is user-defined ACL, and the ID more than 50 is reserved for system-defined ACL. The user only allow to create user-defined ACL ID. And system-defined ACL is read only.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 1..150  

aclProfileType 1.3.6.1.4.1.171.10.134.1.1.15.1.2.1.2
The ACL Profile type, possible value are l2 (1) - for MAC-based rule, l3v4 (2) - for IPv4-based rule, l3v6 (11) - for IPv6-based rule, voiceVlan(6) - for Voice VLAN OUI entry. userDefined(9) - for User Defined entry. Note that only l2, l3 and userDefined could be set by user, other is reserved for system to show information.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER l2(1), l3v4(2), l3v6(11)  

aclProfileRuleCount 1.3.6.1.4.1.171.10.134.1.1.15.1.2.1.3
The number of rules in this profile.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..65535  

aclProfileMask 1.3.6.1.4.1.171.10.134.1.1.15.1.2.1.4
Indicate which field want to care in the packet. Turn on the following bits to select the following items Type Item BIT ------------------------------------------ L2 DST_MAC 0 (LSB) L2 SRC_MAC 1 L2 VID 2 L2 8021P_PRIORITY 3 L2 ETHER_TYPE 4 L3 DSCP 5 L3 ICMP_TYPE 6 L3 ICMP_CODE 7 L3 IGMP_TYPE 8 L3 DST_IP 9 L3 SRC_IP 10 L3 DST_PORT 11 L3 SRC_PORT 12 L3 TCPFLAG 13 (MSB) L3 TOS 16 (MSB) L3 TRAFFIC_CLASS 21 ------------------------------------------- The value is in Hex format.
Status: current Access: read-write
OBJECT-TYPE    
  OCTET STRING  

aclProfileDstMacAddrMask 1.3.6.1.4.1.171.10.134.1.1.15.1.2.1.5
The ACL Profile destination MAC address mask. If DST_MAC is turn on in aclProfileMask, it will work with its member rule field,aclL2RuleDstMacAddr, to caculate a range of MAC address which is really care.
Status: current Access: read-write
OBJECT-TYPE    
  MacAddress  

aclProfileSrcMacAddrMask 1.3.6.1.4.1.171.10.134.1.1.15.1.2.1.6
The ACL Profile source MAC address mask. If SRC_MAC is turn on in aclProfileMask, it will work with its member rule field,aclL2RuleSrcMacAddr, to caculate a range of MAC address which is really care.
Status: current Access: read-write
OBJECT-TYPE    
  MacAddress  

aclProfileIPProtocol 1.3.6.1.4.1.171.10.134.1.1.15.1.2.1.7
Indicate which IP Protocol will be care in this profile. Only profile type is l3 can set the IP protocol. For others, this field will be none.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER none(0), icmp(1), igmp(2), tcp(6), udp(17), ipMask(255)  

aclProfileIPProtocolMask 1.3.6.1.4.1.171.10.134.1.1.15.1.2.1.8
The ACL Profile IP protocol mask. If aclProfileIPProtocol set to ipMask, this field will be refered. It will work with its member rule field,aclL3RuleProtocol, to caculate a range of IP protocol which is really care. The value is in HEX format.
Status: current Access: read-write
OBJECT-TYPE    
  OCTET STRING  

aclProfileDstIpAddrMaskType 1.3.6.1.4.1.171.10.134.1.1.15.1.2.1.9
IPv6 Address type.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER iPv4(1), iPv6(2)  

aclProfileDstIpAddrMask 1.3.6.1.4.1.171.10.134.1.1.15.1.2.1.10
The ACL Profile destination IP address mask. If DST_IP is turn on in aclProfileMask, it will work with its member rule field,aclL3RuleDstIpAddr, to caculate a range of IP address which is really care. The value is in HEX format, for example: '255.255.255.0' is presented to 'FFFFFF00'
Status: current Access: read-write
OBJECT-TYPE    
  Ipv6Address  

aclProfileSrcIpAddrMaskType 1.3.6.1.4.1.171.10.134.1.1.15.1.2.1.11
IPv6 Address type.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER iPv4(1), iPv6(2)  

aclProfileSrcIpAddrMask 1.3.6.1.4.1.171.10.134.1.1.15.1.2.1.12
The ACL Profile source IP address mask. If SRC_IP is turn on in aclProfileMask, it will work with its member rule field,aclL3RuleSrcIpAddr, to caculate a range of IP address which is really care. The value is in HEX format, for example: '255.255.255.0' is presented to 'FFFFFF00'
Status: current Access: read-write
OBJECT-TYPE    
  Ipv6Address  

aclProfileDstPortMask 1.3.6.1.4.1.171.10.134.1.1.15.1.2.1.13
The ACL Profile UDP/TCP destination port mask. If DST_PORT is turn on in aclProfileMask, it will work with its member rule field,aclL3RuleTcpUdpDstPort, to caculate a range of destination port which is really care. The value is in HEX format.
Status: current Access: read-write
OBJECT-TYPE    
  OCTET STRING  

aclProfileSrcPortMask 1.3.6.1.4.1.171.10.134.1.1.15.1.2.1.14
The ACL Profile UDP/TCP source port mask. If SRC_PORT is turn on in aclProfileMask, it will work with its member rule field,aclL3RuleTcpUdpSrcPort, to caculate a range of source port which is really care. The value is in HEX format.
Status: current Access: read-write
OBJECT-TYPE    
  OCTET STRING  

aclProfileStatus 1.3.6.1.4.1.171.10.134.1.1.15.1.2.1.30
This object indicates the status of this entry, can only be set to 'createAndWait','active' and 'destroy'. When the value of the entry status is 'createAndWait', it could be set to 'active' only if the three values of aclProfileType, aclProfileMask and ProtocolType are not conflicted.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

aclL2Rule 1.3.6.1.4.1.171.10.134.1.1.15.2
OBJECT IDENTIFIER    

aclL2RuleTable 1.3.6.1.4.1.171.10.134.1.1.15.2.1
A table to configure L2 filter rules in the system.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AclL2RuleEntry

aclL2RuleEntry 1.3.6.1.4.1.171.10.134.1.1.15.2.1.1
Each entry in this table is a L2 filter rule. Index to the table is the L2 filter number and Profile ID.
Status: current Access: not-accessible
OBJECT-TYPE    
  AclL2RuleEntry  

aclL2AccessID 1.3.6.1.4.1.171.10.134.1.1.15.2.1.1.1
L2 Filter rule ID. 0 means auto assign.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..250  

aclL2ProfileID 1.3.6.1.4.1.171.10.134.1.1.15.2.1.1.2
ACL Profile ID which this rule join.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 1..150  

aclL2RuleEtherType 1.3.6.1.4.1.171.10.134.1.1.15.2.1.1.3
The value in the Type/Len field of a frame that will be matched to trigger this filter. The default value of this object is '-1', which means the rule don't care this condition.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 -1 | 1501..65535  

aclL2RuleDstMacAddr 1.3.6.1.4.1.171.10.134.1.1.15.2.1.1.4
Destination MAC address to be matched with the packet. By Default, the Destination Mac Address will be zero,which means the rule don't care this condition.
Status: current Access: read-write
OBJECT-TYPE    
  MacAddress  

aclL2RuleSrcMacAddr 1.3.6.1.4.1.171.10.134.1.1.15.2.1.1.5
Source MAC address to be matched with the packet. By Default, the Source Mac Address will be zero, which means the rule don't care this condition.. address
Status: current Access: read-write
OBJECT-TYPE    
  MacAddress  

aclL2RuleVlanId 1.3.6.1.4.1.171.10.134.1.1.15.2.1.1.6
Vlan Id to be filtered. In case of Provider bridges, This Vlan Id will be treated as customer Vlan Id. By Default, the value will be '-1', which means the rule don't care this condition.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 -1..4094  

aclL2Rule1pPriority 1.3.6.1.4.1.171.10.134.1.1.15.2.1.1.7
802.1p priority to be matched with the packet. By Default, the value will be '-1', which means the rule don't care this condition.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 -1..7  

aclL2RuleDstMacAddrMask 1.3.6.1.4.1.171.10.134.1.1.15.2.1.1.8
The MAC address Mask work for Destination MAC address. This field is read-only and copy from it's Profile setting.
Status: current Access: read-only
OBJECT-TYPE    
  MacAddress  

aclL2RuleSrcMacAddrMask 1.3.6.1.4.1.171.10.134.1.1.15.2.1.1.9
The MAC address Mask work for Source MAC address. This field is read-only and copy from it's Profile setting.
Status: current Access: read-only
OBJECT-TYPE    
  MacAddress  

aclL2RuleInPortList 1.3.6.1.4.1.171.10.134.1.1.15.2.1.1.10
Specifies the complete set of ports over which this filter is applied for packets ingress at ports in this list.
Status: current Access: read-write
OBJECT-TYPE    
  PortList  

aclL2RuleAction 1.3.6.1.4.1.171.10.134.1.1.15.2.1.1.11
Specifies the action to be taken on the packet if the filter rule matches. If the action is 'allow', the packet will be forwarded according to the forwarding rules. If the action is 'drop', the packet will be discarded.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER allow(1), drop(2), rateLimit(4), replaceDSCP(5)  

aclL2RuleRateLimit 1.3.6.1.4.1.171.10.134.1.1.15.2.1.1.12
Rate limit for matched packet.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32  

aclL2RuleReplaceDSCP 1.3.6.1.4.1.171.10.134.1.1.15.2.1.1.13
Replace DSCP for matched packet.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 -1..63  

aclL2RuleNonIPFilterOnlyState 1.3.6.1.4.1.171.10.134.1.1.15.2.1.1.15
Enables / disables Non IP Filter Only State
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enable(1), disable(2)  

aclL2RuleStatus 1.3.6.1.4.1.171.10.134.1.1.15.2.1.1.99
This object indicates the status of this entry. An entry is created in this table when this object is SET to 'createAndWait'. The entry in this table is used when the status of this object is SET 'active'. The entry in this table is not used when this object is SET 'notInService'. An entry created in this table is be deleted when this object is SET 'destroy'.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

aclL3Rule 1.3.6.1.4.1.171.10.134.1.1.15.3
OBJECT IDENTIFIER    

aclL3RuleTable 1.3.6.1.4.1.171.10.134.1.1.15.3.1
A table to configure L3 filter rules in the system.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AclL3RuleEntry

aclL3RuleEntry 1.3.6.1.4.1.171.10.134.1.1.15.3.1.1
Each entry in this table is a L3 filter rule. Index to the table is L3 filter number and Profile ID.
Status: current Access: not-accessible
OBJECT-TYPE    
  AclL3RuleEntry  

aclL3RuleAccessID 1.3.6.1.4.1.171.10.134.1.1.15.3.1.1.1
L3 Filter rule ID. 0 means auto assign.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..250  

aclL3RuleProfileNo 1.3.6.1.4.1.171.10.134.1.1.15.3.1.1.2
The Profile ID which this rule join.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 1..150  

aclL3RuleProtocol 1.3.6.1.4.1.171.10.134.1.1.15.3.1.1.3
The type of protocol to be checked against the packet.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER icmp(1), igmp(2), tcp(6), udp(17)  

aclL3RuleProtocolMask 1.3.6.1.4.1.171.10.134.1.1.15.3.1.1.4
The IP protocol mask. This field is read-only and copy from it's Profile setting. It will work with the other field,aclL3RuleProtocol, to caculate a range of IP protocol which is really care. The value is in HEX format.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING  

aclL3RuleICMPMessageType 1.3.6.1.4.1.171.10.134.1.1.15.3.1.1.5
The message type to be checked against the packet. If the message type matches with the packet, then the packet will be dropped / allowed based on the action set in aclL3RuleAction. The default value is '-1',which means the rule don't care this condition. Some ICMP message types are: echoReply(0), destinationUnreachable(3), sourceQuench(4), redirect(5), echoRequest(8), timeExceeded(11), parameterProblem(12), timestampRequest(13), timestampReply(14), informationRequest(15), informationReply(16), addressMaskRequest(17), addressMaskReply (18),
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 -1..255  

aclL3RuleICMPMessageCode 1.3.6.1.4.1.171.10.134.1.1.15.3.1.1.6
The message code to be checked against the packet. If the packet matches with the message code, then the packet will be dropped / allowed based on the action set in aclL3RuleAction. The default value is '-1', which means the rule don't care this condition. Some ICMP message codes are : networkUnreachable(0), hostUnreachable(1), protocolUnreachable(2), portUnreachable(3), fragmentNeed(4), sourceRouteFail(5), destNetworkUnknown(6), destHostUnknown(7), srcHostIsolated(8), destNetworkAdminProhibited(9), destHostAdminProhibited(10), networkUnreachableTOS(11), hostUnreachableTOS(12),
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 -1..255  

aclL3RuleDstIpAddr 1.3.6.1.4.1.171.10.134.1.1.15.3.1.1.7
Destination IP address to be matched with the packet. The default value will be zero, which means the rule don't care this condition.
Status: current Access: read-write
OBJECT-TYPE    
  IpAddress  

aclL3RuleSrcIpAddr 1.3.6.1.4.1.171.10.134.1.1.15.3.1.1.8
Source IP address to be matched with the packet. The default value will be zero, which means the rule don't care this condition.
Status: current Access: read-write
OBJECT-TYPE    
  IpAddress  

aclL3RuleDstIpAddrMask 1.3.6.1.4.1.171.10.134.1.1.15.3.1.1.9
The IP subnet mask for Destination IP address. This field is read-only and copy from it's Profile setting.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

aclL3RuleSrcIpAddrMask 1.3.6.1.4.1.171.10.134.1.1.15.3.1.1.10
The IP subnet mask for Source IP address. This field is read-only and copy from it's Profile setting.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

aclL3RuleTcpUdpDstPort 1.3.6.1.4.1.171.10.134.1.1.15.3.1.1.11
The TCP / UDP destination port. The default value is -1, which means the rule don't care this condition.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 -1..65535  

aclL3RuleTcpUdpSrcPort 1.3.6.1.4.1.171.10.134.1.1.15.3.1.1.12
The TCP / UDP source port. The default value is -1, which means the rule don't care this condition.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 -1..65535  

aclL3RuleTcpUdpDstPortMask 1.3.6.1.4.1.171.10.134.1.1.15.3.1.1.13
The TCP / UDP Destination port Mask. This field is read-only and copy from it's Profile setting.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING  

aclL3RuleTcpUdpSrcPortMask 1.3.6.1.4.1.171.10.134.1.1.15.3.1.1.14
The TCP / UDP Source port Mask. This field is read-only and copy from it's Profile setting.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING  

aclL3RuleTcpAckBit 1.3.6.1.4.1.171.10.134.1.1.15.3.1.1.15
The TCP ACK bit to be checked against the packet. The default value is 'dont_care'(-1), which means the rule don't care this condition.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER dont-care(-1), establish(1), notEstablish(2)  

aclL3RuleTcpRstBit 1.3.6.1.4.1.171.10.134.1.1.15.3.1.1.16
The TCP RST bit to be checked against the packet. The default value is 'dont_care'(-1), which means the rule don't care this condition.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER dont-care(-1), establish(1), notEstablish(2)  

aclL3RuleTcpUrgBit 1.3.6.1.4.1.171.10.134.1.1.15.3.1.1.17
The TCP Urg bit to be checked against the packet. The default value is 'dont_care'(-1), which means the rule don't care this condition.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER dont-care(-1), establish(1), notEstablish(2)  

aclL3RuleTcpPshBit 1.3.6.1.4.1.171.10.134.1.1.15.3.1.1.18
The TCP Psh bit to be checked against the packet. The default value is 'dont_care'(-1). which means the rule don't care this condition.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER dont-care(-1), establish(1), notEstablish(2)  

aclL3RuleTcpSynBit 1.3.6.1.4.1.171.10.134.1.1.15.3.1.1.19
The TCP Syn bit to be checked against the packet. The default value is 'dont_care'(-1), which means the rule don't care this condition.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER dont-care(-1), establish(1), notEstablish(2)  

aclL3RuleTcpFinBit 1.3.6.1.4.1.171.10.134.1.1.15.3.1.1.20
The TCP Fin bit to be checked against the packet. The default value is 'dont_care'(-1), which means the rule don't care this condition.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER dont-care(-1), establish(1), notEstablish(2)  

aclL3RuleDscp 1.3.6.1.4.1.171.10.134.1.1.15.3.1.1.21
The IP Dscp value to be checked against the packet. A default value is '-1', which means the rule don't care this condition.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 -1..63  

aclL3RuleTos 1.3.6.1.4.1.171.10.134.1.1.15.3.1.1.22
The IP Dscp value to be checked against the packet. A default value is '-1', which means the rule don't care this condition.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 -1..7  

aclL3RuleIgmpType 1.3.6.1.4.1.171.10.134.1.1.15.3.1.1.23
The IGMP Type to be checked against the packet.A default value is '-1', which means the rule don't care this condition.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 -1..255  

aclL3RulePortList 1.3.6.1.4.1.171.10.134.1.1.15.3.1.1.24
Specifies the complete set of ports over which if the packet arrives this filter rule will be applicable.
Status: current Access: read-write
OBJECT-TYPE    
  PortList  

aclL3RuleAction 1.3.6.1.4.1.171.10.134.1.1.15.3.1.1.25
Specifies the action to be taken on the packet if the filter rule matches.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER allow(1), drop(2), rateLimit(4), replaceDSCP(5)  

aclL3RuleRateLimit 1.3.6.1.4.1.171.10.134.1.1.15.3.1.1.26
Rate limit for matched packet.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32  

aclL3RuleReplaceDSCP 1.3.6.1.4.1.171.10.134.1.1.15.3.1.1.27
ReplaceDSCP for matched packet.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 -1..63  

aclL3RuleStatus 1.3.6.1.4.1.171.10.134.1.1.15.3.1.1.29
This object indicates the status of this entry. An entry is created in this table when this object is SET to 'createAndWait'. The entry in this table is used when the status of this object is SET 'active'. The entry in this table is not used when this object is SET 'notInService'. An entry created in this table is be deleted when this object is SET 'destroy'.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

aclv6L3RuleTable 1.3.6.1.4.1.171.10.134.1.1.15.3.2
A table to configure L3 filter rules in the system.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Aclv6L3RuleEntry

aclv6L3RuleEntry 1.3.6.1.4.1.171.10.134.1.1.15.3.2.1
Each entry in this table is a L3 filter rule. Index to the table is L3 filter number and Profile ID.
Status: current Access: not-accessible
OBJECT-TYPE    
  Aclv6L3RuleEntry  

aclv6L3RuleAccessID 1.3.6.1.4.1.171.10.134.1.1.15.3.2.1.1
L3 Filter rule ID. 0 means auto assign.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..250  

aclv6L3RuleProfileNo 1.3.6.1.4.1.171.10.134.1.1.15.3.2.1.2
The Profile ID which this rule join.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 1..150  

aclv6L3RuleProtocol 1.3.6.1.4.1.171.10.134.1.1.15.3.2.1.3
The type of protocol to be checked against the packet.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER icmp(1), tcp(6), udp(17)  

aclv6L3RuleProtocolMask 1.3.6.1.4.1.171.10.134.1.1.15.3.2.1.4
The IP protocol mask. This field is read-only and copy from it's Profile setting. It will work with the other field,aclL3RuleProtocol, to caculate a range of IP protocol which is really care. The value is in HEX format.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING  

aclv6L3RuleICMPMessageType 1.3.6.1.4.1.171.10.134.1.1.15.3.2.1.5
The message type to be checked against the packet. If the message type matches with the packet, then the packet will be dropped / allowed based on the action set in aclL3RuleAction. The default value is '-1',which means the rule don't care this condition. Some ICMP message types are: echoReply(0), destinationUnreachable(3), sourceQuench(4), redirect(5), echoRequest(8), timeExceeded(11), parameterProblem(12), timestampRequest(13), timestampReply(14), informationRequest(15), informationReply(16), addressMaskRequest(17), addressMaskReply (18),
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 -1..255  

aclv6L3RuleICMPMessageCode 1.3.6.1.4.1.171.10.134.1.1.15.3.2.1.6
The message code to be checked against the packet. If the packet matches with the message code, then the packet will be dropped / allowed based on the action set in aclL3RuleAction. The default value is '-1', which means the rule don't care this condition. Some ICMP message codes are : networkUnreachable(0), hostUnreachable(1), protocolUnreachable(2), portUnreachable(3), fragmentNeed(4), sourceRouteFail(5), destNetworkUnknown(6), destHostUnknown(7), srcHostIsolated(8), destNetworkAdminProhibited(9), destHostAdminProhibited(10), networkUnreachableTOS(11), hostUnreachableTOS(12),
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 -1..255  

aclv6L3RuleDstIpAddr 1.3.6.1.4.1.171.10.134.1.1.15.3.2.1.7
Destination IP address to be matched with the packet. The default value will be zero, which means the rule don't care this condition.
Status: current Access: read-write
OBJECT-TYPE    
  Ipv6Address  

aclv6L3RuleSrcIpAddr 1.3.6.1.4.1.171.10.134.1.1.15.3.2.1.8
Source IP address to be matched with the packet. The default value will be zero, which means the rule don't care this condition.
Status: current Access: read-write
OBJECT-TYPE    
  Ipv6Address  

aclv6L3RuleDstIpAddrMask 1.3.6.1.4.1.171.10.134.1.1.15.3.2.1.9
The IP subnet mask for Destination IP address. This field is read-only and copy from it's Profile setting.
Status: current Access: read-only
OBJECT-TYPE    
  Ipv6Address  

aclv6L3RuleSrcIpAddrMask 1.3.6.1.4.1.171.10.134.1.1.15.3.2.1.10
The IP subnet mask for Source IP address. This field is read-only and copy from it's Profile setting.
Status: current Access: read-only
OBJECT-TYPE    
  Ipv6Address  

aclv6L3RuleTcpUdpDstPort 1.3.6.1.4.1.171.10.134.1.1.15.3.2.1.11
The TCP / UDP destination port. The default value is -1, which means the rule don't care this condition.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 -1..65535  

aclv6L3RuleTcpUdpSrcPort 1.3.6.1.4.1.171.10.134.1.1.15.3.2.1.12
The TCP / UDP source port. The default value is -1, which means the rule don't care this condition.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 -1..65535  

aclv6L3RuleTcpUdpDstPortMask 1.3.6.1.4.1.171.10.134.1.1.15.3.2.1.13
The TCP / UDP Destination port Mask. This field is read-only and copy from it's Profile setting.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING  

aclv6L3RuleTcpUdpSrcPortMask 1.3.6.1.4.1.171.10.134.1.1.15.3.2.1.14
The TCP / UDP Source port Mask. This field is read-only and copy from it's Profile setting.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING  

aclv6L3RuleTcpAckBit 1.3.6.1.4.1.171.10.134.1.1.15.3.2.1.15
The TCP ACK bit to be checked against the packet. The default value is 'dont_care'(-1), which means the rule don't care this condition.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER dont-care(-1), establish(1), notEstablish(2)  

aclv6L3RuleTcpRstBit 1.3.6.1.4.1.171.10.134.1.1.15.3.2.1.16
The TCP RST bit to be checked against the packet. The default value is 'dont_care'(-1), which means the rule don't care this condition.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER dont-care(-1), establish(1), notEstablish(2)  

aclv6L3RuleTcpUrgBit 1.3.6.1.4.1.171.10.134.1.1.15.3.2.1.17
The TCP Urg bit to be checked against the packet. The default value is 'dont_care'(-1), which means the rule don't care this condition.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER dont-care(-1), establish(1), notEstablish(2)  

aclv6L3RuleTcpPshBit 1.3.6.1.4.1.171.10.134.1.1.15.3.2.1.18
The TCP Psh bit to be checked against the packet. The default value is 'dont_care'(-1). which means the rule don't care this condition.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER dont-care(-1), establish(1), notEstablish(2)  

aclv6L3RuleTcpSynBit 1.3.6.1.4.1.171.10.134.1.1.15.3.2.1.19
The TCP Syn bit to be checked against the packet. The default value is 'dont_care'(-1), which means the rule don't care this condition.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER dont-care(-1), establish(1), notEstablish(2)  

aclv6L3RuleTcpFinBit 1.3.6.1.4.1.171.10.134.1.1.15.3.2.1.20
The TCP Fin bit to be checked against the packet. The default value is 'dont_care'(-1), which means the rule don't care this condition.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER dont-care(-1), establish(1), notEstablish(2)  

aclv6L3RuleTrafficClass 1.3.6.1.4.1.171.10.134.1.1.15.3.2.1.21
The IP Dscp value to be checked against the packet. A default value is '-1', which means the rule don't care this condition.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 -1..63  

aclv6L3RulePortList 1.3.6.1.4.1.171.10.134.1.1.15.3.2.1.23
Specifies the complete set of ports over which if the packet arrives this filter rule will be applicable.
Status: current Access: read-write
OBJECT-TYPE    
  PortList  

aclv6L3RuleAction 1.3.6.1.4.1.171.10.134.1.1.15.3.2.1.24
Specifies the action to be taken on the packet if the filter rule matches.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER allow(1), drop(2), rateLimit(4), replaceDSCP(5)  

aclv6L3RuleRateLimit 1.3.6.1.4.1.171.10.134.1.1.15.3.2.1.25
Rate limit for matched packet.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32  

aclv6L3RuleReplaceDSCP 1.3.6.1.4.1.171.10.134.1.1.15.3.2.1.26
ReplaceDSCP for matched packet.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 -1..63  

aclv6L3RuleStatus 1.3.6.1.4.1.171.10.134.1.1.15.3.2.1.28
This object indicates the status of this entry. An entry is created in this table when this object is SET to 'createAndWait'. The entry in this table is used when the status of this object is SET 'active'. The entry in this table is not used when this object is SET 'notInService'. An entry created in this table is be deleted when this object is SET 'destroy'.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

cpuFilterProfile 1.3.6.1.4.1.171.10.134.1.1.33.1
OBJECT IDENTIFIER    

ipv4cpuFilterProfileTable 1.3.6.1.4.1.171.10.134.1.1.33.1.1
A table to CPUInterfaceFilter profile .
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Ipv4CpuFilterProfileEntry

ipv4cpuFilterProfileEntry 1.3.6.1.4.1.171.10.134.1.1.33.1.1.1
Each entry in this table is a CPUInterfaceFilter profile. Index to the table is CPUInterfaceFilter profile ID.
Status: current Access: not-accessible
OBJECT-TYPE    
  Ipv4CpuFilterProfileEntry  

ipv4cpuFilterProfileNo 1.3.6.1.4.1.171.10.134.1.1.33.1.1.1.1
The CPUInterfaceFilter Profile ID. The ID 1 to 50 is user-defined CPUInterfaceFilter, and the ID more than 50 is reserved for system-defined CPUInterfaceFilter. The user only allow to create user-defined CPUInterfaceFilter ID. And system-defined CPUInterfaceFilter is read only.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 1..3  

ipv4cpuFilterProfileType 1.3.6.1.4.1.171.10.134.1.1.33.1.1.1.2
The CPUInterfaceFilter Profile type, possible value are l2 (1) - for MAC-based rule, l3 (2) - for IPv4-based rule, l3v6 (11) - for IPv6-based rule
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER l2(1), l3(2), l3v6(11)  

ipv4cpuFilterProfileRuleCount 1.3.6.1.4.1.171.10.134.1.1.33.1.1.1.3
The number of rules in this profile.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..65535  

ipv4cpuFilterProfileMask 1.3.6.1.4.1.171.10.134.1.1.33.1.1.1.4
Indicate which field want to care in the packet. Turn on the following bits to select the following items Type Item BIT ------------------------------------------ L2 DST_MAC 0 (LSB) L2 SRC_MAC 1 L2 VID 2 L2 8021P_PRIORITY 3 L2 ETHER_TYPE 4 L3 DSCP 5 L3 ICMP_TYPE 6 L3 ICMP_CODE 7 L3 IGMP_TYPE 8 L3 DST_IP 9 L3 SRC_IP 10 L3 DST_PORT 11 L3 SRC_PORT 12 L3 TCPFLAG 13 (MSB) ------------------------------------------- The value is in Hex format.
Status: current Access: read-write
OBJECT-TYPE    
  OCTET STRING  

ipv4cpuFilterProfileDstMacAddrMask 1.3.6.1.4.1.171.10.134.1.1.33.1.1.1.5
The CPUInterfaceFilter Profile destination MAC address mask. If DST_MAC is turn on in cpuFilterProfileMask, it will work with its member rule field,cpuFilterL2RuleDstMacAddr, to caculate a range of MAC address which is really care.
Status: current Access: read-write
OBJECT-TYPE    
  MacAddress  

ipv4cpuFilterProfileSrcMacAddrMask 1.3.6.1.4.1.171.10.134.1.1.33.1.1.1.6
The CPUInterfaceFilter Profile source MAC address mask. If SRC_MAC is turn on in cpuFilterProfileMask, it will work with its member rule field,cpuFilterL2RuleSrcMacAddr, to caculate a range of MAC address which is really care.
Status: current Access: read-write
OBJECT-TYPE    
  MacAddress  

ipv4cpuFilterProfileIPProtocol 1.3.6.1.4.1.171.10.134.1.1.33.1.1.1.7
Indicate which IP Protocol will be care in this profile. Only profile type is l3 can set the IP protocol. For others, this field will be none.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER none(0), icmp(1), igmp(2), tcp(6), udp(17), ipMask(255)  

ipv4cpuFilterProfileIPProtocolMask 1.3.6.1.4.1.171.10.134.1.1.33.1.1.1.8
The CPUInterfaceFilter Profile IP protocol mask. If cpuFilterProfileIPProtocol set to ipMask, this field will be refered. It will work with its member rule field,cpuFilterL3RuleProtocol, to caculate a range of IP protocol which is really care. The value is in HEX format.
Status: current Access: read-write
OBJECT-TYPE    
  OCTET STRING  

ipv4cpuFilterProfileDstIpAddrMask 1.3.6.1.4.1.171.10.134.1.1.33.1.1.1.9
The CPUInterfaceFilter Profile destination IP address mask. If DST_IP is turn on in cpuFilterProfileMask, it will work with its member rule field,cpuFilterL3RuleDstIpAddr, to caculate a range of IP address which is really care. The value is in HEX format, for example: '255.255.255.0' is presented to 'FFFFFF00'
Status: current Access: read-write
OBJECT-TYPE    
  IpAddress  

ipv4cpuFilterProfileSrcIpAddrMask 1.3.6.1.4.1.171.10.134.1.1.33.1.1.1.10
The CPUInterfaceFilter Profile source IP address mask. If SRC_IP is turn on in cpuFilterProfileMask, it will work with its member rule field,cpuFilterL3RuleSrcIpAddr, to caculate a range of IP address which is really care. The value is in HEX format, for example: '255.255.255.0' is presented to 'FFFFFF00'
Status: current Access: read-write
OBJECT-TYPE    
  IpAddress  

ipv4cpuFilterProfileDstPortMask 1.3.6.1.4.1.171.10.134.1.1.33.1.1.1.11
The CPUInterfaceFilter Profile UDP/TCP destination port mask. If DST_PORT is turn on in cpuFilterProfileMask, it will work with its member rule field,cpuFilterL3RuleTcpUdpDstPort, to caculate a range of destination port which is really care. The value is in HEX format.
Status: current Access: read-write
OBJECT-TYPE    
  OCTET STRING  

ipv4cpuFilterProfileSrcPortMask 1.3.6.1.4.1.171.10.134.1.1.33.1.1.1.12
The CPUInterfaceFilter Profile UDP/TCP source port mask. If SRC_PORT is turn on in cpuFilterProfileMask, it will work with its member rule field,cpuFilterL3RuleTcpUdpSrcPort, to caculate a range of source port which is really care. The value is in HEX format.
Status: current Access: read-write
OBJECT-TYPE    
  OCTET STRING  

ipv4cpuFilterProfileStatus 1.3.6.1.4.1.171.10.134.1.1.33.1.1.1.15
This object indicates the status of this entry, can only be set to 'createAndWait','active' and 'destroy'. When the value of the entry status is 'createAndWait', it could be set to 'active' only if the three values of cpuFilterProfileType, cpuFilterProfileMask and ProtocolType are not conflicted.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

cpuFilterProfileTable 1.3.6.1.4.1.171.10.134.1.1.33.1.2
A table to CPUInterfaceFilter profile .
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CpuFilterProfileEntry

cpuFilterProfileEntry 1.3.6.1.4.1.171.10.134.1.1.33.1.2.1
Each entry in this table is a CPUInterfaceFilter profile. Index to the table is CPUInterfaceFilter profile ID.
Status: current Access: not-accessible
OBJECT-TYPE    
  CpuFilterProfileEntry  

cpuFilterProfileNo 1.3.6.1.4.1.171.10.134.1.1.33.1.2.1.1
The CPUInterfaceFilter Profile ID. The ID 1 to 50 is user-defined CPUInterfaceFilter, and the ID more than 50 is reserved for system-defined CPUInterfaceFilter. The user only allow to create user-defined CPUInterfaceFilter ID. And system-defined CPUInterfaceFilter is read only.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 1..3  

cpuFilterProfileType 1.3.6.1.4.1.171.10.134.1.1.33.1.2.1.2
The CPUInterfaceFilter Profile type, possible value are l2 (1) - for MAC-based rule, l3 (2) - for IPv4-based rule, l3v6 (11) - for IPv6-based rule
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER l2(1), l3(2), l3v6(11)  

cpuFilterProfileRuleCount 1.3.6.1.4.1.171.10.134.1.1.33.1.2.1.3
The number of rules in this profile.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..65535  

cpuFilterProfileMask 1.3.6.1.4.1.171.10.134.1.1.33.1.2.1.4
Indicate which field want to care in the packet. Turn on the following bits to select the following items Type Item BIT ------------------------------------------ L2 DST_MAC 0 (LSB) L2 SRC_MAC 1 L2 VID 2 L2 8021P_PRIORITY 3 L2 ETHER_TYPE 4 L3 DSCP 5 L3 ICMP_TYPE 6 L3 ICMP_CODE 7 L3 IGMP_TYPE 8 L3 DST_IP 9 L3 SRC_IP 10 L3 DST_PORT 11 L3 SRC_PORT 12 L3 TCPFLAG 13 (MSB) L3 TRAFFIC_CLASS 21 ------------------------------------------- The value is in Hex format.
Status: current Access: read-write
OBJECT-TYPE    
  OCTET STRING  

cpuFilterProfileDstMacAddrMask 1.3.6.1.4.1.171.10.134.1.1.33.1.2.1.5
The CPUInterfaceFilter Profile destination MAC address mask. If DST_MAC is turn on in cpuFilterProfileMask, it will work with its member rule field,cpuFilterL2RuleDstMacAddr, to caculate a range of MAC address which is really care.
Status: current Access: read-write
OBJECT-TYPE    
  MacAddress  

cpuFilterProfileSrcMacAddrMask 1.3.6.1.4.1.171.10.134.1.1.33.1.2.1.6
The CPUInterfaceFilter Profile source MAC address mask. If SRC_MAC is turn on in cpuFilterProfileMask, it will work with its member rule field,cpuFilterL2RuleSrcMacAddr, to caculate a range of MAC address which is really care.
Status: current Access: read-write
OBJECT-TYPE    
  MacAddress  

cpuFilterProfileIPProtocol 1.3.6.1.4.1.171.10.134.1.1.33.1.2.1.7
Indicate which IP Protocol will be care in this profile. Only profile type is l3 can set the IP protocol. For others, this field will be none.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER none(0), icmp(1), igmp(2), tcp(6), udp(17), ipMask(255)  

cpuFilterProfileIPProtocolMask 1.3.6.1.4.1.171.10.134.1.1.33.1.2.1.8
The CPUInterfaceFilter Profile IP protocol mask. If cpuFilterProfileIPProtocol set to ipMask, this field will be refered. It will work with its member rule field,cpuFilterL3RuleProtocol, to caculate a range of IP protocol which is really care. The value is in HEX format.
Status: current Access: read-write
OBJECT-TYPE    
  OCTET STRING  

cpuFilterProfileDstIpAddrMaskType 1.3.6.1.4.1.171.10.134.1.1.33.1.2.1.9
IPv6 Address type.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER iPv4(1), iPv6(2)  

cpuFilterProfileDstIpAddrMask 1.3.6.1.4.1.171.10.134.1.1.33.1.2.1.10
The CPUInterfaceFilter Profile destination IP address mask. If DST_IP is turn on in cpuFilterProfileMask, it will work with its member rule field,cpuFilterL3RuleDstIpAddr, to caculate a range of IP address which is really care. The value is in HEX format, for example: '255.255.255.0' is presented to 'FFFFFF00'
Status: current Access: read-write
OBJECT-TYPE    
  Ipv6Address  

cpuFilterProfileSrcIpAddrMaskType 1.3.6.1.4.1.171.10.134.1.1.33.1.2.1.11
IPv6 Address type.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER iPv4(1), iPv6(2)  

cpuFilterProfileSrcIpAddrMask 1.3.6.1.4.1.171.10.134.1.1.33.1.2.1.12
The CPUInterfaceFilter Profile source IP address mask. If SRC_IP is turn on in cpuFilterProfileMask, it will work with its member rule field,cpuFilterL3RuleSrcIpAddr, to caculate a range of IP address which is really care. The value is in HEX format, for example: '255.255.255.0' is presented to 'FFFFFF00'
Status: current Access: read-write
OBJECT-TYPE    
  Ipv6Address  

cpuFilterProfileDstPortMask 1.3.6.1.4.1.171.10.134.1.1.33.1.2.1.13
The CPUInterfaceFilter Profile UDP/TCP destination port mask. If DST_PORT is turn on in cpuFilterProfileMask, it will work with its member rule field,cpuFilterL3RuleTcpUdpDstPort, to caculate a range of destination port which is really care. The value is in HEX format.
Status: current Access: read-write
OBJECT-TYPE    
  OCTET STRING  

cpuFilterProfileSrcPortMask 1.3.6.1.4.1.171.10.134.1.1.33.1.2.1.14
The CPUInterfaceFilter Profile UDP/TCP source port mask. If SRC_PORT is turn on in cpuFilterProfileMask, it will work with its member rule field,cpuFilterL3RuleTcpUdpSrcPort, to caculate a range of source port which is really care. The value is in HEX format.
Status: current Access: read-write
OBJECT-TYPE    
  OCTET STRING  

cpuFilterProfileStatus 1.3.6.1.4.1.171.10.134.1.1.33.1.2.1.15
This object indicates the status of this entry, can only be set to 'createAndWait','active' and 'destroy'. When the value of the entry status is 'createAndWait', it could be set to 'active' only if the three values of cpuFilterProfileType, cpuFilterProfileMask and ProtocolType are not conflicted.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

cpuFilterL2Rule 1.3.6.1.4.1.171.10.134.1.1.33.2
OBJECT IDENTIFIER    

cpuFilterL2RuleTable 1.3.6.1.4.1.171.10.134.1.1.33.2.1
A table to configure L2 filter rules in the system.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CpuFilterL2RuleEntry

cpuFilterL2RuleEntry 1.3.6.1.4.1.171.10.134.1.1.33.2.1.1
Each entry in this table is a L2 filter rule. Index to the table is the L2 filter number and Profile ID.
Status: current Access: not-accessible
OBJECT-TYPE    
  CpuFilterL2RuleEntry  

cpuFilterL2ProfileID 1.3.6.1.4.1.171.10.134.1.1.33.2.1.1.1
L2 Filter rule ID.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 1..3  

cpuFilterL2AccessID 1.3.6.1.4.1.171.10.134.1.1.33.2.1.1.2
CPUInterfaceFilter Profile ID which this rule join.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 1..5  

cpuFilterL2RuleEtherType 1.3.6.1.4.1.171.10.134.1.1.33.2.1.1.3
The value in the Type/Len field of a frame that will be matched to trigger this filter. The default value of this object is '-1', which means the rule don't care this condition.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 -1 | 1501..65535  

cpuFilterL2RuleDstMacAddr 1.3.6.1.4.1.171.10.134.1.1.33.2.1.1.4
Destination MAC address to be matched with the packet. By Default, the Destination Mac Address will be zero,which means the rule don't care this condition.
Status: current Access: read-write
OBJECT-TYPE    
  MacAddress  

cpuFilterL2RuleSrcMacAddr 1.3.6.1.4.1.171.10.134.1.1.33.2.1.1.5
Source MAC address to be matched with the packet. By Default, the Source Mac Address will be zero, which means the rule don't care this condition.. address
Status: current Access: read-write
OBJECT-TYPE    
  MacAddress  

cpuFilterL2RuleVlanId 1.3.6.1.4.1.171.10.134.1.1.33.2.1.1.6
Vlan Id to be filtered. In case of Provider bridges, This Vlan Id will be treated as customer Vlan Id. By Default, the value will be '-1', which means the rule don't care this condition.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 -1..4094  

cpuFilterL2Rule1pPriority 1.3.6.1.4.1.171.10.134.1.1.33.2.1.1.7
802.1p priority to be matched with the packet. By Default, the value will be '-1', which means the rule don't care this condition.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 -1..7  

cpuFilterL2RuleDstMacAddrMask 1.3.6.1.4.1.171.10.134.1.1.33.2.1.1.8
The MAC address Mask work for Destination MAC address. This field is read-only and copy from it's Profile setting.
Status: current Access: read-only
OBJECT-TYPE    
  MacAddress  

cpuFilterL2RuleSrcMacAddrMask 1.3.6.1.4.1.171.10.134.1.1.33.2.1.1.9
The MAC address Mask work for Source MAC address. This field is read-only and copy from it's Profile setting.
Status: current Access: read-only
OBJECT-TYPE    
  MacAddress  

cpuFilterL2RuleInPortList 1.3.6.1.4.1.171.10.134.1.1.33.2.1.1.10
Specifies the complete set of ports over which this filter is applied for packets ingress at ports in this list.
Status: current Access: read-write
OBJECT-TYPE    
  PortList  

cpuFilterL2RuleAction 1.3.6.1.4.1.171.10.134.1.1.33.2.1.1.11
Specifies the action to be taken on the packet if the filter rule matches. If the action is 'allow', the packet will be forwarded according to the forwarding rules. If the action is 'drop', the packet will be discarded.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER allow(1), drop(2)  

cpuFilterL2RuleStatus 1.3.6.1.4.1.171.10.134.1.1.33.2.1.1.14
This object indicates the status of this entry. An entry is created in this table when this object is SET to 'createAndWait'. The entry in this table is used when the status of this object is SET 'active'. The entry in this table is not used when this object is SET 'notInService'. An entry created in this table is be deleted when this object is SET 'destroy'.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

cpuFilterL3Rule 1.3.6.1.4.1.171.10.134.1.1.33.3
OBJECT IDENTIFIER    

cpuFilterL3RuleTable 1.3.6.1.4.1.171.10.134.1.1.33.3.1
A table to configure L3 filter rules in the system.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CpuFilterL3RuleEntry

cpuFilterL3RuleEntry 1.3.6.1.4.1.171.10.134.1.1.33.3.1.1
Each entry in this table is a L3 filter rule. Index to the table is L3 filter number and Profile ID.
Status: current Access: not-accessible
OBJECT-TYPE    
  CpuFilterL3RuleEntry  

cpuFilterL3RuleProfileNo 1.3.6.1.4.1.171.10.134.1.1.33.3.1.1.1
L3 Filter rule ID.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 1..5  

cpuFilterL3RuleAccessID 1.3.6.1.4.1.171.10.134.1.1.33.3.1.1.2
The Profile ID which this rule join.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 1..3  

cpuFilterL3RuleProtocol 1.3.6.1.4.1.171.10.134.1.1.33.3.1.1.3
The type of protocol to be checked against the packet.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER icmp(1), igmp(2), tcp(6), udp(17)  

cpuFilterL3RuleProtocolMask 1.3.6.1.4.1.171.10.134.1.1.33.3.1.1.4
The IP protocol mask. This field is read-only and copy from it's Profile setting. It will work with the other field,cpuFilterL3RuleProtocol, to caculate a range of IP protocol which is really care. The value is in HEX format.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING  

cpuFilterL3RuleICMPMessageType 1.3.6.1.4.1.171.10.134.1.1.33.3.1.1.5
The message type to be checked against the packet. If the message type matches with the packet, then the packet will be dropped / allowed based on the action set in cpuFilterL3RuleAction. The default value is '-1',which means the rule don't care this condition. Some ICMP message types are: echoReply(0), destinationUnreachable(3), sourceQuench(4), redirect(5), echoRequest(8), timeExceeded(11), parameterProblem(12), timestampRequest(13), timestampReply(14), informationRequest(15), informationReply(16), addressMaskRequest(17), addressMaskReply (18),
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 -1..255  

cpuFilterL3RuleICMPMessageCode 1.3.6.1.4.1.171.10.134.1.1.33.3.1.1.6
The message code to be checked against the packet. If the packet matches with the message code, then the packet will be dropped / allowed based on the action set in cpuFilterL3RuleAction. The default value is '-1', which means the rule don't care this condition. Some ICMP message codes are : networkUnreachable(0), hostUnreachable(1), protocolUnreachable(2), portUnreachable(3), fragmentNeed(4), sourceRouteFail(5), destNetworkUnknown(6), destHostUnknown(7), srcHostIsolated(8), destNetworkAdminProhibited(9), destHostAdminProhibited(10), networkUnreachableTOS(11), hostUnreachableTOS(12),
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 -1..255  

cpuFilterL3RuleDstIpAddr 1.3.6.1.4.1.171.10.134.1.1.33.3.1.1.7
Destination IP address to be matched with the packet. The default value will be zero, which means the rule don't care this condition.
Status: current Access: read-write
OBJECT-TYPE    
  IpAddress  

cpuFilterL3RuleSrcIpAddr 1.3.6.1.4.1.171.10.134.1.1.33.3.1.1.8
Source IP address to be matched with the packet. The default value will be zero, which means the rule don't care this condition.
Status: current Access: read-write
OBJECT-TYPE    
  IpAddress  

cpuFilterL3RuleDstIpAddrMask 1.3.6.1.4.1.171.10.134.1.1.33.3.1.1.9
The IP subnet mask for Destination IP address. This field is read-only and copy from it's Profile setting.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

cpuFilterL3RuleSrcIpAddrMask 1.3.6.1.4.1.171.10.134.1.1.33.3.1.1.10
The IP subnet mask for Source IP address. This field is read-only and copy from it's Profile setting.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

cpuFilterL3RuleTcpUdpDstPort 1.3.6.1.4.1.171.10.134.1.1.33.3.1.1.11
The TCP / UDP destination port. The default value is -1, which means the rule don't care this condition.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 -1..65535  

cpuFilterL3RuleTcpUdpSrcPort 1.3.6.1.4.1.171.10.134.1.1.33.3.1.1.12
The TCP / UDP source port. The default value is -1, which means the rule don't care this condition.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 -1..65535  

cpuFilterL3RuleTcpUdpDstPortMask 1.3.6.1.4.1.171.10.134.1.1.33.3.1.1.13
The TCP / UDP Destination port Mask. This field is read-only and copy from it's Profile setting.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING  

cpuFilterL3RuleTcpUdpSrcPortMask 1.3.6.1.4.1.171.10.134.1.1.33.3.1.1.14
The TCP / UDP Source port Mask. This field is read-only and copy from it's Profile setting.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING  

cpuFilterL3RuleTcpAckBit 1.3.6.1.4.1.171.10.134.1.1.33.3.1.1.15
The TCP ACK bit to be checked against the packet. The default value is 'dontcare'(-1), which means the rule don't care this condition.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER dontcare(-1), establish(1), notEstablish(2)  

cpuFilterL3RuleTcpRstBit 1.3.6.1.4.1.171.10.134.1.1.33.3.1.1.16
The TCP RST bit to be checked against the packet. The default value is 'dontcare'(-1), which means the rule don't care this condition.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER dontcare(-1), establish(1), notEstablish(2)  

cpuFilterL3RuleTcpUrgBit 1.3.6.1.4.1.171.10.134.1.1.33.3.1.1.17
The TCP Urg bit to be checked against the packet. The default value is 'dontcare'(-1), which means the rule don't care this condition.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER dontcare(-1), establish(1), notEstablish(2)  

cpuFilterL3RuleTcpPshBit 1.3.6.1.4.1.171.10.134.1.1.33.3.1.1.18
The TCP Psh bit to be checked against the packet. The default value is 'dontcare'(-1). which means the rule don't care this condition.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER dontcare(-1), establish(1), notEstablish(2)  

cpuFilterL3RuleTcpSynBit 1.3.6.1.4.1.171.10.134.1.1.33.3.1.1.19
The TCP Syn bit to be checked against the packet. The default value is 'dontcare'(-1), which means the rule don't care this condition.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER dontcare(-1), establish(1), notEstablish(2)  

cpuFilterL3RuleTcpFinBit 1.3.6.1.4.1.171.10.134.1.1.33.3.1.1.20
The TCP Fin bit to be checked against the packet. The default value is 'dontcare'(-1), which means the rule don't care this condition.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER dontcare(-1), establish(1), notEstablish(2)  

cpuFilterL3RuleDscp 1.3.6.1.4.1.171.10.134.1.1.33.3.1.1.21
The IP Dscp value to be checked against the packet. A default value is '-1', which means the rule don't care this condition.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 -1..63  

cpuFilterL3RuleIgmpType 1.3.6.1.4.1.171.10.134.1.1.33.3.1.1.22
The IGMP Type to be checked against the packet.A default value is '-1', which means the rule don't care this condition.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 -1..255  

cpuFilterL3RulePortList 1.3.6.1.4.1.171.10.134.1.1.33.3.1.1.23
Specifies the complete set of ports over which if the packet arrives this filter rule will be applicable.
Status: current Access: read-write
OBJECT-TYPE    
  PortList  

cpuFilterL3RuleAction 1.3.6.1.4.1.171.10.134.1.1.33.3.1.1.24
Specifies the action to be taken on the packet if the filter rule matches.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER allow(1), drop(2)  

cpuFilterL3RuleStatus 1.3.6.1.4.1.171.10.134.1.1.33.3.1.1.27
This object indicates the status of this entry. An entry is created in this table when this object is SET to 'createAndWait'. The entry in this table is used when the status of this object is SET 'active'. The entry in this table is not used when this object is SET 'notInService'. An entry created in this table is be deleted when this object is SET 'destroy'.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

cpuFilterv6L3RuleTable 1.3.6.1.4.1.171.10.134.1.1.33.3.2
A table to configure L3 filter rules in the system.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CpuFilterv6L3RuleEntry

cpuFilterv6L3RuleEntry 1.3.6.1.4.1.171.10.134.1.1.33.3.2.1
Each entry in this table is a L3 filter rule. Index to the table is L3 filter number and Profile ID.
Status: current Access: not-accessible
OBJECT-TYPE    
  CpuFilterv6L3RuleEntry  

cpuFilterv6L3RuleProfileNo 1.3.6.1.4.1.171.10.134.1.1.33.3.2.1.1
L3 Filter rule ID.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 1..5  

cpuFilterv6L3RuleAccessID 1.3.6.1.4.1.171.10.134.1.1.33.3.2.1.2
The Profile ID which this rule join.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 1..3  

cpuFilterv6L3RuleProtocol 1.3.6.1.4.1.171.10.134.1.1.33.3.2.1.3
The type of protocol to be checked against the packet.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER icmp(1), tcp(6), udp(17)  

cpuFilterv6L3RuleProtocolMask 1.3.6.1.4.1.171.10.134.1.1.33.3.2.1.4
The IP protocol mask. This field is read-only and copy from it's Profile setting. It will work with the other field,cpuFilterL3RuleProtocol, to caculate a range of IP protocol which is really care. The value is in HEX format.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING  

cpuFilterv6L3RuleICMPMessageType 1.3.6.1.4.1.171.10.134.1.1.33.3.2.1.5
The message type to be checked against the packet. If the message type matches with the packet, then the packet will be dropped / allowed based on the action set in cpuFilterL3RuleAction. The default value is '-1',which means the rule don't care this condition. Some ICMP message types are: echoReply(0), destinationUnreachable(3), sourceQuench(4), redirect(5), echoRequest(8), timeExceeded(11), parameterProblem(12), timestampRequest(13), timestampReply(14), informationRequest(15), informationReply(16), addressMaskRequest(17), addressMaskReply (18),
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 -1..255  

cpuFilterv6L3RuleICMPMessageCode 1.3.6.1.4.1.171.10.134.1.1.33.3.2.1.6
The message code to be checked against the packet. If the packet matches with the message code, then the packet will be dropped / allowed based on the action set in cpuFilterL3RuleAction. The default value is '-1', which means the rule don't care this condition. Some ICMP message codes are : networkUnreachable(0), hostUnreachable(1), protocolUnreachable(2), portUnreachable(3), fragmentNeed(4), sourceRouteFail(5), destNetworkUnknown(6), destHostUnknown(7), srcHostIsolated(8), destNetworkAdminProhibited(9), destHostAdminProhibited(10), networkUnreachableTOS(11), hostUnreachableTOS(12),
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 -1..255  

cpuFilterv6L3RuleDstIpAddr 1.3.6.1.4.1.171.10.134.1.1.33.3.2.1.7
Destination IP address to be matched with the packet. The default value will be zero, which means the rule don't care this condition.
Status: current Access: read-write
OBJECT-TYPE    
  Ipv6Address  

cpuFilterv6L3RuleSrcIpAddr 1.3.6.1.4.1.171.10.134.1.1.33.3.2.1.8
Source IP address to be matched with the packet. The default value will be zero, which means the rule don't care this condition.
Status: current Access: read-write
OBJECT-TYPE    
  Ipv6Address  

cpuFilterv6L3RuleDstIpAddrMask 1.3.6.1.4.1.171.10.134.1.1.33.3.2.1.9
The IP subnet mask for Destination IP address. This field is read-only and copy from it's Profile setting.
Status: current Access: read-only
OBJECT-TYPE    
  Ipv6Address  

cpuFilterv6L3RuleSrcIpAddrMask 1.3.6.1.4.1.171.10.134.1.1.33.3.2.1.10
The IP subnet mask for Source IP address. This field is read-only and copy from it's Profile setting.
Status: current Access: read-only
OBJECT-TYPE    
  Ipv6Address  

cpuFilterv6L3RuleTcpUdpDstPort 1.3.6.1.4.1.171.10.134.1.1.33.3.2.1.11
The TCP / UDP destination port. The default value is -1, which means the rule don't care this condition.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 -1..65535  

cpuFilterv6L3RuleTcpUdpSrcPort 1.3.6.1.4.1.171.10.134.1.1.33.3.2.1.12
The TCP / UDP source port. The default value is -1, which means the rule don't care this condition.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 -1..65535  

cpuFilterv6L3RuleTcpUdpDstPortMask 1.3.6.1.4.1.171.10.134.1.1.33.3.2.1.13
The TCP / UDP Destination port Mask. This field is read-only and copy from it's Profile setting.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING  

cpuFilterv6L3RuleTcpUdpSrcPortMask 1.3.6.1.4.1.171.10.134.1.1.33.3.2.1.14
The TCP / UDP Source port Mask. This field is read-only and copy from it's Profile setting.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING  

cpuFilterv6L3RuleTcpAckBit 1.3.6.1.4.1.171.10.134.1.1.33.3.2.1.15
The TCP ACK bit to be checked against the packet. The default value is 'dontcare'(-1), which means the rule don't care this condition.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER dontcare(-1), establish(1), notEstablish(2)  

cpuFilterv6L3RuleTcpRstBit 1.3.6.1.4.1.171.10.134.1.1.33.3.2.1.16
The TCP RST bit to be checked against the packet. The default value is 'dontcare'(-1), which means the rule don't care this condition.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER dontcare(-1), establish(1), notEstablish(2)  

cpuFilterv6L3RuleTcpUrgBit 1.3.6.1.4.1.171.10.134.1.1.33.3.2.1.17
The TCP Urg bit to be checked against the packet. The default value is 'dontcare'(-1), which means the rule don't care this condition.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER dontcare(-1), establish(1), notEstablish(2)  

cpuFilterv6L3RuleTcpPshBit 1.3.6.1.4.1.171.10.134.1.1.33.3.2.1.18
The TCP Psh bit to be checked against the packet. The default value is 'dontcare'(-1). which means the rule don't care this condition.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER dontcare(-1), establish(1), notEstablish(2)  

cpuFilterv6L3RuleTcpSynBit 1.3.6.1.4.1.171.10.134.1.1.33.3.2.1.19
The TCP Syn bit to be checked against the packet. The default value is 'dontcare'(-1), which means the rule don't care this condition.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER dontcare(-1), establish(1), notEstablish(2)  

cpuFilterv6L3RuleTcpFinBit 1.3.6.1.4.1.171.10.134.1.1.33.3.2.1.20
The TCP Fin bit to be checked against the packet. The default value is 'dontcare'(-1), which means the rule don't care this condition.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER dontcare(-1), establish(1), notEstablish(2)  

cpuFilterv6L3RuleTrafficClass 1.3.6.1.4.1.171.10.134.1.1.33.3.2.1.21
The IP Dscp value to be checked against the packet. A default value is '-1', which means the rule don't care this condition.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 -1..63  

cpuFilterv6L3RulePortList 1.3.6.1.4.1.171.10.134.1.1.33.3.2.1.22
Specifies the complete set of ports over which if the packet arrives this filter rule will be applicable.
Status: current Access: read-write
OBJECT-TYPE    
  PortList  

cpuFilterv6L3RuleAction 1.3.6.1.4.1.171.10.134.1.1.33.3.2.1.23
Specifies the action to be taken on the packet if the filter rule matches.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER allow(1), drop(2)  

cpuFilterv6L3RuleStatus 1.3.6.1.4.1.171.10.134.1.1.33.3.2.1.24
This object indicates the status of this entry. An entry is created in this table when this object is SET to 'createAndWait'. The entry in this table is used when the status of this object is SET 'active'. The entry in this table is not used when this object is SET 'notInService'. An entry created in this table is be deleted when this object is SET 'destroy'.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

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

snmpV3User 1.3.6.1.4.1.171.10.134.1.1.5.2
OBJECT IDENTIFIER    

snmpV3Group 1.3.6.1.4.1.171.10.134.1.1.5.3
OBJECT IDENTIFIER    

snmpV3ViewTree 1.3.6.1.4.1.171.10.134.1.1.5.4
OBJECT IDENTIFIER    

snmpV3Community 1.3.6.1.4.1.171.10.134.1.1.5.5
OBJECT IDENTIFIER    

snmpV3Host 1.3.6.1.4.1.171.10.134.1.1.5.6
OBJECT IDENTIFIER    

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

snmpV3Trap 1.3.6.1.4.1.171.10.134.1.1.5.8
OBJECT IDENTIFIER    

snmpV3UserTable 1.3.6.1.4.1.171.10.134.1.1.5.2.1
Tok_String
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SnmpV3UserEntry

snmpV3UserEntry 1.3.6.1.4.1.171.10.134.1.1.5.2.1.1
Tok_String
Status: current Access: not-accessible
OBJECT-TYPE    
  SnmpV3UserEntry  

snmpV3UserName 1.3.6.1.4.1.171.10.134.1.1.5.2.1.1.1
A human readable string representing the name of the user. This is the (User-based Security) Model dependent security ID.
Status: current Access: read-only
OBJECT-TYPE    
  SnmpAdminString Size(1..32)  

snmpV3UserVersion 1.3.6.1.4.1.171.10.134.1.1.5.2.1.1.2
A human readable string representing the name of the user. This is the (User-based Security) Model dependent security ID.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER v1(1), v2c(2), v3(3)  

snmpV3UserGroupName 1.3.6.1.4.1.171.10.134.1.1.5.2.1.1.3
The name of the group to which this entry (e.g., the combination of securityModel and securityName) belongs. This groupName is used as index into the vacmAccessTable to select an access control policy. However, a value in this table does not imply that an instance with the value exists in table vacmAccesTable.
Status: current Access: read-create
OBJECT-TYPE    
  SnmpAdminString Size(1..32)  

snmpV3UserAuthProtocol 1.3.6.1.4.1.171.10.134.1.1.5.2.1.1.4
An indication of whether messages sent on behalf of this user to/from the SNMP engine identified by usmUserEngineID, can be authenticated, and if so, the type of authentication protocol which is used. An instance of this object is created concurrently with the creation of any other object instance for the same user (i.e., as part of the processing of the set operation which creates the first object instance in the same conceptual row). If an initial set operation (i.e. at row creation time) tries to set a value for an unknown or unsupported protocol, then a 'wrongValue' error must be returned. The value will be overwritten/set when a set operation is performed on the corresponding instance of UserCloneFrom. Once instantiated, the value of such an instance of this object can only be changed via a set operation to the value of the NoAuthProtocol. If a set operation tries to change the value of an existing instance of this object to any value other than NoAuthProtocol, then an 'inconsistentValue' error must be returned. If a set operation tries to set the value to the NoAuthProtocol while the UserPrivProtocol value in the same row is not equal to NoPrivProtocol, then an 'inconsistentValue' error must be returned. That means that an SNMP command generator application must first ensure that the UserPrivProtocol is set to the NoPrivProtocol value before it can set the UserAuthProtocol value to NoAuthProtocol.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER none(1), md5(2), sha(3)  

snmpV3UserAuthProtocolPassword 1.3.6.1.4.1.171.10.134.1.1.5.2.1.1.5
Tok_String
Status: current Access: read-create
OBJECT-TYPE    
  SnmpAdminString Size(1..32)  

snmpV3UserPrivProtocol 1.3.6.1.4.1.171.10.134.1.1.5.2.1.1.6
An indication of whether messages sent on behalf of this user to/from the SNMP engine identified by usmUserEngineID, can be protected from disclosure, and if so, the type of privacy protocol which is used. An instance of this object is created concurrently with the creation of any other object instance for the same user (i.e., as part of the processing of the set operation which creates the first object instance in the same conceptual row). If an initial set operation (i.e. at row creation time) tries to set a value for an unknown or unsupported protocol, then a 'wrongValue' error must be returned. The value will be overwritten/set when a set operation is performed on the corresponding instance of usmUserCloneFrom. Once instantiated, the value of such an instance of this object can only be changed via a set operation to the value of the NoPrivProtocol. If a set operation tries to change the value of an existing instance of this object to any value other than NoPrivProtocol, then an 'inconsistentValue' error must be returned. Note that if any privacy protocol is used, then you must also use an authentication protocol. In other words, if usmUserPrivProtocol is set to anything else than NoPrivProtocol, then the corresponding instance of usmUserAuthProtocol cannot have a value of usmNoAuthProtocol. If it does, then an 'inconsistentValue' error must be returned.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER none(1), des(2)  

snmpV3UserPrivProtocolPassword 1.3.6.1.4.1.171.10.134.1.1.5.2.1.1.7
Tok_String
Status: current Access: read-create
OBJECT-TYPE    
  SnmpAdminString Size(1..32)  

snmpV3UserStatus 1.3.6.1.4.1.171.10.134.1.1.5.2.1.1.8
The status of this conceptual row. Until instances of all corresponding columns are appropriately configured, the value of the corresponding instance of the usmUserStatus column is 'notReady'. In particular, a newly created row for a user who employs authentication, cannot be made active until the corresponding usmUserCloneFrom and usmUserAuthKeyChange have been set. Further, a newly created row for a user who also employs privacy, cannot be made active until the usmUserPrivKeyChange has been set. The RowStatus TC [RFC2579] requires that this DESCRIPTION clause states under which circumstances other objects in this row can be modified: The value of this object has no effect on whether other objects in this conceptual row can be modified, except for usmUserOwnAuthKeyChange and usmUserOwnPrivKeyChange. For these 2 objects, the value of usmUserStatus MUST be active.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

snmpV3GroupTable 1.3.6.1.4.1.171.10.134.1.1.5.3.1
Tok_String
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SnmpV3GroupEntry

snmpV3GroupEntry 1.3.6.1.4.1.171.10.134.1.1.5.3.1.1
Tok_String
Status: current Access: not-accessible
OBJECT-TYPE    
  SnmpV3GroupEntry  

snmpV3GroupName 1.3.6.1.4.1.171.10.134.1.1.5.3.1.1.1
The name of the group to which this entry (e.g., the combination of securityModel and securityName) belongs. This groupName is used as index into the vacmAccessTable to select an access control policy. However, a value in this table does not imply that an instance with the value exists in table vacmAccesTable.
Status: current Access: read-only
OBJECT-TYPE    
  SnmpAdminString Size(1..32)  

snmpV3GroupSecurityModel 1.3.6.1.4.1.171.10.134.1.1.5.3.1.1.2
In order to gain the access rights allowed by this conceptual row, this securityModel must be in use.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER v1(1), v2c(2), v3(3)  

snmpV3GroupSecurityLevel 1.3.6.1.4.1.171.10.134.1.1.5.3.1.1.3
The minimum level of security required in order to gain the access rights allowed by this conceptual row. A securityLevel of noAuthNoPriv is less than authNoPriv which in turn is less than authPriv. If multiple entries are equally indexed except for this vacmAccessSecurityLevel index, then the entry which has the highest value for vacmAccessSecurityLevel is selected.
Status: current Access: read-only
OBJECT-TYPE    
  SnmpSecurityLevel  

snmpV3GroupReadViewName 1.3.6.1.4.1.171.10.134.1.1.5.3.1.1.4
The value of an instance of this object identifies the MIB view of the SNMP context to which this conceptual row authorizes read access. The identified MIB view is that one for which the vacmViewTreeFamilyViewName has the same value as the instance of this object; if the value is the empty string or if there is no active MIB view having this value of vacmViewTreeFamilyViewName, then no access is granted.
Status: current Access: read-create
OBJECT-TYPE    
  SnmpAdminString Size(0..32)  

snmpV3GroupWriteViewName 1.3.6.1.4.1.171.10.134.1.1.5.3.1.1.5
The value of an instance of this object identifies the MIB view of the SNMP context to which this conceptual row authorizes write access. The identified MIB view is that one for which the vacmViewTreeFamilyViewName has the same value as the instance of this object; if the value is the empty string or if there is no active MIB view having this value of vacmViewTreeFamilyViewName, then no access is granted.
Status: current Access: read-create
OBJECT-TYPE    
  SnmpAdminString Size(0..32)  

snmpV3GroupNotifyViewName 1.3.6.1.4.1.171.10.134.1.1.5.3.1.1.6
The value of an instance of this object identifies the MIB view of the SNMP context to which this conceptual row authorizes access for notifications. The identified MIB view is that one for which the vacmViewTreeFamilyViewName has the same value as the instance of this object; if the value is the empty string or if there is no active MIB view having this value of vacmViewTreeFamilyViewName, then no access is granted.
Status: current Access: read-create
OBJECT-TYPE    
  SnmpAdminString Size(0..32)  

snmpV3GroupStatus 1.3.6.1.4.1.171.10.134.1.1.5.3.1.1.7
The status of this conceptual row. The RowStatus TC [RFC2579] requires that this DESCRIPTION clause states under which circumstances other objects in this row can be modified: The value of this object has no effect on whether other objects in this conceptual row can be modified.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

snmpV3ViewTreeTable 1.3.6.1.4.1.171.10.134.1.1.5.4.1
Tok_String
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SnmpV3ViewTreeEntry

snmpV3ViewTreeEntry 1.3.6.1.4.1.171.10.134.1.1.5.4.1.1
Tok_String
Status: current Access: not-accessible
OBJECT-TYPE    
  SnmpV3ViewTreeEntry  

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

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

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

snmpV3viewTreeType 1.3.6.1.4.1.171.10.134.1.1.5.4.1.1.4
Indicates whether the corresponding instances of vacmViewTreeFamilySubtree and vacmViewTreeFamilyMask define a family of view subtrees which is included in or excluded from the MIB view.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER included(1), excluded(2)  

snmpV3viewTreeStatus 1.3.6.1.4.1.171.10.134.1.1.5.4.1.1.5
The status of this conceptual row. The RowStatus TC [RFC2579] requires that this DESCRIPTION clause states under which circumstances other objects in this row can be modified: The value of this object has no effect on whether other objects in this conceptual row can be modified.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

snmpV3CommunityTable 1.3.6.1.4.1.171.10.134.1.1.5.5.1
Tok_String
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SnmpV3CommunityEntry

snmpV3CommunityEntry 1.3.6.1.4.1.171.10.134.1.1.5.5.1.1
Tok_String
Status: current Access: not-accessible
OBJECT-TYPE    
  SnmpV3CommunityEntry  

snmpV3CommunityName 1.3.6.1.4.1.171.10.134.1.1.5.5.1.1.1
The unique index value of a row in this table.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(1..15)  

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

snmpV3CommunityStatus 1.3.6.1.4.1.171.10.134.1.1.5.5.1.1.3
The status of this conceptual row in the snmpCommunityTable. An entry in this table is not qualified for activation until instances of all corresponding columns have been initialized, either through default values, or through Set operations. The snmpCommunityName and snmpCommunitySecurityName objects must be explicitly set. There is no restriction on setting columns in this table when the value of snmpCommunityStatus is active(1).
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

snmpV3HostTable 1.3.6.1.4.1.171.10.134.1.1.5.6.2
Tok_String
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SnmpV3HostEntry

snmpV3HostEntry 1.3.6.1.4.1.171.10.134.1.1.5.6.2.1
Tok_String
Status: current Access: not-accessible
OBJECT-TYPE    
  SnmpV3HostEntry  

snmpV3HostAddress 1.3.6.1.4.1.171.10.134.1.1.5.6.2.1.1
This object contains a transport address. The format of this address depends on the value of the snmpTargetAddrTDomain object. And this object is unique identifier associated with this snmpNotifyEntry.
Status: current Access: read-only
OBJECT-TYPE    
  Ipv6Address  

snmpV3IPType 1.3.6.1.4.1.171.10.134.1.1.5.6.2.1.2
Type of IP interface.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER iPv4(1), iPv6(2)  

snmpV3HostCommunityName 1.3.6.1.4.1.171.10.134.1.1.5.6.2.1.3
The locally arbitrary.
Status: current Access: read-create
OBJECT-TYPE    
  SnmpAdminString Size(1..32)  

snmpV3HostVersion 1.3.6.1.4.1.171.10.134.1.1.5.6.2.1.4
The Level of Security to be used when generating SNMP messages using this entry.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER v1(1), v2c(2), v3NoAuthNoPriv(3), v3AuthNoPriv(4), v3AuthPriv(5)  

snmpV3HostInterfaceName 1.3.6.1.4.1.171.10.134.1.1.5.6.2.1.5
Specifies the interface name when the syslogSrvIP is linklocal address.
Status: current Access: read-create
OBJECT-TYPE    
  OCTET STRING  

snmpV3HostStatus 1.3.6.1.4.1.171.10.134.1.1.5.6.2.1.6
Tok_String
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

snmpV3TrapSNMPAuthentication 1.3.6.1.4.1.171.10.134.1.1.5.8.1
This object is for enabling or disabling SNMP login fail event trap in the system.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

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

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

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

snmpV3TrapPortSecurity 1.3.6.1.4.1.171.10.134.1.1.5.8.12
Tok_String
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

snmpV3TrapLBD 1.3.6.1.4.1.171.10.134.1.1.5.8.14
Tok_String
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

traps 1.3.6.1.4.1.171.10.134.1.1.120.0
OBJECT IDENTIFIER    

snmpTrapSNMPAuthentication 1.3.6.1.4.1.171.10.134.1.1.120.0.1
SnmpV3TrapSNMPAuthentication.
Status: current Access: read-write
NOTIFICATION-TYPE    

snmpTrapColdStart 1.3.6.1.4.1.171.10.134.1.1.120.0.2
SnmpV3TrapColdStart.
Status: current Access: read-write
NOTIFICATION-TYPE    

snmpTrapWarmStart 1.3.6.1.4.1.171.10.134.1.1.120.0.3
SnmpV3TrapWarmStart.
Status: current Access: read-write
NOTIFICATION-TYPE    

snmpTrapCopperLinkUpDown 1.3.6.1.4.1.171.10.134.1.1.120.0.4
SnmpV3TrapCopperLinkUpDown.
Status: current Access: read-write
NOTIFICATION-TYPE    

snmpTrapRSTPStateChange 1.3.6.1.4.1.171.10.134.1.1.120.0.5
SnmpV3TrapRSTPStateChange.
Status: current Access: read-write
NOTIFICATION-TYPE    

snmpTrapFirmUpgrade 1.3.6.1.4.1.171.10.134.1.1.120.0.6
SnmpV3TrapFirmUpgrade.
Status: current Access: read-write
NOTIFICATION-TYPE    

snmpTrapPortSecurity 1.3.6.1.4.1.171.10.134.1.1.120.0.12
SnmpV3TrapPortSecurity.
Status: current Access: read-write
NOTIFICATION-TYPE    

snmpTrapLBD 1.3.6.1.4.1.171.10.134.1.1.120.0.14
SnmpV3TrapLBD.
Status: current Access: read-write
NOTIFICATION-TYPE    

macNotificatiotn 1.3.6.1.4.1.171.10.134.1.1.120.0.17
This trap indicates the MAC address variations in the address table .
Status: current Access: read-write
NOTIFICATION-TYPE    

duplicateIP 1.3.6.1.4.1.171.10.134.1.1.120.0.21
duplicateIP .
Status: current Access: read-write
NOTIFICATION-TYPE    

trafficControl 1.3.6.1.4.1.171.10.134.1.1.120.0.22
trafficControl.
Status: current Access: read-write
NOTIFICATION-TYPE    

topologyChange 1.3.6.1.4.1.171.10.134.1.1.120.0.23
topologyChange.
Status: current Access: read-write
NOTIFICATION-TYPE    

newRootBrgaddress 1.3.6.1.4.1.171.10.134.1.1.120.0.24
newRootBrgaddress.
Status: current Access: read-write
NOTIFICATION-TYPE    

newRootOlddesignatedroot 1.3.6.1.4.1.171.10.134.1.1.120.0.25
newRootOlddesignatedroot.
Status: current Access: read-write
NOTIFICATION-TYPE    

newRootMSTibridgeregionalroot 1.3.6.1.4.1.171.10.134.1.1.120.0.26
topologyChange.
Status: current Access: read-write
NOTIFICATION-TYPE    

syslogSettingGroup 1.3.6.1.4.1.171.10.134.1.1.16.1
OBJECT IDENTIFIER    

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

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

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

syslogServerGroup 1.3.6.1.4.1.171.10.134.1.1.16.3
OBJECT IDENTIFIER    

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

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

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

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

syslogServAddr 1.3.6.1.4.1.171.10.134.1.1.16.3.1.1.3
Specifies the ServerIP to which the syslog shall be forwarded.
Status: current Access: read-create
OBJECT-TYPE    
  Ipv6Address  

syslogServInterfaceName 1.3.6.1.4.1.171.10.134.1.1.16.3.1.1.4
Specifies the interface name when the syslogServInterfaceName is linklocal address.
Status: current Access: read-create
OBJECT-TYPE    
  OCTET STRING  

syslogServSeverity 1.3.6.1.4.1.171.10.134.1.1.16.3.1.1.5
Specifies the log level option to be set for a specific server.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER warning(4), information(6), all(7)  

syslogServFacility 1.3.6.1.4.1.171.10.134.1.1.16.3.1.1.6
The Syslog standard facilities. The facility to be used when sending Syslog messages to this server.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER local0(128), local1(136), local2(144), local3(152), local4(160), local5(168), local6(176), local7(184)  

syslogServUDPport 1.3.6.1.4.1.171.10.134.1.1.16.3.1.1.7
The value is for setting UDP Port.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER 514 | 6000..65535  

syslogServSrvStatus 1.3.6.1.4.1.171.10.134.1.1.16.3.1.1.8
The status for this server. If enable, system will send message to this server.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER disabled(0), enabled(1)  

syslogServSrvRowStatus 1.3.6.1.4.1.171.10.134.1.1.16.3.1.1.9
Row status of this server entry.
Status: current Access: read-write
OBJECT-TYPE    
  RowStatus  

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

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

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

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

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

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

sysLBDCtrlIndex 1.3.6.1.4.1.171.10.134.1.1.17.5.1.1
The interface index of the port for which the configuration in this entry applies. For all machines give maximum port number.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 1..6  

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

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

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

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

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

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

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

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

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

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

sysTrapIP 1.3.6.1.4.1.171.10.134.1.1.30.1
The smart console utility's IP address is used to recive trap events.
Status: current Access: read-write
OBJECT-TYPE    
  IpAddress  

sysTrapSystemEvent 1.3.6.1.4.1.171.10.134.1.1.30.2
Enable/Disable system trap events in the switch system.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER none(0), deviceBootUp(1), illegalLogin(2), both(3)  

sysTrapFiberPortEvent 1.3.6.1.4.1.171.10.134.1.1.30.3
Enable/Disable fiber port trap event in the system.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enable(1), disable(2)  

sysTrapTwistedPortEvent 1.3.6.1.4.1.171.10.134.1.1.30.4
Enable/Disable twisted port trap event in the system.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enable(1), disable(2)  

sysTrapStatus 1.3.6.1.4.1.171.10.134.1.1.30.10
Enable/Disable trap event in the system.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enable(1), disable(2)  

sysTrapPortSecurity 1.3.6.1.4.1.171.10.134.1.1.30.13
Tok_String
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

sysTrapLBD 1.3.6.1.4.1.171.10.134.1.1.30.15
Tok_String
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

sysSNTPServerTable 1.3.6.1.4.1.171.10.134.1.1.20.17
OBJECT IDENTIFIER    

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

sysSNTPFirstServer 1.3.6.1.4.1.171.10.134.1.1.20.17.2
SNTP First Server's IPv6 Address
Status: current Access: read-write
OBJECT-TYPE    
  Ipv6Address  

sysSNTPFirstType 1.3.6.1.4.1.171.10.134.1.1.20.17.3
SNTP First Server's IPv6 Address type.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER iPv4(1), iPv6(2)  

sysSNTPFirstInterfaceName 1.3.6.1.4.1.171.10.134.1.1.20.17.4
Specifies the interface name when the sysSNTPFirstServer is linklocal address.
Status: current Access: read-write
OBJECT-TYPE    
  OCTET STRING  

sysSNTPSecondServer 1.3.6.1.4.1.171.10.134.1.1.20.17.5
SNTP Second Server's IPv6 Address
Status: current Access: read-write
OBJECT-TYPE    
  Ipv6Address  

sysSNTPSecondType 1.3.6.1.4.1.171.10.134.1.1.20.17.6
SNTP First Server's IPv6 Address type.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER iPv4(1), iPv6(2)  

sysSNTPSecondInterfaceName 1.3.6.1.4.1.171.10.134.1.1.20.17.7
Specifies the interface name when the sysSNTPSecondServer is linklocal address.
Status: current Access: read-write
OBJECT-TYPE    
  OCTET STRING  

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

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

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

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

sysSNTPDSTStartMon 1.3.6.1.4.1.171.10.134.1.1.20.17.12
The start month of Daylight Saving Time.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER  

sysSNTPDSTStartDay 1.3.6.1.4.1.171.10.134.1.1.20.17.13
The start day of Daylight Saving Time.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER  

sysSNTPDSTStartHour 1.3.6.1.4.1.171.10.134.1.1.20.17.14
The start hour of Daylight Saving Time.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER  

sysSNTPDSTStartMin 1.3.6.1.4.1.171.10.134.1.1.20.17.15
The start minute of Daylight Saving Time.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER  

sysSNTPDSTEndMon 1.3.6.1.4.1.171.10.134.1.1.20.17.16
The end month of Daylight Saving Time.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER  

sysSNTPDSTEndDay 1.3.6.1.4.1.171.10.134.1.1.20.17.17
The end day of Daylight Saving Time.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER  

sysSNTPDSTEndHour 1.3.6.1.4.1.171.10.134.1.1.20.17.18
The end hour of Daylight Saving Time.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER  

sysSNTPDSTEndMin 1.3.6.1.4.1.171.10.134.1.1.20.17.19
The end minute of Daylight Saving Time.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER  

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

sysSNTPDSTMethod 1.3.6.1.4.1.171.10.134.1.1.20.17.30
This object is for Annual(1) or Repeating(2) DST method in the system.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER annual(1), repeating(2)  

sysSNTPDSTRepeatStartMon 1.3.6.1.4.1.171.10.134.1.1.20.17.31
The start month of Daylight Saving Time in Repeating mode.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER  

sysSNTPDSTRepeatStartWeek 1.3.6.1.4.1.171.10.134.1.1.20.17.32
The start week of Daylight Saving Time in Repeating mode.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER last(0), first(1), second(2), third(3), fourth(4), fifth(5)  

sysSNTPDSTRepeatStartWeekDay 1.3.6.1.4.1.171.10.134.1.1.20.17.33
The start weekday of Daylight Saving Time in Repeating mode.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER sun(0), mon(1), tue(2), wed(3), thu(4), fri(5), sat(6)  

sysSNTPDSTRepeatStartHour 1.3.6.1.4.1.171.10.134.1.1.20.17.34
The start hour of Daylight Saving Time in Repeating mode..
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER  

sysSNTPDSTRepeatStartMin 1.3.6.1.4.1.171.10.134.1.1.20.17.35
The start minute of Daylight Saving Time in Repeating mode.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER  

sysSNTPDSTRepeatEndMon 1.3.6.1.4.1.171.10.134.1.1.20.17.36
The end month of Daylight Saving Time in Repeating mode.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER  

sysSNTPDSTRepeatEndWeek 1.3.6.1.4.1.171.10.134.1.1.20.17.37
The end week of Daylight Saving Time in Repeating mode.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER last(0), first(1), second(2), third(3), fourth(4), fifth(5)  

sysSNTPDSTRepeatEndWeekDay 1.3.6.1.4.1.171.10.134.1.1.20.17.38
The end weekday of Daylight Saving Time in Repeating mode.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER sun(0), mon(1), tue(2), wed(3), thu(4), fri(5), sat(6)  

sysSNTPDSTRepeatEndHour 1.3.6.1.4.1.171.10.134.1.1.20.17.39
The end hour of Daylight Saving Time in Repeating mode..
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER  

sysSNTPDSTRepeatEndMin 1.3.6.1.4.1.171.10.134.1.1.20.17.40
The end minute of Daylight Saving Time in Repeating mode.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER  

limitIpMulticastProfileTable 1.3.6.1.4.1.171.10.134.1.1.45.1
A list of the limit ip multicast Profile Table.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    LimitIpMulticastProfileEntry

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

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

limitIpMulticastProfileID 1.3.6.1.4.1.171.10.134.1.1.45.1.1.2
The ProfileID of the limit ip multicast profile entry.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 1..24  

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

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

limitIpMulticastEntryTable 1.3.6.1.4.1.171.10.134.1.1.45.2
A list of the limit ip multicast entry Table.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    LimitIpMulticastEntry

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

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

limitIpMulticastEntryProfileID 1.3.6.1.4.1.171.10.134.1.1.45.2.1.2
The ProfileID of the limit ip multicast entry.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 1..24  

limitIpMulticaststartIpAddr 1.3.6.1.4.1.171.10.134.1.1.45.2.1.3
The limit ip multicast IP address is used to set start ip
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(1..16)  

limitIpMulticastendIpAddr 1.3.6.1.4.1.171.10.134.1.1.45.2.1.4
The limit ip multicast IP address is used to set end ip
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(1..16)  

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

limitIpMulticastPortTable 1.3.6.1.4.1.171.10.134.1.1.45.3
A list of the limit ip multicast Port entry Table.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    LimitIpMulticastPortEntry

limitIpMulticastPortEntry 1.3.6.1.4.1.171.10.134.1.1.45.3.1
A limit ip multicast entry maintain by the Port Index.
Status: current Access: not-accessible
OBJECT-TYPE    
  LimitIpMulticastPortEntry  

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

limitIpMulticastPortID 1.3.6.1.4.1.171.10.134.1.1.45.3.1.2
The Port Index of the limit ip multicast port entry. For all machines give maximum port number.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 1..6  

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

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

limitIpMulticastPortMaxGrp 1.3.6.1.4.1.171.10.134.1.1.45.3.1.5
The limit ip multicast per-port max group.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 1..32  

guestVlanName 1.3.6.1.4.1.171.10.134.1.1.24.1
The VLAN name of guest VLAN.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString Size(1..32)  

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

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

macNotifyState 1.3.6.1.4.1.171.10.134.1.1.25.1
This object can enabled or disabled MAC Notification.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

macNotifyInterval 1.3.6.1.4.1.171.10.134.1.1.25.2
This object indicates the time interval in second for trigger the MAC notify message.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 1..2147483647  

macNotifyHistorySize 1.3.6.1.4.1.171.10.134.1.1.25.3
This object indicates the history size of variation MAC in address table. The default value is 1 .
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 1..500  

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

macNotifyCtrlEntry 1.3.6.1.4.1.171.10.134.1.1.25.4.1
An entry appears in this table for each interface in the system.
Status: current Access: not-accessible
OBJECT-TYPE    
  MacNotifyCtrlEntry  

macNotifyCtrlIndex 1.3.6.1.4.1.171.10.134.1.1.25.4.1.1
The interface index of the port for which the configuration in this entry applies. For all machines give maximum port number.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 1..6  

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

macNotifyInfo 1.3.6.1.4.1.171.10.134.1.1.25.5
OBJECT IDENTIFIER    

macNotifyInfoDiscription 1.3.6.1.4.1.171.10.134.1.1.25.5.1
This object indicates the information for the device MAC address changes. And the detailed information include: Operation Code + MAC address + Box ID + Port Number + Zero... Operation Code: 1, 2 and 3 1 means learned a new MAC address 2 means deleted an old MAC address. 3 means station movement. Box ID: The switch box ID, for standalone device, it always 1. Port Number: The port number learned or deleted for the box. Zero: Used to separate each message (Operate Code + MAC address + Box ID + Port Number).
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  OCTET STRING Size(1..1024)  

qinqSystem 1.3.6.1.4.1.171.10.134.1.1.37.1
OBJECT IDENTIFIER    

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

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

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

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

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

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

eoamSystem 1.3.6.1.4.1.171.10.134.1.1.51.1
OBJECT IDENTIFIER    

eoamLinkMonitor 1.3.6.1.4.1.171.10.134.1.1.51.2
OBJECT IDENTIFIER    

eoamTable 1.3.6.1.4.1.171.10.134.1.1.51.1.2
A table that contains EOAM mode information about each port.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    EOAMConfigEntry

eoamEntry 1.3.6.1.4.1.171.10.134.1.1.51.1.2.1
A list of EOAM mode information for each port.
Status: current Access: not-accessible
OBJECT-TYPE    
  EOAMConfigEntry  

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

eoamState 1.3.6.1.4.1.171.10.134.1.1.51.1.2.1.2
Sets the EOAM state enabled or disabled.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

eoamMode 1.3.6.1.4.1.171.10.134.1.1.51.1.2.1.3
Sets the EOAM mode as active or passive.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER passive(1), active(2)  

eoamReceivedRemoteLoopback 1.3.6.1.4.1.171.10.134.1.1.51.1.2.1.4
Sets the EOAM received or ignore remote loopback packets.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER ignore(1), process(2)  

eoamRemoteLoopback 1.3.6.1.4.1.171.10.134.1.1.51.1.2.1.5
Sets the EOAM remote loopback start or stop.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER noLoopBack(1), startLoopBack(2), remoteLoopBack(3), stopLoopBack(4), localLoopBack(5), unknownLoopBack(6)  

eoamDyingGaspEnable 1.3.6.1.4.1.171.10.134.1.1.51.1.2.1.6
Sets the EOAM dying gasp state enabled or disabled.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

eoamCriticalEventEnable 1.3.6.1.4.1.171.10.134.1.1.51.1.2.1.7
Sets the EOAM critical event state enabled or disabled.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

eoamLinkMonitorTable 1.3.6.1.4.1.171.10.134.1.1.51.2.1
A table that contains EOAM link monitor information about each port.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    EOAMConfigLinkMonitorEntry

eoamLinkMonitorEntry 1.3.6.1.4.1.171.10.134.1.1.51.2.1.1
A list of EOAM link monitor information for each port.
Status: current Access: not-accessible
OBJECT-TYPE    
  EOAMConfigLinkMonitorEntry  

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

errorSymbolNotifyState 1.3.6.1.4.1.171.10.134.1.1.51.2.1.1.2
Sets the EOAM error symbol notify state enabled or disabled.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

errorSymbolThreshold 1.3.6.1.4.1.171.10.134.1.1.51.2.1.1.3
Sets the EOAM error symbol threshold.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32  

errorSymbolWindow 1.3.6.1.4.1.171.10.134.1.1.51.2.1.1.4
Sets the EOAM error symbol window.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32  

errorFrameNotifyState 1.3.6.1.4.1.171.10.134.1.1.51.2.1.1.5
Sets the EOAM error frame notify state enabled or disabled.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

errorFrameThreshold 1.3.6.1.4.1.171.10.134.1.1.51.2.1.1.6
Sets the EOAM error frame threshold.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32  

errorFrameWindow 1.3.6.1.4.1.171.10.134.1.1.51.2.1.1.7
Sets the EOAM error symbol window.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32  

errorFrameSecondsNotifyState 1.3.6.1.4.1.171.10.134.1.1.51.2.1.1.8
Sets the EOAM error symbol notify state enabled or disabled.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

errorFrameSecondsThreshold 1.3.6.1.4.1.171.10.134.1.1.51.2.1.1.9
Sets the EOAM error symbol threshold.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32  

errorFrameSecondsWindow 1.3.6.1.4.1.171.10.134.1.1.51.2.1.1.10
Sets the EOAM error symbol window.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32  

errorFramePeriodNotifyState 1.3.6.1.4.1.171.10.134.1.1.51.2.1.1.11
Sets the EOAM error symbol notify state enabled or disabled.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

errorFramePeriodThreshold 1.3.6.1.4.1.171.10.134.1.1.51.2.1.1.12
Sets the EOAM error symbol threshold.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32  

errorFramePeriodWindow 1.3.6.1.4.1.171.10.134.1.1.51.2.1.1.13
Sets the EOAM error symbol window.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32  

duldSystem 1.3.6.1.4.1.171.10.134.1.1.52.1
OBJECT IDENTIFIER    

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

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

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

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

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

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

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

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

swTimeRangeSettingTable 1.3.6.1.4.1.171.10.134.1.1.38.1
A table to configure time Range in the system.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SwTimeRangeSettingEntry

swTimeRangeSettingEntry 1.3.6.1.4.1.171.10.134.1.1.38.1.1
A schedule entry to configure time Range in the system.
Status: current Access: not-accessible
OBJECT-TYPE    
  SwTimeRangeSettingEntry  

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

dlinklldpState 1.3.6.1.4.1.171.10.134.1.1.32.1
This object is used for enabling or disabling LLDP in the system.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enable(1), disable(2)  

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

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

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

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

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

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

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

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

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

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

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

lldpXdot3Objects 1.3.6.1.4.1.171.10.134.1.1.32.12
OBJECT IDENTIFIER    

lldpXdot3Config 1.3.6.1.4.1.171.10.134.1.1.32.12.1
OBJECT IDENTIFIER    

lldpXdot3LocalData 1.3.6.1.4.1.171.10.134.1.1.32.12.2
OBJECT IDENTIFIER    

lldpXdot3RemoteData 1.3.6.1.4.1.171.10.134.1.1.32.12.3
OBJECT IDENTIFIER    

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

lldpXdot1Objects 1.3.6.1.4.1.171.10.134.1.1.32.13
OBJECT IDENTIFIER    

lldpXdot1Config 1.3.6.1.4.1.171.10.134.1.1.32.13.1
OBJECT IDENTIFIER    

lldpXdot1LocalData 1.3.6.1.4.1.171.10.134.1.1.32.13.2
OBJECT IDENTIFIER    

lldpXdot1RemoteData 1.3.6.1.4.1.171.10.134.1.1.32.13.3
OBJECT IDENTIFIER    

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

lldpXdot1ConfigPortVlanEntry 1.3.6.1.4.1.171.10.134.1.1.32.13.1.1.1
LLDP configuration information that controls the transmission of IEEE 802.1 organizationally defined Port VLAN-ID TLV on LLDP transmission capable ports. This configuration object augments the lldpPortConfigEntry of the LLDP-MIB, therefore it is only present along with the port configuration defined by the associated lldpPortConfigEntry entry. Each active lldpConfigEntry must be restored from non-volatile storage (along with the corresponding lldpPortConfigEntry) after a re-initialization of the management system.
Status: current Access: not-accessible
OBJECT-TYPE    
  LldpXdot1ConfigPortVlanEntry  

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

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

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

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

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

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

lldpXdot1ConfigVlanNameEntry 1.3.6.1.4.1.171.10.134.1.1.32.13.1.2.1
LLDP configuration information that specifies the set of ports (represented as a PortList) on which the Local System VLAN name instance will be transmitted. This configuration object augments the lldpLocVlanEntry, therefore it is only present along with the VLAN Name instance contained in the associated lldpLocVlanNameEntry entry. Each active lldpXdot1ConfigVlanNameEntry must be restored from non-volatile storage (along with the corresponding lldpXdot1LocVlanNameEntry) after a re-initialization of the management system.
Status: current Access: not-accessible
OBJECT-TYPE    
  LldpXdot1ConfigVlanNameEntry  

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

lldpXdot1RemProtocolIndex 1.3.6.1.4.1.171.10.134.1.1.32.13.3.4.1.1
This object represents an arbitrary local integer value used by this agent to identify a particular protocol identity.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 1..2147483647  

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

dlinkGreenLEDShutoff 1.3.6.1.4.1.171.10.134.1.1.31.1
OBJECT IDENTIFIER    

dlinkGreenPortShutoff 1.3.6.1.4.1.171.10.134.1.1.31.2
OBJECT IDENTIFIER    

dlinkGreenSystemHibernation 1.3.6.1.4.1.171.10.134.1.1.31.4
OBJECT IDENTIFIER    

dlinkGreenLEDShutoffPortList 1.3.6.1.4.1.171.10.134.1.1.31.1.1
Provides control to disable LED port.
Status: current Access: read-write
OBJECT-TYPE    
  PortList  

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

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

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

dlinkGreenPortShutoffPortList 1.3.6.1.4.1.171.10.134.1.1.31.2.1
Provides control to disable LED port.
Status: current Access: read-write
OBJECT-TYPE    
  PortList  

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

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

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

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

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

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

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

securityTrafficSeg 1.3.6.1.4.1.171.10.134.1.1.14.9
OBJECT IDENTIFIER    

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

trafficSegEntry 1.3.6.1.4.1.171.10.134.1.1.14.9.1.1
There is one entry in this table for each created port-channel port
Status: current Access: not-accessible
OBJECT-TYPE    
  TrafficSegEntry  

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

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

securityAAC 1.3.6.1.4.1.171.10.134.1.1.14.11
OBJECT IDENTIFIER    

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

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

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

aacAPAuthMethodGroup 1.3.6.1.4.1.171.10.134.1.1.14.11.4
OBJECT IDENTIFIER    

aacAPLoginMethod 1.3.6.1.4.1.171.10.134.1.1.14.11.4.1
OBJECT IDENTIFIER    

aacAPEnableMethod 1.3.6.1.4.1.171.10.134.1.1.14.11.4.2
OBJECT IDENTIFIER    

aacAPTelnetLoginMethod 1.3.6.1.4.1.171.10.134.1.1.14.11.4.1.2
Specify the way which has to execute authentication while login the system and the method for authentication.Access system via telnet.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 1..8  

aacAPHttpLoginMethod 1.3.6.1.4.1.171.10.134.1.1.14.11.4.1.4
Specify the way which has to execute authentication while login the system and the method for authentication.Access system via HTTP.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 1..8  

aacAPTelnetEnableMethod 1.3.6.1.4.1.171.10.134.1.1.14.11.4.2.2
Specify the way which has to execute authentication while login the system and the method for authentication.Access system via telnet.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 1..8  

aacAPHttpEnableMethod 1.3.6.1.4.1.171.10.134.1.1.14.11.4.2.4
Specify the way which has to execute authentication while login the system and the method for authentication.Access system via HTTP.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 1..8  

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

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

aacServerGroupIndex 1.3.6.1.4.1.171.10.134.1.1.14.11.5.1.1
A value that uniquely identifies this SwAACServerGroupEntry .
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 2..9  

aacServerGroupName 1.3.6.1.4.1.171.10.134.1.1.14.11.5.1.2
A human-readable text string of the method group. The name is writable only if Group is new created, which the value of aacServerGroupRowStatus is 'notReady'.
Status: current Access: read-write
OBJECT-TYPE    
  OCTET STRING Size(1..15)  

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

aacServerGroupRowStatus 1.3.6.1.4.1.171.10.134.1.1.14.11.5.1.4
This object indicates the status of this entry. An entry is created in this table when this object is SET to 'createAndWait'. The entry in this table is used when the status of this object is SET 'active'. The entry in this table is not used when this object is SET 'notInService'. An entry created in this table is be deleted when this object is SET 'destroy'.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

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

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

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

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

aacServerIPAddr 1.3.6.1.4.1.171.10.134.1.1.14.11.7.1.3
The IP address of Server
Status: current Access: read-write
OBJECT-TYPE    
  Ipv6Address  

aacServerInterfaceName 1.3.6.1.4.1.171.10.134.1.1.14.11.7.1.4
Specifies the interface name when the aacServerIPAddr is linklocal address.
Status: current Access: read-create
OBJECT-TYPE    
  OCTET STRING  

aacServerAuthProtocol 1.3.6.1.4.1.171.10.134.1.1.14.11.7.1.5
The authentication protocol provided by the Server.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER tacacsPlus(1), radius(2)  

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

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

aacServerTimeout 1.3.6.1.4.1.171.10.134.1.1.14.11.7.1.8
Server response timeout .
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 1..255  

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

aacServerRowStatus 1.3.6.1.4.1.171.10.134.1.1.14.11.7.1.10
This object indicates the status of this entry. An entry is created in this table when this object is SET to 'createAndWait'. The entry in this table is used when the status of this object is SET 'active'. The entry in this table is not used when this object is SET 'notInService'. An entry created in this table is be deleted when this object is SET 'destroy'.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

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

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

aacLoginMethodListIndex 1.3.6.1.4.1.171.10.134.1.1.14.11.8.1.1
A value that identifies this method list.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 1..8  

aacLoginMethodListName 1.3.6.1.4.1.171.10.134.1.1.14.11.8.1.2
A human-readable text string of the method list.
Status: current Access: read-write
OBJECT-TYPE    
  OCTET STRING Size(1..15)  

aacLoginMethod1 1.3.6.1.4.1.171.10.134.1.1.14.11.8.1.3
The type of Login method list. Besides the pre-defined type, it also allow to be set user-defined group by aacServerGroupIndex.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER none(-1), local(0), tacacsPlus(1), radius(2)  

aacLoginMethod2 1.3.6.1.4.1.171.10.134.1.1.14.11.8.1.4
The type of Login method list. Besides the pre-defined type, it also allow to be set user-defined group by aacServerGroupIndex.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER none(-1), local(0), tacacsPlus(1), radius(2)  

aacLoginMethod3 1.3.6.1.4.1.171.10.134.1.1.14.11.8.1.5
The type of Login method list. Besides the pre-defined type, it also allow to be set user-defined group by aacServerGroupIndex.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER none(-1), local(0), tacacsPlus(1), radius(2)  

aacLoginMethod4 1.3.6.1.4.1.171.10.134.1.1.14.11.8.1.6
The type of Login method list. Besides the pre-defined type, it also allow to be set user-defined group by aacServerGroupIndex.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER none(-1), local(0), tacacsPlus(1), radius(2)  

aacLoginMethodListRowStatus 1.3.6.1.4.1.171.10.134.1.1.14.11.8.1.7
This object indicates the status of this entry. An entry is created in this table when this object is SET to 'createAndWait'. The entry in this table is used when the status of this object is SET 'active'. The entry in this table is not used when this object is SET 'notInService'. An entry created in this table is be deleted when this object is SET 'destroy'.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

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

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

aacEnableMethodListIndex 1.3.6.1.4.1.171.10.134.1.1.14.11.9.1.1
A value that identifies this method list.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 1..8  

aacEnableMethodListName 1.3.6.1.4.1.171.10.134.1.1.14.11.9.1.2
A human-readable text string of the method list.
Status: current Access: read-write
OBJECT-TYPE    
  OCTET STRING Size(1..15)  

aacEnableMethod1 1.3.6.1.4.1.171.10.134.1.1.14.11.9.1.3
The type of Login method list. Besides the pre-defined type, it also allow to be set user-defined group by aacServerGroupIndex.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER none(-1), local(0), tacacsPlus(1), radius(2)  

aacEnableMethod2 1.3.6.1.4.1.171.10.134.1.1.14.11.9.1.4
The type of Login method list. Besides the pre-defined type, it also allow to be set user-defined group by aacServerGroupIndex.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER none(-1), local(0), tacacsPlus(1), radius(2)  

aacEnableMethod3 1.3.6.1.4.1.171.10.134.1.1.14.11.9.1.5
The type of Login method list. Besides the pre-defined type, it also allow to be set user-defined group by aacServerGroupIndex.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER none(-1), local(0), tacacsPlus(1), radius(2)  

aacEnableMethod4 1.3.6.1.4.1.171.10.134.1.1.14.11.9.1.6
The type of Login method list. Besides the pre-defined type, it also allow to be set user-defined group by aacServerGroupIndex.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER none(-1), local(0), tacacsPlus(1), radius(2)  

aacEnableMethodListRowStatus 1.3.6.1.4.1.171.10.134.1.1.14.11.9.1.7
This object indicates the status of this entry. An entry is created in this table when this object is SET to 'createAndWait'. The entry in this table is used when the status of this object is SET 'active'. The entry in this table is not used when this object is SET 'notInService'. An entry created in this table is be deleted when this object is SET 'destroy'.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

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

mcastFilterPortTable 1.3.6.1.4.1.171.10.134.1.1.49.1
A table to control multicast filtering modes.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    McastFilterPortEntry

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

mcastFilterPortIndex 1.3.6.1.4.1.171.10.134.1.1.49.1.1.1
Interface index of the port for which the configuration in this entry applies. For all machines give maximum port number.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 1..6  

mcastFilterPortType 1.3.6.1.4.1.171.10.134.1.1.49.1.1.2
Configures the multicast filtering modes as below : forward -Forwards all unregistered groups. filter -Filters all unregistered groups.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER forward(1), filter(2)  

agentCPUutilization 1.3.6.1.4.1.171.10.134.1.1.100.1
OBJECT IDENTIFIER    

agentMEMutilization 1.3.6.1.4.1.171.10.134.1.1.100.2
OBJECT IDENTIFIER    

agentCPUutilizationIn5sec 1.3.6.1.4.1.171.10.134.1.1.100.1.1
The time scale is set at 5 second intervals. The value will be between 0% (idle) and 100% (very busy).
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

agentCPUutilizationIn1min 1.3.6.1.4.1.171.10.134.1.1.100.1.2
The time scale is set at 1 minute intervals. The value will be between 0% (idle) and 100% (very busy).
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

agentCPUutilizationIn5min 1.3.6.1.4.1.171.10.134.1.1.100.1.3
The time scale is set at 5 minute intervals. The value will be between 0% (idle) and 100% (very busy).
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

agentMEMutilizationIn5sec 1.3.6.1.4.1.171.10.134.1.1.100.2.1
The time scale is set at 5 second intervals. The value will be between 0% (idle) and 100% (very busy).
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

agentMEMutilizationIn1min 1.3.6.1.4.1.171.10.134.1.1.100.2.2
The time scale is set at 1 minute intervals. The value will be between 0% (idle) and 100% (very busy).
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

agentMEMutilizationIn5min 1.3.6.1.4.1.171.10.134.1.1.100.2.3
The time scale is set at 5 minute intervals. The value will be between 0% (idle) and 100% (very busy).
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

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

multicastVlanTable 1.3.6.1.4.1.171.10.134.1.1.27.4
Information about the IGMP/MLD snooping multicast VLAN table.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    MulticastVlanEntry

multicastVlanEntry 1.3.6.1.4.1.171.10.134.1.1.27.4.1
The entry of multicastVlanTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  MulticastVlanEntry  

multicastVlanid 1.3.6.1.4.1.171.10.134.1.1.27.4.1.1
This object indicates the VLAN ID of the IGMP/MLD snooping multicast VLAN entry.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 2..4094  

multicastVlanName 1.3.6.1.4.1.171.10.134.1.1.27.4.1.2
This object indicates the VLAN name of the IGMP/MLD snooping multicast VLAN entry.
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString Size(0..32)  

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

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

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

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

multicastVlanIgmpReplaceSourceIp 1.3.6.1.4.1.171.10.134.1.1.27.4.1.7
The replacement source IP of this IGMP snooping multicast VLAN.
Status: current Access: read-write
OBJECT-TYPE    
  IpAddress  

multicastVlanMldReplaceSourceIp 1.3.6.1.4.1.171.10.134.1.1.27.4.1.8
The replacement source IP of this MLD snooping multicast VLAN.
Status: current Access: read-write
OBJECT-TYPE    
  Ipv6Address  

multicastVlanRowStatus 1.3.6.1.4.1.171.10.134.1.1.27.4.1.9
This object indicates the status of this entry.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

multicastVlanGroupTable 1.3.6.1.4.1.171.10.134.1.1.27.5
The table containing the IGMP/MLD snooping multicast VLAN group information
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    MulticastVlanGroupEntry

multicastVlanGroupEntry 1.3.6.1.4.1.171.10.134.1.1.27.5.1
The entry of multicastVlanGroupTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  MulticastVlanGroupEntry  

multicastVlanGroupVid 1.3.6.1.4.1.171.10.134.1.1.27.5.1.1
This object indicates the VID of the IGMP/MLD snooping multicast VLAN group.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 1..4094  

multicastVlanGroupIpType 1.3.6.1.4.1.171.10.134.1.1.27.5.1.2
Type of specifies the multicast address list for this VLAN.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER iPv4(1), iPv6(2)  

multicastVlanGroupFromIp 1.3.6.1.4.1.171.10.134.1.1.27.5.1.3
Specifies the multicast address list for this VLAN.
Status: current Access: read-only
OBJECT-TYPE    
  Ipv6Address  

multicastVlanGroupToIp 1.3.6.1.4.1.171.10.134.1.1.27.5.1.4
Specifies the multicast address list for this VLAN.
Status: current Access: read-only
OBJECT-TYPE    
  Ipv6Address  

multicastVlanGroupStatus 1.3.6.1.4.1.171.10.134.1.1.27.5.1.5
This object indicates the status of this entry.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

pppoeGlobalState 1.3.6.1.4.1.171.10.134.1.1.98.1
PPPoE global state
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER disabled(0), enabled(1)  

pppoePortTable 1.3.6.1.4.1.171.10.134.1.1.98.2
A table to control PPPoE features of the device.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    PppoePortEntry

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

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

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

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

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

pppoePortCircuitIDVendor3String 1.3.6.1.4.1.171.10.134.1.1.98.2.1.5
PPPoE per port circuit ID vendor3 string
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString Size(1..32)  

pppoePortRemoteIDType 1.3.6.1.4.1.171.10.134.1.1.98.2.1.6
PPPoE per port remote ID type
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER default(0), vendor2(1), vendor3(2)  

pppoePortRemoteIDVendor3String 1.3.6.1.4.1.171.10.134.1.1.98.2.1.7
PPPoE per port remote ID vendor3 string
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString Size(1..32)  

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

rmonStatistics 1.3.6.1.4.1.171.10.134.1.1.22.2
OBJECT IDENTIFIER    

rmonHistory 1.3.6.1.4.1.171.10.134.1.1.22.3
OBJECT IDENTIFIER    

rmonAlarm 1.3.6.1.4.1.171.10.134.1.1.22.4
OBJECT IDENTIFIER    

rmonEvent 1.3.6.1.4.1.171.10.134.1.1.22.5
OBJECT IDENTIFIER    

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

rmonEventCommunity 1.3.6.1.4.1.171.10.134.1.1.22.5.1.1.4
If an SNMP trap is to be sent, it will be sent to the SNMP community specified by this octet string.
Status: current Access: read-create
OBJECT-TYPE    
  OCTET STRING Size(0..127)  

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

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

neighborTable 1.3.6.1.4.1.171.10.134.1.1.50.1
A list of the Neighbor Cache Table.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    NeighborEntry

neighborEntry 1.3.6.1.4.1.171.10.134.1.1.50.1.1
A Neighbor cache entry containing the ifindex and ipv6 addr.
Status: current Access: not-accessible
OBJECT-TYPE    
  NeighborEntry  

neighborIfindex 1.3.6.1.4.1.171.10.134.1.1.50.1.1.1
The interface index of the Neighbor entry. Must be conform to the existing interface name.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 1..255  

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

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

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

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

neighborActiveStatus 1.3.6.1.4.1.171.10.134.1.1.50.1.1.6
The active status of the Neighbor entry.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER active(1), inactive(2)  

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

dhcpv6RelayControl 1.3.6.1.4.1.171.10.134.1.1.86.1
OBJECT IDENTIFIER    

dhcpv6RelayManagement 1.3.6.1.4.1.171.10.134.1.1.86.2
OBJECT IDENTIFIER    

dhcpv6RelayOption37 1.3.6.1.4.1.171.10.134.1.1.86.3
OBJECT IDENTIFIER    

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

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

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

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

dhcpv6RelayInterface 1.3.6.1.4.1.171.10.134.1.1.86.2.1.1.1
This object indicates the maximum number of router hops that the DHCPv6 packets can cross.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..12)  

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

dhcpv6RelayInterfaceSettingsRowStatus 1.3.6.1.4.1.171.10.134.1.1.86.2.1.1.99
This object indicates the status of this entry.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

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

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

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

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