DES-1210-28MEbx

File: DES-1210-28MEbx.mib (841389 bytes)

Imported modules

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

Imported symbols

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

Defined Types

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

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

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

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

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

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

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

Ipv6Address  
This data type is used to model IPv6 addresses. This is a binary string of 16 octets in network byte-order.
TEXTUAL-CONVENTION    
  OCTET STRING Size(16)  

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

SysPortDescriptionEntry  
SEQUENCE    
  sysPortDescIndex INTEGER
  sysPortDescMediumType INTEGER
  sysPortDescString DisplayString
  sysPortUpLinkTime DisplayString

SysPortErrEntry  
SEQUENCE    
  sysPortErrPortIndex INTEGER
  sysPortErrPortState INTEGER
  sysPortErrPortStatus INTEGER
  sysPortErrPortReason INTEGER

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

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

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

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

ImpbBindingListEntry  
SEQUENCE    
  impbBindingListIpAddress DisplayString
  impbBindingListMacAddress MacAddress
  impbBindingListPort Integer32
  impbBindingListRowStatus RowStatus

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

ImpbDhcpSnoopingEntry  
SEQUENCE    
  impbDhcpSnoopingMacAddress MacAddress
  impbDhcpSnoopingIpAddress Ipv6Address
  impbDhcpSnoopingLeaseTime Integer32
  impbDhcpSnoopingPort Integer32

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

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

MstMstiBridgeEntry  
SEQUENCE    
  mstMstiInstanceIndex Integer32
  mstMstiBridgePriority Integer32
  mstMstiStatus INTEGER

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

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

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

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

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

DHCPRelayVlanSettings  
SEQUENCE    
  dhcpRelayVlanSettingsVLANID INTEGER
  dhcpRelayVlanSettingsState INTEGER

DHCPBOOTPRelayInterfaceSettings  
SEQUENCE    
  dhcpBOOTPRelayInterface DisplayString
  dhcpBOOTPRelayServerIP IpAddress
  dhcpBOOTPRelayInterfaceSettingsRowStatus RowStatus

DHCPLocalRelaySettings  
SEQUENCE    
  dhcpLocalRelaySettingsVLANID INTEGER
  dhcpLocalRelaySettingsState INTEGER

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

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

LaPortChannelEntry  
SEQUENCE    
  laPortChannelIfIndex InterfaceIndex
  laPortChannelMemberList PortList
  laPortChannelMode PortLaMode
  laPortChannelMasterPort InterfaceIndex

LaPortControlEntry  
SEQUENCE    
  laPortControlIndex InterfaceIndex
  laPortActorPortPriority INTEGER
  laPortActorActivity INTEGER
  laPortActorTimeout INTEGER

StaticEntry  
SEQUENCE    
  staticVlanID INTEGER
  staticMac MacAddress
  staticPort INTEGER
  staticStatus RowStatus

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

IgsVlanRouterEntry  
SEQUENCE    
  igsVlanRouterVlanId Integer32
  igsVlanRouterPortList PortList

IgsVlanFilterEntry  
SEQUENCE    
  igsVlanFilterVlanId Integer32
  igsVlanSnoopStatus INTEGER
  igsVlanQuerier INTEGER
  igsVlanCfgQuerier INTEGER
  igsVlanQueryInterval Integer32
  igsVlanRtrPortList PortList
  igsVlanFbdRtrPortList PortList
  igsVlanFastLeave INTEGER
  igsVlanDataDrivenLearningStatus INTEGER
  igsVlanQuerierVersionStatus INTEGER
  igsVlanDataDrivenLearningAgeOutStatus INTEGER
  igsVlanReportSuppression INTEGER
  igsVlanRobustnessValue Integer32
  igsVlanGrpQueryInterval Integer32
  igsVlanQueryMaxResponseTime INTEGER

IgsVlanMulticastGroupEntry  
SEQUENCE    
  igsVlanMulticastGroupVlanId Integer32
  igsVlanMulticastGroupIpAddress InetAddress
  igsVlanMulticastGroupMacAddress MacAddress
  igsVlanMulticastGroupPortList PortList

