FASTPATH-SWITCHING-MIB

File: FASTPATH-SWITCHING-MIB.mib (330523 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC BROADCOM-REF-MIB
RFC1213-MIB Q-BRIDGE-MIB IANAifType-MIB
IF-MIB INET-ADDRESS-MIB

Imported symbols

MODULE-IDENTITY OBJECT-TYPE NOTIFICATION-TYPE
IpAddress Integer32 Unsigned32
Counter32 Gauge32 TimeTicks
RowStatus TruthValue MacAddress
DateAndTime ng7000managedswitch AgentPortMask
DisplayString PhysAddress VlanIndex
dot1qVlanIndex dot1qFdbId IANAifType
ifIndex InterfaceIndex InetAddressType
InetAddress

Defined Types

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  

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

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)  

Ipv6AddressPrefix  
This data type is used to model IPv6 address prefixes. This is a binary string of up to 16 octets in network byte-order.
TEXTUAL-CONVENTION    
  OCTET STRING Size(0..16)  

Ipv6AddressIfIdentifier  
This data type is used to model IPv6 address interface identifiers. This is a binary string of up to 8 octets in network byte-order.
TEXTUAL-CONVENTION    
  OCTET STRING Size(0..8)  

Ipv6IfIndex  
A unique value, greater than zero for each internetwork-layer interface in the managed system. It is recommended that values are assigned contiguously starting from 1. The value for each internetwork-layer interface must remain constant at least from one re-initialization of the entity's network management system to the next re-initialization.
TEXTUAL-CONVENTION    
  Integer32 1..2147483647  

Ipv6IfIndexOrZero  
This textual convention is an extension of the Ipv6IfIndex convention. The latter defines a greater than zero value used to identify an IPv6 interface in the managed system. This extension permits the additional value of zero. The value zero is object-specific and must therefore be defined as part of the description of any object which uses this syntax. Examples of the usage of zero might include situations where interface was unknown, or when none or all interfaces need to be referenced.
TEXTUAL-CONVENTION    
  Integer32 0..2147483647  

AgentTrapLogEntry  
SEQUENCE    
  agentTrapLogIndex Integer32
  agentTrapLogSystemTime DisplayString
  agentTrapLogTrap DisplayString

AgentSupportedMibEntry  
SEQUENCE    
  agentSupportedMibIndex Integer32
  agentSupportedMibName DisplayString
  agentSupportedMibDescription DisplayString

AgentSwitchCpuProcessEntry  
SEQUENCE    
  agentSwitchCpuProcessIndex Integer32
  agentSwitchCpuProcessName DisplayString
  agentSwitchCpuProcessPercentageUtilization DisplayString

AgentLoginSessionEntry  
SEQUENCE    
  agentLoginSessionIndex Integer32
  agentLoginSessionUserName DisplayString
  agentLoginSessionIPAddress IpAddress
  agentLoginSessionConnectionType INTEGER
  agentLoginSessionIdleTime TimeTicks
  agentLoginSessionSessionTime TimeTicks
  agentLoginSessionStatus RowStatus
  agentLoginSessionInetAddressType InetAddressType
  agentLoginSessionInetAddress InetAddress

AgentUserConfigEntry  
SEQUENCE    
  agentUserIndex Integer32
  agentUserName DisplayString
  agentUserPassword DisplayString
  agentUserAccessMode INTEGER
  agentUserStatus RowStatus
  agentUserAuthenticationType INTEGER
  agentUserEncryptionType INTEGER
  agentUserEncryptionPassword DisplayString
  agentUserLockoutStatus INTEGER
  agentUserPasswordExpireTime DateAndTime

AgentLagSummaryConfigEntry  
SEQUENCE    
  agentLagSummaryLagIndex Integer32
  agentLagSummaryName DisplayString
  agentLagSummaryFlushTimer Integer32
  agentLagSummaryLinkTrap INTEGER
  agentLagSummaryAdminMode INTEGER
  agentLagSummaryStpMode INTEGER
  agentLagSummaryAddPort Integer32
  agentLagSummaryDeletePort Integer32
  agentLagSummaryStatus RowStatus
  agentLagSummaryType INTEGER
  agentLagSummaryStaticCapability INTEGER
  agentLagSummaryHashOption Integer32

AgentLagDetailedConfigEntry  
SEQUENCE    
  agentLagDetailedLagIndex Integer32
  agentLagDetailedIfIndex Integer32
  agentLagDetailedPortSpeed OBJECT IDENTIFIER
  agentLagDetailedPortStatus INTEGER

AgentNetworkIpv6AddrEntry  
SEQUENCE    
  agentNetworkIpv6AddrPrefix Ipv6AddressPrefix
  agentNetworkIpv6AddrPrefixLength INTEGER
  agentNetworkIpv6AddrEuiFlag INTEGER
  agentNetworkIpv6AddrStatus RowStatus

AgentServicePortIpv6AddrEntry  
SEQUENCE    
  agentServicePortIpv6AddrPrefix Ipv6AddressPrefix
  agentServicePortIpv6AddrPrefixLength INTEGER
  agentServicePortIpv6AddrEuiFlag INTEGER
  agentServicePortIpv6AddrStatus RowStatus

AgentSnmpCommunityConfigEntry  
SEQUENCE    
  agentSnmpCommunityIndex Integer32
  agentSnmpCommunityName DisplayString Size(1..16)
  agentSnmpCommunityIPAddress IpAddress
  agentSnmpCommunityIPMask IpAddress
  agentSnmpCommunityAccessMode INTEGER
  agentSnmpCommunityStatus INTEGER

AgentSnmpTrapReceiverConfigEntry  
SEQUENCE    
  agentSnmpTrapReceiverIndex Integer32
  agentSnmpTrapReceiverCommunityName DisplayString Size(1..16)
  agentSnmpTrapReceiverIPAddress IpAddress
  agentSnmpTrapReceiverStatus INTEGER
  agentSnmpTrapReceiverVersion INTEGER
  agentSnmpTrapReceiverIpv6Address Ipv6AddressPrefix

AgentSwitchAddressAgingTimeoutEntry  
SEQUENCE    
  agentSwitchAddressAgingTimeout Integer32

AgentSwitchStaticMacFilteringEntry  
SEQUENCE    
  agentSwitchStaticMacFilteringVlanId Integer32
  agentSwitchStaticMacFilteringAddress MacAddress
  agentSwitchStaticMacFilteringSourcePortMask AgentPortMask
  agentSwitchStaticMacFilteringDestPortMask AgentPortMask
  agentSwitchStaticMacFilteringStatus RowStatus

AgentSwitchSnoopingCfgEntry  
SEQUENCE    
  agentSwitchSnoopingProtocol InetAddressType
  agentSwitchSnoopingAdminMode INTEGER
  agentSwitchSnoopingPortMask AgentPortMask
  agentSwitchSnoopingMulticastControlFramesProcessed Counter32

AgentSwitchSnoopingIntfEntry  
SEQUENCE    
  agentSwitchSnoopingIntfIndex Unsigned32
  agentSwitchSnoopingIntfAdminMode INTEGER
  agentSwitchSnoopingIntfGroupMembershipInterval Integer32
  agentSwitchSnoopingIntfMaxResponseTime Integer32
  agentSwitchSnoopingIntfMRPExpirationTime Integer32
  agentSwitchSnoopingIntfFastLeaveAdminMode INTEGER
  agentSwitchSnoopingIntfMulticastRouterMode INTEGER
  agentSwitchSnoopingIntfVlanIDs VlanList

AgentSwitchSnoopingVlanEntry  
SEQUENCE    
  agentSwitchSnoopingVlanAdminMode INTEGER
  agentSwitchSnoopingVlanGroupMembershipInterval Integer32
  agentSwitchSnoopingVlanMaxResponseTime Integer32
  agentSwitchSnoopingVlanFastLeaveAdminMode INTEGER
  agentSwitchSnoopingVlanMRPExpirationTime Integer32

AgentSwitchVlanStaticMrouterEntry  
SEQUENCE    
  agentSwitchVlanStaticMrouterAdminMode INTEGER

AgentSwitchMFDBEntry  
SEQUENCE    
  agentSwitchMFDBVlanId VlanIndex
  agentSwitchMFDBMacAddress MacAddress
  agentSwitchMFDBProtocolType INTEGER
  agentSwitchMFDBType INTEGER
  agentSwitchMFDBDescription DisplayString
  agentSwitchMFDBForwardingPortMask AgentPortMask
  agentSwitchMFDBFilteringPortMask AgentPortMask

AgentSwitchMFDBSummaryEntry  
SEQUENCE    
  agentSwitchMFDBSummaryVlanId VlanIndex
  agentSwitchMFDBSummaryMacAddress MacAddress
  agentSwitchMFDBSummaryForwardingPortMask AgentPortMask

AgentSwitchDVlanTagEntry  
SEQUENCE    
  agentSwitchDVlanTagTPid Integer32
  agentSwitchDVlanTagDefaultTPid INTEGER
  agentSwitchDVlanTagRowStatus RowStatus

AgentSwitchPortDVlanTagEntry  
SEQUENCE    
  agentSwitchPortDVlanTagInterfaceIfIndex Integer32
  agentSwitchPortDVlanTagTPid Integer32
  agentSwitchPortDVlanTagMode INTEGER
  agentSwitchPortDVlanTagCustomerId Integer32
  agentSwitchPortDVlanTagRowStatus RowStatus

AgentSwitchVlanMacAssociationEntry  
SEQUENCE    
  agentSwitchVlanMacAssociationMacAddress MacAddress
  agentSwitchVlanMacAssociationVlanId VlanIndex
  agentSwitchVlanMacAssociationRowStatus RowStatus

AgentSwitchProtectedPortEntry  
SEQUENCE    
  agentSwitchProtectedPortGroupId Integer32
  agentSwitchProtectedPortGroupName DisplayString
  agentSwitchProtectedPortPortList PortList

AgentSwitchPrivateGroupEntry  
SEQUENCE    
  agentSwitchPrivateGroupId Integer32
  agentSwitchPrivateGroupName DisplayString
  agentSwitchPrivateGroupMode INTEGER
  agentSwitchPrivateGroupRowStatus RowStatus

AgentSwitchPrivateGroupPortEntry  
SEQUENCE    
  agentSwitchPrivateGroupPortGroupId Integer32
  agentSwitchPrivateGroupPortGroupName DisplayString
  agentSwitchPrivateGroupPortPortList PortList

AgentSwitchVlanSubnetAssociationEntry  
SEQUENCE    
  agentSwitchVlanSubnetAssociationIPAddress IpAddress
  agentSwitchVlanSubnetAssociationSubnetMask IpAddress
  agentSwitchVlanSubnetAssociationVlanId VlanIndex
  agentSwitchVlanSubnetAssociationRowStatus RowStatus

AgentSwitchSnoopingQuerierCfgEntry  
SEQUENCE    
  agentSwitchSnoopingQuerierAdminMode INTEGER
  agentSwitchSnoopingQuerierVersion Integer32
  agentSwitchSnoopingQuerierAddress InetAddress
  agentSwitchSnoopingQuerierQueryInterval Integer32
  agentSwitchSnoopingQuerierExpiryInterval Integer32

AgentSwitchSnoopingQuerierVlanEntry  
SEQUENCE    
  agentSwitchSnoopingQuerierVlanAdminMode INTEGER
  agentSwitchSnoopingQuerierVlanOperMode INTEGER
  agentSwitchSnoopingQuerierElectionParticipateMode INTEGER
  agentSwitchSnoopingQuerierVlanAddress InetAddress
  agentSwitchSnoopingQuerierOperVersion Integer32
  agentSwitchSnoopingQuerierOperMaxResponseTime Integer32
  agentSwitchSnoopingQuerierLastQuerierAddress InetAddress
  agentSwitchSnoopingQuerierLastQuerierVersion Integer32

AgentPortMirrorEntry  
SEQUENCE    
  agentPortMirrorSessionNum Unsigned32
  agentPortMirrorDestinationPort Unsigned32
  agentPortMirrorSourcePortMask AgentPortMask
  agentPortMirrorAdminMode INTEGER

AgentPortMirrorTypeEntry  
SEQUENCE    
  agentPortMirrorTypeSourcePort Unsigned32
  agentPortMirrorTypeType INTEGER

AgentDot3adAggPortEntry  
SEQUENCE    
  agentDot3adAggPort Integer32
  agentDot3adAggPortLACPMode INTEGER

AgentPortConfigEntry  
SEQUENCE    
  agentPortDot1dBasePort Integer32
  agentPortIfIndex Integer32
  agentPortIanaType IANAifType
  agentPortSTPMode INTEGER
  agentPortSTPState INTEGER
  agentPortAdminMode INTEGER
  agentPortPhysicalMode INTEGER
  agentPortPhysicalStatus INTEGER
  agentPortLinkTrapMode INTEGER
  agentPortClearStats INTEGER
  agentPortDefaultType OBJECT IDENTIFIER
  agentPortType OBJECT IDENTIFIER
  agentPortAutoNegAdminStatus INTEGER
  agentPortDot3FlowControlMode INTEGER
  agentPortDVlanTagMode INTEGER
  agentPortDVlanTagEthertype Integer32
  agentPortDVlanTagCustomerId Integer32
  agentPortMaxFrameSizeLimit Integer32
  agentPortMaxFrameSize Integer32
  agentPortBroadcastControlMode INTEGER
  agentPortBroadcastControlThreshold Integer32
  agentPortMulticastControlMode INTEGER
  agentPortMulticastControlThreshold Integer32
  agentPortUnicastControlMode INTEGER
  agentPortUnicastControlThreshold Integer32
  agentPortBroadcastControlThresholdUnit INTEGER
  agentPortMulticastControlThresholdUnit INTEGER
  agentPortUnicastControlThresholdUnit INTEGER
  agentPortVoiceVlanMode INTEGER
  agentPortVoiceVlanID Integer32
  agentPortVoiceVlanPriority INTEGER
  agentPortVoiceVlanDataPriorityMode INTEGER
  agentPortVoiceVlanOperationalStatus INTEGER
  agentPortVoiceVlanUntagged INTEGER
  agentPortVoiceVlanNoneMode INTEGER
  agentPortVoiceVlanDSCP Integer32
  agentPortVoiceVlanAuthMode INTEGER
  agentPortDot3FlowControlOperStatus INTEGER

AgentProtocolGroupEntry  
SEQUENCE    
  agentProtocolGroupId Integer32
  agentProtocolGroupName DisplayString
  agentProtocolGroupVlanId Integer32
  agentProtocolGroupProtocolIP INTEGER
  agentProtocolGroupProtocolARP INTEGER
  agentProtocolGroupProtocolIPX INTEGER
  agentProtocolGroupStatus RowStatus

AgentProtocolGroupPortEntry  
SEQUENCE    
  agentProtocolGroupPortIfIndex Integer32
  agentProtocolGroupPortStatus RowStatus

AgentStpPortEntry  
SEQUENCE    
  agentStpPortState INTEGER
  agentStpPortStatsMstpBpduRx Counter32
  agentStpPortStatsMstpBpduTx Counter32
  agentStpPortStatsRstpBpduRx Counter32
  agentStpPortStatsRstpBpduTx Counter32
  agentStpPortStatsStpBpduRx Counter32
  agentStpPortStatsStpBpduTx Counter32
  agentStpPortUpTime TimeTicks
  agentStpPortMigrationCheck INTEGER

AgentStpCstPortEntry  
SEQUENCE    
  agentStpCstPortOperEdge INTEGER
  agentStpCstPortOperPointToPoint INTEGER
  agentStpCstPortTopologyChangeAck INTEGER
  agentStpCstPortEdge INTEGER
  agentStpCstPortForwardingState INTEGER
  agentStpCstPortId OCTET STRING
  agentStpCstPortPathCost Unsigned32
  agentStpCstPortPriority Unsigned32
  agentStpCstDesignatedBridgeId OCTET STRING
  agentStpCstDesignatedCost Unsigned32
  agentStpCstDesignatedPortId OCTET STRING
  agentStpCstExtPortPathCost Unsigned32
  agentStpCstPortBpduGuardEffect INTEGER
  agentStpCstPortBpduFilter INTEGER
  agentStpCstPortBpduFlood INTEGER
  agentStpCstPortAutoEdge INTEGER
  agentStpCstPortRootGuard INTEGER
  agentStpCstPortTCNGuard INTEGER
  agentStpCstPortLoopGuard INTEGER

AgentStpMstEntry  
SEQUENCE    
  agentStpMstId Unsigned32
  agentStpMstBridgePriority Unsigned32
  agentStpMstBridgeIdentifier OCTET STRING
  agentStpMstDesignatedRootId OCTET STRING
  agentStpMstRootPathCost Unsigned32
  agentStpMstRootPortId OCTET STRING
  agentStpMstTimeSinceTopologyChange TimeTicks
  agentStpMstTopologyChangeCount Counter32
  agentStpMstTopologyChangeParm INTEGER
  agentStpMstRowStatus RowStatus

AgentStpMstPortEntry  
SEQUENCE    
  agentStpMstPortForwardingState INTEGER
  agentStpMstPortId OCTET STRING
  agentStpMstPortPathCost Unsigned32
  agentStpMstPortPriority Unsigned32
  agentStpMstDesignatedBridgeId OCTET STRING
  agentStpMstDesignatedCost Unsigned32
  agentStpMstDesignatedPortId OCTET STRING
  agentStpMstPortLoopInconsistentState INTEGER
  agentStpMstPortTransitionsIntoLoopInconsistentState Counter32
  agentStpMstPortTransitionsOutOfLoopInconsistentState Counter32

AgentStpMstVlanEntry  
SEQUENCE    
  agentStpMstVlanRowStatus RowStatus

AgentAuthenticationListEntry  
SEQUENCE    
  agentAuthenticationListIndex Unsigned32
  agentAuthenticationListName DisplayString
  agentAuthenticationListMethod1 INTEGER
  agentAuthenticationListMethod2 INTEGER
  agentAuthenticationListMethod3 INTEGER
  agentAuthenticationListStatus RowStatus
  agentAuthenticationListMethod4 INTEGER

AgentUserAuthenticationConfigEntry  
SEQUENCE    
  agentUserAuthenticationList DisplayString

AgentUserPortConfigEntry  
SEQUENCE    
  agentUserPortSecurity AgentPortMask

AgentClassOfServicePortEntry  
SEQUENCE    
  agentClassOfServicePortPriority INTEGER
  agentClassOfServicePortClass INTEGER

AgentDaiVlanConfigEntry  
SEQUENCE    
  agentDaiVlanIndex VlanIndex
  agentDaiVlanDynArpInspEnable TruthValue
  agentDaiVlanLoggingEnable TruthValue
  agentDaiVlanArpAclName DisplayString
  agentDaiVlanArpAclStaticFlag TruthValue

AgentDaiVlanStatsEntry  
SEQUENCE    
  agentDaiVlanStatsIndex VlanIndex
  agentDaiVlanPktsForwarded Counter32
  agentDaiVlanPktsDropped Counter32
  agentDaiVlanDhcpDrops Counter32
  agentDaiVlanDhcpPermits Counter32
  agentDaiVlanAclDrops Counter32
  agentDaiVlanAclPermits Counter32
  agentDaiVlanSrcMacFailures Counter32
  agentDaiVlanDstMacFailures Counter32
  agentDaiVlanIpValidFailures Counter32

AgentDaiIfConfigEntry  
SEQUENCE    
  agentDaiIfTrustEnable TruthValue
  agentDaiIfRateLimit Unsigned32
  agentDaiIfBurstInterval Unsigned32

AgentArpAclEntry  
SEQUENCE    
  agentArpAclName DisplayString
  agentArpAclRowStatus RowStatus

AgentArpAclRuleEntry  
SEQUENCE    
  agentArpAclRuleMatchSenderIpAddr IpAddress
  agentArpAclRuleMatchSenderMacAddr MacAddress
  agentArpAclRuleRowStatus RowStatus

AgentDhcpSnoopingVlanConfigEntry  
SEQUENCE    
  agentDhcpSnoopingVlanIndex VlanIndex
  agentDhcpSnoopingVlanEnable TruthValue

AgentDhcpSnoopingIfConfigEntry  
SEQUENCE    
  agentDhcpSnoopingIfTrustEnable TruthValue
  agentDhcpSnoopingIfLogEnable TruthValue
  agentDhcpSnoopingIfRateLimit Unsigned32
  agentDhcpSnoopingIfBurstInterval Unsigned32

AgentIpsgIfConfigEntry  
SEQUENCE    
  agentIpsgIfVerifySource TruthValue
  agentIpsgIfPortSecurity TruthValue

AgentDhcpSnoopingStatsEntry  
SEQUENCE    
  agentDhcpSnoopingMacVerifyFailures Counter32
  agentDhcpSnoopingInvalidClientMessages Counter32
  agentDhcpSnoopingInvalidServerMessages Counter32

AgentStaticIpsgBinding  
SEQUENCE    
  agentStaticIpsgBindingIfIndex InterfaceIndex
  agentStaticIpsgBindingVlanId VlanIndex
  agentStaticIpsgBindingMacAddr MacAddress
  agentStaticIpsgBindingIpAddr IpAddress
  agentStaticIpsgBindingRowStatus RowStatus

AgentDynamicIpsgBinding  
SEQUENCE    
  agentDynamicIpsgBindingIfIndex InterfaceIndex
  agentDynamicIpsgBindingVlanId VlanIndex
  agentDynamicIpsgBindingMacAddr MacAddress
  agentDynamicIpsgBindingIpAddr IpAddress

AgentStaticDsBinding  
SEQUENCE    
  agentStaticDsBindingIfIndex InterfaceIndex
  agentStaticDsBindingVlanId VlanIndex
  agentStaticDsBindingMacAddr MacAddress
  agentStaticDsBindingIpAddr IpAddress
  agentStaticDsBindingRowStatus RowStatus

AgentDynamicDsBinding  
SEQUENCE    
  agentDynamicDsBindingIfIndex InterfaceIndex
  agentDynamicDsBindingVlanId VlanIndex
  agentDynamicDsBindingMacAddr MacAddress
  agentDynamicDsBindingIpAddr IpAddress
  agentDynamicDsBindingLeaseRemainingTime TimeTicks

AgentDhcpL2RelayIfConfigEntry  
SEQUENCE    
  agentDhcpL2RelayIfEnable TruthValue
  agentDhcpL2RelayIfTrustEnable TruthValue

AgentDhcpL2RelayVlanConfigEntry  
SEQUENCE    
  agentDhcpL2RelayVlanIndex VlanIndex
  agentDhcpL2RelayVlanEnable TruthValue
  agentDhcpL2RelayCircuitIdVlanEnable TruthValue
  agentDhcpL2RelayRemoteIdVlanEnable DisplayString

AgentDhcpL2RelayStatsEntry  
SEQUENCE    
  agentDhcpL2RelayUntrustedSrvrMsgsWithOptn82 Counter32
  agentDhcpL2RelayUntrustedClntMsgsWithOptn82 Counter32
  agentDhcpL2RelayTrustedSrvrMsgsWithoutOptn82 Counter32
  agentDhcpL2RelayTrustedClntMsgsWithoutOptn82 Counter32

AgentSwitchVoiceVlanDeviceEntry  
SEQUENCE    
  agentSwitchVoiceVlanInterfaceNum Integer32
  agentSwitchVoiceVlanDeviceMacAddress MacAddress

Defined Values

fastPathSwitching 1.3.6.1.4.1.4526.10.1
The Netgear Private MIB for FastPath Switching
MODULE-IDENTITY    

agentInfoGroup 1.3.6.1.4.1.4526.10.1.1
OBJECT IDENTIFIER    

agentInventoryGroup 1.3.6.1.4.1.4526.10.1.1.1
OBJECT IDENTIFIER    

agentInventorySysDescription 1.3.6.1.4.1.4526.10.1.1.1.1
The switch's Inventory system description.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

agentInventoryMachineType 1.3.6.1.4.1.4526.10.1.1.1.2
Type of the Machine used in the Switch
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

