RmonStatus |
|
The status of a table entry.
Setting this object to the value invalid(4) has the
effect of invalidating the corresponding entry.
That is, it effectively disassociates the mapping
identified with said entry.
It is an implementation-specific matter as to whether
the agent removes an invalidated entry from the table.
Accordingly, management stations must be prepared to
receive tabular information from agents that corresponds
to entries currently not in use. Proper
interpretation of such entries requires examination
of the relevant RmonStatus object.
An existing instance of this object cannot be set to
createRequest(2). This object may only be set to
createRequest(2) when this instance is created. When
this object is created, the agent may wish to create
supplemental object instances with default values
to complete a conceptual row in this table. Because the
creation of these default objects is entirely at the option
of the agent, the manager must not assume that any will be
created, but may make use of any that are created.
Immediately after completing the create operation, the agent
must set this object to underCreation(3).
When in the underCreation(3) state, an entry is allowed to
exist in a possibly incomplete, possibly inconsistent state,
usually to allow it to be modified in multiple PDUs. When in
this state, an entry is not fully active.
Entries shall exist in the underCreation(3) state until
the management station is finished configuring the entry
and sets this object to valid(1) or aborts, setting this
object to invalid(4). If the agent determines that an
entry has been in the underCreation(3) state for an
abnormally long time, it may decide that the management
station has crashed. If the agent makes this decision,
it may set this object to invalid(4) to reclaim the
entry. A prudent agent will understand that the
management station may need to wait for human input
and will allow for that possibility in its
determination of this abnormally long period.
An entry in the valid(1) state is fully configured and
consistent and fully represents the configuration or
operation such a row is intended to represent. For
example, it could be a statistical function that is
configured and active, or a filter that is available
in the list of filters processed by the packet capture
process.
A manager is restricted to changing the state of an entry in
the following ways:
To: valid createRequest underCreation invalid
From:
valid OK NO OK OK
createRequest N/A N/A N/A N/A
underCreation OK NO OK OK
invalid NO NO NO OK
nonExistent NO OK NO OK
In the table above, it is not applicable to move the state
from the createRequest state to any other state because the
manager will never find the variable in that state. The
nonExistent state is not a value of the enumeration, rather
it means that the entryStatus variable does not exist at all.
An agent may allow an entryStatus variable to change state in
additional ways, so long as the semantics of the states are
followed. This allowance is made to ease the implementation of
the agent and is made despite the fact that managers should
never exercise these additional state transitions. |
TEXTUAL-CONVENTION |
|
|
|
|
INTEGER |
valid(1), createRequest(2), underCreation(3), invalid(4) |
|
SysPortCtrlEntry |
|
SEQUENCE |
|
|
|
|
sysPortCtrlIndex |
Integer32 |
|
|
sysPortCtrlMediumType |
INTEGER |
|
|
sysPortCtrlSpeed |
INTEGER |
|
|
sysPortCtrlOperStatus |
INTEGER |
|
|
sysPortCtrlMDI |
INTEGER |
|
|
sysPortCtrlFlowControl |
INTEGER |
|
|
sysPortCtrlFlowControlOper |
INTEGER |
|
|
sysPortCtrlType |
INTEGER |
|
|
sysPortCtrlCapability |
BITS |
|
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 |
|
ImpbBindingListEntry |
|
SEQUENCE |
|
|
|
|
impbBindingListIpAddress |
DisplayString |
|
|
impbBindingListMacAddress |
MacAddress |
|
|
impbBindingListPort |
Integer32 |
|
|
impbBindingListRowStatus |
RowStatus |
|
ImpbDhcpSnoopingEntry |
|
SEQUENCE |
|
|
|
|
impbDhcpSnoopingMacAddress |
MacAddress |
|
|
impbDhcpSnoopingIpAddress |
Ipv6Address |
|
|
impbDhcpSnoopingLeaseTime |
Integer32 |
|
|
impbDhcpSnoopingPort |
Integer32 |
|
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 |
|
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 |
|
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 |
|
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 |
|
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 |
|
CosBandwidthCtrlEntry |
|
SEQUENCE |
|
|
|
|
cosBandwidthCtrlPortIndex |
Integer32 |
|
|
cosBandwidthCtrlClassIndex |
INTEGER |
|
|
cosBandwidthValue |
Integer32 |
|
|
cosBandwidthEffectiveRX |
Integer32 |
|
|
cosBandwidthEffectiveTX |
Integer32 |
|
QosDefaultUserPriEntry |
|
SEQUENCE |
|
|
|
|
qosDefaultUserPriPortIndex |
INTEGER |
|
|
qosDefaultPriority |
INTEGER |
|
|
qosEffectiveDefaultPriority |
INTEGER |
|
BandwidthCtrlEntry |
|
SEQUENCE |
|
|
|
|
bandwidthCtrlIndex |
Integer32 |
|
|
bandwidthCtrlTxThreshold |
Integer32 |
|
|
bandwidthCtrlRxThreshold |
Integer32 |
|
|
bandwidthEffecTxThreshold |
Integer32 |
|
|
bandwidthEffecRxThreshold |
Integer32 |
|
ARPSpoofPreventEntry |
|
SEQUENCE |
|
|
|
|
aRPSpoofPreventIpAddr |
IpAddress |
|
|
aRPSpoofPreventMacAddress |
MacAddress |
|
|
aRPSpoofPreventPortList |
PortList |
|
|
aRPSpoofPreventRowStatus |
RowStatus |
|
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 |
|
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 |
|
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 |
|
Ipv4snmpV3HostEntry |
|
SEQUENCE |
|
|
|
|
ipv4snmpV3HostAddress |
IpAddress |
|
|
ipv4snmpV3HostCommunityName |
SnmpAdminString |
|
|
ipv4snmpV3HostVersion |
INTEGER |
|
|
ipv4snmpV3HostStatus |
RowStatus |
|
Ipv4SyslogServEntry |
|
SEQUENCE |
|
|
|
|
ipv4syslogServIndex |
INTEGER |
|
|
ipv4syslogServAddr |
IpAddress |
|
|
ipv4syslogServSeverity |
INTEGER |
|
|
ipv4syslogServFacility |
INTEGER |
|
|
ipv4syslogServUDPport |
INTEGER |
|
|
ipv4syslogServSrvStatus |
INTEGER |
|
|
ipv4syslogServSrvRowStatus |
RowStatus |
|
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 |
|
ProtocolGroupEntry |
|
SEQUENCE |
|
|
|
|
protocolGroupId |
Integer32 |
|
|
protocolGroupFrameType |
INTEGER |
|
|
protocolGroupProtocolValue |
Integer32 |
|
|
protocolGroupRowStatus |
RowStatus |
|
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 |
|
LldpPortConfigEntry |
|
SEQUENCE |
|
|
|
|
lldpPortConfigPortNum |
LldpPortNumber |
|
|
lldpPortConfigAdminStatus |
INTEGER |
|
|
lldpPortConfigNotificationEnable |
TruthValue |
|
|
lldpPortConfigTLVsTxEnable |
BITS |
|
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 |
|
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 |
|
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 |
|
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 |
|
IPv4AacServerInfoEntry |
|
SEQUENCE |
|
|
|
|
iPv4aacServerIndex |
INTEGER |
|
|
iPv4aacServerIPAddr |
IpAddress |
|
|
iPv4aacServerAuthProtocol |
INTEGER |
|
|
iPv4aacServerAuthPort |
INTEGER |
|
|
iPv4aacServerAuthKey |
OCTET STRING |
|
|
iPv4aacServerTimeout |
INTEGER |
|
|
iPv4aacServerRetryCount |
INTEGER |
|
|
iPv4aacServerRowStatus |
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 |
|
Ipv4SmtpRecvMailAddrEntry |
|
SEQUENCE |
|
|
|
|
ipv4smtpRecvMailAddrIndex |
INTEGER |
|
|
ipv4smtpRecvMailAddr |
OCTET STRING |
|
|
ipv4smtpRecvMailAddrStatus |
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 |
|
PppoePortEntry |
|
SEQUENCE |
|
|
|
|
pppoePortIndex |
Integer32 |
|
|
pppoePortState |
INTEGER |
|
|
pppoePortCircuitIDType |
INTEGER |
|
|
pppoePortUDFString |
DisplayString |
|
|
pppoePortCircuitIDVendor3String |
DisplayString |
|
|
pppoePortRemoteIDType |
INTEGER |
|
|
pppoePortRemoteIDVendor3String |
DisplayString |
|
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 |
|
Dhcpv6RelayOpt38Entry |
|
SEQUENCE |
|
|
|
|
dhcpv6RelayOpt38PortIndex |
Integer32 |
|
|
dhcpv6RelayOpt38PortState |
INTEGER |
|
|
dhcpv6RelayOpt38PortType |
INTEGER |
|
|
dhcpv6RelayOpt38PortID |
DisplayString |
|
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 |
|
|
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 |
|
|
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 |
|
|
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 |
|
|
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 |
|
|
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 |
|
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 |
|
|
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 |
|
|
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 |
|
|
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 |
|
|
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) |
|
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 |
|
|
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 |
|
|
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 |
|
|
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 |
|
|
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 |
|
|
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 |
|
|
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 |
|
|
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 |
|
|
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 |
|
|
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 |
|
|
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 |
|
|
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 |
|
|
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 |
|
|