DES-1210-10MEbx

File: DES-1210-10MEbx.mib (841384 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
  sysPortUpLinkTime DisplayString

SysPortErrEntry  
SEQUENCE    
  sysPortErrPortIndex INTEGER
  sysPortErrPortState INTEGER
  sysPortErrPortStatus INTEGER
  sysPortErrPortReason INTEGER

SysPortMediaTypeEntry  
SEQUENCE    
  sysPortMediaTypeIndex Integer32
  sysPortMediaType INTEGER
  sysPortType INTEGER
  sysPortMediaTypeVendorName DisplayString
  sysPortMediaTypeOui DisplayString
  sysPortMediaTypePn DisplayString
  sysPortMediaTypeRev DisplayString
  sysPortMediaTypeSn DisplayString
  sysPortMediaTypeDateCode DisplayString

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

ImpbSettingEntry  
SEQUENCE    
  impbPortIndex INTEGER
  impbPortState INTEGER
  impbPortDHCPSnoopingState INTEGER
  impbPortArpInspectionState INTEGER
  impbPortIpInspectionState INTEGER
  impbPortAllowZeroIPState INTEGER
  impbPortForwardDHCPPktState INTEGER
  impbPortDHCPMaxEntryIPv4 Integer32
  impbPortDHCPMaxEntryIPv6 Integer32
  impbPortNDInspectionState INTEGER
  impbPortProtocolState INTEGER
  impbPortDHCPv4SetVlanList OCTET STRING
  impbPortDHCPv4VlanList1k OCTET STRING
  impbPortDHCPv4VlanList2k OCTET STRING
  impbPortDHCPv4VlanList3k OCTET STRING
  impbPortDHCPv4VlanList4k OCTET STRING
  impbPortDHCPv6SetVlanList OCTET STRING
  impbPortDHCPv6VlanList1k OCTET STRING
  impbPortDHCPv6VlanList2k OCTET STRING
  impbPortDHCPv6VlanList3k OCTET STRING
  impbPortDHCPv6VlanList4k OCTET STRING

ImpbAutoScanEntry  
SEQUENCE    
  impbAutoScanMacAddress MacAddress
  impbAutoScanPort Integer32
  impbAutoScanIpAddress DisplayString
  impbAutoScanVlanId Integer32
  impbAutoScanBinding INTEGER

ImpbBindingListEntry  
SEQUENCE    
  impbBindingListIpAddress DisplayString
  impbBindingListMacAddress MacAddress
  impbBindingListPort Integer32
  impbBindingListRowStatus RowStatus

ImpbBlockListEntry  
SEQUENCE    
  impbBlockListMacAddress MacAddress
  impbBlockListVlanId Integer32
  impbBlockListPort Integer32
  impbBlockListIpAddress DisplayString
  impbBlockListStatus INTEGER

ImpbDhcpSnoopingEntry  
SEQUENCE    
  impbDhcpSnoopingMacAddress MacAddress
  impbDhcpSnoopingIpAddress Ipv6Address
  impbDhcpSnoopingLeaseTime Integer32
  impbDhcpSnoopingPort Integer32

StpPortEntry  
SEQUENCE    
  stpPort INTEGER
  stpPortStatus INTEGER
  stpPortPriority INTEGER
  stpAdminPortPathCost INTEGER
  stpPortPathCost INTEGER
  stpPortProtocolMigration INTEGER
  stpPortEdge INTEGER
  stpPortAdminP2P INTEGER
  stpPortRestrictedRole TruthValue
  stpPortRestrictedTCN TruthValue
  stpPortHelloTime Timeout
  stpPortState INTEGER
  stpPortFowardBPDU INTEGER

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

MstMstiBridgeEntry  
SEQUENCE    
  mstMstiInstanceIndex Integer32
  mstMstiBridgePriority Integer32
  mstMstiStatus INTEGER

MstCistPortEntry  
SEQUENCE    
  mstCistPort Integer32
  mstCistPortDesignatedBridge BridgeId
  mstCistPortAdminPathCost Integer32
  mstCistPortPathCost Integer32
  mstCistPortPriority Integer32
  mstCistForcePortState INTEGER
  mstCistCurrentPortRole INTEGER

MstMstiPortEntry  
SEQUENCE    
  mstMstiPort Integer32
  mstMstiPortDesignatedBridge BridgeId
  mstMstiPortAdminPathCost Integer32
  mstMstiPortPathCost Integer32
  mstMstiPortPriority Integer32
  mstMstiForcePortState INTEGER
  mstMstiCurrentPortRole INTEGER

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

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

GvrpSettingsEntry  
SEQUENCE    
  gvrpSettingsPortControlIndex InterfaceIndex
  gvrpSettingsPVID INTEGER
  gvrpSettingsGVRPState INTEGER
  gvrpSettingsIngressChecking INTEGER
  gvrpSettingsAcceptableFrameType INTEGER

DHCPRelayVlanSettings  
SEQUENCE    
  dhcpRelayVlanSettingsVLANID INTEGER
  dhcpRelayVlanSettingsState INTEGER

DHCPBOOTPRelayInterfaceSettings  
SEQUENCE    
  dhcpBOOTPRelayInterface DisplayString
  dhcpBOOTPRelayServerIP IpAddress
  dhcpBOOTPRelayInterfaceSettingsRowStatus RowStatus

DHCPLocalRelaySettings  
SEQUENCE    
  dhcpLocalRelaySettingsVLANID INTEGER
  dhcpLocalRelaySettingsState INTEGER

PortLaMode  
Defines how a Port Channel does channeling. lacp(1) - place the port into passive negotiation state, in which the port waits for its peer to initiate negotiation. static(2) - force the port to enable channeling. disable(3) - channeling is disabled.
TEXTUAL-CONVENTION    
  INTEGER lacp(1), static(2), disable(3)  

LacpKey  
The Actor or Partner Key value (0..65535).
TEXTUAL-CONVENTION    
  Integer32 0..65535  

LaPortChannelEntry  
SEQUENCE    
  laPortChannelIfIndex InterfaceIndex
  laPortChannelMemberList PortList
  laPortChannelMode PortLaMode
  laPortChannelMasterPort InterfaceIndex

LaPortControlEntry  
SEQUENCE    
  laPortControlIndex InterfaceIndex
  laPortActorPortPriority INTEGER
  laPortActorActivity INTEGER
  laPortActorTimeout 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
  igsVlanFbdRtrPortList PortList
  igsVlanFastLeave INTEGER
  igsVlanDataDrivenLearningStatus INTEGER
  igsVlanQuerierVersionStatus INTEGER
  igsVlanDataDrivenLearningAgeOutStatus INTEGER
  igsVlanReportSuppression INTEGER
  igsVlanRobustnessValue Integer32
  igsVlanGrpQueryInterval Integer32
  igsVlanQueryMaxResponseTime INTEGER

IgsVlanMulticastGroupEntry  
SEQUENCE    
  igsVlanMulticastGroupVlanId Integer32
  igsVlanMulticastGroupIpAddress InetAddress
  igsVlanMulticastGroupMacAddress MacAddress
  igsVlanMulticastGroupPortList PortList

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
  mldsVlanFbdRtrPortList PortList
  mldsVlanFastLeave INTEGER
  mldsVlanDataDrivenLearningStatus INTEGER
  mldsVlanReportSuppression INTEGER
  mldsVlanRobustnessValue Integer32
  mldsVlanGrpQueryInterval Integer32
  mldsVlanQueryMaxResponseTime 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

IPv4SwAuthRadiusServerEntry  
SEQUENCE    
  iPv4swAuthRadiusServerIndex INTEGER
  iPv4swAuthRadiusServerAddress IpAddress
  iPv4swAuthRadiusServerAuthenticationPort INTEGER
  iPv4swAuthRadiusServerAccountingPort INTEGER
  iPv4swAuthRadiusServerTimeout INTEGER
  iPv4swAuthRadiusServerRetransmit INTEGER
  iPv4swAuthRadiusServerKey DisplayString
  iPv4swAuthRadiusServerStatus RowStatus

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

CosClassEntry  
SEQUENCE    
  cosClassIndex INTEGER
  cosWeight INTEGER

CosBandwidthCtrlEntry  
SEQUENCE    
  cosBandwidthCtrlPortIndex Integer32
  cosBandwidthCtrlClassIndex INTEGER
  cosBandwidthValue Integer32
  cosBandwidthEffectiveRX Integer32
  cosBandwidthEffectiveTX Integer32

QosDefaultUserPriEntry  
SEQUENCE    
  qosDefaultUserPriPortIndex INTEGER
  qosDefaultPriority INTEGER
  qosEffectiveDefaultPriority INTEGER

QosUserPriEntry  
SEQUENCE    
  qosUserPriIndex INTEGER
  qosUserPriClass INTEGER

QosPriSettingsEntry  
SEQUENCE    
  qosPriSetPortIndex INTEGER
  qosPriSetPortType INTEGER

Ipv4AclQosEntry  
SEQUENCE    
  ipv4aclQosIndex Integer32
  ipv4aclQosType INTEGER
  ipv4aclQosMACAddr MacAddress
  ipv4aclQosIPAddr IpAddress
  ipv4aclQosTCPUDPPort Integer32
  ipv4aclQosVlanID Integer32
  ipv4aclQosProtocol Integer32
  ipv4aclQosAssignClass INTEGER
  ipv4aclQosStatus RowStatus

AclQosEntry  
SEQUENCE    
  aclQosIndex Integer32
  aclQosType INTEGER
  aclQosMACAddr MacAddress
  aclQosIPAddr IpAddress
  aclQosIPv6Addr Ipv6Address
  aclQosTCPUDPPort Integer32
  aclQosVlanID Integer32
  aclQosProtocol Integer32
  aclQosIP6TC Integer32
  aclQosAssignClass 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

ARPSpoofPreventEntry  
SEQUENCE    
  aRPSpoofPreventIpAddr IpAddress
  aRPSpoofPreventMacAddress MacAddress
  aRPSpoofPreventPortList PortList
  aRPSpoofPreventRowStatus RowStatus

SshUserInfoEntry  
SEQUENCE    
  sshUserInfoID Integer32
  sshUserInfoUserName DisplayString
  sshUserInfoAuth INTEGER
  sshUserInfoHostName DisplayString
  sshUserInfoHostIp IpAddress

PortSecEntry  
SEQUENCE    
  portSecIndex Integer32
  portSecState INTEGER
  portSecMLA Integer32
  portSecLockAddrMode INTEGER

PortSecFDBPermanentEntry  
SEQUENCE    
  portSecFDBPermIndex INTEGER
  portSecFDBPermVlanID INTEGER
  portSecFDBPermMac MacAddress
  portSecFDBPermPort INTEGER

CableDiagEntry  
SEQUENCE    
  cableDiagPortIndex Integer32
  cableDiagPortType INTEGER
  cableDiagLinkStatus INTEGER
  cableDiagPair1Status INTEGER
  cableDiagPair2Status INTEGER
  cableDiagPair3Status INTEGER
  cableDiagPair4Status INTEGER
  cableDiagPair1Length Integer32
  cableDiagPair2Length Integer32
  cableDiagPair3Length Integer32
  cableDiagPair4Length Integer32
  cableDiagAction INTEGER
  cableDiagStatus 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
  ipv4aclProfileArpSenderMacAddrMask MacAddress
  ipv4aclProfileArpSenderIpAddrMask IpAddress
  ipv4aclProfileUdfOffsetMap OCTET STRING
  ipv4aclUdfOffsetBase1 INTEGER
  ipv4aclUdfOffsetByte1 Integer32
  ipv4aclUdfOffsetMask1 OCTET STRING
  ipv4aclUdfOffsetBase2 INTEGER
  ipv4aclUdfOffsetByte2 Integer32
  ipv4aclUdfOffsetMask2 OCTET STRING
  ipv4aclUdfOffsetBase3 INTEGER
  ipv4aclUdfOffsetByte3 Integer32
  ipv4aclUdfOffsetMask3 OCTET STRING
  ipv4aclUdfOffsetBase4 INTEGER
  ipv4aclUdfOffsetByte4 Integer32
  ipv4aclUdfOffsetMask4 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
  aclProfileArpSenderMacAddrMask MacAddress
  aclProfileArpSenderIpAddrMask Ipv6Address
  aclProfileUdfOffsetMap OCTET STRING
  aclUdfOffsetBase1 INTEGER
  aclUdfOffsetByte1 Integer32
  aclUdfOffsetMask1 OCTET STRING
  aclUdfOffsetBase2 INTEGER
  aclUdfOffsetByte2 Integer32
  aclUdfOffsetMask2 OCTET STRING
  aclUdfOffsetBase3 INTEGER
  aclUdfOffsetByte3 Integer32
  aclUdfOffsetMask3 OCTET STRING
  aclUdfOffsetBase4 INTEGER
  aclUdfOffsetByte4 Integer32
  aclUdfOffsetMask4 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
  aclL2RuleReplace1P Integer32
  aclL2RuleReplaceQueue Integer32
  aclL2RuleFilterTimeRange OCTET STRING
  aclL2RuleVlanIdMask OCTET STRING
  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
  aclL3RuleReplace1P Integer32
  aclL3RuleReplaceQueue Integer32
  aclL3RuleFilterTimeRange OCTET STRING
  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
  aclv6L3RuleReplace1P Integer32
  aclv6L3RuleReplaceQueue Integer32
  aclv6L3RuleFilterTimeRange OCTET STRING
  aclv6L3RuleStatus RowStatus

AclPacketRuleEntry  
SEQUENCE    
  aclPacketAccessID Integer32
  aclPacketProfileID Integer32
  aclPacketRuleOffsetValue1 OCTET STRING
  aclPacketRuleOffsetValue2 OCTET STRING
  aclPacketRuleOffsetValue3 OCTET STRING
  aclPacketRuleOffsetValue4 OCTET STRING
  aclPacketRuleInPortList PortList
  aclPacketRuleAction INTEGER
  aclPacketRuleRateLimit Unsigned32
  aclPacketRuleReplaceDSCP Integer32
  aclPacketRuleReplace1P Integer32
  aclPacketRuleReplaceQueue Integer32
  aclPacketRuleFilterTimeRange OCTET STRING
  aclPacketRuleOffsetValue1Mask OCTET STRING
  aclPacketRuleOffsetValue2Mask OCTET STRING
  aclPacketRuleOffsetValue3Mask OCTET STRING
  aclPacketRuleOffsetValue4Mask OCTET STRING
  aclPacketRuleStatus RowStatus

AclFlowMeterEntry  
SEQUENCE    
  aclFlowMeterProfileID Integer32
  aclFlowMeterAccessID Integer32
  aclFlowMeterRate Integer32
  aclFlowMeterBurstSize Integer32
  aclFlowMeterReplaceDscp Integer32
  aclFlowMeterAction INTEGER
  aclFlowMeterStatus 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

Ipv4snmpV3HostEntry  
SEQUENCE    
  ipv4snmpV3HostAddress IpAddress
  ipv4snmpV3HostCommunityName SnmpAdminString
  ipv4snmpV3HostVersion INTEGER
  ipv4snmpV3HostStatus RowStatus

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

Ipv4SyslogServEntry  
SEQUENCE    
  ipv4syslogServIndex INTEGER
  ipv4syslogServAddr IpAddress
  ipv4syslogServSeverity INTEGER
  ipv4syslogServFacility INTEGER
  ipv4syslogServUDPport INTEGER
  ipv4syslogServSrvStatus INTEGER
  ipv4syslogServSrvRowStatus 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

ProtocolGroupNameEntry  
SEQUENCE    
  protocolGroupGID Integer32
  protocolGroupName DisplayString

ProtocolGroupEntry  
SEQUENCE    
  protocolGroupId Integer32
  protocolGroupFrameType INTEGER
  protocolGroupProtocolValue Integer32
  protocolGroupRowStatus RowStatus

ProtocolVlanEntry  
SEQUENCE    
  protocolVlanPort Integer32
  protocolVlanVID Integer32
  protocolVlanGroupID Integer32
  protocolVlanRowStatus RowStatus

MacNotifyCtrlEntry  
SEQUENCE    
  macNotifyCtrlIndex Integer32
  macNotifyPortStatus INTEGER

SysBPDUAttackCtrlEntry  
SEQUENCE    
  sysBPDUAttackCtrlIndex Integer32
  sysBPDUAttackPortState INTEGER
  sysBPDUAttackPortMode INTEGER
  sysBPDUAttackPortStatus INTEGER

VlanTrunkConfigEntry  
SEQUENCE    
  vlanTrunkIfIndex InterfaceIndex
  vlanTrunkState INTEGER

QinQConfigEntry  
SEQUENCE    
  qinqIfIndex InterfaceIndex
  qinqRoleState INTEGER
  qinqOuterTPID Unsigned32
  qinqTrustCVIDState INTEGER
  qinqVLANTranslationState INTEGER

QinQVlanTranslationCVIDEntry  
SEQUENCE    
  qinqVlanTranslationCVID Unsigned32
  qinqVlanTranslationSVID Unsigned32
  qinqVlanTranslationSVIDOperation INTEGER
  qinqVlanTranslationCVIDRowStatus RowStatus

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

DoSCtrlEntry  
SEQUENCE    
  doSCtrlType INTEGER
  doSCtrlState INTEGER
  doSCtrlActionType INTEGER
  doSCtrlMirrorPort INTEGER
  doSCtrlMirrorReplace1P INTEGER
  doSCtrlMirrorRxRate INTEGER
  doSCtrlFrameCount INTEGER
  doSCtrlClearFrameCount INTEGER

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

FilterDHCPServerEntry  
SEQUENCE    
  filterDHCPServerIpAddr IpAddress
  filterDHCPServerClientMacAddr MacAddress
  filterDHCPServerPortList PortList
  filterDHCPServerVlanList OCTET STRING
  filterDHCPServerRowStatus RowStatus

TrafficSegEntry  
SEQUENCE    
  trafficSegIfIndex InterfaceIndex
  trafficSegMemberList PortList

AacServerGroupEntry  
SEQUENCE    
  aacServerGroupIndex INTEGER
  aacServerGroupName OCTET STRING
  aacServersInGroup BITS
  aacServerGroupRowStatus RowStatus

IPv4AacServerInfoEntry  
SEQUENCE    
  iPv4aacServerIndex INTEGER
  iPv4aacServerIPAddr IpAddress
  iPv4aacServerAuthProtocol INTEGER
  iPv4aacServerAuthPort INTEGER
  iPv4aacServerAuthKey OCTET STRING
  iPv4aacServerTimeout INTEGER
  iPv4aacServerRetryCount INTEGER
  iPv4aacServerRowStatus RowStatus

AacServerInfoEntry  
SEQUENCE    
  aacServerIndex INTEGER
  aacServerIPType INTEGER
  aacServerIPAddr Ipv6Address
  aacServerInterfaceName OCTET STRING
  aacServerAuthProtocol INTEGER
  aacServerAuthPort INTEGER
  aacServerAuthKey OCTET STRING
  aacServerTimeout INTEGER
  aacServerRetryCount INTEGER
  aacServerAccountingPort 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

AacAccountingMethodListEntry  
SEQUENCE    
  aacAccountingMethodListIndex INTEGER
  aacAccountingMethodListName OCTET STRING
  aacAccountingMethod1 INTEGER
  aacAccountingMethod2 INTEGER
  aacAccountingMethod3 INTEGER
  aacAccountingMethod4 INTEGER
  aacAccountingMethodListRowStatus RowStatus

McastFilterPortEntry  
SEQUENCE    
  mcastFilterPortIndex Integer32
  mcastFilterPortType INTEGER

StaticARPEntry  
SEQUENCE    
  staticARPIP IpAddress
  staticARPMac MacAddress
  staticARPRowStatus RowStatus

SysGratuitousARPEntry  
SEQUENCE    
  sysGratuitousARPIFName OCTET STRING
  sysGratuitousARPInterval Integer32

L2PTEntry  
SEQUENCE    
  l2PTPortIndex INTEGER
  l2PTPortType INTEGER
  l2PTProtocol BITS

L2PTThresholdEntry  
SEQUENCE    
  l2PTProtocolIndex INTEGER
  l2PTDropThreshold INTEGER

Ipv4SmtpRecvMailAddrEntry  
SEQUENCE    
  ipv4smtpRecvMailAddrIndex INTEGER
  ipv4smtpRecvMailAddr OCTET STRING
  ipv4smtpRecvMailAddrStatus RowStatus

SmtpRecvMailAddrEntry  
SEQUENCE    
  smtpRecvMailAddrIndex INTEGER
  smtpRecvMailAddr OCTET STRING
  smtpRecvMailAddrStatus RowStatus

IgmpMulticastVlanEntry  
SEQUENCE    
  igmpMulticastVlanid INTEGER
  igmpMulticastVlanName DisplayString
  igmpMulticastVlanSourcePort PortList
  igmpMulticastVlanMemberPort PortList
  igmpMulticastVlanTagMemberPort PortList
  igmpMulticastVlanUntaggedSourcePort PortList
  igmpMulticastVlanState INTEGER
  igmpMulticastVlanReplaceSourceIp IpAddress
  igmpMulticastVlanRemapPriority INTEGER
  igmpMulticastVlanReplacePriority INTEGER
  igmpMulticastVlanRowStatus RowStatus

IgmpMulticastVlanGroupEntry  
SEQUENCE    
  igmpMulticastVlanGroupVid INTEGER
  igmpMulticastVlanGroupFromIp IpAddress
  igmpMulticastVlanGroupToIp IpAddress
  igmpMulticastVlanGroupStatus RowStatus

MulticastVlanEntry  
SEQUENCE    
  multicastVlanid INTEGER
  multicastVlanName DisplayString
  multicastVlanSourcePort PortList
  multicastVlanMemberPort PortList
  multicastVlanTagMemberPort PortList
  multicastVlanUntaggedSourcePort PortList
  multicastVlanState INTEGER
  multicastVlanIgmpReplaceSourceIp IpAddress
  multicastVlanMldReplaceSourceIp Ipv6Address
  multicastVlanRemapPriority INTEGER
  multicastVlanReplacePriority INTEGER
  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

Dhcpv6RelayOpt38Entry  
SEQUENCE    
  dhcpv6RelayOpt38PortIndex Integer32
  dhcpv6RelayOpt38PortState INTEGER
  dhcpv6RelayOpt38PortType INTEGER
  dhcpv6RelayOpt38PortID DisplayString

MacBasedVlanEntry  
SEQUENCE    
  vlanMacMapIndex Integer32
  vlanMacMapAddr MacAddress
  vlanMacMapAddrMask MacAddress
  vlanMacMapVid VlanIndex
  vlanMacStatus DisplayString
  vlanMacType DisplayString
  vlanMacMapRowStatus RowStatus

SfpVendorInfoEntry  
SEQUENCE    
  sfpPortIndex Integer32
  sfpConnectorType DisplayString
  sfpTranceiverCode DisplayString
  sfpBaudRate DisplayString
  sfpVendorName DisplayString
  sfpVendorOui DisplayString
  sfpVendorPn DisplayString
  sfpVendorRev DisplayString
  sfpWavelength DisplayString
  sfpVendorSn DisplayString
  sfpDateCode DisplayString

DdmActionMgmtEntry  
SEQUENCE    
  ddmActionPort INTEGER
  ddmActionState INTEGER
  ddmActionShutdown INTEGER

DdmThresholdMgmtEntry  
SEQUENCE    
  ddmThresholdPort INTEGER
  ddmThresholdType INTEGER
  ddmHighAlarm DisplayString
  ddmLowAlarm DisplayString
  ddmHighWarning DisplayString
  ddmLowWarning DisplayString

DdmStatusEntry  
SEQUENCE    
  ddmStatusPort INTEGER
  ddmTemperature DisplayString
  ddmVoltage DisplayString
  ddmBiasCurrent DisplayString
  ddmTxPower DisplayString
  ddmRxPower DisplayString

Defined Values

des-1210-10mebx 1.3.6.1.4.1.171.10.75.14.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    




des-1210-10me 1.3.6.1.4.1.171.10.75.14
OBJECT IDENTIFIER    

companySystem 1.3.6.1.4.1.171.10.75.14.1.1
OBJECT IDENTIFIER    

companyIpifGroup 1.3.6.1.4.1.171.10.75.14.1.2
OBJECT IDENTIFIER    

companyTftpGroup 1.3.6.1.4.1.171.10.75.14.1.3
OBJECT IDENTIFIER    

companyMiscGroup 1.3.6.1.4.1.171.10.75.14.1.4
OBJECT IDENTIFIER    

companySNMPV3 1.3.6.1.4.1.171.10.75.14.1.5
OBJECT IDENTIFIER    

companySTP 1.3.6.1.4.1.171.10.75.14.1.6
OBJECT IDENTIFIER    

companyDot1qVlanGroup 1.3.6.1.4.1.171.10.75.14.1.7
OBJECT IDENTIFIER    

companyLA 1.3.6.1.4.1.171.10.75.14.1.8
OBJECT IDENTIFIER    

companyStaticMAC 1.3.6.1.4.1.171.10.75.14.1.9
OBJECT IDENTIFIER    

companyIgsGroup 1.3.6.1.4.1.171.10.75.14.1.10
OBJECT IDENTIFIER    

companyGVRPGroup 1.3.6.1.4.1.171.10.75.14.1.11
OBJECT IDENTIFIER    

companyQoSGroup 1.3.6.1.4.1.171.10.75.14.1.12
OBJECT IDENTIFIER    

companyTrafficMgmt 1.3.6.1.4.1.171.10.75.14.1.13
OBJECT IDENTIFIER    

companySecurity 1.3.6.1.4.1.171.10.75.14.1.14
OBJECT IDENTIFIER    

companyACLGroup 1.3.6.1.4.1.171.10.75.14.1.15
OBJECT IDENTIFIER    

companySyslog 1.3.6.1.4.1.171.10.75.14.1.16
OBJECT IDENTIFIER    

companyLBD 1.3.6.1.4.1.171.10.75.14.1.17
OBJECT IDENTIFIER    

companyMirror 1.3.6.1.4.1.171.10.75.14.1.18
OBJECT IDENTIFIER    

companyStaticMcast 1.3.6.1.4.1.171.10.75.14.1.19
OBJECT IDENTIFIER    

companySNTPSetting 1.3.6.1.4.1.171.10.75.14.1.20
OBJECT IDENTIFIER    

companyRMON 1.3.6.1.4.1.171.10.75.14.1.22
OBJECT IDENTIFIER    

companyAuthGroup 1.3.6.1.4.1.171.10.75.14.1.23
OBJECT IDENTIFIER    

companyGuestVlan 1.3.6.1.4.1.171.10.75.14.1.24
OBJECT IDENTIFIER    

companyMacNotify 1.3.6.1.4.1.171.10.75.14.1.25
OBJECT IDENTIFIER    

companyISMVLAN 1.3.6.1.4.1.171.10.75.14.1.27
OBJECT IDENTIFIER    

companyDHCPRelay 1.3.6.1.4.1.171.10.75.14.1.28
OBJECT IDENTIFIER    

companyDHCPLocalRelay 1.3.6.1.4.1.171.10.75.14.1.29
OBJECT IDENTIFIER    

companyTrapSetting 1.3.6.1.4.1.171.10.75.14.1.30
OBJECT IDENTIFIER    

sysFirmwareInfomation 1.3.6.1.4.1.171.10.75.14.1.1.31
OBJECT IDENTIFIER    

companyLLDPSetting 1.3.6.1.4.1.171.10.75.14.1.32
OBJECT IDENTIFIER    

companyCPUInterfaceFilterGroup 1.3.6.1.4.1.171.10.75.14.1.33
OBJECT IDENTIFIER    

companyStaticARP 1.3.6.1.4.1.171.10.75.14.1.34
OBJECT IDENTIFIER    

companyCableDiagnostic 1.3.6.1.4.1.171.10.75.14.1.35
OBJECT IDENTIFIER    

companyVLANTrunk 1.3.6.1.4.1.171.10.75.14.1.36
OBJECT IDENTIFIER    

companyQinQ 1.3.6.1.4.1.171.10.75.14.1.37
OBJECT IDENTIFIER    

companyTimeRangeMgmt 1.3.6.1.4.1.171.10.75.14.1.38
OBJECT IDENTIFIER    

companySMTP 1.3.6.1.4.1.171.10.75.14.1.40
OBJECT IDENTIFIER    

companyLimitIp 1.3.6.1.4.1.171.10.75.14.1.45
OBJECT IDENTIFIER    

companyGratuitousARP 1.3.6.1.4.1.171.10.75.14.1.48
OBJECT IDENTIFIER    

companyMulticastFilter 1.3.6.1.4.1.171.10.75.14.1.49
OBJECT IDENTIFIER    

companyNeighbor 1.3.6.1.4.1.171.10.75.14.1.50
OBJECT IDENTIFIER    

companyEoam 1.3.6.1.4.1.171.10.75.14.1.51
OBJECT IDENTIFIER    

companyDuld 1.3.6.1.4.1.171.10.75.14.1.52
OBJECT IDENTIFIER    

companyMacBasedVlan 1.3.6.1.4.1.171.10.75.14.1.70
OBJECT IDENTIFIER    

companyBPDUAttack 1.3.6.1.4.1.171.10.75.14.1.77
OBJECT IDENTIFIER    

companyDHCPv6Relay 1.3.6.1.4.1.171.10.75.14.1.86
OBJECT IDENTIFIER    

companyMldsGroup 1.3.6.1.4.1.171.10.75.14.1.88
OBJECT IDENTIFIER    

companyPPPoE 1.3.6.1.4.1.171.10.75.14.1.98
OBJECT IDENTIFIER    

companyDoSCtrl 1.3.6.1.4.1.171.10.75.14.1.99
OBJECT IDENTIFIER    

companyAgentBasicInfo 1.3.6.1.4.1.171.10.75.14.1.100
OBJECT IDENTIFIER    

companyProtocolVlan 1.3.6.1.4.1.171.10.75.14.1.101
OBJECT IDENTIFIER    

companyL2PT 1.3.6.1.4.1.171.10.75.14.1.102
OBJECT IDENTIFIER    

companySfpVendorInfo 1.3.6.1.4.1.171.10.75.14.1.104
OBJECT IDENTIFIER    

companyDDM 1.3.6.1.4.1.171.10.75.14.1.105
OBJECT IDENTIFIER    

companyFTPGroup 1.3.6.1.4.1.171.10.75.14.1.107
OBJECT IDENTIFIER    

companyTraps 1.3.6.1.4.1.171.10.75.14.1.120
OBJECT IDENTIFIER    

sysSwitchName 1.3.6.1.4.1.171.10.75.14.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: ( ) V + _ = .
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString Size(1..20)  

sysHardwareVersion 1.3.6.1.4.1.171.10.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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), rate10G-Full(7)  