agentInventoryMachineModel 1.3.6.1.4.1.4526.10.1.1.1.3
The switch's Machine Model.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

agentInventorySerialNumber 1.3.6.1.4.1.4526.10.1.1.1.4
Serial number of the switch.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

agentInventoryFRUNumber 1.3.6.1.4.1.4526.10.1.1.1.5
FRU Number of the switch
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

agentInventoryMaintenanceLevel 1.3.6.1.4.1.4526.10.1.1.1.6
The switch's Inventory Maintenance Level
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

agentInventoryPartNumber 1.3.6.1.4.1.4526.10.1.1.1.7
The switch's Inventory Part Number
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

agentInventoryManufacturer 1.3.6.1.4.1.4526.10.1.1.1.8
Name of the Manufacturer of this unit
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

agentInventoryBurnedInMacAddress 1.3.6.1.4.1.4526.10.1.1.1.9
Burned-In MAC Address
Status: current Access: read-only
OBJECT-TYPE    
  PhysAddress  

agentInventoryOperatingSystem 1.3.6.1.4.1.4526.10.1.1.1.10
Operating System running on this unit
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

agentInventoryNetworkProcessingDevice 1.3.6.1.4.1.4526.10.1.1.1.11
Network Processing Device for this unit
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

agentInventoryAdditionalPackages 1.3.6.1.4.1.4526.10.1.1.1.12
Lists additional functional packages available on this unit.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

agentInventorySoftwareVersion 1.3.6.1.4.1.4526.10.1.1.1.13
Lists the version of software loaded on this unit.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

agentInventoryHardwareVersion 1.3.6.1.4.1.4526.10.1.1.1.14
Lists the version of hardware of this unit. This is a platform dependant string.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

agentTrapLogGroup 1.3.6.1.4.1.4526.10.1.1.2
OBJECT IDENTIFIER    

agentTrapLogTotal 1.3.6.1.4.1.4526.10.1.1.2.1
The total number of traps sent since last reset.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

agentTrapLogTotalSinceLastViewed 1.3.6.1.4.1.4526.10.1.1.2.3
The number of traps sent since last viewed.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

agentTrapLogTable 1.3.6.1.4.1.4526.10.1.1.2.4
Agent Trap Log
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AgentTrapLogEntry

agentTrapLogEntry 1.3.6.1.4.1.4526.10.1.1.2.4.1
Agent trap log entry
Status: current Access: not-accessible
OBJECT-TYPE    
  AgentTrapLogEntry  

agentTrapLogIndex 1.3.6.1.4.1.4526.10.1.1.2.4.1.1
Unique index of trap entry
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

agentTrapLogSystemTime 1.3.6.1.4.1.4526.10.1.1.2.4.1.2
System uptime when trap was sent. This entry shows how long the system has been up when the trap occurred.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

agentTrapLogTrap 1.3.6.1.4.1.4526.10.1.1.2.4.1.3
Description of the trap sent.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(0..512)  

agentSupportedMibTable 1.3.6.1.4.1.4526.10.1.1.3
Supported MIB table
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AgentSupportedMibEntry

agentSupportedMibEntry 1.3.6.1.4.1.4526.10.1.1.3.1
Supported MIB entry
Status: current Access: not-accessible
OBJECT-TYPE    
  AgentSupportedMibEntry  

agentSupportedMibIndex 1.3.6.1.4.1.4526.10.1.1.3.1.1
Unique index of the Supported MIB entry
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

agentSupportedMibName 1.3.6.1.4.1.4526.10.1.1.3.1.2
The name of the MIB (RFC or IEEE) that is supported.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

agentSupportedMibDescription 1.3.6.1.4.1.4526.10.1.1.3.1.3
Description of the MIB (RFC or IEEE) that is supported.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(0..512)  

agentSwitchCpuMBufGroup 1.3.6.1.4.1.4526.10.1.1.4
OBJECT IDENTIFIER    

agentSwitchCpuMBufSize 1.3.6.1.4.1.4526.10.1.1.4.1
The total number of mbuffers size.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

agentSwitchCpuMBufFree 1.3.6.1.4.1.4526.10.1.1.4.2
The total number of mbuffers Free.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

agentSwitchCpuMBufRxUsed 1.3.6.1.4.1.4526.10.1.1.4.3
The total number of Rx Mbuffers used.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

agentSwitchCpuMBufRxUsed 1.3.6.1.4.1.4526.10.1.1.4.3
The total number of Rx Mbuffers used.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

agentSwitchCpuMBufRxNormAllocAttempts 1.3.6.1.4.1.4526.10.1.1.4.4
The total number of Rx Mbuffers allocation attempts used with normal prioriry.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

agentSwitchCpuMBufRxNormAllocFailures 1.3.6.1.4.1.4526.10.1.1.4.5
The total number of Rx Mbuffers allocations failed used with normal prioriry.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

agentSwitchCpuMBufRxMid2AllocAttempts 1.3.6.1.4.1.4526.10.1.1.4.6
The total number of Rx Mbuffers allocation attempts used with Mid2 prioriry.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

agentSwitchCpuMBufRxMid2AllocFailures 1.3.6.1.4.1.4526.10.1.1.4.7
The total number of Rx Mbuffers allocations failed used with Mid2 prioriry.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

agentSwitchCpuMBufRxMid1AllocAttempts 1.3.6.1.4.1.4526.10.1.1.4.8
The total number of Rx Mbuffers allocation attempts used with Mid1 prioriry.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

agentSwitchCpuMBufRxMid1AllocFailures 1.3.6.1.4.1.4526.10.1.1.4.9
The total number of Rx Mbuffers allocations failed used with Mid1 prioriry.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

agentSwitchCpuMBufRxHighAllocAttempts 1.3.6.1.4.1.4526.10.1.1.4.10
The total number of Rx Mbuffers allocation attempts used with High prioriry.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

agentSwitchCpuMBufRxHighAllocFailures 1.3.6.1.4.1.4526.10.1.1.4.11
The total number of Rx Mbuffers allocations failed used with High prioriry.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

agentSwitchCpuMBufTxAllocAttempts 1.3.6.1.4.1.4526.10.1.1.4.12
The total number of Tx Mbuffers allocation attempts .
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

agentSwitchCpuMBufTxAllocFailures 1.3.6.1.4.1.4526.10.1.1.4.13
The total number of Tx Mbuffers allocations failed .
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

agentSwitchCpuProcessGroup 1.3.6.1.4.1.4526.10.1.1.5
OBJECT IDENTIFIER    

agentSwitchCpuProcessMemFree 1.3.6.1.4.1.4526.10.1.1.5.1
The total memory Freed for utilization.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

agentSwitchCpuProcessMemAvailable 1.3.6.1.4.1.4526.10.1.1.5.2
The total Memory allocated for the tasks.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

agentSwitchCpuProcessTable 1.3.6.1.4.1.4526.10.1.1.5.3
A table of Task and cpu utilization.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AgentSwitchCpuProcessEntry

agentSwitchCpuProcessEntry 1.3.6.1.4.1.4526.10.1.1.5.3.1
Represents entry for a Task Table.
Status: current Access: not-accessible
OBJECT-TYPE    
  AgentSwitchCpuProcessEntry  

agentSwitchCpuProcessIndex 1.3.6.1.4.1.4526.10.1.1.5.3.1.1
Unique index of process table
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

agentSwitchCpuProcessName 1.3.6.1.4.1.4526.10.1.1.5.3.1.2
Name of the process
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

agentSwitchCpuProcessPercentageUtilization 1.3.6.1.4.1.4526.10.1.1.5.3.1.3
Percentage of CPU Utilized by corresponding task
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

agentConfigGroup 1.3.6.1.4.1.4526.10.1.2
OBJECT IDENTIFIER    

agentCLIConfigGroup 1.3.6.1.4.1.4526.10.1.2.1
OBJECT IDENTIFIER    

agentLoginSessionTable 1.3.6.1.4.1.4526.10.1.2.1.1
A table of the switch's login session
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AgentLoginSessionEntry

agentLoginSessionEntry 1.3.6.1.4.1.4526.10.1.2.1.1.1
Login Session Entry
Status: current Access: not-accessible
OBJECT-TYPE    
  AgentLoginSessionEntry  

agentLoginSessionIndex 1.3.6.1.4.1.4526.10.1.2.1.1.1.1
Agent Login Session Index of the switch
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

agentLoginSessionUserName 1.3.6.1.4.1.4526.10.1.2.1.1.1.2
Agent Login Session UserName of the switch
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

agentLoginSessionIPAddress 1.3.6.1.4.1.4526.10.1.2.1.1.1.3
Agent Login Session IP Address of the switch
Status: obsolete Access: read-only
OBJECT-TYPE    
  IpAddress  

agentLoginSessionConnectionType 1.3.6.1.4.1.4526.10.1.2.1.1.1.4
Agent Login Session Connection Type of the switch
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER serial(1), telnet(2), ssh(3), http(4), https(5)  

agentLoginSessionIdleTime 1.3.6.1.4.1.4526.10.1.2.1.1.1.5
Agent Login Session Idle Time of the switch
Status: current Access: read-only
OBJECT-TYPE    
  TimeTicks  

agentLoginSessionSessionTime 1.3.6.1.4.1.4526.10.1.2.1.1.1.6
Agent Login Session Time of the switch
Status: current Access: read-only
OBJECT-TYPE    
  TimeTicks  

agentLoginSessionStatus 1.3.6.1.4.1.4526.10.1.2.1.1.1.7
Status of the user. active(1) - This connection is active. destroy(6) - Set to this value to disconnect this user.
Status: current Access: read-write
OBJECT-TYPE    
  RowStatus  

agentLoginSessionInetAddressType 1.3.6.1.4.1.4526.10.1.2.1.1.1.8
Type of address agentLoginSessionInetAddress is returning. Can be either unknown(0), ipv4(1), or ipv6 (2). Will return unknown(0) in the case of a serial login.
Status: current Access: read-only
OBJECT-TYPE    
  InetAddressType  

agentLoginSessionInetAddress 1.3.6.1.4.1.4526.10.1.2.1.1.1.9
Inet Address of the connecting the user is logging in with. Will return a zero-length string in the case of a serial login.
Status: current Access: read-only
OBJECT-TYPE    
  InetAddress  

agentTelnetConfigGroup 1.3.6.1.4.1.4526.10.1.2.1.2
OBJECT IDENTIFIER    

agentTelnetLoginTimeout 1.3.6.1.4.1.4526.10.1.2.1.2.1
Telnet login timeout (minutes) Config telnet timeout will set the telnet session timeout value. A session is active as long as the session has not remained idle for the value set. Specify a value from 1 to 160. Note: Changing the timeout value for active sessions does not become effective until the session is reaccessed. Any keystroke will also activate the new timeout duration.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 1..160  

agentTelnetMaxSessions 1.3.6.1.4.1.4526.10.1.2.1.2.2
Maximum number of Telnet Sessions Config telnet maxsessions is an integer value from 0 to 5 that specifies the maximum number of telnet sessions that can be established. If the value is 0, no Telnet session can be established.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 0..5  

agentTelnetAllowNewMode 1.3.6.1.4.1.4526.10.1.2.1.2.3
Allow new telnet sessions (enable or disable) Config telnet disable means that no new Telnet sessions are to be established. Any already established session remains active until the session is ended or an abnormal network error ends it.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enable(1), disable(2)  

agentUserConfigGroup 1.3.6.1.4.1.4526.10.1.2.1.3
OBJECT IDENTIFIER    

agentUserConfigCreate 1.3.6.1.4.1.4526.10.1.2.1.3.1
Create a new user. When set with a non-empty string, a new user with that name will be created. This object will only return an empty string. This string is limited to alpha-numeric strings (uncluding the '-' and '_' characters).
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString Size(1..64)  

agentUserConfigTable 1.3.6.1.4.1.4526.10.1.2.1.3.2
User Config Table
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AgentUserConfigEntry

agentUserConfigEntry 1.3.6.1.4.1.4526.10.1.2.1.3.2.1
User Config Entry
Status: current Access: not-accessible
OBJECT-TYPE    
  AgentUserConfigEntry  

agentUserIndex 1.3.6.1.4.1.4526.10.1.2.1.3.2.1.1
Agent User Config Index
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32  

agentUserName 1.3.6.1.4.1.4526.10.1.2.1.3.2.1.2
Agent User Name. This string is limited to alpha-numeric strings (including the '-' and '_' characters).
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString Size(1..64)  

agentUserPassword 1.3.6.1.4.1.4526.10.1.2.1.3.2.1.3
Agent User Password This object will return an empty string even if a password is set.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString Size(0..64)  

agentUserAccessMode 1.3.6.1.4.1.4526.10.1.2.1.3.2.1.4
Agent User Access Mode
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER read(1), write(2)  

agentUserStatus 1.3.6.1.4.1.4526.10.1.2.1.3.2.1.5
Agent User Status. active(1) - This user account is active. destroy(6) - Set to this value to remove this user account.
Status: current Access: read-write
OBJECT-TYPE    
  RowStatus  

agentUserAuthenticationType 1.3.6.1.4.1.4526.10.1.2.1.3.2.1.6
SNMPv3 User Authentication. The user passsword must be set to a string greater than or equal to 8 characters for this to be set to anything but none(1). none(1) - no authentication used hmacmd5(1) - Use HMAC-MD5 authentication hmacsha(1) - Use HMAC-SHA authentication
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER none(1), hmacmd5(2), hmacsha(3)  

agentUserEncryptionType 1.3.6.1.4.1.4526.10.1.2.1.3.2.1.7
SNMPv3 User Encryption Can not be set to des(2) if agentUserAuthenticationType is set to none(1). none(1) - no encryption used des(2) - DES encryption used
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER none(1), des(2)  

agentUserEncryptionPassword 1.3.6.1.4.1.4526.10.1.2.1.3.2.1.8
SNMPv3 User Encryption Password This object will return an empty string even if a password is set. agentUserEncryptionType must be set to des(2) before this object can be configured. This object will return an empty string even if a password is set.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString Size(8..64)  

agentUserLockoutStatus 1.3.6.1.4.1.4526.10.1.2.1.3.2.1.9
Displays whether the user account is locked due to excessive failed login attempts.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER false(0), true(1)  

agentUserPasswordExpireTime 1.3.6.1.4.1.4526.10.1.2.1.3.2.1.10
Date and time when the user's password expires (past or present). Only valid when password aging is enabled.
Status: current Access: read-only
OBJECT-TYPE    
  DateAndTime  

agentSerialGroup 1.3.6.1.4.1.4526.10.1.2.1.5
OBJECT IDENTIFIER    

agentSerialTimeout 1.3.6.1.4.1.4526.10.1.2.1.5.1
agentSerialTimeout specifies the maximum connect time(in minutes) without console activity. A value of 0 indicates that a console can be connected indefinitely. The time range is 0 to 160.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 0..160  

agentSerialBaudrate 1.3.6.1.4.1.4526.10.1.2.1.5.2
agentSerialBaudrate specifies the current baud rate at which the serial port will try to connect. The available values are 1200, 2400, 4800, 9600, 19200, 38400,57600, and 115200 baud.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER baud-1200(1), baud-2400(2), baud-4800(3), baud-9600(4), baud-19200(5), baud-38400(6), baud-57600(7), baud-115200(8)  

agentSerialCharacterSize 1.3.6.1.4.1.4526.10.1.2.1.5.3
agentSerialCharacterSize specifies the number of bits in a character. The number of bits is always 8.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

agentSerialHWFlowControlMode 1.3.6.1.4.1.4526.10.1.2.1.5.4
agentSerialHardwareFlowControl specifies whether hardware flow-control is enabled or disabled. Hardware Flow Control is always disabled.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER enable(1), disable(2)  

agentSerialStopBits 1.3.6.1.4.1.4526.10.1.2.1.5.5
agentSerialStopBits specifies the number of Stop bits per character. The number of Stop bits is always 1.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

agentSerialParityType 1.3.6.1.4.1.4526.10.1.2.1.5.6
agentSerialParityType specifies the Parity Method used on the Serial Port. The Parity Method is always None.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER even(1), odd(2), none(3)  

agentPasswordManagementConfigGroup 1.3.6.1.4.1.4526.10.1.2.1.6
OBJECT IDENTIFIER    

agentPasswordManagementMinLength 1.3.6.1.4.1.4526.10.1.2.1.6.1
Minimum length for user passwords All new local user passwords must be at least this many characters in length.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 8..64  

agentPasswordManagementHistory 1.3.6.1.4.1.4526.10.1.2.1.6.2
The number of previous passwords to store for prevention of password reuse. This ensures that each user does not reuse passwords often. A value of 0 indicates that no previous passwords will be stored.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 0..10  

agentPasswordManagementAging 1.3.6.1.4.1.4526.10.1.2.1.6.3
The maximum time that user passwords are valid, in days, from the time the password is set. Once a password expires, the user will be required to enter a new password following the first login after password expiration. A value of 0 indicates that passwords never expire.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 1..365  

agentPasswordManagementLockAttempts 1.3.6.1.4.1.4526.10.1.2.1.6.4
The number of allowable failed local authentication attempts before the user's account is locked. A value of 0 indicates that user accounts will never be locked.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 1..5  

agentLagConfigGroup 1.3.6.1.4.1.4526.10.1.2.2
OBJECT IDENTIFIER    

agentLagConfigCreate 1.3.6.1.4.1.4526.10.1.2.2.1
Agent LAG Create. When this object is set with a non-empty string, a new LAG will be created if possible, with the entered string as its name. Get operation on this MIB object returns a null-value, as for the purpose of viewing the LAG name, the user should perform the traversal of agentLagSummaryConfigTable. For this reason the get operation on this object agentLagConfigCreate becomes insignificant.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString Size(0|1..15)  

agentLagSummaryConfigTable 1.3.6.1.4.1.4526.10.1.2.2.2
A summary table of the switch's LAG config entries
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AgentLagSummaryConfigEntry

agentLagSummaryConfigEntry 1.3.6.1.4.1.4526.10.1.2.2.2.1
Switch's LAG config entry
Status: current Access: not-accessible
OBJECT-TYPE    
  AgentLagSummaryConfigEntry  

agentLagSummaryLagIndex 1.3.6.1.4.1.4526.10.1.2.2.2.1.1
Agent LAG IfIndex. This value corresponds with the LAG interface in the ifTable.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

agentLagSummaryName 1.3.6.1.4.1.4526.10.1.2.2.2.1.2
Agent LAG Name. The associated name of the LAG used during creation.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString Size(1..15)  

agentLagSummaryFlushTimer 1.3.6.1.4.1.4526.10.1.2.2.2.1.3
Agent LAG FlushTimer.
Status: obsolete Access: read-write
OBJECT-TYPE    
  Integer32  

agentLagSummaryLinkTrap 1.3.6.1.4.1.4526.10.1.2.2.2.1.4
Agent LAG LinkTrap. Configures sending Link Up/Down traps when the LAG interface goes Up or Down.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enable(1), disable(2)  

agentLagSummaryAdminMode 1.3.6.1.4.1.4526.10.1.2.2.2.1.5
Agent LAG AdminMode. Administratively enables or disables this LAG interface.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enable(1), disable(2)  

agentLagSummaryStpMode 1.3.6.1.4.1.4526.10.1.2.2.2.1.6
Agent LAG StpMode If Dot1d is enabled, the valid values are: dot1d(1), fast(2), and off(3) If Dot1s is enabled, the valid values are: off(3) and dot1s(4)
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER dot1d(1), fast(2), off(3), dot1s(4)  

agentLagSummaryAddPort 1.3.6.1.4.1.4526.10.1.2.2.2.1.7
Agent LAG AddPort. Set to a non 0 value to add a port to the LAG. Values correspond to ifIndex values in the ifTable. Note: agentPortType for the port to be added must be full duplex and the same speed as previously added port(s), if any.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32  

agentLagSummaryDeletePort 1.3.6.1.4.1.4526.10.1.2.2.2.1.8
Agent LAG DeletePort. Set to a non 0 value to remove a port from the LAG. Values correspond to ifIndex values in the ifTable.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32  

agentLagSummaryStatus 1.3.6.1.4.1.4526.10.1.2.2.2.1.9
Agent LAG Status. active(1) - This LAG is enabled. destroy(6) - Set to this value to remove the LAG.
Status: current Access: read-write
OBJECT-TYPE    
  RowStatus  

agentLagSummaryType 1.3.6.1.4.1.4526.10.1.2.2.2.1.10
Agent LAG Type. static(1) - This LAG is staticly maintained. dynamic(2) - This LAG is dynamicly maintained.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER static(1), dynamic(2)  

agentLagSummaryStaticCapability 1.3.6.1.4.1.4526.10.1.2.2.2.1.11
Agent LAG Static Capability enable(1) - Static capability is enabled for this LAG interface disable(2) - Static capability is disabled for this LAG interface
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enable(1), disable(2)  

agentLagSummaryHashOption 1.3.6.1.4.1.4526.10.1.2.2.2.1.12
LAG Hashing Option. Valid values correspond to 1 (=Source MAC, VLAN, EtherType, and incoming port associated with the packet) 2 (=Destination MAC, VLAN, EtherType, and incoming port associated with the packet) 3 (=Source/Destination MAC, VLAN, EtherType, and incoming port associated with the packet) 4 (=Source IP and Source TCP/UDP fields of the packet) 5 (=Destination IP and Destination TCP/UDP Port fields of the packet) 6 (=Source/Destination IP and source/destination TCP/UDP Port fields of the packet) Support for particular options may vary by device.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 1..6  

agentLagDetailedConfigTable 1.3.6.1.4.1.4526.10.1.2.2.3
A detailed table of the switch's LAG config entries
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AgentLagDetailedConfigEntry

agentLagDetailedConfigEntry 1.3.6.1.4.1.4526.10.1.2.2.3.1
Switch's LAG config entry
Status: current Access: not-accessible
OBJECT-TYPE    
  AgentLagDetailedConfigEntry  

agentLagDetailedLagIndex 1.3.6.1.4.1.4526.10.1.2.2.3.1.1
LAG index
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

agentLagDetailedIfIndex 1.3.6.1.4.1.4526.10.1.2.2.3.1.2
LAG port index
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

agentLagDetailedPortSpeed 1.3.6.1.4.1.4526.10.1.2.2.3.1.3
LAG port speed. See agentPortType for a description and list of valid values.
Status: current Access: read-only
OBJECT-TYPE    
  OBJECT IDENTIFIER  

agentLagDetailedPortStatus 1.3.6.1.4.1.4526.10.1.2.2.3.1.4
LAG port status. active(1) - Actively participating in the LAG. inactive(2) - Not participating in the LAG.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER active(1), inactive(2)  

agentLagConfigStaticCapability 1.3.6.1.4.1.4526.10.1.2.2.4
Agent LAG Static Capability. Configures whether Static LAGs are supported on this device.
Status: obsolete Access: read-write
OBJECT-TYPE    
  INTEGER enable(1), disable(2)  

agentLagConfigGroupHashOption 1.3.6.1.4.1.4526.10.1.2.2.5
LAG Hashing Option. Valid values correspond to 1 (=Source MAC, VLAN, EtherType, and incoming port associated with the packet) 2 (=Destination MAC, VLAN, EtherType, and incoming port associated with the packet) 3 (=Source/Destination MAC, VLAN, EtherType, and incoming port associated with the packet) 4 (=Source IP and Source TCP/UDP fields of the packet) 5 (=Destination IP and Destination TCP/UDP Port fields of the packet) 6 (=Source/Destination IP and source/destination TCP/UDP Port fields of the packet) Support for particular options may vary by device. In BCM 53115 device only options 1 to 3 are support and only MAC address associated with the packet is used.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 1..6  

agentNetworkConfigGroup 1.3.6.1.4.1.4526.10.1.2.3
OBJECT IDENTIFIER    

agentNetworkIPAddress 1.3.6.1.4.1.4526.10.1.2.3.1
The switch's network ip address
Status: current Access: read-write
OBJECT-TYPE    
  IpAddress  

