DGS-1500-52-AX

File: DGS-1500-52-AX.mib (358430 bytes)

Imported modules

SNMPv2-SMI INET-ADDRESS-MIB IF-MIB
SNMP-FRAMEWORK-MIB BRIDGE-MIB SNMPv2-TC
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 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)  

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
  sysPortCtrlSpeed INTEGER
  sysPortCtrlOperStatus INTEGER
  sysPortCtrlMDI INTEGER
  sysPortCtrlFlowControl INTEGER
  sysPortCtrlFlowControlOper INTEGER
  sysPortCtrlType INTEGER

StpPortEntry  
SEQUENCE    
  stpPort INTEGER
  stpPortPriority INTEGER
  stpPortState INTEGER
  stpPortEnable INTEGER
  stpAdminPortPathCost INTEGER
  stpPortPathCost INTEGER
  stpPortDesignatedRoot BridgeId
  stpPortDesignatedCost INTEGER
  stpPortDesignatedBridge BridgeId
  stpPortDesignatedPort OCTET STRING
  stpPortForwardTransitions Counter32
  stpPortProtocolMigration TruthValue
  stpPortOperEdgePort TruthValue
  stpPortAdminPointToPoint INTEGER
  stpPortOperPointToPoint TruthValue
  stpPortEdge INTEGER
  stpPortRestrictedRole TruthValue
  stpPortRestrictedTCN TruthValue

StaticMcastEntry  
SEQUENCE    
  staticMcastVlanID INTEGER
  staticMcastMac MacAddress
  staticMcastEgressPorts PortList
  staticMcastStatus RowStatus

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

Dot1qVlanUngisterMCFilterEntry  
SEQUENCE    
  dot1qVlanUngisterMCFilterVlanId Integer32
  dot1qVlanUngisterMCFiltermode INTEGER

GvrpSettingsEntry  
SEQUENCE    
  gvrpSettingsPortControlIndex InterfaceIndex
  gvrpSettingsPVID INTEGER
  gvrpSettingsGVRPState INTEGER
  gvrpSettingsIngressChecking INTEGER
  gvrpSettingsAcceptableFrameType 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

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
  igsVlanFastLeave INTEGER

IgsVlanMulticastGroupEntry  
SEQUENCE    
  igsVlanMulticastGroupVlanId Integer32
  igsVlanMulticastGroupIpAddress InetAddress
  igsVlanMulticastGroupMacAddress MacAddress
  igsVlanMulticastGroupPortList PortList

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

Dot1pPortEntry  
SEQUENCE    
  dot1pPortIndex INTEGER
  dot1pPortPriority INTEGER

BandwidthCtrlEntry  
SEQUENCE    
  bandwidthCtrlIndex Integer32
  bandwidthCtrlTxThreshold Integer32
  bandwidthCtrlRxThreshold Integer32

TrustedHostEntry  
SEQUENCE    
  trustedHostIpAddr IpAddress
  trustedHostIpMask IpAddress
  trustedHostRowStatus RowStatus

ARPSpoofPreventEntry  
SEQUENCE    
  aRPSpoofPreventIpAddr IpAddress
  aRPSpoofPreventMacAddress MacAddress
  aRPSpoofPreventPortList PortList
  aRPSpoofPreventRowStatus RowStatus

PortSecEntry  
SEQUENCE    
  portSecIndex Integer32
  portSecState INTEGER
  portSecMLA Integer32

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

AclL3RuleEntry  
SEQUENCE    
  aclL3RuleAccessID Integer32
  aclL3RuleProfileNo Integer32
  aclL3RuleProtocol INTEGER
  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
  aclL3RuleIgmpType Integer32
  aclL3RulePortList PortList
  aclL3RuleAction INTEGER
  aclL3RuleStatus 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

SysLBDCtrlEntry  
SEQUENCE    
  sysLBDCtrlIndex Integer32
  sysLBDPortStatus INTEGER
  sysLBDPortLoopStatus INTEGER

SysLBDVlanLoopEntry  
SEQUENCE    
  sysLBDVlanLoopIndex Integer32
  sysLBDVlanLoopPorts PortList

VoiceVlanPortControlEntry  
SEQUENCE    
  voicevlanPortControlIndex InterfaceIndex
  voicevlanPortAutoDetection INTEGER
  voicevlanPortManuTagMode INTEGER
  voicevlanPortCurrentTagMode INTEGER
  voicevlanPortState INTEGER

VoicevlanOUIEntry  
SEQUENCE    
  voicevlanOUITelephonyOUI MacAddress
  voicevlanOUIDescription OCTET STRING
  voicevlanOUIMask MacAddress
  voicevlanOUIStatus RowStatus

VoicevlanDeviceEntry  
SEQUENCE    
  voicevlanDeviceIndexMac MacAddress
  voicevlanDevicePort INTEGER
  voicevlanDevicePriority INTEGER
  voicevlanDeviceTagType INTEGER
  voicevlanDeviceStatus INTEGER

AutoSurveillanceVlanOUIEntry  
SEQUENCE    
  autoSurveillanceVlanOUISurveillanceOUI MacAddress
  autoSurveillanceVlanOUIDescription OCTET STRING
  autoSurveillanceVlanOUIMask MacAddress
  autoSurveillanceVlanOUIStatus RowStatus
  autoSurveillanceVlanOUIComponentType INTEGER

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

DlinklldpConfigManAddrEntry  
SEQUENCE    
  dlinklldpLocManAddrSubtype AddressFamilyNumbers
  dlinklldpLocManAddr LldpManAddress
  dlinklldpConfigManAddrPortsTxEnable PortList

DhcpServerScreenServerEntry  
SEQUENCE    
  dhcpServerScreenServerIndex INTEGER
  dhcpServerScreenServerAddress IpAddress
  dhcpServerScreenServerStatus RowStatus

TrafficSegEntry  
SEQUENCE    
  trafficSegIfIndex InterfaceIndex
  trafficSegMemberList PortList

StaticARPEntry  
SEQUENCE    
  staticARPIPInterface OCTET STRING
  staticARPIP IpAddress
  staticARPMac MacAddress
  staticARPType INTEGER
  staticARPRowStatus RowStatus

SysGratuitousARPEntry  
SEQUENCE    
  sysGratuitousARPIFName OCTET STRING
  sysGratuitousARPInterval Integer32

MulIfMainEntry  
SEQUENCE    
  mulifMainIndex InterfaceIndex
  mulifVLANID INTEGER
  mulifName OCTET STRING
  mulifVLANname OCTET STRING
  mulifIpAddr IpAddress
  mulifIpSubnetMask IpAddress
  mulifMainAdminStatus INTEGER
  mulifMainOperStatus INTEGER
  mulifMainRowStatus RowStatus

StaticRouteEntry  
SEQUENCE    
  staticRouteInterfaceID INTEGER
  staticRouteIpAddr IpAddress
  staticRouteNetmask IpAddress
  staticRouteGateway IpAddress
  staticRouteMetric INTEGER
  staticRouteProtocol INTEGER
  staticRouteBackup INTEGER
  staticRouteActiveStatus INTEGER
  staticRouteRowStatus RowStatus

CmSingleIPMSEntry  
SEQUENCE    
  cmSingleIPMSID INTEGER
  cmSingleIPMSDeviceName DisplayString
  cmSingleIPMSMacAddr MacAddress
  cmSingleIPMSFirmwareVer DisplayString
  cmSingleIPMSCapability DisplayString
  cmSingleIPMSPlatform DisplayString
  cmSingleIPMSHoldtime INTEGER
  cmSingleIPMSCasSource INTEGER
  cmSingleIPMSPassword DisplayString
  cmSingleIPMSRowStatus RowStatus

CmSingleIPCaSEntry  
SEQUENCE    
  cmSingleIPCaSID INTEGER
  cmSingleIPCaSDeviceName DisplayString
  cmSingleIPCaSMacAddr MacAddress
  cmSingleIPCaSFirmwareVer DisplayString
  cmSingleIPCaSCapability DisplayString
  cmSingleIPCaSPlatform DisplayString
  cmSingleIPCaSHoldtime INTEGER

CmSingleIPGroupEntry  
SEQUENCE    
  cmSingleIPGroupMacAddr MacAddress
  cmSingleIPGroupName DisplayString
  cmSingleIPGroupDeviceName DisplayString
  cmSingleIPGroupMSNumber INTEGER
  cmSingleIPGroupFirmwareVer DisplayString
  cmSingleIPGroupCapability DisplayString
  cmSingleIPGroupPlatform DisplayString
  cmSingleIPGroupHoldtime INTEGER

CmSingleIPNeighborEntry  
SEQUENCE    
  cmSingleIPNBReceivedPort INTEGER
  cmSingleIPNBMacAddr MacAddress
  cmSingleIPNBRoleState INTEGER

RmonStatsEntry  
SEQUENCE    
  rmonStatsIndex Integer32
  rmonStatsDataSource OBJECT IDENTIFIER
  rmonStatsOwner OCTET STRING
  rmonStatsStatus RmonStatus

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

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

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

Defined Values




dgs-1500-52 1.3.6.1.4.1.171.10.126.4
OBJECT IDENTIFIER    

dgs-1500-52ax 1.3.6.1.4.1.171.10.126.4.1
OBJECT IDENTIFIER    

companySystem 1.3.6.1.4.1.171.10.126.4.1.1
OBJECT IDENTIFIER    

companyIpifGroup 1.3.6.1.4.1.171.10.126.4.1.2
OBJECT IDENTIFIER    

companyTftpGroup 1.3.6.1.4.1.171.10.126.4.1.3
OBJECT IDENTIFIER    

companyMiscGroup 1.3.6.1.4.1.171.10.126.4.1.4
OBJECT IDENTIFIER    

companyRSTP 1.3.6.1.4.1.171.10.126.4.1.6
OBJECT IDENTIFIER    

companyDot1qVlanGroup 1.3.6.1.4.1.171.10.126.4.1.7
OBJECT IDENTIFIER    

companyLA 1.3.6.1.4.1.171.10.126.4.1.8
OBJECT IDENTIFIER    

companyStaticMAC 1.3.6.1.4.1.171.10.126.4.1.9
OBJECT IDENTIFIER    

companyIgsGroup 1.3.6.1.4.1.171.10.126.4.1.10
OBJECT IDENTIFIER    

companyQoSGroup 1.3.6.1.4.1.171.10.126.4.1.12
OBJECT IDENTIFIER    

companyTrafficMgmt 1.3.6.1.4.1.171.10.126.4.1.13
OBJECT IDENTIFIER    

companySecurity 1.3.6.1.4.1.171.10.126.4.1.14
OBJECT IDENTIFIER    

companyACLGroup 1.3.6.1.4.1.171.10.126.4.1.15
OBJECT IDENTIFIER    

companySyslog 1.3.6.1.4.1.171.10.126.4.1.16
OBJECT IDENTIFIER    

companyLBD 1.3.6.1.4.1.171.10.126.4.1.17
OBJECT IDENTIFIER    

companyMirror 1.3.6.1.4.1.171.10.126.4.1.18
OBJECT IDENTIFIER    

companyTrapSetting 1.3.6.1.4.1.171.10.126.4.1.19
OBJECT IDENTIFIER    

companySNTPSetting 1.3.6.1.4.1.171.10.126.4.1.20
OBJECT IDENTIFIER    

companyVoiceVlan 1.3.6.1.4.1.171.10.126.4.1.21
OBJECT IDENTIFIER    

companyRMON 1.3.6.1.4.1.171.10.126.4.1.22
OBJECT IDENTIFIER    

companyAuthGroup 1.3.6.1.4.1.171.10.126.4.1.23
OBJECT IDENTIFIER    

companyLLDPSetting 1.3.6.1.4.1.171.10.126.4.1.24
OBJECT IDENTIFIER    