sysPortCtrlMDI 1.3.6.1.4.1.171.10.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.1.1.14.1.3
This object indicates the port description.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString Size(0..32)  

sysPortUpLinkTime 1.3.6.1.4.1.171.10.75.14.1.1.14.1.4
This object indicates the port link up time.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..32)  

sysPortErrTable 1.3.6.1.4.1.171.10.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.1.1.20
This object is for MAC aging time.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 10..1000000  

baudRateConfiguration 1.3.6.1.4.1.171.10.75.14.1.1.21
To set SerialPort baud-rate configuration.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER baudrate9600(9600), baudrate19200(19200), baudrate38400(38400), baudrate115200(115200)  

autologoutConfiguration 1.3.6.1.4.1.171.10.75.14.1.1.22
To set SerialPort auto-logout-time configuration.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER logouttime2mins(120), logouttime5mins(300), logouttime10mins(600), logouttime15mins(900), logouttimenever(0)  

telnetsettingManagementOnOff 1.3.6.1.4.1.171.10.75.14.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.75.14.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.75.14.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.75.14.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.75.14.1.1.27
To set system contact name.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString Size(1..128)  

sysDhcpAutoConfigTimeout 1.3.6.1.4.1.171.10.75.14.1.1.28
To set dhcp auto config timeout.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 1..65535  

sysCommandLogging 1.3.6.1.4.1.171.10.75.14.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.75.14.1.1.30
To get the serial number.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(1..13)  

sysVersion 1.3.6.1.4.1.171.10.75.14.1.1.31.1
The version of firmware information.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(1..15)  

sysSize 1.3.6.1.4.1.171.10.75.14.1.1.31.2
The size of firmware information.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

sysUpdateTime 1.3.6.1.4.1.171.10.75.14.1.1.31.3
The Update Time of firmware information.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(1..20)  

sysFromIP 1.3.6.1.4.1.171.10.75.14.1.1.31.4
The IP address of firmware information.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

sysUser 1.3.6.1.4.1.171.10.75.14.1.1.31.5
The user of firmware infomation.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(1..9)  

sysType 1.3.6.1.4.1.171.10.75.14.1.1.31.6
The type of firmware infomation.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER console(1), telnet(2), ssh(3), web(4), unknown(-1)  

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

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

sysPortMediaTypeTable 1.3.6.1.4.1.171.10.75.14.1.1.36
A table to control the port specific parameters of the device like speed, Vendor name, etc.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SysPortMediaTypeEntry

sysPortMediaTypeEntry 1.3.6.1.4.1.171.10.75.14.1.1.36.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    
  SysPortMediaTypeEntry  

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

sysPortMediaType 1.3.6.1.4.1.171.10.75.14.1.1.36.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)  

sysPortType 1.3.6.1.4.1.171.10.75.14.1.1.36.1.3
Configures interface speed.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER rate100M(1), rate1000M(2), rate10G(3)  

sysPortMediaTypeVendorName 1.3.6.1.4.1.171.10.75.14.1.1.36.1.4
The port's VendorName.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(1..20)  

sysPortMediaTypeOui 1.3.6.1.4.1.171.10.75.14.1.1.36.1.5
The port's Oui.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(1..20)  

sysPortMediaTypePn 1.3.6.1.4.1.171.10.75.14.1.1.36.1.6
The port's Pn.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(1..20)  

sysPortMediaTypeRev 1.3.6.1.4.1.171.10.75.14.1.1.36.1.7
The port's Rev.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(1..20)  

sysPortMediaTypeSn 1.3.6.1.4.1.171.10.75.14.1.1.36.1.8
The port's Sn.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(1..20)  

sysPortMediaTypeDateCode 1.3.6.1.4.1.171.10.75.14.1.1.36.1.9
The port's DateCode.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(1..20)  

ipv4sysIpAddrCfgMode 1.3.6.1.4.1.171.10.75.14.1.2.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)  

ipv4sysIpAddr 1.3.6.1.4.1.171.10.75.14.1.2.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  

ipv4sysIpSubnetMask 1.3.6.1.4.1.171.10.75.14.1.2.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  

ipv4sysGateway 1.3.6.1.4.1.171.10.75.14.1.2.4
Gateway
Status: current Access: read-write
OBJECT-TYPE    
  IpAddress  

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

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

ipifSupportV4V6Info 1.3.6.1.4.1.171.10.75.14.1.2.7
OBJECT IDENTIFIER    

sysIpAddrCfgMode 1.3.6.1.4.1.171.10.75.14.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.75.14.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.75.14.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.75.14.1.2.7.4
Gateway
Status: current Access: read-write
OBJECT-TYPE    
  IpAddress  

dhcpOption12Status 1.3.6.1.4.1.171.10.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.1.2.7.13
The ipv6 default gateway that you want this interface to be in. It must be a exist vlan id.
Status: current Access: read-write
OBJECT-TYPE    
  Ipv6Address  

ipifV6AddressTable 1.3.6.1.4.1.171.10.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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  

ipv4sysIprouteGateway 1.3.6.1.4.1.171.10.75.14.1.2.8
IProute Gateway of the system.
Status: current Access: read-write
OBJECT-TYPE    
  IpAddress  

ipv4sysIprouteHops 1.3.6.1.4.1.171.10.75.14.1.2.9
IProute Hops of the system.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER  

tftpFwServerIpAddress 1.3.6.1.4.1.171.10.75.14.1.3.1
The TFTP server's IP address is used to upload or download firmware.
Status: obsolete Access: read-write
OBJECT-TYPE    
  IpAddress  

tftpFwImageFileName 1.3.6.1.4.1.171.10.75.14.1.3.2
Configure firmware filename to download.
Status: obsolete Access: read-write
OBJECT-TYPE    
  DisplayString Size(1..64)  

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

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

tftpCfgServerIpAddress 1.3.6.1.4.1.171.10.75.14.1.3.5
The TFTP server's IP address is used to upload or download configuration file.
Status: obsolete Access: read-write
OBJECT-TYPE    
  IpAddress  

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

tftpConfigTftpOperation 1.3.6.1.4.1.171.10.75.14.1.3.7
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: obsolete Access: read-write
OBJECT-TYPE    
  INTEGER download(1), upload(2), progressing(3)  

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

tftpFwTargetGroup 1.3.6.1.4.1.171.10.75.14.1.3.9
OBJECT IDENTIFIER    

tftpFwTargetServerIpAddress 1.3.6.1.4.1.171.10.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.1.3.10
OBJECT IDENTIFIER    

tftpCfgTargetServerIpAddress 1.3.6.1.4.1.171.10.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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)  

tftpCfgTargetTftpConfigID 1.3.6.1.4.1.171.10.75.14.1.3.10.7
The tftp config ID determine which config what you need.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER configId-1(1), configId-2(2)  

tftpCfgTargetTftpIncrement 1.3.6.1.4.1.171.10.75.14.1.3.10.8
The tftp increment determine download config behavior.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER false(0), true(1)  

miscReset 1.3.6.1.4.1.171.10.75.14.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.75.14.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)  

securityIpMacPortBinding 1.3.6.1.4.1.171.10.75.14.1.14.10
OBJECT IDENTIFIER    

impbSettingTable 1.3.6.1.4.1.171.10.75.14.1.14.10.1
A table to control IP-MAC-Port Binding Setting features of the device.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    ImpbSettingEntry

impbSettingEntry 1.3.6.1.4.1.171.10.75.14.1.14.10.1.1
An entry appears in IP-MAC-Port Binding Setting table for each interface in the system.
Status: current Access: not-accessible
OBJECT-TYPE    
  ImpbSettingEntry  

impbPortIndex 1.3.6.1.4.1.171.10.75.14.1.14.10.1.1.1
Specifies the port numbers through which the authorized manager can access the switch. By default the authorized manager is allowed to access the switch through all the ports. If a set of ports are configured in the 'PortList', the manager can access the switch only through the configured ports.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 1..10  

impbPortState 1.3.6.1.4.1.171.10.75.14.1.14.10.1.1.2
Disable / enable IP-MAC-Port Binding admin state for the interface.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER disabled(0), enabled(1)  

impbPortDHCPSnoopingState 1.3.6.1.4.1.171.10.75.14.1.14.10.1.1.4
Disable / enable IP-MAC-Port Binding DHCP snooping state for the interface.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER disabled(0), enabled(1)  

impbPortArpInspectionState 1.3.6.1.4.1.171.10.75.14.1.14.10.1.1.5
Set IP-MAC-Port Binding ARP Inspection state for the interface.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER disabled(0), strict(1), loose(2)  

impbPortIpInspectionState 1.3.6.1.4.1.171.10.75.14.1.14.10.1.1.6
Set IP-MAC-Port Binding IP Inspection state for the interface.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER disabled(0), enabled(1)  

impbPortAllowZeroIPState 1.3.6.1.4.1.171.10.75.14.1.14.10.1.1.7
Disable / enable IP-MAC-Port Binding Allow-Zero-IP state for the interface.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER disabled(0), enabled(1)  

impbPortForwardDHCPPktState 1.3.6.1.4.1.171.10.75.14.1.14.10.1.1.8
Disable / enable IP-MAC-Port Binding Forward-DHCP-Packet state for the interface.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER disabled(0), enabled(1)  

impbPortDHCPMaxEntryIPv4 1.3.6.1.4.1.171.10.75.14.1.14.10.1.1.9
Set the maximum number of IPv4 entries that can be learned for the interface.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 0..10  

impbPortDHCPMaxEntryIPv6 1.3.6.1.4.1.171.10.75.14.1.14.10.1.1.10
Set the maximum number of IPv6 entries that can be learned for the interface.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 0..10  

impbPortNDInspectionState 1.3.6.1.4.1.171.10.75.14.1.14.10.1.1.11
Set IP-MAC-Port Binding ND Inspection state for the interface.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER disabled(0), enabled(1)  

impbPortProtocolState 1.3.6.1.4.1.171.10.75.14.1.14.10.1.1.12
Set IP-MAC-Port Binding protocol state for the interface.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER ipv4(0), ipv6(1), all(2)  

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

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

impbPortDHCPv4VlanList2k 1.3.6.1.4.1.171.10.75.14.1.14.10.1.1.15
A string of octets containing one bit per VLAN for VLANS with VlanIndex values 1025 through 2048. The most significant bit of each octet corresponds to the lowest VlanIndex value in that octet. For each VLAN that is mapped to this DHCPv4 snooping, the bit corresponding to that VLAN is set to '1'. This object is only instantiated on devices with support for VlanIndex values up to 4094.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(0..128)  

impbPortDHCPv4VlanList3k 1.3.6.1.4.1.171.10.75.14.1.14.10.1.1.16
A string of octets containing one bit per VLAN for VLANS with VlanIndex values 2049 through 3072. The most significant bit of each octet corresponds to the lowest VlanIndex value in that octet. For each VLAN that is mapped to this DHCPv4 snooping the bit corresponding to that VLAN is set to '1'. This object is only instantiated on devices with support for VlanIndex values up to 4094.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(0..128)  

impbPortDHCPv4VlanList4k 1.3.6.1.4.1.171.10.75.14.1.14.10.1.1.17
A string of octets containing one bit per VLAN for VLANS with VlanIndex values 3073 through 4094. The most significant bit of each octet corresponds to the lowest VlanIndex value in that octet. For each VLAN that is mapped to this DHCPv4 snooping, the bit corresponding to that VLAN is set to '1'. This object is only instantiated on devices with support for VlanIndex values up to 4094.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(0..128)  

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

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

impbPortDHCPv6VlanList2k 1.3.6.1.4.1.171.10.75.14.1.14.10.1.1.20
A string of octets containing one bit per VLAN for VLANS with VlanIndex values 1025 through 2048. The most significant bit of each octet corresponds to the lowest VlanIndex value in that octet. For each VLAN that is mapped to this DHCPv6 snooping, the bit corresponding to that VLAN is set to '1'. This object is only instantiated on devices with support for VlanIndex values up to 4094.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(0..128)  

impbPortDHCPv6VlanList3k 1.3.6.1.4.1.171.10.75.14.1.14.10.1.1.21
A string of octets containing one bit per VLAN for VLANS with VlanIndex values 2049 through 3072. The most significant bit of each octet corresponds to the lowest VlanIndex value in that octet. For each VLAN that is mapped to this DHCPv6 snooping the bit corresponding to that VLAN is set to '1'. This object is only instantiated on devices with support for VlanIndex values up to 4094.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(0..128)  

impbPortDHCPv6VlanList4k 1.3.6.1.4.1.171.10.75.14.1.14.10.1.1.22
A string of octets containing one bit per VLAN for VLANS with VlanIndex values 3073 through 4094. The most significant bit of each octet corresponds to the lowest VlanIndex value in that octet. For each VLAN that is mapped to this DHCPv6 snooping, the bit corresponding to that VLAN is set to '1'. This object is only instantiated on devices with support for VlanIndex values up to 4094.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(0..128)  

impbAutoScanTable 1.3.6.1.4.1.171.10.75.14.1.14.10.2
A table to control auto scan features of the device.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    ImpbAutoScanEntry

impbAutoScanEntry 1.3.6.1.4.1.171.10.75.14.1.14.10.2.1
An entry appears in auto scan table for each interface in the system.
Status: current Access: not-accessible
OBJECT-TYPE    
  ImpbAutoScanEntry  