IgsHostEntry  
SEQUENCE    
  igsHostTableVLANID Integer32
  igsHostTableGroupAddress InetAddress
  igsHostTablePort Integer32
  igsHostTableHostIPAddress InetAddress

MldsVlanRouterEntry  
SEQUENCE    
  mldsVlanRouterVlanId Integer32
  mldsVlanRouterPortList PortList

MldsVlanFilterEntry  
SEQUENCE    
  mldsVlanFilterVlanId Integer32
  mldsVlanSnoopStatus INTEGER
  mldsVlanQuerier INTEGER
  mldsVlanCfgQuerier INTEGER
  mldsVlanQueryInterval Integer32
  mldsVlanRtrPortList PortList
  mldsVlanFbdRtrPortList PortList
  mldsVlanFastLeave INTEGER
  mldsVlanDataDrivenLearningStatus INTEGER
  mldsVlanReportSuppression INTEGER
  mldsVlanRobustnessValue Integer32
  mldsVlanGrpQueryInterval Integer32
  mldsVlanQueryMaxResponseTime INTEGER

MldsVlanMulticastGroupEntry  
SEQUENCE    
  mldsVlanMulticastGroupVlanId Integer32
  mldsVlanMulticastGroupIpAddress InetAddress
  mldsVlanMulticastGroupMacAddress MacAddress
  mldsVlanMulticastGroupPortList PortList

MldsHostEntry  
SEQUENCE    
  mldsHostTableVLANID Integer32
  mldsHostTableGroupAddress Ipv6Address
  mldsHostTablePort Integer32
  mldsHostTableHostIPAddress Ipv6Address

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

SwAuthUserEntry  
SEQUENCE    
  swAuthUserName SnmpAdminString
  swAuthUserPassword DisplayString
  swAuthUserStatus RowStatus

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

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

CosClassEntry  
SEQUENCE    
  cosClassIndex INTEGER
  cosWeight INTEGER

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

QosDefaultUserPriEntry  
SEQUENCE    
  qosDefaultUserPriPortIndex INTEGER
  qosDefaultPriority INTEGER
  qosEffectiveDefaultPriority INTEGER

QosUserPriEntry  
SEQUENCE    
  qosUserPriIndex INTEGER
  qosUserPriClass INTEGER

QosPriSettingsEntry  
SEQUENCE    
  qosPriSetPortIndex INTEGER
  qosPriSetPortType INTEGER

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

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

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

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

Ipv4TrustedHostEntry  
SEQUENCE    
  ipv4trustedHostIpAddr IpAddress
  ipv4trustedHostIpMask IpAddress
  ipv4trustedHostRowStatus RowStatus

TrustedHostEntry  
SEQUENCE    
  trustedHostIPType INTEGER
  trustedHostIpAddr Ipv6Address
  trustedHostIpMask Ipv6Address
  trustedHostRowStatus RowStatus

ARPSpoofPreventEntry  
SEQUENCE    
  aRPSpoofPreventIpAddr IpAddress
  aRPSpoofPreventMacAddress MacAddress
  aRPSpoofPreventPortList PortList
  aRPSpoofPreventRowStatus RowStatus

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

PortSecEntry  
SEQUENCE    
  portSecIndex Integer32
  portSecState INTEGER
  portSecMLA Integer32
  portSecLockAddrMode INTEGER

PortSecFDBPermanentEntry  
SEQUENCE    
  portSecFDBPermIndex INTEGER
  portSecFDBPermVlanID INTEGER
  portSecFDBPermMac MacAddress
  portSecFDBPermPort INTEGER

CableDiagEntry  
SEQUENCE    
  cableDiagPortIndex Integer32
  cableDiagPortType INTEGER
  cableDiagLinkStatus INTEGER
  cableDiagPair1Status INTEGER
  cableDiagPair2Status INTEGER
  cableDiagPair3Status INTEGER
  cableDiagPair4Status INTEGER
  cableDiagPair1Length Integer32
  cableDiagPair2Length Integer32
  cableDiagPair3Length Integer32
  cableDiagPair4Length Integer32
  cableDiagAction INTEGER
  cableDiagStatus INTEGER