companySNMPV3 1.3.6.1.4.1.171.10.126.4.1.25
OBJECT IDENTIFIER    

companyAutoSurveillanceVlan 1.3.6.1.4.1.171.10.126.4.1.26
OBJECT IDENTIFIER    

companyTraps 1.3.6.1.4.1.171.10.126.4.1.27
OBJECT IDENTIFIER    

companySIM 1.3.6.1.4.1.171.10.126.4.1.29
OBJECT IDENTIFIER    

companyGVRPGroup 1.3.6.1.4.1.171.10.126.4.1.30
OBJECT IDENTIFIER    

companyGreenSetting 1.3.6.1.4.1.171.10.126.4.1.31
OBJECT IDENTIFIER    

companyTimeRangeMgmt 1.3.6.1.4.1.171.10.126.4.1.32
OBJECT IDENTIFIER    

companyGratuitousARP 1.3.6.1.4.1.171.10.126.4.1.33
OBJECT IDENTIFIER    

companyStaticARP 1.3.6.1.4.1.171.10.126.4.1.34
OBJECT IDENTIFIER    

companyStaticMcast 1.3.6.1.4.1.171.10.126.4.1.35
OBJECT IDENTIFIER    

companyStaticRoute 1.3.6.1.4.1.171.10.126.4.1.36
OBJECT IDENTIFIER    

companyMultiIPInterface 1.3.6.1.4.1.171.10.126.4.1.41
OBJECT IDENTIFIER    

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

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

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

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

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

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

sysSystemPassword 1.3.6.1.4.1.171.10.126.4.1.1.7
This object is used to set System 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..20)  

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

sysRestart 1.3.6.1.4.1.171.10.126.4.1.1.10
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.126.4.1.1.11
This object is used to save Configuration.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

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

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

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

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

sysPortCtrlSpeed 1.3.6.1.4.1.171.10.126.4.1.1.13.1.2
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.126.4.1.1.13.1.3
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.126.4.1.1.13.1.4
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.126.4.1.1.13.1.5
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.126.4.1.1.13.1.6
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.126.4.1.1.13.1.7
The port's media type.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER fastethernet(1), gigabitethernet(2), fiberwith100BaseSFPModule(3), fiberwith1000BaseSFPModule(4)  

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

sysGPIOStatus 1.3.6.1.4.1.171.10.126.4.1.1.15
OBJECT IDENTIFIER    

sysFanStatus 1.3.6.1.4.1.171.10.126.4.1.1.15.1
The Fan status for this device.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER normal(1), failure(2)  

sysIpInterfaceName 1.3.6.1.4.1.171.10.126.4.1.2.1
The default interface name in the device.
Status: current Access: read-write
OBJECT-TYPE    
  OCTET STRING  

sysIpManagementVLANName 1.3.6.1.4.1.171.10.126.4.1.2.2
The Management VLAN name in the device.
Status: current Access: read-write
OBJECT-TYPE    
  OCTET STRING  

sysIpInterfaceAdminStatus 1.3.6.1.4.1.171.10.126.4.1.2.3
The default interface admin status.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

sysIpAddrCfgMode 1.3.6.1.4.1.171.10.126.4.1.2.4
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 'dhcp' mode is selected, the default interface gets the IP address through dynamic IP address configuration protocols as DHCP Client. If 'bootp' mode is selected, the default interface gets the IP address through dynamic IP address configuration protocols as BootP client. 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), dhcp(2), bootp(3)  

sysIpAddr 1.3.6.1.4.1.171.10.126.4.1.2.5
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.126.4.1.2.6
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.126.4.1.2.7
Gateway
Status: current Access: read-write
OBJECT-TYPE    
  IpAddress  

tftpFwServerIpAddress 1.3.6.1.4.1.171.10.126.4.1.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.126.4.1.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.126.4.1.3.3
The tftp operates to perform downloading the firmware image to the unit. This object is used in conjunction with configBootTftpServerIp and configBootImageFileName.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER none(0), download(1), upload(2)  

tftpFwTftpOperationStatus 1.3.6.1.4.1.171.10.126.4.1.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.126.4.1.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.126.4.1.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.126.4.1.3.7
The tftp operates to perform either downloading the configuration file to the unit or uploading the current configuration file to the tftp server. This object is used in conjunction with configTftpServerIpAddress and configTftpServerFileName.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER download(1), upload(2), progressing(3)  

tftpConfigTftpOperationStatus 1.3.6.1.4.1.171.10.126.4.1.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.126.4.1.4.2
Physically resets the unit - use with care. A (1) resets the unit, a (2) does nothing.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER reset(1), noop(2)  

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

stpGlobal 1.3.6.1.4.1.171.10.126.4.1.6.1
OBJECT IDENTIFIER    

rstpStatus 1.3.6.1.4.1.171.10.126.4.1.6.1.1
The administrative module status requested by management for the RSTP Module. This enables or disables RSTP in the system. A value of 'enabled' (1) indicates that RSTP must be enabled in the device on all the ports. A value of 'disabled'(2) indicates that RSTP must be disabled in the device on all the ports.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

stpVersion 1.3.6.1.4.1.171.10.126.4.1.6.1.2
The version of Spanning Tree Protocol the bridge is currently running. The value 'stpCompatible(0)' indicates the Spanning Tree Protocol specified in IEEE 802.1D and 'rstp(2)' indicates the Rapid Spanning Tree Protocol specified in IEEE 802.1w. New value may be defined as future versions of the protocol become available.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER stpCompatible(0), rstp(2)  

stpPriority 1.3.6.1.4.1.171.10.126.4.1.6.1.3
The bridge priority vector, as defined in 17.6. The first (RootBridgeID) and third (DesignatedBridgeID)components are both equal to the value of the Bridge Identifier (17.18.2). The other components are zero.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 0..61440  

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

stpProtocolSpecification 1.3.6.1.4.1.171.10.126.4.1.6.1.5
An indication of what version of the Spanning Tree Protocol is being run. The value 'decLb100(2)' indicates the DEC LANbridge 100 Spanning Tree protocol. IEEE 802.1d implementations will return 'ieee8021d(3)'. If future versions of the IEEE Spanning Tree Protocol are released that are incompatible with the current version a new value will be defined.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER unknown(1), decLb100(2), ieee8021d(3)  

stpTimeSinceTopologyChange 1.3.6.1.4.1.171.10.126.4.1.6.1.6
The time (in hundredths of a second) since the last time a topology change was detected by the bridge entity.
Status: current Access: read-only
OBJECT-TYPE    
  TimeTicks  

stpTopChanges 1.3.6.1.4.1.171.10.126.4.1.6.1.7
The total number of topology changes detected by this bridge since the management entity was last reset or initialized.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

stpDesignatedRoot 1.3.6.1.4.1.171.10.126.4.1.6.1.8
The bridge identifier of the root of the spanning tree as determined by the Spanning Tree Protocol as executed by this node. This value is used as the 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.126.4.1.6.1.9
The cost of the path to the root as seen from this bridge.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

stpRootPort 1.3.6.1.4.1.171.10.126.4.1.6.1.10
The port number of the port which offers the lowest cost path from this bridge to the root bridge.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

stpMaxAge 1.3.6.1.4.1.171.10.126.4.1.6.1.11
The maximum age of Spanning Tree Protocol information learned from the network on any port before it is discarded, in units of hundredths of a second. The rootTimes variable comprises the Bridge s operational timer parameter values (Message Age, Max Age, Forward Delay, and Hello Time), derived from the values stored in portTimes (17.19.22) for the Root Port or from BridgeTimes (17.18.4).
Status: current Access: read-only
OBJECT-TYPE    
  Timeout  

stpHelloTime 1.3.6.1.4.1.171.10.126.4.1.6.1.12
The amount of time between the transmission of Configuration bridge PDUs by this node on any port when it is the root of the spanning tree or trying to become so, in units of hundredths of a second. The interval between periodic transmissions of Configuration Messages by Designated Ports (Table 17-1).
Status: current Access: read-only
OBJECT-TYPE    
  Timeout  

stpHoldTime 1.3.6.1.4.1.171.10.126.4.1.6.1.13
This time value determines the interval length during which no more than two Configuration bridge PDUs shall be transmitted by this node, in units of hundredths of a second.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

stpForwardDelay 1.3.6.1.4.1.171.10.126.4.1.6.1.14
This time value, measured in units of hundredths of a second, controls how fast a port changes its spanning state when moving towards the Forwarding state. The value determines how long the port stays in each of the Listening and Learning states, which precede the Forwarding state. This value is also used, when a topology change has been detected and is underway, to age all dynamic entries in the Forwarding Database. The delay used by STP Bridges (17.4) to transition Root and Designated Ports to Forwarding (Table 17-1).
Status: current Access: read-only
OBJECT-TYPE    
  Timeout  

stpBridgeMaxAge 1.3.6.1.4.1.171.10.126.4.1.6.1.15
The Max Age component of designatedTimes (17.19.5). This time value, measured in units of hundredths of a second. BridgeTimes comprises four components the current values of Bridge Forward Delay, Bridge Hello Time, and Bridge Max Age (17.13, Table 17-1), and a Message Age of zero.
Status: current Access: read-write
OBJECT-TYPE    
  Timeout 600..4000  

stpBridgeHelloTime 1.3.6.1.4.1.171.10.126.4.1.6.1.16
The Hello Time component of designatedTimes (17.19.5). This time value, measured in units of hundredths of a second. BridgeTimes comprises four components the current values of Bridge Forward Delay, Bridge Hello Time, and Bridge Max Age (17.13, Table 17-1), and a Message Age of zero.
Status: current Access: read-write
OBJECT-TYPE    
  Timeout 100..1000  

stpBridgeForwardDelay 1.3.6.1.4.1.171.10.126.4.1.6.1.17
The Forward Delay component of designatedTimes (17.19.5). This time value, measured in units of hundredths of a second. BridgeTimes comprises four components the current values of Bridge Forward Delay, Bridge Hello Time, and Bridge Max Age (17.13, Table 17-1), and a Message Age of zero.
Status: current Access: read-write
OBJECT-TYPE    
  Timeout 400..3000  

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

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

stpPort 1.3.6.1.4.1.171.10.126.4.1.6.2.1.1
The port number of the port for which this entry contains Spanning Tree Protocol management information.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 1..65535  

stpPortPriority 1.3.6.1.4.1.171.10.126.4.1.6.2.1.2
The value of the priority field which is contained in the first (in network byte order) octet of the (2 octet long) Port ID. The other octet of the Port ID is given by the value of stpPort.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 0..240  

stpPortState 1.3.6.1.4.1.171.10.126.4.1.6.2.1.3
The port's current state as defined by application of the Spanning Tree Protocol. This state controls what action a port takes on reception of a frame. If the bridge has detected a port that is malfunctioning it will place that port into the broken(6) state. For ports which are disabled (see stpPortEnable), this object will have a value of disabled(1).
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER disabled(1), blocking(2), listening(3), learning(4), forwarding(5), broken(6)  

stpPortEnable 1.3.6.1.4.1.171.10.126.4.1.6.2.1.4
The enabled/disabled status of the port.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

stpAdminPortPathCost 1.3.6.1.4.1.171.10.126.4.1.6.2.1.5
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.126.4.1.6.2.1.6
The contribution of this port to the path cost of paths towards the spanning tree root which include this port.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 1..200000000  

stpPortDesignatedRoot 1.3.6.1.4.1.171.10.126.4.1.6.2.1.7
The unique Bridge Identifier of the Bridge recorded as the Root in the Configuration BPDUs transmitted by the Designated Bridge for the segment to which the port is attached.
Status: current Access: read-only
OBJECT-TYPE    
  BridgeId  