impbAutoScanMacAddress 1.3.6.1.4.1.171.10.75.14.1.14.10.2.1.1
The MAC address associated of the auto scan entry.
Status: current Access: read-only
OBJECT-TYPE    
  MacAddress  

impbAutoScanPort 1.3.6.1.4.1.171.10.75.14.1.14.10.2.1.2
The port number of the auto scan entry. For all machines give maximum port number.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 1..10  

impbAutoScanIpAddress 1.3.6.1.4.1.171.10.75.14.1.14.10.2.1.3
The IP address associated of the auto scan entry.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

impbAutoScanVlanId 1.3.6.1.4.1.171.10.75.14.1.14.10.2.1.4
The VLAN ID of the auto scan entry.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

impbAutoScanBinding 1.3.6.1.4.1.171.10.75.14.1.14.10.2.1.5
Disable / enable IP-MAC-Port Binding for the entry.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER disabled(0), enabled(1)  

impbBindingListTable 1.3.6.1.4.1.171.10.75.14.1.14.10.3
A table to control Manual IP-MAC-Port Binding white list features of the device.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    ImpbBindingListEntry

impbBindingListEntry 1.3.6.1.4.1.171.10.75.14.1.14.10.3.1
An entry appears in Manual IP-MAC-Port Binding white list table for each interface in the system.
Status: current Access: not-accessible
OBJECT-TYPE    
  ImpbBindingListEntry  

impbBindingListIpAddress 1.3.6.1.4.1.171.10.75.14.1.14.10.3.1.1
The IP address associated of the Manual IP-MAC-PORT Binding white list entry.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

impbBindingListMacAddress 1.3.6.1.4.1.171.10.75.14.1.14.10.3.1.2
The MAC address associated of the Manual IP-MAC-PORT Binding white list entry.
Status: current Access: read-only
OBJECT-TYPE    
  MacAddress  

impbBindingListPort 1.3.6.1.4.1.171.10.75.14.1.14.10.3.1.3
The port number of the Manual IP-MAC-PORT Binding white list entry.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32  

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

impbBlockListTable 1.3.6.1.4.1.171.10.75.14.1.14.10.4
A table to control IP-MAC-Port Binding black list of the device.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    ImpbBlockListEntry

impbBlockListEntry 1.3.6.1.4.1.171.10.75.14.1.14.10.4.1
An entry appears in Manual IP-MAC-Port Binding black list table for each interface in the system.
Status: current Access: not-accessible
OBJECT-TYPE    
  ImpbBlockListEntry  

impbBlockListMacAddress 1.3.6.1.4.1.171.10.75.14.1.14.10.4.1.1
The MAC address associated of the IP-MAC-PORT Binding black list entry.
Status: current Access: read-only
OBJECT-TYPE    
  MacAddress  

impbBlockListVlanId 1.3.6.1.4.1.171.10.75.14.1.14.10.4.1.2
The VLAN ID of the IP-MAC-PORT Binding black list entry.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 1..4094  

impbBlockListPort 1.3.6.1.4.1.171.10.75.14.1.14.10.4.1.3
The port number of the IP-MAC-PORT Binding black list entry.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 1..10  

impbBlockListIpAddress 1.3.6.1.4.1.171.10.75.14.1.14.10.4.1.4
The IP address associated of the IP-MAC-PORT Binding black list entry.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

impbBlockListStatus 1.3.6.1.4.1.171.10.75.14.1.14.10.4.1.5
nothing/delete IP-MAC-Port Binding for the interface.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER nothing(0), deleted(1)  

impbAutoScanIpAddressFrom 1.3.6.1.4.1.171.10.75.14.1.14.10.5
The begin for IP address associated of the IP-MAC-PORT Binding auto scan entry.
Status: current Access: read-write
OBJECT-TYPE    
  Ipv6Address  

impbAutoScanIpAddressTo 1.3.6.1.4.1.171.10.75.14.1.14.10.6
The end for IP address associated of the IP-MAC-PORT Binding auto scan entry.
Status: current Access: read-write
OBJECT-TYPE    
  Ipv6Address  

impbAutoScanStatus 1.3.6.1.4.1.171.10.75.14.1.14.10.7
Nothing / scan IP-MAC-Port Binding auto scan for the interface.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER nothing(0), scan(1)  

impbDhcpSnoopingTable 1.3.6.1.4.1.171.10.75.14.1.14.10.8
A table to display DHCP snooping entries of the device.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    ImpbDhcpSnoopingEntry

impbDhcpSnoopingEntry 1.3.6.1.4.1.171.10.75.14.1.14.10.8.1
An entry appears in DHCP snooping table for each interface in the system.
Status: current Access: not-accessible
OBJECT-TYPE    
  ImpbDhcpSnoopingEntry  

impbDhcpSnoopingMacAddress 1.3.6.1.4.1.171.10.75.14.1.14.10.8.1.1
The MAC address associated of the DHCP snooping entry.
Status: current Access: read-only
OBJECT-TYPE    
  MacAddress  

impbDhcpSnoopingIpAddress 1.3.6.1.4.1.171.10.75.14.1.14.10.8.1.2
The IP address associated of the DHCP snooping entry.
Status: current Access: read-only
OBJECT-TYPE    
  Ipv6Address  

impbDhcpSnoopingLeaseTime 1.3.6.1.4.1.171.10.75.14.1.14.10.8.1.3
The lease time associated of the DHCP snooping entry.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

impbDhcpSnoopingPort 1.3.6.1.4.1.171.10.75.14.1.14.10.8.1.4
The port number associated of the DHCP snooping entry.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

impbRoamingState 1.3.6.1.4.1.171.10.75.14.1.14.10.9
Disable / enable IP-MAC-Port Binding roaming state.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER disabled(0), enabled(1)  

impbVlanModeState 1.3.6.1.4.1.171.10.75.14.1.14.10.10
Disable / enable IP-MAC-Port Binding vlan mode state.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER disabled(0), enabled(1)  

impbVlanModeVlanList 1.3.6.1.4.1.171.10.75.14.1.14.10.11
IP-MAC-Port Binding vlan mode VID list.
Status: current Access: read-write
OBJECT-TYPE    
  PortList  

impbLogState 1.3.6.1.4.1.171.10.75.14.1.14.10.12
Configure IP-MAC-Port Binding log state.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER disabled(0), ipv4(1), ipv6(2), all(3)  

impbDHCPv6PrefixDelegationSnoopState 1.3.6.1.4.1.171.10.75.14.1.14.10.13
Configure DHCPv6 PD snooping state.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER disabled(0), enabled(1)  

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

impbBindingtrap 1.3.6.1.4.1.171.10.75.14.1.14.10.15
OBJECT IDENTIFIER    

impbBindingtrapsign 1.3.6.1.4.1.171.10.75.14.1.14.10.15.1
The object is for IMPB trap sign in the system.
Status: current Access: read-write
NOTIFICATION-TYPE    

impbAutoScanCurrentStatus 1.3.6.1.4.1.171.10.75.14.1.14.10.16
Show Auto scan status
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER stop(0), scanning(1)  

stpBridgeGlobal 1.3.6.1.4.1.171.10.75.14.1.6.1
OBJECT IDENTIFIER    

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

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

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

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

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

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

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

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

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

stpRootCost 1.3.6.1.4.1.171.10.75.14.1.6.1.10
The Cost of the path to the CIST Root as seen from this bridge.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

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

stpForwardDelay 1.3.6.1.4.1.171.10.75.14.1.6.1.12
This time value, measured in units of hundredths of a second, controls how fast a port changes its spanning state when moving towards the Forwarding state. The value determines how long the port stays in a particular state before moving to the next state.
Status: current Access: read-only
OBJECT-TYPE    
  Timeout  

stpRootPort 1.3.6.1.4.1.171.10.75.14.1.6.1.13
The Port Number of the Port which offers the lowest path cost from this bridge to the CIST Root Bridge.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

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

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

stpNewRootTraps 1.3.6.1.4.1.171.10.75.14.1.6.1.16
OBJECT IDENTIFIER    

brgAddress 1.3.6.1.4.1.171.10.75.14.1.6.1.16.1
The MAC address used by this bridge when it must be referred to in a unique fashion.
Status: current Access: read-write
NOTIFICATION-TYPE    

oldDesignatedRoot 1.3.6.1.4.1.171.10.75.14.1.6.1.16.2
The bridge identifier of the old root of the spanning tree instance as determined by the Spanning Tree Protocol as executed by this node.
Status: current Access: read-write
NOTIFICATION-TYPE    

mstiBridgeRegionalRoot 1.3.6.1.4.1.171.10.75.14.1.6.1.16.3
MSTI Regional Root Identifier value for the Instance.
Status: current Access: read-write
NOTIFICATION-TYPE    

stpPortTable 1.3.6.1.4.1.171.10.75.14.1.6.2
A table that contains port-specific information for the Spanning Tree Protocol.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    StpPortEntry

stpPortEntry 1.3.6.1.4.1.171.10.75.14.1.6.2.1
A list of information maintained by every port about the Spanning Tree Protocol state for that port.
Status: current Access: not-accessible
OBJECT-TYPE    
  StpPortEntry  

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

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

stpPortPriority 1.3.6.1.4.1.171.10.75.14.1.6.2.1.3
The four most significant bits of the Port Identifier of the Spanning Tree instance can be modified by setting the CistPortPriority value. The values that are set for Port Priority must be in steps of 16.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 0..240  

stpAdminPortPathCost 1.3.6.1.4.1.171.10.75.14.1.6.2.1.4
The contribution of this port to the path cost of paths towards the spanning tree root which include this port. Writing a value of '0' assigns the automatically calculated default Path Cost value to the ohter object stpPortPathCost. If the default Path Cost is being used,this object returns '0' when read.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 0..200000000  

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

stpPortProtocolMigration 1.3.6.1.4.1.171.10.75.14.1.6.2.1.6
Indicates the Protocol migration state of this Port. When operating in RSTP/MSTP (version >= 2) mode, writing TRUE(1) to this object forces this port to transmit MSTP BPDUs without instance information. Any other operation on this object has no effect and it always returns FALSE(2) when read.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER false(0), true(1)  

stpPortEdge 1.3.6.1.4.1.171.10.75.14.1.6.2.1.7
This parameter when TRUE(1) indicates that detection of a port as Edge Port happens automatically and FALSE(2) indicates that this feature is disabled.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER true(1), false(0), auto(2)  

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

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

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

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

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

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

mstConfigurationIdentification 1.3.6.1.4.1.171.10.75.14.1.6.3
OBJECT IDENTIFIER    

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

stpInstance 1.3.6.1.4.1.171.10.75.14.1.6.4
OBJECT IDENTIFIER    

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

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

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

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

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

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

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

stpInstancePortTable 1.3.6.1.4.1.171.10.75.14.1.6.5
OBJECT IDENTIFIER    

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

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

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

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

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

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

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

mstCistForcePortState 1.3.6.1.4.1.171.10.75.14.1.6.5.1.1.6
Current state of the Port which can be changed to either Disabled or Enabled for the specific spanning tree instance. This object can be set to enabled only if the 'fsMIMstCistForcePortState' is set to 'enabled' for this port
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER disabled(0), enabled(1)  

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

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

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

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

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

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

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

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

mstMstiForcePortState 1.3.6.1.4.1.171.10.75.14.1.6.5.2.1.6
Current state of the Port which can be changed to either Disabled or Enabled for the specific spanning tree instance. This object can be set to enabled only if the 'fsMIMstCistForcePortState' is set to 'enabled' for this port
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER disabled(0), enabled(1)  

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

staticMcastTable 1.3.6.1.4.1.171.10.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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..10)  

staticMcastIpAddr 1.3.6.1.4.1.171.10.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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-write
OBJECT-TYPE    
  PortList  

dot1qVlanUntaggedPorts 1.3.6.1.4.1.171.10.75.14.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  

dot1qVlanAdvertisementStatus 1.3.6.1.4.1.171.10.75.14.1.7.6.1.5
Enable/Disable Advertisement Status of the IEEE 802.1Q VLAN.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

dot1qVlanRowStatus 1.3.6.1.4.1.171.10.75.14.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  

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

gvrpGVRPGlobalSettingsOnOff 1.3.6.1.4.1.171.10.75.14.1.11.1
Enable/Disable GVRP mechanism.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

gvrpSettingsJoinTime 1.3.6.1.4.1.171.10.75.14.1.11.2
The Join Time value assigned to this Join Time field. This 16-bit value is read-write.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 100..100000  

gvrpSettingsLeaveTime 1.3.6.1.4.1.171.10.75.14.1.11.3
The Leave Time value assigned to this Leave Time field. This 16-bit value is read-write.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 100..100000  

gvrpSettingsLeaveAllTime 1.3.6.1.4.1.171.10.75.14.1.11.4
The Leave_All Time value assigned to this Leave_All Time field. This 16-bit value is read-write.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 100..100000  

gvrpSettingsTable 1.3.6.1.4.1.171.10.75.14.1.11.5
A table containing static configuration information for each GVRP 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  
    GvrpSettingsEntry

gvrpSettingsEntry 1.3.6.1.4.1.171.10.75.14.1.11.5.1
Information for a GVRP configured into the device by (local or network) management.
Status: current Access: not-accessible
OBJECT-TYPE    
  GvrpSettingsEntry  

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

gvrpSettingsPVID 1.3.6.1.4.1.171.10.75.14.1.11.5.1.2
The PVID value assigned to this Aggregation Port. This 16-bit value is read-write.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 1..4094  

gvrpSettingsGVRPState 1.3.6.1.4.1.171.10.75.14.1.11.5.1.3
Enable/Disable GVRP State to this Aggregation Port.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

gvrpSettingsIngressChecking 1.3.6.1.4.1.171.10.75.14.1.11.5.1.4
Enable/Disable Ingress Checking mechanism of GVRP to this Aggregation Port.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

gvrpSettingsAcceptableFrameType 1.3.6.1.4.1.171.10.75.14.1.11.5.1.5
Chose types All Frames/Tagged to this Aggregation Port.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER allFrames(1), taggedOnly(2)  

dhcpBOOTPRelayControl 1.3.6.1.4.1.171.10.75.14.1.28.1
OBJECT IDENTIFIER    

dhcpBOOTPRelayManagement 1.3.6.1.4.1.171.10.75.14.1.28.2
OBJECT IDENTIFIER    

dhcpBOOTPRelayManagementOption82 1.3.6.1.4.1.171.10.75.14.1.28.2.2
OBJECT IDENTIFIER    

dhcpBOOTPRelayState 1.3.6.1.4.1.171.10.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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), userdefinedhex(3)  

dhcpBOOTPRelayOption82RemoteID 1.3.6.1.4.1.171.10.75.14.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 or user-defined-hex, a new value can be written to this object.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString  

dhcpBOOTPRelayOption82CircuitIDType 1.3.6.1.4.1.171.10.75.14.1.28.2.2.7
This object indicates the type of remote ID. If the type is default, the circuit ID will be blank, otherwise, the circuit ID can be defined by writing to the dhcpBOOTPRelayOption82CircuitID object.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER default(1), userdefined(2), userdefinedhex(3)  

dhcpBOOTPRelayOption82CircuitID 1.3.6.1.4.1.171.10.75.14.1.28.2.2.8
This object displays the current remote ID of the device. If dhcpBOOTPRelayOption82CircuitIDType is set to default, the value will be the MAC address of the device, and this object cannot be modified. If dhcpBOOTPRelayOption82CircuitIDType is set to user-defined or user-defined-hex, 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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.1.29.3
This object indicates DHCP local relay function is enabled or disabled by portlist.
Status: current Access: read-write
OBJECT-TYPE    
  PortList  

laSystem 1.3.6.1.4.1.171.10.75.14.1.8.1
OBJECT IDENTIFIER    

laPortControl 1.3.6.1.4.1.171.10.75.14.1.8.2
OBJECT IDENTIFIER    

laStatus 1.3.6.1.4.1.171.10.75.14.1.8.1.2
Sets the Link Aggregation Module administrative status as enabled or disabled.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

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

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

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

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

laPortChannelMode 1.3.6.1.4.1.171.10.75.14.1.8.1.3.1.3
Current Operating Channel Mode of the port channel Lacp(1) - forcing the port to negotiate with the partner. manual(2) - force the port to enable channeling (Manual). disable(3) - channeling is disabled.
Status: current Access: read-write
OBJECT-TYPE    
  PortLaMode  

laPortChannelMasterPort 1.3.6.1.4.1.171.10.75.14.1.8.1.3.1.4
The master port of the port-channel.
Status: current Access: read-write
OBJECT-TYPE    
  InterfaceIndex  

laAlgorithm 1.3.6.1.4.1.171.10.75.14.1.8.1.4
Sets the Link Aggregation load balance algorithm.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER sourceMAC(1), destMAC(2), sourceAndDestMAC(3), sourceIP(4), destIP(5), sourceAndDestIP(6)  

laPortControlTable 1.3.6.1.4.1.171.10.75.14.1.8.2.1
A table that contains Link Aggregation Control configuration information about every Aggregation Port associated with this device. A row appears in this table for each physical port.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    LaPortControlEntry

laPortControlEntry 1.3.6.1.4.1.171.10.75.14.1.8.2.1.1
A list of Link Aggregation Control configuration parameters for each Aggregation Port on this device.
Status: current Access: not-accessible
OBJECT-TYPE    
  LaPortControlEntry  

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

laPortActorPortPriority 1.3.6.1.4.1.171.10.75.14.1.8.2.1.1.2
The priority value assigned to this Aggregation Port. This 16-bit value is read-write.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 0..65535  

laPortActorActivity 1.3.6.1.4.1.171.10.75.14.1.8.2.1.1.3
This object indicates LACP_Activity to this Aggregation Port. LACP can be configured in one of two modes: active or passive. In active mode it will always send frames along the configured links. If the actor and partner are both in passive mode, they do not exchange LACP packets.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER active(1), passive(2)  

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

staticVlanBaseTable 1.3.6.1.4.1.171.10.75.14.1.9.5
OBJECT IDENTIFIER    

staticDisableAutoLearn 1.3.6.1.4.1.171.10.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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..10  

staticStatus 1.3.6.1.4.1.171.10.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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  

staticVlanBaseAutoLearnList1k 1.3.6.1.4.1.171.10.75.14.1.9.5.1
A string of octets containing one bit per VLAN. The first octet corresponds to VLANs with VlanIndex values 1 through 8; the second octet to VLANs 9 through 16 etc. The most significant bit of each octet corresponds to the lowest VlanIndex value in that octet. For each VLAN that is mapped to this Auto Learn, the bit corresponding to that VLAN is set to '1'. Write AutoLearnList1k use 256 character, and conform to the foregoing rules.
Status: current Access: read-write
OBJECT-TYPE    
  OCTET STRING Size(0..128)  

staticVlanBaseAutoLearnList2k 1.3.6.1.4.1.171.10.75.14.1.9.5.2
A string of octets containing one bit per VLAN for VLANS with VlanIndex values 1025 through 2048. The most significant bit of each octet corresponds to the lowest VlanIndex value in that octet. For each VLAN that is mapped to this Auto Learn. Write AutoLearnList2k use 256 character, and conform to the foregoing rules.
Status: current Access: read-write
OBJECT-TYPE    
  OCTET STRING Size(0..128)  

staticVlanBaseAutoLearnList3k 1.3.6.1.4.1.171.10.75.14.1.9.5.3
A string of octets containing one bit per VLAN for VLANS with VlanIndex values 2049 through 3072. The most significant bit of each octet corresponds to the lowest VlanIndex value in that octet. For each VLAN that is mapped to this Auto Learn the bit corresponding to that VLAN is set to '1'. Write AutoLearnList3k use 256 character, and conform to the foregoing rules.
Status: current Access: read-write
OBJECT-TYPE    
  OCTET STRING Size(0..128)  

staticVlanBaseAutoLearnList4k 1.3.6.1.4.1.171.10.75.14.1.9.5.4
A string of octets containing one bit per VLAN for VLANS with VlanIndex values 3073 through 4094. The most significant bit of each octet corresponds to the lowest VlanIndex value in that octet. For each VLAN that is mapped to this Auto Learn the bit corresponding to that VLAN is set to '1'. Write AutoLearnList4k use 256 character, and conform to the foregoing rules.
Status: current Access: read-write
OBJECT-TYPE    
  OCTET STRING Size(0..128)  

staticVlanBaseEnableAutoLearn 1.3.6.1.4.1.171.10.75.14.1.9.5.5
Set enable vlan list to auto learn, and range 1-4094.
Status: current Access: read-write
OBJECT-TYPE    
  OCTET STRING Size(0..512)  

staticVlanBaseDisableAutoLearn 1.3.6.1.4.1.171.10.75.14.1.9.5.6
Set disable vlan list to auto learn, and range 1-4094.
Status: current Access: read-write
OBJECT-TYPE    
  OCTET STRING Size(0..512)  

igsSystem 1.3.6.1.4.1.171.10.75.14.1.10.1
OBJECT IDENTIFIER    

igsVlan 1.3.6.1.4.1.171.10.75.14.1.10.3
OBJECT IDENTIFIER    

igsHost 1.3.6.1.4.1.171.10.75.14.1.10.6
OBJECT IDENTIFIER    

igsStatus 1.3.6.1.4.1.171.10.75.14.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.75.14.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.75.14.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  

igsDataDrivenLearningMaxLearnedEntryVlaue 1.3.6.1.4.1.171.10.75.14.1.10.1.8
The maximum data driven learning entry value.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 1..1024  

igsReportToAllPort 1.3.6.1.4.1.171.10.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.1.10.3.4.1.5
This is the interval (in seconds) for which the switch sends general queries when it is configured as a querier for the VLAN. A switch should be configured as a querier for a VLAN only when there is no queriers in the network.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 60..600  

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

igsVlanFbdRtrPortList 1.3.6.1.4.1.171.10.75.14.1.10.3.4.1.7
List of ports which can be configured statically as forbidden router ports.
Status: current Access: read-write
OBJECT-TYPE    
  PortList  

igsVlanFastLeave 1.3.6.1.4.1.171.10.75.14.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)  

