DES-1210-28ME-B2

File: DES-1210-28ME-B2.mib (537301 bytes)

Imported modules

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

Imported symbols

MODULE-IDENTITY OBJECT-TYPE enterprises
IpAddress Integer32 Unsigned32
TimeTicks Counter32 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)  

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

SysPortDescriptionEntry  
SEQUENCE    
  sysPortDescIndex INTEGER
  sysPortDescMediumType INTEGER
  sysPortDescString DisplayString

SysPortErrEntry  
SEQUENCE    
  sysPortErrPortIndex INTEGER
  sysPortErrPortState INTEGER
  sysPortErrPortStatus INTEGER
  sysPortErrPortReason INTEGER

ImpbSettingEntry  
SEQUENCE    
  impbPortIndex INTEGER
  impbPortState INTEGER
  impbInsIpPacPortState INTEGER
  impbDHCPPortState INTEGER

ImpbSmartEntry  
SEQUENCE    
  impbSmartMacAddress MacAddress
  impbSmartPort Integer32
  impbSmartIpAddress IpAddress
  impbSmartVlanId Integer32
  impbSmartBinding INTEGER

ImpbWhiteListEntry  
SEQUENCE    
  impbWhiteListIpAddress IpAddress
  impbWhiteListMacAddress MacAddress
  impbWhiteListPort Integer32
  impbWhiteListRowStatus RowStatus

ImpbBlackListEntry  
SEQUENCE    
  impbBlackListMacAddress MacAddress
  impbBlackListVlanId Integer32
  impbBlackListPort Integer32
  impbBlackListIpAddress IpAddress
  impbBlackListStatus INTEGER

StpPortEntry  
SEQUENCE    
  stpPort INTEGER
  stpPortStatus INTEGER
  stpPortPriority INTEGER
  stpAdminPortPathCost INTEGER
  stpPortPathCost INTEGER
  stpPortProtocolMigration TruthValue
  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
  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

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

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

IgsVlanMulticastGroupEntry  
SEQUENCE    
  igsVlanMulticastGroupVlanId Integer32
  igsVlanMulticastGroupIpAddress InetAddress
  igsVlanMulticastGroupMacAddress MacAddress
  igsVlanMulticastGroupPortList PortList

IgsAccessAuthEntry  
SEQUENCE    
  igsAccessAuthPortIndex Integer32
  igsAccessAuthState INTEGER

IgsHostEntry  
SEQUENCE    
  igsHostTableVLANID Integer32
  igsHostTableGroupAddress InetAddress
  igsHostTablePort Integer32
  igsHostTableHostIPAddress InetAddress

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

SwAuthUserEntry  
SEQUENCE    
  swAuthUserName SnmpAdminString
  swAuthUserPassword DisplayString
  swAuthUserStatus RowStatus

SwAuthRadiusServerEntry  
SEQUENCE    
  swAuthRadiusServerIndex INTEGER
  swAuthRadiusServerAddress IpAddress
  swAuthRadiusServerAuthenticationPort INTEGER
  swAuthRadiusServerAccountingPort INTEGER
  swAuthRadiusServerTimeout INTEGER
  swAuthRadiusServerRetransmit INTEGER
  swAuthRadiusServerKey DisplayString
  swAuthRadiusServerStatus RowStatus

CosClassEntry  
SEQUENCE    
  cosClassIndex INTEGER
  cosWeight INTEGER

QosDefaultUserPriEntry  
SEQUENCE    
  qosDefaultUserPriPortIndex INTEGER
  qosDefaultPriority INTEGER
  qosEffectiveDefaultPriority INTEGER

QosUserPriEntry  
SEQUENCE    
  qosUserPriIndex INTEGER
  qosUserPriClass INTEGER

QosPriSettingsEntry  
SEQUENCE    
  qosPriSetPortIndex INTEGER
  qosPriSetPortType INTEGER

AclQosEntry  
SEQUENCE    
  aclQosIndex Integer32
  aclQosType INTEGER
  aclQosMACAddr MacAddress
  aclQosIPAddr IpAddress
  aclQosTCPUDPPort Integer32
  aclQosVlanID Integer32
  aclQosProtocol Integer32
  aclQosAssignClass INTEGER
  aclQosStatus RowStatus

BandwidthCtrlEntry  
SEQUENCE    
  bandwidthCtrlIndex Integer32
  bandwidthCtrlTxThreshold Integer32
  bandwidthCtrlRxThreshold Integer32

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

TrustedHostEntry  
SEQUENCE    
  trustedHostIpAddr IpAddress
  trustedHostIpMask IpAddress
  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

AclProfileEntry  
SEQUENCE    
  aclProfileNo Integer32
  aclProfileType INTEGER
  aclProfileRuleCount Integer32
  aclProfileMask OCTET STRING
  aclProfileDstMacAddrMask MacAddress
  aclProfileSrcMacAddrMask MacAddress
  aclProfileIPProtocol INTEGER
  aclProfileIPProtocolMask OCTET STRING
  aclProfileDstIpAddrMask IpAddress
  aclProfileSrcIpAddrMask IpAddress
  aclProfileDstPortMask OCTET STRING
  aclProfileSrcPortMask OCTET STRING
  aclProfileArpSenderMacAddrMask MacAddress
  aclProfileArpSenderIpAddrMask IpAddress
  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
  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
  aclL3RuleStatus 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
  aclPacketRuleStatus RowStatus

CpuFilterProfileEntry  
SEQUENCE    
  cpuFilterProfileNo Integer32
  cpuFilterProfileType INTEGER
  cpuFilterProfileRuleCount Integer32
  cpuFilterProfileMask OCTET STRING
  cpuFilterProfileDstMacAddrMask MacAddress
  cpuFilterProfileSrcMacAddrMask MacAddress
  cpuFilterProfileIPProtocol INTEGER
  cpuFilterProfileIPProtocolMask OCTET STRING
  cpuFilterProfileDstIpAddrMask IpAddress
  cpuFilterProfileSrcIpAddrMask IpAddress
  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

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

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

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

SnmpV3CommunityEntry  
SEQUENCE    
  snmpV3CommunityName OCTET STRING
  snmpV3CommunityPolicy SnmpAdminString
  snmpV3CommunityStatus RowStatus

SnmpV3HostEntry  
SEQUENCE    
  snmpV3HostAddress IpAddress
  snmpV3HostCommunityName SnmpAdminString
  snmpV3HostVersion INTEGER
  snmpV3HostStatus RowStatus

SyslogServEntry  
SEQUENCE    
  syslogServIndex INTEGER
  syslogServAddr IpAddress
  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    
  limitIpMulticastProfileID INTEGER
  limitIpMulticastProfileName DisplayString
  limitIpMulticastProfileStatus RowStatus

LimitIpMulticastEntry  
SEQUENCE    
  limitIpMulticastEntryProfileID INTEGER
  limitIpMulticaststartIpAddr IpAddress
  limitIpMulticastendIpAddr IpAddress
  limitIpMulticastStatus RowStatus