stpPortDesignatedCost 1.3.6.1.4.1.171.10.126.4.1.6.2.1.8
The path cost of the Designated Port of the segment connected to this port. This value is compared to the Root Path Cost field in received bridge PDUs.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

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

stpPortDesignatedPort 1.3.6.1.4.1.171.10.126.4.1.6.2.1.10
The Port Identifier of the port on the Designated Bridge for this port's segment.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(2)  

stpPortForwardTransitions 1.3.6.1.4.1.171.10.126.4.1.6.2.1.11
The number of times this port has transitioned from the Learning state to the Forwarding state.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

stpPortProtocolMigration 1.3.6.1.4.1.171.10.126.4.1.6.2.1.12
When operating in RSTP (version 2) mode, writing TRUE(1) to this object forces this port to transmit RSTP BPDUs. 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  

stpPortOperEdgePort 1.3.6.1.4.1.171.10.126.4.1.6.2.1.13
The operational value of the Edge Port parameter. The object is initialized to the value of stpPortAdminEdgePort and is set FALSE on reception of a BPDU.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

stpPortAdminPointToPoint 1.3.6.1.4.1.171.10.126.4.1.6.2.1.14
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)  

stpPortOperPointToPoint 1.3.6.1.4.1.171.10.126.4.1.6.2.1.15
The operational point-to-point status of the LAN segment attached to this port. It indicates whether a port is considered to have a point-to-point connection or not. The value is determined by management or by auto-detection, as described in the stpPortAdminPointToPoint object.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

stpPortEdge 1.3.6.1.4.1.171.10.126.4.1.6.2.1.16
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)  

stpPortRestrictedRole 1.3.6.1.4.1.171.10.126.4.1.6.2.1.17
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.126.4.1.6.2.1.18
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  

staticMcastTable 1.3.6.1.4.1.171.10.126.4.1.35.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.126.4.1.35.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.126.4.1.35.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.126.4.1.35.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.126.4.1.35.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.126.4.1.35.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  

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

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

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

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

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

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

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

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

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

dot1qVlanUngisterMCFilterTable 1.3.6.1.4.1.171.10.126.4.1.7.8
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  
    Dot1qVlanUngisterMCFilterEntry

dot1qVlanUngisterMCFilterEntry 1.3.6.1.4.1.171.10.126.4.1.7.8.1
A list of multicast filter mode information for each VLAN ID.
Status: current Access: not-accessible
OBJECT-TYPE    
  Dot1qVlanUngisterMCFilterEntry  

dot1qVlanUngisterMCFilterVlanId 1.3.6.1.4.1.171.10.126.4.1.7.8.1.1
Per Vlan to configure multicast filtering function.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 1..4094  

dot1qVlanUngisterMCFiltermode 1.3.6.1.4.1.171.10.126.4.1.7.8.1.2
Filter unknown multicast frames or normal operation(i.e. forwarding)
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER filter(1), forward(0)  

gvrpGVRPGlobalSettingsOnOff 1.3.6.1.4.1.171.10.126.4.1.30.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.126.4.1.30.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.126.4.1.30.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.126.4.1.30.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.126.4.1.30.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.126.4.1.30.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.126.4.1.30.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.126.4.1.30.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.126.4.1.30.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.126.4.1.30.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.126.4.1.30.5.1.5
Chose types All Frames/Tagged to this Aggregation Port.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER allFrames(1), taggedOnly(2)  

laSystem 1.3.6.1.4.1.171.10.126.4.1.8.1
OBJECT IDENTIFIER    

laPortControl 1.3.6.1.4.1.171.10.126.4.1.8.2
OBJECT IDENTIFIER    

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

staticVlanID 1.3.6.1.4.1.171.10.126.4.1.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.126.4.1.9.3.1.2
The MAC address associated of the static MAC entry.
Status: current Access: read-only
OBJECT-TYPE    
  MacAddress  

staticPort 1.3.6.1.4.1.171.10.126.4.1.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.126.4.1.9.3.1.4
The status of an entry in the Static MAC Table. Only a subset of the rowstatus variables (active, createAndGo, destroy) are available. The trunk member port can not set up static MAC.
Status: current Access: read-write
OBJECT-TYPE    
  RowStatus  

igsSystem 1.3.6.1.4.1.171.10.126.4.1.10.1
OBJECT IDENTIFIER    

igsVlan 1.3.6.1.4.1.171.10.126.4.1.10.3
OBJECT IDENTIFIER    

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

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

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

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

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

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

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

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

igsVlanRouterEntry 1.3.6.1.4.1.171.10.126.4.1.10.3.3.1
An igs vlan router entry contain the igs vlan router port list.
Status: current Access: not-accessible
OBJECT-TYPE    
  IgsVlanRouterEntry  

igsVlanRouterVlanId 1.3.6.1.4.1.171.10.126.4.1.10.3.3.1.1
It is the VLAN ID of the igs vlan router entry.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 1..4094  

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

swAuthenCtrl 1.3.6.1.4.1.171.10.126.4.1.23.1
OBJECT IDENTIFIER    

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

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

swAuthCtrlPktFwdMode 1.3.6.1.4.1.171.10.126.4.1.23.1.4
Enable/Disable 802.1x packet forward while 802.1x module is disabled.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

swAuthPortAccessCtrl 1.3.6.1.4.1.171.10.126.4.1.23.2
OBJECT IDENTIFIER    

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

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

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

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

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

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

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

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

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

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

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

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

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

swAuthUser 1.3.6.1.4.1.171.10.126.4.1.23.3
OBJECT IDENTIFIER    

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

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

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

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

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

swAuthRadiusServer 1.3.6.1.4.1.171.10.126.4.1.23.4
OBJECT IDENTIFIER    

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

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

swAuthRadiusServerAddress 1.3.6.1.4.1.171.10.126.4.1.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.126.4.1.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.126.4.1.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.126.4.1.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.126.4.1.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.126.4.1.23.4.1.1.7
This object is used to set 802.1X Radius Server Key, The following characters are allowed to input: semicolon, question mark, space, and double quotation mark.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString Size(1..15)  

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

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

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

qosQ1p 1.3.6.1.4.1.171.10.126.4.1.12.3
OBJECT IDENTIFIER    

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

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

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

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

qosDiffServ 1.3.6.1.4.1.171.10.126.4.1.12.4
OBJECT IDENTIFIER    

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

qosDiffServTypeGroup 1.3.6.1.4.1.171.10.126.4.1.12.4.2
OBJECT IDENTIFIER    

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

bandwidthCtrlSettings 1.3.6.1.4.1.171.10.126.4.1.13.1
OBJECT IDENTIFIER    

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

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

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

bandwidthCtrlTxThreshold 1.3.6.1.4.1.171.10.126.4.1.13.1.2.1.2
Configures interface Rate Limit (Packet that can be transferred on a port at a particular second). This object's value will take effect on the interface speed. Based on the operating speed of the port, the rate limit will be applied. This value can also be affected by the metering. A value of zero(0) disable rate limiting i.e. sets the port to full speed. The value can be set between 64~102400(Kbits per second) in FE port, 64~1024000 (Kbits per second) in GE port. (Note: The multiple of 1850 Kbits/sec will be set automatically because the resolution of Giga-port Tx bandwidth control is 1850 Kbits/sec.)
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 0 | 64..1024000  

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

broadcastStormCtrlSettings 1.3.6.1.4.1.171.10.126.4.1.13.3
OBJECT IDENTIFIER    

broadcastStormCtrlGlobalOnOff 1.3.6.1.4.1.171.10.126.4.1.13.3.1
This object indicates storm control function is enabled or disabled for device. When you enable broadcast storm control function, D-Link Smart Switches will allowed you to limit the number of broadcast packets per second going through device.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

broadcastStormCtrlLimitType 1.3.6.1.4.1.171.10.126.4.1.13.3.2
This object indicates storm control function is control broadcast packet or multicast packet or dlf packet.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER broadcastonly(1), multicastAndbroadcast(2), dlfMulticastAndbroadcast(3)  

broadcastStormCtrlThreshold 1.3.6.1.4.1.171.10.126.4.1.13.3.3
Allows to configure the limiting value for the maximum number of Kbits/sec that can be transmitted per second over this interface. Setting this object to the value zero disables rate limiting on this interface. The value that can be set for this object is limited by the underlying hardware. The limit value must be between 64~1024000 and limit value is multiple of 64. (Notice : if the limit value is 0, it means unlimited.)
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 0 | 64..1024000  

securityTrustedHost 1.3.6.1.4.1.171.10.126.4.1.14.1
OBJECT IDENTIFIER    

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

trustedHostTable 1.3.6.1.4.1.171.10.126.4.1.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.126.4.1.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.126.4.1.14.1.2.1.1
The IP address of host you allow to access to D-Link Smart Switch. Your local host IP Addresses must be one of the IP Addresses to avoid disconnection.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

trustedHostIpMask 1.3.6.1.4.1.171.10.126.4.1.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.126.4.1.14.1.2.1.3
The status of an entry in the Trusted Host Table. Only a subset of the rowstatus variables (active, createAndGo, destroy) are available.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

securityARPSpoofPrevent 1.3.6.1.4.1.171.10.126.4.1.14.3
OBJECT IDENTIFIER    

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

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

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

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

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

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

securitySSL 1.3.6.1.4.1.171.10.126.4.1.14.5
OBJECT IDENTIFIER    

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

sslCiphers 1.3.6.1.4.1.171.10.126.4.1.14.5.2
OBJECT IDENTIFIER    

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

securityPortSecurity 1.3.6.1.4.1.171.10.126.4.1.14.2
OBJECT IDENTIFIER    

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

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

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

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

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

aclProfile 1.3.6.1.4.1.171.10.126.4.1.15.1
OBJECT IDENTIFIER    

aclProfileTable 1.3.6.1.4.1.171.10.126.4.1.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.126.4.1.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.126.4.1.15.1.1.1.1
The ACL Profile ID. The ID 1 to 50 is user-defined ACL, and the ID more than 50 is reserved for system-defined ACL. The user only allow to create user-defined ACL ID. And system-defined ACL is read only.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 1..50  

aclProfileType 1.3.6.1.4.1.171.10.126.4.1.15.1.1.1.2
The ACL Profile type, possible value are l2 (1) - for MAC-based rule, l3 (2) - for IPv4-based rule, arpSP-permit(4) - for ARP Spoofing prevention entry, arpSP-deny(5) - for ARP Spoofing prevention entry, voiceVlan(6) - for Voice VLAN OUI entry. Note that only l2 and l3 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), arpSP-permit(4), arpSP-deny(5), voiceVlan(6)  

