DES-1210-52-AX

File: DES-1210-52-AX.mib (234039 bytes)

Imported modules

SNMPv2-SMI INET-ADDRESS-MIB IF-MIB
SNMP-FRAMEWORK-MIB BRIDGE-MIB SNMPv2-TC

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

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  

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

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

Dot1qVlanPortEntry  
SEQUENCE    
  dot1qVlanPvid VlanIndex

Dot1qVlanUngisterMCFilterEntry  
SEQUENCE    
  dot1qVlanUngisterMCFilterVlanId Integer32
  dot1qVlanUngisterMCFiltermode 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

IgsVlanMulticastGroupEntry  
SEQUENCE    
  igsVlanMulticastGroupVlanId Integer32
  igsVlanMulticastGroupIpAddress InetAddress
  igsVlanMulticastGroupMacAddress MacAddress
  igsVlanMulticastGroupPortList PortList

Dot1xAuthConfigPortEntry  
SEQUENCE    
  dot1xAuthConfigPortNumber INTEGER
  dot1xAuthConfigPortControl INTEGER
  dot1xAuthConfigPortStatus INTEGER
  dot1xAuthConfigPortSessionTime TimeTicks
  dot1xAuthConfigPortSessionUserName SnmpAdminString

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

VoiceVlanPortControlEntry  
SEQUENCE    
  voicevlanPortControlIndex InterfaceIndex
  voicevlanPortAutoDetection INTEGER
  voicevlanPortState INTEGER

VoicevlanOUIEntry  
SEQUENCE    
  voicevlanOUITelephonyOUI MacAddress
  voicevlanOUIDescription OCTET STRING
  voicevlanOUIMask MacAddress
  voicevlanOUIStatus RowStatus

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

Defined Values




des-1210-52ax 1.3.6.1.4.1.171.10.75.7
OBJECT IDENTIFIER    

companySystem 1.3.6.1.4.1.171.10.75.7.1
OBJECT IDENTIFIER    

companyIpifGroup 1.3.6.1.4.1.171.10.75.7.2
OBJECT IDENTIFIER    

companyTftpGroup 1.3.6.1.4.1.171.10.75.7.3
OBJECT IDENTIFIER    

companyMiscGroup 1.3.6.1.4.1.171.10.75.7.4
OBJECT IDENTIFIER    

companyRSTP 1.3.6.1.4.1.171.10.75.7.6
OBJECT IDENTIFIER    

companyDot1qVlanGroup 1.3.6.1.4.1.171.10.75.7.7
OBJECT IDENTIFIER    

companyLA 1.3.6.1.4.1.171.10.75.7.8
OBJECT IDENTIFIER    

companyStaticMAC 1.3.6.1.4.1.171.10.75.7.9
OBJECT IDENTIFIER    

companyIgsGroup 1.3.6.1.4.1.171.10.75.7.10
OBJECT IDENTIFIER    

companyDot1xGroup 1.3.6.1.4.1.171.10.75.7.11
OBJECT IDENTIFIER    

companyQoSGroup 1.3.6.1.4.1.171.10.75.7.12
OBJECT IDENTIFIER    

companyTrafficMgmt 1.3.6.1.4.1.171.10.75.7.13
OBJECT IDENTIFIER    

companySecurity 1.3.6.1.4.1.171.10.75.7.14
OBJECT IDENTIFIER    

companyACLGroup 1.3.6.1.4.1.171.10.75.7.15
OBJECT IDENTIFIER    

companySyslog 1.3.6.1.4.1.171.10.75.7.16
OBJECT IDENTIFIER    

companyLBD 1.3.6.1.4.1.171.10.75.7.17
OBJECT IDENTIFIER    

companyMirror 1.3.6.1.4.1.171.10.75.7.18
OBJECT IDENTIFIER    

companyTrapSetting 1.3.6.1.4.1.171.10.75.7.19
OBJECT IDENTIFIER    