agentNetworkSubnetMask 1.3.6.1.4.1.4526.10.1.2.3.2
The switch's network subnet mask
Status: current Access: read-write
OBJECT-TYPE    
  IpAddress  

agentNetworkDefaultGateway 1.3.6.1.4.1.4526.10.1.2.3.3
The switch's network default gateway
Status: current Access: read-write
OBJECT-TYPE    
  IpAddress  

agentNetworkBurnedInMacAddress 1.3.6.1.4.1.4526.10.1.2.3.4
The switch's network Burned-In MAC address
Status: current Access: read-only
OBJECT-TYPE    
  PhysAddress  

agentNetworkLocalAdminMacAddress 1.3.6.1.4.1.4526.10.1.2.3.5
The switch's network locally administered MAC address
Status: current Access: read-write
OBJECT-TYPE    
  PhysAddress  

agentNetworkMacAddressType 1.3.6.1.4.1.4526.10.1.2.3.6
The switch's network Mac Address Type
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER burned-in(1), local(2)  

agentNetworkConfigProtocol 1.3.6.1.4.1.4526.10.1.2.3.7
The switch's network config protocol
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER none(1), bootp(2), dhcp(3)  

agentNetworkWebMode 1.3.6.1.4.1.4526.10.1.2.3.8
The switch's network config protocol on next bootup This object has been obsoleted by agentHTTPWebMode.
Status: obsolete Access: read-write
OBJECT-TYPE    
  INTEGER enable(1), disable(2)  

agentNetworkJavaMode 1.3.6.1.4.1.4526.10.1.2.3.9
Configures the use of the Java interface through the Web. This object has been obsoleted by agentHTTPJavaMode.
Status: obsolete Access: read-write
OBJECT-TYPE    
  INTEGER enable(1), disable(2)  

agentNetworkMgmtVlan 1.3.6.1.4.1.4526.10.1.2.3.10
The VLAN ID through which the switch can be managed using the agentNetworkIPAddress
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 1..4094  

agentNetworkIpv6AdminMode 1.3.6.1.4.1.4526.10.1.2.3.11
The network port IPv6 administrative state
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

agentNetworkIpv6Gateway 1.3.6.1.4.1.4526.10.1.2.3.12
The network port IPv6 Gateway Address
Status: current Access: read-write
OBJECT-TYPE    
  Ipv6AddressPrefix  

agentNetworkIpv6AddrTable 1.3.6.1.4.1.4526.10.1.2.3.13
The list of IPv6 address prefixes for the network port.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AgentNetworkIpv6AddrEntry

agentNetworkIpv6AddrEntry 1.3.6.1.4.1.4526.10.1.2.3.13.1
An interface entry containing objects of a particular IPv6 address prefix
Status: current Access: not-accessible
OBJECT-TYPE    
  AgentNetworkIpv6AddrEntry  

agentNetworkIpv6AddrPrefix 1.3.6.1.4.1.4526.10.1.2.3.13.1.1
The service port IPv6 Address Prefix
Status: current Access: not-accessible
OBJECT-TYPE    
  Ipv6AddressPrefix  

agentNetworkIpv6AddrPrefixLength 1.3.6.1.4.1.4526.10.1.2.3.13.1.2
The service port IPv6 Address Prefix Length
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER 0..128  

agentNetworkIpv6AddrEuiFlag 1.3.6.1.4.1.4526.10.1.2.3.13.1.3
The service port IPv6 Eui Flag
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

agentNetworkIpv6AddrStatus 1.3.6.1.4.1.4526.10.1.2.3.13.1.4
Tok_String
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

agentNetworkIpv6AddressAutoConfig 1.3.6.1.4.1.4526.10.1.2.3.14
The ipv6 address autoconfig allows the device to perform IPv6 stateless address auto-configuration to discover prefixes on the link and then to add the eui-64 based addresses to the network interface.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enable(1), disable(2)  

agentNetworkIpv6ConfigProtocol 1.3.6.1.4.1.4526.10.1.2.3.15
The switch's network IPv6 config protocol
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER none(1), dhcp(2)  

agentNetworkDhcp6ClientDuid 1.3.6.1.4.1.4526.10.1.2.3.16
The DHCPv6 Client unique DUID. This value cannot be modified
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(1..255)  

agentNetworkStatsGroup 1.3.6.1.4.1.4526.10.1.2.3.17
OBJECT IDENTIFIER    

agentNetworkDhcp6ADVERTISEMessagesReceived 1.3.6.1.4.1.4526.10.1.2.3.17.1
The no. of DHCPv6 messages of type ADVERTISE that have been received by the DHCPv6 client on the network port.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

agentNetworkDhcp6REPLYMessagesReceived 1.3.6.1.4.1.4526.10.1.2.3.17.2
The no. of DHCPv6 messages of type REPLY that have been received by the DHCPv6 client on the network port.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

agentNetworkDhcp6ADVERTISEMessagesDiscarded 1.3.6.1.4.1.4526.10.1.2.3.17.3
The no. of DHCPv6 messages of type ADVERTISE that have been discarded by the DHCPv6 client on the network port.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

agentNetworkDhcp6REPLYMessagesDiscarded 1.3.6.1.4.1.4526.10.1.2.3.17.4
The no. of DHCPv6 messages of type REPLY that have been discarded by the DHCPv6 client on the network port.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

agentNetworkDhcp6MalformedMessagesReceived 1.3.6.1.4.1.4526.10.1.2.3.17.5
The no. of DHCPv6 messages received malformed by the DHCPv6 client on the network port.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

agentNetworkDhcp6SOLICITMessagesSent 1.3.6.1.4.1.4526.10.1.2.3.17.6
The no. of DHCPv6 messages of type SOLICIT that have been sent by the DHCPv6 client on the network port.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

agentNetworkDhcp6REQUESTMessagesSent 1.3.6.1.4.1.4526.10.1.2.3.17.7
The no. of DHCPv6 messages of type REQUEST that have been sent by the DHCPv6 client on the network port.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

agentNetworkDhcp6RENEWMessagesSent 1.3.6.1.4.1.4526.10.1.2.3.17.8
The no. of DHCPv6 messages of type RENEW that have been sent by the DHCPv6 client on the network port.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

agentNetworkDhcp6REBINDMessagesSent 1.3.6.1.4.1.4526.10.1.2.3.17.9
The no. of DHCPv6 messages of type REBIND that have been sent by the DHCPv6 client on the network port.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

agentNetworkDhcp6RELEASEMessagesSent 1.3.6.1.4.1.4526.10.1.2.3.17.10
The no. of DHCPv6 messages of type RELEASE that have been sent by the DHCPv6 client on the network port.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

agentNetworkDhcp6StatsReset 1.3.6.1.4.1.4526.10.1.2.3.17.11
Clear the DHCPv6 Client statistics on the network port. A value of reset(1) is used to reset the statistics. A read on this object will always return the value none(0). The value none(0) cannot be forcibly set by the administrator.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER none(0), reset(1)  

agentServicePortConfigGroup 1.3.6.1.4.1.4526.10.1.2.4
OBJECT IDENTIFIER    

agentServicePortIPAddress 1.3.6.1.4.1.4526.10.1.2.4.1
The switch's ServicePort ip address
Status: current Access: read-write
OBJECT-TYPE    
  IpAddress  

agentServicePortSubnetMask 1.3.6.1.4.1.4526.10.1.2.4.2
The switch's ServicePort subnet mask
Status: current Access: read-write
OBJECT-TYPE    
  IpAddress  

agentServicePortDefaultGateway 1.3.6.1.4.1.4526.10.1.2.4.3
The switch's ServicePort default gateway
Status: current Access: read-write
OBJECT-TYPE    
  IpAddress  

agentServicePortBurnedInMacAddress 1.3.6.1.4.1.4526.10.1.2.4.4
The switch's ServicePort Burned-In MAC address
Status: current Access: read-only
OBJECT-TYPE    
  PhysAddress  

agentServicePortConfigProtocol 1.3.6.1.4.1.4526.10.1.2.4.5
The switch's ServicePort config protocol
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER none(1), bootp(2), dhcp(3)  

agentServicePortIpv6AdminMode 1.3.6.1.4.1.4526.10.1.2.4.6
The service port IPv6 administrative state
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

agentServicePortIpv6Gateway 1.3.6.1.4.1.4526.10.1.2.4.7
The service port IPv6 Gateway Address
Status: current Access: read-write
OBJECT-TYPE    
  Ipv6AddressPrefix  

agentServicePortIpv6AddrTable 1.3.6.1.4.1.4526.10.1.2.4.8
The list of IPv6 address prefixes for the service port.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AgentServicePortIpv6AddrEntry

agentServicePortIpv6AddrEntry 1.3.6.1.4.1.4526.10.1.2.4.8.1
An interface entry containing objects of a particular IPv6 address prefix
Status: current Access: not-accessible
OBJECT-TYPE    
  AgentServicePortIpv6AddrEntry  

agentServicePortIpv6AddrPrefix 1.3.6.1.4.1.4526.10.1.2.4.8.1.1
The service port IPv6 Address Prefix
Status: current Access: not-accessible
OBJECT-TYPE    
  Ipv6AddressPrefix  

agentServicePortIpv6AddrPrefixLength 1.3.6.1.4.1.4526.10.1.2.4.8.1.2
The service port IPv6 Address Prefix Length
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER 0..128  

agentServicePortIpv6AddrEuiFlag 1.3.6.1.4.1.4526.10.1.2.4.8.1.3
The service port IPv6 Eui Flag
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

agentServicePortIpv6AddrStatus 1.3.6.1.4.1.4526.10.1.2.4.8.1.4
Tok_String
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

agentServicePortIpv6AddressAutoConfig 1.3.6.1.4.1.4526.10.1.2.4.9
The ipv6 address autoconfig allows the device to perform IPv6 stateless address auto-configuration to discover prefixes on the link and then to add the eui-64 based addresses to the serviceport interface.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enable(1), disable(2)  

agentServicePortIpv6ConfigProtocol 1.3.6.1.4.1.4526.10.1.2.4.10
The Service Port.s IPv6 protocol configured on the switch.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER none(1), dhcp(2)  

agentServicePortDhcp6ClientDuid 1.3.6.1.4.1.4526.10.1.2.4.11
The DHCPv6 Client unique DUID. This value cannot be modified
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(1..255)  

agentServicePortStatsGroup 1.3.6.1.4.1.4526.10.1.2.4.12
OBJECT IDENTIFIER    

agentServicePortDhcp6ADVERTISEMessagesReceived 1.3.6.1.4.1.4526.10.1.2.4.12.1
The no. of DHCPv6 messages of type ADVERTISE that have been received by the DHCPv6 client on the service port.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

agentServicePortDhcp6REPLYMessagesReceived 1.3.6.1.4.1.4526.10.1.2.4.12.2
The no. of DHCPv6 messages of type REPLY that have been received by the DHCPv6 client on the service port.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

agentServicePortDhcp6ADVERTISEMessagesDiscarded 1.3.6.1.4.1.4526.10.1.2.4.12.3
The no. of DHCPv6 messages of type ADVERTISE that have been discarded by the DHCPv6 client on the service port.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

agentServicePortDhcp6REPLYMessagesDiscarded 1.3.6.1.4.1.4526.10.1.2.4.12.4
The no. of DHCPv6 messages of type REPLY that have been discarded by the DHCPv6 client on the service port.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

agentServicePortDhcp6MalformedMessagesReceived 1.3.6.1.4.1.4526.10.1.2.4.12.5
The no. of DHCPv6 messages received malformed by the DHCPv6 client on the service port.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

agentServicePortDhcp6SOLICITMessagesSent 1.3.6.1.4.1.4526.10.1.2.4.12.6
The no. of DHCPv6 messages of type SOLICIT that have been sent by the DHCPv6 client on the service port.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

agentServicePortDhcp6REQUESTMessagesSent 1.3.6.1.4.1.4526.10.1.2.4.12.7
The no. of DHCPv6 messages of type REQUEST that have been sent by the DHCPv6 client on the service port.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

agentServicePortDhcp6RENEWMessagesSent 1.3.6.1.4.1.4526.10.1.2.4.12.8
The no. of DHCPv6 messages of type RENEW that have been sent by the DHCPv6 client on the service port.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

agentServicePortDhcp6REBINDMessagesSent 1.3.6.1.4.1.4526.10.1.2.4.12.9
The no. of DHCPv6 messages of type REBIND that have been sent by the DHCPv6 client on the service port.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

agentServicePortDhcp6RELEASEMessagesSent 1.3.6.1.4.1.4526.10.1.2.4.12.10
The no. of DHCPv6 messages of type RELEASE that have been sent by the DHCPv6 client on the service port.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

agentServicePortDhcp6StatsReset 1.3.6.1.4.1.4526.10.1.2.4.12.11
Clear the DHCPv6 Client statistics on the service port. A value of reset(1) is used to reset the statistics. A read on this object will always return the value none(0). The value none(0) cannot be forcibly set by the administrator.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER none(0), reset(1)  

agentDhcpClientOptionsConfigGroup 1.3.6.1.4.1.4526.10.1.2.5
OBJECT IDENTIFIER    

agentVendorClassOptionConfigGroup 1.3.6.1.4.1.4526.10.1.2.5.1
OBJECT IDENTIFIER    

agentDhcpClientVendorClassIdMode 1.3.6.1.4.1.4526.10.1.2.5.1.1
This object indicates whether DHCP Vendor Classifier Id Option (60) is enabled for DHCP Network Client. If this object is set to 'true', DHCP Vendor Classifier Id mode is enabled globally. If this object is set to 'false', DHCP Vendor Classifier Id mode is disabled globally.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

agentDhcpClientVendorClassIdString 1.3.6.1.4.1.4526.10.1.2.5.1.2
When this object is set with a non-empty string, the DHCP Vendor Classifier Id Option (60) string is enabled for DHCP Network Client.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString Size(1..128)  

agentSnmpConfigGroup 1.3.6.1.4.1.4526.10.1.2.6
OBJECT IDENTIFIER    

agentSnmpCommunityCreate 1.3.6.1.4.1.4526.10.1.2.6.1
Creates a new SNMP Community entry. Defaults: IPAddress 0.0.0.0 IpMask 0.0.0.0 AccessMode read-only Status config
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString Size(1..16)  

agentSnmpCommunityConfigTable 1.3.6.1.4.1.4526.10.1.2.6.2
A table of the switch's SNMP Config entries
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AgentSnmpCommunityConfigEntry

agentSnmpCommunityConfigEntry 1.3.6.1.4.1.4526.10.1.2.6.2.1
Switch's SNMP Config entry
Status: current Access: not-accessible
OBJECT-TYPE    
  AgentSnmpCommunityConfigEntry  

agentSnmpCommunityIndex 1.3.6.1.4.1.4526.10.1.2.6.2.1.1
The switch's Snmp Community Index
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

agentSnmpCommunityName 1.3.6.1.4.1.4526.10.1.2.6.2.1.2
The switch's Snmp Community Name This name identifies each SNMP community; the name can be up to 16 characters, and it is case-sensitive. Community names in the SNMP community must be unique. If you make multiple entries using the same community name, the first entry is kept and processed and all duplicate entries are ignored.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString Size(1..16)  

agentSnmpCommunityIPAddress 1.3.6.1.4.1.4526.10.1.2.6.2.1.3
The switch's Snmp Community IP Address Client IP Address - This attribute is an IP address (or portion thereof) from which this device will accept SNMP packets with the associated community. The requesting entity's IP address is logical-ANDed with the Client IP Mask and the result must match the Client IP Address. Note: If the Client IP Mask is set to 0.0.0.0, a Client IP Address of 0.0.0.0 matches all IP addresses.
Status: current Access: read-write
OBJECT-TYPE    
  IpAddress  

agentSnmpCommunityIPMask 1.3.6.1.4.1.4526.10.1.2.6.2.1.4
The switch's Snmp Community IP Mask Client IP Mask - This attribute is a mask to be logical-ANDed with the requesting entity's IP address before comparison with the Client IP Address. If the result matches with Client IP Address then the address is an authenticated IP address. For example, if the Client IP Address is 9.47.128.0 and the corresponding Client IP Mask is 255.255.255.0, a range of incoming IP addresses would match, that is, the incoming IP addresses could be a value in the following range: 9.47.128.0 to 9.47.128.255. To have a specific IP address be the only authenticated IP address, set the Client IP Address to the required IP address and set the Client IP Mask to 255.255.255.255.
Status: current Access: read-write
OBJECT-TYPE    
  IpAddress  

agentSnmpCommunityAccessMode 1.3.6.1.4.1.4526.10.1.2.6.2.1.5
The switch's Snmp Community Access Mode Access Mode - This value can be read-only or read/write. A community with a read-only access allows for switch information to be displayed. A community with a read/write access allows for configuration changes to be made and for information to be displayed.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER read-only(1), read-write(2)  

agentSnmpCommunityStatus 1.3.6.1.4.1.4526.10.1.2.6.2.1.6
The switch's Snmp Community Status. active(1) - This community is active, allowing SNMP managers associated with this community to manage the switch according to its access right. notInService(2) - This community is not active; no SNMP requests using this community will be accepted. In this case the SNMP manager associated with this community cannot manage the switch until the Status is changed back to active(1). config(3) - The community Status must be set to this value in order to configure it. When creating a new community entry, initial Status will be set to this value. destroy(4) - Set to this value to remove the community from the agent.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER active(1), notInService(2), config(3), destroy(4)  

agentSnmpTrapReceiverCreate 1.3.6.1.4.1.4526.10.1.2.6.3
Creates a new trap receiver entry. Defaults: IPAddress 0.0.0.0 status config
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString Size(1..16)  

agentSnmpTrapReceiverConfigTable 1.3.6.1.4.1.4526.10.1.2.6.4
Trap messages are sent across a network to an SNMP Network Manager. These messages alert the manager to events occurring within the switch or on the network. Up to six simultaneous trap receivers are supported.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AgentSnmpTrapReceiverConfigEntry

agentSnmpTrapReceiverConfigEntry 1.3.6.1.4.1.4526.10.1.2.6.4.1
Switch's Snmp Trace Receiver Config entry
Status: current Access: not-accessible
OBJECT-TYPE    
  AgentSnmpTrapReceiverConfigEntry  

agentSnmpTrapReceiverIndex 1.3.6.1.4.1.4526.10.1.2.6.4.1.1
The switch's Snmp Trap Receiver Index
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

agentSnmpTrapReceiverCommunityName 1.3.6.1.4.1.4526.10.1.2.6.4.1.2
The switch's Snmp Trap Receiver Community Name. This is the SNMP community name of the remote network manager; the name can be up to 16 characters, and is case-sensitive.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString Size(1..16)  

agentSnmpTrapReceiverIPAddress 1.3.6.1.4.1.4526.10.1.2.6.4.1.3
IP Address - Each IP address parameter is four integer numbers. The numbers range from 0 to 255.
Status: current Access: read-write
OBJECT-TYPE    
  IpAddress  

agentSnmpTrapReceiverStatus 1.3.6.1.4.1.4526.10.1.2.6.4.1.4
The switch's Snmp Trap Reciever Status. active(1) - This trap receiver is active, allowing SNMP Traps to be sent to this receiver. notInService(2) - This trap reciever is not active; no SNMP Traps will be sent to this reciever until it's set back to active(1). config(3) - The trap reciever Status must be set to this value in order to configure it. When creating a new trap receiver entry, the Status will initially be set to this value. Note: agentSnmpTrapReceiverIPAddress must be set to non-zero before changing to active(1) or notInService(2). destroy(4) - Set to this value to remove the trap receiver entry from the agent.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER active(1), notInService(2), config(3), destroy(4)  

agentSnmpTrapReceiverVersion 1.3.6.1.4.1.4526.10.1.2.6.4.1.5
The version of trap sent to this Reciever. snmpv1(1) - This will send a SNMPv1 trap. snmpv2c(2) - This will send a SNMPv2c trap.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER snmpv1(1), snmpv2c(2)  

agentSnmpTrapReceiverIpv6Address 1.3.6.1.4.1.4526.10.1.2.6.4.1.6
IPv6 Address for SNMP receiver.
Status: current Access: read-write
OBJECT-TYPE    
  Ipv6AddressPrefix  

agentSnmpTrapFlagsConfigGroup 1.3.6.1.4.1.4526.10.1.2.6.5
OBJECT IDENTIFIER    

agentSnmpAuthenticationTrapFlag 1.3.6.1.4.1.4526.10.1.2.6.5.1
Authentication Flag - Enable/Disable authentication Flag.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enable(1), disable(2)  

agentSnmpLinkUpDownTrapFlag 1.3.6.1.4.1.4526.10.1.2.6.5.2
Link Up/Down Flag - Enable/Disable Link Up/Link Down traps for the entire switch. When set to Enable, the Link Up/Down traps will be sent only if the Link Trap flag setting associated with the port (Port Configuration Menu) is set to Enable.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enable(1), disable(2)  

agentSnmpMultipleUsersTrapFlag 1.3.6.1.4.1.4526.10.1.2.6.5.3
Multiple Users Flag - Enable/Disable Multiple User traps. When the value is set to Enable, a Multiple User Trap is sent whenever someone logs in to the terminal interface (EIA 232 or Telnet) and there is already an existing terminal interface session.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enable(1), disable(2)  

agentSnmpSpanningTreeTrapFlag 1.3.6.1.4.1.4526.10.1.2.6.5.4
Spanning Tree Flag - This flag enables the sending of new root traps and topology change notification traps.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enable(1), disable(2)  

agentSnmpBroadcastStormTrapFlag 1.3.6.1.4.1.4526.10.1.2.6.5.5
Broadcast Storm Flag - This flag enables or disables the broadcast storm trap. You must also enable Broadcast Storm Recovery Mode (see the Switch Configuration Menu). When this value is set to Enable and Broadcast Storm Recovery mode is set to Enable, the Broadcast Storm Start/End traps are sent when the switch enters and leaves Broadcast Storm Recovery.
Status: obsolete Access: read-write
OBJECT-TYPE    
  INTEGER enable(1), disable(2)  

agentSpanningTreeConfigGroup 1.3.6.1.4.1.4526.10.1.2.7
OBJECT IDENTIFIER    

agentSpanningTreeMode 1.3.6.1.4.1.4526.10.1.2.7.1
The switch's Spanning Tree Switch Status. This functionality is now handled by agentStpAdminMode
Status: obsolete Access: read-write
OBJECT-TYPE    
  INTEGER enable(1), disable(2)  

agentSwitchConfigGroup 1.3.6.1.4.1.4526.10.1.2.8
OBJECT IDENTIFIER    

agentSwitchAddressAgingTimeoutTable 1.3.6.1.4.1.4526.10.1.2.8.4
The switch's address aging timeout table
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AgentSwitchAddressAgingTimeoutEntry

agentSwitchAddressAgingTimeoutEntry 1.3.6.1.4.1.4526.10.1.2.8.4.1
Aging information about a specific Filtering Database.
Status: current Access: not-accessible
OBJECT-TYPE    
  AgentSwitchAddressAgingTimeoutEntry  

agentSwitchAddressAgingTimeout 1.3.6.1.4.1.4526.10.1.2.8.4.1.1
The FDB entry's address aging timeout (in seconds)
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 10..1000000  

agentSwitchStaticMacFilteringTable 1.3.6.1.4.1.4526.10.1.2.8.5
The switch's static Mac filtering table
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AgentSwitchStaticMacFilteringEntry

agentSwitchStaticMacFilteringEntry 1.3.6.1.4.1.4526.10.1.2.8.5.1
Per-port ingress/egress filter configuration based on VLAN Id and MAC address.
Status: current Access: not-accessible
OBJECT-TYPE    
  AgentSwitchStaticMacFilteringEntry  

agentSwitchStaticMacFilteringVlanId 1.3.6.1.4.1.4526.10.1.2.8.5.1.1
The Static MAC Filter Vlan Id
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