aclProfileRuleCount 1.3.6.1.4.1.171.10.126.4.1.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.126.4.1.15.1.1.1.4
Indicate which field want to care in the packet. Turn on the following bits to select the following items Type Item BIT ------------------------------------------ L2 DST-MAC 0 (LSB) L2 SRC-MAC 1 L2 VID 2 L2 8021P-PRIORITY 3 L2 ETHER-TYPE 4 L3 DSCP 5 L3 ICMP-TYPE 6 L3 ICMP-CODE 7 L3 IGMP-TYPE 8 L3 DST-IP 9 L3 SRC-IP 10 L3 DST-PORT 11 L3 SRC-PORT 12 L3 TCPFLAG 13 ARP-SP ARP-SENDER-MAC 14 ARP-SP ARP-SENDER-IP 15 (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.126.4.1.15.1.1.1.5
The ACL Profile destination MAC address mask. If DST-MAC is turn on in aclProfileMask, it will work with its member rule field,aclL2RuleDstMacAddr, to caculate a range of MAC address which is really care.
Status: current Access: read-write
OBJECT-TYPE    
  MacAddress  

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

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

aclProfileDstIpAddrMask 1.3.6.1.4.1.171.10.126.4.1.15.1.1.1.8
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.126.4.1.15.1.1.1.9
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.126.4.1.15.1.1.1.10
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.126.4.1.15.1.1.1.11
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.126.4.1.15.1.1.1.12
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.126.4.1.15.1.1.1.13
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  

aclProfileStatus 1.3.6.1.4.1.171.10.126.4.1.15.1.1.1.14
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.126.4.1.15.2
OBJECT IDENTIFIER    

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

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

aclL2AccessID 1.3.6.1.4.1.171.10.126.4.1.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.126.4.1.15.2.1.1.2
ACL Profile ID which this rule join.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 1..50  

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

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

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

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

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

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

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

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

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

aclL2RuleStatus 1.3.6.1.4.1.171.10.126.4.1.15.2.1.1.13
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.126.4.1.15.3
OBJECT IDENTIFIER    

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

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

aclL3RuleAccessID 1.3.6.1.4.1.171.10.126.4.1.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.126.4.1.15.3.1.1.2
The Profile ID which this rule join.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 1..50  

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

aclL3RuleICMPMessageType 1.3.6.1.4.1.171.10.126.4.1.15.3.1.1.4
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.126.4.1.15.3.1.1.5
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.126.4.1.15.3.1.1.6
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.126.4.1.15.3.1.1.7
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.126.4.1.15.3.1.1.8
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.126.4.1.15.3.1.1.9
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.126.4.1.15.3.1.1.10
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.126.4.1.15.3.1.1.11
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.126.4.1.15.3.1.1.12
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.126.4.1.15.3.1.1.13
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.126.4.1.15.3.1.1.14
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.126.4.1.15.3.1.1.15
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.126.4.1.15.3.1.1.16
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.126.4.1.15.3.1.1.17
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.126.4.1.15.3.1.1.18
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.126.4.1.15.3.1.1.19
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.126.4.1.15.3.1.1.20
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  

aclL3RuleIgmpType 1.3.6.1.4.1.171.10.126.4.1.15.3.1.1.21
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.126.4.1.15.3.1.1.22
Specifies the complete set of ports over which if the packet arrives this filter rule will be applicable.
Status: current Access: read-write
OBJECT-TYPE    
  PortList  

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

aclL3RuleStatus 1.3.6.1.4.1.171.10.126.4.1.15.3.1.1.25
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.126.4.1.25.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.126.4.1.25.2
OBJECT IDENTIFIER    

snmpV3Group 1.3.6.1.4.1.171.10.126.4.1.25.3
OBJECT IDENTIFIER    

snmpV3ViewTree 1.3.6.1.4.1.171.10.126.4.1.25.4
OBJECT IDENTIFIER    

snmpV3Community 1.3.6.1.4.1.171.10.126.4.1.25.5
OBJECT IDENTIFIER    

snmpV3Host 1.3.6.1.4.1.171.10.126.4.1.25.6
OBJECT IDENTIFIER    

snmpV3EngineID 1.3.6.1.4.1.171.10.126.4.1.25.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.126.4.1.25.8
OBJECT IDENTIFIER    

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

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

snmpV3UserName 1.3.6.1.4.1.171.10.126.4.1.25.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.126.4.1.25.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.126.4.1.25.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.126.4.1.25.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.126.4.1.25.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.126.4.1.25.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.126.4.1.25.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.126.4.1.25.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.126.4.1.25.3.1
Tok_String
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SnmpV3GroupEntry

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

snmpV3GroupName 1.3.6.1.4.1.171.10.126.4.1.25.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.126.4.1.25.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.126.4.1.25.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.126.4.1.25.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.126.4.1.25.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.126.4.1.25.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.126.4.1.25.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.126.4.1.25.4.1
Tok_String
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SnmpV3ViewTreeEntry

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

snmpV3viewTreeName 1.3.6.1.4.1.171.10.126.4.1.25.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.126.4.1.25.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.126.4.1.25.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.126.4.1.25.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.126.4.1.25.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.126.4.1.25.5.1
Tok_String
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SnmpV3CommunityEntry

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

snmpV3CommunityName 1.3.6.1.4.1.171.10.126.4.1.25.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.126.4.1.25.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.126.4.1.25.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.126.4.1.25.6.1
Tok_String
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SnmpV3HostEntry

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

snmpV3HostAddress 1.3.6.1.4.1.171.10.126.4.1.25.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.126.4.1.25.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.126.4.1.25.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.126.4.1.25.6.1.1.4
Tok_String
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

snmpV3TrapSNMPAuthentication 1.3.6.1.4.1.171.10.126.4.1.25.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.126.4.1.25.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)  

snmpV3TrapPortLinkUpDown 1.3.6.1.4.1.171.10.126.4.1.25.8.3
This object is for enabling or disabling Port 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.126.4.1.25.8.4
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.126.4.1.25.8.5
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)  

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

traps 1.3.6.1.4.1.171.10.126.4.1.27.0
OBJECT IDENTIFIER    

topologyChange 1.3.6.1.4.1.171.10.126.4.1.27.0.4
AST-TOPOLOGY-CHG-TRAP-VAL.
Status: current Access: read-write
NOTIFICATION-TYPE    

firmwareUpgradeSuccess 1.3.6.1.4.1.171.10.126.4.1.27.0.8
SNMP-FIRMUPGRADE-SUCC.
Status: current Access: read-write
NOTIFICATION-TYPE    

firmwareUpgradeFailure 1.3.6.1.4.1.171.10.126.4.1.27.0.9
SNMP-FIRMUPGRADE-FAIL.
Status: current Access: read-write
NOTIFICATION-TYPE    

firmwareIllegalFile 1.3.6.1.4.1.171.10.126.4.1.27.0.10
SNMP-FIRMUPGRADE-FAIL2.
Status: current Access: read-write
NOTIFICATION-TYPE    

firmwareTransferError 1.3.6.1.4.1.171.10.126.4.1.27.0.11
SNMP-FIRMUPGRADE-FAIL1.
Status: current Access: read-write
NOTIFICATION-TYPE    

firmwareChecksumError 1.3.6.1.4.1.171.10.126.4.1.27.0.12
SNMP-FIRMUPGRADE-FAIL3.
Status: current Access: read-write
NOTIFICATION-TYPE    

gratuitousARPDuplicatedIP 1.3.6.1.4.1.171.10.126.4.1.27.0.20
Gratuitous arp received duplicated IP packet
Status: current Access: read-write
NOTIFICATION-TYPE    

syslogGeneralGroup 1.3.6.1.4.1.171.10.126.4.1.16.1
OBJECT IDENTIFIER    

syslogLogSrvAddr 1.3.6.1.4.1.171.10.126.4.1.16.1.1
Specifies the syslog server IP to be used for remote logging. When configured, a new socket will be opened for this address. When the address is changed, the socket opened for the previous address will be closed and a new socket will be opened for this address.
Status: current Access: read-write
OBJECT-TYPE    
  IpAddress  

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

syslogTimeStamp 1.3.6.1.4.1.171.10.126.4.1.16.1.3
This object is for enabling or disabling timestamp option. When enabled, the messages (log and email alert messages) will hold the time stamp information. When disabled, the time stamp information will not be carried with the messages sent to the log and mail servers.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enable(1), disable(2)  

syslogSeverity 1.3.6.1.4.1.171.10.126.4.1.16.1.4
Specifies the log level option to be set for a specific module.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER warning(4), info(6), all(7)  

syslogFacility 1.3.6.1.4.1.171.10.126.4.1.16.1.5
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)  

syslogLogging 1.3.6.1.4.1.171.10.126.4.1.16.1.6
This object is for enabling or disabling syslog alert features in the system. System Logs record and manage events, as well as report errors and informational messages.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enable(1), disable(2)  

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

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

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

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

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

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

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

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

sysLBDPortLoopStatus 1.3.6.1.4.1.171.10.126.4.1.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.126.4.1.17.6
A table to display Loopback detection features by vlan mode .
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SysLBDVlanLoopEntry

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

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

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

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

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

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

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

sysTrapIP 1.3.6.1.4.1.171.10.126.4.1.19.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.126.4.1.19.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)  

sysTrapPortLinkUpDownEvent 1.3.6.1.4.1.171.10.126.4.1.19.3
Enable/Disable port link up/down 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.126.4.1.19.4
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.126.4.1.19.5
Enable/Disable firmware upgrading trap event in the system.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enable(1), disable(2)  

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

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

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

sysSNTPFirstServer 1.3.6.1.4.1.171.10.126.4.1.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.126.4.1.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.126.4.1.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.126.4.1.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.126.4.1.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.126.4.1.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.126.4.1.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.126.4.1.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.126.4.1.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.126.4.1.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.126.4.1.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.126.4.1.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.126.4.1.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.126.4.1.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.126.4.1.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)  

voicevlanSystem 1.3.6.1.4.1.171.10.126.4.1.21.1
OBJECT IDENTIFIER    

voicevlanOUI 1.3.6.1.4.1.171.10.126.4.1.21.2
OBJECT IDENTIFIER    

voicevlanDevice 1.3.6.1.4.1.171.10.126.4.1.21.3
OBJECT IDENTIFIER    

voiceVlanMode 1.3.6.1.4.1.171.10.126.4.1.21.1.2
Voice VLAN is a feature that allows you to automatically place the voice traffic from IP phone to an assigned VLAN to enhance the VoIP service. This object is for enabling or disabling Voice Vlan function in the system. If the Vlan mode is in Asymmetric VLAN mode, Voice VLAN can not be enabled.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

voiceVlanId 1.3.6.1.4.1.171.10.126.4.1.21.1.3
The ID of VLAN that you want the voice traffic to be in. It must be a exist vlan id.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER  

voiceVlanTimeout 1.3.6.1.4.1.171.10.126.4.1.21.1.4
A period of time in hour to remove a port from voice VLAN if the port is an automatic VLAN member. The Timeout range is 1~120 hours. Default aging time is 1 hour.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER  

voiceVlanPriority 1.3.6.1.4.1.171.10.126.4.1.21.1.5
The 802.1p priority levels of the traffic in the Voice VLAN.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER highest(0), high(1), medium(2), low(3)  

voicevlanPortControlTable 1.3.6.1.4.1.171.10.126.4.1.21.1.6
A table that contains Voice Vlan Port Control configuration information.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    VoiceVlanPortControlEntry

voicevlanPortControlEntry 1.3.6.1.4.1.171.10.126.4.1.21.1.6.1
A list of Voice Vlan Control configuration parameters for each Port on this device.
Status: current Access: not-accessible
OBJECT-TYPE    
  VoiceVlanPortControlEntry  

voicevlanPortControlIndex 1.3.6.1.4.1.171.10.126.4.1.21.1.6.1.1
The voice vlan port index.
Status: current Access: read-only
OBJECT-TYPE    
  InterfaceIndex  

voicevlanPortAutoDetection 1.3.6.1.4.1.171.10.126.4.1.21.1.6.1.2
This object is for enabling or disabling Voice Vlan Auto Detection in the port. If the auto detection is enable, switch will add this port to the voice VLAN automatically if it detects the device OUI matches the Telephony OUI. If the port is a static member of voice vlan or a LA member, it can not enable voice vlan auto detection.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

voicevlanPortManuTagMode 1.3.6.1.4.1.171.10.126.4.1.21.1.6.1.3
User assign per port tag/untag mode.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER tag(1), untag(2)  

voicevlanPortCurrentTagMode 1.3.6.1.4.1.171.10.126.4.1.21.1.6.1.4
Per port current tag/untag mode.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER tag(1), untag(2)  

voicevlanPortState 1.3.6.1.4.1.171.10.126.4.1.21.1.6.1.5
This object indicates Voice vlan state to this Port. manual - this port is a static member of voice vlan. dynamic - this port is a dynamic member of voice vlan. none - this port is not a member of voice vlan.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER manual(1), dynamic(2), none(3)  