LimitIpMulticastPortEntry  
SEQUENCE    
  limitIpMulticastPortID INTEGER
  limitIpMulticastPortState INTEGER
  limitIpMulticastPortProfileID PortList
  limitIpMulticastPortMaxGrp INTEGER

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

DoSCtrlEntry  
SEQUENCE    
  doSCtrlType INTEGER
  doSCtrlState INTEGER
  doSCtrlActionType INTEGER
  doSCtrlMirrorPort INTEGER
  doSCtrlMirrorPriority INTEGER
  doSCtrlMirrorRxRate INTEGER
  doSCtrlFrameCount INTEGER

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
  filterDHCPServerRowStatus RowStatus

TrafficSegEntry  
SEQUENCE    
  trafficSegIfIndex InterfaceIndex
  trafficSegMemberList PortList

AacServerGroupEntry  
SEQUENCE    
  aacServerGroupIndex INTEGER
  aacServerGroupName OCTET STRING
  aacServersInGroup BITS
  aacServerGroupRowStatus RowStatus

AacServerInfoEntry  
SEQUENCE    
  aacServerIndex INTEGER
  aacServerIPAddr IpAddress
  aacServerAuthProtocol INTEGER
  aacServerAuthPort INTEGER
  aacServerAuthKey OCTET STRING
  aacServerTimeout INTEGER
  aacServerRetryCount INTEGER
  aacServerRowStatus RowStatus

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

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

McastFilterPortEntry  
SEQUENCE    
  mcastFilterPortIndex Integer32
  mcastFilterPortType INTEGER

SysGratuitousARPEntry  
SEQUENCE    
  sysGratuitousARPIFName OCTET STRING
  sysGratuitousARPInterval Integer32

SmtpRecvMailAddrEntry  
SEQUENCE    
  smtpRecvMailAddrIndex INTEGER
  smtpRecvMailAddr OCTET STRING
  smtpRecvMailAddrStatus RowStatus

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

IgmpMulticastVlanGroupEntry  
SEQUENCE    
  igmpMulticastVlanGroupVid INTEGER
  igmpMulticastVlanGroupFromIp IpAddress
  igmpMulticastVlanGroupToIp IpAddress
  igmpMulticastVlanGroupStatus RowStatus

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

Defined Values




des-1210-28ME 1.3.6.1.4.1.171.10.75.15
OBJECT IDENTIFIER    

des-1210-28ME-B2 1.3.6.1.4.1.171.10.75.15.2
OBJECT IDENTIFIER    

companySystem 1.3.6.1.4.1.171.10.75.15.2.1
OBJECT IDENTIFIER    

dhcpBOOTPRelayControl 1.3.6.1.4.1.171.10.75.15.2.28.1
OBJECT IDENTIFIER    

companyIpifGroup 1.3.6.1.4.1.171.10.75.15.2.2
OBJECT IDENTIFIER    

dhcpBOOTPRelayManagement 1.3.6.1.4.1.171.10.75.15.2.28.2
OBJECT IDENTIFIER    

dhcpBOOTPRelayManagementOption82 1.3.6.1.4.1.171.10.75.15.2.28.2.2
OBJECT IDENTIFIER    

companyTftpGroup 1.3.6.1.4.1.171.10.75.15.2.3
OBJECT IDENTIFIER    

companyMiscGroup 1.3.6.1.4.1.171.10.75.15.2.4
OBJECT IDENTIFIER    

companySNMPV3 1.3.6.1.4.1.171.10.75.15.2.5
OBJECT IDENTIFIER    

companySTP 1.3.6.1.4.1.171.10.75.15.2.6
OBJECT IDENTIFIER    

companyDot1qVlanGroup 1.3.6.1.4.1.171.10.75.15.2.7
OBJECT IDENTIFIER    

companyLA 1.3.6.1.4.1.171.10.75.15.2.8
OBJECT IDENTIFIER    

companyStaticMAC 1.3.6.1.4.1.171.10.75.15.2.9
OBJECT IDENTIFIER    

companyIgsGroup 1.3.6.1.4.1.171.10.75.15.2.10
OBJECT IDENTIFIER    

companyGVRPGroup 1.3.6.1.4.1.171.10.75.15.2.11
OBJECT IDENTIFIER    

companyQoSGroup 1.3.6.1.4.1.171.10.75.15.2.12
OBJECT IDENTIFIER    

companyTrafficMgmt 1.3.6.1.4.1.171.10.75.15.2.13
OBJECT IDENTIFIER    

companySecurity 1.3.6.1.4.1.171.10.75.15.2.14
OBJECT IDENTIFIER    

companyACLGroup 1.3.6.1.4.1.171.10.75.15.2.15
OBJECT IDENTIFIER    

companySyslog 1.3.6.1.4.1.171.10.75.15.2.16
OBJECT IDENTIFIER    

companyLBD 1.3.6.1.4.1.171.10.75.15.2.17
OBJECT IDENTIFIER    

companyMirror 1.3.6.1.4.1.171.10.75.15.2.18
OBJECT IDENTIFIER    

companyStaticMcast 1.3.6.1.4.1.171.10.75.15.2.19
OBJECT IDENTIFIER    

companySNTPSetting 1.3.6.1.4.1.171.10.75.15.2.20
OBJECT IDENTIFIER    

companyRMON 1.3.6.1.4.1.171.10.75.15.2.22
OBJECT IDENTIFIER    

companyAuthGroup 1.3.6.1.4.1.171.10.75.15.2.23
OBJECT IDENTIFIER    

companyGuestVlan 1.3.6.1.4.1.171.10.75.15.2.24
OBJECT IDENTIFIER    

companyMacNotify 1.3.6.1.4.1.171.10.75.15.2.25
OBJECT IDENTIFIER    

companyISMVLAN 1.3.6.1.4.1.171.10.75.15.2.27
OBJECT IDENTIFIER    

companyDHCPRelay 1.3.6.1.4.1.171.10.75.15.2.28
OBJECT IDENTIFIER    

companyDHCPLocalRelay 1.3.6.1.4.1.171.10.75.15.2.29
OBJECT IDENTIFIER    

companyTrapSetting 1.3.6.1.4.1.171.10.75.15.2.30
OBJECT IDENTIFIER    

companyLLDPSetting 1.3.6.1.4.1.171.10.75.15.2.32
OBJECT IDENTIFIER    

companyCPUInterfaceFilterGroup 1.3.6.1.4.1.171.10.75.15.2.33
OBJECT IDENTIFIER    

companyCableDiagnostic 1.3.6.1.4.1.171.10.75.15.2.35
OBJECT IDENTIFIER    

companyVLANTrunk 1.3.6.1.4.1.171.10.75.15.2.36
OBJECT IDENTIFIER    

companyQinQ 1.3.6.1.4.1.171.10.75.15.2.37
OBJECT IDENTIFIER    

companySMTP 1.3.6.1.4.1.171.10.75.15.2.40
OBJECT IDENTIFIER    

companyLimitIp 1.3.6.1.4.1.171.10.75.15.2.45
OBJECT IDENTIFIER    