Ipv4AclProfileEntry  
SEQUENCE    
  ipv4aclProfileNo Integer32
  ipv4aclProfileType INTEGER
  ipv4aclProfileRuleCount Integer32
  ipv4aclProfileMask OCTET STRING
  ipv4aclProfileDstMacAddrMask MacAddress
  ipv4aclProfileSrcMacAddrMask MacAddress
  ipv4aclProfileIPProtocol INTEGER
  ipv4aclProfileIPProtocolMask OCTET STRING
  ipv4aclProfileDstIpAddrMask IpAddress
  ipv4aclProfileSrcIpAddrMask IpAddress
  ipv4aclProfileDstPortMask OCTET STRING
  ipv4aclProfileSrcPortMask OCTET STRING
  ipv4aclProfileArpSenderMacAddrMask MacAddress
  ipv4aclProfileArpSenderIpAddrMask IpAddress
  ipv4aclProfileUdfOffsetMap OCTET STRING
  ipv4aclUdfOffsetBase1 INTEGER
  ipv4aclUdfOffsetByte1 Integer32
  ipv4aclUdfOffsetMask1 OCTET STRING
  ipv4aclUdfOffsetBase2 INTEGER
  ipv4aclUdfOffsetByte2 Integer32
  ipv4aclUdfOffsetMask2 OCTET STRING
  ipv4aclUdfOffsetBase3 INTEGER
  ipv4aclUdfOffsetByte3 Integer32
  ipv4aclUdfOffsetMask3 OCTET STRING
  ipv4aclUdfOffsetBase4 INTEGER
  ipv4aclUdfOffsetByte4 Integer32
  ipv4aclUdfOffsetMask4 OCTET STRING
  ipv4aclProfileStatus RowStatus

AclProfileEntry  
SEQUENCE    
  aclProfileNo Integer32
  aclProfileType INTEGER
  aclProfileRuleCount Integer32
  aclProfileMask OCTET STRING
  aclProfileDstMacAddrMask MacAddress
  aclProfileSrcMacAddrMask MacAddress
  aclProfileIPProtocol INTEGER
  aclProfileIPProtocolMask OCTET STRING
  aclProfileDstIpAddrMaskType INTEGER
  aclProfileDstIpAddrMask Ipv6Address
  aclProfileSrcIpAddrMaskType INTEGER
  aclProfileSrcIpAddrMask Ipv6Address
  aclProfileDstPortMask OCTET STRING
  aclProfileSrcPortMask OCTET STRING
  aclProfileArpSenderMacAddrMask MacAddress
  aclProfileArpSenderIpAddrMask Ipv6Address
  aclProfileUdfOffsetMap OCTET STRING
  aclUdfOffsetBase1 INTEGER
  aclUdfOffsetByte1 Integer32
  aclUdfOffsetMask1 OCTET STRING
  aclUdfOffsetBase2 INTEGER
  aclUdfOffsetByte2 Integer32
  aclUdfOffsetMask2 OCTET STRING
  aclUdfOffsetBase3 INTEGER
  aclUdfOffsetByte3 Integer32
  aclUdfOffsetMask3 OCTET STRING
  aclUdfOffsetBase4 INTEGER
  aclUdfOffsetByte4 Integer32
  aclUdfOffsetMask4 OCTET STRING
  aclProfileStatus RowStatus

AclL2RuleEntry  
SEQUENCE    
  aclL2AccessID Integer32
  aclL2ProfileID Integer32
  aclL2RuleEtherType Integer32
  aclL2RuleDstMacAddr MacAddress
  aclL2RuleSrcMacAddr MacAddress
  aclL2RuleVlanId Integer32
  aclL2Rule1pPriority Integer32
  aclL2RuleDstMacAddrMask MacAddress
  aclL2RuleSrcMacAddrMask MacAddress
  aclL2RuleInPortList PortList
  aclL2RuleAction INTEGER
  aclL2RuleRateLimit Unsigned32
  aclL2RuleReplaceDSCP Integer32
  aclL2RuleReplace1P Integer32
  aclL2RuleReplaceQueue Integer32
  aclL2RuleFilterTimeRange OCTET STRING
  aclL2RuleVlanIdMask OCTET STRING
  aclL2RuleStatus RowStatus

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

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

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