agentSwitchStaticMacFilteringAddress 1.3.6.1.4.1.4526.10.1.2.8.5.1.2
The Static MAC Filter MAC address
Status: current Access: read-only
OBJECT-TYPE    
  MacAddress  

agentSwitchStaticMacFilteringSourcePortMask 1.3.6.1.4.1.4526.10.1.2.8.5.1.3
The Static MAC Filter source port mask. When setting this value, the system will ignore configuration for ports not between the first and last valid ports. Configuration of any port numbers between this range that are not valid ports return a failure message, but will still apply configuration for valid ports. To obtain port numbers from interface numbers, use the objects agentPortDot1dBasePort and agentPortIfIndex in the agentPortConfigTable table.
Status: current Access: read-write
OBJECT-TYPE    
  AgentPortMask  

agentSwitchStaticMacFilteringDestPortMask 1.3.6.1.4.1.4526.10.1.2.8.5.1.4
The Static MAC Filter destination port mask. When setting this value, the system will ignore configuration for ports not between the first and last valid ports. Configuration of any port numbers between this range that are not valid ports return a failure message, but will still apply configuration for valid ports. To obtain port numbers from interface numbers, use the objects agentPortDot1dBasePort and agentPortIfIndex in the agentPortConfigTable table. Configuring destination port mask for a unicast MAC filter is not supported on some platforms.
Status: current Access: read-write
OBJECT-TYPE    
  AgentPortMask  

agentSwitchStaticMacFilteringStatus 1.3.6.1.4.1.4526.10.1.2.8.5.1.5
The Static MAC Filter status. Supported values: active(1) - valid entry createAndGo(4) - used to create a new entry destroy(6) - removes the entry
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

agentSwitchStormControlGroup 1.3.6.1.4.1.4526.10.1.2.8.12
OBJECT IDENTIFIER    

agentSwitchDot3FlowControlMode 1.3.6.1.4.1.4526.10.1.2.8.12.1
Config switchconfig flowcontrol allows you to enable or disable 802.3x flow control for the switch. This value applies to only full-duplex mode ports.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enable(1), disable(2)  

agentSwitchBroadcastControlMode 1.3.6.1.4.1.4526.10.1.2.8.12.4
The switch config broadcast allows you to enable or disable broadcast storm recovery mode. When you specify Enable for Broadcast Storm Recovery and the broadcast traffic on any Ethernet port exceeds the configured threshold, the switch blocks (discards) the broadcast traffic.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enable(1), disable(2)  

agentSwitchBroadcastControlThreshold 1.3.6.1.4.1.4526.10.1.2.8.12.5
Configures the broadcast storm recovery threshold for this port as a percentage of port speed or as an absolute pps rate.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32 0..14880000  

agentSwitchBroadcastControlThresholdUnit 1.3.6.1.4.1.4526.10.1.2.8.12.10
Configures the units of the threshold value to percentage of port speed or absolute packets per second.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER percent(1), pps(2)  

agentSwitchMulticastControlMode 1.3.6.1.4.1.4526.10.1.2.8.12.6
The switch config multicast allows you to enable or disable multicast storm recovery mode. When you specify Enable for multicast Storm Recovery and the multicast traffic on any Ethernet port exceeds the configured threshold, the switch blocks (discards) the multicast traffic.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enable(1), disable(2)  

agentSwitchMulticastControlThreshold 1.3.6.1.4.1.4526.10.1.2.8.12.7
Configures the multicast storm recovery threshold for this port as a percentage of port speed or as an absolute pps rate.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32 0..14880000  

agentSwitchMulticastControlThresholdUnit 1.3.6.1.4.1.4526.10.1.2.8.12.11
Configures the units of the threshold value to percentage of port speed or absolute packets per second.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER percent(1), pps(2)  

agentSwitchUnicastControlMode 1.3.6.1.4.1.4526.10.1.2.8.12.8
The switch config unicast allows you to enable or disable unicast storm recovery mode. When you specify Enable for unicast Storm Recovery and the unknown unicast traffic on any Ethernet port exceeds the configured threshold, the switch blocks (discards) the unknown unicast traffic.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enable(1), disable(2)  

agentSwitchUnicastControlThreshold 1.3.6.1.4.1.4526.10.1.2.8.12.9
Configures the unicast storm recovery threshold for this port as a percentage of port speed or as an absolute pps rate.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32 0..14880000  

agentSwitchUnicastControlThresholdUnit 1.3.6.1.4.1.4526.10.1.2.8.12.12
Configures the units of the threshold value to percentage of port speed or absolute packets per second.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER percent(1), pps(2)  

agentSwitchSnoopingGroup 1.3.6.1.4.1.4526.10.1.2.8.6
OBJECT IDENTIFIER    

agentSwitchSnoopingCfgTable 1.3.6.1.4.1.4526.10.1.2.8.6.1
A table of the IGMP/MLD Snooping Global configuration entries.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AgentSwitchSnoopingCfgEntry

agentSwitchSnoopingCfgEntry 1.3.6.1.4.1.4526.10.1.2.8.6.1.1
Represents entry for Snooping switch Configuration.
Status: current Access: not-accessible
OBJECT-TYPE    
  AgentSwitchSnoopingCfgEntry  

agentSwitchSnoopingProtocol 1.3.6.1.4.1.4526.10.1.2.8.6.1.1.1
The protocol type of network protocol in use.
Status: current Access: read-only
OBJECT-TYPE    
  InetAddressType  

agentSwitchSnoopingAdminMode 1.3.6.1.4.1.4526.10.1.2.8.6.1.1.2
This enables or disables Snooping on the system.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enable(1), disable(2)  

agentSwitchSnoopingPortMask 1.3.6.1.4.1.4526.10.1.2.8.6.1.1.3
IGMP/MLD Snooping Port Mask. This allows configuration of IGMP/MLD Snooping on selected ports. IGMP Snooping cannot be enabled on an interface that has routing enabled, or is a member of a LAG. If a port which has IGMP Snooping enabled becomes enabled for routing, or is enlisted as a member of a LAG, IGMP Snooping functionality will be disabled on that port. IGMP Snooping functionality will be subsequently be reenabled if routing is disabled or LAG membership is removed from an interface that had previously had IGMP Snooping enabled. To obtain port numbers from interface numbers, use the objects agentPortDot1dBasePort and agentPortIfIndex in the agentPortConfigTable table.
Status: current Access: read-write
OBJECT-TYPE    
  AgentPortMask  

agentSwitchSnoopingMulticastControlFramesProcessed 1.3.6.1.4.1.4526.10.1.2.8.6.1.1.4
Multicast Control Frames Processed by CPU. The number of multicast control frames that have been processed by the CPU.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

agentSwitchSnoopingIntfGroup 1.3.6.1.4.1.4526.10.1.2.8.7
OBJECT IDENTIFIER    

agentSwitchSnoopingIntfTable 1.3.6.1.4.1.4526.10.1.2.8.7.1
A table of the IGMP Snooping Interface configuration entries.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AgentSwitchSnoopingIntfEntry

agentSwitchSnoopingIntfEntry 1.3.6.1.4.1.4526.10.1.2.8.7.1.1
Represents entry for a IGMP Snooping Interface.
Status: current Access: not-accessible
OBJECT-TYPE    
  AgentSwitchSnoopingIntfEntry  

agentSwitchSnoopingIntfIndex 1.3.6.1.4.1.4526.10.1.2.8.7.1.1.1
The port number to be selected. Each port maps to an interface.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32 1..65535  

agentSwitchSnoopingIntfAdminMode 1.3.6.1.4.1.4526.10.1.2.8.7.1.1.2
This enables or disables IGMP Snooping on a selected interface.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enable(1), disable(2)  

agentSwitchSnoopingIntfGroupMembershipInterval 1.3.6.1.4.1.4526.10.1.2.8.7.1.1.3
The amount of time in seconds that a switch will wait for a report from a particular group on the selected interface before deleting the interface from the entry. This value must be greater than agentSwitchIGMPSnoopingIntfMaxResponseTime.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 2..3600  

agentSwitchSnoopingIntfMaxResponseTime 1.3.6.1.4.1.4526.10.1.2.8.7.1.1.4
The amount of time in seconds a switch will wait after sending a query on the selected interface because it did not receive a report for a particular group in that interface. This value must be less than agentSwitchIGMPSnoopingIntfGroupMembershipInterval.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 1..3599  

agentSwitchSnoopingIntfMRPExpirationTime 1.3.6.1.4.1.4526.10.1.2.8.7.1.1.5
The amount of time in seconds that a switch will wait for a query to be received on the selected interface before the interface is removed from the list of interfaces with multicast routers attached.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 0..3600  

agentSwitchSnoopingIntfFastLeaveAdminMode 1.3.6.1.4.1.4526.10.1.2.8.7.1.1.6
This enables or disables IGMP Snooping on the selected interface.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enable(1), disable(2)  

agentSwitchSnoopingIntfMulticastRouterMode 1.3.6.1.4.1.4526.10.1.2.8.7.1.1.7
This enables or disables Multicast Routing on the selected interface.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enable(1), disable(2)  

agentSwitchSnoopingIntfVlanIDs 1.3.6.1.4.1.4526.10.1.2.8.7.1.1.8
This field lists all the VlanIDs which include the selected interface.
Status: current Access: read-only
OBJECT-TYPE    
  VlanList  

agentSwitchSnoopingVlanGroup 1.3.6.1.4.1.4526.10.1.2.8.8
OBJECT IDENTIFIER    

agentSwitchSnoopingVlanTable 1.3.6.1.4.1.4526.10.1.2.8.8.1
A table of the IGMP Snooping Vlan configuration entries.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AgentSwitchSnoopingVlanEntry

agentSwitchSnoopingVlanEntry 1.3.6.1.4.1.4526.10.1.2.8.8.1.1
Represents entry for a IGMP Snooping Vlan.
Status: current Access: not-accessible
OBJECT-TYPE    
  AgentSwitchSnoopingVlanEntry  

agentSwitchSnoopingVlanAdminMode 1.3.6.1.4.1.4526.10.1.2.8.8.1.1.1
This enables or disables IGMP Snooping on a selected Vlan interface.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER disable(0), enable(1)  

agentSwitchSnoopingVlanGroupMembershipInterval 1.3.6.1.4.1.4526.10.1.2.8.8.1.1.2
The amount of time in seconds that a switch will wait for a report from a particular group on the selected vlan before deleting the interface participating in the vlan from the entry. This value must be greater than agentSwitchIGMPSnoopingIntfMaxResponseTime.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 2..3600  

agentSwitchSnoopingVlanMaxResponseTime 1.3.6.1.4.1.4526.10.1.2.8.8.1.1.3
The amount of time in seconds a switch will wait after sending a query on the selected vlan because it did not receive a report for a particular group in the interface participating in the vlan. This value must be less than agentSwitchIGMPSnoopingIntfGroupMembershipInterval.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 1..3599  

agentSwitchSnoopingVlanFastLeaveAdminMode 1.3.6.1.4.1.4526.10.1.2.8.8.1.1.4
This enables or disables IGMP Snooping on the selected vlan.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER disable(0), enable(1)  

agentSwitchSnoopingVlanMRPExpirationTime 1.3.6.1.4.1.4526.10.1.2.8.8.1.1.5
The amount of time in seconds that a switch will wait for a query to be received on the selected interface participating in the vlan before the interface is removed from the list of interfaces with multicast routers attached. This parameter is configurable only for exisiting Vlans.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 0..3600  

agentSwitchVlanStaticMrouterGroup 1.3.6.1.4.1.4526.10.1.2.8.9
OBJECT IDENTIFIER    

agentSwitchVlanStaticMrouterTable 1.3.6.1.4.1.4526.10.1.2.8.9.1
A table of the IGMP Static Mrouter Configuration parameters.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AgentSwitchVlanStaticMrouterEntry

agentSwitchVlanStaticMrouterEntry 1.3.6.1.4.1.4526.10.1.2.8.9.1.1
Represents entry for a IGMP Static Mrouter.
Status: current Access: not-accessible
OBJECT-TYPE    
  AgentSwitchVlanStaticMrouterEntry  

agentSwitchVlanStaticMrouterAdminMode 1.3.6.1.4.1.4526.10.1.2.8.9.1.1.1
This enables or disables IGMP Mrouter on a per-interface per-vlan basis.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER disable(0), enable(1)  

agentSwitchMFDBGroup 1.3.6.1.4.1.4526.10.1.2.8.10
OBJECT IDENTIFIER    

agentSwitchMFDBTable 1.3.6.1.4.1.4526.10.1.2.8.10.1
The Multicast Forwarding Database table
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AgentSwitchMFDBEntry

agentSwitchMFDBEntry 1.3.6.1.4.1.4526.10.1.2.8.10.1.1
Contains Forwarding and Filtering information per Vlan Index, MAC Address, and Component User.
Status: current Access: not-accessible
OBJECT-TYPE    
  AgentSwitchMFDBEntry  

agentSwitchMFDBVlanId 1.3.6.1.4.1.4526.10.1.2.8.10.1.1.1
Vlan Index for which this entry is associated with.
Status: current Access: read-only
OBJECT-TYPE    
  VlanIndex  

agentSwitchMFDBMacAddress 1.3.6.1.4.1.4526.10.1.2.8.10.1.1.2
A multicast MAC address for which the switch has forwarding and or filtering information.
Status: current Access: read-only
OBJECT-TYPE    
  MacAddress  

agentSwitchMFDBProtocolType 1.3.6.1.4.1.4526.10.1.2.8.10.1.1.3
The component that is responsible for this entry in the Multicast Forwarding Database.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER static(1), gmrp(2), igmp(3), mld(4)  

agentSwitchMFDBType 1.3.6.1.4.1.4526.10.1.2.8.10.1.1.4
This displays the type of the entry. static(1) - Entries configured by the end user dynamic(2) - Entries added as a result of a learning process or protocol
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER static(1), dynamic(2)  

agentSwitchMFDBDescription 1.3.6.1.4.1.4526.10.1.2.8.10.1.1.5
Text description of this multicast table entry.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

agentSwitchMFDBForwardingPortMask 1.3.6.1.4.1.4526.10.1.2.8.10.1.1.6
BitMask indicating which ports this entry indicates should be forwarded. To obtain port numbers from interface numbers, use the objects agentPortDot1dBasePort and agentPortIfIndex in the agentPortConfigTable table.
Status: current Access: read-only
OBJECT-TYPE    
  AgentPortMask  

agentSwitchMFDBFilteringPortMask 1.3.6.1.4.1.4526.10.1.2.8.10.1.1.7
BitMask indicating which ports this entry indicates should be filtered. To obtain port numbers from interface numbers, use the objects agentPortDot1dBasePort and agentPortIfIndex in the agentPortConfigTable table.
Status: current Access: read-only
OBJECT-TYPE    
  AgentPortMask  

agentSwitchMFDBSummaryTable 1.3.6.1.4.1.4526.10.1.2.8.10.2
The Multicast Forwarding Database Summary table
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AgentSwitchMFDBSummaryEntry

agentSwitchMFDBSummaryEntry 1.3.6.1.4.1.4526.10.1.2.8.10.2.1
Summarizes the forwarding ports for all components registered for all MFDB table entries with the same Vlan Index and MAC Address.
Status: current Access: not-accessible
OBJECT-TYPE    
  AgentSwitchMFDBSummaryEntry  

agentSwitchMFDBSummaryVlanId 1.3.6.1.4.1.4526.10.1.2.8.10.2.1.1
Vlan Index for which this entry is associated with.
Status: current Access: read-only
OBJECT-TYPE    
  VlanIndex  

agentSwitchMFDBSummaryMacAddress 1.3.6.1.4.1.4526.10.1.2.8.10.2.1.2
A multicast MAC address for which the switch has forwarding and or filtering information.
Status: current Access: read-only
OBJECT-TYPE    
  MacAddress  

agentSwitchMFDBSummaryForwardingPortMask 1.3.6.1.4.1.4526.10.1.2.8.10.2.1.3
Port Mask indicating which ports this entry indicates should be forwarded. To obtain port numbers from interface numbers, use the objects agentPortDot1dBasePort and agentPortIfIndex in the agentPortConfigTable table.
Status: current Access: read-only
OBJECT-TYPE    
  AgentPortMask  

agentSwitchMFDBMaxTableEntries 1.3.6.1.4.1.4526.10.1.2.8.10.3
This displays the maximum number of entries that can possibly be in the Multicast Forwarding Database table.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

agentSwitchMFDBMostEntriesUsed 1.3.6.1.4.1.4526.10.1.2.8.10.4
This displays the largest number of entries that have been present in the Multicast Forwarding Database table. This value is also known as the MFDB high-water mark.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

agentSwitchMFDBCurrentEntries 1.3.6.1.4.1.4526.10.1.2.8.10.5
This displays the current number of entries in the Multicast Forwarding Database table.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

agentSwitchDVlanTagGroup 1.3.6.1.4.1.4526.10.1.2.8.11
OBJECT IDENTIFIER    

agentSwitchDVlanTagEthertype 1.3.6.1.4.1.4526.10.1.2.8.11.1
Configures the Double Vlan Tag Ethertype for the switch. If this object is supported, ethertype cannot be configured per port. Commonly used are the Ethertypes for vman tags (34984, or 0x88A8) and dot1q tags (33024, or 0x8100).
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 0..65535  

agentSwitchDVlanTagTable 1.3.6.1.4.1.4526.10.1.2.8.11.2
A table of entries specifying the ethertype (TPID) values. This will let the user specify multiple ethertypes globally.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AgentSwitchDVlanTagEntry

agentSwitchDVlanTagEntry 1.3.6.1.4.1.4526.10.1.2.8.11.2.1
A table entry specifying the ethertype (TPID) values. Commonly used are the Ethertypes for vman tags (34984, or 0x88A8) and dot1q tags (33024, or 0x8100).
Status: current Access: not-accessible
OBJECT-TYPE    
  AgentSwitchDVlanTagEntry  

agentSwitchDVlanTagTPid 1.3.6.1.4.1.4526.10.1.2.8.11.2.1.1
Ethertype value to identify incoming double tagged frames
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32  

agentSwitchDVlanTagDefaultTPid 1.3.6.1.4.1.4526.10.1.2.8.11.2.1.2
Specifies if this TPID is default TPID for the switch or not
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER true(1), false(2)  

agentSwitchDVlanTagRowStatus 1.3.6.1.4.1.4526.10.1.2.8.11.2.1.3
Row status
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

agentSwitchPortDVlanTagTable 1.3.6.1.4.1.4526.10.1.2.8.11.3
A table entries specifying the ethertype (TPID) values per port.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AgentSwitchPortDVlanTagEntry

agentSwitchPortDVlanTagEntry 1.3.6.1.4.1.4526.10.1.2.8.11.3.2
A table entry specifying the ethertype (TPID) value for a port.
Status: current Access: not-accessible
OBJECT-TYPE    
  AgentSwitchPortDVlanTagEntry  

agentSwitchPortDVlanTagInterfaceIfIndex 1.3.6.1.4.1.4526.10.1.2.8.11.3.2.1
Port Id on to which the Ethertype value is mapped
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32  

agentSwitchPortDVlanTagTPid 1.3.6.1.4.1.4526.10.1.2.8.11.3.2.2
Ethertype value to identify incoming double tagged frames
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32  

agentSwitchPortDVlanTagMode 1.3.6.1.4.1.4526.10.1.2.8.11.3.2.3
Controls the Double Vlan Tag mode on this port.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER enable(1), disable(2)  

agentSwitchPortDVlanTagCustomerId 1.3.6.1.4.1.4526.10.1.2.8.11.3.2.4
Configures the Customer ID for the Double Vlan Tag for this port.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32  

agentSwitchPortDVlanTagRowStatus 1.3.6.1.4.1.4526.10.1.2.8.11.3.2.5
Row status
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

agentSwitchVlanMacAssociationGroup 1.3.6.1.4.1.4526.10.1.2.8.13
OBJECT IDENTIFIER    

agentSwitchVlanMacAssociationTable 1.3.6.1.4.1.4526.10.1.2.8.13.1
The switch's MAC To VLAN association table
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AgentSwitchVlanMacAssociationEntry

agentSwitchVlanMacAssociationEntry 1.3.6.1.4.1.4526.10.1.2.8.13.1.1
VLAN to be assigned to untagged or priority tagged packets based on MAC address.
Status: current Access: not-accessible
OBJECT-TYPE    
  AgentSwitchVlanMacAssociationEntry  

agentSwitchVlanMacAssociationMacAddress 1.3.6.1.4.1.4526.10.1.2.8.13.1.1.1
The Mac address
Status: current Access: not-accessible
OBJECT-TYPE    
  MacAddress  

agentSwitchVlanMacAssociationVlanId 1.3.6.1.4.1.4526.10.1.2.8.13.1.1.2
The VLAN the Mac address assigned to
Status: current Access: not-accessible
OBJECT-TYPE    
  VlanIndex  

agentSwitchVlanMacAssociationRowStatus 1.3.6.1.4.1.4526.10.1.2.8.13.1.1.3
The Mac to VLAN association row status. Supported values: active(1) - valid entry createAndGo(4) - used to create a new entry destroy(6) - removes the entry
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

agentSwitchProtectedPortConfigGroup 1.3.6.1.4.1.4526.10.1.2.8.18
OBJECT IDENTIFIER    

agentSwitchProtectedPortTable 1.3.6.1.4.1.4526.10.1.2.8.18.1
The switch's protected port mapping table
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AgentSwitchProtectedPortEntry

agentSwitchProtectedPortEntry 1.3.6.1.4.1.4526.10.1.2.8.18.1.1
Protected ports assigned to groups.
Status: current Access: not-accessible
OBJECT-TYPE    
  AgentSwitchProtectedPortEntry  

agentSwitchProtectedPortGroupId 1.3.6.1.4.1.4526.10.1.2.8.18.1.1.1
The group that this port belongs to
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32  

agentSwitchProtectedPortGroupName 1.3.6.1.4.1.4526.10.1.2.8.18.1.1.2
The name of the group
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString Size(0..31)  

agentSwitchProtectedPortPortList 1.3.6.1.4.1.4526.10.1.2.8.18.1.1.3
The set of ports that are protected in this group
Status: current Access: read-write
OBJECT-TYPE    
  PortList  

agentSwitchPrivateGroupConfigGroup 1.3.6.1.4.1.4526.10.1.2.8.21
OBJECT IDENTIFIER    

agentSwitchPrivateGroupTable 1.3.6.1.4.1.4526.10.1.2.8.21.1
The switch's private group mapping table
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AgentSwitchPrivateGroupEntry

agentSwitchPrivateGroupEntry 1.3.6.1.4.1.4526.10.1.2.8.21.1.1
Private groups assigned to ports.
Status: current Access: not-accessible
OBJECT-TYPE    
  AgentSwitchPrivateGroupEntry  

agentSwitchPrivateGroupId 1.3.6.1.4.1.4526.10.1.2.8.21.1.1.1
The private group id that port belongs to
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32  

agentSwitchPrivateGroupName 1.3.6.1.4.1.4526.10.1.2.8.21.1.1.2
The name of the Private group
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString Size(0..24)  

agentSwitchPrivateGroupMode 1.3.6.1.4.1.4526.10.1.2.8.21.1.1.3
The mode of port in private group is either isloated or community
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER isolated(1), community(2)  

agentSwitchPrivateGroupRowStatus 1.3.6.1.4.1.4526.10.1.2.8.21.1.1.4
Private Group VLAN can only be created through multiple variable bindings taking all the objects of of the AgentSwitchPrivateGroupEntry. Supported values: active(1) - valid entry createAndGo(4) - used to create a new entry destroy(6) - removes the entry
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

agentSwitchPrivateGroupPortTable 1.3.6.1.4.1.4526.10.1.2.8.21.2
The switch's private group portlist mapping table
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AgentSwitchPrivateGroupPortEntry