igsVlanDataDrivenLearningStatus 1.3.6.1.4.1.171.10.75.14.1.10.3.4.1.9
This object allows you to enable/disable Data Driven Learning function on a specific VLAN.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

igsVlanQuerierVersionStatus 1.3.6.1.4.1.171.10.75.14.1.10.3.4.1.10
This object allows you to enable/disable Querier Version function on a specific VLAN.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER igmp-v3(3), igmp-v2(2)  

igsVlanDataDrivenLearningAgeOutStatus 1.3.6.1.4.1.171.10.75.14.1.10.3.4.1.11
This object allows you to enable/disable Data Driven Learning Age Out State on a specific VLAN.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

igsVlanReportSuppression 1.3.6.1.4.1.171.10.75.14.1.10.3.4.1.12
Enables or disables Report suppression in the system.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

igsVlanRobustnessValue 1.3.6.1.4.1.171.10.75.14.1.10.3.4.1.13
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  

igsVlanGrpQueryInterval 1.3.6.1.4.1.171.10.75.14.1.10.3.4.1.14
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  

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

igsVlanMulticastGroupTable 1.3.6.1.4.1.171.10.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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  

igsHostTable 1.3.6.1.4.1.171.10.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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..10  

igsHostTableHostIPAddress 1.3.6.1.4.1.171.10.75.14.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.75.14.1.88.1
OBJECT IDENTIFIER    

mldsVlan 1.3.6.1.4.1.171.10.75.14.1.88.3
OBJECT IDENTIFIER    

mldsHost 1.3.6.1.4.1.171.10.75.14.1.88.4
OBJECT IDENTIFIER    

mldsStatus 1.3.6.1.4.1.171.10.75.14.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.75.14.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.75.14.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  

mldsDataDrivenLearningMaxLearnedEntryVlaue 1.3.6.1.4.1.171.10.75.14.1.88.1.8
The maximum data driven learning entry value.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 1..1024  

mldsVlanRouterTable 1.3.6.1.4.1.171.10.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.1.88.3.4.1.5
This is the interval (in seconds) for which the switch sends general queries when it is configured as a querier for the VLAN. A switch should be configured as a querier for a VLAN only when there is no queriers in the network.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 60..600  

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

mldsVlanFbdRtrPortList 1.3.6.1.4.1.171.10.75.14.1.88.3.4.1.7
List of ports which can be configured statically as forbidden router ports.
Status: current Access: read-write
OBJECT-TYPE    
  PortList  

mldsVlanFastLeave 1.3.6.1.4.1.171.10.75.14.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)  

mldsVlanDataDrivenLearningStatus 1.3.6.1.4.1.171.10.75.14.1.88.3.4.1.9
This object allows you to enable/disable Data Driven Learning function on a specific VLAN.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

mldsVlanReportSuppression 1.3.6.1.4.1.171.10.75.14.1.88.3.4.1.10
Enables or disables Report suppression in the system.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

mldsVlanRobustnessValue 1.3.6.1.4.1.171.10.75.14.1.88.3.4.1.11
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  

mldsVlanGrpQueryInterval 1.3.6.1.4.1.171.10.75.14.1.88.3.4.1.12
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  

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

mldsVlanMulticastGroupTable 1.3.6.1.4.1.171.10.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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..10  

mldsHostTableHostIPAddress 1.3.6.1.4.1.171.10.75.14.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.75.14.1.23.1
OBJECT IDENTIFIER    

swAuthStatus 1.3.6.1.4.1.171.10.75.14.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.75.14.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.75.14.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.75.14.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.75.14.1.23.2
OBJECT IDENTIFIER    

swAuthPortAccessControlTable 1.3.6.1.4.1.171.10.75.14.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.75.14.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.75.14.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..10  

swAuthAuthQuietPeriod 1.3.6.1.4.1.171.10.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.1.23.3
OBJECT IDENTIFIER    

swAuthUserTable 1.3.6.1.4.1.171.10.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.1.23.4
OBJECT IDENTIFIER    

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

iPv4swAuthRadiusServerEntry 1.3.6.1.4.1.171.10.75.14.1.23.4.1.1
The configuration information for an Authenticator Port.
Status: obsolete Access: not-accessible
OBJECT-TYPE    
  IPv4SwAuthRadiusServerEntry  

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

iPv4swAuthRadiusServerAddress 1.3.6.1.4.1.171.10.75.14.1.23.4.1.1.2
The IP address of the RADIUS server referred to in this table entry.
Status: obsolete Access: read-write
OBJECT-TYPE    
  IpAddress  

iPv4swAuthRadiusServerAuthenticationPort 1.3.6.1.4.1.171.10.75.14.1.23.4.1.1.3
The value is for setting UDP Port.
Status: obsolete Access: read-write
OBJECT-TYPE    
  INTEGER 1..65535  

iPv4swAuthRadiusServerAccountingPort 1.3.6.1.4.1.171.10.75.14.1.23.4.1.1.4
The value is for setting UDP Port.
Status: obsolete Access: read-write
OBJECT-TYPE    
  INTEGER 1..65535  

iPv4swAuthRadiusServerTimeout 1.3.6.1.4.1.171.10.75.14.1.23.4.1.1.5
The value is for setting UDP Port.
Status: obsolete Access: read-write
OBJECT-TYPE    
  INTEGER 1..255  

iPv4swAuthRadiusServerRetransmit 1.3.6.1.4.1.171.10.75.14.1.23.4.1.1.6
The value is for setting UDP Port.
Status: obsolete Access: read-write
OBJECT-TYPE    
  INTEGER 1..255  

iPv4swAuthRadiusServerKey 1.3.6.1.4.1.171.10.75.14.1.23.4.1.1.7
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: obsolete Access: read-write
OBJECT-TYPE    
  DisplayString Size(1..15)  

iPv4swAuthRadiusServerStatus 1.3.6.1.4.1.171.10.75.14.1.23.4.1.1.8
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: obsolete Access: read-create
OBJECT-TYPE    
  RowStatus  

swAuthRadiusServerTable 1.3.6.1.4.1.171.10.75.14.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.75.14.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.75.14.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.75.14.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 1..2  

swAuthRadiusServerAddress 1.3.6.1.4.1.171.10.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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  

cosScheduleMechanism 1.3.6.1.4.1.171.10.75.14.1.12.1
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), strict3wrr(3), strict2wrr(4)  

cosOutputSchedule 1.3.6.1.4.1.171.10.75.14.1.12.2
OBJECT IDENTIFIER    

cosClassTable 1.3.6.1.4.1.171.10.75.14.1.12.2.1
A list of cosOutputSchedule.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CosClassEntry

cosClassEntry 1.3.6.1.4.1.171.10.75.14.1.12.2.1.1
A list of cosOutputClass Weight.
Status: current Access: not-accessible
OBJECT-TYPE    
  CosClassEntry  

cosClassIndex 1.3.6.1.4.1.171.10.75.14.1.12.2.1.1.1
A index of class 0 ~ 3.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 0..3  

cosWeight 1.3.6.1.4.1.171.10.75.14.1.12.2.1.1.2
cos weight
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 1..55  

cosBandwidthCtrlSettings 1.3.6.1.4.1.171.10.75.14.1.12.9
OBJECT IDENTIFIER    

cosBandwidthCtrlTable 1.3.6.1.4.1.171.10.75.14.1.12.9.1
A list of cosBandwidthCtrlEntry default priority Entries.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CosBandwidthCtrlEntry

cosBandwidthCtrlEntry 1.3.6.1.4.1.171.10.75.14.1.12.9.1.1
A list of cosBandwidthCtrlEntry default priority priorities.
Status: current Access: not-accessible
OBJECT-TYPE    
  CosBandwidthCtrlEntry  

cosBandwidthCtrlPortIndex 1.3.6.1.4.1.171.10.75.14.1.12.9.1.1.1
A port identifier that is in the range of 1 to ifNumber.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 1..10  

cosBandwidthCtrlClassIndex 1.3.6.1.4.1.171.10.75.14.1.12.9.1.1.2
A BandwidthCtrlClassIndex identifier that is in the range of 1 to ifNumber.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 0..3  

cosBandwidthValue 1.3.6.1.4.1.171.10.75.14.1.12.9.1.1.3
The BandwidthValue return value.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32  

cosBandwidthEffectiveRX 1.3.6.1.4.1.171.10.75.14.1.12.9.1.1.4
A speed rate of Effective RX.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

cosBandwidthEffectiveTX 1.3.6.1.4.1.171.10.75.14.1.12.9.1.1.5
A speed value of Effective TX.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

qosDefaultUserPri 1.3.6.1.4.1.171.10.75.14.1.12.4
OBJECT IDENTIFIER    

qosDefaultUserPriTable 1.3.6.1.4.1.171.10.75.14.1.12.4.1
A list of 802.1p port default priority Entries.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    QosDefaultUserPriEntry

qosDefaultUserPriEntry 1.3.6.1.4.1.171.10.75.14.1.12.4.1.1
A list of 802.1p port default priority priorities.
Status: current Access: not-accessible
OBJECT-TYPE    
  QosDefaultUserPriEntry  

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

qosDefaultPriority 1.3.6.1.4.1.171.10.75.14.1.12.4.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 when 802.1p is enabled.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER priority0(0), priority1(1), priority2(2), priority3(3), priority4(4), priority5(5), priority6(6), priority7(7)  

qosEffectiveDefaultPriority 1.3.6.1.4.1.171.10.75.14.1.12.4.1.1.3
For ingress untagged packets, the per port 'Effective Default Priority' setting will be applied to packets of each port to provide port-based traffic prioritization when 802.1p is enabled.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER priority0(0), priority1(1), priority2(2), priority3(3), priority4(4), priority5(5), priority6(6), priority7(7)  

qosUserPriority 1.3.6.1.4.1.171.10.75.14.1.12.5
OBJECT IDENTIFIER    

qosUserPriorityTable 1.3.6.1.4.1.171.10.75.14.1.12.5.1
A table mapping evaluated User Priority to Traffic Class, for forwarding by the bridge. Traffic class is a number in the range (0..3).
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    QosUserPriEntry

qosUserPriEntry 1.3.6.1.4.1.171.10.75.14.1.12.5.1.1
User Priority to Traffic Class mapping.
Status: current Access: not-accessible
OBJECT-TYPE    
  QosUserPriEntry  

qosUserPriIndex 1.3.6.1.4.1.171.10.75.14.1.12.5.1.1.1
For ingress tagged packets, D-Link Smart Switches will refer to these information and prioritize them with 4 different priority queues. If 802.1p is enabled.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 0..7  

qosUserPriClass 1.3.6.1.4.1.171.10.75.14.1.12.5.1.1.2
The User Class the received frame is mapped to.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER low(0), medium(1), high(2), highest(3)  

qosPriSettings 1.3.6.1.4.1.171.10.75.14.1.12.7
OBJECT IDENTIFIER    

qosPriSettingsTable 1.3.6.1.4.1.171.10.75.14.1.12.7.1
A list of port priority settings.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    QosPriSettingsEntry

qosPriSettingsEntry 1.3.6.1.4.1.171.10.75.14.1.12.7.1.1
A list of port priority settings Entries.
Status: current Access: not-accessible
OBJECT-TYPE    
  QosPriSettingsEntry  

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

qosPriSetPortType 1.3.6.1.4.1.171.10.75.14.1.12.7.1.1.2
The port priority setting type. (ex. none = 0, 802.1p = 2, DSCP = 4. If you want enable 802.1p & DSCP, the value is 2 + 4 = 6.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER none(0), ieee8021P(2), dscp-tos(4), ieee8021P-dscp-tos(6)  

qosDiffServTOS 1.3.6.1.4.1.171.10.75.14.1.12.6
OBJECT IDENTIFIER    

qosDSCPTOSMode 1.3.6.1.4.1.171.10.75.14.1.12.6.1
Settings of Qos mode: DSCP QoS or TOS 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 tos(1), dscp(2)  

qosDiffServTypeGroup 1.3.6.1.4.1.171.10.75.14.1.12.6.2
OBJECT IDENTIFIER    

qosDiffServType00 1.3.6.1.4.1.171.10.75.14.1.12.6.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.75.14.1.12.6.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.75.14.1.12.6.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.75.14.1.12.6.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.75.14.1.12.6.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.75.14.1.12.6.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.75.14.1.12.6.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.75.14.1.12.6.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.75.14.1.12.6.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.75.14.1.12.6.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.75.14.1.12.6.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.75.14.1.12.6.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.75.14.1.12.6.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.75.14.1.12.6.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.75.14.1.12.6.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.75.14.1.12.6.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.75.14.1.12.6.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.75.14.1.12.6.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.75.14.1.12.6.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.75.14.1.12.6.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.75.14.1.12.6.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.75.14.1.12.6.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.75.14.1.12.6.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.75.14.1.12.6.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.75.14.1.12.6.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.75.14.1.12.6.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.75.14.1.12.6.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.75.14.1.12.6.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.75.14.1.12.6.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.75.14.1.12.6.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.75.14.1.12.6.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.75.14.1.12.6.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.75.14.1.12.6.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.75.14.1.12.6.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.75.14.1.12.6.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.75.14.1.12.6.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.75.14.1.12.6.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.75.14.1.12.6.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.75.14.1.12.6.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.75.14.1.12.6.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.75.14.1.12.6.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.75.14.1.12.6.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.75.14.1.12.6.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.75.14.1.12.6.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.75.14.1.12.6.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.75.14.1.12.6.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.75.14.1.12.6.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.75.14.1.12.6.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.75.14.1.12.6.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.75.14.1.12.6.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.75.14.1.12.6.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.75.14.1.12.6.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.75.14.1.12.6.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.75.14.1.12.6.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.75.14.1.12.6.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.75.14.1.12.6.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.75.14.1.12.6.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.75.14.1.12.6.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.75.14.1.12.6.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.75.14.1.12.6.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.75.14.1.12.6.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.75.14.1.12.6.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.75.14.1.12.6.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.75.14.1.12.6.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)  

qosTOSGroup 1.3.6.1.4.1.171.10.75.14.1.12.6.3
OBJECT IDENTIFIER    

qosTOSType00 1.3.6.1.4.1.171.10.75.14.1.12.6.3.1
TOS 0
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER low(0), medium(1), high(2), highest(3)  

qosTOSType01 1.3.6.1.4.1.171.10.75.14.1.12.6.3.2
TOS 01
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER low(0), medium(1), high(2), highest(3)  

qosTOSType02 1.3.6.1.4.1.171.10.75.14.1.12.6.3.3
TOS 02
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER low(0), medium(1), high(2), highest(3)  

qosTOSType03 1.3.6.1.4.1.171.10.75.14.1.12.6.3.4
TOS 03
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER low(0), medium(1), high(2), highest(3)  

qosTOSType04 1.3.6.1.4.1.171.10.75.14.1.12.6.3.5
TOS 04
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER low(0), medium(1), high(2), highest(3)  

qosTOSType05 1.3.6.1.4.1.171.10.75.14.1.12.6.3.6
TOS 05
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER low(0), medium(1), high(2), highest(3)  

qosTOSType06 1.3.6.1.4.1.171.10.75.14.1.12.6.3.7
TOS 06
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER low(0), medium(1), high(2), highest(3)  

qosTOSType07 1.3.6.1.4.1.171.10.75.14.1.12.6.3.8
TOS 07
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.75.14.1.12.8
OBJECT IDENTIFIER    

ipv4aclQosTable 1.3.6.1.4.1.171.10.75.14.1.12.8.1
A list of priority by acl setting.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Ipv4AclQosEntry

ipv4aclQosEntry 1.3.6.1.4.1.171.10.75.14.1.12.8.1.1
A list of priority by acl setting entry.
Status: current Access: not-accessible
OBJECT-TYPE    
  Ipv4AclQosEntry  

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

ipv4aclQosType 1.3.6.1.4.1.171.10.75.14.1.12.8.1.1.2
Type of priority by acl setting.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER mac(0), ip(1), tcp(2), udp(3), vlanid(4), protocol(5)  

ipv4aclQosMACAddr 1.3.6.1.4.1.171.10.75.14.1.12.8.1.1.3
Dst MAC of priority by acl setting.
Status: current Access: read-write
OBJECT-TYPE    
  MacAddress  

ipv4aclQosIPAddr 1.3.6.1.4.1.171.10.75.14.1.12.8.1.1.4
Dst IP of priority by acl setting
Status: current Access: read-write
OBJECT-TYPE    
  IpAddress  

ipv4aclQosTCPUDPPort 1.3.6.1.4.1.171.10.75.14.1.12.8.1.1.5
Dst TCP/UDP port of priority by acl setting
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 1..65535  

ipv4aclQosVlanID 1.3.6.1.4.1.171.10.75.14.1.12.8.1.1.6
VLAN ID of priority by acl setting
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 1..4094  

ipv4aclQosProtocol 1.3.6.1.4.1.171.10.75.14.1.12.8.1.1.7
Ip protocol number of priority by acl setting
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 1..255  

ipv4aclQosAssignClass 1.3.6.1.4.1.171.10.75.14.1.12.8.1.1.8
Be mapped class of priority by acl setting.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER class0(0), class1(1), class2(2), class3(3)  

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

aclQosTable 1.3.6.1.4.1.171.10.75.14.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.75.14.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.75.14.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.75.14.1.12.8.2.1.2
Type of priority by acl setting.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER mac(0), ip(1), tcp(2), udp(3), vlanid(4), protocol(5), ipv6(6), ipv6traffic-class(7)  

aclQosMACAddr 1.3.6.1.4.1.171.10.75.14.1.12.8.2.1.3
Dst MAC of priority by acl setting.
Status: current Access: read-write
OBJECT-TYPE    
  MacAddress  

aclQosIPAddr 1.3.6.1.4.1.171.10.75.14.1.12.8.2.1.4
Dst IP of priority by acl setting
Status: current Access: read-write
OBJECT-TYPE    
  IpAddress  

aclQosIPv6Addr 1.3.6.1.4.1.171.10.75.14.1.12.8.2.1.5
Dst IP of priority by acl setting.
Status: current Access: read-write
OBJECT-TYPE    
  Ipv6Address  

aclQosTCPUDPPort 1.3.6.1.4.1.171.10.75.14.1.12.8.2.1.6
Dst TCP/UDP port of priority by acl setting
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 1..65535  

aclQosVlanID 1.3.6.1.4.1.171.10.75.14.1.12.8.2.1.7
VLAN ID of priority by acl setting
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 1..4094  

aclQosProtocol 1.3.6.1.4.1.171.10.75.14.1.12.8.2.1.8
Ip protocol number of priority by acl setting
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 1..255  

aclQosIP6TC 1.3.6.1.4.1.171.10.75.14.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  

aclQosAssignClass 1.3.6.1.4.1.171.10.75.14.1.12.8.2.1.98
Be mapped class of priority by acl setting.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER class0(0), class1(1), class2(2), class3(3)  

aclQosStatus 1.3.6.1.4.1.171.10.75.14.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.75.14.1.13.1
OBJECT IDENTIFIER    

bandwidthCtrlTable 1.3.6.1.4.1.171.10.75.14.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.75.14.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.75.14.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..10  

bandwidthCtrlTxThreshold 1.3.6.1.4.1.171.10.75.14.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~102400(Kbits per second) in FE port, 64~1024000 (Kbits per second) in GE port.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 0 | 64..1024000  

bandwidthCtrlRxThreshold 1.3.6.1.4.1.171.10.75.14.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~102400(Kbits per second) in FE port, 64~1024000(Kbits per second) in GE port.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 0 | 64..1024000  

bandwidthEffecTxThreshold 1.3.6.1.4.1.171.10.75.14.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.75.14.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.75.14.1.13.4
OBJECT IDENTIFIER    

trafficCtrlTrap 1.3.6.1.4.1.171.10.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.1.14.1
OBJECT IDENTIFIER    

trustedHostStatus 1.3.6.1.4.1.171.10.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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  

securityARPSpoofPrevent 1.3.6.1.4.1.171.10.75.14.1.14.3
OBJECT IDENTIFIER    

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

aRPSpoofPreventEntry 1.3.6.1.4.1.171.10.75.14.1.14.3.1.1
An entry appears in this table for each interface in the system.
Status: current Access: not-accessible
OBJECT-TYPE    
  ARPSpoofPreventEntry  

aRPSpoofPreventIpAddr 1.3.6.1.4.1.171.10.75.14.1.14.3.1.1.1
Specifies either the Network or Host address from which the switch can be managed. An address 0.0.0.0 indicates 'Any Manager'.
Status: current Access: not-accessible
OBJECT-TYPE    
  IpAddress  

aRPSpoofPreventMacAddress 1.3.6.1.4.1.171.10.75.14.1.14.3.1.1.2
Ethernet Mac Address.
Status: current Access: read-write
OBJECT-TYPE    
  MacAddress  

aRPSpoofPreventPortList 1.3.6.1.4.1.171.10.75.14.1.14.3.1.1.3
Specifies the port numbers through which the authorized manager can access the switch. By default the authorized manager is allowed to access the switch through all the ports. If a set of ports are configured in the 'PortList', the manager can access the switch only through the configured ports.
Status: current Access: read-write
OBJECT-TYPE    
  PortList  

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

securitySSL 1.3.6.1.4.1.171.10.75.14.1.14.5
OBJECT IDENTIFIER    

sslSecurityHttpStatus 1.3.6.1.4.1.171.10.75.14.1.14.5.1
This object is for enabling or disabling secure HTTP in the system.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enable(1), disable(2)  

sslCiphers 1.3.6.1.4.1.171.10.75.14.1.14.5.2
OBJECT IDENTIFIER    

sslCipherSuiteList 1.3.6.1.4.1.171.10.75.14.1.14.5.2.1
This object is to configure the cipher-suites list.
Status: current Access: read-write
OBJECT-TYPE    
  BITS rsa-null-md5(0), rsa-null-sha(1), rsa-des-sha(2), rsa-3des-sha(3), dh-rsa-des-sha(4), dh-rsa-3des-sha(5), rsa-exp1024-des-sha(6)  