companyGratuitousARP 1.3.6.1.4.1.171.10.75.15.2.48
OBJECT IDENTIFIER    

companyMulticastFilter 1.3.6.1.4.1.171.10.75.15.2.49
OBJECT IDENTIFIER    

companyBPDUAttack 1.3.6.1.4.1.171.10.75.15.2.77
OBJECT IDENTIFIER    

companyDoSCtrl 1.3.6.1.4.1.171.10.75.15.2.99
OBJECT IDENTIFIER    

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

sysHardwareVersion 1.3.6.1.4.1.171.10.75.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.1.10
This object is used to save Configuration.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

sysPortCtrlTable 1.3.6.1.4.1.171.10.75.15.2.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.15.2.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.15.2.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.15.2.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), fiber1G(101), fiber100M(102)  

sysPortCtrlSpeed 1.3.6.1.4.1.171.10.75.15.2.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.15.2.1.13.1.4
The port's operating speed state.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER down(1), rate1000M-Full(2), rate100M-Full(3), rate100M-Half(4), rate10M-Full(5), rate10M-Half(6)  

sysPortCtrlMDI 1.3.6.1.4.1.171.10.75.15.2.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.15.2.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.15.2.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.15.2.1.13.1.8
The port's media type.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER fastethernet(1), gigabitethernet(2), fiberwith100BaseSFPModule(3), fiberwith1000BaseSFPModule(4)  

sysPortDescriptionTable 1.3.6.1.4.1.171.10.75.15.2.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.15.2.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.15.2.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.15.2.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), fiber1G(101), fiber100M(102)  

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

sysPortErrTable 1.3.6.1.4.1.171.10.75.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.1.20
This object is for MAC aging time.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 10..600  

telnetsettingManagementOnOff 1.3.6.1.4.1.171.10.75.15.2.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.15.2.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.15.2.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.15.2.1.26
To set enable status for flood fdb.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

sysIpAddrCfgMode 1.3.6.1.4.1.171.10.75.15.2.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)  

sysIpAddr 1.3.6.1.4.1.171.10.75.15.2.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  

sysIpSubnetMask 1.3.6.1.4.1.171.10.75.15.2.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  

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

dhcpOption12Status 1.3.6.1.4.1.171.10.75.15.2.2.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.15.2.2.6
Host name in DHCP option 12
Status: current Access: read-write
OBJECT-TYPE    
  OCTET STRING  

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

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

tftpFwTftpOperation 1.3.6.1.4.1.171.10.75.15.2.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: current Access: read-write
OBJECT-TYPE    
  INTEGER none(0), download(1), upload(2)  

tftpFwTftpOperationStatus 1.3.6.1.4.1.171.10.75.15.2.3.4
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)  

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

tftpConfigFileName 1.3.6.1.4.1.171.10.75.15.2.3.6
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)  

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

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

miscReset 1.3.6.1.4.1.171.10.75.15.2.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.15.2.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.15.2.14.10
OBJECT IDENTIFIER    

impbSettingTable 1.3.6.1.4.1.171.10.75.15.2.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.15.2.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.15.2.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  

impbPortState 1.3.6.1.4.1.171.10.75.15.2.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)  

impbInsIpPacPortState 1.3.6.1.4.1.171.10.75.15.2.14.10.1.1.3
Enable / disable IP-MAC-Port Binding also inspect IP packets state for the interface.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enabled(0), disabled(1)  

impbDHCPPortState 1.3.6.1.4.1.171.10.75.15.2.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)  

impbSmartTable 1.3.6.1.4.1.171.10.75.15.2.14.10.2
A table to control Smart IP-MAC-Port Binding features of the device.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    ImpbSmartEntry

impbSmartEntry 1.3.6.1.4.1.171.10.75.15.2.14.10.2.1
An entry appears in Smart IP-MAC-Port Binding table for each interface in the system.
Status: current Access: not-accessible
OBJECT-TYPE    
  ImpbSmartEntry  

impbSmartMacAddress 1.3.6.1.4.1.171.10.75.15.2.14.10.2.1.1
The MAC address associated of the smart IP-MAC-PORT Binding entry.
Status: current Access: read-only
OBJECT-TYPE    
  MacAddress  

impbSmartPort 1.3.6.1.4.1.171.10.75.15.2.14.10.2.1.2
The port number of the smart IP-MAC-PORT Binding entry.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

impbSmartIpAddress 1.3.6.1.4.1.171.10.75.15.2.14.10.2.1.3
The IP address associated of the smart IP-MAC-PORT Binding entry.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

impbSmartVlanId 1.3.6.1.4.1.171.10.75.15.2.14.10.2.1.4
The VLAN ID of the smart IP-MAC-PORT Binding entry.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

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

impbWhiteListTable 1.3.6.1.4.1.171.10.75.15.2.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  
    ImpbWhiteListEntry

impbWhiteListEntry 1.3.6.1.4.1.171.10.75.15.2.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    
  ImpbWhiteListEntry  

impbWhiteListIpAddress 1.3.6.1.4.1.171.10.75.15.2.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    
  IpAddress  

impbWhiteListMacAddress 1.3.6.1.4.1.171.10.75.15.2.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  

impbWhiteListPort 1.3.6.1.4.1.171.10.75.15.2.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  

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

impbBlackListTable 1.3.6.1.4.1.171.10.75.15.2.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  
    ImpbBlackListEntry

impbBlackListEntry 1.3.6.1.4.1.171.10.75.15.2.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    
  ImpbBlackListEntry  

impbBlackListMacAddress 1.3.6.1.4.1.171.10.75.15.2.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  

impbBlackListVlanId 1.3.6.1.4.1.171.10.75.15.2.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  

impbBlackListPort 1.3.6.1.4.1.171.10.75.15.2.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  

impbBlackListIpAddress 1.3.6.1.4.1.171.10.75.15.2.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    
  IpAddress  

impbBlackListStatus 1.3.6.1.4.1.171.10.75.15.2.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.15.2.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    
  IpAddress  

impbAutoScanIpAddressTo 1.3.6.1.4.1.171.10.75.15.2.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    
  IpAddress  

impbAutoScanStatus 1.3.6.1.4.1.171.10.75.15.2.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)  

stpBridgeGlobal 1.3.6.1.4.1.171.10.75.15.2.6.1
OBJECT IDENTIFIER    

stpModuleStatus 1.3.6.1.4.1.171.10.75.15.2.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.15.2.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(0), rstp(2), mstp(3)  

stpBridgePriority 1.3.6.1.4.1.171.10.75.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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  

stpPortTable 1.3.6.1.4.1.171.10.75.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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    
  TruthValue  

stpPortEdge 1.3.6.1.4.1.171.10.75.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.6.3
OBJECT IDENTIFIER    

mstiConfigurationName 1.3.6.1.4.1.171.10.75.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.6.4
OBJECT IDENTIFIER    

mstCistBridgePriority 1.3.6.1.4.1.171.10.75.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.6.5
OBJECT IDENTIFIER    