AclFlowMeterEntry  
SEQUENCE    
  aclFlowMeterProfileID Integer32
  aclFlowMeterAccessID Integer32
  aclFlowMeterRate Integer32
  aclFlowMeterBurstSize Integer32
  aclFlowMeterReplaceDscp Integer32
  aclFlowMeterAction INTEGER
  aclFlowMeterStatus RowStatus

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

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

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

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

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

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

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

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

SnmpV3CommunityEntry  
SEQUENCE    
  snmpV3CommunityName OCTET STRING
  snmpV3CommunityPolicy SnmpAdminString
  snmpV3CommunityStatus RowStatus

Ipv4snmpV3HostEntry  
SEQUENCE    
  ipv4snmpV3HostAddress IpAddress
  ipv4snmpV3HostCommunityName SnmpAdminString
  ipv4snmpV3HostVersion INTEGER
  ipv4snmpV3HostStatus RowStatus

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

Ipv4SyslogServEntry  
SEQUENCE    
  ipv4syslogServIndex INTEGER
  ipv4syslogServAddr IpAddress
  ipv4syslogServSeverity INTEGER
  ipv4syslogServFacility INTEGER
  ipv4syslogServUDPport INTEGER
  ipv4syslogServSrvStatus INTEGER
  ipv4syslogServSrvRowStatus RowStatus

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

SysLBDCtrlEntry  
SEQUENCE    
  sysLBDCtrlIndex Integer32
  sysLBDPortStatus INTEGER
  sysLBDPortLoopStatus INTEGER

SysLBDVlanLoopEntry  
SEQUENCE    
  sysLBDVlanLoopIndex Integer32
  sysLBDVlanLoopPorts PortList

LimitIpMulticastProfileEntry  
SEQUENCE    
  limitIpMulticastIPType INTEGER
  limitIpMulticastProfileID INTEGER
  limitIpMulticastProfileName DisplayString
  limitIpMulticastProfileStatus RowStatus

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

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

ProtocolGroupNameEntry  
SEQUENCE    
  protocolGroupGID Integer32
  protocolGroupName DisplayString

ProtocolGroupEntry  
SEQUENCE    
  protocolGroupId Integer32
  protocolGroupFrameType INTEGER
  protocolGroupProtocolValue Integer32
  protocolGroupRowStatus RowStatus

ProtocolVlanEntry  
SEQUENCE    
  protocolVlanPort Integer32
  protocolVlanVID Integer32
  protocolVlanGroupID Integer32
  protocolVlanRowStatus RowStatus

MacNotifyCtrlEntry  
SEQUENCE    
  macNotifyCtrlIndex Integer32
  macNotifyPortStatus INTEGER

SysBPDUAttackCtrlEntry  
SEQUENCE    
  sysBPDUAttackCtrlIndex Integer32
  sysBPDUAttackPortState INTEGER
  sysBPDUAttackPortMode INTEGER
  sysBPDUAttackPortStatus INTEGER

VlanTrunkConfigEntry  
SEQUENCE    
  vlanTrunkIfIndex InterfaceIndex
  vlanTrunkState INTEGER

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

QinQVlanTranslationCVIDEntry  
SEQUENCE    
  qinqVlanTranslationCVID Unsigned32
  qinqVlanTranslationSVID Unsigned32
  qinqVlanTranslationSVIDOperation INTEGER
  qinqVlanTranslationCVIDRowStatus RowStatus

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

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

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

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

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

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

LldpPortConfigEntry  
SEQUENCE    
  lldpPortConfigPortNum LldpPortNumber
  lldpPortConfigAdminStatus INTEGER
  lldpPortConfigNotificationEnable TruthValue
  lldpPortConfigTLVsTxEnable BITS

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

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