securitySSH 1.3.6.1.4.1.171.10.75.14.1.14.8
OBJECT IDENTIFIER    

sshSecurityStatus 1.3.6.1.4.1.171.10.75.14.1.14.8.1
This object is for enabling or disabling ssh in the system.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enable(1), disable(2)  

sshMaxAuthFailAttempts 1.3.6.1.4.1.171.10.75.14.1.14.8.2
This object indicates the max auth fail retry attempt times.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 2..20  

sshSessionKeyRekeying 1.3.6.1.4.1.171.10.75.14.1.14.8.3
This object indicates one SSH session rekey time interval.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER never(0), ten-min(1), thirty-min(2), sixty-min(3)  

sshMaxSession 1.3.6.1.4.1.171.10.75.14.1.14.8.4
This object indicates max SSH session number supported in system.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 1..8  

sshConnectionTimeout 1.3.6.1.4.1.171.10.75.14.1.14.8.5
This object indicates SSH connection timeout value.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 120..600  

sshAuthenMethodPassWordAdmin 1.3.6.1.4.1.171.10.75.14.1.14.8.6
The object indicates authen method password is enabled or disabled.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enable(1), disable(2)  

sshAuthenMethodPubKeyAdmin 1.3.6.1.4.1.171.10.75.14.1.14.8.7
The object indicates authen method public-key is enabled or disabled.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enable(1), disable(2)  

sshAuthenMethodHostKeyAdmin 1.3.6.1.4.1.171.10.75.14.1.14.8.8
The object indicates authen method host-key is enabled or disabled.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enable(1), disable(2)  

sshCipherSuiteList 1.3.6.1.4.1.171.10.75.14.1.14.8.9
This object is to configure the cipher-suites list.
Status: current Access: read-only
OBJECT-TYPE    
  BITS tripleDESCBC(0)  

sshMacSuiteList 1.3.6.1.4.1.171.10.75.14.1.14.8.10
This object is to configure the MAC-list.
Status: current Access: read-write
OBJECT-TYPE    
  BITS hMAC-SHA1(0), hMAC-MD5(1)  

sshPublKeyRSAAdmin 1.3.6.1.4.1.171.10.75.14.1.14.8.11
The object indicates Public key generating algorithm RSA is enabled or disabled.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

sshUserInfoTable 1.3.6.1.4.1.171.10.75.14.1.14.8.12
A table to configure SSH user auth in the system.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SshUserInfoEntry

sshUserInfoEntry 1.3.6.1.4.1.171.10.75.14.1.14.8.12.1
An entry to configure user auth in the system.
Status: current Access: not-accessible
OBJECT-TYPE    
  SshUserInfoEntry  

sshUserInfoID 1.3.6.1.4.1.171.10.75.14.1.14.8.12.1.1
The Schedule identifier. The maximum number of Schedule entry is the number of ports supported PoE function. The value must be between 1 and 8.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 1..8  

sshUserInfoUserName 1.3.6.1.4.1.171.10.75.14.1.14.8.12.1.2
The ssh user name associated with the SSH suer Info. entry (e.g., `admin, user').
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(1..20)  

sshUserInfoAuth 1.3.6.1.4.1.171.10.75.14.1.14.8.12.1.3
The object indicates which auth used by the user.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER publickey(4), password(2), hostbased(1)  

sshUserInfoHostName 1.3.6.1.4.1.171.10.75.14.1.14.8.12.1.4
The ssh host name associated with the SSH suer Info. entry (e.g., `DUT1, DUT2').
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString Size(1..20)  

sshUserInfoHostIp 1.3.6.1.4.1.171.10.75.14.1.14.8.12.1.5
SSH HostBased IP Address of the system.
Status: current Access: read-write
OBJECT-TYPE    
  IpAddress  

securityPortSecurity 1.3.6.1.4.1.171.10.75.14.1.14.2
OBJECT IDENTIFIER    

portSecTable 1.3.6.1.4.1.171.10.75.14.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.75.14.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.75.14.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..10  

portSecState 1.3.6.1.4.1.171.10.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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..10  

portSecFDBPermVlanID 1.3.6.1.4.1.171.10.75.14.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.75.14.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.75.14.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..10  

cableDiagTable 1.3.6.1.4.1.171.10.75.14.1.35.1
A table that contains the cable situation for each port.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CableDiagEntry

cableDiagEntry 1.3.6.1.4.1.171.10.75.14.1.35.1.1
A list of cable situations for each port on the device.
Status: current Access: not-accessible
OBJECT-TYPE    
  CableDiagEntry  

cableDiagPortIndex 1.3.6.1.4.1.171.10.75.14.1.35.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..10  

cableDiagPortType 1.3.6.1.4.1.171.10.75.14.1.35.1.1.2
Indicates the supported port data rate classification.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER fastEthernet(0), gigaEthernet(1), other(2)  

cableDiagLinkStatus 1.3.6.1.4.1.171.10.75.14.1.35.1.1.3
This object indicates the link status.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER linkdown(0), linkup(1), other(2)  

cableDiagPair1Status 1.3.6.1.4.1.171.10.75.14.1.35.1.1.4
Cable diagnostics pair 1 test result.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER ok(0), open(1), short(2), open-short(3), crosstalk(4), unknown(5), count(6), no-cable(7), other(8)  

cableDiagPair2Status 1.3.6.1.4.1.171.10.75.14.1.35.1.1.5
Cable diagnostics pair 2 test result.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER ok(0), open(1), short(2), open-short(3), crosstalk(4), unknown(5), count(6), no-cable(7), other(8)  

cableDiagPair3Status 1.3.6.1.4.1.171.10.75.14.1.35.1.1.6
Cable diagnostics pair 3 test result.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER ok(0), open(1), short(2), open-short(3), crosstalk(4), unknown(5), count(6), no-cable(7), other(8)  

cableDiagPair4Status 1.3.6.1.4.1.171.10.75.14.1.35.1.1.7
Cable diagnostics pair 4 test result.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER ok(0), open(1), short(2), open-short(3), crosstalk(4), unknown(5), count(6), no-cable(7), other(8)  

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

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

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

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

cableDiagAction 1.3.6.1.4.1.171.10.75.14.1.35.1.1.12
Function to run the cable diagnostic on selected port. Can not detect fiber ports
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER action(1), processing(2), other(3)  

cableDiagStatus 1.3.6.1.4.1.171.10.75.14.1.35.1.1.13
Indicates the status of cable diagnostics on the port. not-run - cable diagnostics has never been run for this port processing - cable diagnostics is currently running on the port last-test-ok - the last cable diagnostics done on the port was successful last-test-failed - the last cable diagnostics done on the port failed
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER notrun(1), processing(2), lasttestok(3), lasttestfailed(4)  

aclProfile 1.3.6.1.4.1.171.10.75.14.1.15.1
OBJECT IDENTIFIER    

ipv4aclProfileTable 1.3.6.1.4.1.171.10.75.14.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.75.14.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.75.14.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..50  

ipv4aclProfileType 1.3.6.1.4.1.171.10.75.14.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, arpSP_permit(4) - for ARP Spoofing prevention entry, arpSP_deny(5) - for ARP Spoofing prevention entry, 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), impb(3), arpSP-permit(4), arpSP-deny(5), aclQos(8), userDefined(9)  

ipv4aclProfileRuleCount 1.3.6.1.4.1.171.10.75.14.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.75.14.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 ARP-SP ARP_SENDER_MAC 14 ARP-SP ARP_SENDER_IP 15 L3 TOS 16 UDF UDF1 17 UDF UDF2 18 UDF UDF3 19 UDF UDF4 20 L3v6 TRAFFIC_CLASS 21 L3v6 DST_IPV6 22 L3v6 SRC_IPV6 23 (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.75.14.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.75.14.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.75.14.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), icmpv6(58), ipProtocolMask(256)  

ipv4aclProfileIPProtocolMask 1.3.6.1.4.1.171.10.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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  

ipv4aclProfileArpSenderMacAddrMask 1.3.6.1.4.1.171.10.75.14.1.15.1.1.1.13
The ACL Profile Sender MAC mask. This is only for ARP Spoofing Prevention which is System-defined ACL, and it's not allow to modify. The value is in HEX format.
Status: obsolete Access: read-only
OBJECT-TYPE    
  MacAddress  

ipv4aclProfileArpSenderIpAddrMask 1.3.6.1.4.1.171.10.75.14.1.15.1.1.1.14
The ACL Profile Sender IP mask. This is only for ARP Spoofing Prevention which is System-defined ACL, and it's not allow to modify. The value is in HEX format.
Status: obsolete Access: read-only
OBJECT-TYPE    
  IpAddress  

ipv4aclProfileUdfOffsetMap 1.3.6.1.4.1.171.10.75.14.1.15.1.1.1.15
Indicate which Udf field want to care in the packet. Turn on the following bits to select the following items Type Item BIT ------------------------------------------ UDF Offset1 0 (LSB) UDF Offset2 1 UDF Offset3 2 UDF Offset4 3 ------------------------------------------- The value is in Hex format.
Status: obsolete Access: read-write
OBJECT-TYPE    
  OCTET STRING  

ipv4aclUdfOffsetBase1 1.3.6.1.4.1.171.10.75.14.1.15.1.1.1.16
The value of offset Base.
Status: obsolete Access: read-write
OBJECT-TYPE    
  INTEGER l2(0), l3(2), l4(3)  

ipv4aclUdfOffsetByte1 1.3.6.1.4.1.171.10.75.14.1.15.1.1.1.17
The value of offset Byte from base.
Status: obsolete Access: read-write
OBJECT-TYPE    
  Integer32 0..31  

ipv4aclUdfOffsetMask1 1.3.6.1.4.1.171.10.75.14.1.15.1.1.1.18
The value of offset MAsk.
Status: obsolete Access: read-write
OBJECT-TYPE    
  OCTET STRING  

ipv4aclUdfOffsetBase2 1.3.6.1.4.1.171.10.75.14.1.15.1.1.1.19
The value of offset Base.
Status: obsolete Access: read-write
OBJECT-TYPE    
  INTEGER l2(0), l3(2), l4(3)  

ipv4aclUdfOffsetByte2 1.3.6.1.4.1.171.10.75.14.1.15.1.1.1.20
The value of offset Byte from base.
Status: obsolete Access: read-write
OBJECT-TYPE    
  Integer32 0..31  

ipv4aclUdfOffsetMask2 1.3.6.1.4.1.171.10.75.14.1.15.1.1.1.21
The value of offset MAsk.
Status: obsolete Access: read-write
OBJECT-TYPE    
  OCTET STRING  

ipv4aclUdfOffsetBase3 1.3.6.1.4.1.171.10.75.14.1.15.1.1.1.22
The value of offset Base.
Status: obsolete Access: read-write
OBJECT-TYPE    
  INTEGER l2(0), l3(2), l4(3)  

ipv4aclUdfOffsetByte3 1.3.6.1.4.1.171.10.75.14.1.15.1.1.1.23
The value of offset Byte from base.
Status: obsolete Access: read-write
OBJECT-TYPE    
  Integer32 0..31  

ipv4aclUdfOffsetMask3 1.3.6.1.4.1.171.10.75.14.1.15.1.1.1.24
The value of offset MAsk.
Status: obsolete Access: read-write
OBJECT-TYPE    
  OCTET STRING  

ipv4aclUdfOffsetBase4 1.3.6.1.4.1.171.10.75.14.1.15.1.1.1.25
The value of offset Base.
Status: obsolete Access: read-write
OBJECT-TYPE    
  INTEGER l2(0), l3(2), l4(3)  

ipv4aclUdfOffsetByte4 1.3.6.1.4.1.171.10.75.14.1.15.1.1.1.26
The value of offset Byte from base.
Status: obsolete Access: read-write
OBJECT-TYPE    
  Integer32 0..31  

ipv4aclUdfOffsetMask4 1.3.6.1.4.1.171.10.75.14.1.15.1.1.1.27
The value of offset MAsk.
Status: obsolete Access: read-write
OBJECT-TYPE    
  OCTET STRING  

ipv4aclProfileStatus 1.3.6.1.4.1.171.10.75.14.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.75.14.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.75.14.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.75.14.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..50  

aclProfileType 1.3.6.1.4.1.171.10.75.14.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, arpSP_permit(4) - for ARP Spoofing prevention entry, arpSP_deny(5) - for ARP Spoofing prevention entry, 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), impb(3), arpSP-permit(4), arpSP-deny(5), aclQos(8), userDefined(9)  

aclProfileRuleCount 1.3.6.1.4.1.171.10.75.14.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.75.14.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 ARP-SP ARP_SENDER_MAC 14 ARP-SP ARP_SENDER_IP 15 L3 TRAFFIC_CLASS 21 L3 TOS 16 UDF UDF1 17 UDF UDF2 18 UDF UDF3 19 UDF UDF4 20 L3v6 TRAFFIC_CLASS 21 L3v6 DST_IPV6 22 L3v6 SRC_IPV6 23 (MSB) ------------------------------------------- The value is in Hex format.
Status: current Access: read-write
OBJECT-TYPE    
  OCTET STRING  

aclProfileDstMacAddrMask 1.3.6.1.4.1.171.10.75.14.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.75.14.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.75.14.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), icmpv6(58), ipProtocolMask(256)  

aclProfileIPProtocolMask 1.3.6.1.4.1.171.10.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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  

aclProfileArpSenderMacAddrMask 1.3.6.1.4.1.171.10.75.14.1.15.1.2.1.15
The ACL Profile Sender MAC mask. This is only for ARP Spoofing Prevention which is System-defined ACL, and it's not allow to modify. The value is in HEX format.
Status: current Access: read-only
OBJECT-TYPE    
  MacAddress  

aclProfileArpSenderIpAddrMask 1.3.6.1.4.1.171.10.75.14.1.15.1.2.1.16
The ACL Profile Sender IP mask. This is only for ARP Spoofing Prevention which is System-defined ACL, and it's not allow to modify. The value is in HEX format.
Status: current Access: read-only
OBJECT-TYPE    
  Ipv6Address  

aclProfileUdfOffsetMap 1.3.6.1.4.1.171.10.75.14.1.15.1.2.1.17
Indicate which Udf field want to care in the packet. Turn on the following bits to select the following items Type Item BIT ------------------------------------------ UDF Offset1 0 (LSB) UDF Offset2 1 UDF Offset3 2 UDF Offset4 3 ------------------------------------------- The value is in Hex format.
Status: current Access: read-write
OBJECT-TYPE    
  OCTET STRING  

aclUdfOffsetBase1 1.3.6.1.4.1.171.10.75.14.1.15.1.2.1.18
The value of offset Base.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER l2(0), l3(2), l4(3)  

aclUdfOffsetByte1 1.3.6.1.4.1.171.10.75.14.1.15.1.2.1.19
The value of offset Byte from base.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 0..31  

aclUdfOffsetMask1 1.3.6.1.4.1.171.10.75.14.1.15.1.2.1.20
The value of offset MAsk.
Status: current Access: read-write
OBJECT-TYPE    
  OCTET STRING  

aclUdfOffsetBase2 1.3.6.1.4.1.171.10.75.14.1.15.1.2.1.21
The value of offset Base.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER l2(0), l3(2), l4(3)  

aclUdfOffsetByte2 1.3.6.1.4.1.171.10.75.14.1.15.1.2.1.22
The value of offset Byte from base.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 0..31  

aclUdfOffsetMask2 1.3.6.1.4.1.171.10.75.14.1.15.1.2.1.23
The value of offset MAsk.
Status: current Access: read-write
OBJECT-TYPE    
  OCTET STRING  

aclUdfOffsetBase3 1.3.6.1.4.1.171.10.75.14.1.15.1.2.1.24
The value of offset Base.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER l2(0), l3(2), l4(3)  

aclUdfOffsetByte3 1.3.6.1.4.1.171.10.75.14.1.15.1.2.1.25
The value of offset Byte from base.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 0..31  

aclUdfOffsetMask3 1.3.6.1.4.1.171.10.75.14.1.15.1.2.1.26
The value of offset MAsk.
Status: current Access: read-write
OBJECT-TYPE    
  OCTET STRING  

aclUdfOffsetBase4 1.3.6.1.4.1.171.10.75.14.1.15.1.2.1.27
The value of offset Base.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER l2(0), l3(2), l4(3)  

aclUdfOffsetByte4 1.3.6.1.4.1.171.10.75.14.1.15.1.2.1.28
The value of offset Byte from base.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 0..31  

aclUdfOffsetMask4 1.3.6.1.4.1.171.10.75.14.1.15.1.2.1.29
The value of offset MAsk.
Status: current Access: read-write
OBJECT-TYPE    
  OCTET STRING  

aclProfileStatus 1.3.6.1.4.1.171.10.75.14.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.75.14.1.15.2
OBJECT IDENTIFIER    

aclL2RuleTable 1.3.6.1.4.1.171.10.75.14.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.75.14.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.75.14.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.75.14.1.15.2.1.1.2
ACL Profile ID which this rule join.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 1..50  

aclL2RuleEtherType 1.3.6.1.4.1.171.10.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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), mirror(3), replaceDSCP(5), replace1P(6), replaceQueue(7)  

aclL2RuleRateLimit 1.3.6.1.4.1.171.10.75.14.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.75.14.1.15.2.1.1.13
Replace DSCP for matched packet.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 -1..63  

aclL2RuleReplace1P 1.3.6.1.4.1.171.10.75.14.1.15.2.1.1.14
Replace DSCP for matched packet.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 -1..7  

aclL2RuleReplaceQueue 1.3.6.1.4.1.171.10.75.14.1.15.2.1.1.15
ACL L2 Rule Replace Queue.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32  

aclL2RuleFilterTimeRange 1.3.6.1.4.1.171.10.75.14.1.15.2.1.1.16
ACL L2 Filter Time Range
Status: current Access: read-create
OBJECT-TYPE    
  OCTET STRING  

aclL2RuleVlanIdMask 1.3.6.1.4.1.171.10.75.14.1.15.2.1.1.17
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    
  OCTET STRING  

aclL2RuleStatus 1.3.6.1.4.1.171.10.75.14.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.75.14.1.15.3
OBJECT IDENTIFIER    

aclL3RuleTable 1.3.6.1.4.1.171.10.75.14.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.75.14.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.75.14.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.75.14.1.15.3.1.1.2
The Profile ID which this rule join.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 1..50  

aclL3RuleProtocol 1.3.6.1.4.1.171.10.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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), mirror(3), replaceDSCP(5), replace1P(6), replaceQueue(7)  

aclL3RuleRateLimit 1.3.6.1.4.1.171.10.75.14.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.75.14.1.15.3.1.1.27
ReplaceDSCP for matched packet.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 -1..63  

aclL3RuleReplace1P 1.3.6.1.4.1.171.10.75.14.1.15.3.1.1.28
ReplaceDSCP for matched packet.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 -1..7  

aclL3RuleReplaceQueue 1.3.6.1.4.1.171.10.75.14.1.15.3.1.1.29
Acl L3 Rule Replace Queue.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32  

aclL3RuleFilterTimeRange 1.3.6.1.4.1.171.10.75.14.1.15.3.1.1.30
ACL L3 Filter Time Range
Status: current Access: read-create
OBJECT-TYPE    
  OCTET STRING  

aclL3RuleStatus 1.3.6.1.4.1.171.10.75.14.1.15.3.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  

aclv6L3RuleTable 1.3.6.1.4.1.171.10.75.14.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.75.14.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.75.14.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.75.14.1.15.3.2.1.2
The Profile ID which this rule join.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 1..50  

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

aclv6L3RuleProtocolMask 1.3.6.1.4.1.171.10.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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), mirror(3), replaceDSCP(5), replace1P(6), replaceQueue(7)  

aclv6L3RuleRateLimit 1.3.6.1.4.1.171.10.75.14.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.75.14.1.15.3.2.1.26
Replace DSCP for matched packet.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 -1..63  

aclv6L3RuleReplace1P 1.3.6.1.4.1.171.10.75.14.1.15.3.2.1.27
Replace DSCP for matched packet.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 -1..7  

aclv6L3RuleReplaceQueue 1.3.6.1.4.1.171.10.75.14.1.15.3.2.1.28
Acl IPV6 L3 Rule Replace Queue.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32  

aclv6L3RuleFilterTimeRange 1.3.6.1.4.1.171.10.75.14.1.15.3.2.1.29
ACL IPV6 L3 Filter Time Range
Status: current Access: read-create
OBJECT-TYPE    
  OCTET STRING  

aclv6L3RuleStatus 1.3.6.1.4.1.171.10.75.14.1.15.3.2.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  

aclPacketRule 1.3.6.1.4.1.171.10.75.14.1.15.4
OBJECT IDENTIFIER    

aclPacketRuleTable 1.3.6.1.4.1.171.10.75.14.1.15.4.1
A table to configure Packet Content filter rules in the system.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AclPacketRuleEntry

aclPacketRuleEntry 1.3.6.1.4.1.171.10.75.14.1.15.4.1.1
Each entry in this table is a Packet filter rule. Index to the table is the Packet filter number and Profile ID.
Status: current Access: not-accessible
OBJECT-TYPE    
  AclPacketRuleEntry  

aclPacketAccessID 1.3.6.1.4.1.171.10.75.14.1.15.4.1.1.1
Packet Filter rule ID. 0 means auto assign.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..250  

aclPacketProfileID 1.3.6.1.4.1.171.10.75.14.1.15.4.1.1.2
ACL Profile ID which this rule join.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 1..50  

aclPacketRuleOffsetValue1 1.3.6.1.4.1.171.10.75.14.1.15.4.1.1.3
The filter value of Offset 1.
Status: current Access: read-write
OBJECT-TYPE    
  OCTET STRING  

aclPacketRuleOffsetValue2 1.3.6.1.4.1.171.10.75.14.1.15.4.1.1.4
The filter value of Offset 2.
Status: current Access: read-write
OBJECT-TYPE    
  OCTET STRING  

aclPacketRuleOffsetValue3 1.3.6.1.4.1.171.10.75.14.1.15.4.1.1.5
The filter value of Offset 3.
Status: current Access: read-write
OBJECT-TYPE    
  OCTET STRING  