mstCistPortTable 1.3.6.1.4.1.171.10.75.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.19.1.1.1
The VLAN ID of the static MAC entry.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

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

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

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

dot1qVlanUntaggedPorts 1.3.6.1.4.1.171.10.75.15.2.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.15.2.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.15.2.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  

gvrpGVRPGlobalSettingsOnOff 1.3.6.1.4.1.171.10.75.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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)  

dhcpBOOTPRelayState 1.3.6.1.4.1.171.10.75.15.2.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.15.2.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.15.2.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  

dhcpBOOTPRelayInterfaceSettingsTable 1.3.6.1.4.1.171.10.75.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.28.2.2.4
This object indicates the type of remote ID. If the type is default, the remote ID will be the MAC address of the device, otherwise, the remote ID can be defined by writing to the swDHCPRelayOption82RemoteID object.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER default(1), userdefined(2)  

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

dhcpLocalRelayGlobalState 1.3.6.1.4.1.171.10.75.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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(3), disabled(2)  

laSystem 1.3.6.1.4.1.171.10.75.15.2.8.1
OBJECT IDENTIFIER    

laPortControl 1.3.6.1.4.1.171.10.75.15.2.8.2
OBJECT IDENTIFIER    

laStatus 1.3.6.1.4.1.171.10.75.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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)  

staticDisableAutoLearn 1.3.6.1.4.1.171.10.75.15.2.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.15.2.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.15.2.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.15.2.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.15.2.9.3.1.1
The VLAN ID of the static MAC entry.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

staticMac 1.3.6.1.4.1.171.10.75.15.2.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.15.2.9.3.1.3
The forwarding port of the static MAC entry.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

staticStatus 1.3.6.1.4.1.171.10.75.15.2.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  

igsSystem 1.3.6.1.4.1.171.10.75.15.2.10.1
OBJECT IDENTIFIER    

igsVlan 1.3.6.1.4.1.171.10.75.15.2.10.3
OBJECT IDENTIFIER    

igsAccessAuth 1.3.6.1.4.1.171.10.75.15.2.10.5
OBJECT IDENTIFIER    

igsHost 1.3.6.1.4.1.171.10.75.15.2.10.6
OBJECT IDENTIFIER    

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

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

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

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

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

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

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

igsVlanRtrPortList 1.3.6.1.4.1.171.10.75.15.2.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.15.2.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.15.2.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.15.2.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)  

igsVlanMulticastGroupTable 1.3.6.1.4.1.171.10.75.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.10.3.5.1.4
List of ports onto which the multicast data packets destined for this group will be forwarded.
Status: current Access: read-only
OBJECT-TYPE    
  PortList  

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

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

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

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

igsHostTable 1.3.6.1.4.1.171.10.75.15.2.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.15.2.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.15.2.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.15.2.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.15.2.10.6.1.1.3
Port number of Host table entry.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 1..28  

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

swAuthenCtrl 1.3.6.1.4.1.171.10.75.15.2.23.1
OBJECT IDENTIFIER    

swAuthStatus 1.3.6.1.4.1.171.10.75.15.2.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.15.2.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.15.2.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.15.2.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.15.2.23.2
OBJECT IDENTIFIER    

swAuthPortAccessControlTable 1.3.6.1.4.1.171.10.75.15.2.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.15.2.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.15.2.23.2.1.1.1
A unique value for each port that correlates to port index. Its value ranges between 1 and the value of port number.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

swAuthAuthQuietPeriod 1.3.6.1.4.1.171.10.75.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.23.3
OBJECT IDENTIFIER    

swAuthUserTable 1.3.6.1.4.1.171.10.75.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.23.4
OBJECT IDENTIFIER    

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

swAuthRadiusServerEntry 1.3.6.1.4.1.171.10.75.15.2.23.4.1.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.15.2.23.4.1.1.1
A unique value for Authentication RADIUS Server index. Its value ranges between 1 and 3.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 1..3  

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

swAuthRadiusServerAuthenticationPort 1.3.6.1.4.1.171.10.75.15.2.23.4.1.1.3
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.15.2.23.4.1.1.4
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.15.2.23.4.1.1.5
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.15.2.23.4.1.1.6
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.15.2.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: current Access: read-write
OBJECT-TYPE    
  DisplayString Size(1..15)  

swAuthRadiusServerStatus 1.3.6.1.4.1.171.10.75.15.2.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: current Access: read-create
OBJECT-TYPE    
  RowStatus  

cosScheduleMechanism 1.3.6.1.4.1.171.10.75.15.2.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)  

cosOutputSchedule 1.3.6.1.4.1.171.10.75.15.2.12.2
OBJECT IDENTIFIER    

cosClassTable 1.3.6.1.4.1.171.10.75.15.2.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.15.2.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.15.2.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.15.2.12.2.1.1.2
cos weight
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 1..55  

qosDefaultUserPri 1.3.6.1.4.1.171.10.75.15.2.12.4
OBJECT IDENTIFIER    

qosDefaultUserPriTable 1.3.6.1.4.1.171.10.75.15.2.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.15.2.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.15.2.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  

qosDefaultPriority 1.3.6.1.4.1.171.10.75.15.2.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.15.2.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.15.2.12.5
OBJECT IDENTIFIER    

qosUserPriorityTable 1.3.6.1.4.1.171.10.75.15.2.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.15.2.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.15.2.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.15.2.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.15.2.12.7
OBJECT IDENTIFIER    

qosPriSettingsTable 1.3.6.1.4.1.171.10.75.15.2.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.15.2.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.15.2.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  

qosPriSetPortType 1.3.6.1.4.1.171.10.75.15.2.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.15.2.12.6
OBJECT IDENTIFIER    

qosDSCPTOSMode 1.3.6.1.4.1.171.10.75.15.2.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.15.2.12.6.2
OBJECT IDENTIFIER    

qosDiffServType00 1.3.6.1.4.1.171.10.75.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.12.6.3
OBJECT IDENTIFIER    

qosTOSType00 1.3.6.1.4.1.171.10.75.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.12.8
OBJECT IDENTIFIER    

aclQosTable 1.3.6.1.4.1.171.10.75.15.2.12.8.1
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.15.2.12.8.1.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.15.2.12.8.1.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.15.2.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)  

aclQosMACAddr 1.3.6.1.4.1.171.10.75.15.2.12.8.1.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.15.2.12.8.1.1.4
Dst IP of priority by acl setting
Status: current Access: read-write
OBJECT-TYPE    
  IpAddress  

aclQosTCPUDPPort 1.3.6.1.4.1.171.10.75.15.2.12.8.1.1.5
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.15.2.12.8.1.1.6
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.15.2.12.8.1.1.7
Ip protocol number of priority by acl setting
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 1..255  

aclQosAssignClass 1.3.6.1.4.1.171.10.75.15.2.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)  

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

bandwidthCtrlSettings 1.3.6.1.4.1.171.10.75.15.2.13.1
OBJECT IDENTIFIER    