companySNTPSetting 1.3.6.1.4.1.171.10.75.7.20
OBJECT IDENTIFIER    

companyVoiceVlan 1.3.6.1.4.1.171.10.75.7.21
OBJECT IDENTIFIER    

companySNMPV3 1.3.6.1.4.1.171.10.75.7.25
OBJECT IDENTIFIER    

companyAutoSurveillanceVlan 1.3.6.1.4.1.171.10.75.7.26
OBJECT IDENTIFIER    

companyTraps 1.3.6.1.4.1.171.10.75.7.27
OBJECT IDENTIFIER    

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

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

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

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

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

sysGroupInterval 1.3.6.1.4.1.171.10.75.7.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.75.7.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.75.7.1.8
This object is used to set Safeguard Enable\Disable.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enable(1), disable(2)  

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

sysSave 1.3.6.1.4.1.171.10.75.7.1.10
This object is used to save Configuration.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

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

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

sysPortCtrlIndex 1.3.6.1.4.1.171.10.75.7.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.75.7.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.75.7.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.75.7.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.75.7.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.75.7.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.75.7.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.75.7.1.14
This object indicates auto config is enabled or disabled.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enable(1), disable(2)  

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

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

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

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

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

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

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

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

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

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

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

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

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

miscStatisticsReset 1.3.6.1.4.1.171.10.75.7.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.75.7.6.1
OBJECT IDENTIFIER    

rstpStatus 1.3.6.1.4.1.171.10.75.7.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.75.7.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.75.7.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.75.7.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.75.7.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.75.7.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.75.7.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.75.7.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.75.7.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.75.7.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.75.7.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.75.7.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.75.7.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.75.7.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.75.7.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.75.7.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.75.7.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.75.7.6.2
A table that contains port-specific information for the Spanning Tree Protocol.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    StpPortEntry

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

stpPort 1.3.6.1.4.1.171.10.75.7.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.75.7.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.75.7.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.75.7.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.75.7.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.75.7.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-write
OBJECT-TYPE    
  INTEGER 1..200000000  

stpPortDesignatedRoot 1.3.6.1.4.1.171.10.75.7.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.75.7.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.75.7.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.75.7.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.75.7.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.75.7.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.75.7.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.75.7.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.75.7.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.75.7.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.75.7.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.75.7.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  

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

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

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

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

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

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

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

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

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

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

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

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

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

dot1qVlanUngisterMCFilterTable 1.3.6.1.4.1.171.10.75.7.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.75.7.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.75.7.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.75.7.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)  

laSystem 1.3.6.1.4.1.171.10.75.7.8.1
OBJECT IDENTIFIER    

laPortControl 1.3.6.1.4.1.171.10.75.7.8.2
OBJECT IDENTIFIER    

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

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

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

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

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

laPortChannelMode 1.3.6.1.4.1.171.10.75.7.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.75.7.8.2.1
A table that contains Link Aggregation Control configuration information about every Aggregation Port associated with this device. A row appears in this table for each physical port.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    LaPortControlEntry

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

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

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

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

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

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

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

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

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

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

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

staticPort 1.3.6.1.4.1.171.10.75.7.9.3.1.3
The forwarding port of the static MAC entry.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

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

igsSystem 1.3.6.1.4.1.171.10.75.7.10.1
OBJECT IDENTIFIER    

igsVlan 1.3.6.1.4.1.171.10.75.7.10.3
OBJECT IDENTIFIER    

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

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

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

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

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

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

igsQueryMaxResponseTime 1.3.6.1.4.1.171.10.75.7.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.75.7.10.3.3
This table contains the list of ports through which a router, in a particular VLAN is reachable.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    IgsVlanRouterEntry

igsVlanRouterEntry 1.3.6.1.4.1.171.10.75.7.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.75.7.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.75.7.10.3.3.1.2
List of ports on which routers are present. These router ports are learnt through control messages received from routers, and can also be configured statically.
Status: current Access: read-only
OBJECT-TYPE    
  PortList  

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

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

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

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

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

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

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

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

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

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

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

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

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