voicevlanOUITable 1.3.6.1.4.1.171.10.126.4.1.21.2.1
A voice vlan OUI entry containing the description and mac.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    VoicevlanOUIEntry

voicevlanOUIEntry 1.3.6.1.4.1.171.10.126.4.1.21.2.1.1
A voice vlan OUI entry containing the description and mac.
Status: current Access: not-accessible
OBJECT-TYPE    
  VoicevlanOUIEntry  

voicevlanOUITelephonyOUI 1.3.6.1.4.1.171.10.126.4.1.21.2.1.1.1
An Organizationally Unique Identifier (OUI) is a 24-bit number that is purchased from the IEEE Registration Authority. This identifier uniquely identifies a vendor, manufacturer, or other organization. This object indicates the voice traffic's OUI that user created.
Status: current Access: read-only
OBJECT-TYPE    
  MacAddress  

voicevlanOUIDescription 1.3.6.1.4.1.171.10.126.4.1.21.2.1.1.2
The Description for the OUI.
Status: current Access: read-write
OBJECT-TYPE    
  OCTET STRING  

voicevlanOUIMask 1.3.6.1.4.1.171.10.126.4.1.21.2.1.1.3
Voice vlan OUI Mask. Always be FF:FF:FF:00:00:00.
Status: current Access: read-only
OBJECT-TYPE    
  MacAddress  

voicevlanOUIStatus 1.3.6.1.4.1.171.10.126.4.1.21.2.1.1.4
This object indicates the status of this entry. To create a new entry, you must set the voicevlanOUIStatus to be CreateAndGo, then this entry will turn to be Active.
Status: current Access: read-write
OBJECT-TYPE    
  RowStatus  

voicevlanDeviceTable 1.3.6.1.4.1.171.10.126.4.1.21.3.1
A voice vlan Device entry containing the description and mac.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    VoicevlanDeviceEntry

voicevlanDeviceEntry 1.3.6.1.4.1.171.10.126.4.1.21.3.1.1
A voice vlan Device entry containing the description and mac.
Status: current Access: not-accessible
OBJECT-TYPE    
  VoicevlanDeviceEntry  

voicevlanDeviceIndexMac 1.3.6.1.4.1.171.10.126.4.1.21.3.1.1.1
An Mac Address is a 24-bit number that is purchased from the IEEE Registration Authority. This identifier uniquely identifies a vendor, manufacturer, or other organization. This object indicates the voice traffic's Mac that voice device created.
Status: current Access: read-only
OBJECT-TYPE    
  MacAddress  

voicevlanDevicePort 1.3.6.1.4.1.171.10.126.4.1.21.3.1.1.2
The port is learning by voice device.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

voicevlanDevicePriority 1.3.6.1.4.1.171.10.126.4.1.21.3.1.1.3
The priority value for voice device.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

voicevlanDeviceTagType 1.3.6.1.4.1.171.10.126.4.1.21.3.1.1.4
The tag type for voice device.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER tag(1), untag(2)  

voicevlanDeviceStatus 1.3.6.1.4.1.171.10.126.4.1.21.3.1.1.5
This object indicates the status of this entry. You can delete this object.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER active(1), destroy(6)  

autoSurveillanceVlanSystem 1.3.6.1.4.1.171.10.126.4.1.26.1
OBJECT IDENTIFIER    

autoSurveillanceVlanOUI 1.3.6.1.4.1.171.10.126.4.1.26.2
OBJECT IDENTIFIER    

autoSurveillanceVlanMode 1.3.6.1.4.1.171.10.126.4.1.26.1.1
This object is for enabling or disabling Auto Surveillance Vlan function in the system. If the Vlan mode is in Asymmetric VLAN mode, Auto Surveillance VLAN can not be enabled.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

autoSurveillanceVlanId 1.3.6.1.4.1.171.10.126.4.1.26.1.2
The ID of VLAN that you want the surveillance traffic to be in. It must be a exist vlan id.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER  

autoSurveillanceVlanPriority 1.3.6.1.4.1.171.10.126.4.1.26.1.3
The 802.1p priority levels of the traffic in the Auto Surveillance VLAN.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER highest(0), high(1), medium(2), low(3)  

autoSurveillanceVlanTaggedUplinkDownlinkPort 1.3.6.1.4.1.171.10.126.4.1.26.1.4
Auto Surveillance vlan uplink ports can't auto learning OUI.
Status: current Access: read-write
OBJECT-TYPE    
  PortList  

autoSurveillanceVlanOUITable 1.3.6.1.4.1.171.10.126.4.1.26.2.1
A Auto Surveillance vlan OUI entry containing the description and mac.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AutoSurveillanceVlanOUIEntry

autoSurveillanceVlanOUIEntry 1.3.6.1.4.1.171.10.126.4.1.26.2.1.1
A Auto Surveillance vlan OUI entry containing the description and mac.
Status: current Access: not-accessible
OBJECT-TYPE    
  AutoSurveillanceVlanOUIEntry  

autoSurveillanceVlanOUISurveillanceOUI 1.3.6.1.4.1.171.10.126.4.1.26.2.1.1.1
An Organizationally Unique Identifier (OUI) is a 24-bit number that is purchased from the IEEE Registration Authority. This identifier uniquely identifies a vendor, manufacturer, or other organization. This object indicates the surveillance traffic's OUI that user created.
Status: current Access: read-only
OBJECT-TYPE    
  MacAddress  

autoSurveillanceVlanOUIDescription 1.3.6.1.4.1.171.10.126.4.1.26.2.1.1.2
The Description for the OUI.
Status: current Access: read-write
OBJECT-TYPE    
  OCTET STRING  

autoSurveillanceVlanOUIMask 1.3.6.1.4.1.171.10.126.4.1.26.2.1.1.3
Auto Surveillance vlan OUI Mask. The default OUI Mask is FF:FF:FF:F0:00:00. And default OUI Mask is read-only. In user define OUI's Mask is FF:FF:FF:00:00:00, in user define MAC's Mask is FF:FF:FF:FF:FF:FF.
Status: current Access: read-write
OBJECT-TYPE    
  MacAddress  

autoSurveillanceVlanOUIComponentType 1.3.6.1.4.1.171.10.126.4.1.26.2.1.1.4
This object indicates the Component Type of this entry. To create a new entry, you must set the autoSurveillanceVlanOUIComponentType to be CreateAndGo, then this entry will turn to be Active.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER video-Management-Server(0), vMS-Client(1), video-Encoder(2), network-Storage(3), other-IP-Surveillance-Devices(4), d-Link-Surveillance-Device(5)  

autoSurveillanceVlanOUIStatus 1.3.6.1.4.1.171.10.126.4.1.26.2.1.1.5
This object indicates the status of this entry. To create a new entry, you must set the autoSurveillanceVlanOUIStatus to be CreateAndGo, then this entry will turn to be Active.
Status: current Access: read-write
OBJECT-TYPE    
  RowStatus  

swTimeRangeSettingTable 1.3.6.1.4.1.171.10.126.4.1.32.1
A table to configure time Range in the system.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SwTimeRangeSettingEntry

swTimeRangeSettingEntry 1.3.6.1.4.1.171.10.126.4.1.32.1.1
A schedule entry to configure time Range in the system.
Status: current Access: not-accessible
OBJECT-TYPE    
  SwTimeRangeSettingEntry  

swTimeRangeIndex 1.3.6.1.4.1.171.10.126.4.1.32.1.1.1
The Time Range identifier. The maximum number of Schedule entry is the number of ports supported PoE function. The value must be between 1 and 52.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 1..52  

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

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

swTimeRangeStartYear 1.3.6.1.4.1.171.10.126.4.1.32.1.1.4
Start year of the Schedule entry.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER y2009(2009), y2010(2010), y2011(2011), y2012(2012), y2013(2013), y2014(2014), y2015(2015), y2016(2016), y2017(2017), y2018(2018), y2019(2019), y2020(2020), y2021(2021), y2022(2022), y2023(2023), y2024(2024), y2025(2025), y2026(2026), y2027(2027), y2028(2028), y2029(2029), y2030(2030), y2031(2031), y2032(2032), y2033(2033), y2034(2034), y2035(2035), y2036(2036), y2037(2037)  

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

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

swTimeRangeStartHour 1.3.6.1.4.1.171.10.126.4.1.32.1.1.7
Start hour of the Schedule entry. The value must be from 0 to 23.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 0..23  

swTimeRangeStartMinute 1.3.6.1.4.1.171.10.126.4.1.32.1.1.8
Start minute of the Schedule entry. The value must be from 0 to 59.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 0..59  

swTimeRangeEndYear 1.3.6.1.4.1.171.10.126.4.1.32.1.1.9
End year of the Schedule entry.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER y2009(2009), y2010(2010), y2011(2011), y2012(2012), y2013(2013), y2014(2014), y2015(2015), y2016(2016), y2017(2017), y2018(2018), y2019(2019), y2020(2020), y2021(2021), y2022(2022), y2023(2023), y2024(2024), y2025(2025), y2026(2026), y2027(2027), y2028(2028), y2029(2029), y2030(2030), y2031(2031), y2032(2032), y2033(2033), y2034(2034), y2035(2035), y2036(2036), y2037(2037)  

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

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

swTimeRangeEndHour 1.3.6.1.4.1.171.10.126.4.1.32.1.1.12
End hour of the Schedule entry. The value must be from 0 to 23.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 0..23  

swTimeRangeEndMinute 1.3.6.1.4.1.171.10.126.4.1.32.1.1.13
End minute of the Schedule entry. The value must be from 0 to 59.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 0..59  

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

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

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

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

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

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

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

swTimeRangeRowStatus 1.3.6.1.4.1.171.10.126.4.1.32.1.1.21
The status of an entry in the Time Range Information Table. Only a subset of the rowstatus variables (active, notinservice, createAndWait, destroy) are available.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

dlinklldpState 1.3.6.1.4.1.171.10.126.4.1.24.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.126.4.1.24.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.126.4.1.24.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.126.4.1.24.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.126.4.1.24.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  

dlinklldpConfigManAddrTable 1.3.6.1.4.1.171.10.126.4.1.24.7
The table that controls selection of LLDP management address TLV instances to be transmitted on individual ports.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    DlinklldpConfigManAddrEntry

dlinklldpConfigManAddrEntry 1.3.6.1.4.1.171.10.126.4.1.24.7.1
LLDP configuration information that specifies the set of ports (represented as a PortList) on which the local system management address instance will be transmitted. This configuration object augments the lldpLocManAddrEntry, therefore it is only present along with the management address instance contained in the associated lldpLocManAddrEntry entry. Each active lldpConfigManAddrEntry must be restored from non-volatile and re-created (along with the corresponding lldpLocManAddrEntry) after a re-initialization of the management system.
Status: current Access: not-accessible
OBJECT-TYPE    
  DlinklldpConfigManAddrEntry  

dlinklldpLocManAddrSubtype 1.3.6.1.4.1.171.10.126.4.1.24.7.1.1
The type of management address identifier encoding used in the associated 'lldpLocManagmentAddr' object.
Status: current Access: read-only
OBJECT-TYPE    
  AddressFamilyNumbers  

dlinklldpLocManAddr 1.3.6.1.4.1.171.10.126.4.1.24.7.1.2
The string value used to identify the management address component associated with the local system. The purpose of this address is to contact the management entity.
Status: current Access: read-only
OBJECT-TYPE    
  LldpManAddress  