bandwidthCtrlTable 1.3.6.1.4.1.171.10.75.15.2.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.15.2.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.15.2.13.1.2.1.1
The interface index for which the configuration in this entry applies.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

bandwidthCtrlTxThreshold 1.3.6.1.4.1.171.10.75.15.2.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.15.2.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  

trafficCtrlSettings 1.3.6.1.4.1.171.10.75.15.2.13.4
OBJECT IDENTIFIER    

trafficCtrlTrap 1.3.6.1.4.1.171.10.75.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.13.4.2.1.6
The time interval of traffic control.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 5..30  

securityTrustedHost 1.3.6.1.4.1.171.10.75.15.2.14.1
OBJECT IDENTIFIER    

trustedHostStatus 1.3.6.1.4.1.171.10.75.15.2.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)  

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

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

trustedHostIpAddr 1.3.6.1.4.1.171.10.75.15.2.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: current Access: read-only
OBJECT-TYPE    
  IpAddress  

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

trustedHostRowStatus 1.3.6.1.4.1.171.10.75.15.2.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: current Access: read-create
OBJECT-TYPE    
  RowStatus  

securityARPSpoofPrevent 1.3.6.1.4.1.171.10.75.15.2.14.3
OBJECT IDENTIFIER    

aRPSpoofPreventTable 1.3.6.1.4.1.171.10.75.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.14.5
OBJECT IDENTIFIER    

sslSecurityHttpStatus 1.3.6.1.4.1.171.10.75.15.2.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.15.2.14.5.2
OBJECT IDENTIFIER    

sslCipherSuiteList 1.3.6.1.4.1.171.10.75.15.2.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.15.2.14.8
OBJECT IDENTIFIER    

sshSecurityStatus 1.3.6.1.4.1.171.10.75.15.2.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.15.2.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.15.2.14.8.3
This object indicates one SSH session rekey time interval.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER never(0), ten-min(10), thirty-min(30), sixty-min(60)  

sshMaxSession 1.3.6.1.4.1.171.10.75.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.14.2
OBJECT IDENTIFIER    

portSecTable 1.3.6.1.4.1.171.10.75.15.2.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.15.2.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.15.2.14.2.1.1.1
The interface index for which the configuration in this entry applies.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

portSecState 1.3.6.1.4.1.171.10.75.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.14.2.2.1.1
The index of the port security MAC entry.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

portSecFDBPermVlanID 1.3.6.1.4.1.171.10.75.15.2.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.15.2.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.15.2.14.2.2.1.4
The forwarding port of the port security MAC entry.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

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

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

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

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

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

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

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

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

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

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

aclProfile 1.3.6.1.4.1.171.10.75.15.2.15.1
OBJECT IDENTIFIER    

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

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

aclProfileNo 1.3.6.1.4.1.171.10.75.15.2.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: current Access: read-only
OBJECT-TYPE    
  Integer32 1..50  

aclProfileType 1.3.6.1.4.1.171.10.75.15.2.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: current Access: read-write
OBJECT-TYPE    
  INTEGER l2(1), l3(2), impb(3), arpSP-permit(4), arpSP-deny(5), aclQos(8), userDefined(9)  

aclProfileRuleCount 1.3.6.1.4.1.171.10.75.15.2.15.1.1.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.15.2.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 (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.15.2.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: current Access: read-write
OBJECT-TYPE    
  MacAddress  

aclProfileSrcMacAddrMask 1.3.6.1.4.1.171.10.75.15.2.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: current Access: read-write
OBJECT-TYPE    
  MacAddress  

aclProfileIPProtocol 1.3.6.1.4.1.171.10.75.15.2.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: current Access: read-write
OBJECT-TYPE    
  INTEGER none(0), icmp(1), igmp(2), tcp(6), udp(17), ipMask(255)  

aclProfileIPProtocolMask 1.3.6.1.4.1.171.10.75.15.2.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: current Access: read-write
OBJECT-TYPE    
  OCTET STRING  

aclProfileDstIpAddrMask 1.3.6.1.4.1.171.10.75.15.2.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: current Access: read-write
OBJECT-TYPE    
  IpAddress  

aclProfileSrcIpAddrMask 1.3.6.1.4.1.171.10.75.15.2.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: current Access: read-write
OBJECT-TYPE    
  IpAddress  

aclProfileDstPortMask 1.3.6.1.4.1.171.10.75.15.2.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: current Access: read-write
OBJECT-TYPE    
  OCTET STRING  

aclProfileSrcPortMask 1.3.6.1.4.1.171.10.75.15.2.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: current Access: read-write
OBJECT-TYPE    
  OCTET STRING  

aclProfileArpSenderMacAddrMask 1.3.6.1.4.1.171.10.75.15.2.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: current Access: read-only
OBJECT-TYPE    
  MacAddress  

aclProfileArpSenderIpAddrMask 1.3.6.1.4.1.171.10.75.15.2.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: current Access: read-only
OBJECT-TYPE    
  IpAddress  

aclProfileUdfOffsetMap 1.3.6.1.4.1.171.10.75.15.2.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: current Access: read-write
OBJECT-TYPE    
  OCTET STRING  

aclUdfOffsetBase1 1.3.6.1.4.1.171.10.75.15.2.15.1.1.1.16
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.15.2.15.1.1.1.17
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.15.2.15.1.1.1.18
The value of offset MAsk.
Status: current Access: read-write
OBJECT-TYPE    
  OCTET STRING  

aclUdfOffsetBase2 1.3.6.1.4.1.171.10.75.15.2.15.1.1.1.19
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.15.2.15.1.1.1.20
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.15.2.15.1.1.1.21
The value of offset MAsk.
Status: current Access: read-write
OBJECT-TYPE    
  OCTET STRING  

aclUdfOffsetBase3 1.3.6.1.4.1.171.10.75.15.2.15.1.1.1.22
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.15.2.15.1.1.1.23
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.15.2.15.1.1.1.24
The value of offset MAsk.
Status: current Access: read-write
OBJECT-TYPE    
  OCTET STRING  

aclUdfOffsetBase4 1.3.6.1.4.1.171.10.75.15.2.15.1.1.1.25
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.15.2.15.1.1.1.26
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.15.2.15.1.1.1.27
The value of offset MAsk.
Status: current Access: read-write
OBJECT-TYPE    
  OCTET STRING  

aclProfileStatus 1.3.6.1.4.1.171.10.75.15.2.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: current Access: read-create
OBJECT-TYPE    
  RowStatus  

aclL2Rule 1.3.6.1.4.1.171.10.75.15.2.15.2
OBJECT IDENTIFIER    

aclL2RuleTable 1.3.6.1.4.1.171.10.75.15.2.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.15.2.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.15.2.15.2.1.1.1
L2 Filter rule ID.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 1..65535  

aclL2ProfileID 1.3.6.1.4.1.171.10.75.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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), rateLimit(4), replaceDSCP(5), replace1P(6)  

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

aclL2RuleStatus 1.3.6.1.4.1.171.10.75.15.2.15.2.1.1.15
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.15.2.15.3
OBJECT IDENTIFIER    