aclPacketRuleOffsetValue4 1.3.6.1.4.1.171.10.75.14.1.15.4.1.1.6
The filter value of Offset 4.
Status: current Access: read-write
OBJECT-TYPE    
  OCTET STRING  

aclPacketRuleInPortList 1.3.6.1.4.1.171.10.75.14.1.15.4.1.1.7
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  

aclPacketRuleAction 1.3.6.1.4.1.171.10.75.14.1.15.4.1.1.8
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), mirror(3), replaceDSCP(5), replace1P(6), replaceQueue(7)  

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

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

aclPacketRuleReplace1P 1.3.6.1.4.1.171.10.75.14.1.15.4.1.1.11
Replace 1p for matched packet.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 -1..7  

aclPacketRuleReplaceQueue 1.3.6.1.4.1.171.10.75.14.1.15.4.1.1.12
Acl Rule Replace Queue.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32  

aclPacketRuleFilterTimeRange 1.3.6.1.4.1.171.10.75.14.1.15.4.1.1.13
Acl Filter Time Range
Status: current Access: read-create
OBJECT-TYPE    
  OCTET STRING  

aclPacketRuleOffsetValue1Mask 1.3.6.1.4.1.171.10.75.14.1.15.4.1.1.14
The filter Mask of Offset 1.
Status: current Access: read-write
OBJECT-TYPE    
  OCTET STRING  

aclPacketRuleOffsetValue2Mask 1.3.6.1.4.1.171.10.75.14.1.15.4.1.1.15
The filter Mask of Offset 2.
Status: current Access: read-write
OBJECT-TYPE    
  OCTET STRING  

aclPacketRuleOffsetValue3Mask 1.3.6.1.4.1.171.10.75.14.1.15.4.1.1.16
The filter Mask of Offset 3.
Status: current Access: read-write
OBJECT-TYPE    
  OCTET STRING  

aclPacketRuleOffsetValue4Mask 1.3.6.1.4.1.171.10.75.14.1.15.4.1.1.17
The filter Mask of Offset 4.
Status: current Access: read-write
OBJECT-TYPE    
  OCTET STRING  

aclPacketRuleStatus 1.3.6.1.4.1.171.10.75.14.1.15.4.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  

aclFlowMeterRule 1.3.6.1.4.1.171.10.75.14.1.15.10
OBJECT IDENTIFIER    

aclFlowMeterTable 1.3.6.1.4.1.171.10.75.14.1.15.10.1
A table to configure L2 filter rules in the system.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AclFlowMeterEntry

aclFlowMeterEntry 1.3.6.1.4.1.171.10.75.14.1.15.10.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    
  AclFlowMeterEntry  

aclFlowMeterProfileID 1.3.6.1.4.1.171.10.75.14.1.15.10.1.1.1
ACL Profile ID which this flow meter join.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 1..50  

aclFlowMeterAccessID 1.3.6.1.4.1.171.10.75.14.1.15.10.1.1.2
ACL Access ID which this flow meter join.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 1..250  

aclFlowMeterRate 1.3.6.1.4.1.171.10.75.14.1.15.10.1.1.3
The rate limiter of meter.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 64..1024000  

aclFlowMeterBurstSize 1.3.6.1.4.1.171.10.75.14.1.15.10.1.1.4
The burst size of meter.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 0..1016  

aclFlowMeterReplaceDscp 1.3.6.1.4.1.171.10.75.14.1.15.10.1.1.5
Replace DSCP for matched out-band packets when aclFlowMeterAction is replace DSCP.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 0..63  

aclFlowMeterAction 1.3.6.1.4.1.171.10.75.14.1.15.10.1.1.6
Specifies the action to be taken on the out-band packet if the filter rule matches. If the action is 'drop', the packet will be discarded.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER drop(2), replaceDSCP(5)  

aclFlowMeterStatus 1.3.6.1.4.1.171.10.75.14.1.15.10.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  

cpuFilterProfile 1.3.6.1.4.1.171.10.75.14.1.33.1
OBJECT IDENTIFIER    

ipv4cpuFilterProfileTable 1.3.6.1.4.1.171.10.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.1.33.2
OBJECT IDENTIFIER    

cpuFilterL2RuleTable 1.3.6.1.4.1.171.10.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.1.33.3
OBJECT IDENTIFIER    

cpuFilterL3RuleTable 1.3.6.1.4.1.171.10.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.1.5.2
OBJECT IDENTIFIER    

snmpV3Group 1.3.6.1.4.1.171.10.75.14.1.5.3
OBJECT IDENTIFIER    

snmpV3ViewTree 1.3.6.1.4.1.171.10.75.14.1.5.4
OBJECT IDENTIFIER    

snmpV3Community 1.3.6.1.4.1.171.10.75.14.1.5.5
OBJECT IDENTIFIER    

snmpV3Host 1.3.6.1.4.1.171.10.75.14.1.5.6
OBJECT IDENTIFIER    

snmpV3EngineID 1.3.6.1.4.1.171.10.75.14.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.75.14.1.5.8
OBJECT IDENTIFIER    

snmpV3UserTable 1.3.6.1.4.1.171.10.75.14.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.75.14.1.5.2.1.1
Tok_String
Status: current Access: not-accessible
OBJECT-TYPE    
  SnmpV3UserEntry  

snmpV3UserName 1.3.6.1.4.1.171.10.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.1.5.3.1.1
Tok_String
Status: current Access: not-accessible
OBJECT-TYPE    
  SnmpV3GroupEntry  

snmpV3GroupName 1.3.6.1.4.1.171.10.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.1.5.4.1.1
Tok_String
Status: current Access: not-accessible
OBJECT-TYPE    
  SnmpV3ViewTreeEntry  

snmpV3viewTreeName 1.3.6.1.4.1.171.10.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.1.5.5.1.1
Tok_String
Status: current Access: not-accessible
OBJECT-TYPE    
  SnmpV3CommunityEntry  

snmpV3CommunityName 1.3.6.1.4.1.171.10.75.14.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.75.14.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.75.14.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  

ipv4snmpV3HostTable 1.3.6.1.4.1.171.10.75.14.1.5.6.1
Tok_String
Status: obsolete Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Ipv4snmpV3HostEntry

ipv4snmpV3HostEntry 1.3.6.1.4.1.171.10.75.14.1.5.6.1.1
Tok_String
Status: obsolete Access: not-accessible
OBJECT-TYPE    
  Ipv4snmpV3HostEntry  

ipv4snmpV3HostAddress 1.3.6.1.4.1.171.10.75.14.1.5.6.1.1.1
This object contains a transport address. The format of this address depends on the value of the snmpTargetAddrTDomain object. And this object is unique identifier associated with this snmpNotifyEntry.
Status: obsolete Access: read-only
OBJECT-TYPE    
  IpAddress  

ipv4snmpV3HostCommunityName 1.3.6.1.4.1.171.10.75.14.1.5.6.1.1.2
The locally arbitrary.
Status: obsolete Access: read-create
OBJECT-TYPE    
  SnmpAdminString Size(1..32)  

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

ipv4snmpV3HostStatus 1.3.6.1.4.1.171.10.75.14.1.5.6.1.1.4
Tok_String
Status: obsolete Access: read-create
OBJECT-TYPE    
  RowStatus  

snmpV3HostTable 1.3.6.1.4.1.171.10.75.14.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.75.14.1.5.6.2.1
Tok_String
Status: current Access: not-accessible
OBJECT-TYPE    
  SnmpV3HostEntry  

snmpV3HostAddress 1.3.6.1.4.1.171.10.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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)  

snmpV3TrapRSTPStateChange 1.3.6.1.4.1.171.10.75.14.1.5.8.5
This object is for enabling or disabling RSTP topology change event trap in the system.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

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

snmpV3TrapBPDUAttack 1.3.6.1.4.1.171.10.75.14.1.5.8.11
Used to configure trap settings for BPDU attack protection events.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER none(1), attackDetected(2), attackCleared(3), both(4)  

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

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

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

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

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

snmpV3CommunityEncryption 1.3.6.1.4.1.171.10.75.14.1.5.9
This object is for enabling or disabling community encryption.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

traps 1.3.6.1.4.1.171.10.75.14.1.120.0
OBJECT IDENTIFIER    

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

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

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

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

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

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

snmpTrapBPDUAttack 1.3.6.1.4.1.171.10.75.14.1.120.0.11
SnmpV3TrapBPDUAttack.
Status: current Access: read-write
NOTIFICATION-TYPE    

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

snmpTrapIMPBv2 1.3.6.1.4.1.171.10.75.14.1.120.0.13
SnmpV3TrapIMPBv2.
Status: current Access: read-write
NOTIFICATION-TYPE    

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

snmpTrapDHCPScreen 1.3.6.1.4.1.171.10.75.14.1.120.0.15
SnmpV3TrapDHCPScreen.
Status: current Access: read-write
NOTIFICATION-TYPE    

snmpTrapGratuitousArp 1.3.6.1.4.1.171.10.75.14.1.120.0.16
SnmpV3TrapGratuitousArp.
Status: current Access: read-write
NOTIFICATION-TYPE    

macNotificatiotn 1.3.6.1.4.1.171.10.75.14.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.75.14.1.120.0.21
duplicateIP .
Status: current Access: read-write
NOTIFICATION-TYPE    

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

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

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

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

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

syslogSettingGroup 1.3.6.1.4.1.171.10.75.14.1.16.1
OBJECT IDENTIFIER    

syslogEnable 1.3.6.1.4.1.171.10.75.14.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.75.14.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.75.14.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  

ipv4syslogServerGroup 1.3.6.1.4.1.171.10.75.14.1.16.2
OBJECT IDENTIFIER    

ipv4syslogServTable 1.3.6.1.4.1.171.10.75.14.1.16.2.1
The table of syslog remote server.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Ipv4SyslogServEntry

ipv4syslogServEntry 1.3.6.1.4.1.171.10.75.14.1.16.2.1.1
The list of syslog remote server entry.
Status: current Access: not-accessible
OBJECT-TYPE    
  Ipv4SyslogServEntry  

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

ipv4syslogServAddr 1.3.6.1.4.1.171.10.75.14.1.16.2.1.1.2
The IP Address of syslog remote server.
Status: current Access: read-create
OBJECT-TYPE    
  IpAddress  

ipv4syslogServSeverity 1.3.6.1.4.1.171.10.75.14.1.16.2.1.1.3
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)  

ipv4syslogServFacility 1.3.6.1.4.1.171.10.75.14.1.16.2.1.1.4
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)  

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

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

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

syslogServerGroup 1.3.6.1.4.1.171.10.75.14.1.16.3
OBJECT IDENTIFIER    

syslogServTable 1.3.6.1.4.1.171.10.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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..10  

sysLBDPortStatus 1.3.6.1.4.1.171.10.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.1.30.4
Enable/Disable twisted port trap event in the system.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enable(1), disable(2)  

sysTrapStateChangeEvent 1.3.6.1.4.1.171.10.75.14.1.30.5
Enable/Disable RSTP state change trap event in the system.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enable(1), disable(2)  

sysTrapFirmUpgradeEvent 1.3.6.1.4.1.171.10.75.14.1.30.6
Enable/Disable firmware upgrading 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.75.14.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.75.14.1.30.13
Tok_String
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

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

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

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

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

ipv4sysSNTPTimeSeconds 1.3.6.1.4.1.171.10.75.14.1.20.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: obsolete Access: read-write
OBJECT-TYPE    
  Integer32  

ipv4sysSNTPFirstServer 1.3.6.1.4.1.171.10.75.14.1.20.2
SNTP First Server's IP Address
Status: obsolete Access: read-write
OBJECT-TYPE    
  IpAddress  

ipv4sysSNTPSecondServer 1.3.6.1.4.1.171.10.75.14.1.20.3
SNTP Second Server's IP Address
Status: obsolete Access: read-write
OBJECT-TYPE    
  IpAddress  

ipv4sysSNTPPollInterval 1.3.6.1.4.1.171.10.75.14.1.20.4
SNTP Poll Interval In Seconds (30-99999)
Status: obsolete Access: read-write
OBJECT-TYPE    
  Integer32  

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

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

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

ipv4sysSNTPDSTStartMon 1.3.6.1.4.1.171.10.75.14.1.20.8
The start month of Daylight Saving Time.
Status: obsolete Access: read-write
OBJECT-TYPE    
  INTEGER  

ipv4sysSNTPDSTStartDay 1.3.6.1.4.1.171.10.75.14.1.20.9
The start day of Daylight Saving Time.
Status: obsolete Access: read-write
OBJECT-TYPE    
  INTEGER  

ipv4sysSNTPDSTStartHour 1.3.6.1.4.1.171.10.75.14.1.20.10
The start hour of Daylight Saving Time.
Status: obsolete Access: read-write
OBJECT-TYPE    
  INTEGER  

ipv4sysSNTPDSTStartMin 1.3.6.1.4.1.171.10.75.14.1.20.11
The start minute of Daylight Saving Time.
Status: obsolete Access: read-write
OBJECT-TYPE    
  INTEGER  

ipv4sysSNTPDSTEndMon 1.3.6.1.4.1.171.10.75.14.1.20.12
The end month of Daylight Saving Time.
Status: obsolete Access: read-write
OBJECT-TYPE    
  INTEGER  

ipv4sysSNTPDSTEndDay 1.3.6.1.4.1.171.10.75.14.1.20.13
The end day of Daylight Saving Time.
Status: obsolete Access: read-write
OBJECT-TYPE    
  INTEGER  

ipv4sysSNTPDSTEndHour 1.3.6.1.4.1.171.10.75.14.1.20.14
The end hour of Daylight Saving Time.
Status: obsolete Access: read-write
OBJECT-TYPE    
  INTEGER  

ipv4sysSNTPDSTEndMin 1.3.6.1.4.1.171.10.75.14.1.20.15
The end minute of Daylight Saving Time.
Status: obsolete Access: read-write
OBJECT-TYPE    
  INTEGER  

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

sysSNTPServerTable 1.3.6.1.4.1.171.10.75.14.1.20.17
OBJECT IDENTIFIER    

sysSNTPTimeSeconds 1.3.6.1.4.1.171.10.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.1.45.1.1.3
The ProfileName of the limit ip multicast profile entry.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString Size(1..20)  

limitIpMulticastProfileStatus 1.3.6.1.4.1.171.10.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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..10  

limitIpMulticastPortState 1.3.6.1.4.1.171.10.75.14.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.75.14.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.75.14.1.45.3.1.5
The limit ip multicast per-port max group.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 1..256  

guestVlanName 1.3.6.1.4.1.171.10.75.14.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.75.14.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.75.14.1.24.3
Used to delete the guest VLAN.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER none(1), start(2)  

protocolGroupNameTable 1.3.6.1.4.1.171.10.75.14.1.101.1
A table to control protocol group name features of the device.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    ProtocolGroupNameEntry

protocolGroupNameEntry 1.3.6.1.4.1.171.10.75.14.1.101.1.1
An entry appears in protocol group name table for each interface in the system.
Status: current Access: not-accessible
OBJECT-TYPE    
  ProtocolGroupNameEntry  

protocolGroupGID 1.3.6.1.4.1.171.10.75.14.1.101.1.1.1
The group ID of protocol group name table.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 1..16  

protocolGroupName 1.3.6.1.4.1.171.10.75.14.1.101.1.1.2
The group name of protocol group name table.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString Size(1..32)  

protocolGroupTable 1.3.6.1.4.1.171.10.75.14.1.101.2
A table to control protocol group features of the device.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    ProtocolGroupEntry

protocolGroupEntry 1.3.6.1.4.1.171.10.75.14.1.101.2.1
An entry appears in protocol group table for each interface in the system.
Status: current Access: not-accessible
OBJECT-TYPE    
  ProtocolGroupEntry  

protocolGroupId 1.3.6.1.4.1.171.10.75.14.1.101.2.1.1
The group ID of protocol group table.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 1..16  

protocolGroupFrameType 1.3.6.1.4.1.171.10.75.14.1.101.2.1.2
The frame type of protocol group table.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER ethernet(1), ieee8023-snap(2)  

protocolGroupProtocolValue 1.3.6.1.4.1.171.10.75.14.1.101.2.1.3
The protocol value of protocol group table.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..65535  

protocolGroupRowStatus 1.3.6.1.4.1.171.10.75.14.1.101.2.1.99
The row status of protocol group table.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

protocolVlanTable 1.3.6.1.4.1.171.10.75.14.1.101.3
A table to control protocol vlan features of the device.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    ProtocolVlanEntry

protocolVlanEntry 1.3.6.1.4.1.171.10.75.14.1.101.3.1
An entry appears in protocol vlan table for each interface in the system.
Status: current Access: not-accessible
OBJECT-TYPE    
  ProtocolVlanEntry  

protocolVlanPort 1.3.6.1.4.1.171.10.75.14.1.101.3.1.1
The interface number of protocol vlan table.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 1..28  

protocolVlanVID 1.3.6.1.4.1.171.10.75.14.1.101.3.1.2
The vlan ID of protocol vlan table.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 1..4094  

protocolVlanGroupID 1.3.6.1.4.1.171.10.75.14.1.101.3.1.3
The group ID of protocol vlan table.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 1..16  

protocolVlanRowStatus 1.3.6.1.4.1.171.10.75.14.1.101.3.1.99
The row status of protocol vlan table.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

macNotifyState 1.3.6.1.4.1.171.10.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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..10  

macNotifyPortStatus 1.3.6.1.4.1.171.10.75.14.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.75.14.1.25.5
OBJECT IDENTIFIER    

macNotifyInfoDiscription 1.3.6.1.4.1.171.10.75.14.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)  

sysBPDUAttackStateEnable 1.3.6.1.4.1.171.10.75.14.1.77.1
Use this to enable BPDU attack protection. The BPDU Attack Protection function and Spanning Tree Protocol for ports are mutually exclusive. When the STP function is enabled on a particular port, BPDU Attack Protection cannot be enabled.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

sysBPDUAttackRecoverTime 1.3.6.1.4.1.171.10.75.14.1.77.2
When a port enters under attack state, it can be disabled or blocked based on the configuration. The state can be recovered manually or by the auto recovery mechanism. This command is used to configure the auto-recovery timer. To manually recover the port, the user needs to disable and re-enable the port.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 0 | 60..1000000  

sysBPDUAttackCtrlTable 1.3.6.1.4.1.171.10.75.14.1.77.3
A table to control BPDU Attack features either for the entire switch or for each interface in the switch.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SysBPDUAttackCtrlEntry

sysBPDUAttackCtrlEntry 1.3.6.1.4.1.171.10.75.14.1.77.3.1
An entry appears in this table for each interface in the system.
Status: current Access: not-accessible
OBJECT-TYPE    
  SysBPDUAttackCtrlEntry  

sysBPDUAttackCtrlIndex 1.3.6.1.4.1.171.10.75.14.1.77.3.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..10  

sysBPDUAttackPortState 1.3.6.1.4.1.171.10.75.14.1.77.3.1.2
Used to configure the BPDU Attack Protection state of a port. The default state is disable.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

sysBPDUAttackPortMode 1.3.6.1.4.1.171.10.75.14.1.77.3.1.3
Used to configure the BPDU Attack Protection mode of a port.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER drop(1), block(2), shutdown(3)  

sysBPDUAttackPortStatus 1.3.6.1.4.1.171.10.75.14.1.77.3.1.4
Use this to view per port BPDU attack protection status.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER normal(1), underAttack(2)  

sysBPDUAttackLog 1.3.6.1.4.1.171.10.75.14.1.77.4
Used to configure log settings for BPDU attack protection events.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER none(1), attackDetected(2), attackCleared(3), both(4)  

vlanTrunkSystem 1.3.6.1.4.1.171.10.75.14.1.36.1
OBJECT IDENTIFIER    

vlanTrunkGlobalStatus 1.3.6.1.4.1.171.10.75.14.1.36.1.1
This indicates the global state of the VLAN trunking feature of the device.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

vlanTrunkTable 1.3.6.1.4.1.171.10.75.14.1.36.1.2
This table is used to manage the VLAN trunking feature of the device.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    VlanTrunkConfigEntry

vlanTrunkEntry 1.3.6.1.4.1.171.10.75.14.1.36.1.2.1
There is one entry in this table for each created port-channel port.
Status: current Access: not-accessible
OBJECT-TYPE    
  VlanTrunkConfigEntry  

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

vlanTrunkState 1.3.6.1.4.1.171.10.75.14.1.36.1.2.1.2
Sets the VLAN trunk status as enabled or disabled.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

qinqSystem 1.3.6.1.4.1.171.10.75.14.1.37.1
OBJECT IDENTIFIER    

qinqVLANTranslation 1.3.6.1.4.1.171.10.75.14.1.37.2
OBJECT IDENTIFIER    

qinqGlobalStatus 1.3.6.1.4.1.171.10.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.1.37.1.2.1.3
Sets the QinQ Outer TPID value.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32  

qinqTrustCVIDState 1.3.6.1.4.1.171.10.75.14.1.37.1.2.1.4
Sets the QinQ Trust CVID state as enabled or disabled.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

qinqVLANTranslationState 1.3.6.1.4.1.171.10.75.14.1.37.1.2.1.5
Sets the QinQ VLANTranslation state as enabled or disabled.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

qinqVlanTranslationCVIDTable 1.3.6.1.4.1.171.10.75.14.1.37.2.1
A table that contains VLAN translation information applied in enabling port's swQinQPortVlanTranslation, swQinQPortTrustCVID and QinQ.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    QinQVlanTranslationCVIDEntry

qinqVlanTranslationCVIDEntry 1.3.6.1.4.1.171.10.75.14.1.37.2.1.1
A list of VLAN translation information applied in enabling a port's swQinQPortVlanTranslation, swQinQPortTrustCVID and QinQ.
Status: current Access: not-accessible
OBJECT-TYPE    
  QinQVlanTranslationCVIDEntry  

qinqVlanTranslationCVID 1.3.6.1.4.1.171.10.75.14.1.37.2.1.1.1
The customer VLAN identifier in a C-TAG.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