LldpXdot3PortConfigEntry  
SEQUENCE    
  lldpXdot3PortConfigTLVsTxEnable BITS

LldpXdot3LocPortEntry  
SEQUENCE    
  lldpXdot3LocPortAutoNegSupported TruthValue
  lldpXdot3LocPortAutoNegEnabled TruthValue
  lldpXdot3LocPortAutoNegAdvertisedCap OCTET STRING
  lldpXdot3LocPortOperMauType Integer32

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

LldpXdot3LocLinkAggEntry  
SEQUENCE    
  lldpXdot3LocLinkAggStatus LldpLinkAggStatusMap
  lldpXdot3LocLinkAggPortId Integer32

LldpXdot3LocMaxFrameSizeEntry  
SEQUENCE    
  lldpXdot3LocMaxFrameSize Integer32

LldpXdot3RemPortEntry  
SEQUENCE    
  lldpXdot3RemPortAutoNegSupported TruthValue
  lldpXdot3RemPortAutoNegEnabled TruthValue
  lldpXdot3RemPortAutoNegAdvertisedCap OCTET STRING
  lldpXdot3RemPortOperMauType Integer32

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

LldpXdot3RemLinkAggEntry  
SEQUENCE    
  lldpXdot3RemLinkAggStatus LldpLinkAggStatusMap
  lldpXdot3RemLinkAggPortId Integer32

LldpXdot3RemMaxFrameSizeEntry  
SEQUENCE    
  lldpXdot3RemMaxFrameSize Integer32

LldpXdot1ConfigPortVlanEntry  
SEQUENCE    
  lldpXdot1ConfigPortVlanTxEnable TruthValue

LldpXdot1LocVlanNameEntry  
SEQUENCE    
  lldpXdot1LocVlanId VlanId
  lldpXdot1LocVlanName SnmpAdminString

LldpXdot1ConfigVlanNameEntry  
SEQUENCE    
  lldpXdot1ConfigVlanNameTxEnable TruthValue

LldpXdot1LocProtoVlanEntry  
SEQUENCE    
  lldpXdot1LocProtoVlanId Integer32
  lldpXdot1LocProtoVlanSupported TruthValue
  lldpXdot1LocProtoVlanEnabled TruthValue

LldpXdot1ConfigProtoVlanEntry  
SEQUENCE    
  lldpXdot1ConfigProtoVlanTxEnable TruthValue

LldpXdot1LocProtocolEntry  
SEQUENCE    
  lldpXdot1LocProtocolIndex Integer32
  lldpXdot1LocProtocolId OCTET STRING

LldpXdot1ConfigProtocolEntry  
SEQUENCE    
  lldpXdot1ConfigProtocolTxEnable TruthValue

LldpXdot1LocEntry  
SEQUENCE    
  lldpXdot1LocPortVlanId Integer32

LldpXdot1RemEntry  
SEQUENCE    
  lldpXdot1RemPortVlanId Integer32

LldpXdot1RemProtoVlanEntry  
SEQUENCE    
  lldpXdot1RemProtoVlanId Integer32
  lldpXdot1RemProtoVlanSupported TruthValue
  lldpXdot1RemProtoVlanEnabled TruthValue

LldpXdot1RemVlanNameEntry  
SEQUENCE    
  lldpXdot1RemVlanId VlanId
  lldpXdot1RemVlanName SnmpAdminString

LldpXdot1RemProtocolEntry  
SEQUENCE    
  lldpXdot1RemProtocolIndex Integer32
  lldpXdot1RemProtocolId OCTET STRING

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

TrafficSegEntry  
SEQUENCE    
  trafficSegIfIndex InterfaceIndex
  trafficSegMemberList PortList

AacServerGroupEntry  
SEQUENCE    
  aacServerGroupIndex INTEGER
  aacServerGroupName OCTET STRING
  aacServersInGroup BITS
  aacServerGroupRowStatus RowStatus

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

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

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

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

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

McastFilterPortEntry  
SEQUENCE    
  mcastFilterPortIndex Integer32
  mcastFilterPortType INTEGER