agentSwitchPrivateGroupPortEntry 1.3.6.1.4.1.4526.10.1.2.8.21.2.1
List of ports assigned to private groups.
Status: current Access: not-accessible
OBJECT-TYPE    
  AgentSwitchPrivateGroupPortEntry  

agentSwitchPrivateGroupPortGroupId 1.3.6.1.4.1.4526.10.1.2.8.21.2.1.1
The private group id that port belongs to
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32  

agentSwitchPrivateGroupPortGroupName 1.3.6.1.4.1.4526.10.1.2.8.21.2.1.2
The name of the Private group
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..24)  

agentSwitchPrivateGroupPortPortList 1.3.6.1.4.1.4526.10.1.2.8.21.2.1.3
The list of ports in private group
Status: current Access: read-write
OBJECT-TYPE    
  PortList  

agentSwitchVlanSubnetAssociationGroup 1.3.6.1.4.1.4526.10.1.2.8.20
OBJECT IDENTIFIER    

agentSwitchVlanSubnetAssociationTable 1.3.6.1.4.1.4526.10.1.2.8.20.1
The switch's Subnet To VLAN association table
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AgentSwitchVlanSubnetAssociationEntry

agentSwitchVlanSubnetAssociationEntry 1.3.6.1.4.1.4526.10.1.2.8.20.1.1
VLAN to be assigned to untagged or priority tagged packets based on IP address and Subnet Mask.
Status: current Access: not-accessible
OBJECT-TYPE    
  AgentSwitchVlanSubnetAssociationEntry  

agentSwitchVlanSubnetAssociationIPAddress 1.3.6.1.4.1.4526.10.1.2.8.20.1.1.1
The ip address
Status: current Access: not-accessible
OBJECT-TYPE    
  IpAddress  

agentSwitchVlanSubnetAssociationSubnetMask 1.3.6.1.4.1.4526.10.1.2.8.20.1.1.2
The subnet mask
Status: current Access: not-accessible
OBJECT-TYPE    
  IpAddress  

agentSwitchVlanSubnetAssociationVlanId 1.3.6.1.4.1.4526.10.1.2.8.20.1.1.3
The VLAN that the IP address and subnet mask assigned to
Status: current Access: not-accessible
OBJECT-TYPE    
  VlanIndex  

agentSwitchVlanSubnetAssociationRowStatus 1.3.6.1.4.1.4526.10.1.2.8.20.1.1.4
The Subnet to VLAN association row status. Supported values: active(1) - valid entry createAndGo(4) - used to create a new entry destroy(6) - removes the entry
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

agentSwitchSnoopingQuerierGroup 1.3.6.1.4.1.4526.10.1.2.8.3
OBJECT IDENTIFIER    

agentSwitchSnoopingQuerierCfgTable 1.3.6.1.4.1.4526.10.1.2.8.3.1
A table of the IGMP/MLD Snooping Querier Global configuration entries.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AgentSwitchSnoopingQuerierCfgEntry

agentSwitchSnoopingQuerierCfgEntry 1.3.6.1.4.1.4526.10.1.2.8.3.1.1
Represents entry for Snooping Querier Configuration.
Status: current Access: not-accessible
OBJECT-TYPE    
  AgentSwitchSnoopingQuerierCfgEntry  

agentSwitchSnoopingQuerierAdminMode 1.3.6.1.4.1.4526.10.1.2.8.3.1.1.1
This enables or disables Snooping Querier on the system.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enable(1), disable(2)  

agentSwitchSnoopingQuerierVersion 1.3.6.1.4.1.4526.10.1.2.8.3.1.1.2
This specifies the multicast protocol versions that are supported by the system.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32  

agentSwitchSnoopingQuerierAddress 1.3.6.1.4.1.4526.10.1.2.8.3.1.1.3
This specifies the default source ip address to be used while generating general queries.
Status: current Access: read-write
OBJECT-TYPE    
  InetAddress  

agentSwitchSnoopingQuerierQueryInterval 1.3.6.1.4.1.4526.10.1.2.8.3.1.1.4
This specified the timer interval after which the system generates general queries.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 1..1800  

agentSwitchSnoopingQuerierExpiryInterval 1.3.6.1.4.1.4526.10.1.2.8.3.1.1.5
This specified the timer interval after which the detected other querier information is no longer valid.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 60..300  

agentSwitchSnoopingQuerierVlanTable 1.3.6.1.4.1.4526.10.1.2.8.3.2
A table of the Snooping Querier Vlan configuration entries.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AgentSwitchSnoopingQuerierVlanEntry

agentSwitchSnoopingQuerierVlanEntry 1.3.6.1.4.1.4526.10.1.2.8.3.2.1
Represents entry for a Snooping Querier configurable Vlan.
Status: current Access: not-accessible
OBJECT-TYPE    
  AgentSwitchSnoopingQuerierVlanEntry  

agentSwitchSnoopingQuerierVlanAdminMode 1.3.6.1.4.1.4526.10.1.2.8.3.2.1.1
This enables or disables Snooping Querier on a selected Vlan interface.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER disable(0), enable(1)  

agentSwitchSnoopingQuerierVlanOperMode 1.3.6.1.4.1.4526.10.1.2.8.3.2.1.2
This specifies the current state of the Snooping Querier on a selected vlan interface
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER disabled(0), querier(1), non-querier(2)  

agentSwitchSnoopingQuerierElectionParticipateMode 1.3.6.1.4.1.4526.10.1.2.8.3.2.1.3
This enables or disables the Snooping Querier Election Participation mode. When enabled snooping querier switch will participate in querier election up on discovering another querier in the specified vlan. When disabled, up on discovering another querier, snooping querier moves to non-querier state.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER disable(0), enable(1)  

agentSwitchSnoopingQuerierVlanAddress 1.3.6.1.4.1.4526.10.1.2.8.3.2.1.4
This specifies the default source ip address to be used while generating general queries on the specified vlan.
Status: current Access: read-write
OBJECT-TYPE    
  InetAddress  

agentSwitchSnoopingQuerierOperVersion 1.3.6.1.4.1.4526.10.1.2.8.3.2.1.5
This specifies the multicast protocol version that is currently being used by the snooping switch for the specified vlan while generating query messages.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

agentSwitchSnoopingQuerierOperMaxResponseTime 1.3.6.1.4.1.4526.10.1.2.8.3.2.1.6
The amount of time in seconds a switch will wait after sending a query on the selected vlan because it did not receive a report for a particular group in the interface participating in the vlan. This object is valid only when agentSwitchSnoopingQuerierOperVersion object is valid.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

agentSwitchSnoopingQuerierLastQuerierAddress 1.3.6.1.4.1.4526.10.1.2.8.3.2.1.7
This specifies the last querier's ip address for the specified vlan. It represents the detected other multicast querier in the vlan.
Status: current Access: read-only
OBJECT-TYPE    
  InetAddress  

agentSwitchSnoopingQuerierLastQuerierVersion 1.3.6.1.4.1.4526.10.1.2.8.3.2.1.8
This specifies the multicast protocol version that is currently being used by the detected other multicast querier for the specified vlan.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

agentTransferConfigGroup 1.3.6.1.4.1.4526.10.1.2.9
OBJECT IDENTIFIER    

agentTransferUploadGroup 1.3.6.1.4.1.4526.10.1.2.9.1
OBJECT IDENTIFIER    

agentTransferUploadMode 1.3.6.1.4.1.4526.10.1.2.9.1.1
Transfer upload mode configures the mode to use when uploading from the switch. The mode is either X/Y/ZMODEM, TFTP, SFTP or SCP. X/Y/ZMODEM is valid only when the file transfer is initiated by the serial EIA 232 port. SFTP and SCP are only allowed if the SSH feature is present.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER tftp(1), xmodem(2), ymodem(3), zmodem(4), sftp(5), scp(6)  

agentTransferUploadServerIP 1.3.6.1.4.1.4526.10.1.2.9.1.2
Transfer upload server IP configures the IP address of the server where the file is located. It is valid only when the Transfer Mode is TFTP, SFTP, or SCP. The address is 4 integer bytes ranging from 0 to 255. This object is deprecated in favour of agentTransferUploadServerAddress and agentTransferUploadServerAddressType.
Status: deprecated Access: read-write
OBJECT-TYPE    
  IpAddress  

agentTransferUploadPath 1.3.6.1.4.1.4526.10.1.2.9.1.3
Transfer upload path configures the directory path where the file is to be uploaded to. The switch remembers the last file path used.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString Size(0..31)  

agentTransferUploadFilename 1.3.6.1.4.1.4526.10.1.2.9.1.4
Transfer upload filename configures the file name for the file being uploaded from the switch. It can be up to 32 alphanumeric characters. The switch remembers the last file name used. File path can be appended to the file name if the string is less than 17 characters. Otherwise, the File Path field will need to be used and the File Name will be appended to the File Path as is. An example would be File Path set to c: ftp\code\ and File Name set to e1r1v1.opr. Note: File Name, File Path, and Server IP Address are applicable only if the Transfer Mode is TFTP, SFTP or SCP.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString Size(0..31)  

agentTransferUploadDataType 1.3.6.1.4.1.4526.10.1.2.9.1.5
Transfer upload datatype configures the type of file to upload from the switch. The types for upload are: - Configuration File - Error log - Message log - Trap log - Banner File
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER config(2), errorlog(3), messagelog(4), traplog(5), clibanner(6), code(7)  

agentTransferUploadStart 1.3.6.1.4.1.4526.10.1.2.9.1.6
Transfer upload start will start an upload transfer. The agentTransferUploadMode object must not be set to xmodem(2), ymodem(3), or zmodem(4) to initiate a transfer via SNMP.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enable(1), disable(2)  

agentTransferUploadStatus 1.3.6.1.4.1.4526.10.1.2.9.1.7
Indicates the current status of an upload transfer.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER notInitiated(1), transferStarting(2), errorStarting(3), wrongFileType(4), updatingConfig(5), invalidConfigFile(6), writingToFlash(7), failureWritingToFlash(8), checkingCRC(9), failedCRC(10), unknownDirection(11), transferSuccessful(12), transferFailed(13)  

agentTransferUploadServerAddressType 1.3.6.1.4.1.4526.10.1.2.9.1.8
The type of the serverip address, as defined in the InetAddress MIB. The agentTransferUploadServerAddress object is intepreted within the context of agentTransferUploadServerAddressType
Status: current Access: read-write
OBJECT-TYPE    
  InetAddressType  

agentTransferUploadServerAddress 1.3.6.1.4.1.4526.10.1.2.9.1.9
Transfer upload serverip configures the IP address of the server where the file is to be uploaded to.It is valid only when the Transfer Mode is TFTP, SFTP or SCP. The type of this address is determined by the value of the agentTransferUploadServerAddressType object. The values for agentTransferUploadServerAddressType and agentTransferUploadServerAddress must be consistent.
Status: current Access: read-write
OBJECT-TYPE    
  InetAddress  

agentTransferUploadImagename 1.3.6.1.4.1.4526.10.1.2.9.1.10
Transfer upload image name. Sets the image to be uploaded as the specified name Note: Imagename, File Name, File Path, and Server IP Address are applicable only if the Transfer Mode is TFTP, SFTP or SCP.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER unknown(1), image1(2), image2(3)  

agentTransferUploadUsername 1.3.6.1.4.1.4526.10.1.2.9.1.11
Username applicable only to secure upload types, i.e., SFTP or SCP.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString Size(0..32)  

agentTransferUploadPassword 1.3.6.1.4.1.4526.10.1.2.9.1.12
Password applicable only to secure upload types, i.e. SFTP or SCP.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString Size(0..64)  

agentTransferDownloadGroup 1.3.6.1.4.1.4526.10.1.2.9.2
OBJECT IDENTIFIER    

agentTransferDownloadMode 1.3.6.1.4.1.4526.10.1.2.9.2.1
Transfer download mode configures the mode to use when downloading to the switch. The mode is either X/Y/ZMODEM, TFTP, SFTP or SCP. X/Y/ZMODEM is valid only when the file transfer is initiated by the serial EIA 232 port. SFTP and SCP are only allowed if the SSH feature is present.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER tftp(1), xmodem(2), ymodem(3), zmodem(4), sftp(5), scp(6)  

agentTransferDownloadServerIP 1.3.6.1.4.1.4526.10.1.2.9.2.2
Transfer download serverip configures the IP address of the server where the file is located. It is valid only when the Transfer Mode is TFTP, SFTP or SCP. The address is 4 integer bytes ranging from 0 to 255. This object is deprecated in favour of agentTransferDownloadServerAddress and agentTransferDownloadServerAddressType.
Status: deprecated Access: read-write
OBJECT-TYPE    
  IpAddress  

agentTransferDownloadPath 1.3.6.1.4.1.4526.10.1.2.9.2.3
Transfer download path configures the directory path where the file is located. The switch remembers the last file path used.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString Size(0..31)  

agentTransferDownloadFilename 1.3.6.1.4.1.4526.10.1.2.9.2.4
Transfer download filename configures the file name for the file being downloaded to the switch. It can be up to 32 alphanumeric characters. The switch remembers the last file name used. File path can be appended to the file name if the string is less than 33 characters. Otherwise, the File Path field will need to be used and the File Name will be appended to the File Path as is. An example would be File Path set to c: ftp\code\ and File Name set to e1r1v1.opr. Note: Imagename, File Name, File Path, and Server IP Address are applicable only if the Transfer Mode is TFTP, SFTP or SCP.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString Size(0..31)  

agentTransferDownloadDataType 1.3.6.1.4.1.4526.10.1.2.9.2.5
Transfer download datatype configures the type of file to download to the switch. The types for download are: code - Code File config - Configuration File sshkey-rsa1 - SSH-1 RSA Key File sshkey-rsa2 - SSH-2 RSA Key PEM File sshkey-dsa - SSH-2 DSA Key PEM File sslpem-root - SSL Trusted Root Certificate PEM File sslpem-server - SSL Server Certificate PEM File sslpem-dhweak - SSL DH Weak Encryption Parameter PEM File sslpem-dhstrong - SSL DH Strong Encryption Parameter PEM File cli-banner - CLI Banner File kernel - Kernel File Note: SSH Key files can only be downloaded if SSH Server is administratively disabled, and there are no active SSH sessions. Kernel file can be downloaded only on raptor platform and linux operating system.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER code(2), config(3), sshkey-rsa1(4), sshkey-rsa2(5), sshkey-dsa(6), sslpem-root(7), sslpem-server(8), sslpem-dhweak(9), sslpem-dhstrong(10), clibanner(11), kernel(12), tr069-acs-sslpem-root(13), tr069-client-ssl-private-key(14), tr069-client-ssl-cert(15)  

agentTransferDownloadStart 1.3.6.1.4.1.4526.10.1.2.9.2.6
Transfer download start will start an download transfer. The agentTransferDownloadMode object must not be set to xmodem(2), ymodem(3), or zmodem(4) to initiate a transfer via SNMP.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enable(1), disable(2)  

agentTransferDownloadStatus 1.3.6.1.4.1.4526.10.1.2.9.2.7
Indicates the current status of an download transfer.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER notInitiated(1), transferStarting(2), errorStarting(3), wrongFileType(4), updatingConfig(5), invalidConfigFile(6), writingToFlash(7), failureWritingToFlash(8), checkingCRC(9), failedCRC(10), unknownDirection(11), transferSuccessful(12), transferFailed(13)  

agentTransferDownloadServerAddressType 1.3.6.1.4.1.4526.10.1.2.9.2.8
The type of the serverip address, as defined in the InetAddress MIB. The agentTransferDownloadServerAddress object is intepreted within the context of agentTransferDownloadServerAddressType
Status: current Access: read-write
OBJECT-TYPE    
  InetAddressType  

agentTransferDownloadServerAddress 1.3.6.1.4.1.4526.10.1.2.9.2.9
Transfer download serverip configures the IP address of the server where the file is to be downloaded from.It is valid only when the Transfer Mode is TFTP, SFTP, or SCP. The type of this address is determined by the value of the agentTransferDownloadServerAddressType object. The values for agentTransferDownloadServerAddressType and agentTransferDownloadServerAddress must be consistent.
Status: current Access: read-write
OBJECT-TYPE    
  InetAddress  

agentTransferDownloadImagename 1.3.6.1.4.1.4526.10.1.2.9.2.10
Transfer download image name. Sets the downloaded image as the specified name Note: Imagename, File Name, File Path, and Server IP Address are applicable only if the Transfer Mode is TFTP, SFTP or SCP.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER unknown(1), image1(2), image2(3)  

agentTransferDownloadUsername 1.3.6.1.4.1.4526.10.1.2.9.2.11
Username applicable only to secure download types, i.e., SFTP or SCP.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString Size(0..32)  

agentTransferDownloadPassword 1.3.6.1.4.1.4526.10.1.2.9.2.12
Password applicable only to secure download types, i.e. SFTP or SCP.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString Size(0..64)  

agentImageConfigGroup 1.3.6.1.4.1.4526.10.1.2.9.3
OBJECT IDENTIFIER    

agentImage1 1.3.6.1.4.1.4526.10.1.2.9.3.1
The image1 software version .
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(1..32)  

agentImage2 1.3.6.1.4.1.4526.10.1.2.9.3.2
The image2 software version.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(1..32)  

agentActiveImage 1.3.6.1.4.1.4526.10.1.2.9.3.3
The active image name. image1 or image2.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(1..32)  

agentNextActiveImage 1.3.6.1.4.1.4526.10.1.2.9.3.4
The next active image name. user assigns either image1 or image2.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString Size(1..32)  

agentPortMirroringGroup 1.3.6.1.4.1.4526.10.1.2.10
OBJECT IDENTIFIER    

agentMirroredPortIfIndex 1.3.6.1.4.1.4526.10.1.2.10.1
IfIndex of the mirrored port
Status: obsolete Access: read-write
OBJECT-TYPE    
  Integer32  

agentProbePortIfIndex 1.3.6.1.4.1.4526.10.1.2.10.2
IfIndex of the probe port
Status: obsolete Access: read-write
OBJECT-TYPE    
  Integer32  

agentPortMirroringMode 1.3.6.1.4.1.4526.10.1.2.10.3
Port mirroring mode: enable - enable mirroring mode disable - disable mirroring mode delete - clear MirroredPort and Probe Port configuration
Status: obsolete Access: read-write
OBJECT-TYPE    
  INTEGER enable(1), disable(2), delete(3)  

agentPortMirrorTable 1.3.6.1.4.1.4526.10.1.2.10.4
This table includes entries for each Port Mirroring session.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AgentPortMirrorEntry

agentPortMirrorEntry 1.3.6.1.4.1.4526.10.1.2.10.4.1
Provides configuration of a Port Mirroring session specifying the destination port, and the source Port Mask, providing a many-to-one mapping.
Status: current Access: not-accessible
OBJECT-TYPE    
  AgentPortMirrorEntry  

agentPortMirrorSessionNum 1.3.6.1.4.1.4526.10.1.2.10.4.1.1
The Session number of this mirroring entry. The number of sessions is fixed, and is platform dependant.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32  

agentPortMirrorDestinationPort 1.3.6.1.4.1.4526.10.1.2.10.4.1.2
The port which traffic from the mirrored ports will be sent to.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32  

agentPortMirrorSourcePortMask 1.3.6.1.4.1.4526.10.1.2.10.4.1.3
The ports from which traffic will be sent to the destination port. The destination port can not be included in this list of ports.
Status: current Access: read-write
OBJECT-TYPE    
  AgentPortMask  

agentPortMirrorAdminMode 1.3.6.1.4.1.4526.10.1.2.10.4.1.4
The status of this port mirroring session. enable(1) - This session is active and all traffic from the source ports will be mirrored to the destination port. disable(2) - This session is not active. delete(3) - Remove the configuration for this Session
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enable(1), disable(2), delete(3)  

agentPortMirrorTypeTable 1.3.6.1.4.1.4526.10.1.2.10.5
This table includes entries for each source port's direction of port mirroring.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AgentPortMirrorTypeEntry

agentPortMirrorTypeEntry 1.3.6.1.4.1.4526.10.1.2.10.5.1
Provides configuration of a Port Mirroring direction specifying the session of the port mirroring and source port
Status: current Access: not-accessible
OBJECT-TYPE    
  AgentPortMirrorTypeEntry  

agentPortMirrorTypeSourcePort 1.3.6.1.4.1.4526.10.1.2.10.5.1.1
The port from which traffic will be sent to the destination port. This port should be a source port in the corresponding session
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32  

agentPortMirrorTypeType 1.3.6.1.4.1.4526.10.1.2.10.5.1.2
The direction of the data to be mirrored on this source port. tx(1) - The data that is transmitted from the source port. rx(2) - The data that is received on the source port. txrx(3) - The data that is transmitted/received from/on the source port
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER tx(1), rx(2), txrx(3)  

agentDot3adAggPortTable 1.3.6.1.4.1.4526.10.1.2.12
This table provides 802.3ad link aggregation information for each physical port that is not available through the standard MIB.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AgentDot3adAggPortEntry

agentDot3adAggPortEntry 1.3.6.1.4.1.4526.10.1.2.12.1
Information about a table entry. The agentDot3adAggPort identifies the external interface number of the port.
Status: current Access: not-accessible
OBJECT-TYPE    
  AgentDot3adAggPortEntry  

agentDot3adAggPort 1.3.6.1.4.1.4526.10.1.2.12.1.1
ifIndex of this physical port
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

agentDot3adAggPortLACPMode 1.3.6.1.4.1.4526.10.1.2.12.1.2
Enable/disable 802.3ad LACP on this port
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enable(1), disable(2)  

agentPortConfigTable 1.3.6.1.4.1.4526.10.1.2.13
A table of the switch's physical port config entries
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AgentPortConfigEntry

agentPortConfigEntry 1.3.6.1.4.1.4526.10.1.2.13.1
Switch's physical port config entry
Status: current Access: not-accessible
OBJECT-TYPE    
  AgentPortConfigEntry  

agentPortDot1dBasePort 1.3.6.1.4.1.4526.10.1.2.13.1.1
The port number of this port.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 1..65535  

agentPortIfIndex 1.3.6.1.4.1.4526.10.1.2.13.1.2
The switch's Port IfIndex
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

agentPortIanaType 1.3.6.1.4.1.4526.10.1.2.13.1.3
The switch's Port Type
Status: current Access: read-only
OBJECT-TYPE    
  IANAifType  

agentPortSTPMode 1.3.6.1.4.1.4526.10.1.2.13.1.4
The switch's Port Spanning Tree Protocol Mode STP mode values are: dot1d (the default) fast, indicates you want to use the fast spanning tree mode off, indicates the STP mode is turned off for a particular port This object is only supported when the Dot1d Protocol is enabled.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER dot1d(1), fast(2), off(3)  

agentPortSTPState 1.3.6.1.4.1.4526.10.1.2.13.1.5
The switch's Port Spanning Tree Protocol State. This object is only supported when the Dot1d Protocol is enabled.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER blocking(1), listening(2), learning(3), forwarding(4), disabled(5)  

agentPortAdminMode 1.3.6.1.4.1.4526.10.1.2.13.1.6
The switch's Port Admin Mode
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enable(1), disable(2)  

agentPortPhysicalMode 1.3.6.1.4.1.4526.10.1.2.13.1.7
The switch's Port Speed Mode. This is the configured physical mode. This object is read-only for gigabit ports
Status: obsolete Access: read-write
OBJECT-TYPE    
  INTEGER auto-negotiate(1), half-10(2), full-10(3), half-100(4), full-100(5), half-100fx(6), full-100fx(7), full-1000sx(8), full-10gsx(9)  

agentPortPhysicalStatus 1.3.6.1.4.1.4526.10.1.2.13.1.8
The switch's Port Physical Speed Status. This is the current actual speed.
Status: obsolete Access: read-only
OBJECT-TYPE    
  INTEGER auto-negotiate(1), half-10(2), full-10(3), half-100(4), full-100(5), half-100fx(6), full-100fx(7), full-1000sx(8), full-10gsx(9)  