igsVlanMulticastGroupPortList 1.3.6.1.4.1.171.10.75.7.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  

radius 1.3.6.1.4.1.171.10.75.7.11.1
OBJECT IDENTIFIER    

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

radiusServerSharedSecret 1.3.6.1.4.1.171.10.75.7.11.1.2
The secret string which is shared between Server and Client
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString  

dot1xAuth 1.3.6.1.4.1.171.10.75.7.11.2
OBJECT IDENTIFIER    

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

dot1xAuthQuietPeriod 1.3.6.1.4.1.171.10.75.7.11.2.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  

dot1xAuthTxPeriod 1.3.6.1.4.1.171.10.75.7.11.2.3
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  

dot1xAuthSuppTimeout 1.3.6.1.4.1.171.10.75.7.11.2.4
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  

dot1xAuthServerTimeout 1.3.6.1.4.1.171.10.75.7.11.2.5
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  

dot1xAuthMaxReq 1.3.6.1.4.1.171.10.75.7.11.2.6
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  

dot1xAuthReAuthPeriod 1.3.6.1.4.1.171.10.75.7.11.2.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    
  Unsigned32 1..4294967295  

dot1xAuthReAuthEnabled 1.3.6.1.4.1.171.10.75.7.11.2.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)  

dot1xAuthConfigPortTable 1.3.6.1.4.1.171.10.75.7.11.2.9
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  
    Dot1xAuthConfigPortEntry

dot1xAuthConfigPortEntry 1.3.6.1.4.1.171.10.75.7.11.2.9.1
The configuration information for an Authenticator Port.
Status: current Access: not-accessible
OBJECT-TYPE    
  Dot1xAuthConfigPortEntry  

dot1xAuthConfigPortNumber 1.3.6.1.4.1.171.10.75.7.11.2.9.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  

dot1xAuthConfigPortControl 1.3.6.1.4.1.171.10.75.7.11.2.9.1.2
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)  

dot1xAuthConfigPortStatus 1.3.6.1.4.1.171.10.75.7.11.2.9.1.3
The current value of the controlled Port status parameter for the Port.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER authorized(1), unauthorized(2)  

dot1xAuthConfigPortSessionTime 1.3.6.1.4.1.171.10.75.7.11.2.9.1.4
The duration of the session in seconds.
Status: current Access: read-only
OBJECT-TYPE    
  TimeTicks  

dot1xAuthConfigPortSessionUserName 1.3.6.1.4.1.171.10.75.7.11.2.9.1.5
The User-Name representing the identity of the Supplicant PAE.
Status: current Access: read-only
OBJECT-TYPE    
  SnmpAdminString  

qosMode 1.3.6.1.4.1.171.10.75.7.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.75.7.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.75.7.12.3
OBJECT IDENTIFIER    

dot1pPortTable 1.3.6.1.4.1.171.10.75.7.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.75.7.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.75.7.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.75.7.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.75.7.12.4
OBJECT IDENTIFIER    

qosDiffServEnable 1.3.6.1.4.1.171.10.75.7.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.75.7.12.4.2
OBJECT IDENTIFIER    

qosDiffServType00 1.3.6.1.4.1.171.10.75.7.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.75.7.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.75.7.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.75.7.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.75.7.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.75.7.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.75.7.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.75.7.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.75.7.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.75.7.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.75.7.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.75.7.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.75.7.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.75.7.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.75.7.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.75.7.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.75.7.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.75.7.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.75.7.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.75.7.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.75.7.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.75.7.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.75.7.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.75.7.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.75.7.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.75.7.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.75.7.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.75.7.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.75.7.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.75.7.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.75.7.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.75.7.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.75.7.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.75.7.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.75.7.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.75.7.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.75.7.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.75.7.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.75.7.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.75.7.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.75.7.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.75.7.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.75.7.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.75.7.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.75.7.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.75.7.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.75.7.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.75.7.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.75.7.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.75.7.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.75.7.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.75.7.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.75.7.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.75.7.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.75.7.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.75.7.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.75.7.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.75.7.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.75.7.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.75.7.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.75.7.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.75.7.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.75.7.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.75.7.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.75.7.13.1
OBJECT IDENTIFIER    

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

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

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