aclL3RuleTable 1.3.6.1.4.1.171.10.75.15.2.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.15.2.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.15.2.15.3.1.1.1
L3 Filter rule ID.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 1..65535  

aclL3RuleProfileNo 1.3.6.1.4.1.171.10.75.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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), rateLimit(4), replaceDSCP(5), replace1P(6)  

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

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

aclPacketRule 1.3.6.1.4.1.171.10.75.15.2.15.4
OBJECT IDENTIFIER    

aclPacketRuleTable 1.3.6.1.4.1.171.10.75.15.2.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.15.2.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.15.2.15.4.1.1.1
Packet Filter rule ID.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 1..65535  

aclPacketProfileID 1.3.6.1.4.1.171.10.75.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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), rateLimit(4), replaceDSCP(5), replace1P(6)  

aclPacketRuleRateLimit 1.3.6.1.4.1.171.10.75.15.2.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.15.2.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.15.2.15.4.1.1.11
Replace 1p for matched packet.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 -1..7  

aclPacketRuleStatus 1.3.6.1.4.1.171.10.75.15.2.15.4.1.1.12
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.15.2.33.1
OBJECT IDENTIFIER    

cpuFilterProfileTable 1.3.6.1.4.1.171.10.75.15.2.33.1.1
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.15.2.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    
  CpuFilterProfileEntry  

cpuFilterProfileNo 1.3.6.1.4.1.171.10.75.15.2.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  

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

cpuFilterProfileRuleCount 1.3.6.1.4.1.171.10.75.15.2.33.1.1.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.15.2.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  

cpuFilterProfileDstMacAddrMask 1.3.6.1.4.1.171.10.75.15.2.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  

cpuFilterProfileSrcMacAddrMask 1.3.6.1.4.1.171.10.75.15.2.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  

cpuFilterProfileIPProtocol 1.3.6.1.4.1.171.10.75.15.2.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)  

cpuFilterProfileIPProtocolMask 1.3.6.1.4.1.171.10.75.15.2.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  

cpuFilterProfileDstIpAddrMask 1.3.6.1.4.1.171.10.75.15.2.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  

cpuFilterProfileSrcIpAddrMask 1.3.6.1.4.1.171.10.75.15.2.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  

cpuFilterProfileDstPortMask 1.3.6.1.4.1.171.10.75.15.2.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  

cpuFilterProfileSrcPortMask 1.3.6.1.4.1.171.10.75.15.2.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  

cpuFilterProfileStatus 1.3.6.1.4.1.171.10.75.15.2.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  

cpuFilterL2Rule 1.3.6.1.4.1.171.10.75.15.2.33.2
OBJECT IDENTIFIER    

cpuFilterL2RuleTable 1.3.6.1.4.1.171.10.75.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.33.3
OBJECT IDENTIFIER    

cpuFilterL3RuleTable 1.3.6.1.4.1.171.10.75.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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  

snmpGlobalState 1.3.6.1.4.1.171.10.75.15.2.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.15.2.5.2
OBJECT IDENTIFIER    

snmpV3Group 1.3.6.1.4.1.171.10.75.15.2.5.3
OBJECT IDENTIFIER    

snmpV3ViewTree 1.3.6.1.4.1.171.10.75.15.2.5.4
OBJECT IDENTIFIER    

snmpV3Community 1.3.6.1.4.1.171.10.75.15.2.5.5
OBJECT IDENTIFIER    

snmpV3Host 1.3.6.1.4.1.171.10.75.15.2.5.6
OBJECT IDENTIFIER    

snmpV3EngineID 1.3.6.1.4.1.171.10.75.15.2.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.15.2.5.8
OBJECT IDENTIFIER    

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

snmpV3UserName 1.3.6.1.4.1.171.10.75.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.5.3.1.1
Tok_String
Status: current Access: not-accessible
OBJECT-TYPE    
  SnmpV3GroupEntry  

snmpV3GroupName 1.3.6.1.4.1.171.10.75.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.5.4.1.1
Tok_String
Status: current Access: not-accessible
OBJECT-TYPE    
  SnmpV3ViewTreeEntry  

snmpV3viewTreeName 1.3.6.1.4.1.171.10.75.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.5.5.1.1
Tok_String
Status: current Access: not-accessible
OBJECT-TYPE    
  SnmpV3CommunityEntry  

snmpV3CommunityName 1.3.6.1.4.1.171.10.75.15.2.5.5.1.1.1
The unique index value of a row in this table.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING  

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

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

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

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

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

snmpV3HostVersion 1.3.6.1.4.1.171.10.75.15.2.5.6.1.1.3
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)  

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

snmpV3TrapSNMPAuthentication 1.3.6.1.4.1.171.10.75.15.2.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)  

snmpV3TrapBootup 1.3.6.1.4.1.171.10.75.15.2.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)  

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

snmpV3TrapCopperLinkUpDown 1.3.6.1.4.1.171.10.75.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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)  

syslogSettingGroup 1.3.6.1.4.1.171.10.75.15.2.16.1
OBJECT IDENTIFIER    

syslogEnable 1.3.6.1.4.1.171.10.75.15.2.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.15.2.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.15.2.16.1.3
When savemode is time interval, it's used to set the interval minutes of system save syslog to flash.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 1..65535  

syslogServerGroup 1.3.6.1.4.1.171.10.75.15.2.16.2
OBJECT IDENTIFIER    

syslogServTable 1.3.6.1.4.1.171.10.75.15.2.16.2.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.15.2.16.2.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.15.2.16.2.1.1.1
The index of syslog remote server.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 1..4  

syslogServAddr 1.3.6.1.4.1.171.10.75.15.2.16.2.1.1.2
The IP Address of syslog remote server.
Status: current Access: read-write
OBJECT-TYPE    
  IpAddress  

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

syslogServFacility 1.3.6.1.4.1.171.10.75.15.2.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-write
OBJECT-TYPE    
  INTEGER local0(128), local1(136), local2(144), local3(152), local4(160), local5(168), local6(176), local7(184)  

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

syslogServSrvStatus 1.3.6.1.4.1.171.10.75.15.2.16.2.1.1.6
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.15.2.16.2.1.1.7
Row status of this server entry.
Status: current Access: read-write
OBJECT-TYPE    
  RowStatus  

sysLBDStateEnable 1.3.6.1.4.1.171.10.75.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.17.5.1.1
The interface index of the port for which the configuration in this entry applies.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

sysLBDPortStatus 1.3.6.1.4.1.171.10.75.15.2.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.15.2.17.5.1.3
The loop status for this port.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER normal(1), disabled(2)  

sysLBDVlanLoopTable 1.3.6.1.4.1.171.10.75.15.2.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.15.2.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.15.2.17.6.1.1
Display port lists loop status by vlan.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

sysLBDVlanLoopPorts 1.3.6.1.4.1.171.10.75.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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)  

sysSNTPTimeSeconds 1.3.6.1.4.1.171.10.75.15.2.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: current Access: read-write
OBJECT-TYPE    
  Integer32  