agentPortLinkTrapMode 1.3.6.1.4.1.4526.10.1.2.13.1.9
If enabled, link up and link down traps will be sent for this port.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enable(1), disable(2)  

agentPortClearStats 1.3.6.1.4.1.4526.10.1.2.13.1.10
clear stats for this port only
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enable(1), disable(2)  

agentPortDefaultType 1.3.6.1.4.1.4526.10.1.2.13.1.11
This object identifies the default administrative port type, to be used in conjunction with the operational port type denoted by agentPortType. This object represents the administratively-configured type of the MAU. If auto-negotiation is not enabled or is not implemented for this MAU, the value of this object determines the operational type of the MAU. In this case, a set to this object will force the MAU into the specified operating mode. If auto-negotiation is implemented and enabled for this MAU, the operational type of the MAU is determined by auto-negotiation, and the value of this object denotes the type to which the MAU will automatically revert if/when auto-negotiation is later disabled. The valid values for this object are: dot3MauType10BaseTHD dot3MauType10BaseTFD dot3MauType100BaseTXHD dot3MauType100BaseTXFD dot3MauType100BaseFXFD
Status: current Access: read-write
OBJECT-TYPE    
  OBJECT IDENTIFIER  

agentPortType 1.3.6.1.4.1.4526.10.1.2.13.1.12
This object identifies the port type. An initial set of MAU types are defined in RFC 2668. The assignment of OBJECT IDENTIFIERs to new types of MAUs is managed by the IANA. If the MAU type is unknown, the object identifier unknownMauType OBJECT IDENTIFIER ::= { 0 0 } is returned. Note that unknownMauType is a syntactically valid object identifier, and any conformant implementation of ASN.1 and the BER must be able to generate and recognize this value. This object represents the operational type of the MAU, as determined by either (1) the result of the auto-negotiation function or (2) if auto-negotiation is not enabled or is not implemented for this MAU, by the value of the object agentPortDefaultType, or (3) for the GigE card a value determined by the GBIC connected to the card. In case (2), a set to the object agentPortDefaultType will force the MAU into the new operating mode. The valid values for this object are: dot3MauType10BaseTHD dot3MauType10BaseTFD dot3MauType100BaseTXHD dot3MauType100BaseTXFD dot3MauType100BaseFXFD dot3MauType1000BaseSXFD dot3MauType1000BaseTFD dot3MauType1000BaseXFD dot3MauType10GigBaseX
Status: current Access: read-only
OBJECT-TYPE    
  OBJECT IDENTIFIER  

agentPortAutoNegAdminStatus 1.3.6.1.4.1.4526.10.1.2.13.1.13
This object identifies the administration status of auto negotiation for this port.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enable(1), disable(2)  

agentPortDot3FlowControlMode 1.3.6.1.4.1.4526.10.1.2.13.1.14
Config flowcontrol allows you to enable or disable 802.3x flow control for this port. This value applies to only full-duplex mode ports.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enable(1), disable(2)  

agentPortDVlanTagMode 1.3.6.1.4.1.4526.10.1.2.13.1.15
Controls the Double Vlan Tag mode on this port.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enable(1), disable(2)  

agentPortDVlanTagEthertype 1.3.6.1.4.1.4526.10.1.2.13.1.16
Configures the Double Vlan Tag Ethertype for this port. If this object is supported, ethertype cannot be configured globally for the switch. Commonly used are the Ethertypes for vman tags (34984, or 0x88A8) and dot1q tags (33024, or 0x8100).
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 0..65535  

agentPortDVlanTagCustomerId 1.3.6.1.4.1.4526.10.1.2.13.1.17
Configures the Customer ID for the Double Vlan Tag for this port.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32  

agentPortMaxFrameSizeLimit 1.3.6.1.4.1.4526.10.1.2.13.1.18
This object identifies the largest value that can be configured for agentPortMaxFrameSize
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

agentPortMaxFrameSize 1.3.6.1.4.1.4526.10.1.2.13.1.19
This object identifies the currently configured maximum frame size value for this port. The maximmum value that this object can be set to is the value of agentPortMaxFrameSizeLimit. For Ethernet ports which support 802.1Q vlan tagging, the minimum value that this object can be set to is 1522
Status: current Access: read-write
OBJECT-TYPE    
  Integer32  

agentPortBroadcastControlMode 1.3.6.1.4.1.4526.10.1.2.13.1.20
If enabled, broadcast storm recovery will function on this port. When you specify Enable for Broadcast Storm Recovery and the broadcast traffic on this Ethernet port exceeds the configured threshold, the switch blocks (discards) the broadcast traffic.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enable(1), disable(2)  

agentPortBroadcastControlThreshold 1.3.6.1.4.1.4526.10.1.2.13.1.21
Configures the broadcast storm recovery threshold for this port as a percentage of port speed or as an absolute pps rate.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 0..14880000  

agentPortMulticastControlMode 1.3.6.1.4.1.4526.10.1.2.13.1.22
If enabled, multicast storm recovery will function on this port. When you specify Enable for Multicast Storm Recovery and the multicast traffic on this Ethernet port exceeds the configured threshold, the switch blocks (discards) the multicast traffic.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enable(1), disable(2)  

agentPortMulticastControlThreshold 1.3.6.1.4.1.4526.10.1.2.13.1.23
Configures the multicast storm recovery threshold for this port as a percentage of port speed or as an absolute pps rate.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 0..14880000  

agentPortUnicastControlMode 1.3.6.1.4.1.4526.10.1.2.13.1.24
If enabled, unicast storm recovery will function on this port. When you specify Enable for Unicast Storm Recovery and the unknown unicast traffic on this Ethernet port exceeds the configured threshold, the switch blocks (discards) the unknown unicast traffic.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enable(1), disable(2)  

agentPortUnicastControlThreshold 1.3.6.1.4.1.4526.10.1.2.13.1.25
Configures the unicast storm recovery threshold for this port as a percentage of port speed or as an absolute pps rate.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 0..14880000  

agentPortBroadcastControlThresholdUnit 1.3.6.1.4.1.4526.10.1.2.13.1.26
Configures the units of the threshold value to percentage of port speed or absolute packets per second.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER percent(1), pps(2)  

agentPortMulticastControlThresholdUnit 1.3.6.1.4.1.4526.10.1.2.13.1.27
Configures the units of the threshold value to percentage of port speed or absolute packets per second.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER percent(1), pps(2)  

agentPortUnicastControlThresholdUnit 1.3.6.1.4.1.4526.10.1.2.13.1.28
Configures the units of the threshold value to percentage of port speed or absolute packets per second.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER percent(1), pps(2)  

agentPortVoiceVlanMode 1.3.6.1.4.1.4526.10.1.2.13.1.29
Describes and Configures the Port Voice VLAN Mode.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER none(1), vlanid(2), dot1p(3), untagged(4), disable(5)  

agentPortVoiceVlanID 1.3.6.1.4.1.4526.10.1.2.13.1.30
Describes and Configures the Port Voice VLAN ID if the Voice Vlan Mode is Vlan ID.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 1..4093  

agentPortVoiceVlanPriority 1.3.6.1.4.1.4526.10.1.2.13.1.31
Describes and Configures the Port Voice VLAN Priority if the Voice Vlan Mode is dot1p. A value of 255 indicates that the priority is not configured.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 0..7 | 255  

agentPortVoiceVlanDataPriorityMode 1.3.6.1.4.1.4526.10.1.2.13.1.32
Describes and Configures the Port Voice VLAN Data Priority Mode.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER trust(1), untrust(2)  

agentPortVoiceVlanOperationalStatus 1.3.6.1.4.1.4526.10.1.2.13.1.33
Describes the Port Voice VLAN Operational Status.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

agentPortVoiceVlanUntagged 1.3.6.1.4.1.4526.10.1.2.13.1.34
Describes and Configures the Port Voice VLAN tagging mode.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER false(0), true(1)  

agentPortVoiceVlanNoneMode 1.3.6.1.4.1.4526.10.1.2.13.1.35
Describes and Configures the Port Voice VLAN None mode.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER false(0), true(1)  

agentPortVoiceVlanDSCP 1.3.6.1.4.1.4526.10.1.2.13.1.36
Describes and Configures the Port Voice VLAN DSCP value.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32  

agentPortVoiceVlanAuthMode 1.3.6.1.4.1.4526.10.1.2.13.1.37
Describes and Configures the Port Voice VLAN Authentication mode. Disable means authentication not required for voice devices when dot1x is enabled.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enable(1), disable(2)  

agentPortDot3FlowControlOperStatus 1.3.6.1.4.1.4526.10.1.2.13.1.38
This object identifies operational status of the flow control per port.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER active(1), inactive(2)  

agentProtocolConfigGroup 1.3.6.1.4.1.4526.10.1.2.14
OBJECT IDENTIFIER    

agentProtocolGroupCreate 1.3.6.1.4.1.4526.10.1.2.14.1
Set to non-empty string to create a Protocol-Based VLAN group.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString Size(0|1..16)  

agentProtocolGroupTable 1.3.6.1.4.1.4526.10.1.2.14.2
A table of the switch's Protocol-based VLAN entries
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AgentProtocolGroupEntry

agentProtocolGroupEntry 1.3.6.1.4.1.4526.10.1.2.14.2.1
Switch's Protocol-based VLAN entry
Status: current Access: not-accessible
OBJECT-TYPE    
  AgentProtocolGroupEntry  

agentProtocolGroupId 1.3.6.1.4.1.4526.10.1.2.14.2.1.1
Group identifier of the Protocol-based VLAN entry.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

agentProtocolGroupName 1.3.6.1.4.1.4526.10.1.2.14.2.1.2
Group name of the Protocol-based VLAN entry.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

agentProtocolGroupVlanId 1.3.6.1.4.1.4526.10.1.2.14.2.1.3
VLAN associated with the Protocol-based VLAN entry. Set to 0 to remove.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32  

agentProtocolGroupProtocolIP 1.3.6.1.4.1.4526.10.1.2.14.2.1.4
The status of the IP protocol association with the Protocol-based VLAN entry.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enable(1), disable(2)  

agentProtocolGroupProtocolARP 1.3.6.1.4.1.4526.10.1.2.14.2.1.5
The status of the ARP protocol association with the Protocol-based VLAN entry.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enable(1), disable(2)  

agentProtocolGroupProtocolIPX 1.3.6.1.4.1.4526.10.1.2.14.2.1.6
The status of the IPX protocol association with the Protocol-based VLAN entry.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enable(1), disable(2)  

agentProtocolGroupStatus 1.3.6.1.4.1.4526.10.1.2.14.2.1.7
The status of the Protocol-based VLAN entry. active(1) - this entry is active destroy(6) - remove this entry
Status: current Access: read-write
OBJECT-TYPE    
  RowStatus  

agentProtocolGroupPortTable 1.3.6.1.4.1.4526.10.1.2.14.3
A table of the switch's physical port config entries
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AgentProtocolGroupPortEntry

agentProtocolGroupPortEntry 1.3.6.1.4.1.4526.10.1.2.14.3.1
Switch's physical port config entry
Status: current Access: not-accessible
OBJECT-TYPE    
  AgentProtocolGroupPortEntry  

agentProtocolGroupPortIfIndex 1.3.6.1.4.1.4526.10.1.2.14.3.1.1
The interface number of this instance.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

agentProtocolGroupPortStatus 1.3.6.1.4.1.4526.10.1.2.14.3.1.2
The status of this entry. active(1) - the port is associated with this group createAndGo(4) - add the port to this group createAndWait(5) - add the port to this group destroy(6) - remove the port from this group
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

agentStpSwitchConfigGroup 1.3.6.1.4.1.4526.10.1.2.15
OBJECT IDENTIFIER    

agentStpConfigDigestKey 1.3.6.1.4.1.4526.10.1.2.15.1
The MST configuration digest key.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(16)  

agentStpConfigFormatSelector 1.3.6.1.4.1.4526.10.1.2.15.2
The MST configuration format selector. A value other than 0 (zero) indicates non-support for the IEEE 802.1s standard.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32 0..255  

agentStpConfigName 1.3.6.1.4.1.4526.10.1.2.15.3
The MST configuration name of at most 32 characters.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString Size(1..32)  

agentStpConfigRevision 1.3.6.1.4.1.4526.10.1.2.15.4
The MST configuration revision. The default value is 1.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32 0..65535  

agentStpForceVersion 1.3.6.1.4.1.4526.10.1.2.15.5
The MST configuration force protocol version. The default version is dot1s.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER dot1d(1), dot1w(2), dot1s(3)  

agentStpAdminMode 1.3.6.1.4.1.4526.10.1.2.15.6
The spanning tree operational status. enable(1) - enables spanning tree operational status on the switch. disable(2) - disables spanning tree operational status on the switch. The default status is disabled.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enable(1), disable(2)  

agentStpPortTable 1.3.6.1.4.1.4526.10.1.2.15.7
STP port table.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AgentStpPortEntry

agentStpPortEntry 1.3.6.1.4.1.4526.10.1.2.15.7.1
STP port entry.
Status: current Access: not-accessible
OBJECT-TYPE    
  AgentStpPortEntry  

agentStpPortState 1.3.6.1.4.1.4526.10.1.2.15.7.1.1
The administrative STP state for the port. enable(1) - enables STP on the port. disable(2) - disables STP on the port. The default port STP state is enabled for the first 4095 ports and disabled for any ports beyond.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enable(1), disable(2)  

agentStpPortStatsMstpBpduRx 1.3.6.1.4.1.4526.10.1.2.15.7.1.2
The MSTP BPDUs received on a specific port.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

agentStpPortStatsMstpBpduTx 1.3.6.1.4.1.4526.10.1.2.15.7.1.3
The MSTP BPDUs sent from a specific port.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

agentStpPortStatsRstpBpduRx 1.3.6.1.4.1.4526.10.1.2.15.7.1.4
The RSTP BPDUs received on a specific port.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

agentStpPortStatsRstpBpduTx 1.3.6.1.4.1.4526.10.1.2.15.7.1.5
The RSTP BPDUs sent from a specific port.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

agentStpPortStatsStpBpduRx 1.3.6.1.4.1.4526.10.1.2.15.7.1.6
The STP BPDUs received on a specific port.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

agentStpPortStatsStpBpduTx 1.3.6.1.4.1.4526.10.1.2.15.7.1.7
The STP BPDUs sent from a specific port.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

agentStpPortUpTime 1.3.6.1.4.1.4526.10.1.2.15.7.1.8
Time since port was reset. It is displayed in days, hours, minutes, and seconds.
Status: current Access: read-only
OBJECT-TYPE    
  TimeTicks  

agentStpPortMigrationCheck 1.3.6.1.4.1.4526.10.1.2.15.7.1.9
Force the specified port to transmit RSTP or MSTP BPDU's. Supported values: false(0) - BPDUs are not to be transmitted. true(1) - BPDUs are to be transmitted A non-zero value indicates that BPDUs are to be sent on the specified port.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER false(0), true(1)  

agentStpCstConfigGroup 1.3.6.1.4.1.4526.10.1.2.15.8
OBJECT IDENTIFIER    

agentStpCstHelloTime 1.3.6.1.4.1.4526.10.1.2.15.8.1
The MSTP root port hello time for the CIST.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

agentStpCstMaxAge 1.3.6.1.4.1.4526.10.1.2.15.8.2
The MSTP root port max age for the CIST.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

agentStpCstRegionalRootId 1.3.6.1.4.1.4526.10.1.2.15.8.3
The MSTP regional root identifier for the CIST.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(8)  

agentStpCstRegionalRootPathCost 1.3.6.1.4.1.4526.10.1.2.15.8.4
The MSTP regional root path cost for the CIST.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

agentStpCstRootFwdDelay 1.3.6.1.4.1.4526.10.1.2.15.8.5
The MSTP root port forward delay for the CIST.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

agentStpCstBridgeFwdDelay 1.3.6.1.4.1.4526.10.1.2.15.8.6
The MSTP bridge forward delay for the CIST. The default value is 15.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32 4..30  

agentStpCstBridgeHelloTime 1.3.6.1.4.1.4526.10.1.2.15.8.7
The MSTP bridge hello time for the CIST. The default value is 2. According to IEEE 802.1Q-REV 2005 updating hello time is disallowed
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32 1..10  

agentStpCstBridgeHoldTime 1.3.6.1.4.1.4526.10.1.2.15.8.8
The MSTP bridge hold time for the CIST.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

agentStpCstBridgeMaxAge 1.3.6.1.4.1.4526.10.1.2.15.8.9
The MSTP bridge max age for the CIST. The default value is 20.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32 6..40  

agentStpCstBridgeMaxHops 1.3.6.1.4.1.4526.10.1.2.15.8.10
The MSTP bridge max hops for the CIST. The default value is 20.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32 6..40  

agentStpCstBridgePriority 1.3.6.1.4.1.4526.10.1.2.15.8.11
The MSTP bridge priority for the CIST. The default value is 32768.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32 0..61440  

agentStpCstBridgeHoldCount 1.3.6.1.4.1.4526.10.1.2.15.8.12
The MSTP bridge hold count for the CIST. This command sets the value of maximum bpdus that a bridge is allowed to send within a hello time window. The default value is 6.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32 1..10  

agentStpCstPortTable 1.3.6.1.4.1.4526.10.1.2.15.9
CIST port table.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AgentStpCstPortEntry

agentStpCstPortEntry 1.3.6.1.4.1.4526.10.1.2.15.9.1
CIST port entry.
Status: current Access: not-accessible
OBJECT-TYPE    
  AgentStpCstPortEntry  

agentStpCstPortOperEdge 1.3.6.1.4.1.4526.10.1.2.15.9.1.1
The MSTP operational status of a specific port for the CIST.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER enable(1), disable(2)  

agentStpCstPortOperPointToPoint 1.3.6.1.4.1.4526.10.1.2.15.9.1.2
The MSTP operational point to point mac of a specific port for the CIST.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER true(1), false(2)  

agentStpCstPortTopologyChangeAck 1.3.6.1.4.1.4526.10.1.2.15.9.1.3
The MSTP topology change acknowledge for a specific port in the CIST.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER true(1), false(2)  

agentStpCstPortEdge 1.3.6.1.4.1.4526.10.1.2.15.9.1.4
The administrative state of a specific port in CIST. enable(1) - enables the port. disable(2) - disables the port. The default port state is disabled.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enable(1), disable(2)  

agentStpCstPortForwardingState 1.3.6.1.4.1.4526.10.1.2.15.9.1.5
The MSTP forwarding state of a specific port in CIST.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER discarding(1), learning(2), forwarding(3), disabled(4), manualFwd(5), notParticipate(6)  

agentStpCstPortId 1.3.6.1.4.1.4526.10.1.2.15.9.1.6
The MSTP port identifier of a specific port in CIST.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(2)  

agentStpCstPortPathCost 1.3.6.1.4.1.4526.10.1.2.15.9.1.7
The MSTP port path cost in CIST. The default value will correspond to the recommendation specified in IEEE 802.1s Table 13-2 which varies depending upon link speed.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32 0..200000000  

agentStpCstPortPriority 1.3.6.1.4.1.4526.10.1.2.15.9.1.8
The MSTP port priority in CIST. The priority is in the increments of 16. The default value is 128.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32 0..240  

agentStpCstDesignatedBridgeId 1.3.6.1.4.1.4526.10.1.2.15.9.1.9
The MSTP designated bridge ID of a specific port in CIST.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(8)  

agentStpCstDesignatedCost 1.3.6.1.4.1.4526.10.1.2.15.9.1.10
The MSTP designated cost of a specific port in CIST.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

agentStpCstDesignatedPortId 1.3.6.1.4.1.4526.10.1.2.15.9.1.11
The MSTP designated port ID of a specific port in CIST.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(2)  

agentStpCstExtPortPathCost 1.3.6.1.4.1.4526.10.1.2.15.9.1.12
The MSTP external port path cost in CIST. The default value varies depending upon the link speed.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32 0..200000000  

agentStpCstPortBpduGuardEffect 1.3.6.1.4.1.4526.10.1.2.15.9.1.13
BPDU Guard Mode effect on the port. enable(1) - BPDU Guard Mode is enabled on the port. disable(2) - BPDU Guard Mode is disabled on the port.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER enable(1), disable(2)  

agentStpCstPortBpduFilter 1.3.6.1.4.1.4526.10.1.2.15.9.1.14
This command sets BPDU Filter mode on the port. enable(1) - BPDU Filter Mode is enabled on the port. disable(2) - BPDU Filter Mode is disabled on the port.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enable(1), disable(2)  

agentStpCstPortBpduFlood 1.3.6.1.4.1.4526.10.1.2.15.9.1.15
This command sets BPDU Flood mode on the port. enable(1) - BPDU Flood Mode is enabled on the port. disable(2) - BPDU Flood Mode is disabled on the port.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enable(1), disable(2)  

agentStpCstPortAutoEdge 1.3.6.1.4.1.4526.10.1.2.15.9.1.16
This command sets the auto-edge mode of the port which enables it to become an edge port if it does not see BPDUs for some duration. enable(1) - enables the auto-edge mode for the port. disable(2) - disables the auto-edge mode for the port. The default auto-edge mode is disabled.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enable(1), disable(2)  

agentStpCstPortRootGuard 1.3.6.1.4.1.4526.10.1.2.15.9.1.17
This command sets a port to discard any superior information received by the port and thus protect against root of the device from changing.The port gets put into discarding state and does not forward any packets. enable(1) - enables the root-guard mode for the port. disable(2) - disables the root-guard mode for the port. The default root-guard mode is disabled.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enable(1), disable(2)  

agentStpCstPortTCNGuard 1.3.6.1.4.1.4526.10.1.2.15.9.1.18
This command restricts the port from propagating any topology change information received through that port. enable(1) - enables the tcn-guard mode for the port. disable(2) - disables the tcn-guard mode for the port. The default tcn-guard mode is disabled.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enable(1), disable(2)  

agentStpCstPortLoopGuard 1.3.6.1.4.1.4526.10.1.2.15.9.1.19
This command enables loop guard on this port. This setting applies to all Spanning Tree instances of which this port is a member. enable(1) - enables the loop guard mode for the port. disable(2) - disables the loop guard mode for the port. The default loop-guard mode is disabled.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enable(1), disable(2)  

agentStpMstTable 1.3.6.1.4.1.4526.10.1.2.15.10
MST table.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AgentStpMstEntry

agentStpMstEntry 1.3.6.1.4.1.4526.10.1.2.15.10.1
MST entry.
Status: current Access: not-accessible
OBJECT-TYPE    
  AgentStpMstEntry  

agentStpMstId 1.3.6.1.4.1.4526.10.1.2.15.10.1.1
The MSTP instance ID.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

agentStpMstBridgePriority 1.3.6.1.4.1.4526.10.1.2.15.10.1.2
The MSTP bridge priority in a specific instance. The priority is in the increments of 4096. The recommended default value is 32768.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32 0..61440  

agentStpMstBridgeIdentifier 1.3.6.1.4.1.4526.10.1.2.15.10.1.3
The MSTP bridge identifier in a specific instance.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(8)  

agentStpMstDesignatedRootId 1.3.6.1.4.1.4526.10.1.2.15.10.1.4
The MSTP designated root bridge identifier in a specific instance.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(8)  

agentStpMstRootPathCost 1.3.6.1.4.1.4526.10.1.2.15.10.1.5
The MSTP root path cost in a specific instance.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

agentStpMstRootPortId 1.3.6.1.4.1.4526.10.1.2.15.10.1.6
The MSTP root port ID in a specific instance.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(8)  

agentStpMstTimeSinceTopologyChange 1.3.6.1.4.1.4526.10.1.2.15.10.1.7
The MSTP time since the last topology change in a specific instance.
Status: current Access: read-only
OBJECT-TYPE    
  TimeTicks  

agentStpMstTopologyChangeCount 1.3.6.1.4.1.4526.10.1.2.15.10.1.8
The MSTP count of topology changes in a specific instance.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