bandwidthCtrlTxThreshold 1.3.6.1.4.1.171.10.75.7.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.75.7.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.75.7.13.3
OBJECT IDENTIFIER    

broadcastStormCtrlGlobalOnOff 1.3.6.1.4.1.171.10.75.7.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.75.7.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.75.7.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.75.7.14.1
OBJECT IDENTIFIER    

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

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

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

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

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

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

securityARPSpoofPrevent 1.3.6.1.4.1.171.10.75.7.14.3
OBJECT IDENTIFIER    

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

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

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

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

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

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

securitySSL 1.3.6.1.4.1.171.10.75.7.14.5
OBJECT IDENTIFIER    

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

sslCiphers 1.3.6.1.4.1.171.10.75.7.14.5.2
OBJECT IDENTIFIER    

sslCipherSuiteList 1.3.6.1.4.1.171.10.75.7.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.75.7.14.2
OBJECT IDENTIFIER    

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

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

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

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

portSecMLA 1.3.6.1.4.1.171.10.75.7.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.75.7.15.1
OBJECT IDENTIFIER    

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

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

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

aclProfileType 1.3.6.1.4.1.171.10.75.7.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.75.7.15.1.1.1.3
The number of rules in this profile.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..65535  

aclProfileMask 1.3.6.1.4.1.171.10.75.7.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.75.7.15.1.1.1.5
The ACL Profile destination MAC address mask. If DST-MAC is turn on in aclProfileMask, it will work with its member rule field,aclL2RuleDstMacAddr, to caculate a range of MAC address which is really care.
Status: current Access: read-write
OBJECT-TYPE    
  MacAddress  

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

aclProfileIPProtocol 1.3.6.1.4.1.171.10.75.7.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.75.7.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.75.7.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.75.7.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.75.7.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.75.7.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.75.7.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.75.7.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.75.7.15.2
OBJECT IDENTIFIER    

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

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

aclL2AccessID 1.3.6.1.4.1.171.10.75.7.15.2.1.1.1
L2 Filter rule ID.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 1..65535  

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

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

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

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

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

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

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

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

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

aclL2RuleAction 1.3.6.1.4.1.171.10.75.7.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.75.7.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.75.7.15.3
OBJECT IDENTIFIER    

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

aclL3RuleEntry 1.3.6.1.4.1.171.10.75.7.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.75.7.15.3.1.1.1
L3 Filter rule ID.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 1..65535  

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

aclL3RuleProtocol 1.3.6.1.4.1.171.10.75.7.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.75.7.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.75.7.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.75.7.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.75.7.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.75.7.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.75.7.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.75.7.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.75.7.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.75.7.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.75.7.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.75.7.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.75.7.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.75.7.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.75.7.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.75.7.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.75.7.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.75.7.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.75.7.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.75.7.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.75.7.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.75.7.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.75.7.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.75.7.25.2
OBJECT IDENTIFIER    

snmpV3Group 1.3.6.1.4.1.171.10.75.7.25.3
OBJECT IDENTIFIER    

snmpV3ViewTree 1.3.6.1.4.1.171.10.75.7.25.4
OBJECT IDENTIFIER    

snmpV3Community 1.3.6.1.4.1.171.10.75.7.25.5
OBJECT IDENTIFIER    

snmpV3Host 1.3.6.1.4.1.171.10.75.7.25.6
OBJECT IDENTIFIER    

snmpV3EngineID 1.3.6.1.4.1.171.10.75.7.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.75.7.25.8
OBJECT IDENTIFIER    

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

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