qinqVlanTranslationSVID 1.3.6.1.4.1.171.10.75.14.1.37.2.1.1.2
A VLAN identifier conveyed in an S-TAG.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32  

qinqVlanTranslationSVIDOperation 1.3.6.1.4.1.171.10.75.14.1.37.2.1.1.3
The 'add' action indicates to add a tag for the assigned SP-VLAN before the C-VLAN tag. If there is S-TAG in the packet, this rule will not take effect. The 'replace' action indicates to replace the C-VLAN in the tag by the SP-VLAN. If there is no C-TAG in the packet, this rule will not take effect.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER add(1), replace(2)  

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

eoamSystem 1.3.6.1.4.1.171.10.75.14.1.51.1
OBJECT IDENTIFIER    

eoamLinkMonitor 1.3.6.1.4.1.171.10.75.14.1.51.2
OBJECT IDENTIFIER    

eoamTable 1.3.6.1.4.1.171.10.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.1.52.1
OBJECT IDENTIFIER    

duldTable 1.3.6.1.4.1.171.10.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.1.52.1.1.1.6
Sets the DULD discovery time.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32 5..65535  

duldRecoverTime 1.3.6.1.4.1.171.10.75.14.1.52.1.2
Duld auto recover time.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32 0 | 60..1000000  

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

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

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

doSCtrlState 1.3.6.1.4.1.171.10.75.14.1.99.1.1.2
This object indicates the status of the DoS prevention type.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER disabled(0), enabled(1)  

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

doSCtrlMirrorPort 1.3.6.1.4.1.171.10.75.14.1.99.1.1.4
This object indicates the port to which the attack packet will be forwarded. A value of 0 means that the DoS prevention action type is either not set to 'mirror'. or the 'mirror' DoS action is not active. When DoSCtrlActionType is set to 'mirror' with DoSCtrlState set to 'enable', setting this value to a valid port number will activate the 'mirror' DoS action.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 0..65535  

doSCtrlMirrorReplace1P 1.3.6.1.4.1.171.10.75.14.1.99.1.1.5
This object indicates the packet to which the attack packet will be replaced 1p to mirror port. The Range of 1p is 0 ~ 7. If value set to -1, it means no chenged.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER -1..7  

doSCtrlMirrorRxRate 1.3.6.1.4.1.171.10.75.14.1.99.1.1.6
This object indicates the packet to which the attack packet will be rate limited to mirror port. The Range of rx limit is 0 or 64~1024000. If rate set to 0, it means no limit.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 0..1024000  

doSCtrlFrameCount 1.3.6.1.4.1.171.10.75.14.1.99.1.1.7
This object indicates the frame counts of the DoS prevention type.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

doSCtrlClearFrameCount 1.3.6.1.4.1.171.10.75.14.1.99.1.1.8
This object will clear frame count when set to clear.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER normal(0), clear(1)  

dosCtrlTrapLogState 1.3.6.1.4.1.171.10.75.14.1.99.2
Enable/Disable Dos Trap Log function. Default is disabled.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER disabled(0), enabled(1)  

swTimeRangeSettingTable 1.3.6.1.4.1.171.10.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.1.38.1.1.4
Start year of the Schedule entry.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER y2009(2009), y2010(2010), 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), y2030(2030), y2031(2031), y2032(2032), y2033(2033), y2034(2034), y2035(2035), y2036(2036), y2037(2037)  

swTimeRangeStartMonth 1.3.6.1.4.1.171.10.75.14.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.75.14.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.75.14.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.75.14.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.75.14.1.38.1.1.9
End year of the Schedule entry.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER y2009(2009), y2010(2010), 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), y2030(2030), y2031(2031), y2032(2032), y2033(2033), y2034(2034), y2035(2035), y2036(2036), y2037(2037)  

swTimeRangeEndMonth 1.3.6.1.4.1.171.10.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.1.32.12
OBJECT IDENTIFIER    

lldpXdot3Config 1.3.6.1.4.1.171.10.75.14.1.32.12.1
OBJECT IDENTIFIER    

lldpXdot3LocalData 1.3.6.1.4.1.171.10.75.14.1.32.12.2
OBJECT IDENTIFIER    

lldpXdot3RemoteData 1.3.6.1.4.1.171.10.75.14.1.32.12.3
OBJECT IDENTIFIER    

lldpXdot3PortConfigTable 1.3.6.1.4.1.171.10.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.1.32.13
OBJECT IDENTIFIER    

lldpXdot1Config 1.3.6.1.4.1.171.10.75.14.1.32.13.1
OBJECT IDENTIFIER    

lldpXdot1LocalData 1.3.6.1.4.1.171.10.75.14.1.32.13.2
OBJECT IDENTIFIER    

lldpXdot1RemoteData 1.3.6.1.4.1.171.10.75.14.1.32.13.3
OBJECT IDENTIFIER    

lldpXdot1ConfigPortVlanTable 1.3.6.1.4.1.171.10.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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)  

securityDhcpServerScreen 1.3.6.1.4.1.171.10.75.14.1.14.7
OBJECT IDENTIFIER    

dhcpServerScreenEnablePortlist 1.3.6.1.4.1.171.10.75.14.1.14.7.1
To enable or disable DHCP Server Screening port list.
Status: current Access: read-write
OBJECT-TYPE    
  PortList  

dhcpServerScreenEnableVlanlist 1.3.6.1.4.1.171.10.75.14.1.14.7.2
To enable or disable DHCP Server Screening vlan list.
Status: current Access: read-write
OBJECT-TYPE    
  OCTET STRING  

dhcpServerScreenLogSuppressDuration 1.3.6.1.4.1.171.10.75.14.1.14.7.3
DSS Trap Log Suppress Duration.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER one-min(1), five-min(5), thirty-min(30)  

filterDHCPServerTable 1.3.6.1.4.1.171.10.75.14.1.14.7.4
A table to control filter DHCP Server for the entire switch or for each interface in the switch.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    FilterDHCPServerEntry

filterDHCPServerEntry 1.3.6.1.4.1.171.10.75.14.1.14.7.4.1
An entry appears in this table for each interface in the system.
Status: current Access: not-accessible
OBJECT-TYPE    
  FilterDHCPServerEntry  

filterDHCPServerIpAddr 1.3.6.1.4.1.171.10.75.14.1.14.7.4.1.1
Specifies either the Network or Host address from which the switch can be managed. An address 0.0.0.0 indicates 'Any Manager'.
Status: current Access: not-accessible
OBJECT-TYPE    
  IpAddress  

filterDHCPServerClientMacAddr 1.3.6.1.4.1.171.10.75.14.1.14.7.4.1.2
Ethernet Mac Address.
Status: current Access: not-accessible
OBJECT-TYPE    
  MacAddress  

filterDHCPServerPortList 1.3.6.1.4.1.171.10.75.14.1.14.7.4.1.3
Specifies the port numbers through which the authorized manager can access the switch. By default the authorized manager is allowed to access the switch through all the ports. If a set of ports are configured in the 'PortList', the manager can access the switch only through the configured ports.
Status: current Access: read-write
OBJECT-TYPE    
  PortList  

filterDHCPServerVlanList 1.3.6.1.4.1.171.10.75.14.1.14.7.4.1.4
Specifies the port numbers through which the authorized manager can access the switch. By default the authorized manager is allowed to access the switch through all the ports. If a set of ports are configured in the 'PortList', the manager can access the switch only through the configured ports.
Status: current Access: read-write
OBJECT-TYPE    
  OCTET STRING  

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

securityTrafficSeg 1.3.6.1.4.1.171.10.75.14.1.14.9
OBJECT IDENTIFIER    

trafficSegTable 1.3.6.1.4.1.171.10.75.14.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.75.14.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.75.14.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.75.14.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.75.14.1.14.11
OBJECT IDENTIFIER    

aacAuthenAdminState 1.3.6.1.4.1.171.10.75.14.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.75.14.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.75.14.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.75.14.1.14.11.4
OBJECT IDENTIFIER    

aacAPLoginMethod 1.3.6.1.4.1.171.10.75.14.1.14.11.4.1
OBJECT IDENTIFIER    

aacAPEnableMethod 1.3.6.1.4.1.171.10.75.14.1.14.11.4.2
OBJECT IDENTIFIER    

aacAPConsoleLoginMethod 1.3.6.1.4.1.171.10.75.14.1.14.11.4.1.1
Specify the way which has to execute authentication while login the system and the method for authentication.Access system via local console
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 1..8  

aacAPTelnetLoginMethod 1.3.6.1.4.1.171.10.75.14.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  

aacAPSSHLoginMethod 1.3.6.1.4.1.171.10.75.14.1.14.11.4.1.3
Specify the way which has to execute authentication while login the system and the method for authentication.Access system via SSH.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 1..8  

aacAPHttpLoginMethod 1.3.6.1.4.1.171.10.75.14.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  

aacAPConsoleEnableMethod 1.3.6.1.4.1.171.10.75.14.1.14.11.4.2.1
Specify the way which has to execute authentication while login the system and the method for authentication.Access system via local console.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 1..8  

aacAPTelnetEnableMethod 1.3.6.1.4.1.171.10.75.14.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  

aacAPSSHEnableMethod 1.3.6.1.4.1.171.10.75.14.1.14.11.4.2.3
Specify the way which has to execute authentication while login the system and the method for authentication.Access system via SSH.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 1..8  

aacAPHttpEnableMethod 1.3.6.1.4.1.171.10.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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  

iPv4aacServerInfoTable 1.3.6.1.4.1.171.10.75.14.1.14.11.6
A table that contains information about severs.
Status: obsolete Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    IPv4AacServerInfoEntry

iPv4aacServerInfoEntry 1.3.6.1.4.1.171.10.75.14.1.14.11.6.1
A list of the information of server .
Status: obsolete Access: not-accessible
OBJECT-TYPE    
  IPv4AacServerInfoEntry  

iPv4aacServerIndex 1.3.6.1.4.1.171.10.75.14.1.14.11.6.1.1
A value that uniquely identifies this SwAACServerGroupEntry.
Status: obsolete Access: read-only
OBJECT-TYPE    
  INTEGER 1..16  

iPv4aacServerIPAddr 1.3.6.1.4.1.171.10.75.14.1.14.11.6.1.2
The IP address of Server
Status: obsolete Access: read-write
OBJECT-TYPE    
  IpAddress  

iPv4aacServerAuthProtocol 1.3.6.1.4.1.171.10.75.14.1.14.11.6.1.3
The authentication protocol provided by the Server.
Status: obsolete Access: read-write
OBJECT-TYPE    
  INTEGER tacacsPlus(1), radius(2)  

iPv4aacServerAuthPort 1.3.6.1.4.1.171.10.75.14.1.14.11.6.1.4
The TCP/IP port .
Status: obsolete Access: read-write
OBJECT-TYPE    
  INTEGER 1..65535  

iPv4aacServerAuthKey 1.3.6.1.4.1.171.10.75.14.1.14.11.6.1.5
The key used while authentication process.
Status: obsolete Access: read-write
OBJECT-TYPE    
  OCTET STRING Size(1..254)  

iPv4aacServerTimeout 1.3.6.1.4.1.171.10.75.14.1.14.11.6.1.6
Server response timeout .
Status: obsolete Access: read-write
OBJECT-TYPE    
  INTEGER 1..255  

iPv4aacServerRetryCount 1.3.6.1.4.1.171.10.75.14.1.14.11.6.1.7
Client retry count . (-1: No retry mechanism)
Status: obsolete Access: read-write
OBJECT-TYPE    
  INTEGER 1..255  

iPv4aacServerRowStatus 1.3.6.1.4.1.171.10.75.14.1.14.11.6.1.8
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: obsolete Access: read-create
OBJECT-TYPE    
  RowStatus  

aacServerInfoTable 1.3.6.1.4.1.171.10.75.14.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.75.14.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.75.14.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.75.14.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 1..2  

aacServerIPAddr 1.3.6.1.4.1.171.10.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.1.14.11.7.1.9
Client retry count . (-1: No retry mechanism)
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 1..255  

aacServerAccountingPort 1.3.6.1.4.1.171.10.75.14.1.14.11.7.1.10
The accounting port .
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 1..65535  

aacServerRowStatus 1.3.6.1.4.1.171.10.75.14.1.14.11.7.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  

aacLoginMethodListTable 1.3.6.1.4.1.171.10.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.1.14.11.10
This object is used to set Local Enable Password.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString Size(1..15)  

aacAccountingMethodListTable 1.3.6.1.4.1.171.10.75.14.1.14.11.11
A table that contains information about Accounting authentication method lists.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AacAccountingMethodListEntry

aacAccountingMethodListEntry 1.3.6.1.4.1.171.10.75.14.1.14.11.11.1
A list of the Authentication methods.
Status: current Access: not-accessible
OBJECT-TYPE    
  AacAccountingMethodListEntry  

aacAccountingMethodListIndex 1.3.6.1.4.1.171.10.75.14.1.14.11.11.1.1
A value that identifies this method list.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 1..8  

aacAccountingMethodListName 1.3.6.1.4.1.171.10.75.14.1.14.11.11.1.2
A human-readable text string of the method list.
Status: current Access: read-write
OBJECT-TYPE    
  OCTET STRING Size(1..15)  

aacAccountingMethod1 1.3.6.1.4.1.171.10.75.14.1.14.11.11.1.3
The type of Accounting 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)  

aacAccountingMethod2 1.3.6.1.4.1.171.10.75.14.1.14.11.11.1.4
The type of Accounting 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)  

aacAccountingMethod3 1.3.6.1.4.1.171.10.75.14.1.14.11.11.1.5
The type of Accounting 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)  

aacAccountingMethod4 1.3.6.1.4.1.171.10.75.14.1.14.11.11.1.6
The type of Accounting 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)  

aacAccountingMethodListRowStatus 1.3.6.1.4.1.171.10.75.14.1.14.11.11.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  

aacAccountingServiceIndex 1.3.6.1.4.1.171.10.75.14.1.14.11.12
OBJECT IDENTIFIER    

aacAccountingServiceNetwork 1.3.6.1.4.1.171.10.75.14.1.14.11.12.1
This object indicates aac Accounting Service Network is radius_only, default_method_list, method_list_name and disable about Accounting Service Network.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER radius-only(0), default-method-list(1), method-list-name(2), disabled(-1)  

aacAccountingServiceShell 1.3.6.1.4.1.171.10.75.14.1.14.11.12.2
This object indicates aac Accounting Service Shell is radius_only, default_method_list, method_list_name and disable about Accounting Service Network.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER radius-only(0), default-method-list(1), method-list-name(2), disabled(-1)  

aacAccountingServiceSystem 1.3.6.1.4.1.171.10.75.14.1.14.11.12.3
This object indicates aac Accounting System Shell is radius_only, default_method_list, method_list_name and disable about Accounting Service Network.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER radius-only(0), default-method-list(1), method-list-name(2), disabled(-1)  

aacAccountingServiceCommand 1.3.6.1.4.1.171.10.75.14.1.14.11.13
OBJECT IDENTIFIER    

aacAccountingServiceCommandAdministrator 1.3.6.1.4.1.171.10.75.14.1.14.11.13.1
This object indicates aac Accounting Command Admin is method1, method2, method3 , method4 and disable about Accounting Service Command
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER method1(0), method2(1), method3(2), method4(3), disabled(-1)  

aacAccountingServiceCommandOperator 1.3.6.1.4.1.171.10.75.14.1.14.11.13.2
This object indicates aac Accounting Command Operato is method1, method2, method3 , method4 and disable about Accounting Service Command
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER method1(0), method2(1), method3(2), method4(3), disabled(-1)  

aacAccountingServiceCommandPoweruser 1.3.6.1.4.1.171.10.75.14.1.14.11.13.3
This object indicates aac Accounting Command Power user is method1, method2, method3 , method4 and disable about Accounting Service Command
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER method1(0), method2(1), method3(2), method4(3), disabled(-1)  

aacAccountingServiceCommandUser 1.3.6.1.4.1.171.10.75.14.1.14.11.13.4
This object indicates aac Accounting Command User is method1, method2, method3 , method4 and disable about Accounting Service Command
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER method1(0), method2(1), method3(2), method4(3), disabled(-1)  

aacServerPasswordEncryption 1.3.6.1.4.1.171.10.75.14.1.14.11.14
This object is used to configure server password encryption status.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

mcastFilterPortTable 1.3.6.1.4.1.171.10.75.14.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.75.14.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.75.14.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..10  

mcastFilterPortType 1.3.6.1.4.1.171.10.75.14.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)  

staticARPTable 1.3.6.1.4.1.171.10.75.14.1.34.2
A list of the Static MACs
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    StaticARPEntry

staticARPEntry 1.3.6.1.4.1.171.10.75.14.1.34.2.1
A Static MAC entry containing the mac and forwarding port.
Status: current Access: not-accessible
OBJECT-TYPE    
  StaticARPEntry  

staticARPIP 1.3.6.1.4.1.171.10.75.14.1.34.2.1.2
The VLAN ID of the static ARP IP.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

staticARPMac 1.3.6.1.4.1.171.10.75.14.1.34.2.1.3
The MAC address associated of the static ARP entry.
Status: current Access: read-only
OBJECT-TYPE    
  MacAddress  

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

sysGratuitousARPGlobalSettings 1.3.6.1.4.1.171.10.75.14.1.48.1
OBJECT IDENTIFIER    

sysGratuitousARPSettings 1.3.6.1.4.1.171.10.75.14.1.48.2
OBJECT IDENTIFIER    

sysGratuitousARPIPIfStatusUp 1.3.6.1.4.1.171.10.75.14.1.48.1.1
This object indicates Send On IP Interface Status Up is enabled or disabled.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enable(1), disable(2)  

sysGratuitousARPDuplicateIPDetected 1.3.6.1.4.1.171.10.75.14.1.48.1.2
This object indicates Send On Duplicate IP Detected is enabled or disabled.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enable(1), disable(2)  

sysGratuitousARPLearning 1.3.6.1.4.1.171.10.75.14.1.48.1.3
This object indicates Gratuitous ARP Learning is enabled or disabled.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enable(1), disable(2)  

sysGratuitousARPTable 1.3.6.1.4.1.171.10.75.14.1.48.2.1
Set/Add Gratuitous ARP interface name and interval time.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SysGratuitousARPEntry

sysGratuitousARPEntry 1.3.6.1.4.1.171.10.75.14.1.48.2.1.1
The entry of gratuitous ARP!
Status: current Access: not-accessible
OBJECT-TYPE    
  SysGratuitousARPEntry  

sysGratuitousARPIFName 1.3.6.1.4.1.171.10.75.14.1.48.2.1.1.1
Interface name.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(1..24)  

sysGratuitousARPInterval 1.3.6.1.4.1.171.10.75.14.1.48.2.1.1.2
Gratuitous ARP interval time for each interface.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 0..65535  

agentCPUutilization 1.3.6.1.4.1.171.10.75.14.1.100.1
OBJECT IDENTIFIER    

agentMEMutilization 1.3.6.1.4.1.171.10.75.14.1.100.2
OBJECT IDENTIFIER    

agentCPUutilizationIn5sec 1.3.6.1.4.1.171.10.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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  

l2PTState 1.3.6.1.4.1.171.10.75.14.1.102.1
This object indicates the global state of Layer 2 protocol tunneling.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

l2PTPortTable 1.3.6.1.4.1.171.10.75.14.1.102.2
A table that cont ains the cable situation for each port.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    L2PTEntry

l2PTEntry 1.3.6.1.4.1.171.10.75.14.1.102.2.1
A list of cable situations for each port on the device.
Status: current Access: not-accessible
OBJECT-TYPE    
  L2PTEntry  

l2PTPortIndex 1.3.6.1.4.1.171.10.75.14.1.102.2.1.1
This object indicates the port number. For all machines give maximum port number.
Status: current Access: not-accessible
OBJECT-TYPE    
  INTEGER 1..10  

l2PTPortType 1.3.6.1.4.1.171.10.75.14.1.102.2.1.2
This object indicates the Layer 2 protocol tunneling port type. The 'none' value indicates that the port is normal. Layer 2 protocol tunneling is disabled on this port. The 'uni' value indicates that the port is connected to the customer site. A Layer 2 PDU received on a UNI port can be tunneled to a remote customer site across the provider network. The 'nni' value indicates that the port is connected to the provider network. A Tunneled Layer 2 PDU received on an NNI port will be restored to its original format.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER none(1), uni(2), nni(3)  

l2PTProtocol 1.3.6.1.4.1.171.10.75.14.1.102.2.1.3
This object indicates the tunneled protocols on this port. This object can only be applied on a UNI port. If the 'stp' BIT is set, the STP BPDU will be tunneled. If the 'gvrp' BIT is set, the GVRP PDU will be tunneled. If the 'mac-01-00-0C-CC-CC-CC' BIT is set, the PDU with the destination MAC address 01-00-0C-CC-CC-CC will be tunneled . If the 'mac-01-00-0C-CC-CC-CD' BIT is set, then the PDU with the destination MAC address 01-00-0C-CC-CC-CD will be tunneled.
Status: current Access: read-write
OBJECT-TYPE    
  BITS stp(0), gvrp(1), macCC(2), macCD(3)  

l2PTThresholdTable 1.3.6.1.4.1.171.10.75.14.1.102.3
This table contains the protocol tunneling threshold of a UNI port.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    L2PTThresholdEntry

l2PTThresholdEntry 1.3.6.1.4.1.171.10.75.14.1.102.3.1
A list with the Layer2 Protocol tunneling threshold.
Status: current Access: not-accessible
OBJECT-TYPE    
  L2PTThresholdEntry  

l2PTProtocolIndex 1.3.6.1.4.1.171.10.75.14.1.102.3.1.1
This object indicates the tunneled protocol of the port.
Status: current Access: not-accessible
OBJECT-TYPE    
  INTEGER stp(1), gvrp(2), macCC(3), macCD(4)  

l2PTDropThreshold 1.3.6.1.4.1.171.10.75.14.1.102.3.1.2
This object indicates the drop threshold for a given protocol on a UNI port. If the arrival rate of a tunneled protocol has reached its threshold, the received PDUs of this protocol will be dropped. The value 0 indicates there is no threshold for the protocol.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 0..65535  