agentStpMstTopologyChangeParm 1.3.6.1.4.1.4526.10.1.2.15.10.1.9
The MSTP topology change parameter in a specific instance.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER true(1), false(2)  

agentStpMstRowStatus 1.3.6.1.4.1.4526.10.1.2.15.10.1.10
The MSTP instance status. Supported values: active(1) - valid instance. createAndGo(4) - used to create a new instance. destroy(6) - removes an instance.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

agentStpMstPortTable 1.3.6.1.4.1.4526.10.1.2.15.11
MST port table.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AgentStpMstPortEntry

agentStpMstPortEntry 1.3.6.1.4.1.4526.10.1.2.15.11.1
MST port entry.
Status: current Access: not-accessible
OBJECT-TYPE    
  AgentStpMstPortEntry  

agentStpMstPortForwardingState 1.3.6.1.4.1.4526.10.1.2.15.11.1.1
The MSTP forwarding state of a specific port in a specific instance.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER discarding(1), learning(2), forwarding(3), disabled(4), manualFwd(5), notParticipate(6)  

agentStpMstPortId 1.3.6.1.4.1.4526.10.1.2.15.11.1.2
The MSTP port identifier of a specific port in a specific instance.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(4)  

agentStpMstPortPathCost 1.3.6.1.4.1.4526.10.1.2.15.11.1.3
The MSTP port path cost in a specific instance. The default value will correspond to the recommendation specified in IEEE 802.1s Table 13-2 which varies depending upon link speed.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32 0..200000000  

agentStpMstPortPriority 1.3.6.1.4.1.4526.10.1.2.15.11.1.4
The MSTP port priority in a specific instance. The priority is in the increments of 16. The default value is 128.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32 0..240  

agentStpMstDesignatedBridgeId 1.3.6.1.4.1.4526.10.1.2.15.11.1.5
The MSTP designated bridge ID of a specific port in a specific instance.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(8)  

agentStpMstDesignatedCost 1.3.6.1.4.1.4526.10.1.2.15.11.1.6
The MSTP designated cost of a specific port in a specific instance.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

agentStpMstDesignatedPortId 1.3.6.1.4.1.4526.10.1.2.15.11.1.7
The MSTP designated port ID of a specific port in a specific instance.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(2)  

agentStpMstPortLoopInconsistentState 1.3.6.1.4.1.4526.10.1.2.15.11.1.8
The loop inconsistent state of a specific port in a specific instance. This value can only report as true(1) when loop guard is enabled on the port and the port has transitioned from blocking state in this MST instance.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER false(0), true(1)  

agentStpMstPortTransitionsIntoLoopInconsistentState 1.3.6.1.4.1.4526.10.1.2.15.11.1.9
The number of times this interface has transitioned into loop inconsistent state.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

agentStpMstPortTransitionsOutOfLoopInconsistentState 1.3.6.1.4.1.4526.10.1.2.15.11.1.10
The number of times this interface has transitioned out of loop inconsistent state.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

agentStpMstVlanTable 1.3.6.1.4.1.4526.10.1.2.15.12
MST VLAN table.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AgentStpMstVlanEntry

agentStpMstVlanEntry 1.3.6.1.4.1.4526.10.1.2.15.12.1
MST VLAN entry.
Status: current Access: not-accessible
OBJECT-TYPE    
  AgentStpMstVlanEntry  

agentStpMstVlanRowStatus 1.3.6.1.4.1.4526.10.1.2.15.12.1.1
The association status of an MSTP instance and a VLAN. Supported values: active(1) - valid association between an MSTP instance and a VLAN. createAndGo(4) - used to create a new association between an MSTP instance and a VLAN. destroy(6) - removes the association between an MSTP instance and a VLAN.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

agentStpBpduGuardMode 1.3.6.1.4.1.4526.10.1.2.15.13
The spanning tree BPDU Guard Mode. enable(1) - enables BPDU Guard Mode on the switch. disable(2) - disables BPDU Guard Mode on the switch. The default status is disabled.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enable(1), disable(2)  

agentStpBpduFilterDefault 1.3.6.1.4.1.4526.10.1.2.15.14
The spanning tree BPDU Filter Mode, it enables BPDU Filter on all edge ports. enable(1) - enables BPDU Filter Mode on the switch. disable(2) - disables BPDU Filter Mode on the switch. The default status is disabled.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enable(1), disable(2)  

agentAuthenticationGroup 1.3.6.1.4.1.4526.10.1.2.16
OBJECT IDENTIFIER    

agentAuthenticationListCreate 1.3.6.1.4.1.4526.10.1.2.16.1
Authentication List Create If set to a non empty string, creates a new Authentication List for configuration.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString Size(0|1..15)  

agentAuthenticationListTable 1.3.6.1.4.1.4526.10.1.2.16.2
MST VLAN table.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AgentAuthenticationListEntry

agentAuthenticationListEntry 1.3.6.1.4.1.4526.10.1.2.16.2.1
MST VLAN entry.
Status: current Access: not-accessible
OBJECT-TYPE    
  AgentAuthenticationListEntry  

agentAuthenticationListIndex 1.3.6.1.4.1.4526.10.1.2.16.2.1.1
Authenticaiton List Index Unique number used for indexing into this table.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32  

agentAuthenticationListName 1.3.6.1.4.1.4526.10.1.2.16.2.1.2
Authenticaiton List Name Unique name used to identify the Authentication List from other tables.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(1..15)  

agentAuthenticationListMethod1 1.3.6.1.4.1.4526.10.1.2.16.2.1.3
Authenticion List Method 1 Configures the first authentication method to use when this list is specified.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER local(1), radius(2), reject(3), tacacs(4)  

agentAuthenticationListMethod2 1.3.6.1.4.1.4526.10.1.2.16.2.1.4
Authenticion List Method 2 Configures the second authentication method to use when this list is specified.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER undefined(1), local(2), radius(3), reject(4), tacacs(5)  

agentAuthenticationListMethod3 1.3.6.1.4.1.4526.10.1.2.16.2.1.5
Authenticion List Method 3 Configures the third authentication method to use when this list is specified.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER undefined(1), local(2), radius(3), reject(4), tacacs(5)  

agentAuthenticationListStatus 1.3.6.1.4.1.4526.10.1.2.16.2.1.6
The status of the Authentication List. Supported values: active(1) - indicates a valid Authenticaiton List destroy(6) - removes the Authentication List.
Status: current Access: read-write
OBJECT-TYPE    
  RowStatus  

agentAuthenticationListMethod4 1.3.6.1.4.1.4526.10.1.2.16.2.1.7
Authenticion List Method 4 Configures the fourth authentication method to use when this list is specified.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER undefined(1), local(2), radius(3), reject(4), tacacs(5)  

agentUserConfigDefaultAuthenticationList 1.3.6.1.4.1.4526.10.1.2.16.3
Default Authentication List This object configures which authentication list to use for users which do not have an Authentication List configured. The list must be configured before setting.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString Size(1..15)  

agentUserAuthenticationConfigTable 1.3.6.1.4.1.4526.10.1.2.16.4
User Authentication Config Table
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AgentUserAuthenticationConfigEntry

agentUserAuthenticationConfigEntry 1.3.6.1.4.1.4526.10.1.2.16.4.1
User Authentication Config Entry
Status: current Access: not-accessible
OBJECT-TYPE    
  AgentUserAuthenticationConfigEntry  

agentUserAuthenticationList 1.3.6.1.4.1.4526.10.1.2.16.4.1.1
User Authentication List This object configures which authentication list to use for this user. The list must be configured before setting.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString Size(1..15)  

agentUserPortConfigTable 1.3.6.1.4.1.4526.10.1.2.16.5
User Port Config Table
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AgentUserPortConfigEntry

agentUserPortConfigEntry 1.3.6.1.4.1.4526.10.1.2.16.5.1
User Port Config Entry
Status: current Access: not-accessible
OBJECT-TYPE    
  AgentUserPortConfigEntry  

agentUserPortSecurity 1.3.6.1.4.1.4526.10.1.2.16.5.1.1
User Port Port Security This object configures which ports the user has access to. Ports are indexed based on dot1dBasePort entries in dot1dBasePortTable.
Status: current Access: read-write
OBJECT-TYPE    
  AgentPortMask  

agentClassOfServiceGroup 1.3.6.1.4.1.4526.10.1.2.17
OBJECT IDENTIFIER    

agentClassOfServicePortTable 1.3.6.1.4.1.4526.10.1.2.17.1
A table that contains information about the 802.1p priority mapping to traffic class priority queue for every physical port.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AgentClassOfServicePortEntry

agentClassOfServicePortEntry 1.3.6.1.4.1.4526.10.1.2.17.1.1
A 802.1p priority mapped to a traffic class priority queue.
Status: current Access: not-accessible
OBJECT-TYPE    
  AgentClassOfServicePortEntry  

agentClassOfServicePortPriority 1.3.6.1.4.1.4526.10.1.2.17.1.1.1
The Priority value determined for the received frame. This value is equivalent to the priority indicated in the tagged frame received, or one of the evaluated priorities, determined according to the media-type. For untagged frames received from Ethernet media, this value is equal to the dot1dPortDefaultUserPriority value for the ingress port.
Status: current Access: not-accessible
OBJECT-TYPE    
  INTEGER 0..7  

agentClassOfServicePortClass 1.3.6.1.4.1.4526.10.1.2.17.1.1.2
Traffic class priority queue the received frame is mapped to.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 0..7  

agentHTTPConfigGroup 1.3.6.1.4.1.4526.10.1.2.19
OBJECT IDENTIFIER    

agentHTTPWebMode 1.3.6.1.4.1.4526.10.1.2.19.1
Configures the HTTP server admin mode
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enable(1), disable(2)  

agentHTTPJavaMode 1.3.6.1.4.1.4526.10.1.2.19.2
Configures the use of the Java interface through Web connections.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enable(1), disable(2)  

agentHTTPMaxSessions 1.3.6.1.4.1.4526.10.1.2.19.3
Configures the maximum number of allowable HTTP sessions. The default value is 16.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 0..16  

agentHTTPHardTimeout 1.3.6.1.4.1.4526.10.1.2.19.4
Configures the hard timeout for HTTP sessions in hours. The default value is 24 hours.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 1..168  

agentHTTPSoftTimeout 1.3.6.1.4.1.4526.10.1.2.19.5
Configures the soft (activity) timeout for HTTP sessions in minutes. The default value is 5 minutes.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 1..60  

agentAutoInstallConfigGroup 1.3.6.1.4.1.4526.10.1.2.20
OBJECT IDENTIFIER    

agentAutoinstallMode 1.3.6.1.4.1.4526.10.1.2.20.1
Enable/Disable Autoinstall on device.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enable(1), disable(2)  

agentAutoinstallAutosaveMode 1.3.6.1.4.1.4526.10.1.2.20.2
Enable/Disable Auto Save of downloaded configuration on device.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enable(1), disable(2)  

agentAutoinstallUnicastRetryCount 1.3.6.1.4.1.4526.10.1.2.20.3
Sets number of unicast TFTP attempts for configuration file.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 1..6  

agentAutoinstallStatus 1.3.6.1.4.1.4526.10.1.2.20.4
Display current Autoinstall status on device.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

agentSystemGroup 1.3.6.1.4.1.4526.10.1.3
OBJECT IDENTIFIER    

agentSaveConfig 1.3.6.1.4.1.4526.10.1.3.1
enable(1) will initiate an configuration save to nvram. Status is returned by the object agentSaveConfigStatus.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enable(1), disable(2)  

agentClearConfig 1.3.6.1.4.1.4526.10.1.3.2
clear config to factory defaults
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enable(1), disable(2)  

agentClearLags 1.3.6.1.4.1.4526.10.1.3.3
clear lag configuration
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enable(1), disable(2)  

agentClearLoginSessions 1.3.6.1.4.1.4526.10.1.3.4
close all telnet sessions
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enable(1), disable(2)  

agentClearPasswords 1.3.6.1.4.1.4526.10.1.3.5
reset passwords
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enable(1), disable(2)  

agentClearPortStats 1.3.6.1.4.1.4526.10.1.3.6
clear all port statistics
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enable(1), disable(2)  

agentClearSwitchStats 1.3.6.1.4.1.4526.10.1.3.7
clear all switch statistics
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enable(1), disable(2)  

agentClearTrapLog 1.3.6.1.4.1.4526.10.1.3.8
clear trap log
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enable(1), disable(2)  

agentClearVlan 1.3.6.1.4.1.4526.10.1.3.9
clear vlan entries
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enable(1), disable(2)  

agentResetSystem 1.3.6.1.4.1.4526.10.1.3.10
Resets the switch. This object is not valid for stacking platforms.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enable(1), disable(2)  

agentSaveConfigStatus 1.3.6.1.4.1.4526.10.1.3.11
Indicates the current status of an save configuration request.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER notInitiated(1), savingInProcess(2), savingComplete(3), savingFailed(4)  

agentStartupConfigErase 1.3.6.1.4.1.4526.10.1.3.12
Erase the text-based configuration file stored in non-volatile memory.On read returns 0.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER erase(1)  

agentCableTesterGroup 1.3.6.1.4.1.4526.10.1.4
OBJECT IDENTIFIER    

agentCableTesterStatus 1.3.6.1.4.1.4526.10.1.4.1
Status of the Virtual Cable Tester active(1) - cable testing is in progress. Set to this value to start the test. success(2) - A successful test was performed. Cannot be set. failure(3) - A failure was encountered during the test. Cannot be set. uninitialized(4) - No test has been performed yet. Cannot be set.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER active(1), success(2), failure(3), uninitialized(4)  

agentCableTesterIfIndex 1.3.6.1.4.1.4526.10.1.4.2
Determines on which port to perform the cable test. Limited to copper based ports.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32  

agentCableTesterCableStatus 1.3.6.1.4.1.4526.10.1.4.3
Indicates the results of the Cable Test. normal(1) - The cable is working correctly. open(2) - The cable is disconnected or there is a faulty connector. short(3) - There is an electrical short in the cable. unknown(4) - No test has been performed yet, or a test is currently in progress.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER normal(1), open(2), short(3), unknown(4)  

agentCableTesterMinimumCableLength 1.3.6.1.4.1.4526.10.1.4.4
The estimated length of the cable in meters. This value indicates the shortest length estimated. This object will return 0 if agentCableTesterStatus is not success(2) or the cable length is unknown.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

agentCableTesterMaximumCableLength 1.3.6.1.4.1.4526.10.1.4.5
The estimated length of the cable in meters. This value indicates the longest length estimated. This object will return 0 if agentCableTesterStatus is not success(2) or the cable length is unknown.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

agentCableTesterCableFailureLocation 1.3.6.1.4.1.4526.10.1.4.6
The estimated distance in meters from the end of the cable to the failure location. This object will return 0 if agentCableTesterStatus is not success(2).
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

agentDaiConfigGroup 1.3.6.1.4.1.4526.10.1.2.8.22
OBJECT IDENTIFIER    

agentDaiSrcMacValidate 1.3.6.1.4.1.4526.10.1.2.8.22.1
This object indicates whether Sender MAC validation in the ARP packets is enabled. If this object is set to 'true', validation is enabled. If this object is set to 'false', validation is disabled.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

agentDaiDstMacValidate 1.3.6.1.4.1.4526.10.1.2.8.22.2
This object indicates whether Target MAC validation in the ARP Response packets is enabled. If this object is set to 'true', validation is enabled. If this object is set to 'false', validation is disabled.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

agentDaiIPValidate 1.3.6.1.4.1.4526.10.1.2.8.22.3
This object indicates whether IP address validation in the ARP packets is enabled. If this object is set to 'true', validation is enabled. If this object is set to 'false', validation is disabled.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

agentDaiVlanConfigTable 1.3.6.1.4.1.4526.10.1.2.8.22.4
A table provides the mechanism to control Dynamic ARP Inspection per VLAN. When a VLAN is created in a device supporting this table, a corresponding entry of this table will be added.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AgentDaiVlanConfigEntry

agentDaiVlanConfigEntry 1.3.6.1.4.1.4526.10.1.2.8.22.4.1
A row instance contains the configuration for Dynamic ARP Inspection at each existing VLAN.
Status: current Access: not-accessible
OBJECT-TYPE    
  AgentDaiVlanConfigEntry  

agentDaiVlanIndex 1.3.6.1.4.1.4526.10.1.2.8.22.4.1.1
This object indicates the VLAN number on which Dynamic ARP Inspection feature is configured.
Status: current Access: not-accessible
OBJECT-TYPE    
  VlanIndex  

agentDaiVlanDynArpInspEnable 1.3.6.1.4.1.4526.10.1.2.8.22.4.1.2
This object indicates whether Dynamic ARP Inspection is enabled in this VLAN. If this object is set to 'true', Dynamic ARP Inspection is enabled. If this object is set to 'false', Dynamic ARP Inspection is disabled.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

agentDaiVlanLoggingEnable 1.3.6.1.4.1.4526.10.1.2.8.22.4.1.3
This object indicates whether the Dynamic ARP Inspection logging is enabled on this VlAN. If this object is set to 'true', Dynamic ARP Inspection logging is enabled. If this object is set to 'false', Dynamic ARP Inspection loging is disabled.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

agentDaiVlanArpAclName 1.3.6.1.4.1.4526.10.1.2.8.22.4.1.4
This object indicates the ARP ACL name set for this VLAN.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString Size(0..31)  

agentDaiVlanArpAclStaticFlag 1.3.6.1.4.1.4526.10.1.2.8.22.4.1.5
This object indicates whether the ARP ACL set for this VLAN has static flag set. If this object is set to 'true', static flag is enabled. If this object is set to 'false', static flag is disabled.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

agentDaiStatsReset 1.3.6.1.4.1.4526.10.1.2.8.22.5
Clear the DAI statistics on all vlans. A value of reset(1) is used to reset the statistics. A read on this object will always return the value none(0). The value none(0) cannot be forcibly set by the administrator.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER none(0), reset(1)  

agentDaiVlanStatsTable 1.3.6.1.4.1.4526.10.1.2.8.22.6
A table provides the mechanism to control Dynamic ARP Inspection per VLAN. When a VLAN is created in a device supporting this table, a corresponding entry of this table will be added.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AgentDaiVlanStatsEntry

agentDaiVlanStatsEntry 1.3.6.1.4.1.4526.10.1.2.8.22.6.1
A row instance contains the Dynamic ARP Inspection statistics per VLAN.
Status: current Access: not-accessible
OBJECT-TYPE    
  AgentDaiVlanStatsEntry  

agentDaiVlanStatsIndex 1.3.6.1.4.1.4526.10.1.2.8.22.6.1.1
This object indicates the VLAN number on which Dynamic ARP Inspection statistics are retrieved.
Status: current Access: not-accessible
OBJECT-TYPE    
  VlanIndex  

agentDaiVlanPktsForwarded 1.3.6.1.4.1.4526.10.1.2.8.22.6.1.2
Number of valid ARP packets forwarded by DAI.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

agentDaiVlanPktsDropped 1.3.6.1.4.1.4526.10.1.2.8.22.6.1.3
Number of invalid ARP packets dropped by DAI.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

agentDaiVlanDhcpDrops 1.3.6.1.4.1.4526.10.1.2.8.22.6.1.4
Number of ARP packets that were dropped by DAI as there is no matching DHCP Snooping binding entry found.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

agentDaiVlanDhcpPermits 1.3.6.1.4.1.4526.10.1.2.8.22.6.1.5
Number of ARP packets that were forwarded by DAI as there is a matching DHCP Snooping binding entry found.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

agentDaiVlanAclDrops 1.3.6.1.4.1.4526.10.1.2.8.22.6.1.6
Number of ARP packets that were dropped by DAI as there is no matching ARP ACL rule found for this Vlan and the static flag is set on this vlan.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

agentDaiVlanAclPermits 1.3.6.1.4.1.4526.10.1.2.8.22.6.1.7
Number of ARP packets that were permitted by DAI as there is a matching ARP ACL rule found for this Vlan.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

agentDaiVlanSrcMacFailures 1.3.6.1.4.1.4526.10.1.2.8.22.6.1.8
Number of ARP packets that were dropped by DAI as the sender mac address in ARP packet didn't match the source mac in ethernet header.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

agentDaiVlanDstMacFailures 1.3.6.1.4.1.4526.10.1.2.8.22.6.1.9
Number of ARP packets that were dropped by DAI as the target mac address in ARP reply packet didn't match the destination mac in ethernet header.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

agentDaiVlanIpValidFailures 1.3.6.1.4.1.4526.10.1.2.8.22.6.1.10
Number of ARP packets that were dropped by DAI as the sender IP address in ARP packet or target IP address in ARP reply packet is invalid. Invalid addresses include 0.0.0.0, 255.255.255.255, IP multicast addresses, class E addresses (240.0.0.0/4), loopback addresses (127.0.0.0/8).
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

agentDaiIfConfigTable 1.3.6.1.4.1.4526.10.1.2.8.22.7
A table provides the mechanism to configure the trust state for Dynamic ARP Inspection purpose at each physical interface capable of this feature.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AgentDaiIfConfigEntry

agentDaiIfConfigEntry 1.3.6.1.4.1.4526.10.1.2.8.22.7.1
A row instance contains the configuration for Dynamic ARP Inspection at each physical interface capable of this feature.
Status: current Access: not-accessible
OBJECT-TYPE    
  AgentDaiIfConfigEntry  

agentDaiIfTrustEnable 1.3.6.1.4.1.4526.10.1.2.8.22.7.1.1
This object indicates whether the interface is trusted for Dynamic ARP Inspection purpose. If this object is set to 'true', the interface is trusted. ARP packets coming to this interface will be forwarded without checking. If this object is set to 'false', the interface is not trusted. ARP packets coming to this interface will be subjected to ARP inspection.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

agentDaiIfRateLimit 1.3.6.1.4.1.4526.10.1.2.8.22.7.1.2
This object indicates rate limit value for Dynamic ARP Inspection purpose. If the incoming rate of ARP packets exceeds the value of this object for consecutively burst interval seconds, ARP packets will be dropped.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32 0..300  

agentDaiIfBurstInterval 1.3.6.1.4.1.4526.10.1.2.8.22.7.1.3
This object indicates the burst interval value for rate limiting purpose on this interface.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32 1..15  

agentArpAclGroup 1.3.6.1.4.1.4526.10.1.2.8.23
OBJECT IDENTIFIER    

agentArpAclTable 1.3.6.1.4.1.4526.10.1.2.8.23.1
A table of the ARP ACL entries
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AgentArpAclEntry

agentArpAclEntry 1.3.6.1.4.1.4526.10.1.2.8.23.1.1
Represents entry for an ARP ACL
Status: current Access: not-accessible
OBJECT-TYPE    
  AgentArpAclEntry  

agentArpAclName 1.3.6.1.4.1.4526.10.1.2.8.23.1.1.1
Name of the ARP ACL, which must consist of 1 to 31 alphanumeric characters and uniquely identify this ARP ACL. This object must be set to complete a new ARP ACL row instance.
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString Size(1..31)  

agentArpAclRowStatus 1.3.6.1.4.1.4526.10.1.2.8.23.1.1.2
The status of this conceptual row. Entries can not be deleted until all rows in arpAclRuleTable with corresponding values of arpAclIndex have been deleted. active(1) - this ACL instance is active createAndGo(4) - set to this value to create an instance destroy(6) - set to this value to delete an instance
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

agentArpAclRuleTable 1.3.6.1.4.1.4526.10.1.2.8.23.2
A table of the ARP ACL Rule entries
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AgentArpAclRuleEntry

agentArpAclRuleEntry 1.3.6.1.4.1.4526.10.1.2.8.23.2.1
Represents entry for a set of ARP ACL-match rules
Status: current Access: not-accessible
OBJECT-TYPE    
  AgentArpAclRuleEntry  

agentArpAclRuleMatchSenderIpAddr 1.3.6.1.4.1.4526.10.1.2.8.23.2.1.1
Sender IP address match value for the ARP ACL.
Status: current Access: read-create
OBJECT-TYPE    
  IpAddress  