dlinklldpConfigManAddrPortsTxEnable 1.3.6.1.4.1.171.10.126.4.1.24.7.1.3
A set of ports that are identified by a PortList, in which each port is represented as a bit. The corresponding local system management address instance will be transmitted on the member ports of the lldpManAddrPortsTxEnable. The default value for lldpConfigManAddrPortsTxEnable object is empty binary string, which means no ports are specified for advertising indicated management address instance.
Status: current Access: read-write
OBJECT-TYPE    
  PortList  

dlinkGreenLEDShutoff 1.3.6.1.4.1.171.10.126.4.1.31.1
OBJECT IDENTIFIER    

dlinkGreenPortShutoff 1.3.6.1.4.1.171.10.126.4.1.31.2
OBJECT IDENTIFIER    

dlinkGreenPortStandby 1.3.6.1.4.1.171.10.126.4.1.31.3
OBJECT IDENTIFIER    

dlinkGreenSystemHibernation 1.3.6.1.4.1.171.10.126.4.1.31.4
OBJECT IDENTIFIER    

dlinkGreenLEDShutoffPortList 1.3.6.1.4.1.171.10.126.4.1.31.1.1
Provides control to disable LED port.
Status: current Access: read-write
OBJECT-TYPE    
  PortList  

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

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

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

dlinkGreenPortShutoffPortList 1.3.6.1.4.1.171.10.126.4.1.31.2.1
Provides control to disable LED port.
Status: current Access: read-write
OBJECT-TYPE    
  PortList  

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

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

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

dlinkGreenPortStandbyPortList 1.3.6.1.4.1.171.10.126.4.1.31.3.1
Provides control to disable LED port.
Status: current Access: read-write
OBJECT-TYPE    
  PortList  

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

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

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

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

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

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

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

dlinkPowerSavLinkStatusDetectState 1.3.6.1.4.1.171.10.126.4.1.31.6
Enable/Disable Power Saving Link Status Detection. Default is disabled.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

securityDhcpServerScreen 1.3.6.1.4.1.171.10.126.4.1.14.7
OBJECT IDENTIFIER    

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

dhcpServerScreenServerTable 1.3.6.1.4.1.171.10.126.4.1.14.7.2
A table that contains the configuration objects for the DHCP server screen server list. An entry appears in this table for each port that may authenticate access to itself.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    DhcpServerScreenServerEntry

dhcpServerScreenServerEntry 1.3.6.1.4.1.171.10.126.4.1.14.7.2.1
The configuration information for an DHCP server screen server.
Status: current Access: not-accessible
OBJECT-TYPE    
  DhcpServerScreenServerEntry  

dhcpServerScreenServerIndex 1.3.6.1.4.1.171.10.126.4.1.14.7.2.1.1
A unique value for DHCP server screen server index. Its value ranges between 1 and 5.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 1..5  

dhcpServerScreenServerAddress 1.3.6.1.4.1.171.10.126.4.1.14.7.2.1.2
The IP address of the DHCP server screen server referred to in this table entry.
Status: current Access: read-write
OBJECT-TYPE    
  IpAddress  

dhcpServerScreenServerStatus 1.3.6.1.4.1.171.10.126.4.1.14.7.2.1.3
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 dhcpServerScreenServerIndex objects must be explicitly set.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

securityTrafficSeg 1.3.6.1.4.1.171.10.126.4.1.14.9
OBJECT IDENTIFIER    

trafficSegStatus 1.3.6.1.4.1.171.10.126.4.1.14.9.1
Enable/Disable Status of Traffic Segmention.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

trafficSegTable 1.3.6.1.4.1.171.10.126.4.1.14.9.2
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.126.4.1.14.9.2.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.126.4.1.14.9.2.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.126.4.1.14.9.2.1.2
Port list of port channel.
Status: current Access: read-write
OBJECT-TYPE    
  PortList  

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

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

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

staticARPIPInterface 1.3.6.1.4.1.171.10.126.4.1.34.2.1.1
The Interface of an entry in the Static ARP Table.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING  

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

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

staticARPType 1.3.6.1.4.1.171.10.126.4.1.34.2.1.4
The type associated of the static ARP entry.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER local(0), broadcast(1), static(2)  

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

sysGratuitousARPGlobalSettings 1.3.6.1.4.1.171.10.126.4.1.33.1
OBJECT IDENTIFIER    

sysGratuitousARPSettings 1.3.6.1.4.1.171.10.126.4.1.33.2
OBJECT IDENTIFIER    

sysGratuitousARPIPIfStatusUp 1.3.6.1.4.1.171.10.126.4.1.33.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.126.4.1.33.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.126.4.1.33.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.126.4.1.33.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.126.4.1.33.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.126.4.1.33.2.1.1.1
Interface name.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING  

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

multiIFInfo 1.3.6.1.4.1.171.10.126.4.1.41.1
OBJECT IDENTIFIER    

mulifMainTable 1.3.6.1.4.1.171.10.126.4.1.41.1.1
A list of interface entries.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    MulIfMainEntry

mulIfMainEntry 1.3.6.1.4.1.171.10.126.4.1.41.1.1.1
An entry containing management information applicable to a particular interface.
Status: current Access: not-accessible
OBJECT-TYPE    
  MulIfMainEntry  

mulifMainIndex 1.3.6.1.4.1.171.10.126.4.1.41.1.1.1.1
The index of this interface.
Status: current Access: read-only
OBJECT-TYPE    
  InterfaceIndex  

mulifVLANID 1.3.6.1.4.1.171.10.126.4.1.41.1.1.1.2
The ID of VLAN that you want this interface to be in. It must be a exist vlan id.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

mulifName 1.3.6.1.4.1.171.10.126.4.1.41.1.1.1.3
The Description for the interface.
Status: current Access: read-write
OBJECT-TYPE    
  OCTET STRING  

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

mulifIpAddr 1.3.6.1.4.1.171.10.126.4.1.41.1.1.1.6
The ip address of this interface.
Status: current Access: read-write
OBJECT-TYPE    
  IpAddress  

mulifIpSubnetMask 1.3.6.1.4.1.171.10.126.4.1.41.1.1.1.7
The subnet mask of this interface.
Status: current Access: read-write
OBJECT-TYPE    
  IpAddress  

mulifMainAdminStatus 1.3.6.1.4.1.171.10.126.4.1.41.1.1.1.8
The desired state of the interface.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER enable(1), disable(2)  

mulifMainOperStatus 1.3.6.1.4.1.171.10.126.4.1.41.1.1.1.9
The current operational state of the interface.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER linkup(1), linkdown(2)  

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

staticRouteTable 1.3.6.1.4.1.171.10.126.4.1.36.1
A list of the Static Route Table.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    StaticRouteEntry

staticRouteEntry 1.3.6.1.4.1.171.10.126.4.1.36.1.1
A Static route entry maintain by the IP Address, netmask and gateway.
Status: current Access: not-accessible
OBJECT-TYPE    
  StaticRouteEntry  

staticRouteInterfaceID 1.3.6.1.4.1.171.10.126.4.1.36.1.1.1
The InterfaceID of the static Route entry.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

staticRouteIpAddr 1.3.6.1.4.1.171.10.126.4.1.36.1.1.2
Allows the entry of an IP address that will be a static entry into the Switch's Routing Table.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

staticRouteNetmask 1.3.6.1.4.1.171.10.126.4.1.36.1.1.3
Allows the entry of a subnet mask corresponding to the IP address above.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

staticRouteGateway 1.3.6.1.4.1.171.10.126.4.1.36.1.1.4
Allows the entry of an IP address of a gateway for the IP address above.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

staticRouteMetric 1.3.6.1.4.1.171.10.126.4.1.36.1.1.5
Allows the entry of a routing protocol metric representing the number of routers between the Switch and the IP address above.(1-65535)
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER  

staticRouteProtocol 1.3.6.1.4.1.171.10.126.4.1.36.1.1.6
The route protocol of the static route entry.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER default(0), static(1)  

staticRouteBackup 1.3.6.1.4.1.171.10.126.4.1.36.1.1.7
The primary/backup status of the static route entry.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER primary(0), backup(1)  

staticRouteActiveStatus 1.3.6.1.4.1.171.10.126.4.1.36.1.1.8
The active/inactive status of the static route entry.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER active(0), inactive(1)  

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

cmSingleIPMgmt 1.3.6.1.4.1.171.10.126.4.1.29.1
OBJECT IDENTIFIER    

cmSingleIPInfo 1.3.6.1.4.1.171.10.126.4.1.29.1.1
OBJECT IDENTIFIER    

cmSingleIPCtrl 1.3.6.1.4.1.171.10.126.4.1.29.1.2
OBJECT IDENTIFIER    

cmSingleIPVersion 1.3.6.1.4.1.171.10.126.4.1.29.1.1.1
This object indicates the version of single IP management supported in the system.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..64)  

cmSingleIPCapability 1.3.6.1.4.1.171.10.126.4.1.29.1.1.2
This object indicates the capability of the switch system.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..64)  

cmSingleIPPlatform 1.3.6.1.4.1.171.10.126.4.1.29.1.1.3
This object indicates the platform of the switch system.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..64)  

cmSingleIPAdmin 1.3.6.1.4.1.171.10.126.4.1.29.1.2.1
This object indicates Single IP management is enabled or disabled on the system.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER other(1), disabled(2), enabled(3)  

cmSingleIPRoleState 1.3.6.1.4.1.171.10.126.4.1.29.1.2.2
This object indicates the role state of the switch system.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER cs(1), cas(2), ms(3)  

cmSingleIPHoldtime 1.3.6.1.4.1.171.10.126.4.1.29.1.2.3
This object indicate the holdtime of the switch in second . default value is 180 , maximum value is 300 , minimum value is 100.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 100..255  

cmSingleIPTimeInterval 1.3.6.1.4.1.171.10.126.4.1.29.1.2.4
This object indicate the time interval of the switch in second to periodical send out Single IP protocol control packet. default value is 60 , maximum value is 120 , minimum value is 30 . The cmSingleIPTimeInterval will always <= cmSingleIPHoldtime/2
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 30..90  

cmSingleIPMSTable 1.3.6.1.4.1.171.10.126.4.1.29.1.3
This table contain information of member switchs which belong to the single IP management group . A member will be joined into the group by row creation . Before a switch joined into a group as a member switch , it must exist in the candidate table list .
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CmSingleIPMSEntry

cmSingleIPMSEntry 1.3.6.1.4.1.171.10.126.4.1.29.1.3.1
A list of information about member switchs belongs to the single IP management group.
Status: current Access: not-accessible
OBJECT-TYPE    
  CmSingleIPMSEntry  

cmSingleIPMSID 1.3.6.1.4.1.171.10.126.4.1.29.1.3.1.1
The ID of the member switch .
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 1..32  

cmSingleIPMSDeviceName 1.3.6.1.4.1.171.10.126.4.1.29.1.3.1.2
Specifies that the name of switch .
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..64)  

cmSingleIPMSMacAddr 1.3.6.1.4.1.171.10.126.4.1.29.1.3.1.3
This object Specifies the MAC address of the member switch.
Status: current Access: read-only
OBJECT-TYPE    
  MacAddress  

cmSingleIPMSFirmwareVer 1.3.6.1.4.1.171.10.126.4.1.29.1.3.1.4
Specifies the firmware version of the switch .
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..64)  

cmSingleIPMSCapability 1.3.6.1.4.1.171.10.126.4.1.29.1.3.1.5
Specifies the Capability of the switch .
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..64)  

cmSingleIPMSPlatform 1.3.6.1.4.1.171.10.126.4.1.29.1.3.1.6
Specifies the platform of the switch .
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..64)  

cmSingleIPMSHoldtime 1.3.6.1.4.1.171.10.126.4.1.29.1.3.1.7
Specifies the holdtime of Single IP management ptotocol send by this member switch .
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