sysSNTPFirstServer 1.3.6.1.4.1.171.10.75.15.2.20.2
SNTP First Server's IP Address
Status: current Access: read-write
OBJECT-TYPE    
  IpAddress  

sysSNTPSecondServer 1.3.6.1.4.1.171.10.75.15.2.20.3
SNTP Second Server's IP Address
Status: current Access: read-write
OBJECT-TYPE    
  IpAddress  

sysSNTPPollInterval 1.3.6.1.4.1.171.10.75.15.2.20.4
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.15.2.20.5
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.15.2.20.6
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.15.2.20.7
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.15.2.20.8
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.15.2.20.9
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.15.2.20.10
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.15.2.20.11
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.15.2.20.12
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.15.2.20.13
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.15.2.20.14
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.15.2.20.15
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.15.2.20.16
This object is for Annual(1) or Disabled(2) DST state in the system.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER annual(1), disabled(2)  

limitIpMulticastProfileTable 1.3.6.1.4.1.171.10.75.15.2.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.15.2.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  

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

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

limitIpMulticastProfileStatus 1.3.6.1.4.1.171.10.75.15.2.45.1.1.3
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.15.2.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.15.2.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  

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

limitIpMulticaststartIpAddr 1.3.6.1.4.1.171.10.75.15.2.45.2.1.2
The limit ip multicast IP address is used to set start ip
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

limitIpMulticastendIpAddr 1.3.6.1.4.1.171.10.75.15.2.45.2.1.3
The limit ip multicast IP address is used to set end ip
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

limitIpMulticastStatus 1.3.6.1.4.1.171.10.75.15.2.45.2.1.4
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.15.2.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.15.2.45.3.1
A limit ip multicast entry maintain by the Port Index.
Status: current Access: not-accessible
OBJECT-TYPE    
  LimitIpMulticastPortEntry  

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

limitIpMulticastPortState 1.3.6.1.4.1.171.10.75.15.2.45.3.1.2
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.15.2.45.3.1.3
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.15.2.45.3.1.4
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.15.2.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.15.2.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.15.2.24.3
Used to delete the guest VLAN.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER none(1), start(2)  

macNotifyState 1.3.6.1.4.1.171.10.75.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.25.4.1.1
The interface index of the port for which the configuration in this entry applies.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

macNotifyPortStatus 1.3.6.1.4.1.171.10.75.15.2.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)  

sysBPDUAttackStateEnable 1.3.6.1.4.1.171.10.75.15.2.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.15.2.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.15.2.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.15.2.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.15.2.77.3.1.1
The interface index of the port for which the configuration in this entry applies.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

sysBPDUAttackPortState 1.3.6.1.4.1.171.10.75.15.2.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.15.2.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.15.2.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.15.2.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.15.2.36.1
OBJECT IDENTIFIER    

vlanTrunkGlobalStatus 1.3.6.1.4.1.171.10.75.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.37.1
OBJECT IDENTIFIER    

qinqVLANTranslation 1.3.6.1.4.1.171.10.75.15.2.37.2
OBJECT IDENTIFIER    

qinqGlobalStatus 1.3.6.1.4.1.171.10.75.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.37.2.1.1.4
This object indicates the status of this entry.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

doSTrapLog 1.3.6.1.4.1.171.10.75.15.2.99.1
This object indicates the status of the DoS prevention trap log.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enable(1), disable(2), other(3)  

doSClearCounters 1.3.6.1.4.1.171.10.75.15.2.99.2
This object clears the DoS prevention frame counters.
Status: current Access: read-write
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), all(8), other(9)  

doSCtrlTable 1.3.6.1.4.1.171.10.75.15.2.99.3
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.15.2.99.3.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.15.2.99.3.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.15.2.99.3.1.2
This object indicates the status of the DoS prevention type.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enable(1), disable(2)  

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

doSCtrlMirrorPort 1.3.6.1.4.1.171.10.75.15.2.99.3.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  

doSCtrlMirrorPriority 1.3.6.1.4.1.171.10.75.15.2.99.3.1.5
This object configures the priority of the detected packet. Valid priority values are from 0 to 7. The value 8 indicates that there will be no change in the priority of the DoS attack packet as it is forwarded to the mirror port. A valid mirror port must first be specified in order to set this value.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 0..8  

doSCtrlMirrorRxRate 1.3.6.1.4.1.171.10.75.15.2.99.3.1.6
This object indicates the rate of reception of DoS attack packets. The valid values are 64 to 1024000. A value of 0 indicates that the rate has no limit. The default value is 0. A valid mirror port must first be specified in order to set this value.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 0..1024000  

doSCtrlFrameCount 1.3.6.1.4.1.171.10.75.15.2.99.3.1.7
This object indicates the number of frames detected under the DoS prevention type. A valid mirror port must first be specified in order to set this value.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

doSNotify 1.3.6.1.4.1.171.10.75.15.2.99.4
OBJECT IDENTIFIER    

doSNotifyPrefix 1.3.6.1.4.1.171.10.75.15.2.99.4.0
OBJECT IDENTIFIER    

doSAttackDetected 1.3.6.1.4.1.171.10.75.15.2.99.4.0.1
This trap is sent when the specific DoS packet is received, DoSTrapLog is enable(1) and DoSCtrlActionType is drop(1) for specific DoSCtrlType.
Status: current Access: read-only
NOTIFICATION-TYPE    

doSNotifyVarBindings 1.3.6.1.4.1.171.10.75.15.2.99.4.1
OBJECT IDENTIFIER    

doSNotifyVarIpAddr 1.3.6.1.4.1.171.10.75.15.2.99.4.1.1
If the DoS packet is from the end station, represent the IP address of attacker; otherwise represent the router's IP
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  IpAddress  

doSNotifyVarPortNumber 1.3.6.1.4.1.171.10.75.15.2.99.4.1.2
This object indicates the attacked portNum with a string, For example, if the device is in standalone mode, and the port number is 23, the string should be 23. If the device is in stack mode, and the unit ID is 2, and the port number is 3, the string should be 2:3.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  DisplayString  

dlinklldpState 1.3.6.1.4.1.171.10.75.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.32.12
OBJECT IDENTIFIER    

lldpXdot3Config 1.3.6.1.4.1.171.10.75.15.2.32.12.1
OBJECT IDENTIFIER    

lldpXdot3LocalData 1.3.6.1.4.1.171.10.75.15.2.32.12.2
OBJECT IDENTIFIER    

lldpXdot3RemoteData 1.3.6.1.4.1.171.10.75.15.2.32.12.3
OBJECT IDENTIFIER    

lldpXdot3PortConfigTable 1.3.6.1.4.1.171.10.75.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.32.13
OBJECT IDENTIFIER    

lldpXdot1Config 1.3.6.1.4.1.171.10.75.15.2.32.13.1
OBJECT IDENTIFIER    

lldpXdot1LocalData 1.3.6.1.4.1.171.10.75.15.2.32.13.2
OBJECT IDENTIFIER    