StaticARPEntry  
SEQUENCE    
  staticARPIP IpAddress
  staticARPMac MacAddress
  staticARPRowStatus RowStatus

SysGratuitousARPEntry  
SEQUENCE    
  sysGratuitousARPIFName OCTET STRING
  sysGratuitousARPInterval Integer32

L2PTEntry  
SEQUENCE    
  l2PTPortIndex INTEGER
  l2PTPortType INTEGER
  l2PTProtocol BITS

L2PTThresholdEntry  
SEQUENCE    
  l2PTProtocolIndex INTEGER
  l2PTDropThreshold INTEGER

Ipv4SmtpRecvMailAddrEntry  
SEQUENCE    
  ipv4smtpRecvMailAddrIndex INTEGER
  ipv4smtpRecvMailAddr OCTET STRING
  ipv4smtpRecvMailAddrStatus RowStatus

SmtpRecvMailAddrEntry  
SEQUENCE    
  smtpRecvMailAddrIndex INTEGER
  smtpRecvMailAddr OCTET STRING
  smtpRecvMailAddrStatus RowStatus

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

IgmpMulticastVlanGroupEntry  
SEQUENCE    
  igmpMulticastVlanGroupVid INTEGER
  igmpMulticastVlanGroupFromIp IpAddress
  igmpMulticastVlanGroupToIp IpAddress
  igmpMulticastVlanGroupStatus RowStatus

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

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

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

RmonStatsEntry  
SEQUENCE    
  rmonStatsIndex Integer32
  rmonStatsDataSource OBJECT IDENTIFIER
  rmonStatsOwner OwnerString
  rmonStatsStatus RmonStatus

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

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

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

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

DHCPv6RelayInterfaceSettings  
SEQUENCE    
  dhcpv6RelayInterface DisplayString
  dhcpv6RelayServerIP Ipv6Address
  dhcpv6RelayInterfaceSettingsRowStatus RowStatus

Dhcpv6RelayOpt38Entry  
SEQUENCE    
  dhcpv6RelayOpt38PortIndex Integer32
  dhcpv6RelayOpt38PortState INTEGER
  dhcpv6RelayOpt38PortType INTEGER
  dhcpv6RelayOpt38PortID DisplayString

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

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

DdmActionMgmtEntry  
SEQUENCE    
  ddmActionPort INTEGER
  ddmActionState INTEGER
  ddmActionShutdown INTEGER

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

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

Defined Values

des-1210-28mebx 1.3.6.1.4.1.171.10.75.15.2
In order to pass the web www.simpleweb.org to verify severity level 3, which must be change the SYNTAX of mib file.
MODULE-IDENTITY    




des-1210-28me 1.3.6.1.4.1.171.10.75.15
OBJECT IDENTIFIER    

companySystem 1.3.6.1.4.1.171.10.75.15.2.1
OBJECT IDENTIFIER    

companyIpifGroup 1.3.6.1.4.1.171.10.75.15.2.2
OBJECT IDENTIFIER    

companyTftpGroup 1.3.6.1.4.1.171.10.75.15.2.3
OBJECT IDENTIFIER    

companyMiscGroup 1.3.6.1.4.1.171.10.75.15.2.4
OBJECT IDENTIFIER    

companySNMPV3 1.3.6.1.4.1.171.10.75.15.2.5
OBJECT IDENTIFIER    

companySTP 1.3.6.1.4.1.171.10.75.15.2.6
OBJECT IDENTIFIER    

companyDot1qVlanGroup 1.3.6.1.4.1.171.10.75.15.2.7
OBJECT IDENTIFIER    

companyLA 1.3.6.1.4.1.171.10.75.15.2.8
OBJECT IDENTIFIER    

companyStaticMAC 1.3.6.1.4.1.171.10.75.15.2.9
OBJECT IDENTIFIER    

companyIgsGroup 1.3.6.1.4.1.171.10.75.15.2.10
OBJECT IDENTIFIER    

companyGVRPGroup 1.3.6.1.4.1.171.10.75.15.2.11
OBJECT IDENTIFIER    