cmSingleIPMSCasSource 1.3.6.1.4.1.171.10.126.4.1.29.1.3.1.8
Specifies the CaS id when create MS entry. The object is used only when create cmSingleIPMSEntry. The value always shows 0.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER  

cmSingleIPMSPassword 1.3.6.1.4.1.171.10.126.4.1.29.1.3.1.9
Specifies the Cas password when create MS entry. The object is used only when create cmSingleIPMSEntry. The value always shows zero length string.
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString  

cmSingleIPMSRowStatus 1.3.6.1.4.1.171.10.126.4.1.29.1.3.1.10
This object indicates the status of this entry. Create means set CaS to MS, and DESTROY means set MS to CaS
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

cmSingleIPCaSTable 1.3.6.1.4.1.171.10.126.4.1.29.1.4
This table contain information of candidate switchs. This table is a read only table list ,all information about candidate switchs will maintain automatically by Single IP topology discovery protocol .
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CmSingleIPCaSEntry

cmSingleIPCaSEntry 1.3.6.1.4.1.171.10.126.4.1.29.1.4.1
A list of information about candidate switchs belongs to the single IP management group.
Status: current Access: not-accessible
OBJECT-TYPE    
  CmSingleIPCaSEntry  

cmSingleIPCaSID 1.3.6.1.4.1.171.10.126.4.1.29.1.4.1.1
The ID of the candidate switchs in the LAN learned by the command switch .
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 1..100  

cmSingleIPCaSDeviceName 1.3.6.1.4.1.171.10.126.4.1.29.1.4.1.2
Specifies that the name of switch .
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..64)  

cmSingleIPCaSMacAddr 1.3.6.1.4.1.171.10.126.4.1.29.1.4.1.3
This object Specifies the MAC address of the candidate switch.
Status: current Access: read-only
OBJECT-TYPE    
  MacAddress  

cmSingleIPCaSFirmwareVer 1.3.6.1.4.1.171.10.126.4.1.29.1.4.1.4
Specifies the firmware version of the switch .
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..64)  

cmSingleIPCaSCapability 1.3.6.1.4.1.171.10.126.4.1.29.1.4.1.5
Specifies the Capability of the switch .
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..64)  

cmSingleIPCaSPlatform 1.3.6.1.4.1.171.10.126.4.1.29.1.4.1.6
Specifies the platform of the switch .
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..64)  

cmSingleIPCaSHoldtime 1.3.6.1.4.1.171.10.126.4.1.29.1.4.1.7
Specifies the holdtime of Single IP management ptotocol send by this candidate switch .
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

cmSingleIPGroupTable 1.3.6.1.4.1.171.10.126.4.1.29.1.5
This table contain information of Single IP manaement groups learned by the Command switch . This table is a read only table list ,all information about Single IP groups will maintain automatically by Single IP topology discovery protocol .
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CmSingleIPGroupEntry

cmSingleIPGroupEntry 1.3.6.1.4.1.171.10.126.4.1.29.1.5.1
A list of information about single IP management groups.
Status: current Access: not-accessible
OBJECT-TYPE    
  CmSingleIPGroupEntry  

cmSingleIPGroupMacAddr 1.3.6.1.4.1.171.10.126.4.1.29.1.5.1.1
This object Specifies the MAC address of the command switch.
Status: current Access: read-only
OBJECT-TYPE    
  MacAddress  

cmSingleIPGroupName 1.3.6.1.4.1.171.10.126.4.1.29.1.5.1.2
Specifies that the name of the Single IP management group .
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..64)  

cmSingleIPGroupDeviceName 1.3.6.1.4.1.171.10.126.4.1.29.1.5.1.3
Specifies that the name of command switch of the group .
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..64)  

cmSingleIPGroupMSNumber 1.3.6.1.4.1.171.10.126.4.1.29.1.5.1.4
Specifies the member switch number of the group .
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

cmSingleIPGroupFirmwareVer 1.3.6.1.4.1.171.10.126.4.1.29.1.5.1.5
Specifies the firmware version of the switch .
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..64)  

cmSingleIPGroupCapability 1.3.6.1.4.1.171.10.126.4.1.29.1.5.1.6
Specifies the Capability of the switch .
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..64)  

cmSingleIPGroupPlatform 1.3.6.1.4.1.171.10.126.4.1.29.1.5.1.7
Specifies the platform of the switch .
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..64)  

cmSingleIPGroupHoldtime 1.3.6.1.4.1.171.10.126.4.1.29.1.5.1.8
Specifies the holdtime of Single IP management ptotocol send by this command switch .
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

cmSingleIPNeighborTable 1.3.6.1.4.1.171.10.126.4.1.29.1.6
This table contain information of Single IP manaement Neighbors learned by the switch . This table is a read only table list ,all information about Single IP Neighbors will maintain automatically by Single IP topology protocol .
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CmSingleIPNeighborEntry

cmSingleIPNeighborEntry 1.3.6.1.4.1.171.10.126.4.1.29.1.6.1
A list of information about single IP management Neighbors.
Status: current Access: not-accessible
OBJECT-TYPE    
  CmSingleIPNeighborEntry  

cmSingleIPNBReceivedPort 1.3.6.1.4.1.171.10.126.4.1.29.1.6.1.1
Specifies the received port of the Neighbor switch.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

cmSingleIPNBMacAddr 1.3.6.1.4.1.171.10.126.4.1.29.1.6.1.2
This object Specifies the MAC address of the Neighbor switch.
Status: current Access: read-only
OBJECT-TYPE    
  MacAddress  

cmSingleIPNBRoleState 1.3.6.1.4.1.171.10.126.4.1.29.1.6.1.3
This object Specifies the role state of the Neighbor switch.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER commander(1), candidate(2), member(3)  

singleIPMSNotify 1.3.6.1.4.1.171.10.126.4.1.29.6
OBJECT IDENTIFIER    

singleIPMSNotifyPrefix 1.3.6.1.4.1.171.10.126.4.1.29.6.0
OBJECT IDENTIFIER    

cmSingleIPMSColdStart 1.3.6.1.4.1.171.10.126.4.1.29.6.0.11
Commander switch will send cmSingleIPMSColdStart notification to indicated host when its Member generate cold start notification.
Status: current Access: read-only
NOTIFICATION-TYPE    

cmSingleIPMSWarmStart 1.3.6.1.4.1.171.10.126.4.1.29.6.0.12
Commander switch will send cmSingleIPMSWarmStart notification to indicated host when its Member generate warm start notification.
Status: current Access: read-only
NOTIFICATION-TYPE    

cmSingleIPMSLinkDown 1.3.6.1.4.1.171.10.126.4.1.29.6.0.13
Commander switch will send cmSingleIPMSLinkDown notification to indicated host when its Member generate link down notification.
Status: current Access: read-only
NOTIFICATION-TYPE    

cmSingleIPMSLinkUp 1.3.6.1.4.1.171.10.126.4.1.29.6.0.14
If Commander switch will send cmSingleIPMSLinkUp notification to indicated host when its Member generate link up notification.
Status: current Access: read-only
NOTIFICATION-TYPE    

cmSingleIPMSAuthFail 1.3.6.1.4.1.171.10.126.4.1.29.6.0.15
Commander switch will send cmSingleIPMSAuthFail notification to indicated host when it Member generate authentation failure notification.
Status: current Access: read-only
NOTIFICATION-TYPE    

cmSingleIPMSnewRoot 1.3.6.1.4.1.171.10.126.4.1.29.6.0.16
Commander switch will send cmSingleIPMSnewRoot notification to indicated host when it Member generate new root notification.
Status: current Access: read-only
NOTIFICATION-TYPE    

cmSingleIPMSTopologyChange 1.3.6.1.4.1.171.10.126.4.1.29.6.0.17
Commander switch will send cmSingleIPMSTopologyChange notification to indicated host when it Member generate topology chnage notification.
Status: current Access: read-only
NOTIFICATION-TYPE    

cmSingleIPMSrisingAlarm 1.3.6.1.4.1.171.10.126.4.1.29.6.0.18
Commander switch will send cmSingleIPMSrisingAlarm notification to indicated host when it Member generate rising Alarm notification.
Status: current Access: read-only
NOTIFICATION-TYPE    

cmSingleIPMSfallingAlarm 1.3.6.1.4.1.171.10.126.4.1.29.6.0.19
Commander switch will send cmSingleIPMSfallingAlarm notification to indicated host when it Member generate falling Alarm notification.
Status: current Access: read-only
NOTIFICATION-TYPE    

cmSingleIPMSmacNotification 1.3.6.1.4.1.171.10.126.4.1.29.6.0.20
Commander switch will send cmSingleIPMSmacNotification notification to indicated host when it Member generate mac addresses variation notification.
Status: current Access: read-only
NOTIFICATION-TYPE    

cmSingleIPMSPortTypeChange 1.3.6.1.4.1.171.10.126.4.1.29.6.0.21
Commander switch will send cmSingleIPMSPortTypeChange notification to indicated host when it Member generate port type change notification.
Status: current Access: read-only
NOTIFICATION-TYPE    

cmSingleIPMSPowerStatusChg 1.3.6.1.4.1.171.10.126.4.1.29.6.0.22
Commander switch will send cmSingleIPMSPowerStatusChg notification to indicated host when it Member generate Power Status change notification.
Status: current Access: read-only
NOTIFICATION-TYPE    

cmSingleIPMSPowerFailure 1.3.6.1.4.1.171.10.126.4.1.29.6.0.23
Commander switch will send cmSingleIPMSPowerFailure notification to indicated host when it Member generate Power Failure notification.
Status: current Access: read-only
NOTIFICATION-TYPE    

cmSingleIPMSPowerRecover 1.3.6.1.4.1.171.10.126.4.1.29.6.0.24
Commander switch will send cmSingleIPMSPowerRecover notification to indicated host when it Member generate Power Recover notification.
Status: current Access: read-only
NOTIFICATION-TYPE    

singleIPNotifyBidings 1.3.6.1.4.1.171.10.126.4.1.29.6.1
OBJECT IDENTIFIER    

cmSingleIPMSTrapMessage 1.3.6.1.4.1.171.10.126.4.1.29.6.1.1
The string that member switch sent.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(0..1024)  

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

rmonStatistics 1.3.6.1.4.1.171.10.126.4.1.22.2
OBJECT IDENTIFIER    

rmonHistory 1.3.6.1.4.1.171.10.126.4.1.22.3
OBJECT IDENTIFIER    

rmonAlarm 1.3.6.1.4.1.171.10.126.4.1.22.4
OBJECT IDENTIFIER    

rmonEvent 1.3.6.1.4.1.171.10.126.4.1.22.5
OBJECT IDENTIFIER    

rmonStatsTable 1.3.6.1.4.1.171.10.126.4.1.22.2.1
A list of Ethernet statistics entries.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    RmonStatsEntry

rmonStatsEntry 1.3.6.1.4.1.171.10.126.4.1.22.2.1.1
A collection of statistics kept for a particular Ethernet interface. As an example, an instance of the etherStatsPkts object might be named etherStatsPkts.1
Status: current Access: not-accessible
OBJECT-TYPE    
  RmonStatsEntry  

rmonStatsIndex 1.3.6.1.4.1.171.10.126.4.1.22.2.1.1.1
The value of this object uniquely identifies this etherStats entry.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 1..65535  

rmonStatsDataSource 1.3.6.1.4.1.171.10.126.4.1.22.2.1.1.2
This object identifies the source of the data that this etherStats entry is configured to analyze. This source can be any ethernet interface on this device. In order to identify a particular interface, this object shall identify the instance of the ifIndex object, defined in RFC 2233 [17], for the desired interface. For example, if an entry were to receive data from interface #1, this object would be set to ifIndex.1. The statistics in this group reflect all packets on the local network segment attached to the identified interface. An agent may or may not be able to tell if fundamental changes to the media of the interface have occurred and necessitate an invalidation of this entry. For example, a hot-pluggable ethernet card could be pulled out and replaced by a token-ring card. In such a case, if the agent has such knowledge of the change, it is recommended that it invalidate this entry. This object may not be modified if the associated etherStatsStatus object is equal to valid(1).
Status: current Access: read-create
OBJECT-TYPE    
  OBJECT IDENTIFIER  