lldpXdot1RemoteData 1.3.6.1.4.1.171.10.75.15.2.32.13.3
OBJECT IDENTIFIER    

lldpXdot1ConfigPortVlanTable 1.3.6.1.4.1.171.10.75.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.14.7
OBJECT IDENTIFIER    

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

filterDHCPServerTable 1.3.6.1.4.1.171.10.75.15.2.14.7.2
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.15.2.14.7.2.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.15.2.14.7.2.1.1
Specifies either the Network or Host address from which the switch can be managed. An address 0.0.0.0 indicates 'Any Manager'.
Status: current Access: not-accessible
OBJECT-TYPE    
  IpAddress  

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

filterDHCPServerPortList 1.3.6.1.4.1.171.10.75.15.2.14.7.2.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  

filterDHCPServerRowStatus 1.3.6.1.4.1.171.10.75.15.2.14.7.2.1.4
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.15.2.14.9
OBJECT IDENTIFIER    

trafficSegTable 1.3.6.1.4.1.171.10.75.15.2.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.15.2.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.15.2.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.15.2.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.15.2.14.11
OBJECT IDENTIFIER    

aacAuthenAdminState 1.3.6.1.4.1.171.10.75.15.2.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.15.2.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.15.2.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.15.2.14.11.4
OBJECT IDENTIFIER    

aacAPLoginMethod 1.3.6.1.4.1.171.10.75.15.2.14.11.4.1
OBJECT IDENTIFIER    

aacAPEnableMethod 1.3.6.1.4.1.171.10.75.15.2.14.11.4.2
OBJECT IDENTIFIER    

aacAPConsoleLoginMethod 1.3.6.1.4.1.171.10.75.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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 id-1(0), id-2(1), id-3(2), id-4(3), id-5(4), id-6(5), id-7(6), id-8(7), id-9(8), id-10(9), id-11(10), id-12(11), id-13(12), id-14(13), id-15(14), id-16(15)  

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

aacServerInfoTable 1.3.6.1.4.1.171.10.75.15.2.14.11.6
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.15.2.14.11.6.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.15.2.14.11.6.1.1
A value that uniquely identifies this SwAACServerGroupEntry.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 1..16  

aacServerIPAddr 1.3.6.1.4.1.171.10.75.15.2.14.11.6.1.2
The IP address of Server
Status: current Access: read-write
OBJECT-TYPE    
  IpAddress  

aacServerAuthProtocol 1.3.6.1.4.1.171.10.75.15.2.14.11.6.1.3
The authentication protocol provided by the Server.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER tacacs-plus(1), radius(2)  

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

aacServerAuthKey 1.3.6.1.4.1.171.10.75.15.2.14.11.6.1.5
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.15.2.14.11.6.1.6
Server response timeout .
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 1..255  

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

aacServerRowStatus 1.3.6.1.4.1.171.10.75.15.2.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: current Access: read-create
OBJECT-TYPE    
  RowStatus  

aacLoginMethodListTable 1.3.6.1.4.1.171.10.75.15.2.14.11.7
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.15.2.14.11.7.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.15.2.14.11.7.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.15.2.14.11.7.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.15.2.14.11.7.1.3
The type of Login method list. Besides the pre-defined type, it also allow to be set user-defined group by aacServerGroupIndex.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER none(-1), local(0), tacacs-plus(1), radius(2)  

aacLoginMethod2 1.3.6.1.4.1.171.10.75.15.2.14.11.7.1.4
The type of Login method list. Besides the pre-defined type, it also allow to be set user-defined group by aacServerGroupIndex.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER none(-1), local(0), tacacs-plus(1), radius(2)  

aacLoginMethod3 1.3.6.1.4.1.171.10.75.15.2.14.11.7.1.5
The type of Login method list. Besides the pre-defined type, it also allow to be set user-defined group by aacServerGroupIndex.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER none(-1), local(0), tacacs-plus(1), radius(2)  

aacLoginMethod4 1.3.6.1.4.1.171.10.75.15.2.14.11.7.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), tacacs-plus(1), radius(2)  

aacLoginMethodListRowStatus 1.3.6.1.4.1.171.10.75.15.2.14.11.7.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.15.2.14.11.8
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.15.2.14.11.8.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.15.2.14.11.8.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.15.2.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)  

aacEnableMethod1 1.3.6.1.4.1.171.10.75.15.2.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), tacacs-plus(1), radius(2)  

aacEnableMethod2 1.3.6.1.4.1.171.10.75.15.2.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), tacacs-plus(1), radius(2)  

aacEnableMethod3 1.3.6.1.4.1.171.10.75.15.2.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), tacacs-plus(1), radius(2)  

aacEnableMethod4 1.3.6.1.4.1.171.10.75.15.2.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), tacacs-plus(1), radius(2)  

aacEnableMethodListRowStatus 1.3.6.1.4.1.171.10.75.15.2.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  

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

mcastFilterPortTable 1.3.6.1.4.1.171.10.75.15.2.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.15.2.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.15.2.49.1.1.1
Interface index of the port for which the configuration in this entry applies.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32  

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

sysGratuitousARPGlobalSettings 1.3.6.1.4.1.171.10.75.15.2.48.1
OBJECT IDENTIFIER    

sysGratuitousARPSettings 1.3.6.1.4.1.171.10.75.15.2.48.2
OBJECT IDENTIFIER    

sysGratuitousARPIPIfStatusUp 1.3.6.1.4.1.171.10.75.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.48.2.1.1.1
Interface name.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING  

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

smtpState 1.3.6.1.4.1.171.10.75.15.2.40.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.15.2.40.2
SMTP Server's IP Address
Status: current Access: read-write
OBJECT-TYPE    
  IpAddress  

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

smtpSelfMailAddr 1.3.6.1.4.1.171.10.75.15.2.40.4
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.15.2.40.5
Receivers' mail address table.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SmtpRecvMailAddrEntry

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

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

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

smtpRecvMailAddrStatus 1.3.6.1.4.1.171.10.75.15.2.40.5.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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  

igmpMulticastVlanState 1.3.6.1.4.1.171.10.75.15.2.27.2.1.6
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.15.2.27.2.1.7
The replacement source IP of this multicast VLAN.
Status: current Access: read-write
OBJECT-TYPE    
  IpAddress  

igmpMulticastVlanRowStatus 1.3.6.1.4.1.171.10.75.15.2.27.2.1.8
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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.27.3.1.4
This object indicates the status of this entry.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

rmonGlobalState 1.3.6.1.4.1.171.10.75.15.2.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.15.2.22.2
OBJECT IDENTIFIER    

rmonHistory 1.3.6.1.4.1.171.10.75.15.2.22.3
OBJECT IDENTIFIER    

rmonAlarm 1.3.6.1.4.1.171.10.75.15.2.22.4
OBJECT IDENTIFIER    

rmonEvent 1.3.6.1.4.1.171.10.75.15.2.22.5
OBJECT IDENTIFIER    

rmonStatsTable 1.3.6.1.4.1.171.10.75.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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.15.2.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