companyQoSGroup 1.3.6.1.4.1.171.10.75.15.2.12
OBJECT IDENTIFIER    

companyTrafficMgmt 1.3.6.1.4.1.171.10.75.15.2.13
OBJECT IDENTIFIER    

companySecurity 1.3.6.1.4.1.171.10.75.15.2.14
OBJECT IDENTIFIER    

companyACLGroup 1.3.6.1.4.1.171.10.75.15.2.15
OBJECT IDENTIFIER    

companySyslog 1.3.6.1.4.1.171.10.75.15.2.16
OBJECT IDENTIFIER    

companyLBD 1.3.6.1.4.1.171.10.75.15.2.17
OBJECT IDENTIFIER    

companyMirror 1.3.6.1.4.1.171.10.75.15.2.18
OBJECT IDENTIFIER    

companyStaticMcast 1.3.6.1.4.1.171.10.75.15.2.19
OBJECT IDENTIFIER    

companySNTPSetting 1.3.6.1.4.1.171.10.75.15.2.20
OBJECT IDENTIFIER    

companyRMON 1.3.6.1.4.1.171.10.75.15.2.22
OBJECT IDENTIFIER    

companyAuthGroup 1.3.6.1.4.1.171.10.75.15.2.23
OBJECT IDENTIFIER    

companyGuestVlan 1.3.6.1.4.1.171.10.75.15.2.24
OBJECT IDENTIFIER    

companyMacNotify 1.3.6.1.4.1.171.10.75.15.2.25
OBJECT IDENTIFIER    

companyISMVLAN 1.3.6.1.4.1.171.10.75.15.2.27
OBJECT IDENTIFIER    

companyDHCPRelay 1.3.6.1.4.1.171.10.75.15.2.28
OBJECT IDENTIFIER    

companyDHCPLocalRelay 1.3.6.1.4.1.171.10.75.15.2.29
OBJECT IDENTIFIER    

companyTrapSetting 1.3.6.1.4.1.171.10.75.15.2.30
OBJECT IDENTIFIER    

sysFirmwareInfomation 1.3.6.1.4.1.171.10.75.15.2.1.31
OBJECT IDENTIFIER    

companyLLDPSetting 1.3.6.1.4.1.171.10.75.15.2.32
OBJECT IDENTIFIER    

companyCPUInterfaceFilterGroup 1.3.6.1.4.1.171.10.75.15.2.33
OBJECT IDENTIFIER    

companyStaticARP 1.3.6.1.4.1.171.10.75.15.2.34
OBJECT IDENTIFIER    

companyCableDiagnostic 1.3.6.1.4.1.171.10.75.15.2.35
OBJECT IDENTIFIER    

companyVLANTrunk 1.3.6.1.4.1.171.10.75.15.2.36
OBJECT IDENTIFIER    

companyQinQ 1.3.6.1.4.1.171.10.75.15.2.37
OBJECT IDENTIFIER    

companyTimeRangeMgmt 1.3.6.1.4.1.171.10.75.15.2.38
OBJECT IDENTIFIER    

companySMTP 1.3.6.1.4.1.171.10.75.15.2.40
OBJECT IDENTIFIER    

companyLimitIp 1.3.6.1.4.1.171.10.75.15.2.45
OBJECT IDENTIFIER    

companyGratuitousARP 1.3.6.1.4.1.171.10.75.15.2.48
OBJECT IDENTIFIER    

companyMulticastFilter 1.3.6.1.4.1.171.10.75.15.2.49
OBJECT IDENTIFIER    

companyNeighbor 1.3.6.1.4.1.171.10.75.15.2.50
OBJECT IDENTIFIER    

companyEoam 1.3.6.1.4.1.171.10.75.15.2.51
OBJECT IDENTIFIER    

companyDuld 1.3.6.1.4.1.171.10.75.15.2.52
OBJECT IDENTIFIER    

companyMacBasedVlan 1.3.6.1.4.1.171.10.75.15.2.70
OBJECT IDENTIFIER    

companyBPDUAttack 1.3.6.1.4.1.171.10.75.15.2.77
OBJECT IDENTIFIER    