rmonStatsOwner 1.3.6.1.4.1.171.10.126.4.1.22.2.1.1.3
The entity that configured this entry and is therefore using the resources assigned to it.
Status: current Access: read-create
OBJECT-TYPE    
  OCTET STRING Size(1..32)  

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

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

rmonHistoryEntry 1.3.6.1.4.1.171.10.126.4.1.22.3.1.1
A list of parameters that set up a periodic sampling of statistics. As an example, an instance of the historyControlInterval object might be named historyControlInterval.2
Status: current Access: not-accessible
OBJECT-TYPE    
  RmonHistoryEntry  

rmonHistoryIndex 1.3.6.1.4.1.171.10.126.4.1.22.3.1.1.1
An index that uniquely identifies an entry in the historyControl table. Each such entry defines a set of samples at a particular interval for an interface on the device.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 1..65535  

rmonHistoryDataSource 1.3.6.1.4.1.171.10.126.4.1.22.3.1.1.2
This object identifies the source of the data for which historical data was collected and placed in a media-specific table on behalf of this historyControlEntry. This source can be any interface on this device. In order to identify a particular interface, this object shall identify the instance of the ifIndex object, defined in RFC 2233 [17], for the desired interface. For example, if an entry were to receive data from interface #1, this object would be set to ifIndex.1. The statistics in this group reflect all packets on the local network segment attached to the identified interface. An agent may or may not be able to tell if fundamental changes to the media of the interface have occurred and necessitate an invalidation of this entry. For example, a hot-pluggable ethernet card could be pulled out and replaced by a token-ring card. In such a case, if the agent has such knowledge of the change, it is recommended that it invalidate this entry. This object may not be modified if the associated historyControlStatus object is equal to valid(1).
Status: current Access: read-create
OBJECT-TYPE    
  OBJECT IDENTIFIER  

rmonHistoryBucketsRequested 1.3.6.1.4.1.171.10.126.4.1.22.3.1.1.3
The requested number of discrete time intervals over which data is to be saved in the part of the media-specific table associated with this historyControlEntry. When this object is created or modified, the probe should set historyControlBucketsGranted as closely to this object as is possible for the particular probe implementation and available resources.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 1..65535  

rmonHistoryInterval 1.3.6.1.4.1.171.10.126.4.1.22.3.1.1.4
The interval in seconds over which the data is sampled for each bucket in the part of the media-specific table associated with this historyControlEntry. This interval can be set to any number of seconds between 1 and 3600 (1 hour). Because the counters in a bucket may overflow at their maximum value with no indication, a prudent manager will take into account the possibility of overflow in any of the associated counters. It is important to consider the minimum time in which any counter could overflow on a particular media type and set the historyControlInterval object to a value less than this interval. This is typically most important for the 'octets' counter in any media-specific table. For example, on an Ethernet network, the etherHistoryOctets counter could overflow in about one hour at the Ethernet's maximum utilization. This object may not be modified if the associated historyControlStatus object is equal to valid(1).
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 1..3600  

rmonHistoryOwner 1.3.6.1.4.1.171.10.126.4.1.22.3.1.1.5
The entity that configured this entry and is therefore using the resources assigned to it.
Status: current Access: read-create
OBJECT-TYPE    
  OCTET STRING Size(1..32)  

rmonHistoryStatus 1.3.6.1.4.1.171.10.126.4.1.22.3.1.1.6
The status of this historyControl entry. Each instance of the media-specific table associated with this historyControlEntry will be deleted by the agent if this historyControlEntry is not equal to valid(1).
Status: current Access: read-create
OBJECT-TYPE    
  RmonStatus  

rmonAlarmTable 1.3.6.1.4.1.171.10.126.4.1.22.4.1
A list of alarm entries.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    RmonAlarmEntry

rmonAlarmEntry 1.3.6.1.4.1.171.10.126.4.1.22.4.1.1
A list of parameters that set up a periodic checking for alarm conditions. For example, an instance of the alarmValue object might be named alarmValue.8
Status: current Access: not-accessible
OBJECT-TYPE    
  RmonAlarmEntry  

rmonAlarmIndex 1.3.6.1.4.1.171.10.126.4.1.22.4.1.1.1
An index that uniquely identifies an entry in the alarm table. Each such entry defines a diagnostic sample at a particular interval for an object on the device.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 1..65535  

rmonAlarmInterval 1.3.6.1.4.1.171.10.126.4.1.22.4.1.1.2
The interval in seconds over which the data is sampled and compared with the rising and falling thresholds. When setting this variable, care should be taken in the case of deltaValue sampling - the interval should be set short enough that the sampled variable is very unlikely to increase or decrease by more than 2^31 - 1 during a single sampling interval. This object may not be modified if the associated alarmStatus object is equal to valid(1).
Status: current Access: read-create
OBJECT-TYPE    
  Integer32  

rmonAlarmVariable 1.3.6.1.4.1.171.10.126.4.1.22.4.1.1.3
The object identifier of the particular variable to be sampled. Only variables that resolve to an ASN.1 primitive type of INTEGER (INTEGER, Integer32, Counter32, Counter64, Gauge, or TimeTicks) may be sampled. Because SNMP access control is articulated entirely in terms of the contents of MIB views, no access control mechanism exists that can restrict the value of this object to identify only those objects that exist in a particular MIB view. Because there is thus no acceptable means of restricting the read access that could be obtained through the alarm mechanism, the probe must only grant write access to this object in those views that have read access to all objects on the probe. During a set operation, if the supplied variable name is not available in the selected MIB view, a badValue error must be returned. If at any time the variable name of an established alarmEntry is no longer available in the selected MIB view, the probe must change the status of this alarmEntry to invalid(4). This object may not be modified if the associated alarmStatus object is equal to valid(1).
Status: current Access: read-create
OBJECT-TYPE    
  OBJECT IDENTIFIER  

rmonAlarmSampleType 1.3.6.1.4.1.171.10.126.4.1.22.4.1.1.4
The method of sampling the selected variable and calculating the value to be compared against the thresholds. If the value of this object is absoluteValue(1), the value of the selected variable will be compared directly with the thresholds at the end of the sampling interval. If the value of this object is deltaValue(2), the value of the selected variable at the last sample will be subtracted from the current value, and the difference compared with the thresholds. This object may not be modified if the associated alarmStatus object is equal to valid(1).
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER absoluteValue(1), deltaValue(2)  

rmonAlarmRisingThreshold 1.3.6.1.4.1.171.10.126.4.1.22.4.1.1.5
A threshold for the sampled statistic. When the current sampled value is greater than or equal to this threshold, and the value at the last sampling interval was less than this threshold, a single event will be generated. A single event will also be generated if the first sample after this entry becomes valid is greater than or equal to this threshold and the associated alarmStartupAlarm is equal to risingAlarm(1) or risingOrFallingAlarm(3). After a rising event is generated, another such event will not be generated until the sampled value falls below this threshold and reaches the alarmFallingThreshold. This object may not be modified if the associated alarmStatus object is equal to valid(1).
Status: current Access: read-create
OBJECT-TYPE    
  Integer32  

rmonAlarmFallingThreshold 1.3.6.1.4.1.171.10.126.4.1.22.4.1.1.6
A threshold for the sampled statistic. When the current sampled value is less than or equal to this threshold, and the value at the last sampling interval was greater than this threshold, a single event will be generated. A single event will also be generated if the first sample after this entry becomes valid is less than or equal to this threshold and the associated alarmStartupAlarm is equal to fallingAlarm(2) or risingOrFallingAlarm(3). After a falling event is generated, another such event will not be generated until the sampled value rises above this threshold and reaches the alarmRisingThreshold. This object may not be modified if the associated alarmStatus object is equal to valid(1).
Status: current Access: read-create
OBJECT-TYPE    
  Integer32  

rmonAlarmRisingEventIndex 1.3.6.1.4.1.171.10.126.4.1.22.4.1.1.7
The index of the eventEntry that is used when a rising threshold is crossed. The eventEntry identified by a particular value of this index is the same as identified by the same value of the eventIndex object. If there is no corresponding entry in the eventTable, then no association exists. In particular, if this value is zero, no associated event will be generated, as zero is not a valid event index. This object may not be modified if the associated alarmStatus object is equal to valid(1).
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 0..65535  

rmonAlarmFallingEventIndex 1.3.6.1.4.1.171.10.126.4.1.22.4.1.1.8
The index of the eventEntry that is used when a falling threshold is crossed. The eventEntry identified by a particular value of this index is the same as identified by the same value of the eventIndex object. If there is no corresponding entry in the eventTable, then no association exists. In particular, if this value is zero, no associated event will be generated, as zero is not a valid event index. This object may not be modified if the associated alarmStatus object is equal to valid(1).
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 0..65535  

rmonAlarmOwner 1.3.6.1.4.1.171.10.126.4.1.22.4.1.1.9
The entity that configured this entry and is therefore using the resources assigned to it.
Status: current Access: read-create
OBJECT-TYPE    
  OCTET STRING Size(1..32)  

rmonAlarmStatus 1.3.6.1.4.1.171.10.126.4.1.22.4.1.1.10
The status of this alarm entry.
Status: current Access: read-create
OBJECT-TYPE    
  RmonStatus  

rmonEventTable 1.3.6.1.4.1.171.10.126.4.1.22.5.1
A list of events to be generated.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    RmonEventEntry

rmonEventEntry 1.3.6.1.4.1.171.10.126.4.1.22.5.1.1
A set of parameters that describe an event to be generated when certain conditions are met. As an example, an instance of the eventLastTimeSent object might be named eventLastTimeSent.6
Status: current Access: not-accessible
OBJECT-TYPE    
  RmonEventEntry  

rmonEventIndex 1.3.6.1.4.1.171.10.126.4.1.22.5.1.1.1
An index that uniquely identifies an entry in the event table. Each such entry defines one event that is to be generated when the appropriate conditions occur.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 1..65535  

rmonEventDescription 1.3.6.1.4.1.171.10.126.4.1.22.5.1.1.2
A comment describing this event entry.
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString Size(0..127)  

rmonEventType 1.3.6.1.4.1.171.10.126.4.1.22.5.1.1.3
The type of notification that the probe will make about this event. In the case of log, an entry is made in the log table for each event. In the case of snmp-trap, an SNMP trap is sent to one or more management stations.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER none(1), log(2), snmptrap(3), logandtrap(4)  

rmonEventCommunity 1.3.6.1.4.1.171.10.126.4.1.22.5.1.1.4
If an SNMP trap is to be sent, it will be sent to the SNMP community specified by this octet string.
Status: current Access: read-create
OBJECT-TYPE    
  OCTET STRING Size(1..32)  

rmonEventOwner 1.3.6.1.4.1.171.10.126.4.1.22.5.1.1.5
The entity that configured this entry and is therefore using the resources assigned to it. If this object contains a string starting with 'monitor' and has associated entries in the log table, all connected management stations should retrieve those log entries, as they may have significance to all management stations connected to this device
Status: current Access: read-create
OBJECT-TYPE    
  OCTET STRING Size(1..32)  

rmonEventStatus 1.3.6.1.4.1.171.10.126.4.1.22.5.1.1.6
The status of this event entry. If this object is not equal to valid(1), all associated log entries shall be deleted by the agent.
Status: current Access: read-create
OBJECT-TYPE    
  RmonStatus