agentArpAclRuleMatchSenderMacAddr 1.3.6.1.4.1.4526.10.1.2.8.23.2.1.2
Sender MAC address match value for the ARP ACL.
Status: current Access: read-create
OBJECT-TYPE    
  MacAddress  

agentArpAclRuleRowStatus 1.3.6.1.4.1.4526.10.1.2.8.23.2.1.3
The status of this conceptual row. active(1) - this ACL Rule is active createAndGo(4) - set to this value to create an instance destroy(6) - set to this value to delete an instance
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

agentDhcpSnoopingConfigGroup 1.3.6.1.4.1.4526.10.1.2.8.24
OBJECT IDENTIFIER    

agentDhcpSnoopingAdminMode 1.3.6.1.4.1.4526.10.1.2.8.24.1
This object indicates whether DHCP Snooping is enabled globally. If this object is set to 'true',admin mode is enabled globally. If this object is set to 'false',admin mode is disabled globally.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

agentDhcpSnoopingVerifyMac 1.3.6.1.4.1.4526.10.1.2.8.24.2
This object indicates whether source Mac address in the received DHCP Message needs to be verified or not. If this object is set to 'true',verifyMac is enabled globally. If this object is set to 'false',verifyMac is disabled globally.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

agentDhcpSnoopingVlanConfigTable 1.3.6.1.4.1.4526.10.1.2.8.24.3
A table provides the mechanism to control DHCP SNOOPING per VLAN. When a VLAN is created in a device supporting this table, a corresponding entry of this table will be added.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AgentDhcpSnoopingVlanConfigEntry

agentDhcpSnoopingVlanConfigEntry 1.3.6.1.4.1.4526.10.1.2.8.24.3.1
A row instance contains the configuration for DHCP SNOOPING at each existing VLAN.
Status: current Access: not-accessible
OBJECT-TYPE    
  AgentDhcpSnoopingVlanConfigEntry  

agentDhcpSnoopingVlanIndex 1.3.6.1.4.1.4526.10.1.2.8.24.3.1.1
This object indicates the VLAN number on which DHCP SNOOPING Inspection feature is configured.
Status: current Access: not-accessible
OBJECT-TYPE    
  VlanIndex  

agentDhcpSnoopingVlanEnable 1.3.6.1.4.1.4526.10.1.2.8.24.3.1.2
This object indicates whether DHCP SNOOPING is enabled in this VLAN. If this object is set to 'true', DHCP SNOOPING is enabled. If this object is set to 'false', DHCP SNOOPING is disabled.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

agentDhcpSnoopingIfConfigTable 1.3.6.1.4.1.4526.10.1.2.8.24.4
A table provides the mechanism to configure the trust state for DHCP snooping purpose at each physical interface capable of this feature.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AgentDhcpSnoopingIfConfigEntry

agentDhcpSnoopingIfConfigEntry 1.3.6.1.4.1.4526.10.1.2.8.24.4.1
A row instance contains the configuration for DHCP snooping at each physical interface capable of this feature.
Status: current Access: not-accessible
OBJECT-TYPE    
  AgentDhcpSnoopingIfConfigEntry  

agentDhcpSnoopingIfTrustEnable 1.3.6.1.4.1.4526.10.1.2.8.24.4.1.1
This object indicates whether the interface is trusted for DHCP snooping purpose.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

agentDhcpSnoopingIfLogEnable 1.3.6.1.4.1.4526.10.1.2.8.24.4.1.2
This object indicates whether the Logging needs on DHCP snooping validations or not
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

agentDhcpSnoopingIfRateLimit 1.3.6.1.4.1.4526.10.1.2.8.24.4.1.3
This object indicates rate limit value for DHCP Snooping purpose. If the incoming rate of DHCP packets exceeds the value of this object for consecutively burst interval seconds, DHCP packets will be dropped.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32 0..300  

agentDhcpSnoopingIfBurstInterval 1.3.6.1.4.1.4526.10.1.2.8.24.4.1.4
This object indicates the burst interval value for rate limiting purpose on this interface.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32 1..15  

agentIpsgIfConfigTable 1.3.6.1.4.1.4526.10.1.2.8.24.5
A table provides the mechanism to configure the IPSG at each physical interface capable of this feature.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AgentIpsgIfConfigEntry

agentIpsgIfConfigEntry 1.3.6.1.4.1.4526.10.1.2.8.24.5.1
A row instance contains the configuration for IPSG at each physical interface capable of this feature.
Status: current Access: not-accessible
OBJECT-TYPE    
  AgentIpsgIfConfigEntry  

agentIpsgIfVerifySource 1.3.6.1.4.1.4526.10.1.2.8.24.5.1.1
This object indicates whether the interface is enabled for IPSG to forward the data based up on source Ip address
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

agentIpsgIfPortSecurity 1.3.6.1.4.1.4526.10.1.2.8.24.5.1.2
This object indicates whether the interface is enabled for IPSG to forward the data based up on source mac address in fdb table
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

agentDhcpSnoopingStatsReset 1.3.6.1.4.1.4526.10.1.2.8.24.6
Clear the DHCP snooping statistics on all ports. A value of reset(1) is used to reset the statistics. A read on this object will always return the value none(0). The value none(0) cannot be forcibly set by the administrator.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER none(0), reset(1)  

agentDhcpSnoopingStatsTable 1.3.6.1.4.1.4526.10.1.2.8.24.7
A table provides the mechanism for statics of DHCP snooping.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AgentDhcpSnoopingStatsEntry

agentDhcpSnoopingStatsEntry 1.3.6.1.4.1.4526.10.1.2.8.24.7.1
A row instance contains the DHCP snooping statistics per VLAN.
Status: current Access: not-accessible
OBJECT-TYPE    
  AgentDhcpSnoopingStatsEntry  

agentDhcpSnoopingMacVerifyFailures 1.3.6.1.4.1.4526.10.1.2.8.24.7.1.1
This object indicates the number of failure verifications of client mac address with source mac address
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

agentDhcpSnoopingInvalidClientMessages 1.3.6.1.4.1.4526.10.1.2.8.24.7.1.2
This object indicates the number of invalid DHCP releases and denay messages
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

agentDhcpSnoopingInvalidServerMessages 1.3.6.1.4.1.4526.10.1.2.8.24.7.1.3
This object indicates the number of invalid DHCP server mesaages
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

agentStaticIpsgBindingTable 1.3.6.1.4.1.4526.10.1.2.8.24.8
A table of the IPSG static entries
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AgentStaticIpsgBinding

agentStaticIpsgBinding 1.3.6.1.4.1.4526.10.1.2.8.24.8.1
Represents a binding in IPSG table
Status: current Access: not-accessible
OBJECT-TYPE    
  AgentStaticIpsgBinding  

agentStaticIpsgBindingIfIndex 1.3.6.1.4.1.4526.10.1.2.8.24.8.1.1
Interface on which this IPSG binding is going to be added.
Status: current Access: read-create
OBJECT-TYPE    
  InterfaceIndex  

agentStaticIpsgBindingVlanId 1.3.6.1.4.1.4526.10.1.2.8.24.8.1.2
VLAN to whcig this IPSG binding is going to be added.
Status: current Access: read-create
OBJECT-TYPE    
  VlanIndex  

agentStaticIpsgBindingMacAddr 1.3.6.1.4.1.4526.10.1.2.8.24.8.1.3
MAC address match value for the IPSG Binding.
Status: current Access: read-create
OBJECT-TYPE    
  MacAddress  

agentStaticIpsgBindingIpAddr 1.3.6.1.4.1.4526.10.1.2.8.24.8.1.4
IP address match value for the IPSG Binding.
Status: current Access: read-create
OBJECT-TYPE    
  IpAddress  

agentStaticIpsgBindingRowStatus 1.3.6.1.4.1.4526.10.1.2.8.24.8.1.5
The status of this conceptual row. active(1) - this IPSG Binding is active createAndGo(4) - set to this value to create an instance destroy(6) - set to this value to delete an instance
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

agentDynamicIpsgBindingTable 1.3.6.1.4.1.4526.10.1.2.8.24.9
A table of the IPSG dynamic entries
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AgentDynamicIpsgBinding

agentDynamicIpsgBinding 1.3.6.1.4.1.4526.10.1.2.8.24.9.1
Represents a binding in IPSG table
Status: current Access: not-accessible
OBJECT-TYPE    
  AgentDynamicIpsgBinding  

agentDynamicIpsgBindingIfIndex 1.3.6.1.4.1.4526.10.1.2.8.24.9.1.1
Interface on which this IPSG binding is added.
Status: current Access: read-only
OBJECT-TYPE    
  InterfaceIndex  

agentDynamicIpsgBindingVlanId 1.3.6.1.4.1.4526.10.1.2.8.24.9.1.2
VLAN to whcig this IPSG binding is going to be added.
Status: current Access: read-only
OBJECT-TYPE    
  VlanIndex  

agentDynamicIpsgBindingMacAddr 1.3.6.1.4.1.4526.10.1.2.8.24.9.1.3
MAC address match value for the IPSG Binding.
Status: current Access: read-only
OBJECT-TYPE    
  MacAddress  

agentDynamicIpsgBindingIpAddr 1.3.6.1.4.1.4526.10.1.2.8.24.9.1.4
Sender IP address match value for the IPSG Binding.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

agentStaticDsBindingTable 1.3.6.1.4.1.4526.10.1.2.8.24.10
A table of the DHCP SNOOPING static entries
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AgentStaticDsBinding

agentStaticDsBinding 1.3.6.1.4.1.4526.10.1.2.8.24.10.1
Represents a binding in DHCP SNOOPING table
Status: current Access: not-accessible
OBJECT-TYPE    
  AgentStaticDsBinding  

agentStaticDsBindingIfIndex 1.3.6.1.4.1.4526.10.1.2.8.24.10.1.1
Interface on which this DHCP SNOOPING binding is going to be added.
Status: current Access: read-create
OBJECT-TYPE    
  InterfaceIndex  

agentStaticDsBindingVlanId 1.3.6.1.4.1.4526.10.1.2.8.24.10.1.2
VLAN to whcig this DHCP SNOOPING binding is going to be added.
Status: current Access: read-create
OBJECT-TYPE    
  VlanIndex  

agentStaticDsBindingMacAddr 1.3.6.1.4.1.4526.10.1.2.8.24.10.1.3
MAC address match value for the DHCP SNOOPING Binding.
Status: current Access: read-create
OBJECT-TYPE    
  MacAddress  

agentStaticDsBindingIpAddr 1.3.6.1.4.1.4526.10.1.2.8.24.10.1.4
IP address match value for the DHCP SNOOPING Binding.
Status: current Access: read-create
OBJECT-TYPE    
  IpAddress  

agentStaticDsBindingRowStatus 1.3.6.1.4.1.4526.10.1.2.8.24.10.1.5
The status of this conceptual row. active(1) - this DHCP SNOOPING Binding is active createAndGo(4) - set to this value to create an instance destroy(6) - set to this value to delete an instance
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

agentDynamicDsBindingTable 1.3.6.1.4.1.4526.10.1.2.8.24.11
A table of the DHCP SNOOPING Dynamic entries
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AgentDynamicDsBinding

agentDynamicDsBinding 1.3.6.1.4.1.4526.10.1.2.8.24.11.11
Represents a binding in DHCP SNOOPING table
Status: current Access: not-accessible
OBJECT-TYPE    
  AgentDynamicDsBinding  

agentDynamicDsBindingIfIndex 1.3.6.1.4.1.4526.10.1.2.8.24.11.11.1
Interface on which this DHCP SNOOPING binding is going to be added.
Status: current Access: read-only
OBJECT-TYPE    
  InterfaceIndex  

agentDynamicDsBindingVlanId 1.3.6.1.4.1.4526.10.1.2.8.24.11.11.2
VLAN to whcig this DHCP SNOOPING binding is going to be added.
Status: current Access: read-only
OBJECT-TYPE    
  VlanIndex  

agentDynamicDsBindingMacAddr 1.3.6.1.4.1.4526.10.1.2.8.24.11.11.3
MAC address match value for the DHCP SNOOPING Binding.
Status: current Access: read-only
OBJECT-TYPE    
  MacAddress  

agentDynamicDsBindingIpAddr 1.3.6.1.4.1.4526.10.1.2.8.24.11.11.4
IP address match value for the DHCP SNOOPING Binding.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

agentDynamicDsBindingLeaseRemainingTime 1.3.6.1.4.1.4526.10.1.2.8.24.11.11.5
This specifies the period for which the DHCP SNOOPING Binding is valid.
Status: current Access: read-only
OBJECT-TYPE    
  TimeTicks  

agentDhcpSnoopingRemoteFileName 1.3.6.1.4.1.4526.10.1.2.8.24.12
This object indicates the file name on the remote machine to save the DHCP Snooping bindings. This will be set only when we have a valid remote IP.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString  

agentDhcpSnoopingRemoteIpAddr 1.3.6.1.4.1.4526.10.1.2.8.24.13
This object indicates the IP address of the remote machine to save the DHCP Snooping bindings. This will be set only when we have a valid file name.
Status: current Access: read-write
OBJECT-TYPE    
  IpAddress  

agentDhcpSnoopingStoreInterval 1.3.6.1.4.1.4526.10.1.2.8.24.14
This object indicates the perodic time interval to save the DHCP Snooping bindings.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32  

agentDhcpL2RelayConfigGroup 1.3.6.1.4.1.4526.10.1.2.8.25
OBJECT IDENTIFIER    

agentDhcpL2RelayAdminMode 1.3.6.1.4.1.4526.10.1.2.8.25.1
This object indicates whether DHCP L2 Relay is enabled globally. If this object is set to 'true',admin mode is enabled globally. If this object is set to 'false',admin mode is disabled globally.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

agentDhcpL2RelayIfConfigTable 1.3.6.1.4.1.4526.10.1.2.8.25.2
A table provides the mechanism to enable/disable and configure the trust state for DHCP L2Relay purpose at each physical interface capable of this feature.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AgentDhcpL2RelayIfConfigEntry

agentDhcpL2RelayIfConfigEntry 1.3.6.1.4.1.4526.10.1.2.8.25.2.1
A row instance contains the configuration for DHCP L2 Relay at each physical interface capable of this feature.
Status: current Access: not-accessible
OBJECT-TYPE    
  AgentDhcpL2RelayIfConfigEntry  

agentDhcpL2RelayIfEnable 1.3.6.1.4.1.4526.10.1.2.8.25.2.1.1
This object indicates whether the DHCP L2Relay is enabled or not
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

agentDhcpL2RelayIfTrustEnable 1.3.6.1.4.1.4526.10.1.2.8.25.2.1.2
This object indicates whether the interface is trusted for DHCP L2 Relay purpose.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

agentDhcpL2RelayVlanConfigTable 1.3.6.1.4.1.4526.10.1.2.8.25.3
A table provides the mechanism to control DHCP L2 Relay per VLAN. When a VLAN is created in a device supporting this table, a corresponding entry of this table will be added.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AgentDhcpL2RelayVlanConfigEntry

agentDhcpL2RelayVlanConfigEntry 1.3.6.1.4.1.4526.10.1.2.8.25.3.1
A row instance contains the configuration for DHCP L2 Relay at each existing VLAN.
Status: current Access: not-accessible
OBJECT-TYPE    
  AgentDhcpL2RelayVlanConfigEntry  

agentDhcpL2RelayVlanIndex 1.3.6.1.4.1.4526.10.1.2.8.25.3.1.1
This object indicates the VLAN number on which DHCP L2 Relay feature is configured.
Status: current Access: not-accessible
OBJECT-TYPE    
  VlanIndex  

agentDhcpL2RelayVlanEnable 1.3.6.1.4.1.4526.10.1.2.8.25.3.1.2
This object indicates whether DHCP L2 Relay is enabled in this VLAN. If this object is set to 'true', DHCP L2 Relay is enabled. If this object is set to 'false', DHCP L2 Relay is disabled.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

agentDhcpL2RelayCircuitIdVlanEnable 1.3.6.1.4.1.4526.10.1.2.8.25.3.1.3
This object indicates whether DHCP CircuitId is enabled for L2 relaying in this VLAN. If this object is set to 'true', DHCP CircuitId is enabled. If this object is set to 'false', DHCP CircuitId is disabled.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

agentDhcpL2RelayRemoteIdVlanEnable 1.3.6.1.4.1.4526.10.1.2.8.25.3.1.4
When this object is set with a non-empty string, DHCP RemoteId is enabled for L2 relaying in this VLAN.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString Size(1..128)  

agentDhcpL2RelayStatsReset 1.3.6.1.4.1.4526.10.1.2.8.25.6
Clear the DHCP L2Relay statistics on all ports. A value of reset(1) is used to reset the statistics. A read on this object will always return the value none(0). The value none(0) cannot be forcibly set by the administrator.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER none(0), reset(1)  

agentDhcpL2RelayStatsTable 1.3.6.1.4.1.4526.10.1.2.8.25.7
A table provides the mechanism for statics of DHCP L2 Relay.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AgentDhcpL2RelayStatsEntry

agentDhcpL2RelayStatsEntry 1.3.6.1.4.1.4526.10.1.2.8.25.7.1
A row instance contains the DHCP L2Relay statistics per interface.
Status: current Access: not-accessible
OBJECT-TYPE    
  AgentDhcpL2RelayStatsEntry  

agentDhcpL2RelayUntrustedSrvrMsgsWithOptn82 1.3.6.1.4.1.4526.10.1.2.8.25.7.1.1
This object indicates the number of DHCP server messages received with Option-82 field on the untrusted interface.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

agentDhcpL2RelayUntrustedClntMsgsWithOptn82 1.3.6.1.4.1.4526.10.1.2.8.25.7.1.2
This object indicates the number of DHCP client messages received with Option-82 field on the untrusted interface.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

agentDhcpL2RelayTrustedSrvrMsgsWithoutOptn82 1.3.6.1.4.1.4526.10.1.2.8.25.7.1.3
This object indicates the number of DHCP server messages received without Option-82 field on the trusted interface.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

agentDhcpL2RelayTrustedClntMsgsWithoutOptn82 1.3.6.1.4.1.4526.10.1.2.8.25.7.1.4
This object indicates the number of DHCP client messages received without Option-82 field on the trusted interface.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

agentSwitchVoiceVLANGroup 1.3.6.1.4.1.4526.10.1.2.8.26
OBJECT IDENTIFIER    

agentSwitchVoiceVLANAdminMode 1.3.6.1.4.1.4526.10.1.2.8.26.1
This enables or disables Voice VLAN on the system.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enable(1), disable(2)  

agentSwitchVoiceVlanDeviceTable 1.3.6.1.4.1.4526.10.1.2.8.26.2
A table of the Voice Vlan device entries.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AgentSwitchVoiceVlanDeviceEntry

agentSwitchVoiceVlanDeviceEntry 1.3.6.1.4.1.4526.10.1.2.8.26.2.1
Represents entry for a Voice Device on the interface.
Status: current Access: not-accessible
OBJECT-TYPE    
  AgentSwitchVoiceVlanDeviceEntry  

agentSwitchVoiceVlanInterfaceNum 1.3.6.1.4.1.4526.10.1.2.8.26.2.1.1
The interface number of this interface.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 1..65535  

agentSwitchVoiceVlanDeviceMacAddress 1.3.6.1.4.1.4526.10.1.2.8.26.2.1.2
The Voice Device Mac address
Status: current Access: read-only
OBJECT-TYPE    
  MacAddress  

fastPathSwitchingTraps 1.3.6.1.4.1.4526.10.1.0
OBJECT IDENTIFIER    

multipleUsersTrap 1.3.6.1.4.1.4526.10.1.0.1
This trap is sent when more than one user is logged in with administrative access. Only applies to CLI interface.
Status: current Access: read-only
NOTIFICATION-TYPE    

broadcastStormStartTrap 1.3.6.1.4.1.4526.10.1.0.2
This trap is sent when a broadcast storm is detected.
Status: obsolete Access: read-only
NOTIFICATION-TYPE    

broadcastStormEndTrap 1.3.6.1.4.1.4526.10.1.0.3
This trap is sent when a broadcast storm is no longer detected.
Status: obsolete Access: read-only
NOTIFICATION-TYPE    

linkFailureTrap 1.3.6.1.4.1.4526.10.1.0.4
Tok_String
Status: obsolete Access: read-only
NOTIFICATION-TYPE    

vlanRequestFailureTrap 1.3.6.1.4.1.4526.10.1.0.5
Tok_String
Status: obsolete Access: read-only
NOTIFICATION-TYPE    

vlanDeleteLastTrap 1.3.6.1.4.1.4526.10.1.0.6
Trap is sent when attempting to delete the last configured VLAN or the Default VLAN.
Status: current Access: read-only
NOTIFICATION-TYPE    

vlanDefaultCfgFailureTrap 1.3.6.1.4.1.4526.10.1.0.7
Trap is sent if there are failures in resetting VLAN configuration to defaults.
Status: current Access: read-only
NOTIFICATION-TYPE    

vlanRestoreFailureTrap 1.3.6.1.4.1.4526.10.1.0.8
Tok_String
Status: obsolete Access: read-only
NOTIFICATION-TYPE    

fanFailureTrap 1.3.6.1.4.1.4526.10.1.0.9
Tok_String
Status: obsolete Access: read-only
NOTIFICATION-TYPE    

stpInstanceNewRootTrap 1.3.6.1.4.1.4526.10.1.0.10
Trap is sent when this machine is a new STP Root when there is more than one STP instance.
Status: current Access: read-only
NOTIFICATION-TYPE    

stpInstanceTopologyChangeTrap 1.3.6.1.4.1.4526.10.1.0.11
Trap is sent when there is a STP topology change when there is more than one STP instance.
Status: current Access: read-only
NOTIFICATION-TYPE    

powerSupplyStatusChangeTrap 1.3.6.1.4.1.4526.10.1.0.12
Tok_String
Status: obsolete Access: read-only
NOTIFICATION-TYPE    

failedUserLoginTrap 1.3.6.1.4.1.4526.10.1.0.13
Trap is sent when a user fails to authenticate via the CLI or Web interfaces.
Status: current Access: read-only
NOTIFICATION-TYPE    

userLockoutTrap 1.3.6.1.4.1.4526.10.1.0.14
Trap is sent when a user account is locked due to consecutive failed login attempts via the CLI or Web interfaces beyond the allowed limit.
Status: current Access: read-only
NOTIFICATION-TYPE    

topologyChangeInitiatedTrap 1.3.6.1.4.1.4526.10.1.0.15
Trap is sent once an interface gets a Topology change event on a port.
Status: current Access: read-only
NOTIFICATION-TYPE    

stpInstanceLoopInconsistentStartTrap 1.3.6.1.4.1.4526.10.1.0.16
Trap is sent when this port in this STP instance enters loop inconsistent state upon failure to receive a BPDU.
Status: current Access: read-only
NOTIFICATION-TYPE    

stpInstanceLoopInconsistentEndTrap 1.3.6.1.4.1.4526.10.1.0.17
Trap is sent when this port in this STP instance exits loop inconsistent state upon reception of a BPDU.
Status: current Access: read-only
NOTIFICATION-TYPE    

dhcpSnoopingIntfErrorDisabledTrap 1.3.6.1.4.1.4526.10.1.0.18
Trap is sent once an interface is error disabled by DHCP Snooping when the incoming packet rate exceeded configured rate limit during a burst-interval.
Status: current Access: read-only
NOTIFICATION-TYPE    

noStartupConfigTrap 1.3.6.1.4.1.4526.10.1.0.19
Trap is sent when startup-config file exists and SSH is enabled.
Status: current Access: read-only
NOTIFICATION-TYPE    

daiIntfErrorDisabledTrap 1.3.6.1.4.1.4526.10.1.0.20
Trap is sent once an interface is error disabled by DAI when the incoming packet rate exceeded configured rate limit during a burst-interval.
Status: current Access: read-only
NOTIFICATION-TYPE