companyDHCPv6Relay 1.3.6.1.4.1.171.10.75.15.2.86
OBJECT IDENTIFIER    

companyMldsGroup 1.3.6.1.4.1.171.10.75.15.2.88
OBJECT IDENTIFIER    

companyPPPoE 1.3.6.1.4.1.171.10.75.15.2.98
OBJECT IDENTIFIER    

companyDoSCtrl 1.3.6.1.4.1.171.10.75.15.2.99
OBJECT IDENTIFIER    

companyAgentBasicInfo 1.3.6.1.4.1.171.10.75.15.2.100
OBJECT IDENTIFIER    

companyProtocolVlan 1.3.6.1.4.1.171.10.75.15.2.101
OBJECT IDENTIFIER    

companyL2PT 1.3.6.1.4.1.171.10.75.15.2.102
OBJECT IDENTIFIER    

companySfpVendorInfo 1.3.6.1.4.1.171.10.75.15.2.104
OBJECT IDENTIFIER    

companyDDM 1.3.6.1.4.1.171.10.75.15.2.105
OBJECT IDENTIFIER    

companyFTPGroup 1.3.6.1.4.1.171.10.75.15.2.107
OBJECT IDENTIFIER    

companyTraps 1.3.6.1.4.1.171.10.75.15.2.120
OBJECT IDENTIFIER    

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

ipifSupportV4V6Info 1.3.6.1.4.1.171.10.75.15.2.2.7
OBJECT IDENTIFIER    

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

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

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

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

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

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

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

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

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

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

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

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

ipifv6DefaultGateway 1.3.6.1.4.1.171.10.75.15.2.2.7.13
The ipv6 default gateway that you want this interface to be in. It must be a exist vlan id.
Status: current Access: read-write
OBJECT-TYPE    
  Ipv6Address  

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

tftpFwTargetGroup 1.3.6.1.4.1.171.10.75.15.2.3.9
OBJECT IDENTIFIER    

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

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

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

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

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

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

tftpCfgTargetGroup 1.3.6.1.4.1.171.10.75.15.2.3.10
OBJECT IDENTIFIER    

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

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

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

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

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

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

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

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

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

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

securityIpMacPortBinding 1.3.6.1.4.1.171.10.75.15.2.14.10
OBJECT IDENTIFIER    

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

impbBindingtrap 1.3.6.1.4.1.171.10.75.15.2.14.10.15
OBJECT IDENTIFIER    

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

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

stpBridgeGlobal 1.3.6.1.4.1.171.10.75.15.2.6.1
OBJECT IDENTIFIER    

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

stpNewRootTraps 1.3.6.1.4.1.171.10.75.15.2.6.1.16
OBJECT IDENTIFIER    

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

mstConfigurationIdentification 1.3.6.1.4.1.171.10.75.15.2.6.3
OBJECT IDENTIFIER    

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

stpInstance 1.3.6.1.4.1.171.10.75.15.2.6.4
OBJECT IDENTIFIER    

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

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

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

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

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

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

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

stpInstancePortTable 1.3.6.1.4.1.171.10.75.15.2.6.5
OBJECT IDENTIFIER    

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

dhcpBOOTPRelayControl 1.3.6.1.4.1.171.10.75.15.2.28.1
OBJECT IDENTIFIER    

dhcpBOOTPRelayManagement 1.3.6.1.4.1.171.10.75.15.2.28.2
OBJECT IDENTIFIER    

dhcpBOOTPRelayManagementOption82 1.3.6.1.4.1.171.10.75.15.2.28.2.2
OBJECT IDENTIFIER    

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

laSystem 1.3.6.1.4.1.171.10.75.15.2.8.1
OBJECT IDENTIFIER    

laPortControl 1.3.6.1.4.1.171.10.75.15.2.8.2
OBJECT IDENTIFIER    

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

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

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

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

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

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

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

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

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

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

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

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

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

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

staticVlanBaseTable 1.3.6.1.4.1.171.10.75.15.2.9.5
OBJECT IDENTIFIER    

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

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

staticTable 1.3