snmpV3UserName 1.3.6.1.4.1.171.10.75.7.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.75.7.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.75.7.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.75.7.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.75.7.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.75.7.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.75.7.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.75.7.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.75.7.25.3.1
Tok_String
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SnmpV3GroupEntry

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

snmpV3GroupName 1.3.6.1.4.1.171.10.75.7.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.75.7.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.75.7.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.75.7.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.75.7.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.75.7.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.75.7.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.75.7.25.4.1
Tok_String
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SnmpV3ViewTreeEntry

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

snmpV3viewTreeName 1.3.6.1.4.1.171.10.75.7.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.75.7.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.75.7.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.75.7.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.75.7.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.75.7.25.5.1
Tok_String
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SnmpV3CommunityEntry

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

snmpV3CommunityName 1.3.6.1.4.1.171.10.75.7.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.75.7.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.75.7.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.75.7.25.6.1
Tok_String
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SnmpV3HostEntry

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

snmpV3HostAddress 1.3.6.1.4.1.171.10.75.7.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.75.7.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.75.7.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.75.7.25.6.1.1.4
Tok_String
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

snmpV3TrapSNMPAuthentication 1.3.6.1.4.1.171.10.75.7.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.75.7.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)  

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

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

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

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

traps 1.3.6.1.4.1.171.10.75.7.27.0
OBJECT IDENTIFIER    

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

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

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

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

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

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

syslogGeneralGroup 1.3.6.1.4.1.171.10.75.7.16.1
OBJECT IDENTIFIER    

syslogLogSrvAddr 1.3.6.1.4.1.171.10.75.7.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.75.7.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.75.7.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.75.7.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.75.7.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.75.7.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.75.7.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)  

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

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

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

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

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

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

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

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

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

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

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

sysTrapIP 1.3.6.1.4.1.171.10.75.7.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.75.7.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)  

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

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

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

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

sysTrapStatus 1.3.6.1.4.1.171.10.75.7.19.10
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.75.7.20.1
This object is for setting the system time in seconds from Epoch (00:00:00 UTC, January 1, 2009). Notice : input value must larger than 1230768000 (00:00:00 UTC, January 1, 2009) and smaller than 2145916799 (23:59:59 UTC, December 31, 2037).
Status: current Access: read-write
OBJECT-TYPE    
  Integer32  

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sysSNTPDSTState 1.3.6.1.4.1.171.10.75.7.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.75.7.21.1
OBJECT IDENTIFIER    

voicevlanOUI 1.3.6.1.4.1.171.10.75.7.21.2
OBJECT IDENTIFIER    

voiceVlanMode 1.3.6.1.4.1.171.10.75.7.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.75.7.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.75.7.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.75.7.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.75.7.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.75.7.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.75.7.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.75.7.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)  

voicevlanPortState 1.3.6.1.4.1.171.10.75.7.21.1.6.1.3
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.75.7.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.75.7.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.75.7.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.75.7.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.75.7.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.75.7.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  

autoSurveillanceVlanSystem 1.3.6.1.4.1.171.10.75.7.26.1
OBJECT IDENTIFIER    

autoSurveillanceVlanOUI 1.3.6.1.4.1.171.10.75.7.26.2
OBJECT IDENTIFIER    

autoSurveillanceVlanMode 1.3.6.1.4.1.171.10.75.7.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.75.7.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.75.7.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)  

autoSurveillanceVlanOUITable 1.3.6.1.4.1.171.10.75.7.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.75.7.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.75.7.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.75.7.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.75.7.26.2.1.1.3
Auto Surveillance vlan OUI Mask. In default OUI is FF:FF:FF:F0:00:00, in user define OUI is FF:FF:FF:FF:FF:FF.
Status: current Access: read-only
OBJECT-TYPE    
  MacAddress  

autoSurveillanceVlanOUIComponentType 1.3.6.1.4.1.171.10.75.7.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.75.7.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  

securityDhcpServerScreen 1.3.6.1.4.1.171.10.75.7.14.7
OBJECT IDENTIFIER    

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