ipv4smtpState 1.3.6.1.4.1.171.10.75.14.1.40.1
Enable or Disable SMTP function.
Status: obsolete Access: read-write
OBJECT-TYPE    
  INTEGER disabled(0), enabled(1)  

ipv4smtpServerAddr 1.3.6.1.4.1.171.10.75.14.1.40.2
SMTP Server's IP Address
Status: obsolete Access: read-write
OBJECT-TYPE    
  IpAddress  

ipv4smtpServerPort 1.3.6.1.4.1.171.10.75.14.1.40.3
SMTP Server's port
Status: obsolete Access: read-write
OBJECT-TYPE    
  INTEGER  

ipv4smtpSelfMailAddr 1.3.6.1.4.1.171.10.75.14.1.40.4
The sender's (DUT) mail address .
Status: obsolete Access: read-write
OBJECT-TYPE    
  OCTET STRING  

ipv4smtpRecvMailAddrTable 1.3.6.1.4.1.171.10.75.14.1.40.5
Receivers' mail address table.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Ipv4SmtpRecvMailAddrEntry

ipv4smtpRecvMailAddrEntry 1.3.6.1.4.1.171.10.75.14.1.40.5.1
Receivers' mail address entry.
Status: current Access: not-accessible
OBJECT-TYPE    
  Ipv4SmtpRecvMailAddrEntry  

ipv4smtpRecvMailAddrIndex 1.3.6.1.4.1.171.10.75.14.1.40.5.1.1
Receivers' mail address index (1~8).
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 1..8  

ipv4smtpRecvMailAddr 1.3.6.1.4.1.171.10.75.14.1.40.5.1.2
Receivers' mail address.
Status: current Access: read-write
OBJECT-TYPE    
  OCTET STRING  

ipv4smtpRecvMailAddrStatus 1.3.6.1.4.1.171.10.75.14.1.40.5.1.3
Rowstatus of the receiver's mail address.
Status: current Access: read-write
OBJECT-TYPE    
  RowStatus  

sysSMTPServerGroup 1.3.6.1.4.1.171.10.75.14.1.40.6
OBJECT IDENTIFIER    

smtpState 1.3.6.1.4.1.171.10.75.14.1.40.6.1
Enable or Disable SMTP function.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER disabled(0), enabled(1)  

smtpServerAddr 1.3.6.1.4.1.171.10.75.14.1.40.6.2
SMTP Server's IP Address
Status: current Access: read-write
OBJECT-TYPE    
  Ipv6Address  

smtpServerAddrType 1.3.6.1.4.1.171.10.75.14.1.40.6.3
SMTP Server's Address type.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER iPv4(1), iPv6(2)  

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

smtpServerPort 1.3.6.1.4.1.171.10.75.14.1.40.6.5
SMTP Server's port
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER  

smtpSelfMailAddr 1.3.6.1.4.1.171.10.75.14.1.40.6.6
The sender's (DUT) mail address .
Status: current Access: read-write
OBJECT-TYPE    
  OCTET STRING  

smtpRecvMailAddrTable 1.3.6.1.4.1.171.10.75.14.1.40.6.7
Receivers' mail address table.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SmtpRecvMailAddrEntry

smtpRecvMailAddrEntry 1.3.6.1.4.1.171.10.75.14.1.40.6.7.1
Receivers' mail address entry.
Status: current Access: not-accessible
OBJECT-TYPE    
  SmtpRecvMailAddrEntry  

smtpRecvMailAddrIndex 1.3.6.1.4.1.171.10.75.14.1.40.6.7.1.1
Receivers' mail address index (1~8).
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 1..8  

smtpRecvMailAddr 1.3.6.1.4.1.171.10.75.14.1.40.6.7.1.2
Receivers' mail address.
Status: current Access: read-write
OBJECT-TYPE    
  OCTET STRING  

smtpRecvMailAddrStatus 1.3.6.1.4.1.171.10.75.14.1.40.6.7.1.3
Rowstatus of the receiver's mail address.
Status: current Access: read-write
OBJECT-TYPE    
  RowStatus  

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

igmpMulticastVlanTable 1.3.6.1.4.1.171.10.75.14.1.27.2
Information about the IGMP snooping multicast VLAN table.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    IgmpMulticastVlanEntry

igmpMulticastVlanEntry 1.3.6.1.4.1.171.10.75.14.1.27.2.1
The entry of igmpMulticastVlanTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  IgmpMulticastVlanEntry  

igmpMulticastVlanid 1.3.6.1.4.1.171.10.75.14.1.27.2.1.1
This object indicates the VLAN ID of the IGMP snooping multicast VLAN entry.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 2..4094  

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

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

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

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

igmpMulticastVlanUntaggedSourcePort 1.3.6.1.4.1.171.10.75.14.1.27.2.1.6
This object indicates the port list of the untag source ports of the IGMP snooping multicast VLAN.
Status: current Access: read-write
OBJECT-TYPE    
  PortList  

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

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

igmpMulticastVlanRemapPriority 1.3.6.1.4.1.171.10.75.14.1.27.2.1.9
The remap priority of this multicast VLAN.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER -1..7  

igmpMulticastVlanReplacePriority 1.3.6.1.4.1.171.10.75.14.1.27.2.1.10
The replacement priority of this multicast VLAN.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

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

igmpMulticastVlanGroupTable 1.3.6.1.4.1.171.10.75.14.1.27.3
The table containing the IGMP snooping multicast VLAN group information
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    IgmpMulticastVlanGroupEntry

igmpMulticastVlanGroupEntry 1.3.6.1.4.1.171.10.75.14.1.27.3.1
Information about the current IGMP snooping multicast VLAN group.
Status: current Access: not-accessible
OBJECT-TYPE    
  IgmpMulticastVlanGroupEntry  

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

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

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

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

multicastVlanTable 1.3.6.1.4.1.171.10.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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  

multicastVlanUntaggedSourcePort 1.3.6.1.4.1.171.10.75.14.1.27.4.1.6
This object indicates the port list of the untag source 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.75.14.1.27.4.1.7
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.75.14.1.27.4.1.8
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.75.14.1.27.4.1.9
The replacement source IP of this MLD snooping multicast VLAN.
Status: current Access: read-write
OBJECT-TYPE    
  Ipv6Address  

multicastVlanRemapPriority 1.3.6.1.4.1.171.10.75.14.1.27.4.1.10
The remap priority of this multicast VLAN.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER -1..7  

multicastVlanReplacePriority 1.3.6.1.4.1.171.10.75.14.1.27.4.1.11
The replacement priority of this multicast VLAN.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

multicastVlanRowStatus 1.3.6.1.4.1.171.10.75.14.1.27.4.1.12
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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.1.22.2
OBJECT IDENTIFIER    

rmonHistory 1.3.6.1.4.1.171.10.75.14.1.22.3
OBJECT IDENTIFIER    

rmonAlarm 1.3.6.1.4.1.171.10.75.14.1.22.4
OBJECT IDENTIFIER    

rmonEvent 1.3.6.1.4.1.171.10.75.14.1.22.5
OBJECT IDENTIFIER    

rmonStatsTable 1.3.6.1.4.1.171.10.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.1.86.1
OBJECT IDENTIFIER    

dhcpv6RelayManagement 1.3.6.1.4.1.171.10.75.14.1.86.2
OBJECT IDENTIFIER    

dhcpv6RelayOption37 1.3.6.1.4.1.171.10.75.14.1.86.3
OBJECT IDENTIFIER    

dhcpv6RelayOption38 1.3.6.1.4.1.171.10.75.14.1.86.4
OBJECT IDENTIFIER    

dhcpv6RelayOption18 1.3.6.1.4.1.171.10.75.14.1.86.5
OBJECT IDENTIFIER    

dhcpv6RelayState 1.3.6.1.4.1.171.10.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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.75.14.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  

dhcpv6RelayOpt38Table 1.3.6.1.4.1.171.10.75.14.1.86.4.1
A table to control port security features of the device.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Dhcpv6RelayOpt38Entry

dhcpv6RelayOpt38Entry 1.3.6.1.4.1.171.10.75.14.1.86.4.1.1
An entry appears in port security table for each interface in the system.
Status: current Access: not-accessible
OBJECT-TYPE    
  Dhcpv6RelayOpt38Entry  

dhcpv6RelayOpt38PortIndex 1.3.6.1.4.1.171.10.75.14.1.86.4.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..10  

dhcpv6RelayOpt38PortState 1.3.6.1.4.1.171.10.75.14.1.86.4.1.1.2
Enable / disable option 38 port state.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER disabled(0), enabled(1)  

dhcpv6RelayOpt38PortType 1.3.6.1.4.1.171.10.75.14.1.86.4.1.1.3
Configure option 38 port Type.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER default(0), user-defined(1)  

dhcpv6RelayOpt38PortID 1.3.6.1.4.1.171.10.75.14.1.86.4.1.1.4
Configure option 38 port ID. Only works when type is user-defined
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString  

dhcpv6RelayOption18State 1.3.6.1.4.1.171.10.75.14.1.86.5.1
This object indicates DHCPv6 relay option 18 function is enabled or disabled.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER disabled(0), enabled(1)  

dhcpv6RelayOption18CheckState 1.3.6.1.4.1.171.10.75.14.1.86.5.2
This object indicates DHCPv6 relay option 18 Check function is enabled or disabled.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER disabled(0), enabled(1)  

dhcpv6RelayOption18InterfaceIDType 1.3.6.1.4.1.171.10.75.14.1.86.5.3
This object indicates the type of Interface ID.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER default(0), cid(1), vendor1(2)  

macBasedVlanTable 1.3.6.1.4.1.171.10.75.14.1.70.1
A table that contains information on Vlan-MAC address mapping.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    MacBasedVlanEntry

macBasedVlanEntry 1.3.6.1.4.1.171.10.75.14.1.70.1.1
Entry that contains Vlan-MAC address mapping.
Status: current Access: not-accessible
OBJECT-TYPE    
  MacBasedVlanEntry  

vlanMacMapIndex 1.3.6.1.4.1.171.10.75.14.1.70.1.1.1
Index of cmMacBasedVlanEntry. This object indicates the mac vlan entry for which the configurations in cmMacBasedVlanEntry is to be done.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 1..128  

vlanMacMapAddr 1.3.6.1.4.1.171.10.75.14.1.70.1.1.2
The Mac address for which the Vlan mapping is present in the entry.
Status: current Access: read-write
OBJECT-TYPE    
  MacAddress  

vlanMacMapAddrMask 1.3.6.1.4.1.171.10.75.14.1.70.1.1.3
The Mac address for which the Vlan mapping is present in the entry.
Status: current Access: read-write
OBJECT-TYPE    
  MacAddress  

vlanMacMapVid 1.3.6.1.4.1.171.10.75.14.1.70.1.1.4
The Vlan to which the mac address of this entry is mapped to.
Status: current Access: read-write
OBJECT-TYPE    
  VlanIndex  

vlanMacStatus 1.3.6.1.4.1.171.10.75.14.1.70.1.1.5
The status given to the mac-vlan entry.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

vlanMacType 1.3.6.1.4.1.171.10.75.14.1.70.1.1.6
The type given to the mac-vlan entry.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

vlanMacMapRowStatus 1.3.6.1.4.1.171.10.75.14.1.70.1.1.99
The row status of the entry.
Status: current Access: read-write
OBJECT-TYPE    
  RowStatus  

macBasedVlanMethod 1.3.6.1.4.1.171.10.75.14.1.70.2
A method of Vlan-MAC address mapping.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER single(1), range(2)  

sfpVendorInfoTable 1.3.6.1.4.1.171.10.75.14.1.104.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  
    SfpVendorInfoEntry

sfpVendorInfoEntry 1.3.6.1.4.1.171.10.75.14.1.104.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    
  SfpVendorInfoEntry  

sfpPortIndex 1.3.6.1.4.1.171.10.75.14.1.104.1.1.1
The available of index for fiber ports.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 1..10  

sfpConnectorType 1.3.6.1.4.1.171.10.75.14.1.104.1.1.2
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

sfpTranceiverCode 1.3.6.1.4.1.171.10.75.14.1.104.1.1.3
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

sfpBaudRate 1.3.6.1.4.1.171.10.75.14.1.104.1.1.4
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

sfpVendorName 1.3.6.1.4.1.171.10.75.14.1.104.1.1.5
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

sfpVendorOui 1.3.6.1.4.1.171.10.75.14.1.104.1.1.6
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

sfpVendorPn 1.3.6.1.4.1.171.10.75.14.1.104.1.1.7
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

sfpVendorRev 1.3.6.1.4.1.171.10.75.14.1.104.1.1.8
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

sfpWavelength 1.3.6.1.4.1.171.10.75.14.1.104.1.1.9
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

sfpVendorSn 1.3.6.1.4.1.171.10.75.14.1.104.1.1.10
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

sfpDateCode 1.3.6.1.4.1.171.10.75.14.1.104.1.1.11
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

ddmCtrl 1.3.6.1.4.1.171.10.75.14.1.105.1
OBJECT IDENTIFIER    

ddmInfo 1.3.6.1.4.1.171.10.75.14.1.105.2
OBJECT IDENTIFIER    

ddmPowerUnit 1.3.6.1.4.1.171.10.75.14.1.105.1.1
This object indicates the TX/RX power global unit.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER mw(0), dbm(1)  

ddmActionMgmtTable 1.3.6.1.4.1.171.10.75.14.1.105.1.2
This table contains the configuration of the action taken when any parameter exceeds its threshold.
Status: obsolete Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    DdmActionMgmtEntry

ddmActionMgmtEntry 1.3.6.1.4.1.171.10.75.14.1.105.1.2.1
This is an entry of the swDdmConfigActionTable.
Status: obsolete Access: not-accessible
OBJECT-TYPE    
  DdmActionMgmtEntry  

ddmActionPort 1.3.6.1.4.1.171.10.75.14.1.105.1.2.1.1
This object indicates the port. The available of index for fiber ports.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 1..10  

ddmActionState 1.3.6.1.4.1.171.10.75.14.1.105.1.2.1.2
This object indicates the action type.
Status: obsolete Access: read-write
OBJECT-TYPE    
  INTEGER disable(0), enable(1)  

ddmActionShutdown 1.3.6.1.4.1.171.10.75.14.1.105.1.2.1.3
This object indicates the action type.
Status: obsolete Access: read-write
OBJECT-TYPE    
  INTEGER none(0), alarm(1), warning(2)  

ddmThresholdMgmtTable 1.3.6.1.4.1.171.10.75.14.1.105.1.3
This table contains DDM temperature configuration information.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    DdmThresholdMgmtEntry

ddmThresholdMgmtEntry 1.3.6.1.4.1.171.10.75.14.1.105.1.3.1
This is an entry of the swDdmConfigThresholdTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  DdmThresholdMgmtEntry  

ddmThresholdPort 1.3.6.1.4.1.171.10.75.14.1.105.1.3.1.1
This object indicates the port. The available of index for fiber ports.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 1..10  

ddmThresholdType 1.3.6.1.4.1.171.10.75.14.1.105.1.3.1.2
This object indicates the threshold type.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER temperature(0), voltage(1), bias(2), txPower(3), rxPower(4)  

ddmHighAlarm 1.3.6.1.4.1.171.10.75.14.1.105.1.3.1.3
This object indicates the high alarm threshold value to be configured. As the value is a floating point data type, the DisplayString type is used to define this parameter.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString  

ddmLowAlarm 1.3.6.1.4.1.171.10.75.14.1.105.1.3.1.4
This object indicates the low alarm threshold value to be configured. As the value is a floating data type, the DisplayString type is used to define this parameter.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString  

ddmHighWarning 1.3.6.1.4.1.171.10.75.14.1.105.1.3.1.5
This object indicates the high warning threshold value to be configured. As the value is a floating data type, the DisplayString type is used to define this parameter.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString  

ddmLowWarning 1.3.6.1.4.1.171.10.75.14.1.105.1.3.1.6
This object indicates the low warning threshold value to be configured. As the value is a floating data type, the DisplayString type is used to define this parameter.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString  

ddmStatus 1.3.6.1.4.1.171.10.75.14.1.105.2.1
OBJECT IDENTIFIER    

ddmStatusTable 1.3.6.1.4.1.171.10.75.14.1.105.2.1.1
This table contains the DDM status information.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    DdmStatusEntry

ddmStatusEntry 1.3.6.1.4.1.171.10.75.14.1.105.2.1.1.1
This is an entry of the ddmStatusTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  DdmStatusEntry  

ddmStatusPort 1.3.6.1.4.1.171.10.75.14.1.105.2.1.1.1.1
This object indicates the port. The available of index for fiber ports.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 1..10  

ddmTemperature 1.3.6.1.4.1.171.10.75.14.1.105.2.1.1.1.2
This object indicates the real time value of the temperature. As the value is a floating point data type, the DisplayString type is used to define this parameter.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

ddmVoltage 1.3.6.1.4.1.171.10.75.14.1.105.2.1.1.1.3
This object indicates the real time value of the supply voltage. As the value value is a floating point data type, the DisplayString type is used to define this parameter.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

ddmBiasCurrent 1.3.6.1.4.1.171.10.75.14.1.105.2.1.1.1.4
This object indicates the real time value of the tx bias.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

ddmTxPower 1.3.6.1.4.1.171.10.75.14.1.105.2.1.1.1.5
This object indicates the real time value of the tx power. As the value is a floating point data type, the DisplayString type is used to define this parameter.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

ddmRxPower 1.3.6.1.4.1.171.10.75.14.1.105.2.1.1.1.6
This object indicates the real time value of the rx power. As the value is a floating data type, the DisplayString type is used to define this parameter.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

ftpFwTable 1.3.6.1.4.1.171.10.75.14.1.107.1
OBJECT IDENTIFIER    

ftpConfigTable 1.3.6.1.4.1.171.10.75.14.1.107.2
OBJECT IDENTIFIER    

ftpFwServerIpAddress 1.3.6.1.4.1.171.10.75.14.1.107.1.1
The FTP server's IPv4 address or IPv6 address is used to upload or download firmware.
Status: obsolete Access: read-write
OBJECT-TYPE    
  DisplayString Size(1..64)  

ftpFwImageFileName 1.3.6.1.4.1.171.10.75.14.1.107.1.2
Firmware file name used to upload or download firmware.
Status: obsolete Access: read-write
OBJECT-TYPE    
  DisplayString Size(1..64)  

ftpFwUsername 1.3.6.1.4.1.171.10.75.14.1.107.1.3
FTP username to login FTP.
Status: obsolete Access: read-write
OBJECT-TYPE    
  DisplayString Size(1..20)  

ftpFwPassword 1.3.6.1.4.1.171.10.75.14.1.107.1.4
FTP password to login FTP.
Status: obsolete Access: read-write
OBJECT-TYPE    
  DisplayString Size(1..20)  

ftpFwPath 1.3.6.1.4.1.171.10.75.14.1.107.1.5
FTP path can find file folder.
Status: obsolete Access: read-write
OBJECT-TYPE    
  DisplayString Size(1..64)  

ftpFwPort 1.3.6.1.4.1.171.10.75.14.1.107.1.6
FTP port to login FTP.
Status: obsolete Access: read-write
OBJECT-TYPE    
  Integer32 1..65535  

ftpFwFTPOperation 1.3.6.1.4.1.171.10.75.14.1.107.1.8
The FTP operates to perform downloading the firmware image to the unit. This object is used in conjunction with FTP settings
Status: obsolete Access: read-write
OBJECT-TYPE    
  INTEGER none(0), download(1), upload(2)  

ftpFwFTPOperationStatus 1.3.6.1.4.1.171.10.75.14.1.107.1.9
The FTP operation status represent firmware backup or upgrade status.
Status: obsolete Access: read-only
OBJECT-TYPE    
  INTEGER none(0), success(1), fail(2), progressing(3), transmit(4)  

ftpConfigServerIpAddress 1.3.6.1.4.1.171.10.75.14.1.107.2.1
The FTP server's IPv4 address or IPv6 address is used to upload or download firmware.
Status: obsolete Access: read-write
OBJECT-TYPE    
  DisplayString Size(1..64)  

ftpConfigFileName 1.3.6.1.4.1.171.10.75.14.1.107.2.2
Config file name used to upload or download Config.
Status: obsolete Access: read-write
OBJECT-TYPE    
  DisplayString Size(1..64)  

ftpConfigUsername 1.3.6.1.4.1.171.10.75.14.1.107.2.3
FTP username to login FTP.
Status: obsolete Access: read-write
OBJECT-TYPE    
  DisplayString Size(1..20)  

ftpConfigPassword 1.3.6.1.4.1.171.10.75.14.1.107.2.4
FTP password to login FTP.
Status: obsolete Access: read-write
OBJECT-TYPE    
  DisplayString Size(1..20)  

ftpConfigPath 1.3.6.1.4.1.171.10.75.14.1.107.2.5
FTP path can find file folder.
Status: obsolete Access: read-write
OBJECT-TYPE    
  DisplayString Size(1..64)  

ftpConfigPort 1.3.6.1.4.1.171.10.75.14.1.107.2.6
FTP port to login FTP.
Status: obsolete Access: read-write
OBJECT-TYPE    
  Integer32 1..65535  

ftpConfigConfigID 1.3.6.1.4.1.171.10.75.14.1.107.2.7
Config image id can select imageid1 or imageid2 to flash
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER configID1(1), configID2(2)  

ftpConfigFTPOperation 1.3.6.1.4.1.171.10.75.14.1.107.2.8
The FTP operates to perform downloading the config image to the unit. This object is used in conjunction with FTP settings
Status: obsolete Access: read-write
OBJECT-TYPE    
  INTEGER none(0), download(1), upload(2)  

ftpConfigFTPOperationStatus 1.3.6.1.4.1.171.10.75.14.1.107.2.9
The FTP operation status represent config backup or upgrade status.
Status: obsolete Access: read-only
OBJECT-TYPE    
  INTEGER none(0), success(1), fail(2), progressing(3), transmit(4)