diff options
Diffstat (limited to 'MIBS/f5')
| -rw-r--r-- | MIBS/f5/F5-BIGIP-APM-MIB | 4055 | ||||
| -rw-r--r-- | MIBS/f5/F5-BIGIP-COMMON-MIB | 2208 | ||||
| -rw-r--r-- | MIBS/f5/F5-BIGIP-GLOBAL-MIB | 10863 | ||||
| -rw-r--r-- | MIBS/f5/F5-BIGIP-LOCAL-MIB | 38299 | ||||
| -rw-r--r-- | MIBS/f5/F5-BIGIP-SYSTEM-MIB | 25801 | ||||
| -rw-r--r-- | MIBS/f5/F5-BIGIP-WAM-MIB | 575 | ||||
| -rw-r--r-- | MIBS/f5/F5-COMMON-SMI-MIB | 13 | ||||
| -rw-r--r-- | MIBS/f5/F5-EM-MIB | 689 | ||||
| -rw-r--r-- | MIBS/f5/F5-PLATFORM-STATS-MIB | 897 |
9 files changed, 83400 insertions, 0 deletions
diff --git a/MIBS/f5/F5-BIGIP-APM-MIB b/MIBS/f5/F5-BIGIP-APM-MIB new file mode 100644 index 0000000..a0a686c --- /dev/null +++ b/MIBS/f5/F5-BIGIP-APM-MIB @@ -0,0 +1,4055 @@ + +F5-BIGIP-APM-MIB DEFINITIONS ::= BEGIN +--================================================================ +-- F5-BIGIP-APM-MIB +-- A private enterprise MIB for F5 traffic management +-- systems. +-- VERSION: 14.1.2.7 +--================================================================ + +IMPORTS + OBJECT-TYPE, NOTIFICATION-TYPE, MODULE-IDENTITY, + Opaque, enterprises, Counter32, Counter64, TimeTicks + FROM SNMPv2-SMI + + Gauge + FROM RFC1155-SMI + + TEXTUAL-CONVENTION, MacAddress + FROM SNMPv2-TC + + OBJECT-GROUP, MODULE-COMPLIANCE + FROM SNMPv2-CONF + + InetAddress, InetAddressType, InetPortNumber + FROM INET-ADDRESS-MIB + + bigipTrafficMgmt, bigipCompliances, bigipGroups, LongDisplayString + FROM F5-BIGIP-COMMON-MIB; + +--================================================================ +bigipApm MODULE-IDENTITY + LAST-UPDATED "201610051918Z" -- Wed Oct 5 19:18:17 UTC 2016 + ORGANIZATION "F5 Networks, Inc." + CONTACT-INFO + "postal: F5 Networks, Inc. + 401 Elliott Ave. West + Seattle, WA 98119 + phone: (206) 272-5555 + email: support@f5.com" + + DESCRIPTION + "Top-level infrastructure of the F5 enterprise MIB tree." + ::= { bigipTrafficMgmt 6 } + +--================================================================ + +--bigipApm +apmProfiles OBJECT IDENTIFIER ::= { bigipApm 1 } +apmProfileAccessStat OBJECT IDENTIFIER ::= { apmProfiles 1 } +apmProfileConnectivityStat OBJECT IDENTIFIER ::= { apmProfiles 2 } +apmProfileRewriteStat OBJECT IDENTIFIER ::= { apmProfiles 3 } +apmAccessStat OBJECT IDENTIFIER ::= { apmProfiles 4 } +apmGlobalConnectivityStat OBJECT IDENTIFIER ::= { apmProfiles 5 } +apmGlobalRewriteStat OBJECT IDENTIFIER ::= { apmProfiles 6 } +apmProfileAccessAgentStat OBJECT IDENTIFIER ::= { apmProfiles 7 } +apmProfileAccessMiscStat OBJECT IDENTIFIER ::= { apmProfiles 8 } +apmLeasepool OBJECT IDENTIFIER ::= { bigipApm 2 } +apmLeasepoolStat OBJECT IDENTIFIER ::= { apmLeasepool 1 } +apmAcl OBJECT IDENTIFIER ::= { bigipApm 3 } +apmAclStat OBJECT IDENTIFIER ::= { apmAcl 1 } +apmGlobalLicenseStat OBJECT IDENTIFIER ::= { apmProfiles 9 } +apmIpv6Leasepool OBJECT IDENTIFIER ::= { bigipApm 4 } +apmIpv6LeasepoolStat OBJECT IDENTIFIER ::= { apmIpv6Leasepool 1 } + + +--================================================================== +-- Profile_access_stat +--================================================================== +apmPaStatResetStats OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "The action to reset resettable statistics data in apmProfileAccessStat. + Setting this value to 1 will reset statistics data. + Note, some statistics data may not be reset including data that are incremental counters." + ::= { apmProfileAccessStat 1 } + +apmPaStatNumber OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of apmProfileAccessStat entries in the table." + ::= { apmProfileAccessStat 2 } + +apmPaStatTable OBJECT-TYPE + SYNTAX SEQUENCE OF ApmPaStatEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A table containing statistic information of access profiles." + ::= { apmProfileAccessStat 3 } + +apmPaStatEntry OBJECT-TYPE + SYNTAX ApmPaStatEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Columns in the apmPaStat Table" + INDEX { + apmPaStatName, + apmPaStatVsName + } + ::= { apmPaStatTable 1 } + +ApmPaStatEntry ::= + SEQUENCE { + apmPaStatName LongDisplayString, + apmPaStatConfigSyncState Counter64, + apmPaStatTotalSessions Counter64, + apmPaStatTotalEstablishedStateSessions Counter64, + apmPaStatCurrentActiveSessions Counter64, + apmPaStatCurrentPendingSessions Counter64, + apmPaStatCurrentCompletedSessions Counter64, + apmPaStatUserLoggedoutSessions Counter64, + apmPaStatAdminTerminatedSessions Counter64, + apmPaStatMiscTerminatedSessions Counter64, + apmPaStatAccessPolicyResultAllow Counter64, + apmPaStatAccessPolicyResultDeny Counter64, + apmPaStatAccessPolicyResultRedirect Counter64, + apmPaStatAccessPolicyResultRedirectWithSession Counter64, + apmPaStatEndingDenyAgentTotalInstances Counter64, + apmPaStatEndingDenyAgentTotalUsages Counter64, + apmPaStatEndingDenyAgentTotalSuccesses Counter64, + apmPaStatEndingDenyAgentTotalFailures Counter64, + apmPaStatEndingDenyAgentTotalErrors Counter64, + apmPaStatEndingDenyAgentTotalSessVars Counter64, + apmPaStatEndingRedirectAgentTotalInstances Counter64, + apmPaStatEndingRedirectAgentTotalUsages Counter64, + apmPaStatEndingRedirectAgentTotalSuccesses Counter64, + apmPaStatEndingRedirectAgentTotalFailures Counter64, + apmPaStatEndingRedirectAgentTotalErrors Counter64, + apmPaStatEndingRedirectAgentTotalSessVars Counter64, + apmPaStatEndingAllowAgentTotalInstances Counter64, + apmPaStatEndingAllowAgentTotalUsages Counter64, + apmPaStatEndingAllowAgentTotalSuccesses Counter64, + apmPaStatEndingAllowAgentTotalFailures Counter64, + apmPaStatEndingAllowAgentTotalErrors Counter64, + apmPaStatEndingAllowAgentTotalSessVars Counter64, + apmPaStatAdAgentTotalInstances Counter64, + apmPaStatAdAgentTotalUsages Counter64, + apmPaStatAdAgentTotalSuccesses Counter64, + apmPaStatAdAgentTotalFailures Counter64, + apmPaStatAdAgentTotalErrors Counter64, + apmPaStatAdAgentTotalSessVars Counter64, + apmPaStatClientCertAgentTotalInstances Counter64, + apmPaStatClientCertAgentTotalUsages Counter64, + apmPaStatClientCertAgentTotalSuccesses Counter64, + apmPaStatClientCertAgentTotalFailures Counter64, + apmPaStatClientCertAgentTotalErrors Counter64, + apmPaStatClientCertAgentTotalSessVars Counter64, + apmPaStatHttpAgentTotalInstances Counter64, + apmPaStatHttpAgentTotalUsages Counter64, + apmPaStatHttpAgentTotalSuccesses Counter64, + apmPaStatHttpAgentTotalFailures Counter64, + apmPaStatHttpAgentTotalErrors Counter64, + apmPaStatHttpAgentTotalSessVars Counter64, + apmPaStatLdapAgentTotalInstances Counter64, + apmPaStatLdapAgentTotalUsages Counter64, + apmPaStatLdapAgentTotalSuccesses Counter64, + apmPaStatLdapAgentTotalFailures Counter64, + apmPaStatLdapAgentTotalErrors Counter64, + apmPaStatLdapAgentTotalSessVars Counter64, + apmPaStatRadiusAgentTotalInstances Counter64, + apmPaStatRadiusAgentTotalUsages Counter64, + apmPaStatRadiusAgentTotalSuccesses Counter64, + apmPaStatRadiusAgentTotalFailures Counter64, + apmPaStatRadiusAgentTotalErrors Counter64, + apmPaStatRadiusAgentTotalSessVars Counter64, + apmPaStatSecuridAgentTotalInstances Counter64, + apmPaStatSecuridAgentTotalUsages Counter64, + apmPaStatSecuridAgentTotalSuccesses Counter64, + apmPaStatSecuridAgentTotalFailures Counter64, + apmPaStatSecuridAgentTotalErrors Counter64, + apmPaStatSecuridAgentTotalSessVars Counter64, + apmPaStatRadiusAcctAgentTotalInstances Counter64, + apmPaStatRadiusAcctAgentTotalUsages Counter64, + apmPaStatRadiusAcctAgentTotalSuccesses Counter64, + apmPaStatRadiusAcctAgentTotalFailures Counter64, + apmPaStatRadiusAcctAgentTotalErrors Counter64, + apmPaStatRadiusAcctAgentTotalSessVars Counter64, + apmPaStatEpsLinuxFcAgentTotalInstances Counter64, + apmPaStatEpsLinuxFcAgentTotalUsages Counter64, + apmPaStatEpsLinuxFcAgentTotalSuccesses Counter64, + apmPaStatEpsLinuxFcAgentTotalFailures Counter64, + apmPaStatEpsLinuxFcAgentTotalErrors Counter64, + apmPaStatEpsLinuxFcAgentTotalSessVars Counter64, + apmPaStatEpsLinuxPcAgentTotalInstances Counter64, + apmPaStatEpsLinuxPcAgentTotalUsages Counter64, + apmPaStatEpsLinuxPcAgentTotalSuccesses Counter64, + apmPaStatEpsLinuxPcAgentTotalFailures Counter64, + apmPaStatEpsLinuxPcAgentTotalErrors Counter64, + apmPaStatEpsLinuxPcAgentTotalSessVars Counter64, + apmPaStatEpsMacFcAgentTotalInstances Counter64, + apmPaStatEpsMacFcAgentTotalUsages Counter64, + apmPaStatEpsMacFcAgentTotalSuccesses Counter64, + apmPaStatEpsMacFcAgentTotalFailures Counter64, + apmPaStatEpsMacFcAgentTotalErrors Counter64, + apmPaStatEpsMacFcAgentTotalSessVars Counter64, + apmPaStatEpsMacPcAgentTotalInstances Counter64, + apmPaStatEpsMacPcAgentTotalUsages Counter64, + apmPaStatEpsMacPcAgentTotalSuccesses Counter64, + apmPaStatEpsMacPcAgentTotalFailures Counter64, + apmPaStatEpsMacPcAgentTotalErrors Counter64, + apmPaStatEpsMacPcAgentTotalSessVars Counter64, + apmPaStatEpsWinCcAgentTotalInstances Counter64, + apmPaStatEpsWinCcAgentTotalUsages Counter64, + apmPaStatEpsWinCcAgentTotalSuccesses Counter64, + apmPaStatEpsWinCcAgentTotalFailures Counter64, + apmPaStatEpsWinCcAgentTotalErrors Counter64, + apmPaStatEpsWinCcAgentTotalSessVars Counter64, + apmPaStatEpsAvAgentTotalInstances Counter64, + apmPaStatEpsAvAgentTotalUsages Counter64, + apmPaStatEpsAvAgentTotalSuccesses Counter64, + apmPaStatEpsAvAgentTotalFailures Counter64, + apmPaStatEpsAvAgentTotalErrors Counter64, + apmPaStatEpsAvAgentTotalSessVars Counter64, + apmPaStatEpsWinOsInfoAgentTotalInstances Counter64, + apmPaStatEpsWinOsInfoAgentTotalUsages Counter64, + apmPaStatEpsWinOsInfoAgentTotalSuccesses Counter64, + apmPaStatEpsWinOsInfoAgentTotalFailures Counter64, + apmPaStatEpsWinOsInfoAgentTotalErrors Counter64, + apmPaStatEpsWinOsInfoAgentTotalSessVars Counter64, + apmPaStatEpsWinFcAgentTotalInstances Counter64, + apmPaStatEpsWinFcAgentTotalUsages Counter64, + apmPaStatEpsWinFcAgentTotalSuccesses Counter64, + apmPaStatEpsWinFcAgentTotalFailures Counter64, + apmPaStatEpsWinFcAgentTotalErrors Counter64, + apmPaStatEpsWinFcAgentTotalSessVars Counter64, + apmPaStatEpsWinMcAgentTotalInstances Counter64, + apmPaStatEpsWinMcAgentTotalUsages Counter64, + apmPaStatEpsWinMcAgentTotalSuccesses Counter64, + apmPaStatEpsWinMcAgentTotalFailures Counter64, + apmPaStatEpsWinMcAgentTotalErrors Counter64, + apmPaStatEpsWinMcAgentTotalSessVars Counter64, + apmPaStatEpsFwcAgentTotalInstances Counter64, + apmPaStatEpsFwcAgentTotalUsages Counter64, + apmPaStatEpsFwcAgentTotalSuccesses Counter64, + apmPaStatEpsFwcAgentTotalFailures Counter64, + apmPaStatEpsFwcAgentTotalErrors Counter64, + apmPaStatEpsFwcAgentTotalSessVars Counter64, + apmPaStatEpsWinPcTotalInstances Counter64, + apmPaStatEpsWinPcTotalUsages Counter64, + apmPaStatEpsWinPcTotalSuccesses Counter64, + apmPaStatEpsWinPcTotalFailures Counter64, + apmPaStatEpsWinPcTotalErrors Counter64, + apmPaStatEpsWinPcTotalSessVars Counter64, + apmPaStatEpsWinPwTotalInstances Counter64, + apmPaStatEpsWinPwTotalUsages Counter64, + apmPaStatEpsWinPwTotalSuccesses Counter64, + apmPaStatEpsWinPwTotalFailures Counter64, + apmPaStatEpsWinPwTotalErrors Counter64, + apmPaStatEpsWinPwTotalSessVars Counter64, + apmPaStatEpsWinRcAgentTotalInstances Counter64, + apmPaStatEpsWinRcAgentTotalUsages Counter64, + apmPaStatEpsWinRcAgentTotalSuccesses Counter64, + apmPaStatEpsWinRcAgentTotalFailures Counter64, + apmPaStatEpsWinRcAgentTotalErrors Counter64, + apmPaStatEpsWinRcAgentTotalSessVars Counter64, + apmPaStatEpsWinGpAgentTotalInstances Counter64, + apmPaStatEpsWinGpAgentTotalUsages Counter64, + apmPaStatEpsWinGpAgentTotalSuccesses Counter64, + apmPaStatEpsWinGpAgentTotalFailures Counter64, + apmPaStatEpsWinGpAgentTotalErrors Counter64, + apmPaStatEpsWinGpAgentTotalSessVars Counter64, + apmPaStatExternalLogonAgentTotalInstances Counter64, + apmPaStatExternalLogonAgentTotalUsages Counter64, + apmPaStatExternalLogonAgentTotalSuccesses Counter64, + apmPaStatExternalLogonAgentTotalFailures Counter64, + apmPaStatExternalLogonAgentTotalErrors Counter64, + apmPaStatExternalLogonAgentTotalSessVars Counter64, + apmPaStatLogonAgentTotalInstances Counter64, + apmPaStatLogonAgentTotalUsages Counter64, + apmPaStatLogonAgentTotalSuccesses Counter64, + apmPaStatLogonAgentTotalFailures Counter64, + apmPaStatLogonAgentTotalErrors Counter64, + apmPaStatLogonAgentTotalSessVars Counter64, + apmPaStatRaAgentTotalInstances Counter64, + apmPaStatRaAgentTotalUsages Counter64, + apmPaStatRaAgentTotalSuccesses Counter64, + apmPaStatRaAgentTotalFailures Counter64, + apmPaStatRaAgentTotalErrors Counter64, + apmPaStatRaAgentTotalSessVars Counter64, + apmPaStatRdsAgentTotalInstances Counter64, + apmPaStatRdsAgentTotalUsages Counter64, + apmPaStatRdsAgentTotalSuccesses Counter64, + apmPaStatRdsAgentTotalFailures Counter64, + apmPaStatRdsAgentTotalErrors Counter64, + apmPaStatRdsAgentTotalSessVars Counter64, + apmPaStatVaAgentTotalInstances Counter64, + apmPaStatVaAgentTotalUsages Counter64, + apmPaStatVaAgentTotalSuccesses Counter64, + apmPaStatVaAgentTotalFailures Counter64, + apmPaStatVaAgentTotalErrors Counter64, + apmPaStatVaAgentTotalSessVars Counter64, + apmPaStatIeAgentTotalInstances Counter64, + apmPaStatIeAgentTotalUsages Counter64, + apmPaStatIeAgentTotalSuccesses Counter64, + apmPaStatIeAgentTotalFailures Counter64, + apmPaStatIeAgentTotalErrors Counter64, + apmPaStatIeAgentTotalSessVars Counter64, + apmPaStatLoggingAgentTotalInstances Counter64, + apmPaStatLoggingAgentTotalUsages Counter64, + apmPaStatLoggingAgentTotalSuccesses Counter64, + apmPaStatLoggingAgentTotalFailures Counter64, + apmPaStatLoggingAgentTotalErrors Counter64, + apmPaStatLoggingAgentTotalSessVars Counter64, + apmPaStatDecnBoxAgentTotalInstances Counter64, + apmPaStatDecnBoxAgentTotalUsages Counter64, + apmPaStatDecnBoxAgentTotalSuccesses Counter64, + apmPaStatDecnBoxAgentTotalFailures Counter64, + apmPaStatDecnBoxAgentTotalErrors Counter64, + apmPaStatDecnBoxAgentTotalSessVars Counter64, + apmPaStatMesgBoxAgentTotalInstances Counter64, + apmPaStatMesgBoxAgentTotalUsages Counter64, + apmPaStatMesgBoxAgentTotalSuccesses Counter64, + apmPaStatMesgBoxAgentTotalFailures Counter64, + apmPaStatMesgBoxAgentTotalErrors Counter64, + apmPaStatMesgBoxAgentTotalSessVars Counter64, + apmPaStatApdNoResultErrors Counter64, + apmPaStatApdNoSessionErrors Counter64, + apmPaStatApdNoDeviceInfoErrors Counter64, + apmPaStatApdNoTokenErrors Counter64, + apmPaStatApdNoSigErrors Counter64, + apmPaStatApdTotalMismatchErrors Counter64, + apmPaStatApdInvalidSigErrors Counter64, + apmPaStatApdMcPipelineInitErrors Counter64, + apmPaStatApdMcSetSessVarErrors Counter64, + apmPaStatApdMcPipelineCloseErrors Counter64, + apmPaStatApdApResultErrors Counter64, + apmPaStatApdApInternalErrors Counter64, + apmPaStatAllowedRequests Counter64, + apmPaStatDeniedRequests Counter64, + apmPaStatVsName LongDisplayString, + apmPaStatSessionsEvalTimedOut Counter64, + apmPaStatSessionsEstabTimedOut Counter64 + } + +apmPaStatName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of an access profile" + ::= { apmPaStatEntry 1 } + +apmPaStatConfigSyncState OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! + The state of config sync operation" + ::= { apmPaStatEntry 2 } + +apmPaStatTotalSessions OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total user sessions in the specified access profile" + ::= { apmPaStatEntry 3 } + +apmPaStatTotalEstablishedStateSessions OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total user sessions in the specified access profile" + ::= { apmPaStatEntry 4 } + +apmPaStatCurrentActiveSessions OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total active user sessions in the specified access profile" + ::= { apmPaStatEntry 5 } + +apmPaStatCurrentPendingSessions OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total user sessions going through access policy evaluation in the specified access profile" + ::= { apmPaStatEntry 6 } + +apmPaStatCurrentCompletedSessions OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total user sessions completed access policy evaluation in the specified access profile" + ::= { apmPaStatEntry 7 } + +apmPaStatUserLoggedoutSessions OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total sessions logged out by user in the specified access profile" + ::= { apmPaStatEntry 8 } + +apmPaStatAdminTerminatedSessions OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total sessions terminated by admin in the specified access profile" + ::= { apmPaStatEntry 9 } + +apmPaStatMiscTerminatedSessions OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total sessions terminated by internal errors/conditions in the specified access profile" + ::= { apmPaStatEntry 10 } + +apmPaStatAccessPolicyResultAllow OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total sessions resulted allow ending in the specified access profile" + ::= { apmPaStatEntry 11 } + +apmPaStatAccessPolicyResultDeny OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total sessions resulted deny ending in the specified access profile" + ::= { apmPaStatEntry 12 } + +apmPaStatAccessPolicyResultRedirect OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total sessions redirected to the configured URI after closing the session in the specified access profile" + ::= { apmPaStatEntry 13 } + +apmPaStatAccessPolicyResultRedirectWithSession OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total sessions redirected to the configured URI without closing the session in the specified access profile" + ::= { apmPaStatEntry 14 } + +apmPaStatEndingDenyAgentTotalInstances OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! + The total instances of the ending deny agent in the specified access profile" + ::= { apmPaStatEntry 15 } + +apmPaStatEndingDenyAgentTotalUsages OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! + The total usages of ending deny agent in the specified access profile" + ::= { apmPaStatEntry 16 } + +apmPaStatEndingDenyAgentTotalSuccesses OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! + The total success conditions created/reached by the ending deny agent in the specified access profile" + ::= { apmPaStatEntry 17 } + +apmPaStatEndingDenyAgentTotalFailures OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! + The total failure conditions created/reached by the ending deny agent in the specified access profile" + ::= { apmPaStatEntry 18 } + +apmPaStatEndingDenyAgentTotalErrors OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! + The total error conditions created/reached by the ending deny agent in the specified access profile" + ::= { apmPaStatEntry 19 } + +apmPaStatEndingDenyAgentTotalSessVars OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! + The total session variables created by the ending deny agent in the specified access profile" + ::= { apmPaStatEntry 20 } + +apmPaStatEndingRedirectAgentTotalInstances OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! + The total instances of the ending redirect agent in the specified access profile" + ::= { apmPaStatEntry 21 } + +apmPaStatEndingRedirectAgentTotalUsages OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! + The total usages of ending redirect agent in the specified access profile" + ::= { apmPaStatEntry 22 } + +apmPaStatEndingRedirectAgentTotalSuccesses OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! + The total success conditions created/reached by the ending redirect agent in the specified access profile" + ::= { apmPaStatEntry 23 } + +apmPaStatEndingRedirectAgentTotalFailures OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! + The total failure conditions created/reached by the ending redirect agent in the specified access profile" + ::= { apmPaStatEntry 24 } + +apmPaStatEndingRedirectAgentTotalErrors OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! + The total error conditions created/reached by the ending redirect agent in the specified access profile" + ::= { apmPaStatEntry 25 } + +apmPaStatEndingRedirectAgentTotalSessVars OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! + The total session variables created by the ending redirect agent in the specified access profile" + ::= { apmPaStatEntry 26 } + +apmPaStatEndingAllowAgentTotalInstances OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! + The total instances of the ending allow agent in the specified access profile" + ::= { apmPaStatEntry 27 } + +apmPaStatEndingAllowAgentTotalUsages OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! + The total usages of ending allow agent in the specified access profile" + ::= { apmPaStatEntry 28 } + +apmPaStatEndingAllowAgentTotalSuccesses OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! + The total success conditions created/reached by the ending allow agent in the specified access profile" + ::= { apmPaStatEntry 29 } + +apmPaStatEndingAllowAgentTotalFailures OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! + The total failure conditions created/reached by the ending allow agent in the specified access profile" + ::= { apmPaStatEntry 30 } + +apmPaStatEndingAllowAgentTotalErrors OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! + The total error conditions created/reached by the ending allow agent in the specified access profile" + ::= { apmPaStatEntry 31 } + +apmPaStatEndingAllowAgentTotalSessVars OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! + The total session variables created by the ending allow agent in the specified access profile" + ::= { apmPaStatEntry 32 } + +apmPaStatAdAgentTotalInstances OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! + The total instances of the active directory agent in the specified access profile" + ::= { apmPaStatEntry 33 } + +apmPaStatAdAgentTotalUsages OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! + The total usages of active directory agent in the specified access profile" + ::= { apmPaStatEntry 34 } + +apmPaStatAdAgentTotalSuccesses OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! + The total success conditions created/reached by the active directory agent in the specified access profile" + ::= { apmPaStatEntry 35 } + +apmPaStatAdAgentTotalFailures OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! + The total failure conditions created/reached by the active directory agent in the specified access profile" + ::= { apmPaStatEntry 36 } + +apmPaStatAdAgentTotalErrors OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! + The total error conditions created/reached by the active directory agent in the specified access profile" + ::= { apmPaStatEntry 37 } + +apmPaStatAdAgentTotalSessVars OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! + The total session variables created by the active directory agent in the specified access profile" + ::= { apmPaStatEntry 38 } + +apmPaStatClientCertAgentTotalInstances OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! + The total instances of the client cert agent in the specified access profile" + ::= { apmPaStatEntry 39 } + +apmPaStatClientCertAgentTotalUsages OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! + The total usages of client cert agent in the specified access profile" + ::= { apmPaStatEntry 40 } + +apmPaStatClientCertAgentTotalSuccesses OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! + The total success conditions created/reached by the client cert agent in the specified access profile" + ::= { apmPaStatEntry 41 } + +apmPaStatClientCertAgentTotalFailures OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! + The total failure conditions created/reached by the client cert agent in the specified access profile" + ::= { apmPaStatEntry 42 } + +apmPaStatClientCertAgentTotalErrors OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! + The total error conditions created/reached by the client cert agent in the specified access profile" + ::= { apmPaStatEntry 43 } + +apmPaStatClientCertAgentTotalSessVars OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! + The total session variables created by the client cert agent in the specified access profile" + ::= { apmPaStatEntry 44 } + +apmPaStatHttpAgentTotalInstances OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! + The total instances of the HTTP agent in the specified access profile" + ::= { apmPaStatEntry 45 } + +apmPaStatHttpAgentTotalUsages OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! + The total usages of HTTP agent in the specified access profile" + ::= { apmPaStatEntry 46 } + +apmPaStatHttpAgentTotalSuccesses OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! + The total success conditions created/reached by the HTTP agent in the specified access profile" + ::= { apmPaStatEntry 47 } + +apmPaStatHttpAgentTotalFailures OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! + The total failure conditions created/reached by the HTTP agent in the specified access profile" + ::= { apmPaStatEntry 48 } + +apmPaStatHttpAgentTotalErrors OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! + The total error conditions created/reached by the HTTP agent in the specified access profile" + ::= { apmPaStatEntry 49 } + +apmPaStatHttpAgentTotalSessVars OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! + The total session variables created by the HTTP agent in the specified access profile" + ::= { apmPaStatEntry 50 } + +apmPaStatLdapAgentTotalInstances OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! + The total instances of the LDAP agent in the specified access profile" + ::= { apmPaStatEntry 51 } + +apmPaStatLdapAgentTotalUsages OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! + The total usages of LDAP agent in the specified access profile" + ::= { apmPaStatEntry 52 } + +apmPaStatLdapAgentTotalSuccesses OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! + The total success conditions created/reached by the LDAP agent in the specified access profile" + ::= { apmPaStatEntry 53 } + +apmPaStatLdapAgentTotalFailures OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! + The total failure conditions created/reached by the LDAP agent in the specified access profile" + ::= { apmPaStatEntry 54 } + +apmPaStatLdapAgentTotalErrors OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! + The total error conditions created/reached by the LDAP agent in the specified access profile" + ::= { apmPaStatEntry 55 } + +apmPaStatLdapAgentTotalSessVars OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! + The total session variables created by the LDAP agent in the specified access profile" + ::= { apmPaStatEntry 56 } + +apmPaStatRadiusAgentTotalInstances OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! + The total instances of the Radius agent in the specified access profile" + ::= { apmPaStatEntry 57 } + +apmPaStatRadiusAgentTotalUsages OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! + The total usages of Radius agent in the specified access profile" + ::= { apmPaStatEntry 58 } + +apmPaStatRadiusAgentTotalSuccesses OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! + The total success conditions created/reached by the Radius agent in the specified access profile" + ::= { apmPaStatEntry 59 } + +apmPaStatRadiusAgentTotalFailures OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! + The total failure conditions created/reached by the Radius agent in the specified access profile" + ::= { apmPaStatEntry 60 } + +apmPaStatRadiusAgentTotalErrors OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! + The total error conditions created/reached by the Radius agent in the specified access profile" + ::= { apmPaStatEntry 61 } + +apmPaStatRadiusAgentTotalSessVars OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! + The total session variables created by the Radius agent in the specified access profile" + ::= { apmPaStatEntry 62 } + +apmPaStatSecuridAgentTotalInstances OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! + The total instances of the SecurID agent in the specified access profile" + ::= { apmPaStatEntry 63 } + +apmPaStatSecuridAgentTotalUsages OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! + The total usages of SecurID agent in the specified access profile" + ::= { apmPaStatEntry 64 } + +apmPaStatSecuridAgentTotalSuccesses OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! + The total success conditions created/reached by the SecurID agent in the specified access profile" + ::= { apmPaStatEntry 65 } + +apmPaStatSecuridAgentTotalFailures OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! + The total failure conditions created/reached by the SecurID agent in the specified access profile" + ::= { apmPaStatEntry 66 } + +apmPaStatSecuridAgentTotalErrors OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! + The total error conditions created/reached by the SecurID agent in the specified access profile" + ::= { apmPaStatEntry 67 } + +apmPaStatSecuridAgentTotalSessVars OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! + The total session variables created by the SecurID agent in the specified access profile" + ::= { apmPaStatEntry 68 } + +apmPaStatRadiusAcctAgentTotalInstances OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! + The total instances of the Radius Acct agent in the specified access profile" + ::= { apmPaStatEntry 69 } + +apmPaStatRadiusAcctAgentTotalUsages OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! + The total usages of Radius Acct agent in the specified access profile" + ::= { apmPaStatEntry 70 } + +apmPaStatRadiusAcctAgentTotalSuccesses OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! + The total success conditions created/reached by the Radius Acct agent in the specified access profile" + ::= { apmPaStatEntry 71 } + +apmPaStatRadiusAcctAgentTotalFailures OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! + The total failure conditions created/reached by the Radius Acct agent in the specified access profile" + ::= { apmPaStatEntry 72 } + +apmPaStatRadiusAcctAgentTotalErrors OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! + The total error conditions created/reached by the Radius Acct agent in the specified access profile" + ::= { apmPaStatEntry 73 } + +apmPaStatRadiusAcctAgentTotalSessVars OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! + The total session variables created by the Radius Acct agent in the specified access profile" + ::= { apmPaStatEntry 74 } + +apmPaStatEpsLinuxFcAgentTotalInstances OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! + The total instances of the Linux File Check agent in the specified access profile" + ::= { apmPaStatEntry 75 } + +apmPaStatEpsLinuxFcAgentTotalUsages OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! + The total usages of Linux File Check agent in the specified access profile" + ::= { apmPaStatEntry 76 } + +apmPaStatEpsLinuxFcAgentTotalSuccesses OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! + The total success conditions created/reached by the Linux File Check agent in the specified access profile" + ::= { apmPaStatEntry 77 } + +apmPaStatEpsLinuxFcAgentTotalFailures OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! + The total failure conditions created/reached by the Linux File Check agent in the specified access profile" + ::= { apmPaStatEntry 78 } + +apmPaStatEpsLinuxFcAgentTotalErrors OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! + The total error conditions created/reached by the Linux File Check agent in the specified access profile" + ::= { apmPaStatEntry 79 } + +apmPaStatEpsLinuxFcAgentTotalSessVars OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! + The total session variables created by the Linux File Check agent in the specified access profile" + ::= { apmPaStatEntry 80 } + +apmPaStatEpsLinuxPcAgentTotalInstances OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! + The total instances of the Linux Process Check agent in the specified access profile" + ::= { apmPaStatEntry 81 } + +apmPaStatEpsLinuxPcAgentTotalUsages OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! + The total usages of Linux Process Check agent in the specified access profile" + ::= { apmPaStatEntry 82 } + +apmPaStatEpsLinuxPcAgentTotalSuccesses OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! + The total success conditions created/reached by the Linux Process Check agent in the specified access profile" + ::= { apmPaStatEntry 83 } + +apmPaStatEpsLinuxPcAgentTotalFailures OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! + The total failure conditions created/reached by the Linux Process Check agent in the specified access profile" + ::= { apmPaStatEntry 84 } + +apmPaStatEpsLinuxPcAgentTotalErrors OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! + The total error conditions created/reached by the Linux Process Check agent in the specified access profile" + ::= { apmPaStatEntry 85 } + +apmPaStatEpsLinuxPcAgentTotalSessVars OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! + The total session variables created by the Linux Process Check agent in the specified access profile" + ::= { apmPaStatEntry 86 } + +apmPaStatEpsMacFcAgentTotalInstances OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! + The total instances of the Mac File Check agent in the specified access profile" + ::= { apmPaStatEntry 87 } + +apmPaStatEpsMacFcAgentTotalUsages OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! + The total usages of Mac File Check agent in the specified access profile" + ::= { apmPaStatEntry 88 } + +apmPaStatEpsMacFcAgentTotalSuccesses OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! + The total success conditions created/reached by the Mac File Check agent in the specified access profile" + ::= { apmPaStatEntry 89 } + +apmPaStatEpsMacFcAgentTotalFailures OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! + The total failure conditions created/reached by the Mac File Check agent in the specified access profile" + ::= { apmPaStatEntry 90 } + +apmPaStatEpsMacFcAgentTotalErrors OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! + The total error conditions created/reached by the Mac File Check agent in the specified access profile" + ::= { apmPaStatEntry 91 } + +apmPaStatEpsMacFcAgentTotalSessVars OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! + The total session variables created by the Mac File Check agent in the specified access profile" + ::= { apmPaStatEntry 92 } + +apmPaStatEpsMacPcAgentTotalInstances OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! + The total instances of the Mac Process Check agent in the specified access profile" + ::= { apmPaStatEntry 93 } + +apmPaStatEpsMacPcAgentTotalUsages OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! + The total usages of Mac Process Check agent in the specified access profile" + ::= { apmPaStatEntry 94 } + +apmPaStatEpsMacPcAgentTotalSuccesses OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! + The total success conditions created/reached by the Mac Process Check agent in the specified access profile" + ::= { apmPaStatEntry 95 } + +apmPaStatEpsMacPcAgentTotalFailures OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! + The total failure conditions created/reached by the Mac Process Check agent in the specified access profile" + ::= { apmPaStatEntry 96 } + +apmPaStatEpsMacPcAgentTotalErrors OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! + The total error conditions created/reached by the Mac Process Check agent in the specified access profile" + ::= { apmPaStatEntry 97 } + +apmPaStatEpsMacPcAgentTotalSessVars OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! + The total session variables created by the Mac Process Check agent in the specified access profile" + ::= { apmPaStatEntry 98 } + +apmPaStatEpsWinCcAgentTotalInstances OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! + The total instances of the Windows Browser Cache Cleaner agent in the specified access profile" + ::= { apmPaStatEntry 99 } + +apmPaStatEpsWinCcAgentTotalUsages OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! + The total usages of Windows Browser Cache Cleaner agent in the specified access profile" + ::= { apmPaStatEntry 100 } + +apmPaStatEpsWinCcAgentTotalSuccesses OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! + The total success conditions created/reached by the Windows Browser Cache Cleaner agent in the specified access profile" + ::= { apmPaStatEntry 101 } + +apmPaStatEpsWinCcAgentTotalFailures OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! + The total failure conditions created/reached by the Windows Browser Cache Cleaner agent in the specified access profile" + ::= { apmPaStatEntry 102 } + +apmPaStatEpsWinCcAgentTotalErrors OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! + The total error conditions created/reached by the Windows Browser Cache Cleaner agent in the specified access profile" + ::= { apmPaStatEntry 103 } + +apmPaStatEpsWinCcAgentTotalSessVars OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! + The total session variables created by the Windows Browser Cache Cleaner agent in the specified access profile" + ::= { apmPaStatEntry 104 } + +apmPaStatEpsAvAgentTotalInstances OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! + The total instances of the Windows Antivirus Check agent in the specified access profile" + ::= { apmPaStatEntry 105 } + +apmPaStatEpsAvAgentTotalUsages OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! + The total usages of Windows Antivirus Check agent in the specified access profile" + ::= { apmPaStatEntry 106 } + +apmPaStatEpsAvAgentTotalSuccesses OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! + The total success conditions created/reached by the Windows Antivirus Check agent in the specified access profile" + ::= { apmPaStatEntry 107 } + +apmPaStatEpsAvAgentTotalFailures OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! + The total failure conditions created/reached by the Windows Antivirus Check agent in the specified access profile" + ::= { apmPaStatEntry 108 } + +apmPaStatEpsAvAgentTotalErrors OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! + The total error conditions created/reached by the Windows Antivirus Check agent in the specified access profile" + ::= { apmPaStatEntry 109 } + +apmPaStatEpsAvAgentTotalSessVars OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! + The total session variables created by the Windows Antivirus Check agent in the specified access profile" + ::= { apmPaStatEntry 110 } + +apmPaStatEpsWinOsInfoAgentTotalInstances OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! + The total instances of the Windows OS Info Check agent in the specified access profile" + ::= { apmPaStatEntry 111 } + +apmPaStatEpsWinOsInfoAgentTotalUsages OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! + The total usages of Windows OS Info Check agent in the specified access profile" + ::= { apmPaStatEntry 112 } + +apmPaStatEpsWinOsInfoAgentTotalSuccesses OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! + The total success conditions created/reached by the Windows OS Info Check agent in the specified access profile" + ::= { apmPaStatEntry 113 } + +apmPaStatEpsWinOsInfoAgentTotalFailures OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! + The total failure conditions created/reached by the Windows OS Info Check agent in the specified access profile" + ::= { apmPaStatEntry 114 } + +apmPaStatEpsWinOsInfoAgentTotalErrors OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! + The total error conditions created/reached by the Windows OS Info Check agent in the specified access profile" + ::= { apmPaStatEntry 115 } + +apmPaStatEpsWinOsInfoAgentTotalSessVars OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! + The total session variables created by the Windows OS Info Check agent in the specified access profile" + ::= { apmPaStatEntry 116 } + +apmPaStatEpsWinFcAgentTotalInstances OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! + The total instances of the Windows File Check agent in the specified access profile" + ::= { apmPaStatEntry 117 } + +apmPaStatEpsWinFcAgentTotalUsages OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! + The total usages of Windows File Check agent in the specified access profile" + ::= { apmPaStatEntry 118 } + +apmPaStatEpsWinFcAgentTotalSuccesses OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! + The total success conditions created/reached by the Windows File Check agent in the specified access profile" + ::= { apmPaStatEntry 119 } + +apmPaStatEpsWinFcAgentTotalFailures OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! + The total failure conditions created/reached by the Windows File Check agent in the specified access profile" + ::= { apmPaStatEntry 120 } + +apmPaStatEpsWinFcAgentTotalErrors OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! + The total error conditions created/reached by the Windows File Check agent in the specified access profile" + ::= { apmPaStatEntry 121 } + +apmPaStatEpsWinFcAgentTotalSessVars OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! + The total session variables created by the Windows File Check agent in the specified access profile" + ::= { apmPaStatEntry 122 } + +apmPaStatEpsWinMcAgentTotalInstances OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! + The total instances of the Windows MachineCert Check agent in the specified access profile" + ::= { apmPaStatEntry 123 } + +apmPaStatEpsWinMcAgentTotalUsages OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! + The total usages of Windows MachineCert Check agent in the specified access profile" + ::= { apmPaStatEntry 124 } + +apmPaStatEpsWinMcAgentTotalSuccesses OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! + The total success conditions created/reached by the Windows MachineCert Check agent in the specified access profile" + ::= { apmPaStatEntry 125 } + +apmPaStatEpsWinMcAgentTotalFailures OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! + The total failure conditions created/reached by the Windows MachineCert Check agent in the specified access profile" + ::= { apmPaStatEntry 126 } + +apmPaStatEpsWinMcAgentTotalErrors OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! + The total error conditions created/reached by the Windows MachineCert Check agent in the specified access profile" + ::= { apmPaStatEntry 127 } + +apmPaStatEpsWinMcAgentTotalSessVars OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! + The total session variables created by the Windows MachineCert Check agent in the specified access profile" + ::= { apmPaStatEntry 128 } + +apmPaStatEpsFwcAgentTotalInstances OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! + The total instances of the Firewall Check agent in the specified access profile" + ::= { apmPaStatEntry 129 } + +apmPaStatEpsFwcAgentTotalUsages OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! + The total usages of Firewall Check agent in the specified access profile" + ::= { apmPaStatEntry 130 } + +apmPaStatEpsFwcAgentTotalSuccesses OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! + The total success conditions created/reached by the Firewall Check agent in the specified access profile" + ::= { apmPaStatEntry 131 } + +apmPaStatEpsFwcAgentTotalFailures OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! + The total failure conditions created/reached by the Firewall Check agent in the specified access profile" + ::= { apmPaStatEntry 132 } + +apmPaStatEpsFwcAgentTotalErrors OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! + The total error conditions created/reached by the Firewall Check agent in the specified access profile" + ::= { apmPaStatEntry 133 } + +apmPaStatEpsFwcAgentTotalSessVars OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! + The total session variables created by the Firewall Check agent in the specified access profile" + ::= { apmPaStatEntry 134 } + +apmPaStatEpsWinPcTotalInstances OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! + The total instances of the Windows Process Check agent in the specified access profile" + ::= { apmPaStatEntry 135 } + +apmPaStatEpsWinPcTotalUsages OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! + The total usages of Windows Process Check agent in the specified access profile" + ::= { apmPaStatEntry 136 } + +apmPaStatEpsWinPcTotalSuccesses OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! + The total success conditions created/reached by the Windows Process Check agent in the specified access profile" + ::= { apmPaStatEntry 137 } + +apmPaStatEpsWinPcTotalFailures OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! + The total failure conditions created/reached by the Windows Process Check agent in the specified access profile" + ::= { apmPaStatEntry 138 } + +apmPaStatEpsWinPcTotalErrors OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! + The total error conditions created/reached by the Windows Process Check agent in the specified access profile" + ::= { apmPaStatEntry 139 } + +apmPaStatEpsWinPcTotalSessVars OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! + The total session variables created by the Windows Process Check agent in the specified access profile" + ::= { apmPaStatEntry 140 } + +apmPaStatEpsWinPwTotalInstances OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! + The total instances of the Windows Protected Workspace agent in the specified access profile" + ::= { apmPaStatEntry 141 } + +apmPaStatEpsWinPwTotalUsages OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! + The total usages of Windows Protected Workspace agent in the specified access profile" + ::= { apmPaStatEntry 142 } + +apmPaStatEpsWinPwTotalSuccesses OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! + The total success conditions created/reached by the Windows Protected Workspace agent in the specified access profile" + ::= { apmPaStatEntry 143 } + +apmPaStatEpsWinPwTotalFailures OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! + The total failure conditions created/reached by the Windows Protected Workspace agent in the specified access profile" + ::= { apmPaStatEntry 144 } + +apmPaStatEpsWinPwTotalErrors OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! + The total error conditions created/reached by the Windows Protected Workspace agent in the specified access profile" + ::= { apmPaStatEntry 145 } + +apmPaStatEpsWinPwTotalSessVars OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! + The total session variables created by the Windows Protected Workspace agent in the specified access profile" + ::= { apmPaStatEntry 146 } + +apmPaStatEpsWinRcAgentTotalInstances OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! + The total instances of the Windows Process Check agent in the specified access profile" + ::= { apmPaStatEntry 147 } + +apmPaStatEpsWinRcAgentTotalUsages OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! + The total usages of Windows Process Check agent in the specified access profile" + ::= { apmPaStatEntry 148 } + +apmPaStatEpsWinRcAgentTotalSuccesses OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! + The total success conditions created/reached by the Windows Process Check agent in the specified access profile" + ::= { apmPaStatEntry 149 } + +apmPaStatEpsWinRcAgentTotalFailures OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! + The total failure conditions created/reached by the Windows Process Check agent in the specified access profile" + ::= { apmPaStatEntry 150 } + +apmPaStatEpsWinRcAgentTotalErrors OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! + The total error conditions created/reached by the Windows Process Check agent in the specified access profile" + ::= { apmPaStatEntry 151 } + +apmPaStatEpsWinRcAgentTotalSessVars OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! + The total session variables created by the Windows Process Check agent in the specified access profile" + ::= { apmPaStatEntry 152 } + +apmPaStatEpsWinGpAgentTotalInstances OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! + The total instances of the Windows Group Policy agent in the specified access profile" + ::= { apmPaStatEntry 153 } + +apmPaStatEpsWinGpAgentTotalUsages OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! + The total usages of Windows Group Policy agent in the specified access profile" + ::= { apmPaStatEntry 154 } + +apmPaStatEpsWinGpAgentTotalSuccesses OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! + The total success conditions created/reached by the Windows Group Policy agent in the specified access profile" + ::= { apmPaStatEntry 155 } + +apmPaStatEpsWinGpAgentTotalFailures OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! + The total failure conditions created/reached by the Windows Group Policy agent in the specified access profile" + ::= { apmPaStatEntry 156 } + +apmPaStatEpsWinGpAgentTotalErrors OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! + The total error conditions created/reached by the Windows Group Policy agent in the specified access profile" + ::= { apmPaStatEntry 157 } + +apmPaStatEpsWinGpAgentTotalSessVars OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! + The total session variables created by the Windows Group Policy agent in the specified access profile" + ::= { apmPaStatEntry 158 } + +apmPaStatExternalLogonAgentTotalInstances OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! + The total instances of the External Logon page agent in the specified access profile" + ::= { apmPaStatEntry 159 } + +apmPaStatExternalLogonAgentTotalUsages OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! + The total usages of External Logon page agent in the specified access profile" + ::= { apmPaStatEntry 160 } + +apmPaStatExternalLogonAgentTotalSuccesses OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! + The total success conditions created/reached by the External Logon page agent in the specified access profile" + ::= { apmPaStatEntry 161 } + +apmPaStatExternalLogonAgentTotalFailures OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! + The total failure conditions created/reached by the External Logon page agent in the specified access profile" + ::= { apmPaStatEntry 162 } + +apmPaStatExternalLogonAgentTotalErrors OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! + The total error conditions created/reached by the External Logon page agent in the specified access profile" + ::= { apmPaStatEntry 163 } + +apmPaStatExternalLogonAgentTotalSessVars OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! + The total session variables created by the External Logon page agent in the specified access profile" + ::= { apmPaStatEntry 164 } + +apmPaStatLogonAgentTotalInstances OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! + The total instances of the Logon page agent in the specified access profile" + ::= { apmPaStatEntry 165 } + +apmPaStatLogonAgentTotalUsages OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! + The total usages of Logon page agent in the specified access profile" + ::= { apmPaStatEntry 166 } + +apmPaStatLogonAgentTotalSuccesses OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! + The total success conditions created/reached by the Logon page agent in the specified access profile" + ::= { apmPaStatEntry 167 } + +apmPaStatLogonAgentTotalFailures OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! + The total failure conditions created/reached by the Logon page agent in the specified access profile" + ::= { apmPaStatEntry 168 } + +apmPaStatLogonAgentTotalErrors OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! + The total error conditions created/reached by the Logon page agent in the specified access profile" + ::= { apmPaStatEntry 169 } + +apmPaStatLogonAgentTotalSessVars OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! + The total session variables created by the Logon page agent in the specified access profile" + ::= { apmPaStatEntry 170 } + +apmPaStatRaAgentTotalInstances OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! + The total instances of the Resource Assignment agent in the specified access profile" + ::= { apmPaStatEntry 171 } + +apmPaStatRaAgentTotalUsages OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! + The total usages of Resource Assignment agent in the specified access profile" + ::= { apmPaStatEntry 172 } + +apmPaStatRaAgentTotalSuccesses OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! + The total success conditions created/reached by the Resource Assignment agent in the specified access profile" + ::= { apmPaStatEntry 173 } + +apmPaStatRaAgentTotalFailures OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! + The total failure conditions created/reached by the Resource Assignment agent in the specified access profile" + ::= { apmPaStatEntry 174 } + +apmPaStatRaAgentTotalErrors OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! + The total error conditions created/reached by the Resource Assignment agent in the specified access profile" + ::= { apmPaStatEntry 175 } + +apmPaStatRaAgentTotalSessVars OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! + The total session variables created by the Resource Assignment agent in the specified access profile" + ::= { apmPaStatEntry 176 } + +apmPaStatRdsAgentTotalInstances OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! + The total instances of the Route Domain Selection agent in the specified access profile" + ::= { apmPaStatEntry 177 } + +apmPaStatRdsAgentTotalUsages OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! + The total usages of Route Domain Selection agent in the specified access profile" + ::= { apmPaStatEntry 178 } + +apmPaStatRdsAgentTotalSuccesses OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! + The total success conditions created/reached by the Route Domain Selection agent in the specified access profile" + ::= { apmPaStatEntry 179 } + +apmPaStatRdsAgentTotalFailures OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! + The total failure conditions created/reached by the Route Domain Selection agent in the specified access profile" + ::= { apmPaStatEntry 180 } + +apmPaStatRdsAgentTotalErrors OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! + The total error conditions created/reached by the Route Domain Selection agent in the specified access profile" + ::= { apmPaStatEntry 181 } + +apmPaStatRdsAgentTotalSessVars OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! + The total session variables created by the Route Domain Selection agent in the specified access profile" + ::= { apmPaStatEntry 182 } + +apmPaStatVaAgentTotalInstances OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! + The total instances of the Variable Assignment agent in the specified access profile" + ::= { apmPaStatEntry 183 } + +apmPaStatVaAgentTotalUsages OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! + The total usages of Variable Assignment agent in the specified access profile" + ::= { apmPaStatEntry 184 } + +apmPaStatVaAgentTotalSuccesses OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! + The total success conditions created/reached by the Variable Assignment agent in the specified access profile" + ::= { apmPaStatEntry 185 } + +apmPaStatVaAgentTotalFailures OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! + The total failure conditions created/reached by the Variable Assignment agent in the specified access profile" + ::= { apmPaStatEntry 186 } + +apmPaStatVaAgentTotalErrors OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! + The total error conditions created/reached by the Variable Assignment agent in the specified access profile" + ::= { apmPaStatEntry 187 } + +apmPaStatVaAgentTotalSessVars OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! + The total session variables created by the Variable Assignment agent in the specified access profile" + ::= { apmPaStatEntry 188 } + +apmPaStatIeAgentTotalInstances OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! + The total instances of the iRule Event agent in the specified access profile" + ::= { apmPaStatEntry 189 } + +apmPaStatIeAgentTotalUsages OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! + The total usages of iRule Event agent in the specified access profile" + ::= { apmPaStatEntry 190 } + +apmPaStatIeAgentTotalSuccesses OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! + The total success conditions created/reached by the iRule Event agent in the specified access profile" + ::= { apmPaStatEntry 191 } + +apmPaStatIeAgentTotalFailures OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! + The total failure conditions created/reached by the iRule Event agent in the specified access profile" + ::= { apmPaStatEntry 192 } + +apmPaStatIeAgentTotalErrors OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! + The total error conditions created/reached by the iRule Event agent in the specified access profile" + ::= { apmPaStatEntry 193 } + +apmPaStatIeAgentTotalSessVars OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! + The total session variables created by the iRule Event agent in the specified access profile" + ::= { apmPaStatEntry 194 } + +apmPaStatLoggingAgentTotalInstances OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! + The total instances of the Logging Agent in the specified access profile" + ::= { apmPaStatEntry 195 } + +apmPaStatLoggingAgentTotalUsages OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! + The total usages of Logging Agent in the specified access profile" + ::= { apmPaStatEntry 196 } + +apmPaStatLoggingAgentTotalSuccesses OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! + The total success conditions created/reached by the Logging Agent in the specified access profile" + ::= { apmPaStatEntry 197 } + +apmPaStatLoggingAgentTotalFailures OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! + The total failure conditions created/reached by the Logging Agent in the specified access profile" + ::= { apmPaStatEntry 198 } + +apmPaStatLoggingAgentTotalErrors OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! + The total error conditions created/reached by the Logging Agent in the specified access profile" + ::= { apmPaStatEntry 199 } + +apmPaStatLoggingAgentTotalSessVars OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! + The total session variables created by the Logging Agent in the specified access profile" + ::= { apmPaStatEntry 200 } + +apmPaStatDecnBoxAgentTotalInstances OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! + The total instances of the Decision Box Agent in the specified access profile" + ::= { apmPaStatEntry 201 } + +apmPaStatDecnBoxAgentTotalUsages OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! + The total usages of Decision Box Agent in the specified access profile" + ::= { apmPaStatEntry 202 } + +apmPaStatDecnBoxAgentTotalSuccesses OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! + The total success conditions created/reached by the Decision Box Agent in the specified access profile" + ::= { apmPaStatEntry 203 } + +apmPaStatDecnBoxAgentTotalFailures OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! + The total failure conditions created/reached by the Decision Box Agent in the specified access profile" + ::= { apmPaStatEntry 204 } + +apmPaStatDecnBoxAgentTotalErrors OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! + The total error conditions created/reached by the Decision Box Agent in the specified access profile" + ::= { apmPaStatEntry 205 } + +apmPaStatDecnBoxAgentTotalSessVars OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! + The total session variables created by the Decision Box Agent in the specified access profile" + ::= { apmPaStatEntry 206 } + +apmPaStatMesgBoxAgentTotalInstances OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! + The total instances of the Message Box Agent in the specified access profile" + ::= { apmPaStatEntry 207 } + +apmPaStatMesgBoxAgentTotalUsages OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! + The total usages of Message Box Agent in the specified access profile" + ::= { apmPaStatEntry 208 } + +apmPaStatMesgBoxAgentTotalSuccesses OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! + The total success conditions created/reached by the Message Box Agent in the specified access profile" + ::= { apmPaStatEntry 209 } + +apmPaStatMesgBoxAgentTotalFailures OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! + The total failure conditions created/reached by the Message Box Agent in the specified access profile" + ::= { apmPaStatEntry 210 } + +apmPaStatMesgBoxAgentTotalErrors OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! + The total error conditions created/reached by the Message Box Agent in the specified access profile" + ::= { apmPaStatEntry 211 } + +apmPaStatMesgBoxAgentTotalSessVars OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! + The total session variables created by the Message Box Agent in the specified access profile" + ::= { apmPaStatEntry 212 } + +apmPaStatApdNoResultErrors OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! + The total responses received without a result by APD from the client in the specified access profile" + ::= { apmPaStatEntry 213 } + +apmPaStatApdNoSessionErrors OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! + The total responses received without a valid session by APD from the client in the specified access profile" + ::= { apmPaStatEntry 214 } + +apmPaStatApdNoDeviceInfoErrors OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! + The total responses received without device info by APD from the client in the specified access profile" + ::= { apmPaStatEntry 215 } + +apmPaStatApdNoTokenErrors OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! + The total responses received without a token by APD from the client in the specified access profile" + ::= { apmPaStatEntry 216 } + +apmPaStatApdNoSigErrors OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! + The total responses received without a signature by APD from the client in the specified access profile" + ::= { apmPaStatEntry 217 } + +apmPaStatApdTotalMismatchErrors OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! + The total responses received with client data mismatch by APD from the client in the specified access profile" + ::= { apmPaStatEntry 218 } + +apmPaStatApdInvalidSigErrors OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! + The total responses received with invalid client data signature by APD from the client in the specified access profile" + ::= { apmPaStatEntry 219 } + +apmPaStatApdMcPipelineInitErrors OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! + The total pipeline initialization errors caused by memcached in APD" + ::= { apmPaStatEntry 220 } + +apmPaStatApdMcSetSessVarErrors OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! + The total session var set errors caused by memcached in APD" + ::= { apmPaStatEntry 221 } + +apmPaStatApdMcPipelineCloseErrors OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! + The total pipeline close errors caused by memcached in APD" + ::= { apmPaStatEntry 222 } + +apmPaStatApdApResultErrors OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! + The total access policy result errors in APD" + ::= { apmPaStatEntry 223 } + +apmPaStatApdApInternalErrors OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! + The total access policy internal errors in APD" + ::= { apmPaStatEntry 224 } + +apmPaStatAllowedRequests OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total allowed requests in the specified access profile" + ::= { apmPaStatEntry 225 } + +apmPaStatDeniedRequests OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total denied requests in the specified access profile" + ::= { apmPaStatEntry 226 } + +apmPaStatVsName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name virtual server in the specified access profile" + ::= { apmPaStatEntry 227 } + +apmPaStatSessionsEvalTimedOut OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total sessions terminated due to inactivity while going through + access policy evaluation in the specified profile" + ::= { apmPaStatEntry 228 } + +apmPaStatSessionsEstabTimedOut OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total sessions terminated due to inactivity after completed + access policy evaluation in the specified profile" + ::= { apmPaStatEntry 229 } + +--================================================================== +-- Profile_connectivity_stat +--================================================================== +apmPcStatResetStats OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "The action to reset resettable statistics data in apmProfileConnectivityStat. + Setting this value to 1 will reset statistics data. + Note, some statistics data may not be reset including data that are incremental counters." + ::= { apmProfileConnectivityStat 1 } + +apmPcStatNumber OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of apmProfileConnectivityStat entries in the table." + ::= { apmProfileConnectivityStat 2 } + +apmPcStatTable OBJECT-TYPE + SYNTAX SEQUENCE OF ApmPcStatEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A table containing statistic information of connectivity profiles." + ::= { apmProfileConnectivityStat 3 } + +apmPcStatEntry OBJECT-TYPE + SYNTAX ApmPcStatEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Columns in the apmPcStat Table" + INDEX { + apmPcStatName + } + ::= { apmPcStatTable 1 } + +ApmPcStatEntry ::= + SEQUENCE { + apmPcStatName LongDisplayString, + apmPcStatTotConns Counter64, + apmPcStatCurConns Counter64, + apmPcStatMaxConns Counter64, + apmPcStatIngressRaw Counter64, + apmPcStatEgressRaw Counter64, + apmPcStatIngressCompressed Counter64, + apmPcStatEgressCompressed Counter64 + } + +apmPcStatName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of a connectivity profile" + ::= { apmPcStatEntry 1 } + +apmPcStatTotConns OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total SSL/VPN connections in the system" + ::= { apmPcStatEntry 2 } + +apmPcStatCurConns OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total current SSL/VPN connections in the system" + ::= { apmPcStatEntry 3 } + +apmPcStatMaxConns OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The max SSL/VPN connections in the system" + ::= { apmPcStatEntry 4 } + +apmPcStatIngressRaw OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total raw bytes received by SSL/VPN connections in the system when compression is enabled." + ::= { apmPcStatEntry 5 } + +apmPcStatEgressRaw OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total raw bytes transmitted by SSL/VPN connections in the system when compression is enabled." + ::= { apmPcStatEntry 6 } + +apmPcStatIngressCompressed OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total compressed bytes received by SSL/VPN connections in the system when compression is enabled." + ::= { apmPcStatEntry 7 } + +apmPcStatEgressCompressed OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total compressed bytes transmitted by SSL/VPN connections in the system when compression is enabled." + ::= { apmPcStatEntry 8 } + +--================================================================== +-- Profile_rewrite_stat +--================================================================== +apmPrStatResetStats OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "The action to reset resettable statistics data in apmProfileRewriteStat. + Setting this value to 1 will reset statistics data. + Note, some statistics data may not be reset including data that are incremental counters." + ::= { apmProfileRewriteStat 1 } + +apmPrStatNumber OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of apmProfileRewriteStat entries in the table." + ::= { apmProfileRewriteStat 2 } + +apmPrStatTable OBJECT-TYPE + SYNTAX SEQUENCE OF ApmPrStatEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A table containing statistic information of rewrite profiles." + ::= { apmProfileRewriteStat 3 } + +apmPrStatEntry OBJECT-TYPE + SYNTAX ApmPrStatEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Columns in the apmPrStat Table" + INDEX { + apmPrStatName + } + ::= { apmPrStatTable 1 } + +ApmPrStatEntry ::= + SEQUENCE { + apmPrStatName LongDisplayString, + apmPrStatClientReqBytes Counter64, + apmPrStatClientRespBytes Counter64, + apmPrStatServerReqBytes Counter64, + apmPrStatServerRespBytes Counter64, + apmPrStatClientReqs Counter64, + apmPrStatClientResps Counter64, + apmPrStatServerReqs Counter64, + apmPrStatServerResps Counter64 + } + +apmPrStatName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of a rewrite profile" + ::= { apmPrStatEntry 1 } + +apmPrStatClientReqBytes OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of bytes received from the client requests" + ::= { apmPrStatEntry 2 } + +apmPrStatClientRespBytes OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of bytes sent in the client responses" + ::= { apmPrStatEntry 3 } + +apmPrStatServerReqBytes OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of bytes sent in the server requests" + ::= { apmPrStatEntry 4 } + +apmPrStatServerRespBytes OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of bytes received from the server responses" + ::= { apmPrStatEntry 5 } + +apmPrStatClientReqs OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of the client requests received" + ::= { apmPrStatEntry 6 } + +apmPrStatClientResps OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of the client responses sent" + ::= { apmPrStatEntry 7 } + +apmPrStatServerReqs OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number requests sent to the server" + ::= { apmPrStatEntry 8 } + +apmPrStatServerResps OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number responses received from the server" + ::= { apmPrStatEntry 9 } + +--================================================================== +-- Profile_access_agent_stat +--================================================================== +apmPgStatResetStats OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "The action to reset resettable statistics data in apmProfileAccessAgentStat. + Setting this value to 1 will reset statistics data. + Note, some statistics data may not be reset including data that are incremental counters." + ::= { apmProfileAccessAgentStat 1 } + +apmPgStatNumber OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of apmProfileAccessAgentStat entries in the table." + ::= { apmProfileAccessAgentStat 2 } + +apmPgStatTable OBJECT-TYPE + SYNTAX SEQUENCE OF ApmPgStatEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A table containing statistic information of agents per access profiles." + ::= { apmProfileAccessAgentStat 3 } + +apmPgStatEntry OBJECT-TYPE + SYNTAX ApmPgStatEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Columns in the apmPgStat Table" + INDEX { + apmPgStatName, + apmPgStatAgentName + } + ::= { apmPgStatTable 1 } + +ApmPgStatEntry ::= + SEQUENCE { + apmPgStatName LongDisplayString, + apmPgStatAgentName LongDisplayString, + apmPgStatInstances Counter64, + apmPgStatUsages Counter64, + apmPgStatSuccesses Counter64, + apmPgStatFailures Counter64, + apmPgStatErrors Counter64, + apmPgStatSessionVars Counter64 + } + +apmPgStatName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of an access profile" + ::= { apmPgStatEntry 1 } + +apmPgStatAgentName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The agent name in the specified access profile" + ::= { apmPgStatEntry 2 } + +apmPgStatInstances OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total instances of agent in the specified access profile" + ::= { apmPgStatEntry 3 } + +apmPgStatUsages OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total usages of agent in the specified access profile" + ::= { apmPgStatEntry 4 } + +apmPgStatSuccesses OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of successes for agent in the specified access profile" + ::= { apmPgStatEntry 5 } + +apmPgStatFailures OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of failures for agent in the specified access profile" + ::= { apmPgStatEntry 6 } + +apmPgStatErrors OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of errors for agent in the specified access profile" + ::= { apmPgStatEntry 7 } + +apmPgStatSessionVars OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of session variables for agent in the specified access profile" + ::= { apmPgStatEntry 8 } + +--================================================================== +-- Profile_access_misc_stat +--================================================================== +apmPmStatResetStats OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "The action to reset resettable statistics data in apmProfileAccessMiscStat. + Setting this value to 1 will reset statistics data. + Note, some statistics data may not be reset including data that are incremental counters." + ::= { apmProfileAccessMiscStat 1 } + +apmPmStatNumber OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of apmProfileAccessMiscStat entries in the table." + ::= { apmProfileAccessMiscStat 2 } + +apmPmStatTable OBJECT-TYPE + SYNTAX SEQUENCE OF ApmPmStatEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A table containing miscellaneous statistic information for access profiles." + ::= { apmProfileAccessMiscStat 3 } + +apmPmStatEntry OBJECT-TYPE + SYNTAX ApmPmStatEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Columns in the apmPmStat Table" + INDEX { + apmPmStatName + } + ::= { apmPmStatTable 1 } + +ApmPmStatEntry ::= + SEQUENCE { + apmPmStatName LongDisplayString, + apmPmStatConfigSyncState Counter64, + apmPmStatInspResultError Counter64, + apmPmStatInspSessionError Counter64, + apmPmStatInspDeviceInfoError Counter64, + apmPmStatInspTokenError Counter64, + apmPmStatInspSignatureError Counter64, + apmPmStatInspDataMsmtchError Counter64, + apmPmStatInspClientSignError Counter64, + apmPmStatMemInitError Counter64, + apmPmStatMemSessionVarError Counter64, + apmPmStatMemCloseError Counter64, + apmPmStatResultError Counter64, + apmPmStatInternalError Counter64 + } + +apmPmStatName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of an access profile" + ::= { apmPmStatEntry 1 } + +apmPmStatConfigSyncState OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The state of config sync operation" + ::= { apmPmStatEntry 2 } + +apmPmStatInspResultError OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of errors inspection host no result in the specified access profile" + ::= { apmPmStatEntry 3 } + +apmPmStatInspSessionError OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of errors inspection host no session in the specified access profile" + ::= { apmPmStatEntry 4 } + +apmPmStatInspDeviceInfoError OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of errors inspection host no device info in the specified access profile" + ::= { apmPmStatEntry 5 } + +apmPmStatInspTokenError OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of errors inspection host no token in the specified access profile" + ::= { apmPmStatEntry 6 } + +apmPmStatInspSignatureError OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of errors inspection host no signature in the specified access profile" + ::= { apmPmStatEntry 7 } + +apmPmStatInspDataMsmtchError OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of errors inspection host client data mismatch in the specified access profile" + ::= { apmPmStatEntry 8 } + +apmPmStatInspClientSignError OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of errors invalid client data signature in the specified access profile" + ::= { apmPmStatEntry 9 } + +apmPmStatMemInitError OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of errors memory cached pipeline in the specified access profile" + ::= { apmPmStatEntry 10 } + +apmPmStatMemSessionVarError OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of errors memory set session variable in the specified access profile" + ::= { apmPmStatEntry 11 } + +apmPmStatMemCloseError OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of errors memory finish pipeline failed in the specified access profile" + ::= { apmPmStatEntry 12 } + +apmPmStatResultError OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of result errors in the specified access profile" + ::= { apmPmStatEntry 13 } + +apmPmStatInternalError OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of internal errors in the specified access profile" + ::= { apmPmStatEntry 14 } + +--================================================================== +-- Access_stat +--================================================================== +apmAccessStatResetStats OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "The action to reset resettable statistics data in apmAccessStat. + Setting this value to 1 will reset statistics data. + Note, some statistics data may not be reset including data that are incremental counters." + ::= { apmAccessStat 1 } + +apmAccessStatTotalSessions OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total sessions created in the system" + ::= { apmAccessStat 2 } + +apmAccessStatCurrentActiveSessions OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total active user sessions in the system" + ::= { apmAccessStat 3 } + +apmAccessStatCurrentPendingSessions OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total user sessions going through access policy evaluation in the system" + ::= { apmAccessStat 4 } + +apmAccessStatCurrentEndedSessions OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total user sessions completed access policy evaluation in the system" + ::= { apmAccessStat 5 } + +apmAccessStatUserLoggedoutSessions OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total sessions logged out by user in the system" + ::= { apmAccessStat 6 } + +apmAccessStatAdminTerminatedSessions OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total sessions terminated by admin in the system" + ::= { apmAccessStat 7 } + +apmAccessStatMiscTerminatedSessions OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total sessions terminated by internal errors/conditions in the system" + ::= { apmAccessStat 8 } + +apmAccessStatResultAllow OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total sessions resulted allow ending in the system" + ::= { apmAccessStat 9 } + +apmAccessStatResultDeny OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total sessions resulted deny ending in the system" + ::= { apmAccessStat 10 } + +apmAccessStatResultRedirect OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total sessions redirected to the configured URI after closing the session in the system" + ::= { apmAccessStat 11 } + +apmAccessStatResultRedirectWithSession OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total sessions redirected to the configured URI without closing the session in the system" + ::= { apmAccessStat 12 } + +apmAccessStatSessionsEvalTimedOut OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total sessions terminated due to inactivity while going through access + policy evaluation in the system" + ::= { apmAccessStat 13 } + +apmAccessStatSessionsEstabTimedOut OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total sessions terminated due to inactivity after completed access + policy evaluation in the system" + ::= { apmAccessStat 14 } + +--================================================================== +-- Global_connectivity_stat +--================================================================== +apmGlobalConnectivityStatResetStats OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "The action to reset resettable statistics data in apmGlobalConnectivityStat. + Setting this value to 1 will reset statistics data. + Note, some statistics data may not be reset including data that are incremental counters." + ::= { apmGlobalConnectivityStat 1 } + +apmGlobalConnectivityStatTotConns OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total connectivity sessions in the system" + ::= { apmGlobalConnectivityStat 2 } + +apmGlobalConnectivityStatCurConns OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The current connectivity sessions in the system" + ::= { apmGlobalConnectivityStat 3 } + +apmGlobalConnectivityStatMaxConns OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The max connectivity sessions in the system" + ::= { apmGlobalConnectivityStat 4 } + +apmGlobalConnectivityStatIngressRaw OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total raw bytes received by connectivity sessions in the system" + ::= { apmGlobalConnectivityStat 5 } + +apmGlobalConnectivityStatEgressRaw OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total raw bytes transmitted by connectivity sessions in the system" + ::= { apmGlobalConnectivityStat 6 } + +apmGlobalConnectivityStatIngressCompressed OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total compressed bytes received by connectivity sessions in the system" + ::= { apmGlobalConnectivityStat 7 } + +apmGlobalConnectivityStatEgressCompressed OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total compressed bytes transmitted by connectivity sessions in the system" + ::= { apmGlobalConnectivityStat 8 } + +--================================================================== +-- Global_rewrite_stat +--================================================================== +apmGlobalRewriteStatResetStats OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "The action to reset resettable statistics data in apmGlobalRewriteStat. + Setting this value to 1 will reset statistics data. + Note, some statistics data may not be reset including data that are incremental counters." + ::= { apmGlobalRewriteStat 1 } + +apmGlobalRewriteStatClientReqBytes OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of bytes received from the client requests" + ::= { apmGlobalRewriteStat 2 } + +apmGlobalRewriteStatClientRespBytes OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of bytes sent in the client responses" + ::= { apmGlobalRewriteStat 3 } + +apmGlobalRewriteStatServerReqBytes OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of bytes sent in the server requests" + ::= { apmGlobalRewriteStat 4 } + +apmGlobalRewriteStatServerRespBytes OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of bytes received from the server responses" + ::= { apmGlobalRewriteStat 5 } + +apmGlobalRewriteStatClientReqs OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of the client requests received" + ::= { apmGlobalRewriteStat 6 } + +apmGlobalRewriteStatClientResps OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of the client responses sent" + ::= { apmGlobalRewriteStat 7 } + +apmGlobalRewriteStatServerReqs OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number requests sent to the server" + ::= { apmGlobalRewriteStat 8 } + +apmGlobalRewriteStatServerResps OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number responses received from the server" + ::= { apmGlobalRewriteStat 9 } + +--================================================================== +-- Leasepool_stat +--================================================================== +apmLeasepoolStatResetStats OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "The action to reset resettable statistics data in apmLeasepoolStat. + Setting this value to 1 will reset statistics data. + Note, some statistics data may not be reset including data that are incremental counters." + ::= { apmLeasepoolStat 1 } + +apmLeasepoolStatNumber OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of apmLeasepoolStat entries in the table." + ::= { apmLeasepoolStat 2 } + +apmLeasepoolStatTable OBJECT-TYPE + SYNTAX SEQUENCE OF ApmLeasepoolStatEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A table containing statistic information of ipv4 leasepools." + ::= { apmLeasepoolStat 3 } + +apmLeasepoolStatEntry OBJECT-TYPE + SYNTAX ApmLeasepoolStatEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Columns in the apmLeasepoolStat Table" + INDEX { + apmLeasepoolStatName + } + ::= { apmLeasepoolStatTable 1 } + +ApmLeasepoolStatEntry ::= + SEQUENCE { + apmLeasepoolStatName LongDisplayString, + apmLeasepoolStatCurMembers Gauge, + apmLeasepoolStatCurAssigned Gauge, + apmLeasepoolStatCurFree Gauge, + apmLeasepoolStatMaxAssigned Gauge, + apmLeasepoolStatTotPickRequests Counter64, + apmLeasepoolStatTotPickFailure Counter64, + apmLeasepoolStatTotReserveRequests Counter64, + apmLeasepoolStatTotReserveFailure Counter64, + apmLeasepoolStatTotReleaseRequests Counter64, + apmLeasepoolStatTotReleaseFailure Counter64 + } + +apmLeasepoolStatName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of a leasepool" + ::= { apmLeasepoolStatEntry 1 } + +apmLeasepoolStatCurMembers OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The current number of IPv4 addresses in the leasepool" + ::= { apmLeasepoolStatEntry 2 } + +apmLeasepoolStatCurAssigned OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of IPv4 addresses currently assigned to user sessions" + ::= { apmLeasepoolStatEntry 3 } + +apmLeasepoolStatCurFree OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of available/free IPv4 addresses in the leasepool" + ::= { apmLeasepoolStatEntry 4 } + +apmLeasepoolStatMaxAssigned OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The max number of IPv4 addresses assigned at any single time in the leasepool since last stats reset" + ::= { apmLeasepoolStatEntry 5 } + +apmLeasepoolStatTotPickRequests OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of requests for IPv4 addresses from active unit in HA pair" + ::= { apmLeasepoolStatEntry 6 } + +apmLeasepoolStatTotPickFailure OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of failures to assign an IPv4 address" + ::= { apmLeasepoolStatEntry 7 } + +apmLeasepoolStatTotReserveRequests OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of requests for specific IPv4 address from standby unit in HA pair" + ::= { apmLeasepoolStatEntry 8 } + +apmLeasepoolStatTotReserveFailure OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of failures to reserve a specific IPv4 address" + ::= { apmLeasepoolStatEntry 9 } + +apmLeasepoolStatTotReleaseRequests OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of requests to release IPv4 address for either active or standby" + ::= { apmLeasepoolStatEntry 10 } + +apmLeasepoolStatTotReleaseFailure OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of failures to release IP address" + ::= { apmLeasepoolStatEntry 11 } + +--================================================================== +-- Acl_stat +--================================================================== +apmAclStatResetStats OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "The action to reset resettable statistics data in apmAclStat. + Setting this value to 1 will reset statistics data. + Note, some statistics data may not be reset including data that are incremental counters." + ::= { apmAclStat 1 } + +apmAclStatNumber OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of apmAclStat entries in the table." + ::= { apmAclStat 2 } + +apmAclStatTable OBJECT-TYPE + SYNTAX SEQUENCE OF ApmAclStatEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A table containing statistic information of Acls." + ::= { apmAclStat 3 } + +apmAclStatEntry OBJECT-TYPE + SYNTAX ApmAclStatEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Columns in the apmAclStat Table" + INDEX { + apmAclStatName + } + ::= { apmAclStatTable 1 } + +ApmAclStatEntry ::= + SEQUENCE { + apmAclStatName LongDisplayString, + apmAclStatActionAllow Counter64, + apmAclStatActionContinue Counter64, + apmAclStatActionDiscard Counter64, + apmAclStatActionReject Counter64 + } + +apmAclStatName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of a acl" + ::= { apmAclStatEntry 1 } + +apmAclStatActionAllow OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of times allow action executed" + ::= { apmAclStatEntry 2 } + +apmAclStatActionContinue OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of times continue action executed" + ::= { apmAclStatEntry 3 } + +apmAclStatActionDiscard OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of times discard action executed" + ::= { apmAclStatEntry 4 } + +apmAclStatActionReject OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of times reject action executed" + ::= { apmAclStatEntry 5 } + +--================================================================== +-- Global_license_stat +--================================================================== +apmGlobalLicenseStatResetStats OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "The action to reset resettable statistics data in apmGlobalLicenseStat. + Setting this value to 1 will reset statistics data. + Note, some statistics data may not be reset including data that are incremental counters." + ::= { apmGlobalLicenseStat 1 } + +apmGlobalLicenseStatTotalAccessSessions OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total access session licenses in the system" + ::= { apmGlobalLicenseStat 2 } + +apmGlobalLicenseStatTotalConnectivitySessions OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total connectivity session licenses in the system" + ::= { apmGlobalLicenseStat 3 } + +apmGlobalLicenseStatTotalSwgSessions OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total secure web gateway session licenses in the system" + ::= { apmGlobalLicenseStat 4 } + +apmGlobalLicenseStatTotalSwgLimitedSessions OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total secure web gateway limited session licenses in the system" + ::= { apmGlobalLicenseStat 5 } + +--================================================================== +-- Ipv6_leasepool_stat +--================================================================== +apmIpv6LeasepoolStatResetStats OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "The action to reset resettable statistics data in apmIpv6LeasepoolStat. + Setting this value to 1 will reset statistics data. + Note, some statistics data may not be reset including data that are incremental counters." + ::= { apmIpv6LeasepoolStat 1 } + +apmIpv6LeasepoolStatNumber OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of apmIpv6LeasepoolStat entries in the table." + ::= { apmIpv6LeasepoolStat 2 } + +apmIpv6LeasepoolStatTable OBJECT-TYPE + SYNTAX SEQUENCE OF ApmIpv6LeasepoolStatEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A table containing statistic information of ipv6 leasepools." + ::= { apmIpv6LeasepoolStat 3 } + +apmIpv6LeasepoolStatEntry OBJECT-TYPE + SYNTAX ApmIpv6LeasepoolStatEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Columns in the apmIpv6LeasepoolStat Table" + INDEX { + apmIpv6LeasepoolStatName + } + ::= { apmIpv6LeasepoolStatTable 1 } + +ApmIpv6LeasepoolStatEntry ::= + SEQUENCE { + apmIpv6LeasepoolStatName LongDisplayString, + apmIpv6LeasepoolStatCurMembers Gauge, + apmIpv6LeasepoolStatCurAssigned Gauge, + apmIpv6LeasepoolStatCurFree Gauge, + apmIpv6LeasepoolStatMaxAssigned Gauge, + apmIpv6LeasepoolStatTotPickRequests Counter64, + apmIpv6LeasepoolStatTotPickFailure Counter64, + apmIpv6LeasepoolStatTotReserveRequests Counter64, + apmIpv6LeasepoolStatTotReserveFailure Counter64, + apmIpv6LeasepoolStatTotReleaseRequests Counter64, + apmIpv6LeasepoolStatTotReleaseFailure Counter64 + } + +apmIpv6LeasepoolStatName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of a leasepool" + ::= { apmIpv6LeasepoolStatEntry 1 } + +apmIpv6LeasepoolStatCurMembers OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The current number of IPv6 addresses in the leasepool" + ::= { apmIpv6LeasepoolStatEntry 2 } + +apmIpv6LeasepoolStatCurAssigned OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of IPv6 addresses currently assigned to user sessions" + ::= { apmIpv6LeasepoolStatEntry 3 } + +apmIpv6LeasepoolStatCurFree OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of available/free IPv6 addresses in the leasepool" + ::= { apmIpv6LeasepoolStatEntry 4 } + +apmIpv6LeasepoolStatMaxAssigned OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The max number of IPv6 addresses assigned at any single time in the leasepool since last stats reset" + ::= { apmIpv6LeasepoolStatEntry 5 } + +apmIpv6LeasepoolStatTotPickRequests OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of requests for IPv6 addresses from active unit in HA pair" + ::= { apmIpv6LeasepoolStatEntry 6 } + +apmIpv6LeasepoolStatTotPickFailure OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of failures to assign an IPv6 address" + ::= { apmIpv6LeasepoolStatEntry 7 } + +apmIpv6LeasepoolStatTotReserveRequests OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of requests for specific IPv6 address from standby unit in HA pair" + ::= { apmIpv6LeasepoolStatEntry 8 } + +apmIpv6LeasepoolStatTotReserveFailure OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of failures to reserve a specific IPv6 address" + ::= { apmIpv6LeasepoolStatEntry 9 } + +apmIpv6LeasepoolStatTotReleaseRequests OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of requests to release IPv6 address for either active or standby" + ::= { apmIpv6LeasepoolStatEntry 10 } + +apmIpv6LeasepoolStatTotReleaseFailure OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of failures to release IPv6 address" + ::= { apmIpv6LeasepoolStatEntry 11 } + +--================================================================ + -- Compliance and Group +--================================================================ + +bigipApmCompliance MODULE-COMPLIANCE + STATUS current + DESCRIPTION + "This specifies the objects that are required to claim + compliance to F5 Traffic Management System." + MODULE + MANDATORY-GROUPS { bigipApmGroups } + ::= { bigipCompliances 6 } + +bigipApmGroups OBJECT IDENTIFIER ::= { bigipGroups 6 } + +apmPaStatGroup OBJECT-GROUP + OBJECTS { + apmPaStatResetStats, + apmPaStatNumber, + apmPaStatName, + apmPaStatConfigSyncState, + apmPaStatTotalSessions, + apmPaStatTotalEstablishedStateSessions, + apmPaStatCurrentActiveSessions, + apmPaStatCurrentPendingSessions, + apmPaStatCurrentCompletedSessions, + apmPaStatUserLoggedoutSessions, + apmPaStatAdminTerminatedSessions, + apmPaStatMiscTerminatedSessions, + apmPaStatAccessPolicyResultAllow, + apmPaStatAccessPolicyResultDeny, + apmPaStatAccessPolicyResultRedirect, + apmPaStatAccessPolicyResultRedirectWithSession, + apmPaStatEndingDenyAgentTotalInstances, + apmPaStatEndingDenyAgentTotalUsages, + apmPaStatEndingDenyAgentTotalSuccesses, + apmPaStatEndingDenyAgentTotalFailures, + apmPaStatEndingDenyAgentTotalErrors, + apmPaStatEndingDenyAgentTotalSessVars, + apmPaStatEndingRedirectAgentTotalInstances, + apmPaStatEndingRedirectAgentTotalUsages, + apmPaStatEndingRedirectAgentTotalSuccesses, + apmPaStatEndingRedirectAgentTotalFailures, + apmPaStatEndingRedirectAgentTotalErrors, + apmPaStatEndingRedirectAgentTotalSessVars, + apmPaStatEndingAllowAgentTotalInstances, + apmPaStatEndingAllowAgentTotalUsages, + apmPaStatEndingAllowAgentTotalSuccesses, + apmPaStatEndingAllowAgentTotalFailures, + apmPaStatEndingAllowAgentTotalErrors, + apmPaStatEndingAllowAgentTotalSessVars, + apmPaStatAdAgentTotalInstances, + apmPaStatAdAgentTotalUsages, + apmPaStatAdAgentTotalSuccesses, + apmPaStatAdAgentTotalFailures, + apmPaStatAdAgentTotalErrors, + apmPaStatAdAgentTotalSessVars, + apmPaStatClientCertAgentTotalInstances, + apmPaStatClientCertAgentTotalUsages, + apmPaStatClientCertAgentTotalSuccesses, + apmPaStatClientCertAgentTotalFailures, + apmPaStatClientCertAgentTotalErrors, + apmPaStatClientCertAgentTotalSessVars, + apmPaStatHttpAgentTotalInstances, + apmPaStatHttpAgentTotalUsages, + apmPaStatHttpAgentTotalSuccesses, + apmPaStatHttpAgentTotalFailures, + apmPaStatHttpAgentTotalErrors, + apmPaStatHttpAgentTotalSessVars, + apmPaStatLdapAgentTotalInstances, + apmPaStatLdapAgentTotalUsages, + apmPaStatLdapAgentTotalSuccesses, + apmPaStatLdapAgentTotalFailures, + apmPaStatLdapAgentTotalErrors, + apmPaStatLdapAgentTotalSessVars, + apmPaStatRadiusAgentTotalInstances, + apmPaStatRadiusAgentTotalUsages, + apmPaStatRadiusAgentTotalSuccesses, + apmPaStatRadiusAgentTotalFailures, + apmPaStatRadiusAgentTotalErrors, + apmPaStatRadiusAgentTotalSessVars, + apmPaStatSecuridAgentTotalInstances, + apmPaStatSecuridAgentTotalUsages, + apmPaStatSecuridAgentTotalSuccesses, + apmPaStatSecuridAgentTotalFailures, + apmPaStatSecuridAgentTotalErrors, + apmPaStatSecuridAgentTotalSessVars, + apmPaStatRadiusAcctAgentTotalInstances, + apmPaStatRadiusAcctAgentTotalUsages, + apmPaStatRadiusAcctAgentTotalSuccesses, + apmPaStatRadiusAcctAgentTotalFailures, + apmPaStatRadiusAcctAgentTotalErrors, + apmPaStatRadiusAcctAgentTotalSessVars, + apmPaStatEpsLinuxFcAgentTotalInstances, + apmPaStatEpsLinuxFcAgentTotalUsages, + apmPaStatEpsLinuxFcAgentTotalSuccesses, + apmPaStatEpsLinuxFcAgentTotalFailures, + apmPaStatEpsLinuxFcAgentTotalErrors, + apmPaStatEpsLinuxFcAgentTotalSessVars, + apmPaStatEpsLinuxPcAgentTotalInstances, + apmPaStatEpsLinuxPcAgentTotalUsages, + apmPaStatEpsLinuxPcAgentTotalSuccesses, + apmPaStatEpsLinuxPcAgentTotalFailures, + apmPaStatEpsLinuxPcAgentTotalErrors, + apmPaStatEpsLinuxPcAgentTotalSessVars, + apmPaStatEpsMacFcAgentTotalInstances, + apmPaStatEpsMacFcAgentTotalUsages, + apmPaStatEpsMacFcAgentTotalSuccesses, + apmPaStatEpsMacFcAgentTotalFailures, + apmPaStatEpsMacFcAgentTotalErrors, + apmPaStatEpsMacFcAgentTotalSessVars, + apmPaStatEpsMacPcAgentTotalInstances, + apmPaStatEpsMacPcAgentTotalUsages, + apmPaStatEpsMacPcAgentTotalSuccesses, + apmPaStatEpsMacPcAgentTotalFailures, + apmPaStatEpsMacPcAgentTotalErrors, + apmPaStatEpsMacPcAgentTotalSessVars, + apmPaStatEpsWinCcAgentTotalInstances, + apmPaStatEpsWinCcAgentTotalUsages, + apmPaStatEpsWinCcAgentTotalSuccesses, + apmPaStatEpsWinCcAgentTotalFailures, + apmPaStatEpsWinCcAgentTotalErrors, + apmPaStatEpsWinCcAgentTotalSessVars, + apmPaStatEpsAvAgentTotalInstances, + apmPaStatEpsAvAgentTotalUsages, + apmPaStatEpsAvAgentTotalSuccesses, + apmPaStatEpsAvAgentTotalFailures, + apmPaStatEpsAvAgentTotalErrors, + apmPaStatEpsAvAgentTotalSessVars, + apmPaStatEpsWinOsInfoAgentTotalInstances, + apmPaStatEpsWinOsInfoAgentTotalUsages, + apmPaStatEpsWinOsInfoAgentTotalSuccesses, + apmPaStatEpsWinOsInfoAgentTotalFailures, + apmPaStatEpsWinOsInfoAgentTotalErrors, + apmPaStatEpsWinOsInfoAgentTotalSessVars, + apmPaStatEpsWinFcAgentTotalInstances, + apmPaStatEpsWinFcAgentTotalUsages, + apmPaStatEpsWinFcAgentTotalSuccesses, + apmPaStatEpsWinFcAgentTotalFailures, + apmPaStatEpsWinFcAgentTotalErrors, + apmPaStatEpsWinFcAgentTotalSessVars, + apmPaStatEpsWinMcAgentTotalInstances, + apmPaStatEpsWinMcAgentTotalUsages, + apmPaStatEpsWinMcAgentTotalSuccesses, + apmPaStatEpsWinMcAgentTotalFailures, + apmPaStatEpsWinMcAgentTotalErrors, + apmPaStatEpsWinMcAgentTotalSessVars, + apmPaStatEpsFwcAgentTotalInstances, + apmPaStatEpsFwcAgentTotalUsages, + apmPaStatEpsFwcAgentTotalSuccesses, + apmPaStatEpsFwcAgentTotalFailures, + apmPaStatEpsFwcAgentTotalErrors, + apmPaStatEpsFwcAgentTotalSessVars, + apmPaStatEpsWinPcTotalInstances, + apmPaStatEpsWinPcTotalUsages, + apmPaStatEpsWinPcTotalSuccesses, + apmPaStatEpsWinPcTotalFailures, + apmPaStatEpsWinPcTotalErrors, + apmPaStatEpsWinPcTotalSessVars, + apmPaStatEpsWinPwTotalInstances, + apmPaStatEpsWinPwTotalUsages, + apmPaStatEpsWinPwTotalSuccesses, + apmPaStatEpsWinPwTotalFailures, + apmPaStatEpsWinPwTotalErrors, + apmPaStatEpsWinPwTotalSessVars, + apmPaStatEpsWinRcAgentTotalInstances, + apmPaStatEpsWinRcAgentTotalUsages, + apmPaStatEpsWinRcAgentTotalSuccesses, + apmPaStatEpsWinRcAgentTotalFailures, + apmPaStatEpsWinRcAgentTotalErrors, + apmPaStatEpsWinRcAgentTotalSessVars, + apmPaStatEpsWinGpAgentTotalInstances, + apmPaStatEpsWinGpAgentTotalUsages, + apmPaStatEpsWinGpAgentTotalSuccesses, + apmPaStatEpsWinGpAgentTotalFailures, + apmPaStatEpsWinGpAgentTotalErrors, + apmPaStatEpsWinGpAgentTotalSessVars, + apmPaStatExternalLogonAgentTotalInstances, + apmPaStatExternalLogonAgentTotalUsages, + apmPaStatExternalLogonAgentTotalSuccesses, + apmPaStatExternalLogonAgentTotalFailures, + apmPaStatExternalLogonAgentTotalErrors, + apmPaStatExternalLogonAgentTotalSessVars, + apmPaStatLogonAgentTotalInstances, + apmPaStatLogonAgentTotalUsages, + apmPaStatLogonAgentTotalSuccesses, + apmPaStatLogonAgentTotalFailures, + apmPaStatLogonAgentTotalErrors, + apmPaStatLogonAgentTotalSessVars, + apmPaStatRaAgentTotalInstances, + apmPaStatRaAgentTotalUsages, + apmPaStatRaAgentTotalSuccesses, + apmPaStatRaAgentTotalFailures, + apmPaStatRaAgentTotalErrors, + apmPaStatRaAgentTotalSessVars, + apmPaStatRdsAgentTotalInstances, + apmPaStatRdsAgentTotalUsages, + apmPaStatRdsAgentTotalSuccesses, + apmPaStatRdsAgentTotalFailures, + apmPaStatRdsAgentTotalErrors, + apmPaStatRdsAgentTotalSessVars, + apmPaStatVaAgentTotalInstances, + apmPaStatVaAgentTotalUsages, + apmPaStatVaAgentTotalSuccesses, + apmPaStatVaAgentTotalFailures, + apmPaStatVaAgentTotalErrors, + apmPaStatVaAgentTotalSessVars, + apmPaStatIeAgentTotalInstances, + apmPaStatIeAgentTotalUsages, + apmPaStatIeAgentTotalSuccesses, + apmPaStatIeAgentTotalFailures, + apmPaStatIeAgentTotalErrors, + apmPaStatIeAgentTotalSessVars, + apmPaStatLoggingAgentTotalInstances, + apmPaStatLoggingAgentTotalUsages, + apmPaStatLoggingAgentTotalSuccesses, + apmPaStatLoggingAgentTotalFailures, + apmPaStatLoggingAgentTotalErrors, + apmPaStatLoggingAgentTotalSessVars, + apmPaStatDecnBoxAgentTotalInstances, + apmPaStatDecnBoxAgentTotalUsages, + apmPaStatDecnBoxAgentTotalSuccesses, + apmPaStatDecnBoxAgentTotalFailures, + apmPaStatDecnBoxAgentTotalErrors, + apmPaStatDecnBoxAgentTotalSessVars, + apmPaStatMesgBoxAgentTotalInstances, + apmPaStatMesgBoxAgentTotalUsages, + apmPaStatMesgBoxAgentTotalSuccesses, + apmPaStatMesgBoxAgentTotalFailures, + apmPaStatMesgBoxAgentTotalErrors, + apmPaStatMesgBoxAgentTotalSessVars, + apmPaStatApdNoResultErrors, + apmPaStatApdNoSessionErrors, + apmPaStatApdNoDeviceInfoErrors, + apmPaStatApdNoTokenErrors, + apmPaStatApdNoSigErrors, + apmPaStatApdTotalMismatchErrors, + apmPaStatApdInvalidSigErrors, + apmPaStatApdMcPipelineInitErrors, + apmPaStatApdMcSetSessVarErrors, + apmPaStatApdMcPipelineCloseErrors, + apmPaStatApdApResultErrors, + apmPaStatApdApInternalErrors, + apmPaStatAllowedRequests, + apmPaStatDeniedRequests, + apmPaStatVsName, + apmPaStatSessionsEvalTimedOut, + apmPaStatSessionsEstabTimedOut + } + STATUS current + DESCRIPTION + "A collection of objects of apmProfileAccessStat MIB." + ::= { bigipApmGroups 1 } + +apmPcStatGroup OBJECT-GROUP + OBJECTS { + apmPcStatResetStats, + apmPcStatNumber, + apmPcStatName, + apmPcStatTotConns, + apmPcStatCurConns, + apmPcStatMaxConns, + apmPcStatIngressRaw, + apmPcStatEgressRaw, + apmPcStatIngressCompressed, + apmPcStatEgressCompressed + } + STATUS current + DESCRIPTION + "A collection of objects of apmProfileConnectivityStat MIB." + ::= { bigipApmGroups 2 } + +apmPrStatGroup OBJECT-GROUP + OBJECTS { + apmPrStatResetStats, + apmPrStatNumber, + apmPrStatName, + apmPrStatClientReqBytes, + apmPrStatClientRespBytes, + apmPrStatServerReqBytes, + apmPrStatServerRespBytes, + apmPrStatClientReqs, + apmPrStatClientResps, + apmPrStatServerReqs, + apmPrStatServerResps + } + STATUS current + DESCRIPTION + "A collection of objects of apmProfileRewriteStat MIB." + ::= { bigipApmGroups 3 } + +apmPgStatGroup OBJECT-GROUP + OBJECTS { + apmPgStatResetStats, + apmPgStatNumber, + apmPgStatName, + apmPgStatAgentName, + apmPgStatInstances, + apmPgStatUsages, + apmPgStatSuccesses, + apmPgStatFailures, + apmPgStatErrors, + apmPgStatSessionVars + } + STATUS current + DESCRIPTION + "A collection of objects of apmProfileAccessAgentStat MIB." + ::= { bigipApmGroups 4 } + +apmPmStatGroup OBJECT-GROUP + OBJECTS { + apmPmStatResetStats, + apmPmStatNumber, + apmPmStatName, + apmPmStatConfigSyncState, + apmPmStatInspResultError, + apmPmStatInspSessionError, + apmPmStatInspDeviceInfoError, + apmPmStatInspTokenError, + apmPmStatInspSignatureError, + apmPmStatInspDataMsmtchError, + apmPmStatInspClientSignError, + apmPmStatMemInitError, + apmPmStatMemSessionVarError, + apmPmStatMemCloseError, + apmPmStatResultError, + apmPmStatInternalError + } + STATUS current + DESCRIPTION + "A collection of objects of apmProfileAccessMiscStat MIB." + ::= { bigipApmGroups 5 } + +apmAccessStatGroup OBJECT-GROUP + OBJECTS { + apmAccessStatResetStats, + apmAccessStatTotalSessions, + apmAccessStatCurrentActiveSessions, + apmAccessStatCurrentPendingSessions, + apmAccessStatCurrentEndedSessions, + apmAccessStatUserLoggedoutSessions, + apmAccessStatAdminTerminatedSessions, + apmAccessStatMiscTerminatedSessions, + apmAccessStatResultAllow, + apmAccessStatResultDeny, + apmAccessStatResultRedirect, + apmAccessStatResultRedirectWithSession, + apmAccessStatSessionsEvalTimedOut, + apmAccessStatSessionsEstabTimedOut + } + STATUS current + DESCRIPTION + "A collection of objects of apmAccessStat MIB." + ::= { bigipApmGroups 6 } + +apmGlobalConnectivityStatGroup OBJECT-GROUP + OBJECTS { + apmGlobalConnectivityStatResetStats, + apmGlobalConnectivityStatTotConns, + apmGlobalConnectivityStatCurConns, + apmGlobalConnectivityStatMaxConns, + apmGlobalConnectivityStatIngressRaw, + apmGlobalConnectivityStatEgressRaw, + apmGlobalConnectivityStatIngressCompressed, + apmGlobalConnectivityStatEgressCompressed + } + STATUS current + DESCRIPTION + "A collection of objects of apmGlobalConnectivityStat MIB." + ::= { bigipApmGroups 7 } + +apmGlobalRewriteStatGroup OBJECT-GROUP + OBJECTS { + apmGlobalRewriteStatResetStats, + apmGlobalRewriteStatClientReqBytes, + apmGlobalRewriteStatClientRespBytes, + apmGlobalRewriteStatServerReqBytes, + apmGlobalRewriteStatServerRespBytes, + apmGlobalRewriteStatClientReqs, + apmGlobalRewriteStatClientResps, + apmGlobalRewriteStatServerReqs, + apmGlobalRewriteStatServerResps + } + STATUS current + DESCRIPTION + "A collection of objects of apmGlobalRewriteStat MIB." + ::= { bigipApmGroups 8 } + +apmLeasepoolStatGroup OBJECT-GROUP + OBJECTS { + apmLeasepoolStatResetStats, + apmLeasepoolStatNumber, + apmLeasepoolStatName, + apmLeasepoolStatCurMembers, + apmLeasepoolStatCurAssigned, + apmLeasepoolStatCurFree, + apmLeasepoolStatMaxAssigned, + apmLeasepoolStatTotPickRequests, + apmLeasepoolStatTotPickFailure, + apmLeasepoolStatTotReserveRequests, + apmLeasepoolStatTotReserveFailure, + apmLeasepoolStatTotReleaseRequests, + apmLeasepoolStatTotReleaseFailure + } + STATUS current + DESCRIPTION + "A collection of objects of apmLeasepoolStat MIB." + ::= { bigipApmGroups 9 } + +apmAclStatGroup OBJECT-GROUP + OBJECTS { + apmAclStatResetStats, + apmAclStatNumber, + apmAclStatName, + apmAclStatActionAllow, + apmAclStatActionContinue, + apmAclStatActionDiscard, + apmAclStatActionReject + } + STATUS current + DESCRIPTION + "A collection of objects of apmAclStat MIB." + ::= { bigipApmGroups 10 } + +apmGlobalLicenseStatGroup OBJECT-GROUP + OBJECTS { + apmGlobalLicenseStatResetStats, + apmGlobalLicenseStatTotalAccessSessions, + apmGlobalLicenseStatTotalConnectivitySessions, + apmGlobalLicenseStatTotalSwgSessions, + apmGlobalLicenseStatTotalSwgLimitedSessions + } + STATUS current + DESCRIPTION + "A collection of objects of apmGlobalLicenseStat MIB." + ::= { bigipApmGroups 11 } + +apmIpv6LeasepoolStatGroup OBJECT-GROUP + OBJECTS { + apmIpv6LeasepoolStatResetStats, + apmIpv6LeasepoolStatNumber, + apmIpv6LeasepoolStatName, + apmIpv6LeasepoolStatCurMembers, + apmIpv6LeasepoolStatCurAssigned, + apmIpv6LeasepoolStatCurFree, + apmIpv6LeasepoolStatMaxAssigned, + apmIpv6LeasepoolStatTotPickRequests, + apmIpv6LeasepoolStatTotPickFailure, + apmIpv6LeasepoolStatTotReserveRequests, + apmIpv6LeasepoolStatTotReserveFailure, + apmIpv6LeasepoolStatTotReleaseRequests, + apmIpv6LeasepoolStatTotReleaseFailure + } + STATUS current + DESCRIPTION + "A collection of objects of apmIpv6LeasepoolStat MIB." + ::= { bigipApmGroups 12 } +END diff --git a/MIBS/f5/F5-BIGIP-COMMON-MIB b/MIBS/f5/F5-BIGIP-COMMON-MIB new file mode 100644 index 0000000..25040a6 --- /dev/null +++ b/MIBS/f5/F5-BIGIP-COMMON-MIB @@ -0,0 +1,2208 @@ + +F5-BIGIP-COMMON-MIB DEFINITIONS ::= BEGIN +--================================================================ +-- F5-MIB +-- A private enterprise MIB for F5 Networks. +-- VERSION: 14.1.2.7 +--================================================================ + +IMPORTS + MODULE-IDENTITY, OBJECT-TYPE, NOTIFICATION-TYPE, + enterprises, Integer32 + FROM SNMPv2-SMI + + TEXTUAL-CONVENTION, DisplayString + FROM SNMPv2-TC + + MODULE-COMPLIANCE, OBJECT-GROUP, NOTIFICATION-GROUP + FROM SNMPv2-CONF; + +--================================================================ +f5 MODULE-IDENTITY + LAST-UPDATED "201607271941Z" -- Wed Jul 27 19:41:42 UTC 2016 + ORGANIZATION "F5 Networks, Inc." + CONTACT-INFO + "postal: F5 Networks, Inc. + 401 Elliott Ave. West + Seattle, WA 98119 + phone: (206) 272-5555 + email: support@f5.com" + + DESCRIPTION + "Top-level infrastructure of the F5 enterprise MIB tree." + ::= { enterprises 3375 } + +--================================================================ +bigipTrafficMgmt OBJECT IDENTIFIER ::= { f5 2 } + +bigipNotification OBJECT IDENTIFIER ::= { bigipTrafficMgmt 4 } +bigipCompliance OBJECT IDENTIFIER ::= { bigipTrafficMgmt 5 } + +bigipNotifications OBJECT IDENTIFIER ::= { bigipNotification 0 } +bigipNotifyObjects OBJECT IDENTIFIER ::= { bigipNotification 1 } + +bigipCompliances OBJECT IDENTIFIER ::= { bigipCompliance 1 } +bigipGroups OBJECT IDENTIFIER ::= { bigipCompliance 2 } + +bigipNotificationGroups OBJECT IDENTIFIER ::= { bigipGroups 4 } + +--================================================================ +-- bigipNotifyObjects +-- +bigipNotifyObjMsg OBJECT-TYPE + SYNTAX DisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The additional information about the related notification." + ::= { bigipNotifyObjects 1 } + +bigipNotifyObjNode OBJECT-TYPE + SYNTAX DisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The user-assigned name or IP address of the node." + ::= { bigipNotifyObjects 2 } + +bigipNotifyObjPort OBJECT-TYPE + SYNTAX DisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The port or service name." + ::= { bigipNotifyObjects 3 } + +--================================================================ +-- bigipNotifications +-- +bigipAgentStart NOTIFICATION-TYPE + STATUS current + DESCRIPTION + "An indication that the agent has started running." + ::= { bigipNotifications 1 } + +bigipAgentShutdown NOTIFICATION-TYPE + STATUS current + DESCRIPTION + "An indication that the agent is in the process of being shut down." + ::= { bigipNotifications 2 } + +bigipAgentRestart NOTIFICATION-TYPE + STATUS current + DESCRIPTION + "An indication that the agent has been restarted. + (eg. It happens when a SIGHUP is received.) + This does not imply anything about whether the configuration has + changed (unlike the standard coldStart or warmStart traps)" + ::= { bigipNotifications 3 } +--================================================================== +bigipCpuTempHigh NOTIFICATION-TYPE + OBJECTS { + bigipNotifyObjMsg + } + STATUS current + DESCRIPTION + "CPU temperature is too high." + ::= { bigipNotifications 4 } + +bigipCpuFanSpeedLow NOTIFICATION-TYPE + OBJECTS { + bigipNotifyObjMsg + } + STATUS current + DESCRIPTION + "CPU fan speed is too low." + ::= { bigipNotifications 5 } + +bigipCpuFanSpeedBad NOTIFICATION-TYPE + OBJECTS { + bigipNotifyObjMsg + } + STATUS current + DESCRIPTION + "CPU fan speed signal not received." + ::= { bigipNotifications 6 } + +bigipChassisTempHigh NOTIFICATION-TYPE + OBJECTS { + bigipNotifyObjMsg + } + STATUS current + DESCRIPTION + "Chassis temperature is too high." + ::= { bigipNotifications 7 } + +bigipChassisFanBad NOTIFICATION-TYPE + OBJECTS { + bigipNotifyObjMsg + } + STATUS current + DESCRIPTION + "Chassis fan status is bad." + ::= { bigipNotifications 8 } + +bigipChassisPowerSupplyBad NOTIFICATION-TYPE + OBJECTS { + bigipNotifyObjMsg + } + STATUS current + DESCRIPTION + "Chassis power supply status is bad." + ::= { bigipNotifications 9 } + +bigipServiceDown NOTIFICATION-TYPE + OBJECTS { + bigipNotifyObjMsg, + bigipNotifyObjNode, + bigipNotifyObjPort + } + STATUS current + DESCRIPTION + "A service is detected DOWN." + ::= { bigipNotifications 10 } + +bigipServiceUp NOTIFICATION-TYPE + OBJECTS { + bigipNotifyObjMsg, + bigipNotifyObjNode, + bigipNotifyObjPort + } + STATUS current + DESCRIPTION + "A service is detected UP." + ::= { bigipNotifications 11 } + +bigipNodeDown NOTIFICATION-TYPE + OBJECTS { + bigipNotifyObjMsg, + bigipNotifyObjNode + } + STATUS current + DESCRIPTION + "A node is detected DOWN." + ::= { bigipNotifications 12 } + +bigipNodeUp NOTIFICATION-TYPE + OBJECTS { + bigipNotifyObjMsg, + bigipNotifyObjNode + } + STATUS current + DESCRIPTION + "A node is detected UP." + ::= { bigipNotifications 13 } + +bigipStandby NOTIFICATION-TYPE + OBJECTS { + bigipNotifyObjMsg + } + STATUS current + DESCRIPTION + "The system is going into standby mode." + ::= { bigipNotifications 14 } + +bigipActive NOTIFICATION-TYPE + OBJECTS { + bigipNotifyObjMsg + } + STATUS current + DESCRIPTION + "The system is going into active mode." + ::= { bigipNotifications 15 } + +bigipActiveActive NOTIFICATION-TYPE + OBJECTS { + bigipNotifyObjMsg + } + STATUS current + DESCRIPTION + "The system is going into active-active mode." + ::= { bigipNotifications 16 } + +bigipFeatureFailed NOTIFICATION-TYPE + OBJECTS { + bigipNotifyObjMsg + } + STATUS current + DESCRIPTION + "A high availability feature triggered action failed." + ::= { bigipNotifications 17 } + +bigipFeatureOnline NOTIFICATION-TYPE + OBJECTS { + bigipNotifyObjMsg + } + STATUS current + DESCRIPTION + "A high availability feature is now responding." + ::= { bigipNotifications 18 } + +bigipLicenseFailed NOTIFICATION-TYPE + OBJECTS { + bigipNotifyObjMsg + } + STATUS current + DESCRIPTION + "The license validation failed." + ::= { bigipNotifications 19 } + +bigipLicenseExpired NOTIFICATION-TYPE + OBJECTS { + bigipNotifyObjMsg + } + STATUS current + DESCRIPTION + "The license has expired." + ::= { bigipNotifications 20 } + +bigipTamdAlert NOTIFICATION-TYPE + OBJECTS { + bigipNotifyObjMsg + } + STATUS current + DESCRIPTION + "Too many authentication failures (> 60) in 1 second to + TMM (Traffic Management Module)." + ::= { bigipNotifications 21 } + +bigipAggrReaperStateChange NOTIFICATION-TYPE + OBJECTS { + bigipNotifyObjMsg + } + STATUS current + DESCRIPTION + "The aggressive reaper state changed. Aggressive reaper + state changes indicate the system is moving into distress-mode + for DOS prevention." + ::= { bigipNotifications 22 } + +bigipARPConflict NOTIFICATION-TYPE + OBJECTS { + bigipNotifyObjMsg + } + STATUS current + DESCRIPTION + "There is an ARP conflict." + ::= { bigipNotifications 23 } + +bigipNetLinkDown NOTIFICATION-TYPE + OBJECTS { + bigipNotifyObjMsg + } + STATUS current + DESCRIPTION + "An internal interface link is down. This is for L1 and L2. + These are internal links within the box connecting the CPU + and Switch subsystems, which should never lose link. + If they do, it indicates a serious problem." + ::= { bigipNotifications 24 } + +bigipDiskPartitionWarn NOTIFICATION-TYPE + OBJECTS { + bigipNotifyObjMsg + } + STATUS current + DESCRIPTION + "The disk partition free space is very limited, which is + less than a specified limit. By default, the limit is set + to 30% of total disk space." + ::= { bigipNotifications 25 } + +bigipDiskPartitionGrowth NOTIFICATION-TYPE + OBJECTS { + bigipNotifyObjMsg + } + STATUS current + DESCRIPTION + "The disk partition exceeds the specified growth limit. + By default, the limit is set to 5% of the total disk space. + The growth is difference of two consecutive monitoring data." + ::= { bigipNotifications 26 } + +bigipAuthFailed NOTIFICATION-TYPE + OBJECTS { + bigipNotifyObjMsg + } + STATUS current + DESCRIPTION + "The login/sshd authentication has failed." + ::= { bigipNotifications 27 } + +bigipConfigLoaded NOTIFICATION-TYPE + OBJECTS { + bigipNotifyObjMsg + } + STATUS deprecated + DESCRIPTION + "Deprecated! The compoent which created this event has been +deprecated. The configuration was loaded." + ::= { bigipNotifications 28 } + +bigipLogEmerg NOTIFICATION-TYPE + OBJECTS { + bigipNotifyObjMsg + } + STATUS current + DESCRIPTION + "The system is in an unusable situation." + ::= { bigipNotifications 29 } + +bigipLogAlert NOTIFICATION-TYPE + OBJECTS { + bigipNotifyObjMsg + } + STATUS current + DESCRIPTION + "Action must be taken immediately for the system to work +properly." + ::= { bigipNotifications 30 } + +bigipLogCrit NOTIFICATION-TYPE + OBJECTS { + bigipNotifyObjMsg + } + STATUS current + DESCRIPTION + "The system is in a critical condition." + ::= { bigipNotifications 31 } + +bigipLogErr NOTIFICATION-TYPE + OBJECTS { + bigipNotifyObjMsg + } + STATUS current + DESCRIPTION + "The system has some error conditions." + ::= { bigipNotifications 32 } + +bigipLogWarning NOTIFICATION-TYPE + OBJECTS { + bigipNotifyObjMsg + } + STATUS current + DESCRIPTION + "The system is experiencing some warning conditions." + ::= { bigipNotifications 33 } + +bigipPacketRejected NOTIFICATION-TYPE + OBJECTS { + bigipNotifyObjMsg + } + STATUS current + DESCRIPTION + "The packets are rejected." + ::= { bigipNotifications 34 } + +bigipCompLimitExceeded NOTIFICATION-TYPE + OBJECTS { + bigipNotifyObjMsg + } + STATUS current + DESCRIPTION + "The compression license limit is exceeded." + ::= { bigipNotifications 35 } + +bigipSslLimitExceeded NOTIFICATION-TYPE + OBJECTS { + bigipNotifyObjMsg + } + STATUS current + DESCRIPTION + "The SSL license limits are exceeded, + either for TPS (Transactions Per Second) or + for MPS (Megabits Per Second)." + ::= { bigipNotifications 36 } + +bigipExternalLinkChange NOTIFICATION-TYPE + OBJECTS { + bigipNotifyObjMsg + } + STATUS current + DESCRIPTION + "An external interface link status changes. + For a fixed port, this is an occurrence when network cables + are connected or removed, and the network is reconfigured; + for a pluggable port (such as a SFP or XFP port), this happens + when the pluggable unit is plugged in or unplugged, + or when a cable is connected or removed from a plugged port. + The possible values are UP, DOWN, or UNPOPULATED." + ::= { bigipNotifications 37 } + +bigipAsmRequestBlocked NOTIFICATION-TYPE + OBJECTS { + bigipNotifyObjMsg + } + STATUS current + DESCRIPTION + "The HTTP request was blocked because it issued (at least one) + violation(s) which is marked as blocking at the current active + policy in Application Security Module." + ::= { bigipNotifications 38 } + +bigipAsmRequestViolation NOTIFICATION-TYPE + OBJECTS { + bigipNotifyObjMsg + } + STATUS current + DESCRIPTION + "The HTTP request issued a violation to the current active policy. + This violation is marked as an alerting violation in that policy + in Application Security Module." + ::= { bigipNotifications 39 } + +bigipGtmPoolAvail NOTIFICATION-TYPE + OBJECTS { + bigipNotifyObjMsg + } + STATUS current + DESCRIPTION + "A pool is becoming available in global traffic management module." + ::= { bigipNotifications 40 } + +bigipGtmPoolNotAvail NOTIFICATION-TYPE + OBJECTS { + bigipNotifyObjMsg + } + STATUS current + DESCRIPTION + "A pool is becoming unavailable in global traffic management module." + ::= { bigipNotifications 41 } + +bigipGtmPoolDisabled NOTIFICATION-TYPE + OBJECTS { + bigipNotifyObjMsg + } + STATUS current + DESCRIPTION + "A pool is disabled in global traffic management module." + ::= { bigipNotifications 42 } + +bigipGtmPoolEnabled NOTIFICATION-TYPE + OBJECTS { + bigipNotifyObjMsg + } + STATUS current + DESCRIPTION + "A pool is enabled in global traffic management module." + ::= { bigipNotifications 43 } + +bigipGtmLinkAvail NOTIFICATION-TYPE + OBJECTS { + bigipNotifyObjMsg + } + STATUS current + DESCRIPTION + "A link is becoming available in global traffic management module." + ::= { bigipNotifications 44 } + +bigipGtmLinkNotAvail NOTIFICATION-TYPE + OBJECTS { + bigipNotifyObjMsg + } + STATUS current + DESCRIPTION + "A link is becoming unavailable in global traffic management module." + ::= { bigipNotifications 45 } + +bigipGtmLinkDisabled NOTIFICATION-TYPE + OBJECTS { + bigipNotifyObjMsg + } + STATUS current + DESCRIPTION + "A link is disabled in global traffic management module." + ::= { bigipNotifications 46 } + +bigipGtmLinkEnabled NOTIFICATION-TYPE + OBJECTS { + bigipNotifyObjMsg + } + STATUS current + DESCRIPTION + "A link is enabled in global traffic management module." + ::= { bigipNotifications 47 } + +bigipGtmWideIpAvail NOTIFICATION-TYPE + OBJECTS { + bigipNotifyObjMsg + } + STATUS current + DESCRIPTION + "A wide IP is becoming available in global traffic management module." + ::= { bigipNotifications 48 } + +bigipGtmWideIpNotAvail NOTIFICATION-TYPE + OBJECTS { + bigipNotifyObjMsg + } + STATUS current + DESCRIPTION + "A wide IP is becoming unavailable in global traffic management module." + ::= { bigipNotifications 49 } + +bigipGtmWideIpDisabled NOTIFICATION-TYPE + OBJECTS { + bigipNotifyObjMsg + } + STATUS current + DESCRIPTION + "A wide IP is disabled in global traffic management module." + ::= { bigipNotifications 50 } + +bigipGtmWideIpEnabled NOTIFICATION-TYPE + OBJECTS { + bigipNotifyObjMsg + } + STATUS current + DESCRIPTION + "A wide IP is enabled in global traffic management module." + ::= { bigipNotifications 51 } + +bigipGtmPoolMbrAvail NOTIFICATION-TYPE + OBJECTS { + bigipNotifyObjMsg + } + STATUS current + DESCRIPTION + "A pool member is becoming available in global traffic management module." + ::= { bigipNotifications 52 } + +bigipGtmPoolMbrNotAvail NOTIFICATION-TYPE + OBJECTS { + bigipNotifyObjMsg + } + STATUS current + DESCRIPTION + "A pool member is becoming unavailable in global traffic management module." + ::= { bigipNotifications 53 } + +bigipGtmPoolMbrDisabled NOTIFICATION-TYPE + OBJECTS { + bigipNotifyObjMsg + } + STATUS current + DESCRIPTION + "A pool member is disabled in global traffic management module." + ::= { bigipNotifications 54 } + +bigipGtmPoolMbrEnabled NOTIFICATION-TYPE + OBJECTS { + bigipNotifyObjMsg + } + STATUS current + DESCRIPTION + "A pool member is enabled in global traffic management module." + ::= { bigipNotifications 55 } + +bigipGtmServerAvail NOTIFICATION-TYPE + OBJECTS { + bigipNotifyObjMsg + } + STATUS current + DESCRIPTION + "A server is becoming available in global traffic management module." + ::= { bigipNotifications 56 } + +bigipGtmServerNotAvail NOTIFICATION-TYPE + OBJECTS { + bigipNotifyObjMsg + } + STATUS current + DESCRIPTION + "A server is becoming unavailable in global traffic management module." + ::= { bigipNotifications 57 } + +bigipGtmServerDisabled NOTIFICATION-TYPE + OBJECTS { + bigipNotifyObjMsg + } + STATUS current + DESCRIPTION + "A server is disabled in global traffic management module." + ::= { bigipNotifications 58 } + +bigipGtmServerEnabled NOTIFICATION-TYPE + OBJECTS { + bigipNotifyObjMsg + } + STATUS current + DESCRIPTION + "A server is enabled in global traffic management module." + ::= { bigipNotifications 59 } + +bigipGtmVsAvail NOTIFICATION-TYPE + OBJECTS { + bigipNotifyObjMsg + } + STATUS current + DESCRIPTION + "A virtual server is becoming available in global traffic management module." + ::= { bigipNotifications 60 } + +bigipGtmVsNotAvail NOTIFICATION-TYPE + OBJECTS { + bigipNotifyObjMsg + } + STATUS current + DESCRIPTION + "A virtual server is becoming unavailable in global traffic management module." + ::= { bigipNotifications 61 } + +bigipGtmVsDisabled NOTIFICATION-TYPE + OBJECTS { + bigipNotifyObjMsg + } + STATUS current + DESCRIPTION + "A virtual server is disabled in global traffic management module." + ::= { bigipNotifications 62 } + +bigipGtmVsEnabled NOTIFICATION-TYPE + OBJECTS { + bigipNotifyObjMsg + } + STATUS current + DESCRIPTION + "A virtual server is enabled in global traffic management module." + ::= { bigipNotifications 63 } + +bigipGtmDcAvail NOTIFICATION-TYPE + OBJECTS { + bigipNotifyObjMsg + } + STATUS current + DESCRIPTION + "A data center is becoming available in global traffic management module." + ::= { bigipNotifications 64 } + +bigipGtmDcNotAvail NOTIFICATION-TYPE + OBJECTS { + bigipNotifyObjMsg + } + STATUS current + DESCRIPTION + "A data center is becoming unavailable in global traffic management module." + ::= { bigipNotifications 65 } + +bigipGtmDcDisabled NOTIFICATION-TYPE + OBJECTS { + bigipNotifyObjMsg + } + STATUS current + DESCRIPTION + "A data center is disabled in global traffic management module." + ::= { bigipNotifications 66 } + +bigipGtmDcEnabled NOTIFICATION-TYPE + OBJECTS { + bigipNotifyObjMsg + } + STATUS current + DESCRIPTION + "A data center is enabled in global traffic management module." + ::= { bigipNotifications 67 } + +bigipHardDiskFailure NOTIFICATION-TYPE + OBJECTS { + bigipNotifyObjMsg + } + STATUS deprecated + DESCRIPTION + "Deprecated! This object has been eliminated. + The hard disk is failing." + ::= { bigipNotifications 68 } + +bigipGtmAppObjAvail NOTIFICATION-TYPE + OBJECTS { + bigipNotifyObjMsg + } + STATUS current + DESCRIPTION + "An application object is becoming available in global management module." + ::= { bigipNotifications 69 } + +bigipGtmAppObjNotAvail NOTIFICATION-TYPE + OBJECTS { + bigipNotifyObjMsg + } + STATUS current + DESCRIPTION + "An application object is becoming unavailable in global management module." + ::= { bigipNotifications 70 } + +bigipGtmAppAvail NOTIFICATION-TYPE + OBJECTS { + bigipNotifyObjMsg + } + STATUS current + DESCRIPTION + "An application is becoming available in global management module." + ::= { bigipNotifications 71 } + +bigipGtmAppNotAvail NOTIFICATION-TYPE + OBJECTS { + bigipNotifyObjMsg + } + STATUS current + DESCRIPTION + "An application is becoming unavailable in global management module." + ::= { bigipNotifications 72 } + +bigipGtmJoinedGroup NOTIFICATION-TYPE + OBJECTS { + bigipNotifyObjMsg + } + STATUS current + DESCRIPTION + "BIG-IP GTM joined sync group." + ::= { bigipNotifications 73 } + +bigipGtmLeftGroup NOTIFICATION-TYPE + OBJECTS { + bigipNotifyObjMsg + } + STATUS current + DESCRIPTION + "BIG-IP GTM left sync group." + ::= { bigipNotifications 74 } + +bigipStandByFail NOTIFICATION-TYPE + OBJECTS { + bigipNotifyObjMsg + } + STATUS current + DESCRIPTION + "In failover condition, this standby will not be able to go active." + ::= { bigipNotifications 75 } + +bigipInetPortExhaustion NOTIFICATION-TYPE + OBJECTS { + bigipNotifyObjMsg + } + STATUS current + DESCRIPTION + "The TMM has run out of source ports and cannot open new communications channels with other machines." + ::= { bigipNotifications 76 } + +bigipGtmBoxAvail NOTIFICATION-TYPE + OBJECTS { + bigipNotifyObjMsg + } + STATUS current + DESCRIPTION + "A gtm machine (which equates to an iquery connect to a gtm machine) has gone UP" + ::= { bigipNotifications 77 } + +bigipGtmBoxNotAvail NOTIFICATION-TYPE + OBJECTS { + bigipNotifyObjMsg + } + STATUS current + DESCRIPTION + "A gtm machine (which equates to an iquery connect to a gtm machine) has gone DOWN" + ::= { bigipNotifications 78 } + +bigipAsmFtpRequestBlocked NOTIFICATION-TYPE + OBJECTS { + bigipNotifyObjMsg + } + STATUS current + DESCRIPTION + "The FTP request was blocked because it issued (at least one) + violation(s) which is marked as blocking at the current active + policy in Application Security Module." + ::= { bigipNotifications 79 } + +bigipAsmFtpRequestViolation NOTIFICATION-TYPE + OBJECTS { + bigipNotifyObjMsg + } + STATUS current + DESCRIPTION + "The FTP request issued a violation to the current active + policy. This violation is marked as an alerting violation + in that policy in Application Security Module." + ::= { bigipNotifications 80 } + +bigipGtmBig3dSslCertExpired NOTIFICATION-TYPE + OBJECTS { + bigipNotifyObjMsg + } + STATUS current + DESCRIPTION + "BIG-IP GTM BIG3D SSL Cert has expired." + ::= { bigipNotifications 81 } + +bigipGtmBig3dSslCertWillExpire NOTIFICATION-TYPE + OBJECTS { + bigipNotifyObjMsg + } + STATUS current + DESCRIPTION + "BIG-IP GTM BIG3D SSL Cert will expire." + ::= { bigipNotifications 82 } + +bigipGtmSslCertExpired NOTIFICATION-TYPE + OBJECTS { + bigipNotifyObjMsg + } + STATUS current + DESCRIPTION + "BIG-IP GTM SSL Cert has expired." + ::= { bigipNotifications 83 } + +bigipGtmSslCertWillExpire NOTIFICATION-TYPE + OBJECTS { + bigipNotifyObjMsg + } + STATUS current + DESCRIPTION + "BIG-IP GTM SSL Cert will expire." + ::= { bigipNotifications 84 } + +bigipAsmSmtpRequestBlocked NOTIFICATION-TYPE + OBJECTS { + bigipNotifyObjMsg + } + STATUS current + DESCRIPTION + "The SMTP request was blocked because it issued (at least one) + violation(s) which is marked as blocking at the current active + policy in Application Security Module." + ::= { bigipNotifications 85 } + +bigipAsmSmtpRequestViolation NOTIFICATION-TYPE + OBJECTS { + bigipNotifyObjMsg + } + STATUS current + DESCRIPTION + "The SMTP request issued a violation to the current active + policy. This violation is marked as an alerting violation + in that policy in Application Security Module." + ::= { bigipNotifications 86 } + +bigipBladeTempHigh NOTIFICATION-TYPE + OBJECTS { + bigipNotifyObjMsg + } + STATUS current + DESCRIPTION + "Blade temperature is too high." + ::= { bigipNotifications 87 } + +bigipBladeNoPower NOTIFICATION-TYPE + OBJECTS { + bigipNotifyObjMsg + } + STATUS current + DESCRIPTION + "A blade lost power. The blade may be pulled out" + ::= { bigipNotifications 88 } + +bigipClusterdNoResponse NOTIFICATION-TYPE + OBJECTS { + bigipNotifyObjMsg + } + STATUS current + DESCRIPTION + "The cluster daemon failed to respond for 10 or more seconds." + ::= { bigipNotifications 89 } + +bigipBladeOffline NOTIFICATION-TYPE + OBJECTS { + bigipNotifyObjMsg + } + STATUS current + DESCRIPTION + "A blade has failed - offline." + ::= { bigipNotifications 90 } + +bigipAsmDosAttackDetected NOTIFICATION-TYPE + OBJECTS { + bigipNotifyObjMsg + } + STATUS current + DESCRIPTION + "DoS attack detected by Application Security Module." + ::= { bigipNotifications 91 } + +bigipAsmBruteForceAttackDetected NOTIFICATION-TYPE + OBJECTS { + bigipNotifyObjMsg + } + STATUS current + DESCRIPTION + "Brute force attack detected by Application Security Module." + ::= { bigipNotifications 92 } + +bigipAomCpuTempTooHigh NOTIFICATION-TYPE + OBJECTS { + bigipNotifyObjMsg + } + STATUS current + DESCRIPTION + "AOM reports the air temperature near the host CPU too high." + ::= { bigipNotifications 93 } + +bigipGtmKeyGenerationRollover NOTIFICATION-TYPE + OBJECTS { + bigipNotifyObjMsg + } + STATUS current + DESCRIPTION + "DNSSEC Key generation has rolled over." + ::= { bigipNotifications 94 } + +bigipGtmKeyGenerationExpiration NOTIFICATION-TYPE + OBJECTS { + bigipNotifyObjMsg + } + STATUS current + DESCRIPTION + "DNSSEC Key generation has expired." + ::= { bigipNotifications 95 } + +bigipRaidDiskFailure NOTIFICATION-TYPE + OBJECTS { + bigipNotifyObjMsg + } + STATUS current + DESCRIPTION + "Disk failure in a RAID disk array." + ::= { bigipNotifications 96 } + +bigipGtmProberPoolStatusChange NOTIFICATION-TYPE + OBJECTS { + bigipNotifyObjMsg + } + STATUS current + DESCRIPTION + "Prober Pool Status Change." + ::= { bigipNotifications 97 } + +bigipGtmProberPoolStatusChangeReason NOTIFICATION-TYPE + OBJECTS { + bigipNotifyObjMsg + } + STATUS current + DESCRIPTION + "Prober Pool Status Change Reason." + ::= { bigipNotifications 98 } + +bigipGtmProberPoolDisabled NOTIFICATION-TYPE + OBJECTS { + bigipNotifyObjMsg + } + STATUS current + DESCRIPTION + "Prober Pool Disabled." + ::= { bigipNotifications 99 } + +bigipGtmProberPoolEnabled NOTIFICATION-TYPE + OBJECTS { + bigipNotifyObjMsg + } + STATUS current + DESCRIPTION + "Prober Pool Enabled." + ::= { bigipNotifications 100 } + +bigipGtmProberPoolMbrStatusChange NOTIFICATION-TYPE + OBJECTS { + bigipNotifyObjMsg + } + STATUS current + DESCRIPTION + "Prober Pool Member Status Change." + ::= { bigipNotifications 101 } + +bigipGtmProberPoolMbrStatusChangeReason NOTIFICATION-TYPE + OBJECTS { + bigipNotifyObjMsg + } + STATUS current + DESCRIPTION + "Prober Pool Member Status Change Reason." + ::= { bigipNotifications 102 } + +bigipGtmProberPoolMbrDisabled NOTIFICATION-TYPE + OBJECTS { + bigipNotifyObjMsg + } + STATUS current + DESCRIPTION + "Prober Pool Member Disabled." + ::= { bigipNotifications 103 } + +bigipGtmProberPoolMbrEnabled NOTIFICATION-TYPE + OBJECTS { + bigipNotifyObjMsg + } + STATUS current + DESCRIPTION + "Prober Pool Member Enabled." + ::= { bigipNotifications 104 } + +bigipAvrAlertsMetricSnmp NOTIFICATION-TYPE + OBJECTS { + bigipNotifyObjMsg + } + STATUS current + DESCRIPTION + "AVR alert metric state changed - notification for SNMP." + ::= { bigipNotifications 105 } + +bigipAvrAlertsMetricSmtp NOTIFICATION-TYPE + OBJECTS { + bigipNotifyObjMsg + } + STATUS deprecated + DESCRIPTION + "Deprecated! AVR alert metric state changed - notification for SMTP (based on SNMP)." + ::= { bigipNotifications 106 } + +bigipVcmpAlertsVcmpPowerOn NOTIFICATION-TYPE + OBJECTS { + bigipNotifyObjMsg + } + STATUS current + DESCRIPTION + "A VCMP guest is powered on from a suspended or powered off state." + ::= { bigipNotifications 107 } + +bigipVcmpAlertsVcmpPowerOff NOTIFICATION-TYPE + OBJECTS { + bigipNotifyObjMsg + } + STATUS current + DESCRIPTION + "A VCMP guest is powered off." + ::= { bigipNotifications 108 } + +bigipVcmpAlertsVcmpHBLost NOTIFICATION-TYPE + OBJECTS { + bigipNotifyObjMsg + } + STATUS current + DESCRIPTION + "A VCMP guest heartbeat is lost." + ::= { bigipNotifications 109 } + +bigipVcmpAlertsVcmpHBDetected NOTIFICATION-TYPE + OBJECTS { + bigipNotifyObjMsg + } + STATUS current + DESCRIPTION + "A VCMP guest heartbeat is detected or regained." + ::= { bigipNotifications 110 } + +bigipSsdMwiNearThreshold NOTIFICATION-TYPE + OBJECTS { + bigipNotifyObjMsg + } + STATUS current + DESCRIPTION + "SSD disk wear-out indicator is near its threshold." + ::= { bigipNotifications 111 } + +bigipSsdMwiReachedThreshold NOTIFICATION-TYPE + OBJECTS { + bigipNotifyObjMsg + } + STATUS current + DESCRIPTION + "SSD disk wear-out indicator has reached its threshold." + ::= { bigipNotifications 112 } + +bigipSystemCheckAlertTempHigh NOTIFICATION-TYPE + OBJECTS { + bigipNotifyObjMsg + } + STATUS current + DESCRIPTION + "Temperature is too high." + ::= { bigipNotifications 113 } + +bigipSystemCheckAlertVoltageHigh NOTIFICATION-TYPE + OBJECTS { + bigipNotifyObjMsg + } + STATUS current + DESCRIPTION + "Voltage is too high." + ::= { bigipNotifications 114 } + +bigipSystemCheckAlertFanSpeedLow NOTIFICATION-TYPE + OBJECTS { + bigipNotifyObjMsg + } + STATUS current + DESCRIPTION + "Fan speed is too low." + ::= { bigipNotifications 115 } + +bigipLibhalSsdPhysicalDiskRemoved NOTIFICATION-TYPE + OBJECTS { + bigipNotifyObjMsg + } + STATUS current + DESCRIPTION + "SSD physical disk was removed." + ::= { bigipNotifications 116 } + +bigipLibhalSsdLogicalDiskRemoved NOTIFICATION-TYPE + OBJECTS { + bigipNotifyObjMsg + } + STATUS current + DESCRIPTION + "SSD logical disk was removed." + ::= { bigipNotifications 117 } + +bigipLibhalDiskBayRemoved NOTIFICATION-TYPE + OBJECTS { + bigipNotifyObjMsg + } + STATUS current + DESCRIPTION + "Disk sled was removed from a bay." + ::= { bigipNotifications 118 } + +bigipLibhalBladePoweredOff NOTIFICATION-TYPE + OBJECTS { + bigipNotifyObjMsg + } + STATUS current + DESCRIPTION + "Blade is about to be powered off." + ::= { bigipNotifications 119 } + +bigipLibhalSensorAlarmCritical NOTIFICATION-TYPE + OBJECTS { + bigipNotifyObjMsg + } + STATUS current + DESCRIPTION + "Blade hardware sensor indicated critical alarm." + ::= { bigipNotifications 120 } + +bigipChmandAlertFanTrayBad NOTIFICATION-TYPE + OBJECTS { + bigipNotifyObjMsg + } + STATUS current + DESCRIPTION + "Chassis fan tray is bad or removed." + ::= { bigipNotifications 121 } + +bigipUnsolicitedRepliesExceededThreshold NOTIFICATION-TYPE + OBJECTS { + bigipNotifyObjMsg + } + STATUS current + DESCRIPTION + "The DNS cache object received unsolicited query replies + exceeding a configured threshold." + ::= { bigipNotifications 122 } + +bigipSystemCheckAlertVoltageLow NOTIFICATION-TYPE + OBJECTS { + bigipNotifyObjMsg + } + STATUS current + DESCRIPTION + "Voltage is too low." + ::= { bigipNotifications 123 } + +bigipSystemCheckAlertMilliVoltageHigh NOTIFICATION-TYPE + OBJECTS { + bigipNotifyObjMsg + } + STATUS current + DESCRIPTION + "Milli-Voltage is too high." + ::= { bigipNotifications 124 } + +bigipSystemCheckAlertCurrentHigh NOTIFICATION-TYPE + OBJECTS { + bigipNotifyObjMsg + } + STATUS current + DESCRIPTION + "Current is too high." + ::= { bigipNotifications 125 } + +bigipSystemCheckAlertPowerHigh NOTIFICATION-TYPE + OBJECTS { + bigipNotifyObjMsg + } + STATUS current + DESCRIPTION + "Power is too high." + ::= { bigipNotifications 126 } + +bigipSystemCheckAlertMilliVoltageLow NOTIFICATION-TYPE + OBJECTS { + bigipNotifyObjMsg + } + STATUS current + DESCRIPTION + "Milli-Voltage is too low." + ::= { bigipNotifications 127 } + +bigipSystemCheckAlertCurrentLow NOTIFICATION-TYPE + OBJECTS { + bigipNotifyObjMsg + } + STATUS current + DESCRIPTION + "Current is too low." + ::= { bigipNotifications 128 } + +bigipSystemCheckAlertPowerLow NOTIFICATION-TYPE + OBJECTS { + bigipNotifyObjMsg + } + STATUS current + DESCRIPTION + "Power is too low." + ::= { bigipNotifications 129 } + +bigipNodeRate NOTIFICATION-TYPE + OBJECTS { + bigipNotifyObjMsg + } + STATUS current + DESCRIPTION + "A node has exceeded the allowed rate." + ::= { bigipNotifications 130 } + +bigipMemberRate NOTIFICATION-TYPE + OBJECTS { + bigipNotifyObjMsg + } + STATUS current + DESCRIPTION + "A pool member has exceeded the allowed rate." + ::= { bigipNotifications 131 } + +bigipVirtualRate NOTIFICATION-TYPE + OBJECTS { + bigipNotifyObjMsg + } + STATUS current + DESCRIPTION + "A virtual has exceeded the allowed rate." + ::= { bigipNotifications 132 } + +bigipDosAttackStart NOTIFICATION-TYPE + OBJECTS { + bigipNotifyObjMsg + } + STATUS current + DESCRIPTION + "A DOS attack start was detected." + ::= { bigipNotifications 133 } + +bigipDosAttackStop NOTIFICATION-TYPE + OBJECTS { + bigipNotifyObjMsg + } + STATUS current + DESCRIPTION + "A DOS attack stop was detected." + ::= { bigipNotifications 134 } + +bigipLtmVsAvail NOTIFICATION-TYPE + OBJECTS { + bigipNotifyObjMsg + } + STATUS current + DESCRIPTION + "A virtual has become available." + ::= { bigipNotifications 135 } + +bigipLtmVsUnavail NOTIFICATION-TYPE + OBJECTS { + bigipNotifyObjMsg + } + STATUS current + DESCRIPTION + "A virtual has become unavailable." + ::= { bigipNotifications 136 } + +bigipLtmVsEnabled NOTIFICATION-TYPE + OBJECTS { + bigipNotifyObjMsg + } + STATUS current + DESCRIPTION + "A virtual has become enabled." + ::= { bigipNotifications 137 } + +bigipLtmVsDisabled NOTIFICATION-TYPE + OBJECTS { + bigipNotifyObjMsg + } + STATUS current + DESCRIPTION + "A virtual has become disabled." + ::= { bigipNotifications 138 } + +bigipDnsRequestRateLimiterEngaged NOTIFICATION-TYPE + OBJECTS { + bigipNotifyObjMsg + } + STATUS current + DESCRIPTION + "The DNS Services request rate limiter has been engaged." + ::= { bigipNotifications 139 } + +bigipGtmRequestRateLimiterEngaged NOTIFICATION-TYPE + OBJECTS { + bigipNotifyObjMsg + } + STATUS current + DESCRIPTION + "The GTM request rate limiter has been engaged." + ::= { bigipNotifications 140 } + +bigipTrafficGroupStandby NOTIFICATION-TYPE + OBJECTS { + bigipNotifyObjMsg + } + STATUS current + DESCRIPTION + "A traffic group is going into standby mode on the system." + ::= { bigipNotifications 141 } + +bigipTrafficGroupActive NOTIFICATION-TYPE + OBJECTS { + bigipNotifyObjMsg + } + STATUS current + DESCRIPTION + "A traffic group is going into active mode on the system." + ::= { bigipNotifications 142 } + +bigipTrafficGroupOffline NOTIFICATION-TYPE + OBJECTS { + bigipNotifyObjMsg + } + STATUS current + DESCRIPTION + "A traffic group is going into offline mode on the system." + ::= { bigipNotifications 143 } + +bigipTrafficGroupForcedOffline NOTIFICATION-TYPE + OBJECTS { + bigipNotifyObjMsg + } + STATUS current + DESCRIPTION + "A traffic group is going into forced offline mode on the system." + ::= { bigipNotifications 144 } + +bigipTrafficGroupDeactivate NOTIFICATION-TYPE + OBJECTS { + bigipNotifyObjMsg + } + STATUS current + DESCRIPTION + "A traffic group is being deactivated on the system." + ::= { bigipNotifications 145 } + +bigipTrafficGroupActivate NOTIFICATION-TYPE + OBJECTS { + bigipNotifyObjMsg + } + STATUS current + DESCRIPTION + "A traffic group is being activated on the system." + ::= { bigipNotifications 146 } + +bigipPsPowerOn NOTIFICATION-TYPE + OBJECTS { + bigipNotifyObjMsg + } + STATUS current + DESCRIPTION + "Power supply unit has powered on." + ::= { bigipNotifications 147 } + +bigipPsPowerOff NOTIFICATION-TYPE + OBJECTS { + bigipNotifyObjMsg + } + STATUS current + DESCRIPTION + "Power supply unit has powered off." + ::= { bigipNotifications 148 } + +bigipPsAbsent NOTIFICATION-TYPE + OBJECTS { + bigipNotifyObjMsg + } + STATUS current + DESCRIPTION + "Power supply unit is absent." + ::= { bigipNotifications 149 } + +bigipClusterPrimaryChanged NOTIFICATION-TYPE + OBJECTS { + bigipNotifyObjMsg + } + STATUS current + DESCRIPTION + "The primary blade has been changed in the cluster system." + ::= { bigipNotifications 150 } + +bigipSystemShutdown NOTIFICATION-TYPE + OBJECTS { + bigipNotifyObjMsg + } + STATUS current + DESCRIPTION + "The system is shutting down." + ::= { bigipNotifications 151 } + +bigipFipsDeviceError NOTIFICATION-TYPE + OBJECTS { + bigipNotifyObjMsg + } + STATUS current + DESCRIPTION + "Encountered error in the FIPS card operation." + ::= { bigipNotifications 152 } + +bigipUpdatePriority NOTIFICATION-TYPE + OBJECTS { + bigipNotifyObjMsg + } + STATUS current + DESCRIPTION + "There is a high priority software update available." + ::= { bigipNotifications 153 } + +bigipUpdateServer NOTIFICATION-TYPE + OBJECTS { + bigipNotifyObjMsg + } + STATUS current + DESCRIPTION + "Unable to connect to the F5 Update Check server." + ::= { bigipNotifications 154 } + +bigipUpdateError NOTIFICATION-TYPE + OBJECTS { + bigipNotifyObjMsg + } + STATUS current + DESCRIPTION + "There was an error checking for updates." + ::= { bigipNotifications 155 } + +bigipGtmDeletedFromGroup NOTIFICATION-TYPE + OBJECTS { + bigipNotifyObjMsg + } + STATUS current + DESCRIPTION + "BIG-IP GTM deleted from sync group." + ::= { bigipNotifications 156 } + +bigipGtmServerNotAvailNoIP NOTIFICATION-TYPE + OBJECTS { + bigipNotifyObjMsg + } + STATUS current + DESCRIPTION + "A server is becoming unavailable in global traffic management module." + ::= { bigipNotifications 157 } + +bigipDDMPowerAlarm NOTIFICATION-TYPE + OBJECTS { + bigipNotifyObjMsg + } + STATUS current + DESCRIPTION + "The Digital Diagnostic Monitoring on a pluggable optical + transceiver detected an alarm condition. + DDM monitors both transmit and receive optical power + to ensure the laser power is between vendor-specified + power thresholds for pluggable optical modules such + as SFP/SFP+/QSFP+/QSFP28. + An alarm can occur when a cable is removed from a plugged port, + or when the transceiver is not configured or operating properly." + ::= { bigipNotifications 158 } + +bigipDDMPowerWarn NOTIFICATION-TYPE + OBJECTS { + bigipNotifyObjMsg + } + STATUS current + DESCRIPTION + "The Digital Diagnostic Monitoring on a pluggable optical + transceiver detected a warning condition. + DDM monitors both transmit and receive optical power + to ensure the laser power is between vendor-specified + power thresholds for pluggable optical modules such + as SFP/SFP+/QSFP+/QSFP28. + A warning can occur when a cable is removed from a plugged port, + or when the transceiver is not configured or operating properly." + ::= { bigipNotifications 159 } + +bigipDDMPowerAlarmClear NOTIFICATION-TYPE + OBJECTS { + bigipNotifyObjMsg + } + STATUS current + DESCRIPTION + "The Digital Diagnostic Monitoring on a pluggable optical + transceiver no longer detects an alarm condition. + DDM monitors both transmit and receive optical power + to ensure the laser power is between vendor-specified + power thresholds." + ::= { bigipNotifications 160 } + +bigipDDMPowerWarnClear NOTIFICATION-TYPE + OBJECTS { + bigipNotifyObjMsg + } + STATUS current + DESCRIPTION + "The Digital Diagnostic Monitoring on a pluggable optical + transceiver no longer detects a warning condition. + DDM monitors both transmit and receive optical power + to ensure the laser power is between vendor-specified + power thresholds." + ::= { bigipNotifications 161 } + +bigipDDMNonF5Optics NOTIFICATION-TYPE + OBJECTS { + bigipNotifyObjMsg + } + STATUS current + DESCRIPTION + "A non-F5 pluggable optical transceiver + is present in an interface. See support.f5.com SOL8153 for + restrictions on third-party hardware components with + F5 products." + ::= { bigipNotifications 162 } + +bigipTrafficGroupFailoverCond NOTIFICATION-TYPE + OBJECTS { + bigipNotifyObjMsg + } + STATUS current + DESCRIPTION + "A traffic group has reported a failover condition and will not be able to go active." + ::= { bigipNotifications 163 } + +bigipTrafficGroupFailoverCondClear NOTIFICATION-TYPE + OBJECTS { + bigipNotifyObjMsg + } + STATUS current + DESCRIPTION + "Failover condition for a traffic group has been cleared." + ::= { bigipNotifications 164 } + +bigipDisableNonF5Optics NOTIFICATION-TYPE + OBJECTS { + bigipNotifyObjMsg + } + STATUS current + DESCRIPTION + "A non-F5 pluggable optical transceiver + has been disabled in an interface. See support.f5.com SOL8153 for + restrictions on third-party hardware components with + F5 products." + ::= { bigipNotifications 165 } + +bigipFipsFault NOTIFICATION-TYPE + OBJECTS { + bigipNotifyObjMsg + } + STATUS current + DESCRIPTION + "The FIPS card is currently in faulty state." + ::= { bigipNotifications 166 } + +bigipLibhalAomEventWarning NOTIFICATION-TYPE + OBJECTS { + bigipNotifyObjMsg + } + STATUS current + DESCRIPTION + "AOM has issued a warning event." + ::= { bigipNotifications 167 } + +bigipLibhalAomEventError NOTIFICATION-TYPE + OBJECTS { + bigipNotifyObjMsg + } + STATUS current + DESCRIPTION + "AOM has issued an error event." + ::= { bigipNotifications 168 } + +bigipLibhalAomEventAlert NOTIFICATION-TYPE + OBJECTS { + bigipNotifyObjMsg + } + STATUS current + DESCRIPTION + "AOM has issued an alert event." + ::= { bigipNotifications 169 } + +bigipLibhalAomEventCritical NOTIFICATION-TYPE + OBJECTS { + bigipNotifyObjMsg + } + STATUS current + DESCRIPTION + "AOM has issued a critical event." + ::= { bigipNotifications 170 } + +bigipLibhalAomEventEmergency NOTIFICATION-TYPE + OBJECTS { + bigipNotifyObjMsg + } + STATUS current + DESCRIPTION + "AOM has issued an emergency event." + ::= { bigipNotifications 171 } + +bigipLibhalAomEventInfo NOTIFICATION-TYPE + OBJECTS { + bigipNotifyObjMsg + } + STATUS current + DESCRIPTION + "AOM has issued an information event." + ::= { bigipNotifications 172 } + +bigipLibhalAomSensorTempWarning NOTIFICATION-TYPE + OBJECTS { + bigipNotifyObjMsg + } + STATUS current + DESCRIPTION + "AOM has issued a temperature sensor warning level event." + ::= { bigipNotifications 173 } + +bigipLibhalAomSensorTempError NOTIFICATION-TYPE + OBJECTS { + bigipNotifyObjMsg + } + STATUS current + DESCRIPTION + "AOM has issued a temperature sensor error level event." + ::= { bigipNotifications 174 } + +bigipLibhalAomSensorTempAlert NOTIFICATION-TYPE + OBJECTS { + bigipNotifyObjMsg + } + STATUS current + DESCRIPTION + "AOM has issued a temperature sensor alert level event." + ::= { bigipNotifications 175 } + +bigipLibhalAomSensorTempCritical NOTIFICATION-TYPE + OBJECTS { + bigipNotifyObjMsg + } + STATUS current + DESCRIPTION + "AOM has issued a temperature sensor critical level event." + ::= { bigipNotifications 176 } + +bigipLibhalAomSensorTempEmergency NOTIFICATION-TYPE + OBJECTS { + bigipNotifyObjMsg + } + STATUS current + DESCRIPTION + "AOM has issued a temperature sensor emergency level event." + ::= { bigipNotifications 177 } + +bigipLibhalAomSensorTempInfo NOTIFICATION-TYPE + OBJECTS { + bigipNotifyObjMsg + } + STATUS current + DESCRIPTION + "AOM has issued a temperature sensor information level event." + ::= { bigipNotifications 178 } + +bigipLibhalAomSensorFanWarning NOTIFICATION-TYPE + OBJECTS { + bigipNotifyObjMsg + } + STATUS current + DESCRIPTION + "AOM has issued a fan sensor warning level event." + ::= { bigipNotifications 179 } + +bigipLibhalAomSensorFanError NOTIFICATION-TYPE + OBJECTS { + bigipNotifyObjMsg + } + STATUS current + DESCRIPTION + "AOM has issued a fan sensor error level event." + ::= { bigipNotifications 180 } + +bigipLibhalAomSensorFanAlert NOTIFICATION-TYPE + OBJECTS { + bigipNotifyObjMsg + } + STATUS current + DESCRIPTION + "AOM has issued a fan sensor alert level event." + ::= { bigipNotifications 181 } + +bigipLibhalAomSensorFanCritical NOTIFICATION-TYPE + OBJECTS { + bigipNotifyObjMsg + } + STATUS current + DESCRIPTION + "AOM has issued a fan sensor critical level event." + ::= { bigipNotifications 182 } + +bigipLibhalAomSensorFanEmergency NOTIFICATION-TYPE + OBJECTS { + bigipNotifyObjMsg + } + STATUS current + DESCRIPTION + "AOM has issued a fan sensor emergency level event." + ::= { bigipNotifications 183 } + +bigipLibhalAomSensorFanInfo NOTIFICATION-TYPE + OBJECTS { + bigipNotifyObjMsg + } + STATUS current + DESCRIPTION + "AOM has issued a fan sensor information level event." + ::= { bigipNotifications 184 } + +bigipLibhalAomSensorPwrWarning NOTIFICATION-TYPE + OBJECTS { + bigipNotifyObjMsg + } + STATUS current + DESCRIPTION + "AOM has issued a power sensor warning level event." + ::= { bigipNotifications 185 } + +bigipLibhalAomSensorPwrError NOTIFICATION-TYPE + OBJECTS { + bigipNotifyObjMsg + } + STATUS current + DESCRIPTION + "AOM has issued a power sensor error level event." + ::= { bigipNotifications 186 } + +bigipLibhalAomSensorPwrAlert NOTIFICATION-TYPE + OBJECTS { + bigipNotifyObjMsg + } + STATUS current + DESCRIPTION + "AOM has issued a power sensor alert level event." + ::= { bigipNotifications 187 } + +bigipLibhalAomSensorPwrCritical NOTIFICATION-TYPE + OBJECTS { + bigipNotifyObjMsg + } + STATUS current + DESCRIPTION + "AOM has issued a power sensor critical level event." + ::= { bigipNotifications 188 } + +bigipLibhalAomSensorPwrEmergency NOTIFICATION-TYPE + OBJECTS { + bigipNotifyObjMsg + } + STATUS current + DESCRIPTION + "AOM has issued a power sensor emergency level event." + ::= { bigipNotifications 189 } + +bigipLibhalAomSensorPwrInfo NOTIFICATION-TYPE + OBJECTS { + bigipNotifyObjMsg + } + STATUS current + DESCRIPTION + "AOM has issued a power sensor information level event." + ::= { bigipNotifications 190 } + + + +bigipAccessGlobalLicenseTHDExceeded NOTIFICATION-TYPE + OBJECTS { + bigipNotifyObjMsg + } + STATUS current + DESCRIPTION + "Global access license usage exceeds threshold." + ::= { bigipNotifications 191 } + +bigipAccessCCULicenseTHDExceeded NOTIFICATION-TYPE + OBJECTS { + bigipNotifyObjMsg + } + STATUS current + DESCRIPTION + "Global concurrent connectivity license usage exceeds threshold." + ::= { bigipNotifications 192 } + +bigipAccessURLFLicenseTHDExceeded NOTIFICATION-TYPE + OBJECTS { + bigipNotifyObjMsg + } + STATUS current + DESCRIPTION + "Global URL filtering license usage exceeds threshold." + ::= { bigipNotifications 193 } + +bigipAccessHATransition NOTIFICATION-TYPE + OBJECTS { + bigipNotifyObjMsg + } + STATUS current + DESCRIPTION + "APM HA state transitioned." + ::= { bigipNotifications 194 } + +bigipMonDBDaemonHungSQL NOTIFICATION-TYPE + OBJECTS { + bigipNotifyObjMsg + } + STATUS current + DESCRIPTION + "Hung SQL monitor connection." + ::= { bigipNotifications 195 } + +bigipMonDBDaemonIdle NOTIFICATION-TYPE + OBJECTS { + bigipNotifyObjMsg + } + STATUS current + DESCRIPTION + "DBDaemon unresponsive, shut down." + ::= { bigipNotifications 196 } + +bigipAccessURLFLimitedLicenseTHDExceeded NOTIFICATION-TYPE + OBJECTS { + bigipNotifyObjMsg + } + STATUS current + DESCRIPTION + "Global URL filtering limited license usage exceeds threshold." + ::= { bigipNotifications 197 } + +bigipChassisInadequatePower NOTIFICATION-TYPE + OBJECTS { + bigipNotifyObjMsg + } + STATUS current + DESCRIPTION + "Chassis is inadequately powered." + ::= { bigipNotifications 198 } + +bigipChassisPsUnidentified NOTIFICATION-TYPE + OBJECTS { + bigipNotifyObjMsg + } + STATUS current + DESCRIPTION + "Power supply unit is unidentified." + ::= { bigipNotifications 199 } + +bigipIPsecTunnelUp NOTIFICATION-TYPE + OBJECTS { + bigipNotifyObjMsg + } + STATUS current + DESCRIPTION + "An IPSEC Tunnel has come up." + ::= { bigipNotifications 200 } + +bigipIPsecTunnelDown NOTIFICATION-TYPE + OBJECTS { + bigipNotifyObjMsg + } + STATUS current + DESCRIPTION + "An IPSEC Tunnel has come down." + ::= { bigipNotifications 201 } + +-- Compliance & Groups +-- +bigipNotificationCompliance MODULE-COMPLIANCE + STATUS current + DESCRIPTION + "This specifies the objects that are required to claim + compliance to F5 Traffic Management System." + MODULE + MANDATORY-GROUPS { + bigipNotifyObjectsGroup, + bigipAgentNotifyGroup + } + ::= { bigipCompliances 4 } + +bigipNotifyObjectsGroup OBJECT-GROUP + OBJECTS { + bigipNotifyObjMsg, + bigipNotifyObjNode, + bigipNotifyObjPort + } + STATUS current + DESCRIPTION + "A collection of objects used for the notification MIB." + ::= { bigipNotificationGroups 1 } + +bigipAgentNotifyGroup NOTIFICATION-GROUP + NOTIFICATIONS { + bigipAgentStart, + bigipAgentShutdown, + bigipAgentRestart + } + STATUS current + DESCRIPTION + "The notifications relating to the basic operation of + the BIGIP agent." + ::= { bigipNotificationGroups 2 } + +bigipSystemNotifyGroup NOTIFICATION-GROUP + NOTIFICATIONS { + bigipCpuTempHigh, + bigipCpuFanSpeedLow, + bigipCpuFanSpeedBad, + bigipChassisTempHigh, + bigipChassisFanBad, + bigipChassisPowerSupplyBad, + bigipServiceDown, + bigipServiceUp, + bigipNodeDown, + bigipNodeUp, + bigipStandby, + bigipActive, + bigipActiveActive, + bigipFeatureFailed, + bigipFeatureOnline, + bigipLicenseFailed, + bigipLicenseExpired, + bigipTamdAlert, + bigipAggrReaperStateChange, + bigipARPConflict, + bigipNetLinkDown, + bigipDiskPartitionWarn, + bigipDiskPartitionGrowth, + bigipAuthFailed, + bigipConfigLoaded, + bigipLogEmerg, + bigipLogAlert, + bigipLogCrit, + bigipLogErr, + bigipLogWarning, + bigipPacketRejected, + bigipCompLimitExceeded, + bigipSslLimitExceeded, + bigipExternalLinkChange, + bigipAsmRequestBlocked, + bigipAsmRequestViolation, + bigipGtmPoolAvail, + bigipGtmPoolNotAvail, + bigipGtmPoolDisabled, + bigipGtmPoolEnabled, + bigipGtmLinkAvail, + bigipGtmLinkNotAvail, + bigipGtmLinkDisabled, + bigipGtmLinkEnabled, + bigipGtmWideIpAvail, + bigipGtmWideIpNotAvail, + bigipGtmWideIpDisabled, + bigipGtmWideIpEnabled, + bigipGtmPoolMbrAvail, + bigipGtmPoolMbrNotAvail, + bigipGtmPoolMbrDisabled, + bigipGtmPoolMbrEnabled, + bigipGtmServerAvail, + bigipGtmServerNotAvail, + bigipGtmServerDisabled, + bigipGtmServerEnabled, + bigipGtmVsAvail, + bigipGtmVsNotAvail, + bigipGtmVsDisabled, + bigipGtmVsEnabled, + bigipGtmDcAvail, + bigipGtmDcNotAvail, + bigipGtmDcDisabled, + bigipGtmDcEnabled, + bigipHardDiskFailure, + bigipGtmAppObjAvail, + bigipGtmAppObjNotAvail, + bigipGtmAppAvail, + bigipGtmAppNotAvail, + bigipGtmJoinedGroup, + bigipGtmLeftGroup, + bigipStandByFail, + bigipInetPortExhaustion, + bigipGtmBoxAvail, + bigipGtmBoxNotAvail, + bigipAsmFtpRequestBlocked, + bigipAsmFtpRequestViolation, + bigipGtmBig3dSslCertExpired, + bigipGtmBig3dSslCertWillExpire, + bigipGtmSslCertExpired, + bigipGtmSslCertWillExpire, + bigipAsmSmtpRequestBlocked, + bigipAsmSmtpRequestViolation, + bigipBladeTempHigh, + bigipBladeNoPower, + bigipClusterdNoResponse, + bigipBladeOffline, + bigipAsmDosAttackDetected, + bigipAsmBruteForceAttackDetected, + bigipAomCpuTempTooHigh, + bigipGtmKeyGenerationRollover, + bigipGtmKeyGenerationExpiration, + bigipRaidDiskFailure, + bigipGtmProberPoolStatusChange, + bigipGtmProberPoolStatusChangeReason, + bigipGtmProberPoolDisabled, + bigipGtmProberPoolEnabled, + bigipGtmProberPoolMbrStatusChange, + bigipGtmProberPoolMbrStatusChangeReason, + bigipGtmProberPoolMbrDisabled, + bigipGtmProberPoolMbrEnabled, + bigipAvrAlertsMetricSnmp, + bigipAvrAlertsMetricSmtp, + bigipVcmpAlertsVcmpPowerOn, + bigipVcmpAlertsVcmpPowerOff, + bigipVcmpAlertsVcmpHBLost, + bigipVcmpAlertsVcmpHBDetected, + bigipSsdMwiNearThreshold, + bigipSsdMwiReachedThreshold, + bigipSystemCheckAlertTempHigh, + bigipSystemCheckAlertVoltageHigh, + bigipSystemCheckAlertFanSpeedLow, + bigipLibhalSsdPhysicalDiskRemoved, + bigipLibhalSsdLogicalDiskRemoved, + bigipLibhalDiskBayRemoved, + bigipLibhalBladePoweredOff, + bigipLibhalSensorAlarmCritical, + bigipChmandAlertFanTrayBad, + bigipUnsolicitedRepliesExceededThreshold, + bigipSystemCheckAlertVoltageLow, + bigipSystemCheckAlertMilliVoltageHigh, + bigipSystemCheckAlertCurrentHigh, + bigipSystemCheckAlertPowerHigh, + bigipSystemCheckAlertMilliVoltageLow, + bigipSystemCheckAlertCurrentLow, + bigipSystemCheckAlertPowerLow, + bigipNodeRate, + bigipMemberRate, + bigipVirtualRate, + bigipDosAttackStart, + bigipDosAttackStop, + bigipLtmVsAvail, + bigipLtmVsUnavail, + bigipLtmVsEnabled, + bigipLtmVsDisabled, + bigipDnsRequestRateLimiterEngaged, + bigipGtmRequestRateLimiterEngaged, + bigipTrafficGroupStandby, + bigipTrafficGroupActive, + bigipTrafficGroupOffline, + bigipTrafficGroupForcedOffline, + bigipTrafficGroupDeactivate, + bigipTrafficGroupActivate, + bigipPsPowerOn, + bigipPsPowerOff, + bigipPsAbsent, + bigipClusterPrimaryChanged, + bigipSystemShutdown, + bigipFipsDeviceError, + bigipUpdatePriority, + bigipUpdateServer, + bigipUpdateError, + bigipGtmDeletedFromGroup, + bigipGtmServerNotAvailNoIP, + bigipDDMPowerAlarm, + bigipDDMPowerWarn, + bigipDDMPowerAlarmClear, + bigipDDMPowerWarnClear, + bigipDDMNonF5Optics, + bigipTrafficGroupFailoverCond, + bigipTrafficGroupFailoverCondClear, + bigipDisableNonF5Optics, + bigipFipsFault, + bigipLibhalAomEventWarning, + bigipLibhalAomEventError, + bigipLibhalAomEventAlert, + bigipLibhalAomEventCritical, + bigipLibhalAomEventEmergency, + bigipLibhalAomEventInfo, + bigipLibhalAomSensorTempWarning, + bigipLibhalAomSensorTempError, + bigipLibhalAomSensorTempAlert, + bigipLibhalAomSensorTempCritical, + bigipLibhalAomSensorTempEmergency, + bigipLibhalAomSensorTempInfo, + bigipLibhalAomSensorFanWarning, + bigipLibhalAomSensorFanError, + bigipLibhalAomSensorFanAlert, + bigipLibhalAomSensorFanCritical, + bigipLibhalAomSensorFanEmergency, + bigipLibhalAomSensorFanInfo, + bigipLibhalAomSensorPwrWarning, + bigipLibhalAomSensorPwrError, + bigipLibhalAomSensorPwrAlert, + bigipLibhalAomSensorPwrCritical, + bigipLibhalAomSensorPwrEmergency, + bigipLibhalAomSensorPwrInfo, + bigipAccessGlobalLicenseTHDExceeded, + bigipAccessCCULicenseTHDExceeded, + bigipAccessURLFLicenseTHDExceeded, + bigipAccessHATransition, + bigipMonDBDaemonHungSQL, + bigipMonDBDaemonIdle, + bigipAccessURLFLimitedLicenseTHDExceeded, + bigipChassisInadequatePower, + bigipChassisPsUnidentified, + bigipIPsecTunnelUp, + bigipIPsecTunnelDown + } + STATUS current + DESCRIPTION + "The notifications relating to the operation of + the BIGIP system." + ::= { bigipNotificationGroups 3 } + +-- +LongDisplayString ::= TEXTUAL-CONVENTION + DISPLAY-HINT "1024a" + STATUS current + DESCRIPTION "A longer version of SNMPv2-TC::DisplayString." + SYNTAX OCTET STRING (SIZE (0..1024)) + +END + + + + + diff --git a/MIBS/f5/F5-BIGIP-GLOBAL-MIB b/MIBS/f5/F5-BIGIP-GLOBAL-MIB new file mode 100644 index 0000000..109b249 --- /dev/null +++ b/MIBS/f5/F5-BIGIP-GLOBAL-MIB @@ -0,0 +1,10863 @@ + +F5-BIGIP-GLOBAL-MIB DEFINITIONS ::= BEGIN +--================================================================ +-- F5-BIGIP-GLOBAL-MIB +-- A private enterprise MIB for F5 global traffic management +-- systems. +-- VERSION: 14.1.2.7 +--================================================================ + +IMPORTS + OBJECT-TYPE, NOTIFICATION-TYPE, MODULE-IDENTITY, + Opaque, enterprises, Counter32, Counter64, TimeTicks + FROM SNMPv2-SMI + + Gauge + FROM RFC1155-SMI + + TEXTUAL-CONVENTION, MacAddress + FROM SNMPv2-TC + + OBJECT-GROUP, MODULE-COMPLIANCE + FROM SNMPv2-CONF + + InetAddress, InetAddressType, InetPortNumber + FROM INET-ADDRESS-MIB + + bigipTrafficMgmt, bigipCompliances, bigipGroups, LongDisplayString + FROM F5-BIGIP-COMMON-MIB; + +--================================================================ +bigipGlobalTM MODULE-IDENTITY + LAST-UPDATED "201801292200Z" -- Mon Jan 29 22:00:01 UTC 2018 + ORGANIZATION "F5 Networks, Inc." + CONTACT-INFO + "postal: F5 Networks, Inc. + 401 Elliott Ave. West + Seattle, WA 98119 + phone: (206) 272-5555 + email: support@f5.com" + + DESCRIPTION + "Top-level infrastructure of the F5 enterprise MIB tree." + ::= { bigipTrafficMgmt 3 } + +--================================================================ + +-- bigipGlobalTM +gtmGlobals OBJECT IDENTIFIER ::= { bigipGlobalTM 1 } +gtmApplications OBJECT IDENTIFIER ::= { bigipGlobalTM 2 } +gtmDataCenters OBJECT IDENTIFIER ::= { bigipGlobalTM 3 } +gtmIps OBJECT IDENTIFIER ::= { bigipGlobalTM 4 } +gtmLinks OBJECT IDENTIFIER ::= { bigipGlobalTM 5 } +gtmPools OBJECT IDENTIFIER ::= { bigipGlobalTM 6 } +gtmRegions OBJECT IDENTIFIER ::= { bigipGlobalTM 7 } +gtmRules OBJECT IDENTIFIER ::= { bigipGlobalTM 8 } +gtmServers OBJECT IDENTIFIER ::= { bigipGlobalTM 9 } +gtmTopologies OBJECT IDENTIFIER ::= { bigipGlobalTM 10 } +gtmVirtualServers OBJECT IDENTIFIER ::= { bigipGlobalTM 11} +gtmWideips OBJECT IDENTIFIER ::= { bigipGlobalTM 12 } +gtmProberPools OBJECT IDENTIFIER ::= { bigipGlobalTM 13 } +gtmDNSSEC OBJECT IDENTIFIER ::= { bigipGlobalTM 14 } +gtmDevices OBJECT IDENTIFIER ::= { bigipGlobalTM 15 } +gtmDeviceIps OBJECT IDENTIFIER ::= { bigipGlobalTM 16 } +gtmLinkIps OBJECT IDENTIFIER ::= { bigipGlobalTM 17 } + +--gtmGlobals +gtmGlobalAttrs OBJECT IDENTIFIER ::= { gtmGlobals 1 } +gtmGlobalStats OBJECT IDENTIFIER ::= { gtmGlobals 2 } +gtmGlobalAttr OBJECT IDENTIFIER ::= { gtmGlobalAttrs 1 } +gtmGlobalLdnsProbeProto OBJECT IDENTIFIER ::= { gtmGlobalAttrs 2 } +gtmGlobalAttr2 OBJECT IDENTIFIER ::= { gtmGlobalAttrs 3 } +gtmGlobalStat OBJECT IDENTIFIER ::= { gtmGlobalStats 1 } +gtmGlobalDnssecStat OBJECT IDENTIFIER ::= { gtmGlobalStats 2 } + +--gtmApplications +gtmApplication OBJECT IDENTIFIER ::= { gtmApplications 1 } +gtmApplicationStatus OBJECT IDENTIFIER ::= { gtmApplications 2 } +gtmAppContextStat OBJECT IDENTIFIER ::= { gtmApplications 3 } +gtmAppContextDisable OBJECT IDENTIFIER ::= { gtmApplications 4 } +gtmApplicationWideip OBJECT IDENTIFIER ::= { gtmApplications 5 } + +--gtmDataCenters +gtmDataCenter OBJECT IDENTIFIER ::= { gtmDataCenters 1 } +gtmDataCenterStat OBJECT IDENTIFIER ::= { gtmDataCenters 2 } +gtmDataCenterStatus OBJECT IDENTIFIER ::= { gtmDataCenters 3 } + +--gtmIps +gtmIp OBJECT IDENTIFIER ::= { gtmIps 1 } + +--gtmLinks +gtmLink OBJECT IDENTIFIER ::= { gtmLinks 1 } +gtmLinkCost OBJECT IDENTIFIER ::= { gtmLinks 2 } +gtmLinkStat OBJECT IDENTIFIER ::= { gtmLinks 3 } +gtmLinkStatus OBJECT IDENTIFIER ::= { gtmLinks 4 } + +--gtmPools +gtmPool OBJECT IDENTIFIER ::= { gtmPools 1 } +gtmPoolStat OBJECT IDENTIFIER ::= { gtmPools 2 } +gtmPoolStatus OBJECT IDENTIFIER ::= { gtmPools 3 } +gtmPoolMember OBJECT IDENTIFIER ::= { gtmPools 4 } +gtmPoolMemberDepends OBJECT IDENTIFIER ::= { gtmPools 5 } +gtmPoolMemberStat OBJECT IDENTIFIER ::= { gtmPools 6 } +gtmPoolMemberStatus OBJECT IDENTIFIER ::= { gtmPools 7 } + +--gtmRegions +gtmRegionEntry OBJECT IDENTIFIER ::= { gtmRegions 1 } +gtmRegItem OBJECT IDENTIFIER ::= { gtmRegions 2 } + +--gtmRules +gtmRule OBJECT IDENTIFIER ::= { gtmRules 1 } +gtmRuleEvent OBJECT IDENTIFIER ::= { gtmRules 2 } +gtmRuleEventStat OBJECT IDENTIFIER ::= { gtmRules 3 } + +--gtmServers +gtmServer OBJECT IDENTIFIER ::= { gtmServers 1 } +gtmServerStat OBJECT IDENTIFIER ::= { gtmServers 2 } +gtmServerStatus OBJECT IDENTIFIER ::= { gtmServers 3 } +gtmServerStat2 OBJECT IDENTIFIER ::= { gtmServers 4 } + +--gtmTopItems +gtmTopItem OBJECT IDENTIFIER ::= { gtmTopologies 1 } + +--gtmVirtualServers +gtmVirtualServ OBJECT IDENTIFIER ::= { gtmVirtualServers 1 } +gtmVirtualServDepends OBJECT IDENTIFIER ::= { gtmVirtualServers 2 } +gtmVirtualServStat OBJECT IDENTIFIER ::= { gtmVirtualServers 3 } +gtmVirtualServStatus OBJECT IDENTIFIER ::= { gtmVirtualServers 4 } + +--gtmWideips +gtmWideip OBJECT IDENTIFIER ::= { gtmWideips 1 } +gtmWideipStat OBJECT IDENTIFIER ::= { gtmWideips 2 } +gtmWideipStatus OBJECT IDENTIFIER ::= { gtmWideips 3 } +gtmWideipAlias OBJECT IDENTIFIER ::= { gtmWideips 4 } +gtmWideipPool OBJECT IDENTIFIER ::= { gtmWideips 5 } +gtmWideipRule OBJECT IDENTIFIER ::= { gtmWideips 6 } + +--gtmProberPools +gtmProberPool OBJECT IDENTIFIER ::= { gtmProberPools 1 } +gtmProberPoolStat OBJECT IDENTIFIER ::= { gtmProberPools 2 } +gtmProberPoolStatus OBJECT IDENTIFIER ::= { gtmProberPools 3 } +gtmProberPoolMember OBJECT IDENTIFIER ::= { gtmProberPools 4 } +gtmProberPoolMemberStat OBJECT IDENTIFIER ::= { gtmProberPools 5 } +gtmProberPoolMemberStatus OBJECT IDENTIFIER ::= { gtmProberPools 6 } + +--gtmDNSSEC +gtmDnssecZoneStat OBJECT IDENTIFIER ::= { gtmDNSSEC 1 } + +--gtmDevices +gtmDevice OBJECT IDENTIFIER ::= { gtmDevices 1 } +gtmDeviceStat OBJECT IDENTIFIER ::= { gtmDevices 2 } +gtmDeviceStatus OBJECT IDENTIFIER ::= { gtmDevices 3 } + +--gtmDeviceIps +gtmDeviceIp OBJECT IDENTIFIER ::= { gtmDeviceIps 1 } + +--gtmLinkIps +gtmLinkIp OBJECT IDENTIFIER ::= { gtmLinkIps 1 } + + + +--================================================================== +-- Gtm_globals +--================================================================== +gtmAttrDumpTopology OBJECT-TYPE + SYNTAX INTEGER { + false(0), + true(1) + } + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated!. + The state indicating whether or not to dump the topology." + ::= { gtmGlobalAttr 1 } + +gtmAttrCacheLdns OBJECT-TYPE + SYNTAX INTEGER { + false(0), + true(1) + } + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated!. + The state indicating whether or not to cache LDNSes." + ::= { gtmGlobalAttr 2 } + +gtmAttrAolAware OBJECT-TYPE + SYNTAX INTEGER { + false(0), + true(1) + } + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated!. + The state indicating whether or not local DNS servers that + belong to AOL (America Online) are recognized." + ::= { gtmGlobalAttr 3 } + +gtmAttrCheckStaticDepends OBJECT-TYPE + SYNTAX INTEGER { + false(0), + true(1) + } + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated!. + The state indicating whether or not to check the availability + of virtual servers." + ::= { gtmGlobalAttr 4 } + +gtmAttrCheckDynamicDepends OBJECT-TYPE + SYNTAX INTEGER { + false(0), + true(1) + } + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated!. + The state indicating whether or not to check availability of + a path before it uses the path for load balancing." + ::= { gtmGlobalAttr 5 } + +gtmAttrDrainRequests OBJECT-TYPE + SYNTAX INTEGER { + false(0), + true(1) + } + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated!. + The state indicating whether or not persistent connections + are allowed to remain connected, until TTL expires, + when disabling a pool." + ::= { gtmGlobalAttr 6 } + +gtmAttrEnableResetsRipeness OBJECT-TYPE + SYNTAX INTEGER { + false(0), + true(1) + } + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated!. + The state indicating whether or not ripeness value is allowed + to be reset." + ::= { gtmGlobalAttr 7 } + +gtmAttrFbRespectDepends OBJECT-TYPE + SYNTAX INTEGER { + false(0), + true(1) + } + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated!. + The state indicating whether or not to respect virtual server + status when load balancing switches to the fallback mode." + ::= { gtmGlobalAttr 8 } + +gtmAttrFbRespectAcl OBJECT-TYPE + SYNTAX INTEGER { + false(0), + true(1) + } + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated!. + Deprecated! The state indicating whether or not to respect ACL. + This is part of an outdated mechanism for disabling virtual servers" + ::= { gtmGlobalAttr 9 } + +gtmAttrDefaultAlternate OBJECT-TYPE + SYNTAX INTEGER { + returntodns(0), + null(1), + roundrobin(2), + ratio(3), + topology(4), + statpersist(5), + ga(6), + vscapacity(7), + leastconn(8), + lowestrtt(9), + lowesthops(10), + packetrate(11), + cpu(12), + hitratio(13), + qos(14), + bps(15), + droppacket(16), + explicitip(17), + vssore(18) + } + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated!. + The default alternate LB method." + ::= { gtmGlobalAttr 10 } + +gtmAttrDefaultFallback OBJECT-TYPE + SYNTAX INTEGER { + returntodns(0), + null(1), + roundrobin(2), + ratio(3), + topology(4), + statpersit(5), + ga(6), + vscapacity(7), + leastconn(8), + lowestrtt(9), + lowesthops(10), + packetrate(11), + cpu(12), + hitratio(13), + qos(14), + bps(15), + droppacket(16), + explicitip(17), + vsscore(18) + } + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated!. + The default fallback LB method." + ::= { gtmGlobalAttr 11 } + +gtmAttrPersistMask OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated!. + Deprecated! Replaced by gtmAttrStaticPersistCidr and gtmAttrStaticPersistV6Cidr. + The persistence mask which is used to determine the netmask applied + for static persistance requests." + ::= { gtmGlobalAttr 12 } + +gtmAttrGtmSetsRecursion OBJECT-TYPE + SYNTAX INTEGER { + false(0), + true(1) + } + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated!. + The state indicating whether set recursion by global + traffic management object(GTM) is enable or not." + ::= { gtmGlobalAttr 13 } + +gtmAttrQosFactorLcs OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated!. + The factor used to normalize link capacity values + when the load balancing mode is set to LB_METHOD_QOS." + ::= { gtmGlobalAttr 14 } + +gtmAttrQosFactorRtt OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated!. + The factor used to normalize round-trip time values + when the load balancing mode is set to LB_METHOD_QOS." + ::= { gtmGlobalAttr 15 } + +gtmAttrQosFactorHops OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated!. + The factor used to normalize hops when the load + balancing mode is set to LB_METHOD_QOS." + ::= { gtmGlobalAttr 16 } + +gtmAttrQosFactorHitRatio OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated!. + The factor used to normalize ping packet completion + rates when the load balancing mode is set to LB_METHOD_QOS." + ::= { gtmGlobalAttr 17 } + +gtmAttrQosFactorPacketRate OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated!. + The factor used to normalize packet rates when the load + balancing mode is set to LB_METHOD_QOS." + ::= { gtmGlobalAttr 18 } + +gtmAttrQosFactorBps OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated!. + The factor used to normalize kilobytes per second + when the load balancing mode is set to LB_METHOD_QOS." + ::= { gtmGlobalAttr 19 } + +gtmAttrQosFactorVsCapacity OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated!. + The factor used to normalize virtual server capacity + values when the load balancing mode is set to LB_METHOD_QOS." + ::= { gtmGlobalAttr 20 } + +gtmAttrQosFactorTopology OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated!. + The factor used to normalize topology values when the load + balancing mode is set to LB_METHOD_QOS." + ::= { gtmGlobalAttr 21 } + +gtmAttrQosFactorConnRate OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated!. + Deprecated! + Replaced by gtmAttrQosFactorVsScore. + The factor used to normalize connection rates when the load + balancing mode is set to LB_METHOD_QOS." + ::= { gtmGlobalAttr 22 } + +gtmAttrTimerRetryPathData OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated!. + The frequency at which to retrieve path data." + ::= { gtmGlobalAttr 23 } + +gtmAttrTimerGetAutoconfigData OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated!. + The frequency at which to retrieve auto-configuration data." + ::= { gtmGlobalAttr 24 } + +gtmAttrTimerPersistCache OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated!. + The frequency at which to retrieve path and metrics + data from the system cache." + ::= { gtmGlobalAttr 25 } + +gtmAttrDefaultProbeLimit OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated!. + The default probe limit, the number of times to probe a path." + ::= { gtmGlobalAttr 26 } + +gtmAttrDownThreshold OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated!. + The down_threshold value. If a host server or a host virtual server + has been marked down for the last down_threshold probing cycles + (timer_get_host_data or timer_get_vs_data respectively), then perform + service checks every down_multiple * timer period instead." + ::= { gtmGlobalAttr 27 } + +gtmAttrDownMultiple OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated!. + The down_multiple value. If a host server or a host virtual server + has been marked down for the last down_threshold probing cycles + (timer_get_host_data or timer_get_vs_data respectively), then perform + service checks every down_multiple * timer period instead." + ::= { gtmGlobalAttr 28 } + +gtmAttrPathTtl OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated!. + The TTL for the path information." + ::= { gtmGlobalAttr 29 } + +gtmAttrTraceTtl OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated!. + The TTL for the traceroute information." + ::= { gtmGlobalAttr 30 } + +gtmAttrLdnsDuration OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated!. + The number of seconds that an inactive LDNS remains cached." + ::= { gtmGlobalAttr 31 } + +gtmAttrPathDuration OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated!. + The number of seconds that a path remains cached after its last access." + ::= { gtmGlobalAttr 32 } + +gtmAttrRttSampleCount OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated!. + The number of packets to send out in a probe request to determine + path information." + ::= { gtmGlobalAttr 33 } + +gtmAttrRttPacketLength OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated!. + The length of the packet sent out in a probe request to determine + path information." + ::= { gtmGlobalAttr 34 } + +gtmAttrRttTimeout OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated!. + The timeout for RTT, in seconds." + ::= { gtmGlobalAttr 35 } + +gtmAttrMaxMonReqs OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated!. + The maximum synchronous monitor request, which is used to control + the maximum number of monitor requests being sent out at one time + for a given probing interval. This will allow the user to smooth out + monitor probe requests as much as they desire." + ::= { gtmGlobalAttr 36 } + +gtmAttrTraceroutePort OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated!. + The port to use to collect traceroute (hops) data." + ::= { gtmGlobalAttr 37 } + +gtmAttrPathsNeverDie OBJECT-TYPE + SYNTAX INTEGER { + false(0), + true(1) + } + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated!. + The state indicating whether the dynamic load balancing modes + can use path data even after the TTL for the path data has expired." + ::= { gtmGlobalAttr 38 } + +gtmAttrProbeDisabledObjects OBJECT-TYPE + SYNTAX INTEGER { + false(0), + true(1) + } + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated!. + The state indicating whether probing disabled objects by global + traffic management object(GTM) is enabled or not." + ::= { gtmGlobalAttr 39 } + +gtmAttrLinkLimitFactor OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated!. + The link limit factor, which is used to set a target percentage + for traffic. For example, if it is set to 90, the ratio cost + based load-balancing will set a ratio with a maximum value equal + to 90% of the limit value for the link. Default is 95%." + ::= { gtmGlobalAttr 40 } + +gtmAttrOverLimitLinkLimitFactor OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated!. + The over-limit link limit factor. If traffic on a link exceeds + the limit, this factor will be used instead of the link_limit_factor + until the traffic is over limit for more than max_link_over_limit_count + times. Once the limit has been exceeded too many times, all traffic + is shut off for the link. The default for + over_limit_link_limit_factor is 90%." + ::= { gtmGlobalAttr 41 } + +gtmAttrLinkPrepaidFactor OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated!. + The link prepaid factor. Maximum percentage of traffic allocated + to link which has a traffic allotment which has been prepaid. + Default is 95%." + ::= { gtmGlobalAttr 42 } + +gtmAttrLinkCompensateInbound OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated!. + The link compensate inbound. If set, the link allotment calculation + will take into account traffic which does not flow through the BIGIP, + i.e. if more traffic is flowing through a link as measured by SNMP + on the router than is flowing through the BIGIP. This applies to + inbound traffic which the major volume will initiate from internal + clients." + ::= { gtmGlobalAttr 43 } + +gtmAttrLinkCompensateOutbound OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated!. + The link compensate outbound. If set, the link allotment calculation + will take into account traffic which does not flow through the BIGIP, + i.e. if more traffic is flowing through a link as measured by SNMP + on the router than is flowing through the BIGIP. This applies to + outbound traffic which the major volume will initiate from internal + clients." + ::= { gtmGlobalAttr 44 } + +gtmAttrLinkCompensationHistory OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated!. + The link compensation history." + ::= { gtmGlobalAttr 45 } + +gtmAttrMaxLinkOverLimitCount OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated!. + The maximum link over limit count. The count of how many times + in a row traffic may be over the defined limit for the link before + it is shut off entirely. Default is 1." + ::= { gtmGlobalAttr 46 } + +gtmAttrLowerBoundPctRow OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated!. + Deprecated! No longer useful. + The lower bound percentage row option in Internet Weather Map." + ::= { gtmGlobalAttr 47 } + +gtmAttrLowerBoundPctCol OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated!. + Deprecated! No longer useful. + The lower bound percentage column option in Internet Weather Map." + ::= { gtmGlobalAttr 48 } + +gtmAttrAutoconf OBJECT-TYPE + SYNTAX INTEGER { + false(0), + true(1) + } + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated!. + The state indicating whether to auto configure BIGIP/3DNS servers + (automatic addition and deletion of self IPs and virtual servers)." + ::= { gtmGlobalAttr 49 } + +gtmAttrAutosync OBJECT-TYPE + SYNTAX INTEGER { + false(0), + true(1) + } + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated!. + The state indicating whether or not to autosync. + Allows automatic updates of wideip.conf to/from other 3-DNSes." + ::= { gtmGlobalAttr 50 } + +gtmAttrSyncNamedConf OBJECT-TYPE + SYNTAX INTEGER { + false(0), + true(1) + } + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated!. + The state indicating whether or not to auto-synchronize named + configuration. Allows automatic updates of named.conf to/from other 3-DNSes." + ::= { gtmGlobalAttr 51 } + +gtmAttrSyncGroup OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated!. + The name of sync group." + ::= { gtmGlobalAttr 52 } + +gtmAttrSyncTimeout OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated!. + The sync timeout. If synch'ing from a remote 3-DNS takes longer than + this timeout, then abort the connection." + ::= { gtmGlobalAttr 53 } + +gtmAttrSyncZonesTimeout OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated!. + The sync zones timeout. If synch'ing named and zone configuration + takes this timeout, then abort the connection." + ::= { gtmGlobalAttr 54 } + +gtmAttrTimeTolerance OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated!. + The allowable time difference for data to be out of sync between + members of a sync group." + ::= { gtmGlobalAttr 55 } + +gtmAttrTopologyLongestMatch OBJECT-TYPE + SYNTAX INTEGER { + false(0), + true(1) + } + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated!. + The state indicating whether or not the 3-DNS Controller selects + the topology record that is most specific and, thus, has the longest + match, in cases where there are several IP/netmask items that match + a particular IP address. + If it is set to false, the 3-DNS Controller uses the first topology record + that matches (according to the order of entry) in the topology statement." + ::= { gtmGlobalAttr 56 } + +gtmAttrTopologyAclThreshold OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated!. + Deprecated! The threshold of the topology ACL. + This is an outdated mechanism for disabling a node." + ::= { gtmGlobalAttr 57 } + +gtmAttrStaticPersistCidr OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated!. + The variable used with the static persistence load balancing mode + to allow users to specify what cidr should be used. + This is used for IPv4." + ::= { gtmGlobalAttr 58 } + +gtmAttrStaticPersistV6Cidr OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated!. + The variable used with the static persistence load balancing mode + to allow users to specify what cidr should be used. + This is used for IPv6." + ::= { gtmGlobalAttr 59 } + +gtmAttrQosFactorVsScore OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated!. + The factor used to normalize virtual server (VS) score + when the load balancing mode is set to LB_METHOD_QOS." + ::= { gtmGlobalAttr 60 } + +gtmAttrTimerSendKeepAlive OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated!. + The frequency of GTM keep alive messages (strictly the config timestamps)." + ::= { gtmGlobalAttr 61 } + +gtmAttrCertificateDepth OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated!. + Deprecated! No longer updated. + When non-zero, customers may use their own SSL certificates by setting the certificate depth." + ::= { gtmGlobalAttr 62 } + +gtmAttrMaxMemoryUsage OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated!. + Deprecated! The maximum amount of memory (in MB) allocated to GTM." + ::= { gtmGlobalAttr 63 } + +--================================================================== +-- Gtm_globals_ldns_probe_protocols +--================================================================== +gtmGlobalLdnsProbeProtoNumber OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of gtmGlobalLdnsProbeProto entries in the table." + ::= { gtmGlobalLdnsProbeProto 1 } + +gtmGlobalLdnsProbeProtoTable OBJECT-TYPE + SYNTAX SEQUENCE OF GtmGlobalLdnsProbeProtoEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A table containing information of global LDNS probe protocols for GTM (Global Traffic Management)." + ::= { gtmGlobalLdnsProbeProto 2 } + +gtmGlobalLdnsProbeProtoEntry OBJECT-TYPE + SYNTAX GtmGlobalLdnsProbeProtoEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Columns in the gtmGlobalLdnsProbeProto Table" + INDEX { + gtmGlobalLdnsProbeProtoName, + gtmGlobalLdnsProbeProtoIndex + } + ::= { gtmGlobalLdnsProbeProtoTable 1 } + +GtmGlobalLdnsProbeProtoEntry ::= + SEQUENCE { + gtmGlobalLdnsProbeProtoIndex INTEGER, + gtmGlobalLdnsProbeProtoType INTEGER, + gtmGlobalLdnsProbeProtoName LongDisplayString + } + +gtmGlobalLdnsProbeProtoIndex OBJECT-TYPE + SYNTAX INTEGER(0..2147483647) + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The index of LDNS probe protocols." + ::= { gtmGlobalLdnsProbeProtoEntry 1 } + +gtmGlobalLdnsProbeProtoType OBJECT-TYPE + SYNTAX INTEGER { + icmp(0), + tcp(1), + udp(2), + dnsdot(3), + dnsrev(4) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The LDNS probe protocol. The less index is, the more preferred protocol is." + ::= { gtmGlobalLdnsProbeProtoEntry 2 } + +gtmGlobalLdnsProbeProtoName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "name as a key." + ::= { gtmGlobalLdnsProbeProtoEntry 3 } + +--================================================================== +-- Gtm_global_stat +--================================================================== +gtmStatResetStats OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "The action to reset resettable statistics data in gtmGlobalStat. + Setting this value to 1 will reset statistics data. + Note, some statistics data may not be reset including data that are incremental counters." + ::= { gtmGlobalStat 1 } + +gtmStatRequests OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of total requests for wide IPs for GTM (Global Traffic Management)." + ::= { gtmGlobalStat 2 } + +gtmStatResolutions OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of total resolutions for wide IPs for GTM (Global Traffic Management)." + ::= { gtmGlobalStat 3 } + +gtmStatPersisted OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of persisted requests for wide IPs for GTM (Global Traffic Management)." + ::= { gtmGlobalStat 4 } + +gtmStatPreferred OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of times which the preferred load balance method is used + for wide IPs for GTM (Global Traffic Management)." + ::= { gtmGlobalStat 5 } + +gtmStatAlternate OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of times which the alternate load balance method is used + for wide IPs for GTM (Global Traffic Management)." + ::= { gtmGlobalStat 6 } + +gtmStatFallback OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of times which the alternate load balance method is used + for wide IPs for GTM (Global Traffic Management)." + ::= { gtmGlobalStat 7 } + +gtmStatDropped OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of dropped DNS messages for wide IPs for GTM (Global Traffic Management)." + ::= { gtmGlobalStat 8 } + +gtmStatExplicitIp OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! The number of times which a LDNS was persisted to wide IPs + by the explicit IP rule for GTM (Global Traffic Management)." + ::= { gtmGlobalStat 9 } + +gtmStatReturnToDns OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of times which a resolve was returned to DNS (for resolution) + for wide IPs for GTM (Global Traffic Management)." + ::= { gtmGlobalStat 10 } + +gtmStatReconnects OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of total reconnects for GTM (Global Traffic Management)." + ::= { gtmGlobalStat 11 } + +gtmStatBytesReceived OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of bytes received by the system for GTM (Global Traffic Management)." + ::= { gtmGlobalStat 12 } + +gtmStatBytesSent OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of bytes sent out by the system for GTM (Global Traffic Management)." + ::= { gtmGlobalStat 13 } + +gtmStatNumBacklogged OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of times when a send action was backlogged for GTM (Global Traffic Management)." + ::= { gtmGlobalStat 14 } + +gtmStatBytesDropped OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of bytes dropped due to backlogged/unconnected + for GTM (Global Traffic Management)." + ::= { gtmGlobalStat 15 } + +gtmStatLdnses OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total current LDNSes for GTM (Global Traffic Management)." + ::= { gtmGlobalStat 16 } + +gtmStatPaths OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total current paths for GTM (Global Traffic Management)." + ::= { gtmGlobalStat 17 } + +gtmStatReturnFromDns OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of times which a resolve was returned from DNS + for wide IPs for GTM (Global Traffic Management)." + ::= { gtmGlobalStat 18 } + +gtmStatCnameResolutions OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of times which a query is resolved by the CNAME of pools + associated with a Wide IP for GTM (Global Traffic Management)." + ::= { gtmGlobalStat 19 } + +gtmStatARequests OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of A requests for wide IPs for GTM (Global Traffic Management)." + ::= { gtmGlobalStat 20 } + +gtmStatAaaaRequests OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of AAAA requests for wide IPs for GTM (Global Traffic Management)." + ::= { gtmGlobalStat 21 } + +--================================================================== +-- Gtm_application +--================================================================== +gtmAppNumber OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of gtmApplication entries in the table." + ::= { gtmApplication 1 } + +gtmAppTable OBJECT-TYPE + SYNTAX SEQUENCE OF GtmAppEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A table containing information of applications for GTM (Global Traffic Management)." + ::= { gtmApplication 2 } + +gtmAppEntry OBJECT-TYPE + SYNTAX GtmAppEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Columns in the gtmApp Table" + INDEX { + gtmAppName + } + ::= { gtmAppTable 1 } + +GtmAppEntry ::= + SEQUENCE { + gtmAppName LongDisplayString, + gtmAppPersist INTEGER, + gtmAppTtlPersist Gauge, + gtmAppAvailability INTEGER + } + +gtmAppName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of an application." + ::= { gtmAppEntry 1 } + +gtmAppPersist OBJECT-TYPE + SYNTAX INTEGER { + false(0), + true(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The state indicating whether persistence is enabled or not." + ::= { gtmAppEntry 2 } + +gtmAppTtlPersist OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The persistence TTL value for the specified application." + ::= { gtmAppEntry 3 } + +gtmAppAvailability OBJECT-TYPE + SYNTAX INTEGER { + none(0), + server(1), + link(2), + datacenter(3) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The availability dependency for the specified application. + The application object availability does not depend on anything, + or it depends on at lease one of server, link, or data center being up." + ::= { gtmAppEntry 4 } + +--================================================================== +-- Gtm_application_status +--================================================================== +gtmAppStatusNumber OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of gtmApplicationStatus entries in the table." + ::= { gtmApplicationStatus 1 } + +gtmAppStatusTable OBJECT-TYPE + SYNTAX SEQUENCE OF GtmAppStatusEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A table containing status information of applications for GTM (Global Traffic Management)." + ::= { gtmApplicationStatus 2 } + +gtmAppStatusEntry OBJECT-TYPE + SYNTAX GtmAppStatusEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Columns in the gtmAppStatus Table" + INDEX { + gtmAppStatusName + } + ::= { gtmAppStatusTable 1 } + +GtmAppStatusEntry ::= + SEQUENCE { + gtmAppStatusName LongDisplayString, + gtmAppStatusAvailState INTEGER, + gtmAppStatusEnabledState INTEGER, + gtmAppStatusParentType Gauge, + gtmAppStatusDetailReason LongDisplayString + } + +gtmAppStatusName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of an application." + ::= { gtmAppStatusEntry 1 } + +gtmAppStatusAvailState OBJECT-TYPE + SYNTAX INTEGER { + none(0), + green(1), + yellow(2), + red(3), + blue(4), + gray(5) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The availability of the specified application indicated by color. + none - error; + green - available in some capacity; + yellow - not currently available; + red - not available; + blue - availability is unknown; + gray - unlicensed." + ::= { gtmAppStatusEntry 2 } + +gtmAppStatusEnabledState OBJECT-TYPE + SYNTAX INTEGER { + none(0), + enabled(1), + disabled(2), + disabledbyparent(3) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The activity status of the specified application, as specified + by the user." + ::= { gtmAppStatusEntry 3 } + +gtmAppStatusParentType OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! This is an internal data. + The type of parent object which disabled the specified application." + ::= { gtmAppStatusEntry 4 } + +gtmAppStatusDetailReason OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The detail description of the specified application's status." + ::= { gtmAppStatusEntry 5 } + +--================================================================== +-- Gtm_application_context_stat +--================================================================== +gtmAppContStatNumber OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of gtmAppContextStat entries in the table." + ::= { gtmAppContextStat 1 } + +gtmAppContStatTable OBJECT-TYPE + SYNTAX SEQUENCE OF GtmAppContStatEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A table containing information of all able to used objects of + application contexts for GTM (Global Traffic Management)." + ::= { gtmAppContextStat 2 } + +gtmAppContStatEntry OBJECT-TYPE + SYNTAX GtmAppContStatEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Columns in the gtmAppContStat Table" + INDEX { + gtmAppContStatAppName, + gtmAppContStatType, + gtmAppContStatName + } + ::= { gtmAppContStatTable 1 } + +GtmAppContStatEntry ::= + SEQUENCE { + gtmAppContStatAppName LongDisplayString, + gtmAppContStatType INTEGER, + gtmAppContStatName LongDisplayString, + gtmAppContStatNumAvail Counter64, + gtmAppContStatAvailState INTEGER, + gtmAppContStatEnabledState INTEGER, + gtmAppContStatParentType Gauge, + gtmAppContStatDetailReason LongDisplayString + } + +gtmAppContStatAppName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of an application." + ::= { gtmAppContStatEntry 1 } + +gtmAppContStatType OBJECT-TYPE + SYNTAX INTEGER { + datacenter(0), + server(1), + link(2) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The object type of an application's context for the specified application." + ::= { gtmAppContStatEntry 2 } + +gtmAppContStatName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The object name of an application's context for the specified application." + ::= { gtmAppContStatEntry 3 } + +gtmAppContStatNumAvail OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The minimum number of pool members per wide IP available + (green + enabled) in this context." + ::= { gtmAppContStatEntry 4 } + +gtmAppContStatAvailState OBJECT-TYPE + SYNTAX INTEGER { + none(0), + green(1), + yellow(2), + red(3), + blue(4), + gray(5) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The availability of the specified application context indicated by color. + none - error; + green - available in some capacity; + yellow - not currently available; + red - not available; + blue - availability is unknown; + gray - unlicensed." + ::= { gtmAppContStatEntry 5 } + +gtmAppContStatEnabledState OBJECT-TYPE + SYNTAX INTEGER { + none(0), + enabled(1), + disabled(2), + disabledbyparent(3) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The activity status of the specified application context, as specified + by the user." + ::= { gtmAppContStatEntry 6 } + +gtmAppContStatParentType OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! This is an internal data. + The type of parent object which disabled the specified application context." + ::= { gtmAppContStatEntry 7 } + +gtmAppContStatDetailReason OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The detail description of the specified application context 's status." + ::= { gtmAppContStatEntry 8 } + +--================================================================== +-- Gtm_application_context_disable +--================================================================== +gtmAppContDisNumber OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of gtmAppContextDisable entries in the table." + ::= { gtmAppContextDisable 1 } + +gtmAppContDisTable OBJECT-TYPE + SYNTAX SEQUENCE OF GtmAppContDisEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A table containing information of disabled objects of application + contexts for GTM (Global Traffic Management)." + ::= { gtmAppContextDisable 2 } + +gtmAppContDisEntry OBJECT-TYPE + SYNTAX GtmAppContDisEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Columns in the gtmAppContDis Table" + INDEX { + gtmAppContDisAppName, + gtmAppContDisType, + gtmAppContDisName + } + ::= { gtmAppContDisTable 1 } + +GtmAppContDisEntry ::= + SEQUENCE { + gtmAppContDisAppName LongDisplayString, + gtmAppContDisType INTEGER, + gtmAppContDisName LongDisplayString + } + +gtmAppContDisAppName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of an application." + ::= { gtmAppContDisEntry 1 } + +gtmAppContDisType OBJECT-TYPE + SYNTAX INTEGER { + datacenter(0), + server(1), + link(2) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The object type of a disabled application's context for the specified application.." + ::= { gtmAppContDisEntry 2 } + +gtmAppContDisName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The object name of a disabled application's context for the specified application." + ::= { gtmAppContDisEntry 3 } + +--================================================================== +-- Gtm_dc +--================================================================== +gtmDcNumber OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of gtmDataCenter entries in the table." + ::= { gtmDataCenter 1 } + +gtmDcTable OBJECT-TYPE + SYNTAX SEQUENCE OF GtmDcEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A table containing information of data centers for GTM (Global Traffic Management)." + ::= { gtmDataCenter 2 } + +gtmDcEntry OBJECT-TYPE + SYNTAX GtmDcEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Columns in the gtmDc Table" + INDEX { + gtmDcName + } + ::= { gtmDcTable 1 } + +GtmDcEntry ::= + SEQUENCE { + gtmDcName LongDisplayString, + gtmDcLocation LongDisplayString, + gtmDcContact LongDisplayString, + gtmDcEnabled INTEGER + } + +gtmDcName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of a data center." + ::= { gtmDcEntry 1 } + +gtmDcLocation OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The location information of the specified data center." + ::= { gtmDcEntry 2 } + +gtmDcContact OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The contact information of the specified data center." + ::= { gtmDcEntry 3 } + +gtmDcEnabled OBJECT-TYPE + SYNTAX INTEGER { + false(0), + true(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The state whether the specified data center is enabled or not." + ::= { gtmDcEntry 4 } + +--================================================================== +-- Gtm_dc_stat +--================================================================== +gtmDcStatResetStats OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "The action to reset resettable statistics data in gtmDataCenterStat. + Setting this value to 1 will reset statistics data. + Note, some statistics data may not be reset including data that are incremental counters." + ::= { gtmDataCenterStat 1 } + +gtmDcStatNumber OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of gtmDataCenterStat entries in the table." + ::= { gtmDataCenterStat 2 } + +gtmDcStatTable OBJECT-TYPE + SYNTAX SEQUENCE OF GtmDcStatEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A table containing statistics information of data centers + for GTM (Global Traffic Management)." + ::= { gtmDataCenterStat 3 } + +gtmDcStatEntry OBJECT-TYPE + SYNTAX GtmDcStatEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Columns in the gtmDcStat Table" + INDEX { + gtmDcStatName + } + ::= { gtmDcStatTable 1 } + +GtmDcStatEntry ::= + SEQUENCE { + gtmDcStatName LongDisplayString, + gtmDcStatCpuUsage Counter64, + gtmDcStatMemAvail Counter64, + gtmDcStatBitsPerSecIn Counter64, + gtmDcStatBitsPerSecOut Counter64, + gtmDcStatPktsPerSecIn Counter64, + gtmDcStatPktsPerSecOut Counter64, + gtmDcStatConnections Counter64, + gtmDcStatConnRate Counter64 + } + +gtmDcStatName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of a data center." + ::= { gtmDcStatEntry 1 } + +gtmDcStatCpuUsage OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The CPU usage in percentage for the specified data center." + ::= { gtmDcStatEntry 2 } + +gtmDcStatMemAvail OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The memory available in bytes for the specified data center." + ::= { gtmDcStatEntry 3 } + +gtmDcStatBitsPerSecIn OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of bits per second received by the specified data center." + ::= { gtmDcStatEntry 4 } + +gtmDcStatBitsPerSecOut OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of bits per second sent from the specified data center." + ::= { gtmDcStatEntry 5 } + +gtmDcStatPktsPerSecIn OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of packets per second received by the specified data center." + ::= { gtmDcStatEntry 6 } + +gtmDcStatPktsPerSecOut OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of packets per second sent from the specified data center." + ::= { gtmDcStatEntry 7 } + +gtmDcStatConnections OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of total connections to the specified data center." + ::= { gtmDcStatEntry 8 } + +gtmDcStatConnRate OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! This feature has been eliminated. + The connection rate (current connection rate/connection rate limit) + in percentage for the specified data center." + ::= { gtmDcStatEntry 9 } + +--================================================================== +-- Gtm_dc_status +--================================================================== +gtmDcStatusNumber OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of gtmDataCenterStatus entries in the table." + ::= { gtmDataCenterStatus 1 } + +gtmDcStatusTable OBJECT-TYPE + SYNTAX SEQUENCE OF GtmDcStatusEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A table containing status information of data centers + for GTM (Global Traffic Management)." + ::= { gtmDataCenterStatus 2 } + +gtmDcStatusEntry OBJECT-TYPE + SYNTAX GtmDcStatusEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Columns in the gtmDcStatus Table" + INDEX { + gtmDcStatusName + } + ::= { gtmDcStatusTable 1 } + +GtmDcStatusEntry ::= + SEQUENCE { + gtmDcStatusName LongDisplayString, + gtmDcStatusAvailState INTEGER, + gtmDcStatusEnabledState INTEGER, + gtmDcStatusParentType Gauge, + gtmDcStatusDetailReason LongDisplayString + } + +gtmDcStatusName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of a data center." + ::= { gtmDcStatusEntry 1 } + +gtmDcStatusAvailState OBJECT-TYPE + SYNTAX INTEGER { + none(0), + green(1), + yellow(2), + red(3), + blue(4), + gray(5) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The availability of the specified data center indicated by color. + none - error; + green - available in some capacity; + yellow - not currently available; + red - not available; + blue - availability is unknown; + gray - unlicensed." + ::= { gtmDcStatusEntry 2 } + +gtmDcStatusEnabledState OBJECT-TYPE + SYNTAX INTEGER { + none(0), + enabled(1), + disabled(2), + disabledbyparent(3) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The activity status of the specified data center, as specified + by the user." + ::= { gtmDcStatusEntry 3 } + +gtmDcStatusParentType OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! This is an internal data. + The type of parent object which disabled the specified data center." + ::= { gtmDcStatusEntry 4 } + +gtmDcStatusDetailReason OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The detail description of the specified data center's status." + ::= { gtmDcStatusEntry 5 } + +--================================================================== +-- Gtm_ip +--================================================================== +gtmIpNumber OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated!. + The number of gtmIp entries in the table." + ::= { gtmIp 1 } + +gtmIpTable OBJECT-TYPE + SYNTAX SEQUENCE OF GtmIpEntry + MAX-ACCESS not-accessible + STATUS deprecated + DESCRIPTION + "Deprecated! Replaced by gtmDeviceIp and gtmLinkIp tables. + A table containing information of IPs for GTM (Global Traffic Management)." + ::= { gtmIp 2 } + +gtmIpEntry OBJECT-TYPE + SYNTAX GtmIpEntry + MAX-ACCESS not-accessible + STATUS deprecated + DESCRIPTION + "Columns in the gtmIp Table" + INDEX { + gtmIpIpType, + gtmIpIp, + gtmIpLinkName, + gtmIpServerName + } + ::= { gtmIpTable 1 } + +GtmIpEntry ::= + SEQUENCE { + gtmIpIpType InetAddressType, + gtmIpIp InetAddress, + gtmIpLinkName LongDisplayString, + gtmIpServerName LongDisplayString, + gtmIpUnitId Gauge, + gtmIpIpXlatedType InetAddressType, + gtmIpIpXlated InetAddress, + gtmIpDeviceName LongDisplayString + } + +gtmIpIpType OBJECT-TYPE + SYNTAX InetAddressType + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! The IP address type of gtmIpIp." + ::= { gtmIpEntry 1 } + +gtmIpIp OBJECT-TYPE + SYNTAX InetAddress + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! The IP address that belong to the specified box. It is interpreted + within the context of a gtmIpIpType value." + ::= { gtmIpEntry 2 } + +gtmIpLinkName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! The link name with which the specified IP address associates." + ::= { gtmIpEntry 3 } + +gtmIpServerName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! The name of the server with which the specified IP address is associated." + ::= { gtmIpEntry 4 } + +gtmIpUnitId OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! This is replaced by device_name. + The box ID with which the specified IP address associates." + ::= { gtmIpEntry 5 } + +gtmIpIpXlatedType OBJECT-TYPE + SYNTAX InetAddressType + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! The IP address type of gtmIpIpXlated." + ::= { gtmIpEntry 6 } + +gtmIpIpXlated OBJECT-TYPE + SYNTAX InetAddress + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! The translated address for the specified IP. It is interpreted + within the context of a gtmIpIpXlatedType value." + ::= { gtmIpEntry 7 } + +gtmIpDeviceName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! The box name with which the specified IP address associates." + ::= { gtmIpEntry 8 } + +--================================================================== +-- Gtm_link +--================================================================== +gtmLinkNumber OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of gtmLink entries in the table." + ::= { gtmLink 1 } + +gtmLinkTable OBJECT-TYPE + SYNTAX SEQUENCE OF GtmLinkEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A table containing information of links within associated data center + for GTM (Global Traffic Management)." + ::= { gtmLink 2 } + +gtmLinkEntry OBJECT-TYPE + SYNTAX GtmLinkEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Columns in the gtmLink Table" + INDEX { + gtmLinkName + } + ::= { gtmLinkTable 1 } + +GtmLinkEntry ::= + SEQUENCE { + gtmLinkName LongDisplayString, + gtmLinkDcName LongDisplayString, + gtmLinkIspName LongDisplayString, + gtmLinkUplinkAddressType InetAddressType, + gtmLinkUplinkAddress InetAddress, + gtmLinkLimitInCpuUsageEnabled INTEGER, + gtmLinkLimitInMemAvailEnabled INTEGER, + gtmLinkLimitInBitsPerSecEnabled INTEGER, + gtmLinkLimitInPktsPerSecEnabled INTEGER, + gtmLinkLimitInConnEnabled INTEGER, + gtmLinkLimitInConnPerSecEnabled INTEGER, + gtmLinkLimitInCpuUsage Counter64, + gtmLinkLimitInMemAvail Counter64, + gtmLinkLimitInBitsPerSec Counter64, + gtmLinkLimitInPktsPerSec Counter64, + gtmLinkLimitInConn Counter64, + gtmLinkLimitInConnPerSec Counter64, + gtmLinkLimitOutCpuUsageEnabled INTEGER, + gtmLinkLimitOutMemAvailEnabled INTEGER, + gtmLinkLimitOutBitsPerSecEnabled INTEGER, + gtmLinkLimitOutPktsPerSecEnabled INTEGER, + gtmLinkLimitOutConnEnabled INTEGER, + gtmLinkLimitOutConnPerSecEnabled INTEGER, + gtmLinkLimitOutCpuUsage Counter64, + gtmLinkLimitOutMemAvail Counter64, + gtmLinkLimitOutBitsPerSec Counter64, + gtmLinkLimitOutPktsPerSec Counter64, + gtmLinkLimitOutConn Counter64, + gtmLinkLimitOutConnPerSec Counter64, + gtmLinkLimitTotalCpuUsageEnabled INTEGER, + gtmLinkLimitTotalMemAvailEnabled INTEGER, + gtmLinkLimitTotalBitsPerSecEnabled INTEGER, + gtmLinkLimitTotalPktsPerSecEnabled INTEGER, + gtmLinkLimitTotalConnEnabled INTEGER, + gtmLinkLimitTotalConnPerSecEnabled INTEGER, + gtmLinkLimitTotalCpuUsage Counter64, + gtmLinkLimitTotalMemAvail Counter64, + gtmLinkLimitTotalBitsPerSec Counter64, + gtmLinkLimitTotalPktsPerSec Counter64, + gtmLinkLimitTotalConn Counter64, + gtmLinkLimitTotalConnPerSec Counter64, + gtmLinkMonitorRule LongDisplayString, + gtmLinkDuplex INTEGER, + gtmLinkEnabled INTEGER, + gtmLinkRatio Gauge, + gtmLinkPrepaid Counter64, + gtmLinkPrepaidInDollars Gauge, + gtmLinkWeightingType INTEGER + } + +gtmLinkName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of a link." + ::= { gtmLinkEntry 1 } + +gtmLinkDcName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of the data center associated with the specified link." + ::= { gtmLinkEntry 2 } + +gtmLinkIspName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The ISP (Internet Service Provider) name for the specified link." + ::= { gtmLinkEntry 3 } + +gtmLinkUplinkAddressType OBJECT-TYPE + SYNTAX InetAddressType + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The IP address type of gtmLinkUplinkAddress." + ::= { gtmLinkEntry 4 } + +gtmLinkUplinkAddress OBJECT-TYPE + SYNTAX InetAddress + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The IP address on the uplink side of the router, used for SNMP + probing only. It is interpreted within the context of an + gtmUplinkAddressType value." + ::= { gtmLinkEntry 5 } + +gtmLinkLimitInCpuUsageEnabled OBJECT-TYPE + SYNTAX INTEGER { + false(0), + true(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The state indicating whether to set limit of CPU usage is + enabled or not for the inbound packets of the specified link." + ::= { gtmLinkEntry 6 } + +gtmLinkLimitInMemAvailEnabled OBJECT-TYPE + SYNTAX INTEGER { + false(0), + true(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The state indicating whether to set limit of available memory + is enabled or not for the inbound packets of the specified link." + ::= { gtmLinkEntry 7 } + +gtmLinkLimitInBitsPerSecEnabled OBJECT-TYPE + SYNTAX INTEGER { + false(0), + true(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The state indicating whether to limit of number of bits per second + is enabled or not for the inbound packets of the specified link." + ::= { gtmLinkEntry 8 } + +gtmLinkLimitInPktsPerSecEnabled OBJECT-TYPE + SYNTAX INTEGER { + false(0), + true(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The state indicating whether to set limit of number of packets + per second is enabled or not for the inbound packets of + the specified link." + ::= { gtmLinkEntry 9 } + +gtmLinkLimitInConnEnabled OBJECT-TYPE + SYNTAX INTEGER { + false(0), + true(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The state indicating whether to set limit of total connections + is enabled or not for the inbound packets of the specified link." + ::= { gtmLinkEntry 10 } + +gtmLinkLimitInConnPerSecEnabled OBJECT-TYPE + SYNTAX INTEGER { + false(0), + true(1) + } + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! This feature has been eliminated. + The state indicating whether to set limit of connections per second + is enabled or not for the inbound packets of the link." + ::= { gtmLinkEntry 11 } + +gtmLinkLimitInCpuUsage OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The limit of CPU usage as a percentage for the inbound packets + of the specified link." + ::= { gtmLinkEntry 12 } + +gtmLinkLimitInMemAvail OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The limit of memory available in bytes for the inbound packets + of the specified link." + ::= { gtmLinkEntry 13 } + +gtmLinkLimitInBitsPerSec OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The limit of number of bits per second for the inbound packets + of the specified link." + ::= { gtmLinkEntry 14 } + +gtmLinkLimitInPktsPerSec OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The limit of number of packets per second for the inbound packets + of the specified link." + ::= { gtmLinkEntry 15 } + +gtmLinkLimitInConn OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The limit of total number of connections for the inbound packets + of the specified link." + ::= { gtmLinkEntry 16 } + +gtmLinkLimitInConnPerSec OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! This feature has been eliminated. + The limit of number of connections per second for the inbound packets + of the specified link." + ::= { gtmLinkEntry 17 } + +gtmLinkLimitOutCpuUsageEnabled OBJECT-TYPE + SYNTAX INTEGER { + false(0), + true(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The state indicating whether to set limit of CPU usage is + enabled or not for the outbound packets of the specified link." + ::= { gtmLinkEntry 18 } + +gtmLinkLimitOutMemAvailEnabled OBJECT-TYPE + SYNTAX INTEGER { + false(0), + true(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The state indicating whether to set limit of available memory + is enabled or not for the outbound packets of the specified link." + ::= { gtmLinkEntry 19 } + +gtmLinkLimitOutBitsPerSecEnabled OBJECT-TYPE + SYNTAX INTEGER { + false(0), + true(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The state indicating whether to limit of number of bits per second + is enabled or not for the outbound packets of the specified link." + ::= { gtmLinkEntry 20 } + +gtmLinkLimitOutPktsPerSecEnabled OBJECT-TYPE + SYNTAX INTEGER { + false(0), + true(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The state indicating whether to set limit of number of packets + per second is enabled or not for the outbound packets of the specified link." + ::= { gtmLinkEntry 21 } + +gtmLinkLimitOutConnEnabled OBJECT-TYPE + SYNTAX INTEGER { + false(0), + true(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The state indicating whether to set limit of total connections + is enabled or not for the outbound packets of the specified link." + ::= { gtmLinkEntry 22 } + +gtmLinkLimitOutConnPerSecEnabled OBJECT-TYPE + SYNTAX INTEGER { + false(0), + true(1) + } + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! This feature has been eliminated. + The state indicating whether to set limit of connections per second + is enabled or not for the outbound packets of the specified link." + ::= { gtmLinkEntry 23 } + +gtmLinkLimitOutCpuUsage OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The limit of CPU usage as a percentage for the outbound packets + of the specified link." + ::= { gtmLinkEntry 24 } + +gtmLinkLimitOutMemAvail OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The limit of memory available in bytes for the outbound packets + of the specified link." + ::= { gtmLinkEntry 25 } + +gtmLinkLimitOutBitsPerSec OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The limit of number of bits per second for the outbound packets + of the specified link." + ::= { gtmLinkEntry 26 } + +gtmLinkLimitOutPktsPerSec OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The limit of number of packets per second for the outbound packets + of the specified link." + ::= { gtmLinkEntry 27 } + +gtmLinkLimitOutConn OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The limit of total number of connections for the outbound packets + of the specified link." + ::= { gtmLinkEntry 28 } + +gtmLinkLimitOutConnPerSec OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! This feature has been eliminated. + The limit of number of connections per second for the outbound packets + of the specified link." + ::= { gtmLinkEntry 29 } + +gtmLinkLimitTotalCpuUsageEnabled OBJECT-TYPE + SYNTAX INTEGER { + false(0), + true(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The state indicating whether to set limit of CPU usage is enabled + or not for the total packets of the specified link." + ::= { gtmLinkEntry 30 } + +gtmLinkLimitTotalMemAvailEnabled OBJECT-TYPE + SYNTAX INTEGER { + false(0), + true(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The state indicating whether to set limit of available memory + is enabled or not for the total packets of the specified link." + ::= { gtmLinkEntry 31 } + +gtmLinkLimitTotalBitsPerSecEnabled OBJECT-TYPE + SYNTAX INTEGER { + false(0), + true(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The state indicating whether to limit of number of bits per second + is enabled or not for the total packets of the specified link." + ::= { gtmLinkEntry 32 } + +gtmLinkLimitTotalPktsPerSecEnabled OBJECT-TYPE + SYNTAX INTEGER { + false(0), + true(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The state indicating whether to set limit of number of packets + per second is enabled or not for the total packets of the specified link." + ::= { gtmLinkEntry 33 } + +gtmLinkLimitTotalConnEnabled OBJECT-TYPE + SYNTAX INTEGER { + false(0), + true(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The state indicating whether to set limit of total connections + is enabled or not for the total packets of the specified link." + ::= { gtmLinkEntry 34 } + +gtmLinkLimitTotalConnPerSecEnabled OBJECT-TYPE + SYNTAX INTEGER { + false(0), + true(1) + } + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! This feature has been eliminated. + The state indicating whether to set limit of connections per second + is enabled or not for the total packets of the specified link." + ::= { gtmLinkEntry 35 } + +gtmLinkLimitTotalCpuUsage OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The limit of CPU usage as a percentage for the total packets + of the specified link." + ::= { gtmLinkEntry 36 } + +gtmLinkLimitTotalMemAvail OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The limit of memory available in bytes for the total packets + of the specified link." + ::= { gtmLinkEntry 37 } + +gtmLinkLimitTotalBitsPerSec OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The limit of number of bits per second for the total packets + of the specified link." + ::= { gtmLinkEntry 38 } + +gtmLinkLimitTotalPktsPerSec OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The limit of number of packets per second for the total packets + of the specified link." + ::= { gtmLinkEntry 39 } + +gtmLinkLimitTotalConn OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The limit of total number of connections for the total packets + of the specified link." + ::= { gtmLinkEntry 40 } + +gtmLinkLimitTotalConnPerSec OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! This feature has been eliminated. + The limit of number of connections per second for the total packets + of the specified link." + ::= { gtmLinkEntry 41 } + +gtmLinkMonitorRule OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of the monitor rule for this link." + ::= { gtmLinkEntry 42 } + +gtmLinkDuplex OBJECT-TYPE + SYNTAX INTEGER { + false(0), + true(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The state indicating whether the specified link uses duplex for + the specified link." + ::= { gtmLinkEntry 43 } + +gtmLinkEnabled OBJECT-TYPE + SYNTAX INTEGER { + false(0), + true(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The state indicating whether the specified link is enabled or not + for the specified link." + ::= { gtmLinkEntry 44 } + +gtmLinkRatio OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The ratio (in Kbps) used to load-balance the traffic for the specified link." + ::= { gtmLinkEntry 45 } + +gtmLinkPrepaid OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Top end of prepaid bit rate the specified link." + ::= { gtmLinkEntry 46 } + +gtmLinkPrepaidInDollars OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! The cost in dollars, derived from prepaid for the specified link." + ::= { gtmLinkEntry 47 } + +gtmLinkWeightingType OBJECT-TYPE + SYNTAX INTEGER { + ratio(0), + cost(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The weight type for the specified link. + ratio - The region database based on user-defined settings; + cost - The region database based on ACL lists." + ::= { gtmLinkEntry 48 } + +--================================================================== +-- Gtm_link_cost +--================================================================== +gtmLinkCostNumber OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of gtmLinkCost entries in the table." + ::= { gtmLinkCost 1 } + +gtmLinkCostTable OBJECT-TYPE + SYNTAX SEQUENCE OF GtmLinkCostEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A table containing information of costs of the specified links + for GTM (Global Traffic Management)." + ::= { gtmLinkCost 2 } + +gtmLinkCostEntry OBJECT-TYPE + SYNTAX GtmLinkCostEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Columns in the gtmLinkCost Table" + INDEX { + gtmLinkCostName, + gtmLinkCostIndex + } + ::= { gtmLinkCostTable 1 } + +GtmLinkCostEntry ::= + SEQUENCE { + gtmLinkCostName LongDisplayString, + gtmLinkCostIndex INTEGER, + gtmLinkCostUptoBps Counter64, + gtmLinkCostDollarsPerMbps Gauge + } + +gtmLinkCostName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of a link." + ::= { gtmLinkCostEntry 1 } + +gtmLinkCostIndex OBJECT-TYPE + SYNTAX INTEGER(0..2147483647) + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The index of cost for the specified link." + ::= { gtmLinkCostEntry 2 } + +gtmLinkCostUptoBps OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The upper limit (bps) that defines the cost segment of the specified link." + ::= { gtmLinkCostEntry 3 } + +gtmLinkCostDollarsPerMbps OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The dollars cost per mega byte per second, which is associated with + the specified link cost segment." + ::= { gtmLinkCostEntry 4 } + +--================================================================== +-- Gtm_link_stat +--================================================================== +gtmLinkStatResetStats OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "The action to reset resettable statistics data in gtmLinkStat. + Setting this value to 1 will reset statistics data. + Note, some statistics data may not be reset including data that are incremental counters." + ::= { gtmLinkStat 1 } + +gtmLinkStatNumber OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of gtmLinkStat entries in the table." + ::= { gtmLinkStat 2 } + +gtmLinkStatTable OBJECT-TYPE + SYNTAX SEQUENCE OF GtmLinkStatEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A table containing statistic information of links within a data center." + ::= { gtmLinkStat 3 } + +gtmLinkStatEntry OBJECT-TYPE + SYNTAX GtmLinkStatEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Columns in the gtmLinkStat Table" + INDEX { + gtmLinkStatName + } + ::= { gtmLinkStatTable 1 } + +GtmLinkStatEntry ::= + SEQUENCE { + gtmLinkStatName LongDisplayString, + gtmLinkStatRate Gauge, + gtmLinkStatRateIn Gauge, + gtmLinkStatRateOut Gauge, + gtmLinkStatRateNode Gauge, + gtmLinkStatRateNodeIn Gauge, + gtmLinkStatRateNodeOut Gauge, + gtmLinkStatRateVses Gauge, + gtmLinkStatRateVsesIn Gauge, + gtmLinkStatRateVsesOut Gauge, + gtmLinkStatLcsIn Counter64, + gtmLinkStatLcsOut Counter64, + gtmLinkStatPaths Counter64 + } + +gtmLinkStatName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of a link." + ::= { gtmLinkStatEntry 1 } + +gtmLinkStatRate OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The current bit rate of all traffic flowing through the specified link." + ::= { gtmLinkStatEntry 2 } + +gtmLinkStatRateIn OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The current bit rate for all inbound traffic flowing through + the specified link." + ::= { gtmLinkStatEntry 3 } + +gtmLinkStatRateOut OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The current bit rate for all outbound traffic flowing through + the specified link." + ::= { gtmLinkStatEntry 4 } + +gtmLinkStatRateNode OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The current bit rate of the traffic flowing through nodes of + the gateway pool for the the specified link." + ::= { gtmLinkStatEntry 5 } + +gtmLinkStatRateNodeIn OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The current bit rate of the traffic flowing inbound through nodes + of the gateway pool for the the specified link." + ::= { gtmLinkStatEntry 6 } + +gtmLinkStatRateNodeOut OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The current bit rate of the traffic flowing outbound through nodes + of the gateway pool for the the specified link." + ::= { gtmLinkStatEntry 7 } + +gtmLinkStatRateVses OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The current of bit rate of traffic flowing through + the external virtual server for the specified link." + ::= { gtmLinkStatEntry 8 } + +gtmLinkStatRateVsesIn OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The current of bit rate of inbound traffic flowing through + the external virtual server for the specified link." + ::= { gtmLinkStatEntry 9 } + +gtmLinkStatRateVsesOut OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The current of bit rate of outbound traffic flowing through + the external virtual server for the specified link." + ::= { gtmLinkStatEntry 10 } + +gtmLinkStatLcsIn OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The link capacity score is used to control inbound connections + which are load-balanced through external virtual servers which are controlled + by GTM (Global Traffic Management) daemon." + ::= { gtmLinkStatEntry 11 } + +gtmLinkStatLcsOut OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The link capacity score is used to set dynamic ratios on the outbound gateway + pool members for the specified link. This controls the outbound connections." + ::= { gtmLinkStatEntry 12 } + +gtmLinkStatPaths OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of paths through the specified link." + ::= { gtmLinkStatEntry 13 } + +--================================================================== +-- Gtm_link_status +--================================================================== +gtmLinkStatusNumber OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of gtmLinkStatus entries in the table." + ::= { gtmLinkStatus 1 } + +gtmLinkStatusTable OBJECT-TYPE + SYNTAX SEQUENCE OF GtmLinkStatusEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A table containing status information of links within a data center." + ::= { gtmLinkStatus 2 } + +gtmLinkStatusEntry OBJECT-TYPE + SYNTAX GtmLinkStatusEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Columns in the gtmLinkStatus Table" + INDEX { + gtmLinkStatusName + } + ::= { gtmLinkStatusTable 1 } + +GtmLinkStatusEntry ::= + SEQUENCE { + gtmLinkStatusName LongDisplayString, + gtmLinkStatusAvailState INTEGER, + gtmLinkStatusEnabledState INTEGER, + gtmLinkStatusParentType Gauge, + gtmLinkStatusDetailReason LongDisplayString + } + +gtmLinkStatusName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of a link." + ::= { gtmLinkStatusEntry 1 } + +gtmLinkStatusAvailState OBJECT-TYPE + SYNTAX INTEGER { + none(0), + green(1), + yellow(2), + red(3), + blue(4), + gray(5) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The availability of the specified link indicated by color. + none - error; + green - available in some capacity; + yellow - not currently available; + red - not available; + blue - availability is unknown; + gray - unlicensed." + ::= { gtmLinkStatusEntry 2 } + +gtmLinkStatusEnabledState OBJECT-TYPE + SYNTAX INTEGER { + none(0), + enabled(1), + disabled(2), + disabledbyparent(3) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The activity status of the specified link, as specified + by the user." + ::= { gtmLinkStatusEntry 3 } + +gtmLinkStatusParentType OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! This is an internal data. + The type of parent object which disabled the specified link." + ::= { gtmLinkStatusEntry 4 } + +gtmLinkStatusDetailReason OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The detail description of the specified link's status." + ::= { gtmLinkStatusEntry 5 } + +--================================================================== +-- Gtm_pool +--================================================================== +gtmPoolNumber OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of gtmPool entries in the table." + ::= { gtmPool 1 } + +gtmPoolTable OBJECT-TYPE + SYNTAX SEQUENCE OF GtmPoolEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A table containing information of pools for GTM (Global Traffic Management)." + ::= { gtmPool 2 } + +gtmPoolEntry OBJECT-TYPE + SYNTAX GtmPoolEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Columns in the gtmPool Table" + INDEX { + gtmPoolPoolType, + gtmPoolName + } + ::= { gtmPoolTable 1 } + +GtmPoolEntry ::= + SEQUENCE { + gtmPoolName LongDisplayString, + gtmPoolTtl Gauge, + gtmPoolEnabled INTEGER, + gtmPoolVerifyMember INTEGER, + gtmPoolDynamicRatio INTEGER, + gtmPoolAnswersToReturn INTEGER, + gtmPoolLbMode INTEGER, + gtmPoolAlternate INTEGER, + gtmPoolFallback INTEGER, + gtmPoolManualResume INTEGER, + gtmPoolQosCoeffRtt Gauge, + gtmPoolQosCoeffHops Gauge, + gtmPoolQosCoeffTopology Gauge, + gtmPoolQosCoeffHitRatio Gauge, + gtmPoolQosCoeffPacketRate Gauge, + gtmPoolQosCoeffVsCapacity Gauge, + gtmPoolQosCoeffBps Gauge, + gtmPoolQosCoeffLcs Gauge, + gtmPoolQosCoeffConnRate Gauge, + gtmPoolFallbackIpType InetAddressType, + gtmPoolFallbackIp InetAddress, + gtmPoolCname LongDisplayString, + gtmPoolLimitCpuUsageEnabled INTEGER, + gtmPoolLimitMemAvailEnabled INTEGER, + gtmPoolLimitBitsPerSecEnabled INTEGER, + gtmPoolLimitPktsPerSecEnabled INTEGER, + gtmPoolLimitConnEnabled INTEGER, + gtmPoolLimitConnPerSecEnabled INTEGER, + gtmPoolLimitCpuUsage Counter64, + gtmPoolLimitMemAvail Counter64, + gtmPoolLimitBitsPerSec Counter64, + gtmPoolLimitPktsPerSec Counter64, + gtmPoolLimitConn Counter64, + gtmPoolLimitConnPerSec Counter64, + gtmPoolMonitorRule LongDisplayString, + gtmPoolQosCoeffVsScore Gauge, + gtmPoolFallbackIpv6Type InetAddressType, + gtmPoolFallbackIpv6 InetAddress, + gtmPoolPoolType INTEGER + } + +gtmPoolName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of a pool." + ::= { gtmPoolEntry 1 } + +gtmPoolTtl OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The TTL value for the specified pool." + ::= { gtmPoolEntry 2 } + +gtmPoolEnabled OBJECT-TYPE + SYNTAX INTEGER { + false(0), + true(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The state indicating whether the specified pool is enabled or not." + ::= { gtmPoolEntry 3 } + +gtmPoolVerifyMember OBJECT-TYPE + SYNTAX INTEGER { + false(0), + true(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The state indicating whether or not to verify pool member availability before using it." + ::= { gtmPoolEntry 4 } + +gtmPoolDynamicRatio OBJECT-TYPE + SYNTAX INTEGER { + false(0), + true(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The state indicating whether or not to use dynamic ratio to modify + the behavior of QOS (Quality Of Service) for the specified pool." + ::= { gtmPoolEntry 5 } + +gtmPoolAnswersToReturn OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of answers to return for a given request from the + specified pool. A maximum of up to 16 answers is allowed." + ::= { gtmPoolEntry 6 } + +gtmPoolLbMode OBJECT-TYPE + SYNTAX INTEGER { + returntodns(0), + null(1), + roundrobin(2), + ratio(3), + topology(4), + statpersit(5), + ga(6), + vscapacity(7), + leastconn(8), + lowestrtt(9), + lowesthops(10), + packetrate(11), + cpu(12), + hitratio(13), + qos(14), + bps(15), + droppacket(16), + explicitip(17), + vsscore(18) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The preferred load balancing method for the specified pool." + ::= { gtmPoolEntry 7 } + +gtmPoolAlternate OBJECT-TYPE + SYNTAX INTEGER { + returntodns(0), + null(1), + roundrobin(2), + ratio(3), + topology(4), + statpersit(5), + ga(6), + vscapacity(7), + leastconn(8), + lowestrtt(9), + lowesthops(10), + packetrate(11), + cpu(12), + hitratio(13), + qos(14), + bps(15), + droppacket(16), + explicitip(17), + vsscore(18) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The alternate load balancing method for the specified pool." + ::= { gtmPoolEntry 8 } + +gtmPoolFallback OBJECT-TYPE + SYNTAX INTEGER { + returntodns(0), + null(1), + roundrobin(2), + ratio(3), + topology(4), + statpersit(5), + ga(6), + vscapacity(7), + leastconn(8), + lowestrtt(9), + lowesthops(10), + packetrate(11), + cpu(12), + hitratio(13), + qos(14), + bps(15), + droppacket(16), + explicitip(17), + vsscore(18) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The fallback load balancing method for the specified pool." + ::= { gtmPoolEntry 9 } + +gtmPoolManualResume OBJECT-TYPE + SYNTAX INTEGER { + disable(0), + enable(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The state indicating whether or not to disable pool member + when the pool member status goes from Green to Red." + ::= { gtmPoolEntry 10 } + +gtmPoolQosCoeffRtt OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The round trip time QOS coefficient for the specified pool." + ::= { gtmPoolEntry 11 } + +gtmPoolQosCoeffHops OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The hop count QOS coefficient for the specified pool." + ::= { gtmPoolEntry 12 } + +gtmPoolQosCoeffTopology OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The topology QOS coefficient for the specified pool" + ::= { gtmPoolEntry 13 } + +gtmPoolQosCoeffHitRatio OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The ping packet completion rate QOS coefficient for the specified pool." + ::= { gtmPoolEntry 14 } + +gtmPoolQosCoeffPacketRate OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The packet rate QOS coefficient for the specified pool." + ::= { gtmPoolEntry 15 } + +gtmPoolQosCoeffVsCapacity OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The virtual server capacity QOS coefficient for the specified pool." + ::= { gtmPoolEntry 16 } + +gtmPoolQosCoeffBps OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The bandwidth QOS coefficient for the specified pool." + ::= { gtmPoolEntry 17 } + +gtmPoolQosCoeffLcs OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The link capacity QOS coefficient for the specified pool." + ::= { gtmPoolEntry 18 } + +gtmPoolQosCoeffConnRate OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! + Replaced by gtmPoolQosCoeffVsScore. + The connection rate QOS coefficient for the specified pool." + ::= { gtmPoolEntry 19 } + +gtmPoolFallbackIpType OBJECT-TYPE + SYNTAX InetAddressType + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The IP address type of gtmPoolFallbackIp. This field is used + to store the IPv4 fallback IP address type for A type pools and + the IPv6 fallback IP address type for AAAA type pools." + ::= { gtmPoolEntry 20 } + +gtmPoolFallbackIp OBJECT-TYPE + SYNTAX InetAddress + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The fallback/emergency failure IP for the specified pool. It is + interpreted within the context of a gtmPoolFallbackIpType value. + This field is used to store the IPv4 fallback IP address for A type + pools and the IPv6 fallback IP address for AAAA type pools." + ::= { gtmPoolEntry 21 } + +gtmPoolCname OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! No longer used. To achieve similar behavior please use + a CNAME type pool member with static target setting enabled. + The CNAME (canonical name) for the specified pool. CNAME is also + referred to as a CNAME record, a record in a DNS database that + indicates the true, or canonical, host name of a computer that its + aliases are associated with. (eg. www.wip.d.com)." + ::= { gtmPoolEntry 22 } + +gtmPoolLimitCpuUsageEnabled OBJECT-TYPE + SYNTAX INTEGER { + false(0), + true(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The state indicating whether to set limit of CPU usage is enabled + or not for the specified pool." + ::= { gtmPoolEntry 23 } + +gtmPoolLimitMemAvailEnabled OBJECT-TYPE + SYNTAX INTEGER { + false(0), + true(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The state indicating whether to set limit of available memory + is enabled or not for the specified pool." + ::= { gtmPoolEntry 24 } + +gtmPoolLimitBitsPerSecEnabled OBJECT-TYPE + SYNTAX INTEGER { + false(0), + true(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The state indicating whether to limit of number of bits per second + is enabled or not for the specified pool." + ::= { gtmPoolEntry 25 } + +gtmPoolLimitPktsPerSecEnabled OBJECT-TYPE + SYNTAX INTEGER { + false(0), + true(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The state indicating whether to set limit of number of packets + per second is enabled or not for the specified pool." + ::= { gtmPoolEntry 26 } + +gtmPoolLimitConnEnabled OBJECT-TYPE + SYNTAX INTEGER { + false(0), + true(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The state indicating whether to set limit of total connections + is enabled or not for the specified pool." + ::= { gtmPoolEntry 27 } + +gtmPoolLimitConnPerSecEnabled OBJECT-TYPE + SYNTAX INTEGER { + false(0), + true(1) + } + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! This feature has been eliminated. + The state indicating whether to set limit of connections per second + is enabled or not for the specified pool." + ::= { gtmPoolEntry 28 } + +gtmPoolLimitCpuUsage OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The limit of CPU usage as a percentage for the specified pool." + ::= { gtmPoolEntry 29 } + +gtmPoolLimitMemAvail OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The limit of memory available in bytes for the specified pool." + ::= { gtmPoolEntry 30 } + +gtmPoolLimitBitsPerSec OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The limit of number of bits per second for the specified pool." + ::= { gtmPoolEntry 31 } + +gtmPoolLimitPktsPerSec OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The limit of number of packets per second for the specified pool." + ::= { gtmPoolEntry 32 } + +gtmPoolLimitConn OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The limit of total number of connections for the specified pool." + ::= { gtmPoolEntry 33 } + +gtmPoolLimitConnPerSec OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! This feature has been eliminated. + The limit of number of connections per second for the specified pool." + ::= { gtmPoolEntry 34 } + +gtmPoolMonitorRule OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The monitor rule used by the specified pool." + ::= { gtmPoolEntry 35 } + +gtmPoolQosCoeffVsScore OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The relative weight for virtual server (VS) score + when the load balancing mode is set to LB_METHOD_QOS for the specified pool." + ::= { gtmPoolEntry 36 } + +gtmPoolFallbackIpv6Type OBJECT-TYPE + SYNTAX InetAddressType + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! No longer used. Please use gtmPoolFallbackIpType as this + field is used to store the IPv4 fallback IP address type for A type + pools and the IPv6 fallback IP address type for AAAA type pools. + The IP address type of gtmPoolFallbackIpv6." + ::= { gtmPoolEntry 37 } + +gtmPoolFallbackIpv6 OBJECT-TYPE + SYNTAX InetAddress + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! No longer used. Please use gtmPoolFallbackIp as this + field is used to store the IPv4 fallback IP address for A type pools + and the IPv6 fallback IP address for AAAA type pools. + The fallback/emergency failure IPv6 IP address for the specified pool. It is + interpreted within the context of a gtmPoolFallbackIpv6Type value." + ::= { gtmPoolEntry 38 } + +gtmPoolPoolType OBJECT-TYPE + SYNTAX INTEGER { + a(1), + cname(5), + mx(15), + aaaa(28), + srv(33), + naptr(35) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The type of a pool." + ::= { gtmPoolEntry 39 } + +--================================================================== +-- Gtm_pool_stat +--================================================================== +gtmPoolStatResetStats OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "The action to reset resettable statistics data in gtmPoolStat. + Setting this value to 1 will reset statistics data. + Note, some statistics data may not be reset including data that are incremental counters." + ::= { gtmPoolStat 1 } + +gtmPoolStatNumber OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of gtmPoolStat entries in the table." + ::= { gtmPoolStat 2 } + +gtmPoolStatTable OBJECT-TYPE + SYNTAX SEQUENCE OF GtmPoolStatEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A table containing statistics information of pools in the GTM (Global Traffic Management)." + ::= { gtmPoolStat 3 } + +gtmPoolStatEntry OBJECT-TYPE + SYNTAX GtmPoolStatEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Columns in the gtmPoolStat Table" + INDEX { + gtmPoolStatName, + gtmPoolStatPoolType + } + ::= { gtmPoolStatTable 1 } + +GtmPoolStatEntry ::= + SEQUENCE { + gtmPoolStatName LongDisplayString, + gtmPoolStatPreferred Counter64, + gtmPoolStatAlternate Counter64, + gtmPoolStatFallback Counter64, + gtmPoolStatDropped Counter64, + gtmPoolStatExplicitIp Counter64, + gtmPoolStatReturnToDns Counter64, + gtmPoolStatReturnFromDns Counter64, + gtmPoolStatCnameResolutions Counter64, + gtmPoolStatPoolType INTEGER + } + +gtmPoolStatName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of a pool." + ::= { gtmPoolStatEntry 1 } + +gtmPoolStatPreferred OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of times which the preferred load balance method is used + for the specified pool." + ::= { gtmPoolStatEntry 2 } + +gtmPoolStatAlternate OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of times which the alternate load balance method is used + for the specified pool." + ::= { gtmPoolStatEntry 3 } + +gtmPoolStatFallback OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of times which the fallback load balance method is used + for the specified pool." + ::= { gtmPoolStatEntry 4 } + +gtmPoolStatDropped OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of dropped DNS messages for the specified pool." + ::= { gtmPoolStatEntry 5 } + +gtmPoolStatExplicitIp OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! The number of times which a LDNS was persisted to the + specified pool by the explicit IP rule." + ::= { gtmPoolStatEntry 6 } + +gtmPoolStatReturnToDns OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of times which a resolve was returned to DNS (for resolution) + for the specified pool." + ::= { gtmPoolStatEntry 7 } + +gtmPoolStatReturnFromDns OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of times which a resolve was returned from DNS for the + specified pool." + ::= { gtmPoolStatEntry 8 } + +gtmPoolStatCnameResolutions OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! No longer useful. + The number of times which a query is resolved by the CNAME of the + specified pool." + ::= { gtmPoolStatEntry 9 } + +gtmPoolStatPoolType OBJECT-TYPE + SYNTAX INTEGER { + a(1), + cname(5), + mx(15), + aaaa(28), + srv(33), + naptr(35) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The type of a pool." + ::= { gtmPoolStatEntry 10 } + +--================================================================== +-- Gtm_pool_member +--================================================================== +gtmPoolMbrNumber OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of gtmPoolMember entries in the table." + ::= { gtmPoolMember 1 } + +gtmPoolMbrTable OBJECT-TYPE + SYNTAX SEQUENCE OF GtmPoolMbrEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A table containing information of pool members for GTM (Global Traffic Management)." + ::= { gtmPoolMember 2 } + +gtmPoolMbrEntry OBJECT-TYPE + SYNTAX GtmPoolMbrEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Columns in the gtmPoolMbr Table" + INDEX { + gtmPoolMbrPoolType, + gtmPoolMbrPoolName, + gtmPoolMbrServerName, + gtmPoolMbrVsName + } + ::= { gtmPoolMbrTable 1 } + +GtmPoolMbrEntry ::= + SEQUENCE { + gtmPoolMbrPoolName LongDisplayString, + gtmPoolMbrIpType InetAddressType, + gtmPoolMbrIp InetAddress, + gtmPoolMbrPort InetPortNumber, + gtmPoolMbrVsName LongDisplayString, + gtmPoolMbrOrder INTEGER, + gtmPoolMbrLimitCpuUsageEnabled INTEGER, + gtmPoolMbrLimitMemAvailEnabled INTEGER, + gtmPoolMbrLimitBitsPerSecEnabled INTEGER, + gtmPoolMbrLimitPktsPerSecEnabled INTEGER, + gtmPoolMbrLimitConnEnabled INTEGER, + gtmPoolMbrLimitConnPerSecEnabled INTEGER, + gtmPoolMbrLimitCpuUsage Counter64, + gtmPoolMbrLimitMemAvail Counter64, + gtmPoolMbrLimitBitsPerSec Counter64, + gtmPoolMbrLimitPktsPerSec Counter64, + gtmPoolMbrLimitConn Counter64, + gtmPoolMbrLimitConnPerSec Counter64, + gtmPoolMbrMonitorRule LongDisplayString, + gtmPoolMbrEnabled INTEGER, + gtmPoolMbrRatio INTEGER, + gtmPoolMbrServerName LongDisplayString, + gtmPoolMbrPoolType INTEGER, + gtmPoolMbrStaticTarget INTEGER, + gtmPoolMbrRdataPriority INTEGER, + gtmPoolMbrRdataWeight INTEGER, + gtmPoolMbrRdataPort INTEGER, + gtmPoolMbrRdataOrder INTEGER, + gtmPoolMbrRdataPreference INTEGER, + gtmPoolMbrRdataFlags LongDisplayString, + gtmPoolMbrRdataService LongDisplayString + } + +gtmPoolMbrPoolName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of the pool to which the specified member belongs." + ::= { gtmPoolMbrEntry 1 } + +gtmPoolMbrIpType OBJECT-TYPE + SYNTAX InetAddressType + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! use server_name and vs_name instead, + The IP address type of gtmPoolMemberIp." + ::= { gtmPoolMbrEntry 2 } + +gtmPoolMbrIp OBJECT-TYPE + SYNTAX InetAddress + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! use server_name and vs_name instead, + The IP address of a pool member. It is interpreted within + the context of gtmPoolMemberIpType value." + ::= { gtmPoolMbrEntry 3 } + +gtmPoolMbrPort OBJECT-TYPE + SYNTAX InetPortNumber + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! use server_name and vs_name instead, + The port of a pool member." + ::= { gtmPoolMbrEntry 4 } + +gtmPoolMbrVsName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of the virtual server with which the specified pool member + is associated." + ::= { gtmPoolMbrEntry 5 } + +gtmPoolMbrOrder OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The order of the specified pool member in the associated pool. + It is zero-based." + ::= { gtmPoolMbrEntry 6 } + +gtmPoolMbrLimitCpuUsageEnabled OBJECT-TYPE + SYNTAX INTEGER { + false(0), + true(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The state indicating whether to set limit of CPU usage is enabled + or not for the specified pool member." + ::= { gtmPoolMbrEntry 7 } + +gtmPoolMbrLimitMemAvailEnabled OBJECT-TYPE + SYNTAX INTEGER { + false(0), + true(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The state indicating whether or not to set limit of available memory + is enabled for the specified pool member." + ::= { gtmPoolMbrEntry 8 } + +gtmPoolMbrLimitBitsPerSecEnabled OBJECT-TYPE + SYNTAX INTEGER { + false(0), + true(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The state indicating whether or not to limit of number of bits per + second is enabled for the specified pool member." + ::= { gtmPoolMbrEntry 9 } + +gtmPoolMbrLimitPktsPerSecEnabled OBJECT-TYPE + SYNTAX INTEGER { + false(0), + true(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The state indicating whether or not to set limit of number of packets + per second is enabled for the specified pool member." + ::= { gtmPoolMbrEntry 10 } + +gtmPoolMbrLimitConnEnabled OBJECT-TYPE + SYNTAX INTEGER { + false(0), + true(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The state indicating whether or not to set limit of total connections + is enabled for the specified pool member." + ::= { gtmPoolMbrEntry 11 } + +gtmPoolMbrLimitConnPerSecEnabled OBJECT-TYPE + SYNTAX INTEGER { + false(0), + true(1) + } + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! This feature has been eliminated. + The state indicating whether or not to set limit of connections + per second is enabled for the specified pool member." + ::= { gtmPoolMbrEntry 12 } + +gtmPoolMbrLimitCpuUsage OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The limit of CPU usage as a percentage for the specified pool member." + ::= { gtmPoolMbrEntry 13 } + +gtmPoolMbrLimitMemAvail OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The limit of memory available in bytes for the specified pool member." + ::= { gtmPoolMbrEntry 14 } + +gtmPoolMbrLimitBitsPerSec OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The limit of number of bits per second for the specified pool member." + ::= { gtmPoolMbrEntry 15 } + +gtmPoolMbrLimitPktsPerSec OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The limit of number of packets per second for the specified pool member." + ::= { gtmPoolMbrEntry 16 } + +gtmPoolMbrLimitConn OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The limit of total number of connections for the specified pool member." + ::= { gtmPoolMbrEntry 17 } + +gtmPoolMbrLimitConnPerSec OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! This feature has been eliminated. + The limit of number of connections per second for the specified pool member." + ::= { gtmPoolMbrEntry 18 } + +gtmPoolMbrMonitorRule OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The monitor rule used by the specified pool member." + ::= { gtmPoolMbrEntry 19 } + +gtmPoolMbrEnabled OBJECT-TYPE + SYNTAX INTEGER { + disable(0), + enable(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The state indicating whether the specified pool member is enabled or not." + ::= { gtmPoolMbrEntry 20 } + +gtmPoolMbrRatio OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The pool member ratio." + ::= { gtmPoolMbrEntry 21 } + +gtmPoolMbrServerName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of the server with which the specified pool_member is associated." + ::= { gtmPoolMbrEntry 22 } + +gtmPoolMbrPoolType OBJECT-TYPE + SYNTAX INTEGER { + a(1), + cname(5), + mx(15), + aaaa(28), + srv(33), + naptr(35) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The type of the pool to which the specified member belongs." + ::= { gtmPoolMbrEntry 23 } + +gtmPoolMbrStaticTarget OBJECT-TYPE + SYNTAX INTEGER { + false(0), + true(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The state indicating whether or not the pool member is a + static target CNAME. The default is false. This is only used + on CNAME type pool members." + ::= { gtmPoolMbrEntry 24 } + +gtmPoolMbrRdataPriority OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The pool member RDATA priority. The default is 10. This is + only used on MX or SRV type pool members." + ::= { gtmPoolMbrEntry 25 } + +gtmPoolMbrRdataWeight OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The pool member RDATA weight. The default is 10. This is + only used on SRV type pool members." + ::= { gtmPoolMbrEntry 26 } + +gtmPoolMbrRdataPort OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The pool member RDATA port. The default is 0. This is only + used on SRV type pool members." + ::= { gtmPoolMbrEntry 27 } + +gtmPoolMbrRdataOrder OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The pool member RDATA order. The default is 10. This is only + used on NAPTR type pool members." + ::= { gtmPoolMbrEntry 28 } + +gtmPoolMbrRdataPreference OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The pool member RDATA preference. The default is 10. This is + only used on NAPTR type pool members." + ::= { gtmPoolMbrEntry 29 } + +gtmPoolMbrRdataFlags OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The pool member RDATA flags. If specified, valid strings are + either 'a' for address type or 's' for service type. This is + only used on NAPTR type pool members." + ::= { gtmPoolMbrEntry 30 } + +gtmPoolMbrRdataService OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The pool member RDATA service. This is only used on + NAPTR type pool members." + ::= { gtmPoolMbrEntry 31 } + +--================================================================== +-- Gtm_pool_status +--================================================================== +gtmPoolStatusNumber OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of gtmPoolStatus entries in the table." + ::= { gtmPoolStatus 1 } + +gtmPoolStatusTable OBJECT-TYPE + SYNTAX SEQUENCE OF GtmPoolStatusEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A table containing status information of pools in the GTM (Global Traffic Management)." + ::= { gtmPoolStatus 2 } + +gtmPoolStatusEntry OBJECT-TYPE + SYNTAX GtmPoolStatusEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Columns in the gtmPoolStatus Table" + INDEX { + gtmPoolStatusPoolType, + gtmPoolStatusName + } + ::= { gtmPoolStatusTable 1 } + +GtmPoolStatusEntry ::= + SEQUENCE { + gtmPoolStatusName LongDisplayString, + gtmPoolStatusAvailState INTEGER, + gtmPoolStatusEnabledState INTEGER, + gtmPoolStatusParentType Gauge, + gtmPoolStatusDetailReason LongDisplayString, + gtmPoolStatusPoolType INTEGER + } + +gtmPoolStatusName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of a pool." + ::= { gtmPoolStatusEntry 1 } + +gtmPoolStatusAvailState OBJECT-TYPE + SYNTAX INTEGER { + none(0), + green(1), + yellow(2), + red(3), + blue(4), + gray(5) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The availability of the specified pool indicated by color. + none - error; + green - available in some capacity; + yellow - not currently available; + red - not available; + blue - availability is unknown; + gray - unlicensed." + ::= { gtmPoolStatusEntry 2 } + +gtmPoolStatusEnabledState OBJECT-TYPE + SYNTAX INTEGER { + none(0), + enabled(1), + disabled(2), + disabledbyparent(3) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The activity status of the specified pool, as specified + by the user." + ::= { gtmPoolStatusEntry 3 } + +gtmPoolStatusParentType OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! This is an internal data. + The type of parent object which disabled the specified pool." + ::= { gtmPoolStatusEntry 4 } + +gtmPoolStatusDetailReason OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The detail description of the specified pool's status." + ::= { gtmPoolStatusEntry 5 } + +gtmPoolStatusPoolType OBJECT-TYPE + SYNTAX INTEGER { + a(1), + cname(5), + mx(15), + aaaa(28), + srv(33), + naptr(35) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The type of a pool." + ::= { gtmPoolStatusEntry 6 } + +--================================================================== +-- Gtm_pool_member_depends +--================================================================== +gtmPoolMbrDepsNumber OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of gtmPoolMemberDepends entries in the table." + ::= { gtmPoolMemberDepends 1 } + +gtmPoolMbrDepsTable OBJECT-TYPE + SYNTAX SEQUENCE OF GtmPoolMbrDepsEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A table containing information of pool members' dependencies on virtual servers for GTM (Global Traffic Management)." + ::= { gtmPoolMemberDepends 2 } + +gtmPoolMbrDepsEntry OBJECT-TYPE + SYNTAX GtmPoolMbrDepsEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Columns in the gtmPoolMbrDeps Table" + INDEX { + gtmPoolMbrDepsServerName, + gtmPoolMbrDepsVsName, + gtmPoolMbrDepsPoolName, + gtmPoolMbrDepsPoolType, + gtmPoolMbrDepsDependServerName, + gtmPoolMbrDepsDependVsName + } + ::= { gtmPoolMbrDepsTable 1 } + +GtmPoolMbrDepsEntry ::= + SEQUENCE { + gtmPoolMbrDepsIpType InetAddressType, + gtmPoolMbrDepsIp InetAddress, + gtmPoolMbrDepsPort InetPortNumber, + gtmPoolMbrDepsPoolName LongDisplayString, + gtmPoolMbrDepsVipType InetAddressType, + gtmPoolMbrDepsVip InetAddress, + gtmPoolMbrDepsVport InetPortNumber, + gtmPoolMbrDepsServerName LongDisplayString, + gtmPoolMbrDepsVsName LongDisplayString, + gtmPoolMbrDepsDependServerName LongDisplayString, + gtmPoolMbrDepsDependVsName LongDisplayString, + gtmPoolMbrDepsPoolType INTEGER + } + +gtmPoolMbrDepsIpType OBJECT-TYPE + SYNTAX InetAddressType + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! use server_name and vs_name instead, + The IP address type of gtmPoolMbrDepsIp." + ::= { gtmPoolMbrDepsEntry 1 } + +gtmPoolMbrDepsIp OBJECT-TYPE + SYNTAX InetAddress + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! use server_name and vs_name instead, + The IP address of a pool member. It is interpreted within + the context of gtmPoolMbrDepsIpType value." + ::= { gtmPoolMbrDepsEntry 2 } + +gtmPoolMbrDepsPort OBJECT-TYPE + SYNTAX InetPortNumber + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! use server_name and vs_name instead, + The port of a pool member." + ::= { gtmPoolMbrDepsEntry 3 } + +gtmPoolMbrDepsPoolName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of a pool to which the specified member belongs." + ::= { gtmPoolMbrDepsEntry 4 } + +gtmPoolMbrDepsVipType OBJECT-TYPE + SYNTAX InetAddressType + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! use depend server_name and vs_name instead, + The IP address type of gtmPoolMbrDepsVip" + ::= { gtmPoolMbrDepsEntry 5 } + +gtmPoolMbrDepsVip OBJECT-TYPE + SYNTAX InetAddress + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! use depend server_name and vs_name instead, + The IP address of a virtual server on which the specified pool member depends. + It is interpreted within the context of gtmPoolMbrDepsVipType value." + ::= { gtmPoolMbrDepsEntry 6 } + +gtmPoolMbrDepsVport OBJECT-TYPE + SYNTAX InetPortNumber + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! use depend server_name and vs_name instead, + The port of a virtual server on which the specified pool member depends." + ::= { gtmPoolMbrDepsEntry 7 } + +gtmPoolMbrDepsServerName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of the server with which the specified pool_member is associated." + ::= { gtmPoolMbrDepsEntry 8 } + +gtmPoolMbrDepsVsName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The virtual server name with which the pool member associated." + ::= { gtmPoolMbrDepsEntry 9 } + +gtmPoolMbrDepsDependServerName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The server name of a virtual server on which the specified pool member depends." + ::= { gtmPoolMbrDepsEntry 10 } + +gtmPoolMbrDepsDependVsName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The virtual server name on which the specified pool member depends." + ::= { gtmPoolMbrDepsEntry 11 } + +gtmPoolMbrDepsPoolType OBJECT-TYPE + SYNTAX INTEGER { + a(1), + cname(5), + mx(15), + aaaa(28), + srv(33), + naptr(35) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The type of a pool to which the specified member belongs." + ::= { gtmPoolMbrDepsEntry 12 } + +--================================================================== +-- Gtm_pool_member_stat +--================================================================== +gtmPoolMbrStatResetStats OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "The action to reset resettable statistics data in gtmPoolMemberStat. + Setting this value to 1 will reset statistics data. + Note, some statistics data may not be reset including data that are incremental counters." + ::= { gtmPoolMemberStat 1 } + +gtmPoolMbrStatNumber OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of gtmPoolMemberStat entries in the table." + ::= { gtmPoolMemberStat 2 } + +gtmPoolMbrStatTable OBJECT-TYPE + SYNTAX SEQUENCE OF GtmPoolMbrStatEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A table containing statistics information of pool members for GTM (Global Traffic Management)." + ::= { gtmPoolMemberStat 3 } + +gtmPoolMbrStatEntry OBJECT-TYPE + SYNTAX GtmPoolMbrStatEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Columns in the gtmPoolMbrStat Table" + INDEX { + gtmPoolMbrStatPoolType, + gtmPoolMbrStatPoolName, + gtmPoolMbrStatServerName, + gtmPoolMbrStatVsName + } + ::= { gtmPoolMbrStatTable 1 } + +GtmPoolMbrStatEntry ::= + SEQUENCE { + gtmPoolMbrStatPoolName LongDisplayString, + gtmPoolMbrStatIpType InetAddressType, + gtmPoolMbrStatIp InetAddress, + gtmPoolMbrStatPort InetPortNumber, + gtmPoolMbrStatPreferred Counter64, + gtmPoolMbrStatAlternate Counter64, + gtmPoolMbrStatFallback Counter64, + gtmPoolMbrStatServerName LongDisplayString, + gtmPoolMbrStatVsName LongDisplayString, + gtmPoolMbrStatPoolType INTEGER + } + +gtmPoolMbrStatPoolName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of the parent pool to which the member belongs." + ::= { gtmPoolMbrStatEntry 1 } + +gtmPoolMbrStatIpType OBJECT-TYPE + SYNTAX InetAddressType + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! use server_name and vs_name instead, + The IP address type of gtmPoolMemberStatIp." + ::= { gtmPoolMbrStatEntry 2 } + +gtmPoolMbrStatIp OBJECT-TYPE + SYNTAX InetAddress + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! use server_name and vs_name instead, + The IP address of a pool member. It is interpreted within + the context of gtmPoolMemberStatIpType value." + ::= { gtmPoolMbrStatEntry 3 } + +gtmPoolMbrStatPort OBJECT-TYPE + SYNTAX InetPortNumber + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! use server_name and vs_name instead, + The port of a pool member." + ::= { gtmPoolMbrStatEntry 4 } + +gtmPoolMbrStatPreferred OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of times which the preferred load balance method is used + for the specified pool member." + ::= { gtmPoolMbrStatEntry 5 } + +gtmPoolMbrStatAlternate OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of times which the alternate load balance method is used + for the specified pool member." + ::= { gtmPoolMbrStatEntry 6 } + +gtmPoolMbrStatFallback OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of times which the fallback load balance method is used + for the specified pool member." + ::= { gtmPoolMbrStatEntry 7 } + +gtmPoolMbrStatServerName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of the server with which the specified pool_member is associated." + ::= { gtmPoolMbrStatEntry 8 } + +gtmPoolMbrStatVsName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of the specified virtual server." + ::= { gtmPoolMbrStatEntry 9 } + +gtmPoolMbrStatPoolType OBJECT-TYPE + SYNTAX INTEGER { + a(1), + cname(5), + mx(15), + aaaa(28), + srv(33), + naptr(35) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The type of a pool to which the specified member belongs." + ::= { gtmPoolMbrStatEntry 10 } + +--================================================================== +-- Gtm_pool_member_status +--================================================================== +gtmPoolMbrStatusNumber OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of gtmPoolMemberStatus entries in the table." + ::= { gtmPoolMemberStatus 1 } + +gtmPoolMbrStatusTable OBJECT-TYPE + SYNTAX SEQUENCE OF GtmPoolMbrStatusEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A table containing status information of pool members for GTM (Global Traffic Management)." + ::= { gtmPoolMemberStatus 2 } + +gtmPoolMbrStatusEntry OBJECT-TYPE + SYNTAX GtmPoolMbrStatusEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Columns in the gtmPoolMbrStatus Table" + INDEX { + gtmPoolMbrStatusPoolType, + gtmPoolMbrStatusPoolName, + gtmPoolMbrStatusServerName, + gtmPoolMbrStatusVsName + } + ::= { gtmPoolMbrStatusTable 1 } + +GtmPoolMbrStatusEntry ::= + SEQUENCE { + gtmPoolMbrStatusPoolName LongDisplayString, + gtmPoolMbrStatusIpType InetAddressType, + gtmPoolMbrStatusIp InetAddress, + gtmPoolMbrStatusPort InetPortNumber, + gtmPoolMbrStatusAvailState INTEGER, + gtmPoolMbrStatusEnabledState INTEGER, + gtmPoolMbrStatusParentType Gauge, + gtmPoolMbrStatusDetailReason LongDisplayString, + gtmPoolMbrStatusVsName LongDisplayString, + gtmPoolMbrStatusServerName LongDisplayString, + gtmPoolMbrStatusPoolType INTEGER + } + +gtmPoolMbrStatusPoolName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of the pool to which the specified member belongs." + ::= { gtmPoolMbrStatusEntry 1 } + +gtmPoolMbrStatusIpType OBJECT-TYPE + SYNTAX InetAddressType + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! use server_name and vs_name instead, + The IP address type of gtmPoolMbrStatusIp." + ::= { gtmPoolMbrStatusEntry 2 } + +gtmPoolMbrStatusIp OBJECT-TYPE + SYNTAX InetAddress + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! use server_name and vs_name instead, + The IP address of a pool member. It is interpreted within + the context of gtmPoolMbrStatusIpType value." + ::= { gtmPoolMbrStatusEntry 3 } + +gtmPoolMbrStatusPort OBJECT-TYPE + SYNTAX InetPortNumber + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! use server_name and vs_name instead, + The port of a pool member." + ::= { gtmPoolMbrStatusEntry 4 } + +gtmPoolMbrStatusAvailState OBJECT-TYPE + SYNTAX INTEGER { + none(0), + green(1), + yellow(2), + red(3), + blue(4), + gray(5) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The availability of the specified pool member indicated by color. + none - error; + green - available in some capacity; + yellow - not currently available; + red - not available; + blue - availability is unknown; + gray - unlicensed." + ::= { gtmPoolMbrStatusEntry 5 } + +gtmPoolMbrStatusEnabledState OBJECT-TYPE + SYNTAX INTEGER { + none(0), + enabled(1), + disabled(2), + disabledbyparent(3) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The activity status of the specified pool member, as specified + by the user." + ::= { gtmPoolMbrStatusEntry 6 } + +gtmPoolMbrStatusParentType OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! This is an internal data. + The type of parent object which disabled the specified pool member." + ::= { gtmPoolMbrStatusEntry 7 } + +gtmPoolMbrStatusDetailReason OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The detail description of the specified node's status." + ::= { gtmPoolMbrStatusEntry 8 } + +gtmPoolMbrStatusVsName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of the virtual server with which the specified pool member + is associated." + ::= { gtmPoolMbrStatusEntry 9 } + +gtmPoolMbrStatusServerName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of the server with which the specified pool_member is associated." + ::= { gtmPoolMbrStatusEntry 10 } + +gtmPoolMbrStatusPoolType OBJECT-TYPE + SYNTAX INTEGER { + a(1), + cname(5), + mx(15), + aaaa(28), + srv(33), + naptr(35) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The type of the pool to which the specified member belongs." + ::= { gtmPoolMbrStatusEntry 11 } + +--================================================================== +-- Gtm_region_entry +--================================================================== +gtmRegionEntryNumber OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of gtmRegionEntry entries in the table." + ::= { gtmRegionEntry 1 } + +gtmRegionEntryTable OBJECT-TYPE + SYNTAX SEQUENCE OF GtmRegionEntryEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A table containing information of user-defined region definitions for GTM (Global Traffic Management)." + ::= { gtmRegionEntry 2 } + +gtmRegionEntryEntry OBJECT-TYPE + SYNTAX GtmRegionEntryEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Columns in the gtmRegionEntry Table" + INDEX { + gtmRegionEntryName + } + ::= { gtmRegionEntryTable 1 } + +GtmRegionEntryEntry ::= + SEQUENCE { + gtmRegionEntryName LongDisplayString, + gtmRegionEntryRegionDbType INTEGER + } + +gtmRegionEntryName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of region entry." + ::= { gtmRegionEntryEntry 1 } + +gtmRegionEntryRegionDbType OBJECT-TYPE + SYNTAX INTEGER { + user(0), + acl(1), + isp(2) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The region's database type." + ::= { gtmRegionEntryEntry 2 } + +--================================================================== +-- Gtm_reg_item +--================================================================== +gtmRegItemNumber OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of gtmRegItem entries in the table." + ::= { gtmRegItem 1 } + +gtmRegItemTable OBJECT-TYPE + SYNTAX SEQUENCE OF GtmRegItemEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A table containing information of region items in associated region for GTM (Global Traffic Management)." + ::= { gtmRegItem 2 } + +gtmRegItemEntry OBJECT-TYPE + SYNTAX GtmRegItemEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Columns in the gtmRegItem Table" + INDEX { + gtmRegItemRegionDbType, + gtmRegItemRegionName, + gtmRegItemType, + gtmRegItemNegate, + gtmRegItemRegEntry + } + ::= { gtmRegItemTable 1 } + +GtmRegItemEntry ::= + SEQUENCE { + gtmRegItemRegionDbType INTEGER, + gtmRegItemRegionName LongDisplayString, + gtmRegItemType INTEGER, + gtmRegItemNegate INTEGER, + gtmRegItemRegEntry LongDisplayString + } + +gtmRegItemRegionDbType OBJECT-TYPE + SYNTAX INTEGER { + user(0), + acl(1), + isp(2) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The region's database type." + ::= { gtmRegItemEntry 1 } + +gtmRegItemRegionName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The region name." + ::= { gtmRegItemEntry 2 } + +gtmRegItemType OBJECT-TYPE + SYNTAX INTEGER { + cidr(0), + region(1), + continent(2), + country(3), + state(4), + pool(5), + datacenter(6), + ispregion(7), + geoipIsp(8) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The region item's type." + ::= { gtmRegItemEntry 3 } + +gtmRegItemNegate OBJECT-TYPE + SYNTAX INTEGER { + false(0), + true(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The state indicating whether the region member to be interpreted + as not equal to the region member options selected." + ::= { gtmRegItemEntry 4 } + +gtmRegItemRegEntry OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of the region entry." + ::= { gtmRegItemEntry 5 } + +--================================================================== +-- Gtm_rule +--================================================================== +gtmRuleNumber OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of gtmRule entries in the table." + ::= { gtmRule 1 } + +gtmRuleTable OBJECT-TYPE + SYNTAX SEQUENCE OF GtmRuleEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A table containing information of rules for GTM (Global Traffic Management)." + ::= { gtmRule 2 } + +gtmRuleEntry OBJECT-TYPE + SYNTAX GtmRuleEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Columns in the gtmRule Table" + INDEX { + gtmRuleName + } + ::= { gtmRuleTable 1 } + +GtmRuleEntry ::= + SEQUENCE { + gtmRuleName LongDisplayString, + gtmRuleDefinition LongDisplayString, + gtmRuleConfigSource INTEGER + } + +gtmRuleName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of a rule." + ::= { gtmRuleEntry 1 } + +gtmRuleDefinition OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! + The definition of the specified rule." + ::= { gtmRuleEntry 2 } + +gtmRuleConfigSource OBJECT-TYPE + SYNTAX INTEGER { + usercfg(0), + basecfg(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The type of rule that the specified rule is associating with. + It is either a base/pre-configured rule or user defined rule." + ::= { gtmRuleEntry 3 } + +--================================================================== +-- Gtm_rule_event +--================================================================== +gtmRuleEventNumber OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of gtmRuleEvent entries in the table." + ::= { gtmRuleEvent 1 } + +gtmRuleEventTable OBJECT-TYPE + SYNTAX SEQUENCE OF GtmRuleEventEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A table containing information of rule events for GTM (Global Traffic Management)." + ::= { gtmRuleEvent 2 } + +gtmRuleEventEntry OBJECT-TYPE + SYNTAX GtmRuleEventEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Columns in the gtmRuleEvent Table" + INDEX { + gtmRuleEventName, + gtmRuleEventEventType, + gtmRuleEventPriority + } + ::= { gtmRuleEventTable 1 } + +GtmRuleEventEntry ::= + SEQUENCE { + gtmRuleEventName LongDisplayString, + gtmRuleEventEventType LongDisplayString, + gtmRuleEventPriority INTEGER, + gtmRuleEventScript LongDisplayString + } + +gtmRuleEventName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of a rule." + ::= { gtmRuleEventEntry 1 } + +gtmRuleEventEventType OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The event type for which the specified rule is used." + ::= { gtmRuleEventEntry 2 } + +gtmRuleEventPriority OBJECT-TYPE + SYNTAX INTEGER(0..32767) + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The execution priority of the specified rule event." + ::= { gtmRuleEventEntry 3 } + +gtmRuleEventScript OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! + The TCL script for the specified rule event." + ::= { gtmRuleEventEntry 4 } + +--================================================================== +-- Gtm_rule_stat +--================================================================== +gtmRuleEventStatResetStats OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "The action to reset resettable statistics data in gtmRuleEventStat. + Setting this value to 1 will reset statistics data. + Note, some statistics data may not be reset including data that are incremental counters." + ::= { gtmRuleEventStat 1 } + +gtmRuleEventStatNumber OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of gtmRuleEventStat entries in the table." + ::= { gtmRuleEventStat 2 } + +gtmRuleEventStatTable OBJECT-TYPE + SYNTAX SEQUENCE OF GtmRuleEventStatEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A table containing statistics information of rules for GTM (Global Traffic Management)." + ::= { gtmRuleEventStat 3 } + +gtmRuleEventStatEntry OBJECT-TYPE + SYNTAX GtmRuleEventStatEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Columns in the gtmRuleEventStat Table" + INDEX { + gtmRuleEventStatName, + gtmRuleEventStatEventType, + gtmRuleEventStatPriority + } + ::= { gtmRuleEventStatTable 1 } + +GtmRuleEventStatEntry ::= + SEQUENCE { + gtmRuleEventStatName LongDisplayString, + gtmRuleEventStatEventType LongDisplayString, + gtmRuleEventStatPriority INTEGER, + gtmRuleEventStatFailures Counter64, + gtmRuleEventStatAborts Counter64, + gtmRuleEventStatTotalExecutions Counter64 + } + +gtmRuleEventStatName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of the rule." + ::= { gtmRuleEventStatEntry 1 } + +gtmRuleEventStatEventType OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The event type for which the rule is used." + ::= { gtmRuleEventStatEntry 2 } + +gtmRuleEventStatPriority OBJECT-TYPE + SYNTAX INTEGER(0..32767) + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The execution priority of this rule event." + ::= { gtmRuleEventStatEntry 3 } + +gtmRuleEventStatFailures OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of failures for executing this rule." + ::= { gtmRuleEventStatEntry 4 } + +gtmRuleEventStatAborts OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of aborts when executing this rule." + ::= { gtmRuleEventStatEntry 5 } + +gtmRuleEventStatTotalExecutions OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of executions for this rule." + ::= { gtmRuleEventStatEntry 6 } + +--================================================================== +-- Gtm_server +--================================================================== +gtmServerNumber OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of gtmServer entries in the table." + ::= { gtmServer 1 } + +gtmServerTable OBJECT-TYPE + SYNTAX SEQUENCE OF GtmServerEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A table containing information of servers within associated + data center for GTM (Global Traffic Management)." + ::= { gtmServer 2 } + +gtmServerEntry OBJECT-TYPE + SYNTAX GtmServerEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Columns in the gtmServer Table" + INDEX { + gtmServerName + } + ::= { gtmServerTable 1 } + +GtmServerEntry ::= + SEQUENCE { + gtmServerName LongDisplayString, + gtmServerDcName LongDisplayString, + gtmServerType INTEGER, + gtmServerEnabled INTEGER, + gtmServerLimitCpuUsageEnabled INTEGER, + gtmServerLimitMemAvailEnabled INTEGER, + gtmServerLimitBitsPerSecEnabled INTEGER, + gtmServerLimitPktsPerSecEnabled INTEGER, + gtmServerLimitConnEnabled INTEGER, + gtmServerLimitConnPerSecEnabled INTEGER, + gtmServerLimitCpuUsage Counter64, + gtmServerLimitMemAvail Counter64, + gtmServerLimitBitsPerSec Counter64, + gtmServerLimitPktsPerSec Counter64, + gtmServerLimitConn Counter64, + gtmServerLimitConnPerSec Counter64, + gtmServerProberType InetAddressType, + gtmServerProber InetAddress, + gtmServerMonitorRule LongDisplayString, + gtmServerAllowSvcChk INTEGER, + gtmServerAllowPath INTEGER, + gtmServerAllowSnmp INTEGER, + gtmServerAutoconfState INTEGER, + gtmServerLinkAutoconfState INTEGER + } + +gtmServerName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of a server." + ::= { gtmServerEntry 1 } + +gtmServerDcName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of the data center the specified server belongs to." + ::= { gtmServerEntry 2 } + +gtmServerType OBJECT-TYPE + SYNTAX INTEGER { + bigipstandalone(0), + bigipredundant(1), + genericloadbalancer(2), + alteonacedirector(3), + ciscocss(4), + ciscolocaldirectorv2(5), + ciscolocaldirectorv3(6), + ciscoserverloadbalancer(7), + extreme(8), + foundryserveriron(9), + generichost(10), + cacheflow(11), + netapp(12), + windows2000(13), + windowsnt4(14), + solaris(15), + radware(16) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The type of the server." + ::= { gtmServerEntry 3 } + +gtmServerEnabled OBJECT-TYPE + SYNTAX INTEGER { + false(0), + true(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The state indicating whether the specified server is enabled or not." + ::= { gtmServerEntry 4 } + +gtmServerLimitCpuUsageEnabled OBJECT-TYPE + SYNTAX INTEGER { + false(0), + true(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The state indicating whether to set limit of CPU usage is enabled + or not for the server." + ::= { gtmServerEntry 5 } + +gtmServerLimitMemAvailEnabled OBJECT-TYPE + SYNTAX INTEGER { + false(0), + true(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The state indicating whether to set limit of available memory is + enabled or not for the server." + ::= { gtmServerEntry 6 } + +gtmServerLimitBitsPerSecEnabled OBJECT-TYPE + SYNTAX INTEGER { + false(0), + true(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The state indicating whether to limit of number of bits per second + is enabled or not for the server." + ::= { gtmServerEntry 7 } + +gtmServerLimitPktsPerSecEnabled OBJECT-TYPE + SYNTAX INTEGER { + false(0), + true(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The state indicating whether to set limit of number of packets + per second is enabled or not for the server." + ::= { gtmServerEntry 8 } + +gtmServerLimitConnEnabled OBJECT-TYPE + SYNTAX INTEGER { + false(0), + true(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The state indicating whether to set limit of total connections + is enabled or not for the server." + ::= { gtmServerEntry 9 } + +gtmServerLimitConnPerSecEnabled OBJECT-TYPE + SYNTAX INTEGER { + false(0), + true(1) + } + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! This feature has been eliminated. + The state indicating whether to set limit of connections per second + is enabled or not for the server." + ::= { gtmServerEntry 10 } + +gtmServerLimitCpuUsage OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The limit of CPU usage as a percentage for the server." + ::= { gtmServerEntry 11 } + +gtmServerLimitMemAvail OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The limit of memory available in bytes for the server." + ::= { gtmServerEntry 12 } + +gtmServerLimitBitsPerSec OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The limit of number of bits per second for the server." + ::= { gtmServerEntry 13 } + +gtmServerLimitPktsPerSec OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The limit of number of packets per second for the server." + ::= { gtmServerEntry 14 } + +gtmServerLimitConn OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The limit of total number of connections for the server." + ::= { gtmServerEntry 15 } + +gtmServerLimitConnPerSec OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! This feature has been eliminated. + The limit of number of connections per second for the server." + ::= { gtmServerEntry 16 } + +gtmServerProberType OBJECT-TYPE + SYNTAX InetAddressType + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! This is replaced by prober_pool. + The prober address type of gtmServerProber." + ::= { gtmServerEntry 17 } + +gtmServerProber OBJECT-TYPE + SYNTAX InetAddress + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! This is replaced by prober_pool. + The prober address for the specified server. It is interpreted within + the context of an gtmServerProberType value." + ::= { gtmServerEntry 18 } + +gtmServerMonitorRule OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of monitor rule this server is used." + ::= { gtmServerEntry 19 } + +gtmServerAllowSvcChk OBJECT-TYPE + SYNTAX INTEGER { + false(0), + true(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The state indicating whether service check is allowed for + the specified server." + ::= { gtmServerEntry 20 } + +gtmServerAllowPath OBJECT-TYPE + SYNTAX INTEGER { + false(0), + true(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The state indicating whether path information gathering is allowed + for the specified server." + ::= { gtmServerEntry 21 } + +gtmServerAllowSnmp OBJECT-TYPE + SYNTAX INTEGER { + false(0), + true(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The state indicating whether SNMP information gathering is allowed + for the specified server." + ::= { gtmServerEntry 22 } + +gtmServerAutoconfState OBJECT-TYPE + SYNTAX INTEGER { + disabled(0), + enabled(1), + enablednoautodelete(2) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The state of auto configuration for BIGIP/3DNS servers. + for the specified server." + ::= { gtmServerEntry 23 } + +gtmServerLinkAutoconfState OBJECT-TYPE + SYNTAX INTEGER { + disabled(0), + enabled(1), + enablednoautodelete(2) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The state of link auto configuration for BIGIP/3DNS servers. + for the specified server." + ::= { gtmServerEntry 24 } + +--================================================================== +-- Gtm_server_stat +--================================================================== +gtmServerStatResetStats OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-write + STATUS deprecated + DESCRIPTION + "Deprecated!. + The action to reset resettable statistics data in gtmServerStat. + Setting this value to 1 will reset statistics data. + Note, some statistics data may not be reset including data that are incremental counters." + ::= { gtmServerStat 1 } + +gtmServerStatNumber OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated!. + The number of gtmServerStat entries in the table." + ::= { gtmServerStat 2 } + +gtmServerStatTable OBJECT-TYPE + SYNTAX SEQUENCE OF GtmServerStatEntry + MAX-ACCESS not-accessible + STATUS deprecated + DESCRIPTION + "Deprecated! Replaced by gtmServerStat2 table. + A table containing statistics information of servers within associated + data center for GTM (Global Traffic Management)." + ::= { gtmServerStat 3 } + +gtmServerStatEntry OBJECT-TYPE + SYNTAX GtmServerStatEntry + MAX-ACCESS not-accessible + STATUS deprecated + DESCRIPTION + "Columns in the gtmServerStat Table" + INDEX { + gtmServerStatName + } + ::= { gtmServerStatTable 1 } + +GtmServerStatEntry ::= + SEQUENCE { + gtmServerStatName LongDisplayString, + gtmServerStatUnitId INTEGER, + gtmServerStatVsPicks Counter64, + gtmServerStatCpuUsage Counter64, + gtmServerStatMemAvail Counter64, + gtmServerStatBitsPerSecIn Counter64, + gtmServerStatBitsPerSecOut Counter64, + gtmServerStatPktsPerSecIn Counter64, + gtmServerStatPktsPerSecOut Counter64, + gtmServerStatConnections Counter64, + gtmServerStatConnRate Counter64 + } + +gtmServerStatName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! Replaced by data in gtmServerStat2 table. + The name of a server." + ::= { gtmServerStatEntry 1 } + +gtmServerStatUnitId OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! Replaced by data in gtmServerStat2 table. + The unit ID of the specified server." + ::= { gtmServerStatEntry 2 } + +gtmServerStatVsPicks OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! Replaced by data in gtmServerStat2 table. + How many times a virtual server of the specified server was picked + during resolution of a domain name. I.E amazon.com got resolved to + a particular virtual address X times." + ::= { gtmServerStatEntry 3 } + +gtmServerStatCpuUsage OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! Replaced by data in gtmServerStat2 table. + The CPU usage in percentage for the specified server." + ::= { gtmServerStatEntry 4 } + +gtmServerStatMemAvail OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! Replaced by data in gtmServerStat2 table. + The memory available in bytes for the specified server." + ::= { gtmServerStatEntry 5 } + +gtmServerStatBitsPerSecIn OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! Replaced by data in gtmServerStat2 table. + The number of bits per second received by the specified server." + ::= { gtmServerStatEntry 6 } + +gtmServerStatBitsPerSecOut OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! Replaced by data in gtmServerStat2 table. + The number of bits per second sent from the specified server." + ::= { gtmServerStatEntry 7 } + +gtmServerStatPktsPerSecIn OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! Replaced by data in gtmServerStat2 table. + The number of packets per second received by the specified server." + ::= { gtmServerStatEntry 8 } + +gtmServerStatPktsPerSecOut OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! Replaced by data in gtmServerStat2 table. + The number of packets per second sent from the specified server." + ::= { gtmServerStatEntry 9 } + +gtmServerStatConnections OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! Replaced by data in gtmServerStat2 table. + The number of total connections to the specified server." + ::= { gtmServerStatEntry 10 } + +gtmServerStatConnRate OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! Replaced by data in gtmServerStat2 table. + The connection rate (current connection rate/connection rate limit) + in percentage for the specified server." + ::= { gtmServerStatEntry 11 } + +--================================================================== +-- Gtm_server_status +--================================================================== +gtmServerStatusNumber OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of gtmServerStatus entries in the table." + ::= { gtmServerStatus 1 } + +gtmServerStatusTable OBJECT-TYPE + SYNTAX SEQUENCE OF GtmServerStatusEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A table containing status information of servers within associated + data center for GTM (Global Traffic Management)." + ::= { gtmServerStatus 2 } + +gtmServerStatusEntry OBJECT-TYPE + SYNTAX GtmServerStatusEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Columns in the gtmServerStatus Table" + INDEX { + gtmServerStatusName + } + ::= { gtmServerStatusTable 1 } + +GtmServerStatusEntry ::= + SEQUENCE { + gtmServerStatusName LongDisplayString, + gtmServerStatusAvailState INTEGER, + gtmServerStatusEnabledState INTEGER, + gtmServerStatusParentType Gauge, + gtmServerStatusDetailReason LongDisplayString + } + +gtmServerStatusName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of a server." + ::= { gtmServerStatusEntry 1 } + +gtmServerStatusAvailState OBJECT-TYPE + SYNTAX INTEGER { + none(0), + green(1), + yellow(2), + red(3), + blue(4), + gray(5) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The availability of the specified server indicated by color. + none - error; + green - available in some capacity; + yellow - not currently available; + red - not available; + blue - availability is unknown; + gray - unlicensed." + ::= { gtmServerStatusEntry 2 } + +gtmServerStatusEnabledState OBJECT-TYPE + SYNTAX INTEGER { + none(0), + enabled(1), + disabled(2), + disabledbyparent(3) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The activity status of the specified server, as specified + by the user." + ::= { gtmServerStatusEntry 3 } + +gtmServerStatusParentType OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! This is an internal data. + The type of parent object which disabled the specified server." + ::= { gtmServerStatusEntry 4 } + +gtmServerStatusDetailReason OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The detail description of the specified node's status." + ::= { gtmServerStatusEntry 5 } + +--================================================================== +-- Gtm_top_item +--================================================================== +gtmTopItemNumber OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of gtmTopItem entries in the table." + ::= { gtmTopItem 1 } + +gtmTopItemTable OBJECT-TYPE + SYNTAX SEQUENCE OF GtmTopItemEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A table containing information of topology attributes for GTM (Global Traffic Management)." + ::= { gtmTopItem 2 } + +gtmTopItemEntry OBJECT-TYPE + SYNTAX GtmTopItemEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Columns in the gtmTopItem Table" + INDEX { + gtmTopItemLdnsType, + gtmTopItemLdnsNegate, + gtmTopItemLdnsEntry, + gtmTopItemServerType, + gtmTopItemServerNegate, + gtmTopItemServerEntry + } + ::= { gtmTopItemTable 1 } + +GtmTopItemEntry ::= + SEQUENCE { + gtmTopItemLdnsType INTEGER, + gtmTopItemLdnsNegate INTEGER, + gtmTopItemLdnsEntry LongDisplayString, + gtmTopItemServerType INTEGER, + gtmTopItemServerNegate INTEGER, + gtmTopItemServerEntry LongDisplayString, + gtmTopItemWeight Gauge, + gtmTopItemOrder Gauge + } + +gtmTopItemLdnsType OBJECT-TYPE + SYNTAX INTEGER { + cidr(0), + region(1), + continent(2), + country(3), + state(4), + pool(5), + datacenter(6), + ispregion(7), + geoipIsp(8) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The type of topology end point for the LDNS." + ::= { gtmTopItemEntry 1 } + +gtmTopItemLdnsNegate OBJECT-TYPE + SYNTAX INTEGER { + false(0), + true(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The state indicating whether the end point is not equal to + the definition the LDNS." + ::= { gtmTopItemEntry 2 } + +gtmTopItemLdnsEntry OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The LDNS entry which could be an IP address, a region name, + a continent, etc." + ::= { gtmTopItemEntry 3 } + +gtmTopItemServerType OBJECT-TYPE + SYNTAX INTEGER { + cidr(0), + region(1), + continent(2), + country(3), + state(4), + pool(5), + datacenter(6), + ispregion(7), + geoipIsp(8) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The type of topology end point for the virtual server." + ::= { gtmTopItemEntry 4 } + +gtmTopItemServerNegate OBJECT-TYPE + SYNTAX INTEGER { + false(0), + true(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The state indicating whether the end point is not equal to + the definition for the virtual server." + ::= { gtmTopItemEntry 5 } + +gtmTopItemServerEntry OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The server entry which could be an IP address, a region name, + a continent, etc." + ::= { gtmTopItemEntry 6 } + +gtmTopItemWeight OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The relative weight for the topology record." + ::= { gtmTopItemEntry 7 } + +gtmTopItemOrder OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The order of the record without longest match sorting." + ::= { gtmTopItemEntry 8 } + +--================================================================== +-- Gtm_vs +--================================================================== +gtmVsNumber OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of gtmVirtualServ entries in the table." + ::= { gtmVirtualServ 1 } + +gtmVsTable OBJECT-TYPE + SYNTAX SEQUENCE OF GtmVsEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A table containing information of virtual servers for GTM (Global Traffic Management)." + ::= { gtmVirtualServ 2 } + +gtmVsEntry OBJECT-TYPE + SYNTAX GtmVsEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Columns in the gtmVs Table" + INDEX { + gtmVsServerName, + gtmVsName + } + ::= { gtmVsTable 1 } + +GtmVsEntry ::= + SEQUENCE { + gtmVsIpType InetAddressType, + gtmVsIp InetAddress, + gtmVsPort InetPortNumber, + gtmVsName LongDisplayString, + gtmVsServerName LongDisplayString, + gtmVsIpXlatedType InetAddressType, + gtmVsIpXlated InetAddress, + gtmVsPortXlated InetPortNumber, + gtmVsLimitCpuUsageEnabled INTEGER, + gtmVsLimitMemAvailEnabled INTEGER, + gtmVsLimitBitsPerSecEnabled INTEGER, + gtmVsLimitPktsPerSecEnabled INTEGER, + gtmVsLimitConnEnabled INTEGER, + gtmVsLimitConnPerSecEnabled INTEGER, + gtmVsLimitCpuUsage Counter64, + gtmVsLimitMemAvail Counter64, + gtmVsLimitBitsPerSec Counter64, + gtmVsLimitPktsPerSec Counter64, + gtmVsLimitConn Counter64, + gtmVsLimitConnPerSec Counter64, + gtmVsMonitorRule LongDisplayString, + gtmVsEnabled INTEGER, + gtmVsLinkName LongDisplayString, + gtmVsLtmName LongDisplayString + } + +gtmVsIpType OBJECT-TYPE + SYNTAX InetAddressType + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The IP address type of gtmVirtualServIp." + ::= { gtmVsEntry 1 } + +gtmVsIp OBJECT-TYPE + SYNTAX InetAddress + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The IP address of a virtual server. It is interpreted + within the context of a gtmVirtualServIpType value." + ::= { gtmVsEntry 2 } + +gtmVsPort OBJECT-TYPE + SYNTAX InetPortNumber + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The port of a virtual server." + ::= { gtmVsEntry 3 } + +gtmVsName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of the specified virtual server." + ::= { gtmVsEntry 4 } + +gtmVsServerName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of the server with which the specified virtual server associates." + ::= { gtmVsEntry 5 } + +gtmVsIpXlatedType OBJECT-TYPE + SYNTAX InetAddressType + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The IP address type of gtmVirtualServIpXlated." + ::= { gtmVsEntry 6 } + +gtmVsIpXlated OBJECT-TYPE + SYNTAX InetAddress + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The translated IP address for the specified virtual server. + It is interpreted within the context of a gtmVirtualServIpXlatedType value." + ::= { gtmVsEntry 7 } + +gtmVsPortXlated OBJECT-TYPE + SYNTAX InetPortNumber + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The translated port for the specified virtual server." + ::= { gtmVsEntry 8 } + +gtmVsLimitCpuUsageEnabled OBJECT-TYPE + SYNTAX INTEGER { + false(0), + true(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The state indicating whether to set limit of CPU usage is enabled + or not for the virtual server." + ::= { gtmVsEntry 9 } + +gtmVsLimitMemAvailEnabled OBJECT-TYPE + SYNTAX INTEGER { + false(0), + true(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The state indicating whether to set limit of available memory is + enabled or not for the virtual server." + ::= { gtmVsEntry 10 } + +gtmVsLimitBitsPerSecEnabled OBJECT-TYPE + SYNTAX INTEGER { + false(0), + true(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The state indicating whether to limit of number of bits per second + is enabled or not for the virtual server." + ::= { gtmVsEntry 11 } + +gtmVsLimitPktsPerSecEnabled OBJECT-TYPE + SYNTAX INTEGER { + false(0), + true(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The state indicating whether to set limit of number of packets + per second is enabled or not for the virtual server." + ::= { gtmVsEntry 12 } + +gtmVsLimitConnEnabled OBJECT-TYPE + SYNTAX INTEGER { + false(0), + true(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The state indicating whether to set limit of total connections + is enabled or not for the virtual server." + ::= { gtmVsEntry 13 } + +gtmVsLimitConnPerSecEnabled OBJECT-TYPE + SYNTAX INTEGER { + false(0), + true(1) + } + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! This feature has been eliminated. + The state indicating whether to set limit of connections per second + is enabled or not for the virtual server." + ::= { gtmVsEntry 14 } + +gtmVsLimitCpuUsage OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The limit of CPU usage as a percentage for the virtual server." + ::= { gtmVsEntry 15 } + +gtmVsLimitMemAvail OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The limit of memory available in bytes for the virtual server." + ::= { gtmVsEntry 16 } + +gtmVsLimitBitsPerSec OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The limit of number of bits per second for the virtual server." + ::= { gtmVsEntry 17 } + +gtmVsLimitPktsPerSec OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The limit of number of packets per second for the virtual server." + ::= { gtmVsEntry 18 } + +gtmVsLimitConn OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The limit of total number of connections for the virtual server." + ::= { gtmVsEntry 19 } + +gtmVsLimitConnPerSec OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! This feature has been eliminated. + The limit of number of connections per second for the virtual server." + ::= { gtmVsEntry 20 } + +gtmVsMonitorRule OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of the monitor rule for this virtual server." + ::= { gtmVsEntry 21 } + +gtmVsEnabled OBJECT-TYPE + SYNTAX INTEGER { + disable(0), + enable(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The state indicating whether the virtual server is enabled or not." + ::= { gtmVsEntry 22 } + +gtmVsLinkName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The parent link of this virtual server." + ::= { gtmVsEntry 23 } + +gtmVsLtmName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The user configured LTM name of the specified virtual server. + This string is not populated as a result of monitoring activity." + ::= { gtmVsEntry 24 } + +--================================================================== +-- Gtm_vs_depends +--================================================================== +gtmVsDepsNumber OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of gtmVirtualServDepends entries in the table." + ::= { gtmVirtualServDepends 1 } + +gtmVsDepsTable OBJECT-TYPE + SYNTAX SEQUENCE OF GtmVsDepsEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A table containing information of virtual servers' dependencies on other virtual servers for GTM (Global Traffic Management)." + ::= { gtmVirtualServDepends 2 } + +gtmVsDepsEntry OBJECT-TYPE + SYNTAX GtmVsDepsEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Columns in the gtmVsDeps Table" + INDEX { + gtmVsDepsServerName, + gtmVsDepsVsName, + gtmVsDepsDependServerName, + gtmVsDepsDependVsName + } + ::= { gtmVsDepsTable 1 } + +GtmVsDepsEntry ::= + SEQUENCE { + gtmVsDepsIpType InetAddressType, + gtmVsDepsIp InetAddress, + gtmVsDepsPort InetPortNumber, + gtmVsDepsVipType InetAddressType, + gtmVsDepsVip InetAddress, + gtmVsDepsVport InetPortNumber, + gtmVsDepsServerName LongDisplayString, + gtmVsDepsVsName LongDisplayString, + gtmVsDepsDependServerName LongDisplayString, + gtmVsDepsDependVsName LongDisplayString + } + +gtmVsDepsIpType OBJECT-TYPE + SYNTAX InetAddressType + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! use server_name and vs_name instead, + The IP address type of gtmVsDepsIp." + ::= { gtmVsDepsEntry 1 } + +gtmVsDepsIp OBJECT-TYPE + SYNTAX InetAddress + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! use server_name and vs_name instead, + The IP address of a virtual server. It is interpreted within + the context of gtmVsDepsIpType value." + ::= { gtmVsDepsEntry 2 } + +gtmVsDepsPort OBJECT-TYPE + SYNTAX InetPortNumber + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! use server_name and vs_name instead, + The port of a virtual server." + ::= { gtmVsDepsEntry 3 } + +gtmVsDepsVipType OBJECT-TYPE + SYNTAX InetAddressType + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! use depend server_name and vs_name instead, + The IP address type of gtmVsDepsVip" + ::= { gtmVsDepsEntry 4 } + +gtmVsDepsVip OBJECT-TYPE + SYNTAX InetAddress + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! use depend server_name and vs_name instead, + The IP address of a virtual server on which the specified virtual server depends. + It is interpreted within the context of gtmVsDepsOnVipType value." + ::= { gtmVsDepsEntry 5 } + +gtmVsDepsVport OBJECT-TYPE + SYNTAX InetPortNumber + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! depend use server_name and vs_name instead, + The port of a virtual server on which the specified virtual server depends." + ::= { gtmVsDepsEntry 6 } + +gtmVsDepsServerName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of the server with which the specified virtual server is associated." + ::= { gtmVsDepsEntry 7 } + +gtmVsDepsVsName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The virtual server name." + ::= { gtmVsDepsEntry 8 } + +gtmVsDepsDependServerName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The server name of a virtual server on which the specified virtual server depends." + ::= { gtmVsDepsEntry 9 } + +gtmVsDepsDependVsName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The virtual server name on which the specified virtual server depends." + ::= { gtmVsDepsEntry 10 } + +--================================================================== +-- Gtm_vs_stat +--================================================================== +gtmVsStatResetStats OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "The action to reset resettable statistics data in gtmVirtualServStat. + Setting this value to 1 will reset statistics data. + Note, some statistics data may not be reset including data that are incremental counters." + ::= { gtmVirtualServStat 1 } + +gtmVsStatNumber OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of gtmVirtualServStat entries in the table." + ::= { gtmVirtualServStat 2 } + +gtmVsStatTable OBJECT-TYPE + SYNTAX SEQUENCE OF GtmVsStatEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A table containing statistics information of virtual servers + for GTM (Global Traffic Management)." + ::= { gtmVirtualServStat 3 } + +gtmVsStatEntry OBJECT-TYPE + SYNTAX GtmVsStatEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Columns in the gtmVsStat Table" + INDEX { + gtmVsStatServerName, + gtmVsStatName + } + ::= { gtmVsStatTable 1 } + +GtmVsStatEntry ::= + SEQUENCE { + gtmVsStatIpType InetAddressType, + gtmVsStatIp InetAddress, + gtmVsStatPort InetPortNumber, + gtmVsStatName LongDisplayString, + gtmVsStatCpuUsage Counter64, + gtmVsStatMemAvail Counter64, + gtmVsStatBitsPerSecIn Counter64, + gtmVsStatBitsPerSecOut Counter64, + gtmVsStatPktsPerSecIn Counter64, + gtmVsStatPktsPerSecOut Counter64, + gtmVsStatConnections Counter64, + gtmVsStatConnRate Counter64, + gtmVsStatVsScore Counter64, + gtmVsStatServerName LongDisplayString + } + +gtmVsStatIpType OBJECT-TYPE + SYNTAX InetAddressType + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! use server_name and vs_name instead, + The IP address type of gtmVirtualServStatIp." + ::= { gtmVsStatEntry 1 } + +gtmVsStatIp OBJECT-TYPE + SYNTAX InetAddress + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! use server_name and vs_name instead, + The IP address of a virtual server. It is interpreted within + the context of gtmVirtualServStatIpType value." + ::= { gtmVsStatEntry 2 } + +gtmVsStatPort OBJECT-TYPE + SYNTAX InetPortNumber + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! use server_name and vs_name instead, + The port of a virtual server." + ::= { gtmVsStatEntry 3 } + +gtmVsStatName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of the specified virtual server." + ::= { gtmVsStatEntry 4 } + +gtmVsStatCpuUsage OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The CPU usage in percentage for the specified virtual server." + ::= { gtmVsStatEntry 5 } + +gtmVsStatMemAvail OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The memory available in bytes for the specified virtual server." + ::= { gtmVsStatEntry 6 } + +gtmVsStatBitsPerSecIn OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of bits per second received by the specified virtual server." + ::= { gtmVsStatEntry 7 } + +gtmVsStatBitsPerSecOut OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of bits per second sent from the specified virtual server." + ::= { gtmVsStatEntry 8 } + +gtmVsStatPktsPerSecIn OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of packets per second received by the specified virtual server." + ::= { gtmVsStatEntry 9 } + +gtmVsStatPktsPerSecOut OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of packets per second sent from the specified virtual server." + ::= { gtmVsStatEntry 10 } + +gtmVsStatConnections OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of total connections to the specified virtual server." + ::= { gtmVsStatEntry 11 } + +gtmVsStatConnRate OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! + Replaced by gtmVsStatVsScore. + The connection rate (current connection rate/connection rate limit) + in percentage for the specified virtual server." + ::= { gtmVsStatEntry 12 } + +gtmVsStatVsScore OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "A user-defined value that specifies the ranking of the virtual server + when compared to other virtual servers within the same pool." + ::= { gtmVsStatEntry 13 } + +gtmVsStatServerName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of the server with which the specified virtual server is associated." + ::= { gtmVsStatEntry 14 } + +--================================================================== +-- Gtm_vs_status +--================================================================== +gtmVsStatusNumber OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of gtmVirtualServStatus entries in the table." + ::= { gtmVirtualServStatus 1 } + +gtmVsStatusTable OBJECT-TYPE + SYNTAX SEQUENCE OF GtmVsStatusEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A table containing status information of virtual servers + for GTM (Global Traffic Management)." + ::= { gtmVirtualServStatus 2 } + +gtmVsStatusEntry OBJECT-TYPE + SYNTAX GtmVsStatusEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Columns in the gtmVsStatus Table" + INDEX { + gtmVsStatusServerName, + gtmVsStatusVsName + } + ::= { gtmVsStatusTable 1 } + +GtmVsStatusEntry ::= + SEQUENCE { + gtmVsStatusIpType InetAddressType, + gtmVsStatusIp InetAddress, + gtmVsStatusPort InetPortNumber, + gtmVsStatusAvailState INTEGER, + gtmVsStatusEnabledState INTEGER, + gtmVsStatusParentType Gauge, + gtmVsStatusDetailReason LongDisplayString, + gtmVsStatusVsName LongDisplayString, + gtmVsStatusServerName LongDisplayString + } + +gtmVsStatusIpType OBJECT-TYPE + SYNTAX InetAddressType + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! use server_name and vs_name instead, + The IP address type of gtmVirtualServStatusIp." + ::= { gtmVsStatusEntry 1 } + +gtmVsStatusIp OBJECT-TYPE + SYNTAX InetAddress + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! use server_name and vs_name instead, + The IP address of a virtual server. It is interpreted within + the context of gtmVirtualServStatusIpType value." + ::= { gtmVsStatusEntry 2 } + +gtmVsStatusPort OBJECT-TYPE + SYNTAX InetPortNumber + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! use server_name and vs_name instead, + The port of a virtual server." + ::= { gtmVsStatusEntry 3 } + +gtmVsStatusAvailState OBJECT-TYPE + SYNTAX INTEGER { + none(0), + green(1), + yellow(2), + red(3), + blue(4), + gray(5) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The availability of the specified virtual server indicated by color. + none - error; + green - available in some capacity; + yellow - not currently available; + red - not available; + blue - availability is unknown; + gray - unlicensed." + ::= { gtmVsStatusEntry 4 } + +gtmVsStatusEnabledState OBJECT-TYPE + SYNTAX INTEGER { + none(0), + enabled(1), + disabled(2), + disabledbyparent(3) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The activity status of the specified virtual server, as specified + by the user." + ::= { gtmVsStatusEntry 5 } + +gtmVsStatusParentType OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! This is an internal data. + The type of parent object which disabled this virtual server." + ::= { gtmVsStatusEntry 6 } + +gtmVsStatusDetailReason OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The detail description of the specified virtual server's status." + ::= { gtmVsStatusEntry 7 } + +gtmVsStatusVsName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of the specified virtual server." + ::= { gtmVsStatusEntry 8 } + +gtmVsStatusServerName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of the server with which the specified virtual server is associated." + ::= { gtmVsStatusEntry 9 } + +--================================================================== +-- Gtm_wideip +--================================================================== +gtmWideipNumber OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of gtmWideip entries in the table." + ::= { gtmWideip 1 } + +gtmWideipTable OBJECT-TYPE + SYNTAX SEQUENCE OF GtmWideipEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A table containing information of wide IPs for GTM (Global Traffic Management)." + ::= { gtmWideip 2 } + +gtmWideipEntry OBJECT-TYPE + SYNTAX GtmWideipEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Columns in the gtmWideip Table" + INDEX { + gtmWideipType, + gtmWideipName + } + ::= { gtmWideipTable 1 } + +GtmWideipEntry ::= + SEQUENCE { + gtmWideipName LongDisplayString, + gtmWideipPersist INTEGER, + gtmWideipTtlPersist Gauge, + gtmWideipEnabled INTEGER, + gtmWideipLbmodePool INTEGER, + gtmWideipApplication LongDisplayString, + gtmWideipLastResortPool LongDisplayString, + gtmWideipIpNoError INTEGER, + gtmWideipLoadBalancingDecisionLogVerbosity Gauge, + gtmWideipIpNoErrorTtl Gauge, + gtmWideipPersistCidr Gauge, + gtmWideipPersistV6Cidr Gauge, + gtmWideipMinimalResponse INTEGER, + gtmWideipType INTEGER, + gtmWideipLastResortPoolType INTEGER + } + +gtmWideipName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of a wide IP." + ::= { gtmWideipEntry 1 } + +gtmWideipPersist OBJECT-TYPE + SYNTAX INTEGER { + false(0), + true(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The state indicating whether or not to maintain a connection between + a LDNS and a particular virtual server for the specified wide IP." + ::= { gtmWideipEntry 2 } + +gtmWideipTtlPersist OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The persistence TTL value of the specified wide IP. + This value (in seconds) indicates the time to maintain a connection + between an LDNS and a particular virtual server." + ::= { gtmWideipEntry 3 } + +gtmWideipEnabled OBJECT-TYPE + SYNTAX INTEGER { + disable(0), + enable(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The state indicating whether the specified wide IP is enabled or not." + ::= { gtmWideipEntry 4 } + +gtmWideipLbmodePool OBJECT-TYPE + SYNTAX INTEGER { + returntodns(0), + null(1), + roundrobin(2), + ratio(3), + topology(4), + statpersit(5), + ga(6), + vscapacity(7), + leastconn(8), + lowestrtt(9), + lowesthops(10), + packetrate(11), + cpu(12), + hitratio(13), + qos(14), + bps(15), + droppacket(16), + explicitip(17), + vsscore(18) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The load balancing method for the specified wide IP. + This is used by the wide IPs when picking a pool to use when + responding to a DNS request." + ::= { gtmWideipEntry 5 } + +gtmWideipApplication OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! No longer useful. Please use gtmApplicationWideip. + The application name the specified wide IP is used for." + ::= { gtmWideipEntry 6 } + +gtmWideipLastResortPool OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of the last-resort pool for the specified wide IP." + ::= { gtmWideipEntry 7 } + +gtmWideipIpNoError OBJECT-TYPE + SYNTAX INTEGER { + disable(0), + enable(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "When enabled on a given wide IP, all requests sent to that + wide IP will be returned with a noerror response." + ::= { gtmWideipEntry 8 } + +gtmWideipLoadBalancingDecisionLogVerbosity OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The log verbosity value when making load-balancing decisions. From + the least significant bit to the most significant bit, each bit + represents enabling or disabling a certain load balancing log. When the + first bit is 1, log will contain pool load-balancing algorithm + details. When the second bit is 1, log will contain details of all + pools traversed during load-balancing. When the third bit is 1, log + will contain pool member load-balancing algorithm details. When the + fourth bit is 1, log will contain details of all pool members + traversed during load-balancing." + ::= { gtmWideipEntry 9 } + +gtmWideipIpNoErrorTtl OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The negative caching TTL of the SOA record for the NoError + response. The default is 0, which means that no SOA is included + (ie no caching)." + ::= { gtmWideipEntry 10 } + +gtmWideipPersistCidr OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "A mask used to group IPv4 LDNS addresses. This allows one + persistence record to be shared by IPv4 LDNS addresses that + match within this mask. The default is 32 (no shared + persistence records)." + ::= { gtmWideipEntry 11 } + +gtmWideipPersistV6Cidr OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "A mask used to group IPv6 LDNS addresses. This allows one + persistence record to be shared by IPv6 LDNS addresses that + match within this mask. The default is 128 (no shared + persistence records)." + ::= { gtmWideipEntry 12 } + +gtmWideipMinimalResponse OBJECT-TYPE + SYNTAX INTEGER { + disable(0), + enable(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Whether or not GTM will form the smallest allowable DNS + response to a query. The default is enabled. When set to + disabled, GTM will attempt to chase CNAME chains to obtain + the ultimate answer and attempt to add address resource + records to the additional section of the response for each + answer when needed." + ::= { gtmWideipEntry 13 } + +gtmWideipType OBJECT-TYPE + SYNTAX INTEGER { + a(1), + cname(5), + mx(15), + aaaa(28), + srv(33), + naptr(35) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The type of a wide IP." + ::= { gtmWideipEntry 14 } + +gtmWideipLastResortPoolType OBJECT-TYPE + SYNTAX INTEGER { + a(1), + cname(5), + mx(15), + aaaa(28), + srv(33), + naptr(35) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The type of the last-resort pool for the specified wide IP." + ::= { gtmWideipEntry 15 } + +--================================================================== +-- Gtm_wideip_stat +--================================================================== +gtmWideipStatResetStats OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "The action to reset resettable statistics data in gtmWideipStat. + Setting this value to 1 will reset statistics data. + Note, some statistics data may not be reset including data that are incremental counters." + ::= { gtmWideipStat 1 } + +gtmWideipStatNumber OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of gtmWideipStat entries in the table." + ::= { gtmWideipStat 2 } + +gtmWideipStatTable OBJECT-TYPE + SYNTAX SEQUENCE OF GtmWideipStatEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A table containing statistics information of wide IPs for GTM (Global Traffic Management)." + ::= { gtmWideipStat 3 } + +gtmWideipStatEntry OBJECT-TYPE + SYNTAX GtmWideipStatEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Columns in the gtmWideipStat Table" + INDEX { + gtmWideipStatWipType, + gtmWideipStatName + } + ::= { gtmWideipStatTable 1 } + +GtmWideipStatEntry ::= + SEQUENCE { + gtmWideipStatName LongDisplayString, + gtmWideipStatRequests Counter64, + gtmWideipStatResolutions Counter64, + gtmWideipStatPersisted Counter64, + gtmWideipStatPreferred Counter64, + gtmWideipStatFallback Counter64, + gtmWideipStatDropped Counter64, + gtmWideipStatExplicitIp Counter64, + gtmWideipStatReturnToDns Counter64, + gtmWideipStatReturnFromDns Counter64, + gtmWideipStatCnameResolutions Counter64, + gtmWideipStatARequests Counter64, + gtmWideipStatAaaaRequests Counter64, + gtmWideipStatAlternate Counter64, + gtmWideipStatWipType INTEGER + } + +gtmWideipStatName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of the wide IP." + ::= { gtmWideipStatEntry 1 } + +gtmWideipStatRequests OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of total requests for the specified wide IP." + ::= { gtmWideipStatEntry 2 } + +gtmWideipStatResolutions OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of total resolutions for the specified wide IP." + ::= { gtmWideipStatEntry 3 } + +gtmWideipStatPersisted OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of persisted requests for the specified wide IP." + ::= { gtmWideipStatEntry 4 } + +gtmWideipStatPreferred OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of times which the preferred load balance method is used + for the specified wide IP." + ::= { gtmWideipStatEntry 5 } + +gtmWideipStatFallback OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of times which the fallback load balance method is used + for the specified wide IP." + ::= { gtmWideipStatEntry 6 } + +gtmWideipStatDropped OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of dropped DNS messages for the specified wide IP." + ::= { gtmWideipStatEntry 7 } + +gtmWideipStatExplicitIp OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! The number of times which a LDNS was persisted to the + specified wide IP by the explicit IP rule." + ::= { gtmWideipStatEntry 8 } + +gtmWideipStatReturnToDns OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of times which a resolve was returned to DNS (for resolution) + for the specified wide IP." + ::= { gtmWideipStatEntry 9 } + +gtmWideipStatReturnFromDns OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of times which a resolve was returned from DNS for the + specified wide IP." + ::= { gtmWideipStatEntry 10 } + +gtmWideipStatCnameResolutions OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of times which a query is resolved by the CNAME of pools + associated with the specified Wide IP." + ::= { gtmWideipStatEntry 11 } + +gtmWideipStatARequests OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! No longer used. + The number of A requests for the specified wide IP." + ::= { gtmWideipStatEntry 12 } + +gtmWideipStatAaaaRequests OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! No longer used. + The number of AAAA requests for the specified wide IP." + ::= { gtmWideipStatEntry 13 } + +gtmWideipStatAlternate OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of times which the alternate load balance method is used + for the specified wide IP." + ::= { gtmWideipStatEntry 14 } + +gtmWideipStatWipType OBJECT-TYPE + SYNTAX INTEGER { + a(1), + cname(5), + mx(15), + aaaa(28), + srv(33), + naptr(35) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The type of the wide IP." + ::= { gtmWideipStatEntry 15 } + +--================================================================== +-- Gtm_wideip_status +--================================================================== +gtmWideipStatusNumber OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of gtmWideipStatus entries in the table." + ::= { gtmWideipStatus 1 } + +gtmWideipStatusTable OBJECT-TYPE + SYNTAX SEQUENCE OF GtmWideipStatusEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A table containing status information of wide IPs for GTM (Global Traffic Management)." + ::= { gtmWideipStatus 2 } + +gtmWideipStatusEntry OBJECT-TYPE + SYNTAX GtmWideipStatusEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Columns in the gtmWideipStatus Table" + INDEX { + gtmWideipStatusType, + gtmWideipStatusName + } + ::= { gtmWideipStatusTable 1 } + +GtmWideipStatusEntry ::= + SEQUENCE { + gtmWideipStatusName LongDisplayString, + gtmWideipStatusAvailState INTEGER, + gtmWideipStatusEnabledState INTEGER, + gtmWideipStatusParentType Gauge, + gtmWideipStatusDetailReason LongDisplayString, + gtmWideipStatusType INTEGER + } + +gtmWideipStatusName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of a wide IP." + ::= { gtmWideipStatusEntry 1 } + +gtmWideipStatusAvailState OBJECT-TYPE + SYNTAX INTEGER { + none(0), + green(1), + yellow(2), + red(3), + blue(4), + gray(5) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The availability of the specified wide IP indicated by color. + none - error; + green - available in some capacity; + yellow - not currently available; + red - not available; + blue - availability is unknown; + gray - unlicensed." + ::= { gtmWideipStatusEntry 2 } + +gtmWideipStatusEnabledState OBJECT-TYPE + SYNTAX INTEGER { + none(0), + enabled(1), + disabled(2), + disabledbyparent(3) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The activity status of the specified wide IP, as specified + by the user." + ::= { gtmWideipStatusEntry 3 } + +gtmWideipStatusParentType OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! This is an internal data. + The type of parent object which disabled the specified wide IP." + ::= { gtmWideipStatusEntry 4 } + +gtmWideipStatusDetailReason OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The detail description of the specified wide IP's status." + ::= { gtmWideipStatusEntry 5 } + +gtmWideipStatusType OBJECT-TYPE + SYNTAX INTEGER { + a(1), + cname(5), + mx(15), + aaaa(28), + srv(33), + naptr(35) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The type of a wide IP." + ::= { gtmWideipStatusEntry 6 } + +--================================================================== +-- Gtm_wideip_alias +--================================================================== +gtmWideipAliasNumber OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of gtmWideipAlias entries in the table." + ::= { gtmWideipAlias 1 } + +gtmWideipAliasTable OBJECT-TYPE + SYNTAX SEQUENCE OF GtmWideipAliasEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A table containing information of aliases of the specified wide IPs + for GTM (Global Traffic Management)." + ::= { gtmWideipAlias 2 } + +gtmWideipAliasEntry OBJECT-TYPE + SYNTAX GtmWideipAliasEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Columns in the gtmWideipAlias Table" + INDEX { + gtmWideipAliasWipType, + gtmWideipAliasWipName, + gtmWideipAliasName + } + ::= { gtmWideipAliasTable 1 } + +GtmWideipAliasEntry ::= + SEQUENCE { + gtmWideipAliasWipName LongDisplayString, + gtmWideipAliasName LongDisplayString, + gtmWideipAliasWipType INTEGER + } + +gtmWideipAliasWipName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of the wide IP." + ::= { gtmWideipAliasEntry 1 } + +gtmWideipAliasName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The alias name of the specified wide IP." + ::= { gtmWideipAliasEntry 2 } + +gtmWideipAliasWipType OBJECT-TYPE + SYNTAX INTEGER { + a(1), + cname(5), + mx(15), + aaaa(28), + srv(33), + naptr(35) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The type of the wide IP." + ::= { gtmWideipAliasEntry 3 } + +--================================================================== +-- Gtm_wideip_pool +--================================================================== +gtmWideipPoolNumber OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of gtmWideipPool entries in the table." + ::= { gtmWideipPool 1 } + +gtmWideipPoolTable OBJECT-TYPE + SYNTAX SEQUENCE OF GtmWideipPoolEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A table containing information of pools associated with + the specified wide IPs for GTM (Global Traffic Management)." + ::= { gtmWideipPool 2 } + +gtmWideipPoolEntry OBJECT-TYPE + SYNTAX GtmWideipPoolEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Columns in the gtmWideipPool Table" + INDEX { + gtmWideipPoolWipType, + gtmWideipPoolWipName, + gtmWideipPoolPoolType, + gtmWideipPoolPoolName + } + ::= { gtmWideipPoolTable 1 } + +GtmWideipPoolEntry ::= + SEQUENCE { + gtmWideipPoolWipName LongDisplayString, + gtmWideipPoolPoolName LongDisplayString, + gtmWideipPoolOrder INTEGER, + gtmWideipPoolRatio INTEGER, + gtmWideipPoolWipType INTEGER, + gtmWideipPoolPoolType INTEGER + } + +gtmWideipPoolWipName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of the wide IP." + ::= { gtmWideipPoolEntry 1 } + +gtmWideipPoolPoolName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of the pool which associates with the specified wide IP." + ::= { gtmWideipPoolEntry 2 } + +gtmWideipPoolOrder OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "This determines order of pools in wip. zero-based." + ::= { gtmWideipPoolEntry 3 } + +gtmWideipPoolRatio OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The load balancing ratio given to the specified pool." + ::= { gtmWideipPoolEntry 4 } + +gtmWideipPoolWipType OBJECT-TYPE + SYNTAX INTEGER { + a(1), + cname(5), + mx(15), + aaaa(28), + srv(33), + naptr(35) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The type of the wide IP." + ::= { gtmWideipPoolEntry 5 } + +gtmWideipPoolPoolType OBJECT-TYPE + SYNTAX INTEGER { + a(1), + cname(5), + mx(15), + aaaa(28), + srv(33), + naptr(35) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The type of the pool." + ::= { gtmWideipPoolEntry 6 } + +--================================================================== +-- Gtm_wideip_rule +--================================================================== +gtmWideipRuleNumber OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of gtmWideipRule entries in the table." + ::= { gtmWideipRule 1 } + +gtmWideipRuleTable OBJECT-TYPE + SYNTAX SEQUENCE OF GtmWideipRuleEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A table containing information of rules associated with + the specified wide IPs for GTM (Global Traffic Management)." + ::= { gtmWideipRule 2 } + +gtmWideipRuleEntry OBJECT-TYPE + SYNTAX GtmWideipRuleEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Columns in the gtmWideipRule Table" + INDEX { + gtmWideipRuleWipType, + gtmWideipRuleWipName, + gtmWideipRuleRuleName + } + ::= { gtmWideipRuleTable 1 } + +GtmWideipRuleEntry ::= + SEQUENCE { + gtmWideipRuleWipName LongDisplayString, + gtmWideipRuleRuleName LongDisplayString, + gtmWideipRulePriority Gauge, + gtmWideipRuleWipType INTEGER + } + +gtmWideipRuleWipName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of the wide IP." + ::= { gtmWideipRuleEntry 1 } + +gtmWideipRuleRuleName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of the rule which associates with the specified wide IP." + ::= { gtmWideipRuleEntry 2 } + +gtmWideipRulePriority OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The execution priority of the rule for the specified wide IP." + ::= { gtmWideipRuleEntry 3 } + +gtmWideipRuleWipType OBJECT-TYPE + SYNTAX INTEGER { + a(1), + cname(5), + mx(15), + aaaa(28), + srv(33), + naptr(35) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The type of the wide IP." + ::= { gtmWideipRuleEntry 4 } + +--================================================================== +-- Gtm_server_stat2 +--================================================================== +gtmServerStat2ResetStats OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "The action to reset resettable statistics data in gtmServerStat2. + Setting this value to 1 will reset statistics data. + Note, some statistics data may not be reset including data that are incremental counters." + ::= { gtmServerStat2 1 } + +gtmServerStat2Number OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of gtmServerStat2 entries in the table." + ::= { gtmServerStat2 2 } + +gtmServerStat2Table OBJECT-TYPE + SYNTAX SEQUENCE OF GtmServerStat2Entry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A table containing statistics information of servers within associated + data center for GTM (Global Traffic Management)." + ::= { gtmServerStat2 3 } + +gtmServerStat2Entry OBJECT-TYPE + SYNTAX GtmServerStat2Entry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Columns in the gtmServerStat2 Table" + INDEX { + gtmServerStat2Name + } + ::= { gtmServerStat2Table 1 } + +GtmServerStat2Entry ::= + SEQUENCE { + gtmServerStat2Name LongDisplayString, + gtmServerStat2UnitId INTEGER, + gtmServerStat2VsPicks Counter64, + gtmServerStat2CpuUsage Counter64, + gtmServerStat2MemAvail Counter64, + gtmServerStat2BitsPerSecIn Counter64, + gtmServerStat2BitsPerSecOut Counter64, + gtmServerStat2PktsPerSecIn Counter64, + gtmServerStat2PktsPerSecOut Counter64, + gtmServerStat2Connections Counter64, + gtmServerStat2ConnRate Counter64 + } + +gtmServerStat2Name OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of a server." + ::= { gtmServerStat2Entry 1 } + +gtmServerStat2UnitId OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! This feature has been eliminated. + The unit ID of the specified server." + ::= { gtmServerStat2Entry 2 } + +gtmServerStat2VsPicks OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "How many times a virtual server of the specified server was picked + during resolution of a domain name. I.E amazon.com got resolved to + a particular virtual address X times." + ::= { gtmServerStat2Entry 3 } + +gtmServerStat2CpuUsage OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The CPU usage in percentage for the specified server." + ::= { gtmServerStat2Entry 4 } + +gtmServerStat2MemAvail OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The memory available in bytes for the specified server." + ::= { gtmServerStat2Entry 5 } + +gtmServerStat2BitsPerSecIn OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of bits per second received by the specified server." + ::= { gtmServerStat2Entry 6 } + +gtmServerStat2BitsPerSecOut OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of bits per second sent from the specified server." + ::= { gtmServerStat2Entry 7 } + +gtmServerStat2PktsPerSecIn OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of packets per second received by the specified server." + ::= { gtmServerStat2Entry 8 } + +gtmServerStat2PktsPerSecOut OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of packets per second sent from the specified server." + ::= { gtmServerStat2Entry 9 } + +gtmServerStat2Connections OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of total connections to the specified server." + ::= { gtmServerStat2Entry 10 } + +gtmServerStat2ConnRate OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! This feature has been eliminated. + The connection rate (current connection rate/connection rate limit) + in percentage for the specified server." + ::= { gtmServerStat2Entry 11 } + +--================================================================== +-- Gtm_prober_pool +--================================================================== +gtmProberPoolNumber OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of gtmProberPool entries in the table." + ::= { gtmProberPool 1 } + +gtmProberPoolTable OBJECT-TYPE + SYNTAX SEQUENCE OF GtmProberPoolEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A table containing information for GTM prober pools." + ::= { gtmProberPool 2 } + +gtmProberPoolEntry OBJECT-TYPE + SYNTAX GtmProberPoolEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Columns in the gtmProberPool Table" + INDEX { + gtmProberPoolName + } + ::= { gtmProberPoolTable 1 } + +GtmProberPoolEntry ::= + SEQUENCE { + gtmProberPoolName LongDisplayString, + gtmProberPoolLbMode INTEGER, + gtmProberPoolEnabled INTEGER + } + +gtmProberPoolName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of a prober pool." + ::= { gtmProberPoolEntry 1 } + +gtmProberPoolLbMode OBJECT-TYPE + SYNTAX INTEGER { + roundrobin(2), + ga(6) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The preferred load balancing method for the specified prober pool." + ::= { gtmProberPoolEntry 2 } + +gtmProberPoolEnabled OBJECT-TYPE + SYNTAX INTEGER { + false(0), + true(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The state indicating whether the specified prober pool is enabled or not." + ::= { gtmProberPoolEntry 3 } + +--================================================================== +-- Gtm_prober_pool_stat +--================================================================== +gtmProberPoolStatResetStats OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "The action to reset resettable statistics data in gtmProberPoolStat. + Setting this value to 1 will reset statistics data. + Note, some statistics data may not be reset including data that are incremental counters." + ::= { gtmProberPoolStat 1 } + +gtmProberPoolStatNumber OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of gtmProberPoolStat entries in the table." + ::= { gtmProberPoolStat 2 } + +gtmProberPoolStatTable OBJECT-TYPE + SYNTAX SEQUENCE OF GtmProberPoolStatEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A table containing statistics information for GTM prober pools." + ::= { gtmProberPoolStat 3 } + +gtmProberPoolStatEntry OBJECT-TYPE + SYNTAX GtmProberPoolStatEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Columns in the gtmProberPoolStat Table" + INDEX { + gtmProberPoolStatName + } + ::= { gtmProberPoolStatTable 1 } + +GtmProberPoolStatEntry ::= + SEQUENCE { + gtmProberPoolStatName LongDisplayString, + gtmProberPoolStatTotalProbes Counter64, + gtmProberPoolStatSuccessfulProbes Counter64, + gtmProberPoolStatFailedProbes Counter64 + } + +gtmProberPoolStatName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of a prober pool." + ::= { gtmProberPoolStatEntry 1 } + +gtmProberPoolStatTotalProbes OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of total probes." + ::= { gtmProberPoolStatEntry 2 } + +gtmProberPoolStatSuccessfulProbes OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of successful probes." + ::= { gtmProberPoolStatEntry 3 } + +gtmProberPoolStatFailedProbes OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of failed probes." + ::= { gtmProberPoolStatEntry 4 } + +--================================================================== +-- Gtm_prober_pool_status +--================================================================== +gtmProberPoolStatusNumber OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of gtmProberPoolStatus entries in the table." + ::= { gtmProberPoolStatus 1 } + +gtmProberPoolStatusTable OBJECT-TYPE + SYNTAX SEQUENCE OF GtmProberPoolStatusEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A table containing status information for GTM prober pools." + ::= { gtmProberPoolStatus 2 } + +gtmProberPoolStatusEntry OBJECT-TYPE + SYNTAX GtmProberPoolStatusEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Columns in the gtmProberPoolStatus Table" + INDEX { + gtmProberPoolStatusName + } + ::= { gtmProberPoolStatusTable 1 } + +GtmProberPoolStatusEntry ::= + SEQUENCE { + gtmProberPoolStatusName LongDisplayString, + gtmProberPoolStatusAvailState INTEGER, + gtmProberPoolStatusEnabledState INTEGER, + gtmProberPoolStatusDetailReason LongDisplayString + } + +gtmProberPoolStatusName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of a prober pool." + ::= { gtmProberPoolStatusEntry 1 } + +gtmProberPoolStatusAvailState OBJECT-TYPE + SYNTAX INTEGER { + none(0), + green(1), + yellow(2), + red(3), + blue(4), + gray(5) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The availability of the specified pool indicated by color. + none - error; + green - available; + yellow - not currently available; + red - not available; + blue - availability is unknown; + gray - unlicensed." + ::= { gtmProberPoolStatusEntry 2 } + +gtmProberPoolStatusEnabledState OBJECT-TYPE + SYNTAX INTEGER { + none(0), + enabled(1), + disabled(2), + disabledbyparent(3) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The activity status of the specified pool, as specified + by the user." + ::= { gtmProberPoolStatusEntry 3 } + +gtmProberPoolStatusDetailReason OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The detail description of the specified pool's status." + ::= { gtmProberPoolStatusEntry 4 } + +--================================================================== +-- Gtm_prober_pool_member +--================================================================== +gtmProberPoolMbrNumber OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of gtmProberPoolMember entries in the table." + ::= { gtmProberPoolMember 1 } + +gtmProberPoolMbrTable OBJECT-TYPE + SYNTAX SEQUENCE OF GtmProberPoolMbrEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A table containing information for GTM prober pool members." + ::= { gtmProberPoolMember 2 } + +gtmProberPoolMbrEntry OBJECT-TYPE + SYNTAX GtmProberPoolMbrEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Columns in the gtmProberPoolMbr Table" + INDEX { + gtmProberPoolMbrPoolName, + gtmProberPoolMbrServerName + } + ::= { gtmProberPoolMbrTable 1 } + +GtmProberPoolMbrEntry ::= + SEQUENCE { + gtmProberPoolMbrPoolName LongDisplayString, + gtmProberPoolMbrServerName LongDisplayString, + gtmProberPoolMbrPmbrOrder INTEGER, + gtmProberPoolMbrEnabled INTEGER + } + +gtmProberPoolMbrPoolName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of a prober pool." + ::= { gtmProberPoolMbrEntry 1 } + +gtmProberPoolMbrServerName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of a server." + ::= { gtmProberPoolMbrEntry 2 } + +gtmProberPoolMbrPmbrOrder OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The prober pool member order." + ::= { gtmProberPoolMbrEntry 3 } + +gtmProberPoolMbrEnabled OBJECT-TYPE + SYNTAX INTEGER { + false(0), + true(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The state indicating whether the specified prober pool member + is enabled or not." + ::= { gtmProberPoolMbrEntry 4 } + +--================================================================== +-- Gtm_prober_pool_member_stat +--================================================================== +gtmProberPoolMbrStatResetStats OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "The action to reset resettable statistics data in gtmProberPoolMemberStat. + Setting this value to 1 will reset statistics data. + Note, some statistics data may not be reset including data that are incremental counters." + ::= { gtmProberPoolMemberStat 1 } + +gtmProberPoolMbrStatNumber OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of gtmProberPoolMemberStat entries in the table." + ::= { gtmProberPoolMemberStat 2 } + +gtmProberPoolMbrStatTable OBJECT-TYPE + SYNTAX SEQUENCE OF GtmProberPoolMbrStatEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A table containing statistics information for GTM prober pool members." + ::= { gtmProberPoolMemberStat 3 } + +gtmProberPoolMbrStatEntry OBJECT-TYPE + SYNTAX GtmProberPoolMbrStatEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Columns in the gtmProberPoolMbrStat Table" + INDEX { + gtmProberPoolMbrStatPoolName, + gtmProberPoolMbrStatServerName + } + ::= { gtmProberPoolMbrStatTable 1 } + +GtmProberPoolMbrStatEntry ::= + SEQUENCE { + gtmProberPoolMbrStatPoolName LongDisplayString, + gtmProberPoolMbrStatServerName LongDisplayString, + gtmProberPoolMbrStatTotalProbes Counter64, + gtmProberPoolMbrStatSuccessfulProbes Counter64, + gtmProberPoolMbrStatFailedProbes Counter64 + } + +gtmProberPoolMbrStatPoolName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of a prober pool." + ::= { gtmProberPoolMbrStatEntry 1 } + +gtmProberPoolMbrStatServerName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of a server." + ::= { gtmProberPoolMbrStatEntry 2 } + +gtmProberPoolMbrStatTotalProbes OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of total probes issued by this pool member." + ::= { gtmProberPoolMbrStatEntry 3 } + +gtmProberPoolMbrStatSuccessfulProbes OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of successful probes issued by this pool member." + ::= { gtmProberPoolMbrStatEntry 4 } + +gtmProberPoolMbrStatFailedProbes OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of failed probes issued by pool member." + ::= { gtmProberPoolMbrStatEntry 5 } + +--================================================================== +-- Gtm_prober_pool_member_status +--================================================================== +gtmProberPoolMbrStatusNumber OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of gtmProberPoolMemberStatus entries in the table." + ::= { gtmProberPoolMemberStatus 1 } + +gtmProberPoolMbrStatusTable OBJECT-TYPE + SYNTAX SEQUENCE OF GtmProberPoolMbrStatusEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A table containing status information for GTM prober pool members." + ::= { gtmProberPoolMemberStatus 2 } + +gtmProberPoolMbrStatusEntry OBJECT-TYPE + SYNTAX GtmProberPoolMbrStatusEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Columns in the gtmProberPoolMbrStatus Table" + INDEX { + gtmProberPoolMbrStatusPoolName, + gtmProberPoolMbrStatusServerName + } + ::= { gtmProberPoolMbrStatusTable 1 } + +GtmProberPoolMbrStatusEntry ::= + SEQUENCE { + gtmProberPoolMbrStatusPoolName LongDisplayString, + gtmProberPoolMbrStatusServerName LongDisplayString, + gtmProberPoolMbrStatusAvailState INTEGER, + gtmProberPoolMbrStatusEnabledState INTEGER, + gtmProberPoolMbrStatusDetailReason LongDisplayString + } + +gtmProberPoolMbrStatusPoolName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of a prober pool." + ::= { gtmProberPoolMbrStatusEntry 1 } + +gtmProberPoolMbrStatusServerName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of a server." + ::= { gtmProberPoolMbrStatusEntry 2 } + +gtmProberPoolMbrStatusAvailState OBJECT-TYPE + SYNTAX INTEGER { + none(0), + green(1), + yellow(2), + red(3), + blue(4), + gray(5) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The availability of the specified pool member indicated by color. + none - error; + green - available; + yellow - not currently available; + red - not available; + blue - availability is unknown; + gray - unlicensed." + ::= { gtmProberPoolMbrStatusEntry 3 } + +gtmProberPoolMbrStatusEnabledState OBJECT-TYPE + SYNTAX INTEGER { + none(0), + enabled(1), + disabled(2), + disabledbyparent(3) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The activity status of the specified pool member, as specified + by the user." + ::= { gtmProberPoolMbrStatusEntry 4 } + +gtmProberPoolMbrStatusDetailReason OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The detail description of the specified pool member's status." + ::= { gtmProberPoolMbrStatusEntry 5 } + +--================================================================== +-- Gtm_globals2 +--================================================================== +gtmAttr2Number OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of gtmGlobalAttr2 entries in the table." + ::= { gtmGlobalAttr2 1 } + +gtmAttr2Table OBJECT-TYPE + SYNTAX SEQUENCE OF GtmAttr2Entry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "The information of the global attributes for GTM (Global Traffic Management)." + ::= { gtmGlobalAttr2 2 } + +gtmAttr2Entry OBJECT-TYPE + SYNTAX GtmAttr2Entry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Columns in the gtmAttr2 Table" + INDEX { + gtmAttr2Name + } + ::= { gtmAttr2Table 1 } + +GtmAttr2Entry ::= + SEQUENCE { + gtmAttr2DumpTopology INTEGER, + gtmAttr2CacheLdns INTEGER, + gtmAttr2AolAware INTEGER, + gtmAttr2CheckStaticDepends INTEGER, + gtmAttr2CheckDynamicDepends INTEGER, + gtmAttr2DrainRequests INTEGER, + gtmAttr2EnableResetsRipeness INTEGER, + gtmAttr2FbRespectDepends INTEGER, + gtmAttr2FbRespectAcl INTEGER, + gtmAttr2DefaultAlternate INTEGER, + gtmAttr2DefaultFallback INTEGER, + gtmAttr2PersistMask Gauge, + gtmAttr2GtmSetsRecursion INTEGER, + gtmAttr2QosFactorLcs Gauge, + gtmAttr2QosFactorRtt Gauge, + gtmAttr2QosFactorHops Gauge, + gtmAttr2QosFactorHitRatio Gauge, + gtmAttr2QosFactorPacketRate Gauge, + gtmAttr2QosFactorBps Gauge, + gtmAttr2QosFactorVsCapacity Gauge, + gtmAttr2QosFactorTopology Gauge, + gtmAttr2QosFactorConnRate Gauge, + gtmAttr2TimerRetryPathData Gauge, + gtmAttr2TimerGetAutoconfigData Gauge, + gtmAttr2TimerPersistCache Gauge, + gtmAttr2DefaultProbeLimit Gauge, + gtmAttr2DownThreshold Gauge, + gtmAttr2DownMultiple Gauge, + gtmAttr2PathTtl Gauge, + gtmAttr2TraceTtl Gauge, + gtmAttr2LdnsDuration Gauge, + gtmAttr2PathDuration Gauge, + gtmAttr2RttSampleCount Gauge, + gtmAttr2RttPacketLength Gauge, + gtmAttr2RttTimeout Gauge, + gtmAttr2MaxMonReqs Gauge, + gtmAttr2TraceroutePort Gauge, + gtmAttr2PathsNeverDie INTEGER, + gtmAttr2ProbeDisabledObjects INTEGER, + gtmAttr2LinkLimitFactor Gauge, + gtmAttr2OverLimitLinkLimitFactor Gauge, + gtmAttr2LinkPrepaidFactor Gauge, + gtmAttr2LinkCompensateInbound Gauge, + gtmAttr2LinkCompensateOutbound Gauge, + gtmAttr2LinkCompensationHistory Gauge, + gtmAttr2MaxLinkOverLimitCount Gauge, + gtmAttr2LowerBoundPctRow Gauge, + gtmAttr2LowerBoundPctCol Gauge, + gtmAttr2Autoconf INTEGER, + gtmAttr2Autosync INTEGER, + gtmAttr2SyncNamedConf INTEGER, + gtmAttr2SyncGroup LongDisplayString, + gtmAttr2SyncTimeout Gauge, + gtmAttr2SyncZonesTimeout Gauge, + gtmAttr2TimeTolerance Gauge, + gtmAttr2TopologyLongestMatch INTEGER, + gtmAttr2TopologyAclThreshold Gauge, + gtmAttr2StaticPersistCidr Gauge, + gtmAttr2StaticPersistV6Cidr Gauge, + gtmAttr2QosFactorVsScore Gauge, + gtmAttr2TimerSendKeepAlive Gauge, + gtmAttr2CertificateDepth Gauge, + gtmAttr2MaxMemoryUsage Gauge, + gtmAttr2Name LongDisplayString, + gtmAttr2ForwardStatus INTEGER + } + +gtmAttr2DumpTopology OBJECT-TYPE + SYNTAX INTEGER { + false(0), + true(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The state indicating whether or not to dump the topology." + ::= { gtmAttr2Entry 1 } + +gtmAttr2CacheLdns OBJECT-TYPE + SYNTAX INTEGER { + false(0), + true(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The state indicating whether or not to cache LDNSes." + ::= { gtmAttr2Entry 2 } + +gtmAttr2AolAware OBJECT-TYPE + SYNTAX INTEGER { + false(0), + true(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The state indicating whether or not local DNS servers that + belong to AOL (America Online) are recognized." + ::= { gtmAttr2Entry 3 } + +gtmAttr2CheckStaticDepends OBJECT-TYPE + SYNTAX INTEGER { + false(0), + true(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The state indicating whether or not to check the availability + of virtual servers." + ::= { gtmAttr2Entry 4 } + +gtmAttr2CheckDynamicDepends OBJECT-TYPE + SYNTAX INTEGER { + false(0), + true(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The state indicating whether or not to check availability of + a path before it uses the path for load balancing." + ::= { gtmAttr2Entry 5 } + +gtmAttr2DrainRequests OBJECT-TYPE + SYNTAX INTEGER { + false(0), + true(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The state indicating whether or not persistent connections + are allowed to remain connected, until TTL expires, + when disabling a pool." + ::= { gtmAttr2Entry 6 } + +gtmAttr2EnableResetsRipeness OBJECT-TYPE + SYNTAX INTEGER { + false(0), + true(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The state indicating whether or not ripeness value is allowed + to be reset." + ::= { gtmAttr2Entry 7 } + +gtmAttr2FbRespectDepends OBJECT-TYPE + SYNTAX INTEGER { + false(0), + true(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The state indicating whether or not to respect virtual server + status when load balancing switches to the fallback mode." + ::= { gtmAttr2Entry 8 } + +gtmAttr2FbRespectAcl OBJECT-TYPE + SYNTAX INTEGER { + false(0), + true(1) + } + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! The state indicating whether or not to respect ACL. + This is part of an outdated mechanism for disabling virtual servers" + ::= { gtmAttr2Entry 9 } + +gtmAttr2DefaultAlternate OBJECT-TYPE + SYNTAX INTEGER { + returntodns(0), + null(1), + roundrobin(2), + ratio(3), + topology(4), + statpersist(5), + ga(6), + vscapacity(7), + leastconn(8), + lowestrtt(9), + lowesthops(10), + packetrate(11), + cpu(12), + hitratio(13), + qos(14), + bps(15), + droppacket(16), + explicitip(17), + vssore(18) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The default alternate LB method." + ::= { gtmAttr2Entry 10 } + +gtmAttr2DefaultFallback OBJECT-TYPE + SYNTAX INTEGER { + returntodns(0), + null(1), + roundrobin(2), + ratio(3), + topology(4), + statpersit(5), + ga(6), + vscapacity(7), + leastconn(8), + lowestrtt(9), + lowesthops(10), + packetrate(11), + cpu(12), + hitratio(13), + qos(14), + bps(15), + droppacket(16), + explicitip(17), + vsscore(18) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The default fallback LB method." + ::= { gtmAttr2Entry 11 } + +gtmAttr2PersistMask OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! Replaced by gtmAttrStaticPersistCidr and gtmAttrStaticPersistV6Cidr. + The persistence mask which is used to determine the netmask applied + for static persistance requests." + ::= { gtmAttr2Entry 12 } + +gtmAttr2GtmSetsRecursion OBJECT-TYPE + SYNTAX INTEGER { + false(0), + true(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The state indicating whether set recursion by global + traffic management object(GTM) is enable or not." + ::= { gtmAttr2Entry 13 } + +gtmAttr2QosFactorLcs OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The factor used to normalize link capacity values + when the load balancing mode is set to LB_METHOD_QOS." + ::= { gtmAttr2Entry 14 } + +gtmAttr2QosFactorRtt OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The factor used to normalize round-trip time values + when the load balancing mode is set to LB_METHOD_QOS." + ::= { gtmAttr2Entry 15 } + +gtmAttr2QosFactorHops OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The factor used to normalize hops when the load + balancing mode is set to LB_METHOD_QOS." + ::= { gtmAttr2Entry 16 } + +gtmAttr2QosFactorHitRatio OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The factor used to normalize ping packet completion + rates when the load balancing mode is set to LB_METHOD_QOS." + ::= { gtmAttr2Entry 17 } + +gtmAttr2QosFactorPacketRate OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The factor used to normalize packet rates when the load + balancing mode is set to LB_METHOD_QOS." + ::= { gtmAttr2Entry 18 } + +gtmAttr2QosFactorBps OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The factor used to normalize kilobytes per second + when the load balancing mode is set to LB_METHOD_QOS." + ::= { gtmAttr2Entry 19 } + +gtmAttr2QosFactorVsCapacity OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The factor used to normalize virtual server capacity + values when the load balancing mode is set to LB_METHOD_QOS." + ::= { gtmAttr2Entry 20 } + +gtmAttr2QosFactorTopology OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The factor used to normalize topology values when the load + balancing mode is set to LB_METHOD_QOS." + ::= { gtmAttr2Entry 21 } + +gtmAttr2QosFactorConnRate OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! + Replaced by gtmAttrQosFactorVsScore. + The factor used to normalize connection rates when the load + balancing mode is set to LB_METHOD_QOS." + ::= { gtmAttr2Entry 22 } + +gtmAttr2TimerRetryPathData OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The frequency at which to retrieve path data." + ::= { gtmAttr2Entry 23 } + +gtmAttr2TimerGetAutoconfigData OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The frequency at which to retrieve auto-configuration data." + ::= { gtmAttr2Entry 24 } + +gtmAttr2TimerPersistCache OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The frequency at which to retrieve path and metrics + data from the system cache." + ::= { gtmAttr2Entry 25 } + +gtmAttr2DefaultProbeLimit OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The default probe limit, the number of times to probe a path." + ::= { gtmAttr2Entry 26 } + +gtmAttr2DownThreshold OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The down_threshold value. If a host server or a host virtual server + has been marked down for the last down_threshold probing cycles + (timer_get_host_data or timer_get_vs_data respectively), then perform + service checks every down_multiple * timer period instead." + ::= { gtmAttr2Entry 27 } + +gtmAttr2DownMultiple OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The down_multiple value. If a host server or a host virtual server + has been marked down for the last down_threshold probing cycles + (timer_get_host_data or timer_get_vs_data respectively), then perform + service checks every down_multiple * timer period instead." + ::= { gtmAttr2Entry 28 } + +gtmAttr2PathTtl OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The TTL for the path information." + ::= { gtmAttr2Entry 29 } + +gtmAttr2TraceTtl OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The TTL for the traceroute information." + ::= { gtmAttr2Entry 30 } + +gtmAttr2LdnsDuration OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of seconds that an inactive LDNS remains cached." + ::= { gtmAttr2Entry 31 } + +gtmAttr2PathDuration OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of seconds that a path remains cached after its last access." + ::= { gtmAttr2Entry 32 } + +gtmAttr2RttSampleCount OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of packets to send out in a probe request to determine + path information." + ::= { gtmAttr2Entry 33 } + +gtmAttr2RttPacketLength OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The length of the packet sent out in a probe request to determine + path information." + ::= { gtmAttr2Entry 34 } + +gtmAttr2RttTimeout OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The timeout for RTT, in seconds." + ::= { gtmAttr2Entry 35 } + +gtmAttr2MaxMonReqs OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The maximum synchronous monitor request, which is used to control + the maximum number of monitor requests being sent out at one time + for a given probing interval. This will allow the user to smooth out + monitor probe requests as much as they desire." + ::= { gtmAttr2Entry 36 } + +gtmAttr2TraceroutePort OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The port to use to collect traceroute (hops) data." + ::= { gtmAttr2Entry 37 } + +gtmAttr2PathsNeverDie OBJECT-TYPE + SYNTAX INTEGER { + false(0), + true(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The state indicating whether the dynamic load balancing modes + can use path data even after the TTL for the path data has expired." + ::= { gtmAttr2Entry 38 } + +gtmAttr2ProbeDisabledObjects OBJECT-TYPE + SYNTAX INTEGER { + false(0), + true(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The state indicating whether probing disabled objects by global + traffic management object(GTM) is enabled or not." + ::= { gtmAttr2Entry 39 } + +gtmAttr2LinkLimitFactor OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The link limit factor, which is used to set a target percentage + for traffic. For example, if it is set to 90, the ratio cost + based load-balancing will set a ratio with a maximum value equal + to 90% of the limit value for the link. Default is 95%." + ::= { gtmAttr2Entry 40 } + +gtmAttr2OverLimitLinkLimitFactor OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The over-limit link limit factor. If traffic on a link exceeds + the limit, this factor will be used instead of the link_limit_factor + until the traffic is over limit for more than max_link_over_limit_count + times. Once the limit has been exceeded too many times, all traffic + is shut off for the link. The default for + over_limit_link_limit_factor is 90%." + ::= { gtmAttr2Entry 41 } + +gtmAttr2LinkPrepaidFactor OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The link prepaid factor. Maximum percentage of traffic allocated + to link which has a traffic allotment which has been prepaid. + Default is 95%." + ::= { gtmAttr2Entry 42 } + +gtmAttr2LinkCompensateInbound OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The link compensate inbound. If set, the link allotment calculation + will take into account traffic which does not flow through the BIGIP, + i.e. if more traffic is flowing through a link as measured by SNMP + on the router than is flowing through the BIGIP. This applies to + inbound traffic which the major volume will initiate from internal + clients." + ::= { gtmAttr2Entry 43 } + +gtmAttr2LinkCompensateOutbound OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The link compensate outbound. If set, the link allotment calculation + will take into account traffic which does not flow through the BIGIP, + i.e. if more traffic is flowing through a link as measured by SNMP + on the router than is flowing through the BIGIP. This applies to + outbound traffic which the major volume will initiate from internal + clients." + ::= { gtmAttr2Entry 44 } + +gtmAttr2LinkCompensationHistory OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The link compensation history." + ::= { gtmAttr2Entry 45 } + +gtmAttr2MaxLinkOverLimitCount OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The maximum link over limit count. The count of how many times + in a row traffic may be over the defined limit for the link before + it is shut off entirely. Default is 1." + ::= { gtmAttr2Entry 46 } + +gtmAttr2LowerBoundPctRow OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! No longer useful. + The lower bound percentage row option in Internet Weather Map." + ::= { gtmAttr2Entry 47 } + +gtmAttr2LowerBoundPctCol OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! No longer useful. + The lower bound percentage column option in Internet Weather Map." + ::= { gtmAttr2Entry 48 } + +gtmAttr2Autoconf OBJECT-TYPE + SYNTAX INTEGER { + false(0), + true(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The state indicating whether to auto configure BIGIP/3DNS servers + (automatic addition and deletion of self IPs and virtual servers)." + ::= { gtmAttr2Entry 49 } + +gtmAttr2Autosync OBJECT-TYPE + SYNTAX INTEGER { + false(0), + true(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The state indicating whether or not to autosync. + Allows automatic updates of wideip.conf to/from other 3-DNSes." + ::= { gtmAttr2Entry 50 } + +gtmAttr2SyncNamedConf OBJECT-TYPE + SYNTAX INTEGER { + false(0), + true(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The state indicating whether or not to auto-synchronize named + configuration. Allows automatic updates of named.conf to/from other 3-DNSes." + ::= { gtmAttr2Entry 51 } + +gtmAttr2SyncGroup OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of sync group." + ::= { gtmAttr2Entry 52 } + +gtmAttr2SyncTimeout OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The sync timeout. If synch'ing from a remote 3-DNS takes longer than + this timeout, then abort the connection." + ::= { gtmAttr2Entry 53 } + +gtmAttr2SyncZonesTimeout OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The sync zones timeout. If synch'ing named and zone configuration + takes this timeout, then abort the connection." + ::= { gtmAttr2Entry 54 } + +gtmAttr2TimeTolerance OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The allowable time difference for data to be out of sync between + members of a sync group." + ::= { gtmAttr2Entry 55 } + +gtmAttr2TopologyLongestMatch OBJECT-TYPE + SYNTAX INTEGER { + false(0), + true(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The state indicating whether or not the 3-DNS Controller selects + the topology record that is most specific and, thus, has the longest + match, in cases where there are several IP/netmask items that match + a particular IP address. + If it is set to false, the 3-DNS Controller uses the first topology record + that matches (according to the order of entry) in the topology statement." + ::= { gtmAttr2Entry 56 } + +gtmAttr2TopologyAclThreshold OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! The threshold of the topology ACL. + This is an outdated mechanism for disabling a node." + ::= { gtmAttr2Entry 57 } + +gtmAttr2StaticPersistCidr OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The variable used with the static persistence load balancing mode + to allow users to specify what cidr should be used. + This is used for IPv4." + ::= { gtmAttr2Entry 58 } + +gtmAttr2StaticPersistV6Cidr OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The variable used with the static persistence load balancing mode + to allow users to specify what cidr should be used. + This is used for IPv6." + ::= { gtmAttr2Entry 59 } + +gtmAttr2QosFactorVsScore OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The factor used to normalize virtual server (VS) score + when the load balancing mode is set to LB_METHOD_QOS." + ::= { gtmAttr2Entry 60 } + +gtmAttr2TimerSendKeepAlive OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The frequency of GTM keep alive messages (strictly the config timestamps)." + ::= { gtmAttr2Entry 61 } + +gtmAttr2CertificateDepth OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! No longer updated. + When non-zero, customers may use their own SSL certificates by setting the certificate depth." + ::= { gtmAttr2Entry 62 } + +gtmAttr2MaxMemoryUsage OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! The maximum amount of memory (in MB) allocated to GTM." + ::= { gtmAttr2Entry 63 } + +gtmAttr2Name OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "name as a key." + ::= { gtmAttr2Entry 64 } + +gtmAttr2ForwardStatus OBJECT-TYPE + SYNTAX INTEGER { + disabled(0), + enabled(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The state indicating whether or not to forward object availability status change notifications." + ::= { gtmAttr2Entry 65 } + +--================================================================== +-- Gtm_dnssec_zone_stat +--================================================================== +gtmDnssecZoneStatResetStats OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "The action to reset resettable statistics data in gtmDnssecZoneStat. + Setting this value to 1 will reset statistics data. + Note, some statistics data may not be reset including data that are incremental counters." + ::= { gtmDnssecZoneStat 1 } + +gtmDnssecZoneStatNumber OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of gtmDnssecZoneStat entries in the table." + ::= { gtmDnssecZoneStat 2 } + +gtmDnssecZoneStatTable OBJECT-TYPE + SYNTAX SEQUENCE OF GtmDnssecZoneStatEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A table containing statistics information for GTM DNSSEC zones." + ::= { gtmDnssecZoneStat 3 } + +gtmDnssecZoneStatEntry OBJECT-TYPE + SYNTAX GtmDnssecZoneStatEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Columns in the gtmDnssecZoneStat Table" + INDEX { + gtmDnssecZoneStatName + } + ::= { gtmDnssecZoneStatTable 1 } + +GtmDnssecZoneStatEntry ::= + SEQUENCE { + gtmDnssecZoneStatName LongDisplayString, + gtmDnssecZoneStatNsec3s Counter64, + gtmDnssecZoneStatNsec3Nodata Counter64, + gtmDnssecZoneStatNsec3Nxdomain Counter64, + gtmDnssecZoneStatNsec3Referral Counter64, + gtmDnssecZoneStatNsec3Resalt Counter64, + gtmDnssecZoneStatDnssecResponses Counter64, + gtmDnssecZoneStatDnssecDnskeyQueries Counter64, + gtmDnssecZoneStatDnssecNsec3paramQueries Counter64, + gtmDnssecZoneStatDnssecDsQueries Counter64, + gtmDnssecZoneStatSigCryptoFailed Counter64, + gtmDnssecZoneStatSigSuccess Counter64, + gtmDnssecZoneStatSigFailed Counter64, + gtmDnssecZoneStatSigRrsetFailed Counter64, + gtmDnssecZoneStatConnectFlowFailed Counter64, + gtmDnssecZoneStatTowireFailed Counter64, + gtmDnssecZoneStatAxfrQueries Counter64, + gtmDnssecZoneStatIxfrQueries Counter64, + gtmDnssecZoneStatXfrStarts Counter64, + gtmDnssecZoneStatXfrCompletes Counter64, + gtmDnssecZoneStatXfrMsgs Counter64, + gtmDnssecZoneStatXfrMasterMsgs Counter64, + gtmDnssecZoneStatXfrResponseAverageSize Counter64, + gtmDnssecZoneStatXfrSerial Counter64, + gtmDnssecZoneStatXfrMasterSerial Counter64, + gtmDnssecZoneStatDsXfr Counter64, + gtmDnssecZoneStatDsReferral Counter64, + gtmDnssecZoneStatDnssecCdsQueries Counter64, + gtmDnssecZoneStatDnssecCdnskeyQueries Counter64 + } + +gtmDnssecZoneStatName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of a DNSSEC zone." + ::= { gtmDnssecZoneStatEntry 1 } + +gtmDnssecZoneStatNsec3s OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Total number of NSEC3 RRs generated." + ::= { gtmDnssecZoneStatEntry 2 } + +gtmDnssecZoneStatNsec3Nodata OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Total number of no data responses generated needing NSEC3 RR." + ::= { gtmDnssecZoneStatEntry 3 } + +gtmDnssecZoneStatNsec3Nxdomain OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Total number of no domain responses generated needing NSEC3 RR." + ::= { gtmDnssecZoneStatEntry 4 } + +gtmDnssecZoneStatNsec3Referral OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Total number of referral responses generated needing NSEC3 RR." + ::= { gtmDnssecZoneStatEntry 5 } + +gtmDnssecZoneStatNsec3Resalt OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Total number of times that salt was changed for NSEC3." + ::= { gtmDnssecZoneStatEntry 6 } + +gtmDnssecZoneStatDnssecResponses OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Total number of signed responses." + ::= { gtmDnssecZoneStatEntry 7 } + +gtmDnssecZoneStatDnssecDnskeyQueries OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Total number of queries for DNSKEY type." + ::= { gtmDnssecZoneStatEntry 8 } + +gtmDnssecZoneStatDnssecNsec3paramQueries OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Total number of queries for NSEC3PARAM type." + ::= { gtmDnssecZoneStatEntry 9 } + +gtmDnssecZoneStatDnssecDsQueries OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Total number of queries for DS type." + ::= { gtmDnssecZoneStatEntry 10 } + +gtmDnssecZoneStatSigCryptoFailed OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Total number of signatures in which the cryptographic operation failed." + ::= { gtmDnssecZoneStatEntry 11 } + +gtmDnssecZoneStatSigSuccess OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Total number of successfully generated signatures." + ::= { gtmDnssecZoneStatEntry 12 } + +gtmDnssecZoneStatSigFailed OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Total number of general signature failures." + ::= { gtmDnssecZoneStatEntry 13 } + +gtmDnssecZoneStatSigRrsetFailed OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Total number of failures due to an RRSET failing to be signed." + ::= { gtmDnssecZoneStatEntry 14 } + +gtmDnssecZoneStatConnectFlowFailed OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Total number of connection flow failures." + ::= { gtmDnssecZoneStatEntry 15 } + +gtmDnssecZoneStatTowireFailed OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Total number of failures when converting to a wire format packet." + ::= { gtmDnssecZoneStatEntry 16 } + +gtmDnssecZoneStatAxfrQueries OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Total number of axfr queries." + ::= { gtmDnssecZoneStatEntry 17 } + +gtmDnssecZoneStatIxfrQueries OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Total number of ixfr queries." + ::= { gtmDnssecZoneStatEntry 18 } + +gtmDnssecZoneStatXfrStarts OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Total number of zone transfers which were started." + ::= { gtmDnssecZoneStatEntry 19 } + +gtmDnssecZoneStatXfrCompletes OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Total number of zone transfers which were completed." + ::= { gtmDnssecZoneStatEntry 20 } + +gtmDnssecZoneStatXfrMsgs OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Total number of zone transfer packets to clients." + ::= { gtmDnssecZoneStatEntry 21 } + +gtmDnssecZoneStatXfrMasterMsgs OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Total number of zone transfer packets from the primary server." + ::= { gtmDnssecZoneStatEntry 22 } + +gtmDnssecZoneStatXfrResponseAverageSize OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Zone transfer average responses size in bytes." + ::= { gtmDnssecZoneStatEntry 23 } + +gtmDnssecZoneStatXfrSerial OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The serial number advertised to all clients." + ::= { gtmDnssecZoneStatEntry 24 } + +gtmDnssecZoneStatXfrMasterSerial OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The zone serial number of the primary server." + ::= { gtmDnssecZoneStatEntry 25 } + +gtmDnssecZoneStatDsXfr OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Total number of DS record sets that were added to BIG-IP DNSSEC enabled zone transfers." + ::= { gtmDnssecZoneStatEntry 26 } + +gtmDnssecZoneStatDsReferral OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Total number of referral responses generated in which DS RR(s) were added." + ::= { gtmDnssecZoneStatEntry 27 } + +gtmDnssecZoneStatDnssecCdsQueries OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Total number of queries for CDS type." + ::= { gtmDnssecZoneStatEntry 28 } + +gtmDnssecZoneStatDnssecCdnskeyQueries OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Total number of queries for CDNSKEY type." + ::= { gtmDnssecZoneStatEntry 29 } + +--================================================================== +-- Global_gtm_dnssec_zone_stat +--================================================================== +gtmDnssecStatResetStats OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "The action to reset resettable statistics data in gtmGlobalDnssecStat. + Setting this value to 1 will reset statistics data. + Note, some statistics data may not be reset including data that are incremental counters." + ::= { gtmGlobalDnssecStat 1 } + +gtmDnssecStatNsec3s OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of NSEC3 RRs generated." + ::= { gtmGlobalDnssecStat 2 } + +gtmDnssecStatNsec3Nodata OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of no data responses generated needing NSEC3 RR." + ::= { gtmGlobalDnssecStat 3 } + +gtmDnssecStatNsec3Nxdomain OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of no domain responses generated needing NSEC3 RR." + ::= { gtmGlobalDnssecStat 4 } + +gtmDnssecStatNsec3Referral OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of referral responses generated needing NSEC3 RR." + ::= { gtmGlobalDnssecStat 5 } + +gtmDnssecStatNsec3Resalt OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of times that salt was changed for NSEC3." + ::= { gtmGlobalDnssecStat 6 } + +gtmDnssecStatDnssecResponses OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of signed responses." + ::= { gtmGlobalDnssecStat 7 } + +gtmDnssecStatDnssecDnskeyQueries OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of queries for DNSKEY type." + ::= { gtmGlobalDnssecStat 8 } + +gtmDnssecStatDnssecNsec3paramQueries OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of queries for NSEC3PARAM type." + ::= { gtmGlobalDnssecStat 9 } + +gtmDnssecStatDnssecDsQueries OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of queries for DS type." + ::= { gtmGlobalDnssecStat 10 } + +gtmDnssecStatSigCryptoFailed OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of signatures in which the cryptographic operation failed." + ::= { gtmGlobalDnssecStat 11 } + +gtmDnssecStatSigSuccess OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of successfully generated signatures." + ::= { gtmGlobalDnssecStat 12 } + +gtmDnssecStatSigFailed OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of general signature failures." + ::= { gtmGlobalDnssecStat 13 } + +gtmDnssecStatSigRrsetFailed OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of failures due to an RRSET failing to be signed." + ::= { gtmGlobalDnssecStat 14 } + +gtmDnssecStatConnectFlowFailed OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of connection flow failures." + ::= { gtmGlobalDnssecStat 15 } + +gtmDnssecStatTowireFailed OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of failures when converting to a wire format packet." + ::= { gtmGlobalDnssecStat 16 } + +gtmDnssecStatAxfrQueries OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of axfr queries." + ::= { gtmGlobalDnssecStat 17 } + +gtmDnssecStatIxfrQueries OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of ixfr queries." + ::= { gtmGlobalDnssecStat 18 } + +gtmDnssecStatXfrStarts OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of zone transfers which were started." + ::= { gtmGlobalDnssecStat 19 } + +gtmDnssecStatXfrCompletes OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of zone transfers which were completed." + ::= { gtmGlobalDnssecStat 20 } + +gtmDnssecStatXfrMsgs OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of zone transfer packets to clients." + ::= { gtmGlobalDnssecStat 21 } + +gtmDnssecStatXfrMasterMsgs OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of zone transfer packets from the primary server." + ::= { gtmGlobalDnssecStat 22 } + +gtmDnssecStatXfrResponseAverageSize OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Zone transfer average responses size in bytes." + ::= { gtmGlobalDnssecStat 23 } + +gtmDnssecStatXfrSerial OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The serial number advertised to all clients." + ::= { gtmGlobalDnssecStat 24 } + +gtmDnssecStatXfrMasterSerial OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The zone serial number of the primary server." + ::= { gtmGlobalDnssecStat 25 } + +--================================================================== +-- Gtm_application_wideip +--================================================================== +gtmApplicationWideipNumber OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of gtmApplicationWideip entries in the table." + ::= { gtmApplicationWideip 1 } + +gtmApplicationWideipTable OBJECT-TYPE + SYNTAX SEQUENCE OF GtmApplicationWideipEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A table containing information on wide IPs associated with + the specified applications for GTM (Global Traffic Management)." + ::= { gtmApplicationWideip 2 } + +gtmApplicationWideipEntry OBJECT-TYPE + SYNTAX GtmApplicationWideipEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Columns in the gtmApplicationWideip Table" + INDEX { + gtmApplicationWideipApplicationName, + gtmApplicationWideipWipName, + gtmApplicationWideipWipType + } + ::= { gtmApplicationWideipTable 1 } + +GtmApplicationWideipEntry ::= + SEQUENCE { + gtmApplicationWideipApplicationName LongDisplayString, + gtmApplicationWideipWipName LongDisplayString, + gtmApplicationWideipWipType INTEGER + } + +gtmApplicationWideipApplicationName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of a GTM application." + ::= { gtmApplicationWideipEntry 1 } + +gtmApplicationWideipWipName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of the wide IP associated with the GTM application." + ::= { gtmApplicationWideipEntry 2 } + +gtmApplicationWideipWipType OBJECT-TYPE + SYNTAX INTEGER { + a(1), + cname(5), + mx(15), + aaaa(28), + srv(33), + naptr(35) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The type of the wide IP associated with the GTM application." + ::= { gtmApplicationWideipEntry 3 } + +--================================================================== +-- Gtm_device +--================================================================== +gtmDeviceNumber OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of gtmDevice entries in the table." + ::= { gtmDevice 1 } + +gtmDeviceTable OBJECT-TYPE + SYNTAX SEQUENCE OF GtmDeviceEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A table containing information on devices associated with a + server for GTM (Global Traffic Management)." + ::= { gtmDevice 2 } + +gtmDeviceEntry OBJECT-TYPE + SYNTAX GtmDeviceEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Columns in the gtmDevice Table" + INDEX { + gtmDeviceServerName, + gtmDeviceName + } + ::= { gtmDeviceTable 1 } + +GtmDeviceEntry ::= + SEQUENCE { + gtmDeviceServerName LongDisplayString, + gtmDeviceName LongDisplayString + } + +gtmDeviceServerName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of the server associated with a device." + ::= { gtmDeviceEntry 1 } + +gtmDeviceName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of a device." + ::= { gtmDeviceEntry 2 } + +--================================================================== +-- Gtm_device_stat +--================================================================== +gtmDeviceStatResetStats OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "The action to reset resettable statistics data in gtmDeviceStat. + Setting this value to 1 will reset statistics data. + Note, some statistics data may not be reset including data that are incremental counters." + ::= { gtmDeviceStat 1 } + +gtmDeviceStatNumber OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of gtmDeviceStat entries in the table." + ::= { gtmDeviceStat 2 } + +gtmDeviceStatTable OBJECT-TYPE + SYNTAX SEQUENCE OF GtmDeviceStatEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A table containing statistics information on devices associated with a + server for GTM (Global Traffic Management)." + ::= { gtmDeviceStat 3 } + +gtmDeviceStatEntry OBJECT-TYPE + SYNTAX GtmDeviceStatEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Columns in the gtmDeviceStat Table" + INDEX { + gtmDeviceStatServerName, + gtmDeviceStatName + } + ::= { gtmDeviceStatTable 1 } + +GtmDeviceStatEntry ::= + SEQUENCE { + gtmDeviceStatName LongDisplayString, + gtmDeviceStatServerName LongDisplayString, + gtmDeviceStatCpuUsage Counter64, + gtmDeviceStatMemAvail Counter64, + gtmDeviceStatBitsPerSecIn Counter64, + gtmDeviceStatBitsPerSecOut Counter64, + gtmDeviceStatPktsPerSecIn Counter64, + gtmDeviceStatPktsPerSecOut Counter64, + gtmDeviceStatConnections Counter64 + } + +gtmDeviceStatName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of a device." + ::= { gtmDeviceStatEntry 1 } + +gtmDeviceStatServerName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of a server." + ::= { gtmDeviceStatEntry 2 } + +gtmDeviceStatCpuUsage OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The CPU usage in percentage for the specified device." + ::= { gtmDeviceStatEntry 3 } + +gtmDeviceStatMemAvail OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The memory available in bytes for the specified device." + ::= { gtmDeviceStatEntry 4 } + +gtmDeviceStatBitsPerSecIn OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of bits per second received by the specified device." + ::= { gtmDeviceStatEntry 5 } + +gtmDeviceStatBitsPerSecOut OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of bits per second sent from the specified device." + ::= { gtmDeviceStatEntry 6 } + +gtmDeviceStatPktsPerSecIn OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of packets per second received by the specified device." + ::= { gtmDeviceStatEntry 7 } + +gtmDeviceStatPktsPerSecOut OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of packets per second sent from the specified device." + ::= { gtmDeviceStatEntry 8 } + +gtmDeviceStatConnections OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of total connections to the specified device." + ::= { gtmDeviceStatEntry 9 } + +--================================================================== +-- Gtm_device_status +--================================================================== +gtmDeviceStatusNumber OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of gtmDeviceStatus entries in the table." + ::= { gtmDeviceStatus 1 } + +gtmDeviceStatusTable OBJECT-TYPE + SYNTAX SEQUENCE OF GtmDeviceStatusEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A table containing status information of devices within associated + server for GTM (Global Traffic Management)." + ::= { gtmDeviceStatus 2 } + +gtmDeviceStatusEntry OBJECT-TYPE + SYNTAX GtmDeviceStatusEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Columns in the gtmDeviceStatus Table" + INDEX { + gtmDeviceStatusServerName, + gtmDeviceStatusName + } + ::= { gtmDeviceStatusTable 1 } + +GtmDeviceStatusEntry ::= + SEQUENCE { + gtmDeviceStatusName LongDisplayString, + gtmDeviceStatusServerName LongDisplayString, + gtmDeviceStatusAvailState INTEGER, + gtmDeviceStatusEnabledState INTEGER, + gtmDeviceStatusDetailReason LongDisplayString + } + +gtmDeviceStatusName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of a device." + ::= { gtmDeviceStatusEntry 1 } + +gtmDeviceStatusServerName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of the server associated with a device." + ::= { gtmDeviceStatusEntry 2 } + +gtmDeviceStatusAvailState OBJECT-TYPE + SYNTAX INTEGER { + none(0), + green(1), + yellow(2), + red(3), + blue(4), + gray(5) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The availability of the specified device indicated by color. + none - error; + green - available in some capacity; + yellow - not currently available; + red - not available; + blue - availability is unknown; + gray - unlicensed." + ::= { gtmDeviceStatusEntry 3 } + +gtmDeviceStatusEnabledState OBJECT-TYPE + SYNTAX INTEGER { + none(0), + enabled(1), + disabled(2), + disabledbyparent(3) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The activity status of the specified device, as specified + by the user." + ::= { gtmDeviceStatusEntry 4 } + +gtmDeviceStatusDetailReason OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The detail description of the specified devices status." + ::= { gtmDeviceStatusEntry 5 } + +--================================================================== +-- Gtm_device_ip +--================================================================== +gtmDeviceIpNumber OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of gtmDeviceIp entries in the table." + ::= { gtmDeviceIp 1 } + +gtmDeviceIpTable OBJECT-TYPE + SYNTAX SEQUENCE OF GtmDeviceIpEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A table containing information of device IPs for GTM (Global Traffic Management)." + ::= { gtmDeviceIp 2 } + +gtmDeviceIpEntry OBJECT-TYPE + SYNTAX GtmDeviceIpEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Columns in the gtmDeviceIp Table" + INDEX { + gtmDeviceIpServerName, + gtmDeviceIpDeviceName, + gtmDeviceIpIpType, + gtmDeviceIpIp + } + ::= { gtmDeviceIpTable 1 } + +GtmDeviceIpEntry ::= + SEQUENCE { + gtmDeviceIpServerName LongDisplayString, + gtmDeviceIpDeviceName LongDisplayString, + gtmDeviceIpIpType InetAddressType, + gtmDeviceIpIp InetAddress, + gtmDeviceIpIpXlatedType InetAddressType, + gtmDeviceIpIpXlated InetAddress + } + +gtmDeviceIpServerName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of the server associated with the specified device IP address." + ::= { gtmDeviceIpEntry 1 } + +gtmDeviceIpDeviceName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of the device associated with the specified device IP address." + ::= { gtmDeviceIpEntry 2 } + +gtmDeviceIpIpType OBJECT-TYPE + SYNTAX InetAddressType + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The IP address type of gtmDeviceIpIp." + ::= { gtmDeviceIpEntry 3 } + +gtmDeviceIpIp OBJECT-TYPE + SYNTAX InetAddress + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The IP address that belongs to the specified device. It is interpreted + within the context of a gtmDeviceIpIpType value." + ::= { gtmDeviceIpEntry 4 } + +gtmDeviceIpIpXlatedType OBJECT-TYPE + SYNTAX InetAddressType + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The IP address type of gtmDeviceIpIpXlated." + ::= { gtmDeviceIpEntry 5 } + +gtmDeviceIpIpXlated OBJECT-TYPE + SYNTAX InetAddress + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The translated address for the specified device IP. It is interpreted + within the context of a gtmDeviceIpIpXlatedType value." + ::= { gtmDeviceIpEntry 6 } + +--================================================================== +-- Gtm_link_ip +--================================================================== +gtmLinkIpNumber OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of gtmLinkIp entries in the table." + ::= { gtmLinkIp 1 } + +gtmLinkIpTable OBJECT-TYPE + SYNTAX SEQUENCE OF GtmLinkIpEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A table containing information of link IPs for GTM (Global Traffic Management)." + ::= { gtmLinkIp 2 } + +gtmLinkIpEntry OBJECT-TYPE + SYNTAX GtmLinkIpEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Columns in the gtmLinkIp Table" + INDEX { + gtmLinkIpLinkName, + gtmLinkIpIpType, + gtmLinkIpIp + } + ::= { gtmLinkIpTable 1 } + +GtmLinkIpEntry ::= + SEQUENCE { + gtmLinkIpLinkName LongDisplayString, + gtmLinkIpIpType InetAddressType, + gtmLinkIpIp InetAddress, + gtmLinkIpIpXlatedType InetAddressType, + gtmLinkIpIpXlated InetAddress + } + +gtmLinkIpLinkName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The link name associated with the specified link IP address." + ::= { gtmLinkIpEntry 1 } + +gtmLinkIpIpType OBJECT-TYPE + SYNTAX InetAddressType + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The IP address type of gtmLinkIpIp." + ::= { gtmLinkIpEntry 2 } + +gtmLinkIpIp OBJECT-TYPE + SYNTAX InetAddress + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The IP address that belongs to the specified link. It is interpreted + within the context of a gtmLinkIpIpType value." + ::= { gtmLinkIpEntry 3 } + +gtmLinkIpIpXlatedType OBJECT-TYPE + SYNTAX InetAddressType + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The IP address type of gtmLinkIpIpXlated." + ::= { gtmLinkIpEntry 4 } + +gtmLinkIpIpXlated OBJECT-TYPE + SYNTAX InetAddress + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The translated address for the specified link IP. It is interpreted + within the context of a gtmLinkIpIpXlatedType value." + ::= { gtmLinkIpEntry 5 } + +--================================================================ + -- Compliance and Group +--================================================================ + +bigipGlobalTMCompliance MODULE-COMPLIANCE + STATUS current + DESCRIPTION + "This specifies the objects that are required to claim + compliance to F5 Traffic Management System." + MODULE + MANDATORY-GROUPS { bigipGlobalTMGroups } + ::= { bigipCompliances 3 } + +bigipGlobalTMGroups OBJECT IDENTIFIER ::= { bigipGroups 3 } + +gtmAttrGroup OBJECT-GROUP + OBJECTS { + gtmAttrDumpTopology, + gtmAttrCacheLdns, + gtmAttrAolAware, + gtmAttrCheckStaticDepends, + gtmAttrCheckDynamicDepends, + gtmAttrDrainRequests, + gtmAttrEnableResetsRipeness, + gtmAttrFbRespectDepends, + gtmAttrFbRespectAcl, + gtmAttrDefaultAlternate, + gtmAttrDefaultFallback, + gtmAttrPersistMask, + gtmAttrGtmSetsRecursion, + gtmAttrQosFactorLcs, + gtmAttrQosFactorRtt, + gtmAttrQosFactorHops, + gtmAttrQosFactorHitRatio, + gtmAttrQosFactorPacketRate, + gtmAttrQosFactorBps, + gtmAttrQosFactorVsCapacity, + gtmAttrQosFactorTopology, + gtmAttrQosFactorConnRate, + gtmAttrTimerRetryPathData, + gtmAttrTimerGetAutoconfigData, + gtmAttrTimerPersistCache, + gtmAttrDefaultProbeLimit, + gtmAttrDownThreshold, + gtmAttrDownMultiple, + gtmAttrPathTtl, + gtmAttrTraceTtl, + gtmAttrLdnsDuration, + gtmAttrPathDuration, + gtmAttrRttSampleCount, + gtmAttrRttPacketLength, + gtmAttrRttTimeout, + gtmAttrMaxMonReqs, + gtmAttrTraceroutePort, + gtmAttrPathsNeverDie, + gtmAttrProbeDisabledObjects, + gtmAttrLinkLimitFactor, + gtmAttrOverLimitLinkLimitFactor, + gtmAttrLinkPrepaidFactor, + gtmAttrLinkCompensateInbound, + gtmAttrLinkCompensateOutbound, + gtmAttrLinkCompensationHistory, + gtmAttrMaxLinkOverLimitCount, + gtmAttrLowerBoundPctRow, + gtmAttrLowerBoundPctCol, + gtmAttrAutoconf, + gtmAttrAutosync, + gtmAttrSyncNamedConf, + gtmAttrSyncGroup, + gtmAttrSyncTimeout, + gtmAttrSyncZonesTimeout, + gtmAttrTimeTolerance, + gtmAttrTopologyLongestMatch, + gtmAttrTopologyAclThreshold, + gtmAttrStaticPersistCidr, + gtmAttrStaticPersistV6Cidr, + gtmAttrQosFactorVsScore, + gtmAttrTimerSendKeepAlive, + gtmAttrCertificateDepth, + gtmAttrMaxMemoryUsage + } + STATUS current + DESCRIPTION + "A collection of objects of gtmGlobalAttr MIB." + ::= { bigipGlobalTMGroups 1 } + +gtmGlobalLdnsProbeProtoGroup OBJECT-GROUP + OBJECTS { + gtmGlobalLdnsProbeProtoNumber, + gtmGlobalLdnsProbeProtoIndex, + gtmGlobalLdnsProbeProtoType, + gtmGlobalLdnsProbeProtoName + } + STATUS current + DESCRIPTION + "A collection of objects of gtmGlobalLdnsProbeProto MIB." + ::= { bigipGlobalTMGroups 2 } + +gtmStatGroup OBJECT-GROUP + OBJECTS { + gtmStatResetStats, + gtmStatRequests, + gtmStatResolutions, + gtmStatPersisted, + gtmStatPreferred, + gtmStatAlternate, + gtmStatFallback, + gtmStatDropped, + gtmStatExplicitIp, + gtmStatReturnToDns, + gtmStatReconnects, + gtmStatBytesReceived, + gtmStatBytesSent, + gtmStatNumBacklogged, + gtmStatBytesDropped, + gtmStatLdnses, + gtmStatPaths, + gtmStatReturnFromDns, + gtmStatCnameResolutions, + gtmStatARequests, + gtmStatAaaaRequests + } + STATUS current + DESCRIPTION + "A collection of objects of gtmGlobalStat MIB." + ::= { bigipGlobalTMGroups 3 } + +gtmAppGroup OBJECT-GROUP + OBJECTS { + gtmAppNumber, + gtmAppName, + gtmAppPersist, + gtmAppTtlPersist, + gtmAppAvailability + } + STATUS current + DESCRIPTION + "A collection of objects of gtmApplication MIB." + ::= { bigipGlobalTMGroups 4 } + +gtmAppStatusGroup OBJECT-GROUP + OBJECTS { + gtmAppStatusNumber, + gtmAppStatusName, + gtmAppStatusAvailState, + gtmAppStatusEnabledState, + gtmAppStatusParentType, + gtmAppStatusDetailReason + } + STATUS current + DESCRIPTION + "A collection of objects of gtmApplicationStatus MIB." + ::= { bigipGlobalTMGroups 5 } + +gtmAppContStatGroup OBJECT-GROUP + OBJECTS { + gtmAppContStatNumber, + gtmAppContStatAppName, + gtmAppContStatType, + gtmAppContStatName, + gtmAppContStatNumAvail, + gtmAppContStatAvailState, + gtmAppContStatEnabledState, + gtmAppContStatParentType, + gtmAppContStatDetailReason + } + STATUS current + DESCRIPTION + "A collection of objects of gtmAppContextStat MIB." + ::= { bigipGlobalTMGroups 6 } + +gtmAppContDisGroup OBJECT-GROUP + OBJECTS { + gtmAppContDisNumber, + gtmAppContDisAppName, + gtmAppContDisType, + gtmAppContDisName + } + STATUS current + DESCRIPTION + "A collection of objects of gtmAppContextDisable MIB." + ::= { bigipGlobalTMGroups 7 } + +gtmDcGroup OBJECT-GROUP + OBJECTS { + gtmDcNumber, + gtmDcName, + gtmDcLocation, + gtmDcContact, + gtmDcEnabled + } + STATUS current + DESCRIPTION + "A collection of objects of gtmDataCenter MIB." + ::= { bigipGlobalTMGroups 8 } + +gtmDcStatGroup OBJECT-GROUP + OBJECTS { + gtmDcStatResetStats, + gtmDcStatNumber, + gtmDcStatName, + gtmDcStatCpuUsage, + gtmDcStatMemAvail, + gtmDcStatBitsPerSecIn, + gtmDcStatBitsPerSecOut, + gtmDcStatPktsPerSecIn, + gtmDcStatPktsPerSecOut, + gtmDcStatConnections, + gtmDcStatConnRate + } + STATUS current + DESCRIPTION + "A collection of objects of gtmDataCenterStat MIB." + ::= { bigipGlobalTMGroups 9 } + +gtmDcStatusGroup OBJECT-GROUP + OBJECTS { + gtmDcStatusNumber, + gtmDcStatusName, + gtmDcStatusAvailState, + gtmDcStatusEnabledState, + gtmDcStatusParentType, + gtmDcStatusDetailReason + } + STATUS current + DESCRIPTION + "A collection of objects of gtmDataCenterStatus MIB." + ::= { bigipGlobalTMGroups 10 } + +gtmIpGroup OBJECT-GROUP + OBJECTS { + gtmIpNumber, + gtmIpIpType, + gtmIpIp, + gtmIpLinkName, + gtmIpServerName, + gtmIpUnitId, + gtmIpIpXlatedType, + gtmIpIpXlated, + gtmIpDeviceName + } + STATUS current + DESCRIPTION + "A collection of objects of gtmIp MIB." + ::= { bigipGlobalTMGroups 11 } + +gtmLinkGroup OBJECT-GROUP + OBJECTS { + gtmLinkNumber, + gtmLinkName, + gtmLinkDcName, + gtmLinkIspName, + gtmLinkUplinkAddressType, + gtmLinkUplinkAddress, + gtmLinkLimitInCpuUsageEnabled, + gtmLinkLimitInMemAvailEnabled, + gtmLinkLimitInBitsPerSecEnabled, + gtmLinkLimitInPktsPerSecEnabled, + gtmLinkLimitInConnEnabled, + gtmLinkLimitInConnPerSecEnabled, + gtmLinkLimitInCpuUsage, + gtmLinkLimitInMemAvail, + gtmLinkLimitInBitsPerSec, + gtmLinkLimitInPktsPerSec, + gtmLinkLimitInConn, + gtmLinkLimitInConnPerSec, + gtmLinkLimitOutCpuUsageEnabled, + gtmLinkLimitOutMemAvailEnabled, + gtmLinkLimitOutBitsPerSecEnabled, + gtmLinkLimitOutPktsPerSecEnabled, + gtmLinkLimitOutConnEnabled, + gtmLinkLimitOutConnPerSecEnabled, + gtmLinkLimitOutCpuUsage, + gtmLinkLimitOutMemAvail, + gtmLinkLimitOutBitsPerSec, + gtmLinkLimitOutPktsPerSec, + gtmLinkLimitOutConn, + gtmLinkLimitOutConnPerSec, + gtmLinkLimitTotalCpuUsageEnabled, + gtmLinkLimitTotalMemAvailEnabled, + gtmLinkLimitTotalBitsPerSecEnabled, + gtmLinkLimitTotalPktsPerSecEnabled, + gtmLinkLimitTotalConnEnabled, + gtmLinkLimitTotalConnPerSecEnabled, + gtmLinkLimitTotalCpuUsage, + gtmLinkLimitTotalMemAvail, + gtmLinkLimitTotalBitsPerSec, + gtmLinkLimitTotalPktsPerSec, + gtmLinkLimitTotalConn, + gtmLinkLimitTotalConnPerSec, + gtmLinkMonitorRule, + gtmLinkDuplex, + gtmLinkEnabled, + gtmLinkRatio, + gtmLinkPrepaid, + gtmLinkPrepaidInDollars, + gtmLinkWeightingType + } + STATUS current + DESCRIPTION + "A collection of objects of gtmLink MIB." + ::= { bigipGlobalTMGroups 12 } + +gtmLinkCostGroup OBJECT-GROUP + OBJECTS { + gtmLinkCostNumber, + gtmLinkCostName, + gtmLinkCostIndex, + gtmLinkCostUptoBps, + gtmLinkCostDollarsPerMbps + } + STATUS current + DESCRIPTION + "A collection of objects of gtmLinkCost MIB." + ::= { bigipGlobalTMGroups 13 } + +gtmLinkStatGroup OBJECT-GROUP + OBJECTS { + gtmLinkStatResetStats, + gtmLinkStatNumber, + gtmLinkStatName, + gtmLinkStatRate, + gtmLinkStatRateIn, + gtmLinkStatRateOut, + gtmLinkStatRateNode, + gtmLinkStatRateNodeIn, + gtmLinkStatRateNodeOut, + gtmLinkStatRateVses, + gtmLinkStatRateVsesIn, + gtmLinkStatRateVsesOut, + gtmLinkStatLcsIn, + gtmLinkStatLcsOut, + gtmLinkStatPaths + } + STATUS current + DESCRIPTION + "A collection of objects of gtmLinkStat MIB." + ::= { bigipGlobalTMGroups 14 } + +gtmLinkStatusGroup OBJECT-GROUP + OBJECTS { + gtmLinkStatusNumber, + gtmLinkStatusName, + gtmLinkStatusAvailState, + gtmLinkStatusEnabledState, + gtmLinkStatusParentType, + gtmLinkStatusDetailReason + } + STATUS current + DESCRIPTION + "A collection of objects of gtmLinkStatus MIB." + ::= { bigipGlobalTMGroups 15 } + +gtmPoolGroup OBJECT-GROUP + OBJECTS { + gtmPoolNumber, + gtmPoolName, + gtmPoolTtl, + gtmPoolEnabled, + gtmPoolVerifyMember, + gtmPoolDynamicRatio, + gtmPoolAnswersToReturn, + gtmPoolLbMode, + gtmPoolAlternate, + gtmPoolFallback, + gtmPoolManualResume, + gtmPoolQosCoeffRtt, + gtmPoolQosCoeffHops, + gtmPoolQosCoeffTopology, + gtmPoolQosCoeffHitRatio, + gtmPoolQosCoeffPacketRate, + gtmPoolQosCoeffVsCapacity, + gtmPoolQosCoeffBps, + gtmPoolQosCoeffLcs, + gtmPoolQosCoeffConnRate, + gtmPoolFallbackIpType, + gtmPoolFallbackIp, + gtmPoolCname, + gtmPoolLimitCpuUsageEnabled, + gtmPoolLimitMemAvailEnabled, + gtmPoolLimitBitsPerSecEnabled, + gtmPoolLimitPktsPerSecEnabled, + gtmPoolLimitConnEnabled, + gtmPoolLimitConnPerSecEnabled, + gtmPoolLimitCpuUsage, + gtmPoolLimitMemAvail, + gtmPoolLimitBitsPerSec, + gtmPoolLimitPktsPerSec, + gtmPoolLimitConn, + gtmPoolLimitConnPerSec, + gtmPoolMonitorRule, + gtmPoolQosCoeffVsScore, + gtmPoolFallbackIpv6Type, + gtmPoolFallbackIpv6, + gtmPoolPoolType + } + STATUS current + DESCRIPTION + "A collection of objects of gtmPool MIB." + ::= { bigipGlobalTMGroups 16 } + +gtmPoolStatGroup OBJECT-GROUP + OBJECTS { + gtmPoolStatResetStats, + gtmPoolStatNumber, + gtmPoolStatName, + gtmPoolStatPreferred, + gtmPoolStatAlternate, + gtmPoolStatFallback, + gtmPoolStatDropped, + gtmPoolStatExplicitIp, + gtmPoolStatReturnToDns, + gtmPoolStatReturnFromDns, + gtmPoolStatCnameResolutions, + gtmPoolStatPoolType + } + STATUS current + DESCRIPTION + "A collection of objects of gtmPoolStat MIB." + ::= { bigipGlobalTMGroups 17 } + +gtmPoolMbrGroup OBJECT-GROUP + OBJECTS { + gtmPoolMbrNumber, + gtmPoolMbrPoolName, + gtmPoolMbrIpType, + gtmPoolMbrIp, + gtmPoolMbrPort, + gtmPoolMbrVsName, + gtmPoolMbrOrder, + gtmPoolMbrLimitCpuUsageEnabled, + gtmPoolMbrLimitMemAvailEnabled, + gtmPoolMbrLimitBitsPerSecEnabled, + gtmPoolMbrLimitPktsPerSecEnabled, + gtmPoolMbrLimitConnEnabled, + gtmPoolMbrLimitConnPerSecEnabled, + gtmPoolMbrLimitCpuUsage, + gtmPoolMbrLimitMemAvail, + gtmPoolMbrLimitBitsPerSec, + gtmPoolMbrLimitPktsPerSec, + gtmPoolMbrLimitConn, + gtmPoolMbrLimitConnPerSec, + gtmPoolMbrMonitorRule, + gtmPoolMbrEnabled, + gtmPoolMbrRatio, + gtmPoolMbrServerName, + gtmPoolMbrPoolType, + gtmPoolMbrStaticTarget, + gtmPoolMbrRdataPriority, + gtmPoolMbrRdataWeight, + gtmPoolMbrRdataPort, + gtmPoolMbrRdataOrder, + gtmPoolMbrRdataPreference, + gtmPoolMbrRdataFlags, + gtmPoolMbrRdataService + } + STATUS current + DESCRIPTION + "A collection of objects of gtmPoolMember MIB." + ::= { bigipGlobalTMGroups 18 } + +gtmPoolStatusGroup OBJECT-GROUP + OBJECTS { + gtmPoolStatusNumber, + gtmPoolStatusName, + gtmPoolStatusAvailState, + gtmPoolStatusEnabledState, + gtmPoolStatusParentType, + gtmPoolStatusDetailReason, + gtmPoolStatusPoolType + } + STATUS current + DESCRIPTION + "A collection of objects of gtmPoolStatus MIB." + ::= { bigipGlobalTMGroups 19 } + +gtmPoolMbrDepsGroup OBJECT-GROUP + OBJECTS { + gtmPoolMbrDepsNumber, + gtmPoolMbrDepsIpType, + gtmPoolMbrDepsIp, + gtmPoolMbrDepsPort, + gtmPoolMbrDepsPoolName, + gtmPoolMbrDepsVipType, + gtmPoolMbrDepsVip, + gtmPoolMbrDepsVport, + gtmPoolMbrDepsServerName, + gtmPoolMbrDepsVsName, + gtmPoolMbrDepsDependServerName, + gtmPoolMbrDepsDependVsName, + gtmPoolMbrDepsPoolType + } + STATUS current + DESCRIPTION + "A collection of objects of gtmPoolMemberDepends MIB." + ::= { bigipGlobalTMGroups 20 } + +gtmPoolMbrStatGroup OBJECT-GROUP + OBJECTS { + gtmPoolMbrStatResetStats, + gtmPoolMbrStatNumber, + gtmPoolMbrStatPoolName, + gtmPoolMbrStatIpType, + gtmPoolMbrStatIp, + gtmPoolMbrStatPort, + gtmPoolMbrStatPreferred, + gtmPoolMbrStatAlternate, + gtmPoolMbrStatFallback, + gtmPoolMbrStatServerName, + gtmPoolMbrStatVsName, + gtmPoolMbrStatPoolType + } + STATUS current + DESCRIPTION + "A collection of objects of gtmPoolMemberStat MIB." + ::= { bigipGlobalTMGroups 21 } + +gtmPoolMbrStatusGroup OBJECT-GROUP + OBJECTS { + gtmPoolMbrStatusNumber, + gtmPoolMbrStatusPoolName, + gtmPoolMbrStatusIpType, + gtmPoolMbrStatusIp, + gtmPoolMbrStatusPort, + gtmPoolMbrStatusAvailState, + gtmPoolMbrStatusEnabledState, + gtmPoolMbrStatusParentType, + gtmPoolMbrStatusDetailReason, + gtmPoolMbrStatusVsName, + gtmPoolMbrStatusServerName, + gtmPoolMbrStatusPoolType + } + STATUS current + DESCRIPTION + "A collection of objects of gtmPoolMemberStatus MIB." + ::= { bigipGlobalTMGroups 22 } + +gtmRegionEntryGroup OBJECT-GROUP + OBJECTS { + gtmRegionEntryNumber, + gtmRegionEntryName, + gtmRegionEntryRegionDbType + } + STATUS current + DESCRIPTION + "A collection of objects of gtmRegionEntry MIB." + ::= { bigipGlobalTMGroups 23 } + +gtmRegItemGroup OBJECT-GROUP + OBJECTS { + gtmRegItemNumber, + gtmRegItemRegionDbType, + gtmRegItemRegionName, + gtmRegItemType, + gtmRegItemNegate, + gtmRegItemRegEntry + } + STATUS current + DESCRIPTION + "A collection of objects of gtmRegItem MIB." + ::= { bigipGlobalTMGroups 24 } + +gtmRuleGroup OBJECT-GROUP + OBJECTS { + gtmRuleNumber, + gtmRuleName, + gtmRuleDefinition, + gtmRuleConfigSource + } + STATUS current + DESCRIPTION + "A collection of objects of gtmRule MIB." + ::= { bigipGlobalTMGroups 25 } + +gtmRuleEventGroup OBJECT-GROUP + OBJECTS { + gtmRuleEventNumber, + gtmRuleEventName, + gtmRuleEventEventType, + gtmRuleEventPriority, + gtmRuleEventScript + } + STATUS current + DESCRIPTION + "A collection of objects of gtmRuleEvent MIB." + ::= { bigipGlobalTMGroups 26 } + +gtmRuleEventStatGroup OBJECT-GROUP + OBJECTS { + gtmRuleEventStatResetStats, + gtmRuleEventStatNumber, + gtmRuleEventStatName, + gtmRuleEventStatEventType, + gtmRuleEventStatPriority, + gtmRuleEventStatFailures, + gtmRuleEventStatAborts, + gtmRuleEventStatTotalExecutions + } + STATUS current + DESCRIPTION + "A collection of objects of gtmRuleEventStat MIB." + ::= { bigipGlobalTMGroups 27 } + +gtmServerGroup OBJECT-GROUP + OBJECTS { + gtmServerNumber, + gtmServerName, + gtmServerDcName, + gtmServerType, + gtmServerEnabled, + gtmServerLimitCpuUsageEnabled, + gtmServerLimitMemAvailEnabled, + gtmServerLimitBitsPerSecEnabled, + gtmServerLimitPktsPerSecEnabled, + gtmServerLimitConnEnabled, + gtmServerLimitConnPerSecEnabled, + gtmServerLimitCpuUsage, + gtmServerLimitMemAvail, + gtmServerLimitBitsPerSec, + gtmServerLimitPktsPerSec, + gtmServerLimitConn, + gtmServerLimitConnPerSec, + gtmServerProberType, + gtmServerProber, + gtmServerMonitorRule, + gtmServerAllowSvcChk, + gtmServerAllowPath, + gtmServerAllowSnmp, + gtmServerAutoconfState, + gtmServerLinkAutoconfState + } + STATUS current + DESCRIPTION + "A collection of objects of gtmServer MIB." + ::= { bigipGlobalTMGroups 28 } + +gtmServerStatGroup OBJECT-GROUP + OBJECTS { + gtmServerStatResetStats, + gtmServerStatNumber, + gtmServerStatName, + gtmServerStatUnitId, + gtmServerStatVsPicks, + gtmServerStatCpuUsage, + gtmServerStatMemAvail, + gtmServerStatBitsPerSecIn, + gtmServerStatBitsPerSecOut, + gtmServerStatPktsPerSecIn, + gtmServerStatPktsPerSecOut, + gtmServerStatConnections, + gtmServerStatConnRate + } + STATUS current + DESCRIPTION + "A collection of objects of gtmServerStat MIB." + ::= { bigipGlobalTMGroups 29 } + +gtmServerStatusGroup OBJECT-GROUP + OBJECTS { + gtmServerStatusNumber, + gtmServerStatusName, + gtmServerStatusAvailState, + gtmServerStatusEnabledState, + gtmServerStatusParentType, + gtmServerStatusDetailReason + } + STATUS current + DESCRIPTION + "A collection of objects of gtmServerStatus MIB." + ::= { bigipGlobalTMGroups 30 } + +gtmTopItemGroup OBJECT-GROUP + OBJECTS { + gtmTopItemNumber, + gtmTopItemLdnsType, + gtmTopItemLdnsNegate, + gtmTopItemLdnsEntry, + gtmTopItemServerType, + gtmTopItemServerNegate, + gtmTopItemServerEntry, + gtmTopItemWeight, + gtmTopItemOrder + } + STATUS current + DESCRIPTION + "A collection of objects of gtmTopItem MIB." + ::= { bigipGlobalTMGroups 31 } + +gtmVsGroup OBJECT-GROUP + OBJECTS { + gtmVsNumber, + gtmVsIpType, + gtmVsIp, + gtmVsPort, + gtmVsName, + gtmVsServerName, + gtmVsIpXlatedType, + gtmVsIpXlated, + gtmVsPortXlated, + gtmVsLimitCpuUsageEnabled, + gtmVsLimitMemAvailEnabled, + gtmVsLimitBitsPerSecEnabled, + gtmVsLimitPktsPerSecEnabled, + gtmVsLimitConnEnabled, + gtmVsLimitConnPerSecEnabled, + gtmVsLimitCpuUsage, + gtmVsLimitMemAvail, + gtmVsLimitBitsPerSec, + gtmVsLimitPktsPerSec, + gtmVsLimitConn, + gtmVsLimitConnPerSec, + gtmVsMonitorRule, + gtmVsEnabled, + gtmVsLinkName, + gtmVsLtmName + } + STATUS current + DESCRIPTION + "A collection of objects of gtmVirtualServ MIB." + ::= { bigipGlobalTMGroups 32 } + +gtmVsDepsGroup OBJECT-GROUP + OBJECTS { + gtmVsDepsNumber, + gtmVsDepsIpType, + gtmVsDepsIp, + gtmVsDepsPort, + gtmVsDepsVipType, + gtmVsDepsVip, + gtmVsDepsVport, + gtmVsDepsServerName, + gtmVsDepsVsName, + gtmVsDepsDependServerName, + gtmVsDepsDependVsName + } + STATUS current + DESCRIPTION + "A collection of objects of gtmVirtualServDepends MIB." + ::= { bigipGlobalTMGroups 33 } + +gtmVsStatGroup OBJECT-GROUP + OBJECTS { + gtmVsStatResetStats, + gtmVsStatNumber, + gtmVsStatIpType, + gtmVsStatIp, + gtmVsStatPort, + gtmVsStatName, + gtmVsStatCpuUsage, + gtmVsStatMemAvail, + gtmVsStatBitsPerSecIn, + gtmVsStatBitsPerSecOut, + gtmVsStatPktsPerSecIn, + gtmVsStatPktsPerSecOut, + gtmVsStatConnections, + gtmVsStatConnRate, + gtmVsStatVsScore, + gtmVsStatServerName + } + STATUS current + DESCRIPTION + "A collection of objects of gtmVirtualServStat MIB." + ::= { bigipGlobalTMGroups 34 } + +gtmVsStatusGroup OBJECT-GROUP + OBJECTS { + gtmVsStatusNumber, + gtmVsStatusIpType, + gtmVsStatusIp, + gtmVsStatusPort, + gtmVsStatusAvailState, + gtmVsStatusEnabledState, + gtmVsStatusParentType, + gtmVsStatusDetailReason, + gtmVsStatusVsName, + gtmVsStatusServerName + } + STATUS current + DESCRIPTION + "A collection of objects of gtmVirtualServStatus MIB." + ::= { bigipGlobalTMGroups 35 } + +gtmWideipGroup OBJECT-GROUP + OBJECTS { + gtmWideipNumber, + gtmWideipName, + gtmWideipPersist, + gtmWideipTtlPersist, + gtmWideipEnabled, + gtmWideipLbmodePool, + gtmWideipApplication, + gtmWideipLastResortPool, + gtmWideipIpNoError, + gtmWideipLoadBalancingDecisionLogVerbosity, + gtmWideipIpNoErrorTtl, + gtmWideipPersistCidr, + gtmWideipPersistV6Cidr, + gtmWideipMinimalResponse, + gtmWideipType, + gtmWideipLastResortPoolType + } + STATUS current + DESCRIPTION + "A collection of objects of gtmWideip MIB." + ::= { bigipGlobalTMGroups 36 } + +gtmWideipStatGroup OBJECT-GROUP + OBJECTS { + gtmWideipStatResetStats, + gtmWideipStatNumber, + gtmWideipStatName, + gtmWideipStatRequests, + gtmWideipStatResolutions, + gtmWideipStatPersisted, + gtmWideipStatPreferred, + gtmWideipStatFallback, + gtmWideipStatDropped, + gtmWideipStatExplicitIp, + gtmWideipStatReturnToDns, + gtmWideipStatReturnFromDns, + gtmWideipStatCnameResolutions, + gtmWideipStatARequests, + gtmWideipStatAaaaRequests, + gtmWideipStatAlternate, + gtmWideipStatWipType + } + STATUS current + DESCRIPTION + "A collection of objects of gtmWideipStat MIB." + ::= { bigipGlobalTMGroups 37 } + +gtmWideipStatusGroup OBJECT-GROUP + OBJECTS { + gtmWideipStatusNumber, + gtmWideipStatusName, + gtmWideipStatusAvailState, + gtmWideipStatusEnabledState, + gtmWideipStatusParentType, + gtmWideipStatusDetailReason, + gtmWideipStatusType + } + STATUS current + DESCRIPTION + "A collection of objects of gtmWideipStatus MIB." + ::= { bigipGlobalTMGroups 38 } + +gtmWideipAliasGroup OBJECT-GROUP + OBJECTS { + gtmWideipAliasNumber, + gtmWideipAliasWipName, + gtmWideipAliasName, + gtmWideipAliasWipType + } + STATUS current + DESCRIPTION + "A collection of objects of gtmWideipAlias MIB." + ::= { bigipGlobalTMGroups 39 } + +gtmWideipPoolGroup OBJECT-GROUP + OBJECTS { + gtmWideipPoolNumber, + gtmWideipPoolWipName, + gtmWideipPoolPoolName, + gtmWideipPoolOrder, + gtmWideipPoolRatio, + gtmWideipPoolWipType, + gtmWideipPoolPoolType + } + STATUS current + DESCRIPTION + "A collection of objects of gtmWideipPool MIB." + ::= { bigipGlobalTMGroups 40 } + +gtmWideipRuleGroup OBJECT-GROUP + OBJECTS { + gtmWideipRuleNumber, + gtmWideipRuleWipName, + gtmWideipRuleRuleName, + gtmWideipRulePriority, + gtmWideipRuleWipType + } + STATUS current + DESCRIPTION + "A collection of objects of gtmWideipRule MIB." + ::= { bigipGlobalTMGroups 41 } + +gtmServerStat2Group OBJECT-GROUP + OBJECTS { + gtmServerStat2ResetStats, + gtmServerStat2Number, + gtmServerStat2Name, + gtmServerStat2UnitId, + gtmServerStat2VsPicks, + gtmServerStat2CpuUsage, + gtmServerStat2MemAvail, + gtmServerStat2BitsPerSecIn, + gtmServerStat2BitsPerSecOut, + gtmServerStat2PktsPerSecIn, + gtmServerStat2PktsPerSecOut, + gtmServerStat2Connections, + gtmServerStat2ConnRate + } + STATUS current + DESCRIPTION + "A collection of objects of gtmServerStat2 MIB." + ::= { bigipGlobalTMGroups 42 } + +gtmProberPoolGroup OBJECT-GROUP + OBJECTS { + gtmProberPoolNumber, + gtmProberPoolName, + gtmProberPoolLbMode, + gtmProberPoolEnabled + } + STATUS current + DESCRIPTION + "A collection of objects of gtmProberPool MIB." + ::= { bigipGlobalTMGroups 43 } + +gtmProberPoolStatGroup OBJECT-GROUP + OBJECTS { + gtmProberPoolStatResetStats, + gtmProberPoolStatNumber, + gtmProberPoolStatName, + gtmProberPoolStatTotalProbes, + gtmProberPoolStatSuccessfulProbes, + gtmProberPoolStatFailedProbes + } + STATUS current + DESCRIPTION + "A collection of objects of gtmProberPoolStat MIB." + ::= { bigipGlobalTMGroups 44 } + +gtmProberPoolStatusGroup OBJECT-GROUP + OBJECTS { + gtmProberPoolStatusNumber, + gtmProberPoolStatusName, + gtmProberPoolStatusAvailState, + gtmProberPoolStatusEnabledState, + gtmProberPoolStatusDetailReason + } + STATUS current + DESCRIPTION + "A collection of objects of gtmProberPoolStatus MIB." + ::= { bigipGlobalTMGroups 45 } + +gtmProberPoolMbrGroup OBJECT-GROUP + OBJECTS { + gtmProberPoolMbrNumber, + gtmProberPoolMbrPoolName, + gtmProberPoolMbrServerName, + gtmProberPoolMbrPmbrOrder, + gtmProberPoolMbrEnabled + } + STATUS current + DESCRIPTION + "A collection of objects of gtmProberPoolMember MIB." + ::= { bigipGlobalTMGroups 46 } + +gtmProberPoolMbrStatGroup OBJECT-GROUP + OBJECTS { + gtmProberPoolMbrStatResetStats, + gtmProberPoolMbrStatNumber, + gtmProberPoolMbrStatPoolName, + gtmProberPoolMbrStatServerName, + gtmProberPoolMbrStatTotalProbes, + gtmProberPoolMbrStatSuccessfulProbes, + gtmProberPoolMbrStatFailedProbes + } + STATUS current + DESCRIPTION + "A collection of objects of gtmProberPoolMemberStat MIB." + ::= { bigipGlobalTMGroups 47 } + +gtmProberPoolMbrStatusGroup OBJECT-GROUP + OBJECTS { + gtmProberPoolMbrStatusNumber, + gtmProberPoolMbrStatusPoolName, + gtmProberPoolMbrStatusServerName, + gtmProberPoolMbrStatusAvailState, + gtmProberPoolMbrStatusEnabledState, + gtmProberPoolMbrStatusDetailReason + } + STATUS current + DESCRIPTION + "A collection of objects of gtmProberPoolMemberStatus MIB." + ::= { bigipGlobalTMGroups 48 } + +gtmAttr2Group OBJECT-GROUP + OBJECTS { + gtmAttr2Number, + gtmAttr2DumpTopology, + gtmAttr2CacheLdns, + gtmAttr2AolAware, + gtmAttr2CheckStaticDepends, + gtmAttr2CheckDynamicDepends, + gtmAttr2DrainRequests, + gtmAttr2EnableResetsRipeness, + gtmAttr2FbRespectDepends, + gtmAttr2FbRespectAcl, + gtmAttr2DefaultAlternate, + gtmAttr2DefaultFallback, + gtmAttr2PersistMask, + gtmAttr2GtmSetsRecursion, + gtmAttr2QosFactorLcs, + gtmAttr2QosFactorRtt, + gtmAttr2QosFactorHops, + gtmAttr2QosFactorHitRatio, + gtmAttr2QosFactorPacketRate, + gtmAttr2QosFactorBps, + gtmAttr2QosFactorVsCapacity, + gtmAttr2QosFactorTopology, + gtmAttr2QosFactorConnRate, + gtmAttr2TimerRetryPathData, + gtmAttr2TimerGetAutoconfigData, + gtmAttr2TimerPersistCache, + gtmAttr2DefaultProbeLimit, + gtmAttr2DownThreshold, + gtmAttr2DownMultiple, + gtmAttr2PathTtl, + gtmAttr2TraceTtl, + gtmAttr2LdnsDuration, + gtmAttr2PathDuration, + gtmAttr2RttSampleCount, + gtmAttr2RttPacketLength, + gtmAttr2RttTimeout, + gtmAttr2MaxMonReqs, + gtmAttr2TraceroutePort, + gtmAttr2PathsNeverDie, + gtmAttr2ProbeDisabledObjects, + gtmAttr2LinkLimitFactor, + gtmAttr2OverLimitLinkLimitFactor, + gtmAttr2LinkPrepaidFactor, + gtmAttr2LinkCompensateInbound, + gtmAttr2LinkCompensateOutbound, + gtmAttr2LinkCompensationHistory, + gtmAttr2MaxLinkOverLimitCount, + gtmAttr2LowerBoundPctRow, + gtmAttr2LowerBoundPctCol, + gtmAttr2Autoconf, + gtmAttr2Autosync, + gtmAttr2SyncNamedConf, + gtmAttr2SyncGroup, + gtmAttr2SyncTimeout, + gtmAttr2SyncZonesTimeout, + gtmAttr2TimeTolerance, + gtmAttr2TopologyLongestMatch, + gtmAttr2TopologyAclThreshold, + gtmAttr2StaticPersistCidr, + gtmAttr2StaticPersistV6Cidr, + gtmAttr2QosFactorVsScore, + gtmAttr2TimerSendKeepAlive, + gtmAttr2CertificateDepth, + gtmAttr2MaxMemoryUsage, + gtmAttr2Name, + gtmAttr2ForwardStatus + } + STATUS current + DESCRIPTION + "A collection of objects of gtmGlobalAttr2 MIB." + ::= { bigipGlobalTMGroups 49 } + +gtmDnssecZoneStatGroup OBJECT-GROUP + OBJECTS { + gtmDnssecZoneStatResetStats, + gtmDnssecZoneStatNumber, + gtmDnssecZoneStatName, + gtmDnssecZoneStatNsec3s, + gtmDnssecZoneStatNsec3Nodata, + gtmDnssecZoneStatNsec3Nxdomain, + gtmDnssecZoneStatNsec3Referral, + gtmDnssecZoneStatNsec3Resalt, + gtmDnssecZoneStatDnssecResponses, + gtmDnssecZoneStatDnssecDnskeyQueries, + gtmDnssecZoneStatDnssecNsec3paramQueries, + gtmDnssecZoneStatDnssecDsQueries, + gtmDnssecZoneStatSigCryptoFailed, + gtmDnssecZoneStatSigSuccess, + gtmDnssecZoneStatSigFailed, + gtmDnssecZoneStatSigRrsetFailed, + gtmDnssecZoneStatConnectFlowFailed, + gtmDnssecZoneStatTowireFailed, + gtmDnssecZoneStatAxfrQueries, + gtmDnssecZoneStatIxfrQueries, + gtmDnssecZoneStatXfrStarts, + gtmDnssecZoneStatXfrCompletes, + gtmDnssecZoneStatXfrMsgs, + gtmDnssecZoneStatXfrMasterMsgs, + gtmDnssecZoneStatXfrResponseAverageSize, + gtmDnssecZoneStatXfrSerial, + gtmDnssecZoneStatXfrMasterSerial, + gtmDnssecZoneStatDsXfr, + gtmDnssecZoneStatDsReferral, + gtmDnssecZoneStatDnssecCdsQueries, + gtmDnssecZoneStatDnssecCdnskeyQueries + } + STATUS current + DESCRIPTION + "A collection of objects of gtmDnssecZoneStat MIB." + ::= { bigipGlobalTMGroups 50 } + +gtmDnssecStatGroup OBJECT-GROUP + OBJECTS { + gtmDnssecStatResetStats, + gtmDnssecStatNsec3s, + gtmDnssecStatNsec3Nodata, + gtmDnssecStatNsec3Nxdomain, + gtmDnssecStatNsec3Referral, + gtmDnssecStatNsec3Resalt, + gtmDnssecStatDnssecResponses, + gtmDnssecStatDnssecDnskeyQueries, + gtmDnssecStatDnssecNsec3paramQueries, + gtmDnssecStatDnssecDsQueries, + gtmDnssecStatSigCryptoFailed, + gtmDnssecStatSigSuccess, + gtmDnssecStatSigFailed, + gtmDnssecStatSigRrsetFailed, + gtmDnssecStatConnectFlowFailed, + gtmDnssecStatTowireFailed, + gtmDnssecStatAxfrQueries, + gtmDnssecStatIxfrQueries, + gtmDnssecStatXfrStarts, + gtmDnssecStatXfrCompletes, + gtmDnssecStatXfrMsgs, + gtmDnssecStatXfrMasterMsgs, + gtmDnssecStatXfrResponseAverageSize, + gtmDnssecStatXfrSerial, + gtmDnssecStatXfrMasterSerial + } + STATUS current + DESCRIPTION + "A collection of objects of gtmGlobalDnssecStat MIB." + ::= { bigipGlobalTMGroups 51 } + +gtmApplicationWideipGroup OBJECT-GROUP + OBJECTS { + gtmApplicationWideipNumber, + gtmApplicationWideipApplicationName, + gtmApplicationWideipWipName, + gtmApplicationWideipWipType + } + STATUS current + DESCRIPTION + "A collection of objects of gtmApplicationWideip MIB." + ::= { bigipGlobalTMGroups 52 } + +gtmDeviceGroup OBJECT-GROUP + OBJECTS { + gtmDeviceNumber, + gtmDeviceServerName, + gtmDeviceName + } + STATUS current + DESCRIPTION + "A collection of objects of gtmDevice MIB." + ::= { bigipGlobalTMGroups 53 } + +gtmDeviceStatGroup OBJECT-GROUP + OBJECTS { + gtmDeviceStatResetStats, + gtmDeviceStatNumber, + gtmDeviceStatName, + gtmDeviceStatServerName, + gtmDeviceStatCpuUsage, + gtmDeviceStatMemAvail, + gtmDeviceStatBitsPerSecIn, + gtmDeviceStatBitsPerSecOut, + gtmDeviceStatPktsPerSecIn, + gtmDeviceStatPktsPerSecOut, + gtmDeviceStatConnections + } + STATUS current + DESCRIPTION + "A collection of objects of gtmDeviceStat MIB." + ::= { bigipGlobalTMGroups 54 } + +gtmDeviceStatusGroup OBJECT-GROUP + OBJECTS { + gtmDeviceStatusNumber, + gtmDeviceStatusName, + gtmDeviceStatusServerName, + gtmDeviceStatusAvailState, + gtmDeviceStatusEnabledState, + gtmDeviceStatusDetailReason + } + STATUS current + DESCRIPTION + "A collection of objects of gtmDeviceStatus MIB." + ::= { bigipGlobalTMGroups 55 } + +gtmDeviceIpGroup OBJECT-GROUP + OBJECTS { + gtmDeviceIpNumber, + gtmDeviceIpServerName, + gtmDeviceIpDeviceName, + gtmDeviceIpIpType, + gtmDeviceIpIp, + gtmDeviceIpIpXlatedType, + gtmDeviceIpIpXlated + } + STATUS current + DESCRIPTION + "A collection of objects of gtmDeviceIp MIB." + ::= { bigipGlobalTMGroups 56 } + +gtmLinkIpGroup OBJECT-GROUP + OBJECTS { + gtmLinkIpNumber, + gtmLinkIpLinkName, + gtmLinkIpIpType, + gtmLinkIpIp, + gtmLinkIpIpXlatedType, + gtmLinkIpIpXlated + } + STATUS current + DESCRIPTION + "A collection of objects of gtmLinkIp MIB." + ::= { bigipGlobalTMGroups 57 } +END diff --git a/MIBS/f5/F5-BIGIP-LOCAL-MIB b/MIBS/f5/F5-BIGIP-LOCAL-MIB new file mode 100644 index 0000000..28363d3 --- /dev/null +++ b/MIBS/f5/F5-BIGIP-LOCAL-MIB @@ -0,0 +1,38299 @@ + +F5-BIGIP-LOCAL-MIB DEFINITIONS ::= BEGIN +--================================================================ +-- F5-BIGIP-LOCAL-MIB +-- A private enterprise MIB for F5 local traffic management +-- systems. +-- VERSION: 14.1.2.7 +--================================================================ + +IMPORTS + OBJECT-TYPE, NOTIFICATION-TYPE, MODULE-IDENTITY, + Opaque, enterprises, Counter32, Counter64, TimeTicks + FROM SNMPv2-SMI + + Gauge + FROM RFC1155-SMI + + TEXTUAL-CONVENTION, MacAddress + FROM SNMPv2-TC + + OBJECT-GROUP, MODULE-COMPLIANCE + FROM SNMPv2-CONF + + InetAddress, InetAddressType, InetPortNumber + FROM INET-ADDRESS-MIB + + bigipTrafficMgmt, bigipCompliances, bigipGroups, LongDisplayString + FROM F5-BIGIP-COMMON-MIB; + +--================================================================ +bigipLocalTM MODULE-IDENTITY + LAST-UPDATED "202003311355Z" -- Tue Mar 31 13:55:55 UTC 2020 + ORGANIZATION "F5 Networks, Inc." + CONTACT-INFO + "postal: F5 Networks, Inc. + 401 Elliott Ave. West + Seattle, WA 98119 + phone: (206) 272-5555 + email: support@f5.com" + + DESCRIPTION + "Top-level infrastructure of the F5 enterprise MIB tree." + ::= { bigipTrafficMgmt 2 } + +--================================================================ + +-- bigipLocalTM +ltmGlobals OBJECT IDENTIFIER ::= { bigipLocalTM 1 } +ltmMirrors OBJECT IDENTIFIER ::= { bigipLocalTM 2 } +ltmNATs OBJECT IDENTIFIER ::= { bigipLocalTM 3 } +ltmNodes OBJECT IDENTIFIER ::= { bigipLocalTM 4 } +ltmPools OBJECT IDENTIFIER ::= { bigipLocalTM 5 } +ltmProfiles OBJECT IDENTIFIER ::= { bigipLocalTM 6 } +ltmRateFilters OBJECT IDENTIFIER ::= { bigipLocalTM 7 } +ltmRules OBJECT IDENTIFIER ::= { bigipLocalTM 8 } +ltmSNATs OBJECT IDENTIFIER ::= { bigipLocalTM 9 } +ltmVirtualServers OBJECT IDENTIFIER ::= { bigipLocalTM 10 } +ltmRst OBJECT IDENTIFIER ::= { bigipLocalTM 11 } +ltmDNS OBJECT IDENTIFIER ::= { bigipLocalTM 12 } +ltmBWC OBJECT IDENTIFIER ::= { bigipLocalTM 13 } +ltmLSNs OBJECT IDENTIFIER ::= { bigipLocalTM 14 } +ltmRouteDomains OBJECT IDENTIFIER ::= { bigipLocalTM 15 } +ltmPolicies OBJECT IDENTIFIER ::= { bigipLocalTM 16 } +ltmOCSPStapling OBJECT IDENTIFIER ::= { bigipLocalTM 17 } +ltmFwNATs OBJECT IDENTIFIER ::= { bigipLocalTM 18 } + +--ltmGlobals +ltmGlobalAttr OBJECT IDENTIFIER ::= { ltmGlobals 1 } +ltmDosAttackDataStat OBJECT IDENTIFIER ::= { ltmGlobals 2 } +ltmFwAdminIpRuleStat OBJECT IDENTIFIER ::= { ltmGlobals 3 } +ltmFwIpintGlobalStat OBJECT IDENTIFIER ::= { ltmGlobals 4 } +ltmFwRuleStat OBJECT IDENTIFIER ::= { ltmGlobals 5 } +ltmFwContextStat OBJECT IDENTIFIER ::= { ltmGlobals 6 } + +--ltmMirrors +ltmMirrorPort OBJECT IDENTIFIER ::= { ltmMirrors 1 } +ltmMirrorPortMember OBJECT IDENTIFIER ::= { ltmMirrors 2 } + +--ltmNATs +ltmNat OBJECT IDENTIFIER ::= { ltmNATs 1 } +ltmNatStat OBJECT IDENTIFIER ::= { ltmNATs 2 } +ltmNatVlan OBJECT IDENTIFIER ::= { ltmNATs 3 } + +--ltmNodes +ltmNodeAddr OBJECT IDENTIFIER ::= { ltmNodes 1 } +ltmNodeAddrStat OBJECT IDENTIFIER ::= { ltmNodes 2 } +ltmNodeAddrStatus OBJECT IDENTIFIER ::= { ltmNodes 3 } + +--ltmPools +ltmPool OBJECT IDENTIFIER ::= { ltmPools 1 } +ltmPoolStat OBJECT IDENTIFIER ::= { ltmPools 2 } +ltmPoolMember OBJECT IDENTIFIER ::= { ltmPools 3 } +ltmPoolMemberStat OBJECT IDENTIFIER ::= { ltmPools 4 } +ltmPoolStatus OBJECT IDENTIFIER ::= { ltmPools 5 } +ltmPoolMemberStatus OBJECT IDENTIFIER ::= { ltmPools 6 } + +--ltmProfiles +ltmAuth OBJECT IDENTIFIER ::= { ltmProfiles 1 } +ltmClientSsl OBJECT IDENTIFIER ::= { ltmProfiles 2 } +ltmServerSsl OBJECT IDENTIFIER ::= { ltmProfiles 3 } +ltmConnPool OBJECT IDENTIFIER ::= { ltmProfiles 4 } +ltmFastL4 OBJECT IDENTIFIER ::= { ltmProfiles 5 } +ltmFtp OBJECT IDENTIFIER ::= { ltmProfiles 6 } +ltmHttp OBJECT IDENTIFIER ::= { ltmProfiles 7 } +ltmPersist OBJECT IDENTIFIER ::= { ltmProfiles 8 } +ltmStream OBJECT IDENTIFIER ::= { ltmProfiles 9 } +ltmTcp OBJECT IDENTIFIER ::= { ltmProfiles 10 } +ltmUdp OBJECT IDENTIFIER ::= { ltmProfiles 11 } +ltmFastHttp OBJECT IDENTIFIER ::= { ltmProfiles 12 } +ltmXml OBJECT IDENTIFIER ::= { ltmProfiles 13 } +ltmDns OBJECT IDENTIFIER ::= { ltmProfiles 14 } +ltmHttpClass OBJECT IDENTIFIER ::= { ltmProfiles 15 } +ltmIiop OBJECT IDENTIFIER ::= { ltmProfiles 16 } +ltmRtsp OBJECT IDENTIFIER ::= { ltmProfiles 17 } +ltmSctp OBJECT IDENTIFIER ::= { ltmProfiles 18 } +ltmUserStat OBJECT IDENTIFIER ::= { ltmProfiles 19 } +ltmSip OBJECT IDENTIFIER ::= { ltmProfiles 20 } +ltmIsession OBJECT IDENTIFIER ::= { ltmProfiles 21 } +ltmHttpCompression OBJECT IDENTIFIER ::= { ltmProfiles 22 } +ltmWebAcceleration OBJECT IDENTIFIER ::= { ltmProfiles 23 } +ltmDos OBJECT IDENTIFIER ::= { ltmProfiles 24 } +ltmSpdy OBJECT IDENTIFIER ::= { ltmProfiles 25 } +ltmV6rd OBJECT IDENTIFIER ::= { ltmProfiles 26 } +ltmPptp OBJECT IDENTIFIER ::= { ltmProfiles 27 } +ltmPcp OBJECT IDENTIFIER ::= { ltmProfiles 28 } +ltmAlgLog OBJECT IDENTIFIER ::= { ltmProfiles 29 } +ltmLsnLog OBJECT IDENTIFIER ::= { ltmProfiles 30 } +ltmTftp OBJECT IDENTIFIER ::= { ltmProfiles 31 } +ltmHttp2 OBJECT IDENTIFIER ::= { ltmProfiles 32 } +ltmWebsocket OBJECT IDENTIFIER ::= { ltmProfiles 33 } +ltmTcpanalytics OBJECT IDENTIFIER ::= { ltmProfiles 34 } +ltmIpsecalg OBJECT IDENTIFIER ::= { ltmProfiles 35 } +ltmSplitsessionclient OBJECT IDENTIFIER ::= { ltmProfiles 36 } +ltmSplitsessionserver OBJECT IDENTIFIER ::= { ltmProfiles 37 } +ltmHttpProxyConnect OBJECT IDENTIFIER ::= { ltmProfiles 38 } +ltmDiametersession OBJECT IDENTIFIER ::= { ltmProfiles 39 } +ltmDiameterrouter OBJECT IDENTIFIER ::= { ltmProfiles 40 } + + +--ltmAuth +ltmAuthProfile OBJECT IDENTIFIER ::= { ltmAuth 1 } +ltmAuthProfileStat OBJECT IDENTIFIER ::= { ltmAuth 2 } + +--ltmClientSsl +ltmClientSslProfile OBJECT IDENTIFIER ::= { ltmClientSsl 1 } +ltmClientSslProfileStat OBJECT IDENTIFIER ::= { ltmClientSsl 2 } +ltmClientSslCertKeyChain OBJECT IDENTIFIER ::= { ltmClientSsl 3 } + +--ltmServerSsl +ltmServerSslProfile OBJECT IDENTIFIER ::= { ltmServerSsl 1 } +ltmServerSslProfileStat OBJECT IDENTIFIER ::= { ltmServerSsl 2 } +ltmServerSslProfileC3dCertExtensionCustomOids OBJECT IDENTIFIER ::= { ltmServerSsl 3 } + +--ltmConnPool +ltmConnPoolProfile OBJECT IDENTIFIER ::= { ltmConnPool 1 } +ltmConnPoolProfileStat OBJECT IDENTIFIER ::= { ltmConnPool 2 } + +--ltmFastL4 +ltmFastL4Profile OBJECT IDENTIFIER ::= { ltmFastL4 1 } +ltmFastL4ProfileStat OBJECT IDENTIFIER ::= { ltmFastL4 2 } + +--ltmFtp +ltmFtpProfile OBJECT IDENTIFIER ::= { ltmFtp 1 } +ltmFtpProfileStat OBJECT IDENTIFIER ::= { ltmFtp 2 } + +--ltmHttp +ltmHttpProfile OBJECT IDENTIFIER ::= { ltmHttp 1 } +ltmHttpProfileCompUriIncl OBJECT IDENTIFIER ::= { ltmHttp 2 } +ltmHttpProfileCompUriExcl OBJECT IDENTIFIER ::= { ltmHttp 3 } +ltmHttpProfileCompContTypeIncl OBJECT IDENTIFIER ::= { ltmHttp 4 } +ltmHttpProfileCompContTypeExcl OBJECT IDENTIFIER ::= { ltmHttp 5 } +ltmHttpProfileStat OBJECT IDENTIFIER ::= { ltmHttp 6 } +ltmHttpProfileRamUriExcl OBJECT IDENTIFIER ::= { ltmHttp 7 } +ltmHttpProfileRamUriIncl OBJECT IDENTIFIER ::= { ltmHttp 8 } +ltmHttpProfileRamUriPin OBJECT IDENTIFIER ::= { ltmHttp 9 } +ltmHttpProfileFallbackStatus OBJECT IDENTIFIER ::= { ltmHttp 10 } +ltmHttpProfileRespHeadersPerm OBJECT IDENTIFIER ::= { ltmHttp 11 } +ltmHttpProfileEncCookies OBJECT IDENTIFIER ::= { ltmHttp 12 } +ltmHttpProfileKnownMethods OBJECT IDENTIFIER ::= { ltmHttp 13 } + +--ltmPersist +ltmPersistProfile OBJECT IDENTIFIER ::= { ltmPersist 1 } + +--ltmStream +ltmStreamProfile OBJECT IDENTIFIER ::= { ltmStream 1 } +ltmStreamProfileStat OBJECT IDENTIFIER ::= { ltmStream 2 } + +--ltmTcp +ltmTcpProfile OBJECT IDENTIFIER ::= { ltmTcp 1 } +ltmTcpProfileStat OBJECT IDENTIFIER ::= { ltmTcp 2 } + +--ltmUdp +ltmUdpProfile OBJECT IDENTIFIER ::= { ltmUdp 1 } +ltmUdpProfileStat OBJECT IDENTIFIER ::= { ltmUdp 2 } + +--ltmFastHttp +ltmFastHttpProfile OBJECT IDENTIFIER ::= { ltmFastHttp 1 } +ltmFastHttpProfileStat OBJECT IDENTIFIER ::= { ltmFastHttp 2 } + +--ltmXml +ltmXmlProfile OBJECT IDENTIFIER ::= { ltmXml 1 } +ltmXmlProfileStat OBJECT IDENTIFIER ::= { ltmXml 2 } +ltmXmlProfileXpathQueries OBJECT IDENTIFIER ::= { ltmXml 3 } +ltmXmlProfileNamespaceMappings OBJECT IDENTIFIER ::= { ltmXml 4 } + +--ltmHttpClass +ltmHttpClassProfile OBJECT IDENTIFIER ::= { ltmHttpClass 1 } +ltmHttpClassProfileHost OBJECT IDENTIFIER ::= { ltmHttpClass 2 } +ltmHttpClassProfileUri OBJECT IDENTIFIER ::= { ltmHttpClass 3 } +ltmHttpClassProfileHead OBJECT IDENTIFIER ::= { ltmHttpClass 4 } +ltmHttpClassProfileCook OBJECT IDENTIFIER ::= { ltmHttpClass 5 } +ltmHttpClassProfileStat OBJECT IDENTIFIER ::= { ltmHttpClass 6 } + +--ltmIiop +ltmIiopProfile OBJECT IDENTIFIER ::= { ltmIiop 1 } +ltmIiopProfileStat OBJECT IDENTIFIER ::= { ltmIiop 2 } + +--ltmRtsp +ltmRtspProfile OBJECT IDENTIFIER ::= { ltmRtsp 1 } +ltmRtspProfileStat OBJECT IDENTIFIER ::= { ltmRtsp 2 } + +--ltmSctp +ltmSctpProfile OBJECT IDENTIFIER ::= { ltmSctp 1 } +ltmSctpProfileStat OBJECT IDENTIFIER ::= { ltmSctp 2 } + +--ltmUserStat +ltmUserStatProfile OBJECT IDENTIFIER ::= { ltmUserStat 1 } +ltmUserStatProfileStat OBJECT IDENTIFIER ::= { ltmUserStat 2 } + +--ltmSip +ltmSipProfile OBJECT IDENTIFIER ::= { ltmSip 1 } +ltmSipProfileStat OBJECT IDENTIFIER ::= { ltmSip 2 } + +--ltmIsession +ltmIsessionProfile OBJECT IDENTIFIER ::= { ltmIsession 1 } +ltmIsessionProfileStat OBJECT IDENTIFIER ::= { ltmIsession 2 } + +--ltmHttpCompression +ltmHttpCompressionProfile OBJECT IDENTIFIER ::= { ltmHttpCompression 1 } +ltmHttpCompressionProfileUriIncl OBJECT IDENTIFIER ::= { ltmHttpCompression 2 } +ltmHttpCompressionProfileUriExcl OBJECT IDENTIFIER ::= { ltmHttpCompression 3 } +ltmHttpCompressionProfileContTypeIncl OBJECT IDENTIFIER ::= { ltmHttpCompression 4 } +ltmHttpCompressionProfileContTypeExcl OBJECT IDENTIFIER ::= { ltmHttpCompression 5 } +ltmHttpCompressionProfileStat OBJECT IDENTIFIER ::= { ltmHttpCompression 6 } + +--ltmWebAcceleration +ltmWebAccelerationProfile OBJECT IDENTIFIER ::= { ltmWebAcceleration 1 } +ltmWebAccelerationProfileUriExcl OBJECT IDENTIFIER ::= { ltmWebAcceleration 2 } +ltmWebAccelerationProfileUriIncl OBJECT IDENTIFIER ::= { ltmWebAcceleration 3 } +ltmWebAccelerationProfileUriPin OBJECT IDENTIFIER ::= { ltmWebAcceleration 4 } +ltmWebAccelerationProfileStat OBJECT IDENTIFIER ::= { ltmWebAcceleration 5 } +ltmWebAccelerationProfileUriOver OBJECT IDENTIFIER ::= { ltmWebAcceleration 6 } + +--ltmDns +ltmDnsProfile OBJECT IDENTIFIER ::= { ltmDns 1 } +ltmDnsProfileStat OBJECT IDENTIFIER ::= { ltmDns 2 } + +--ltmDos +ltmDosProfile OBJECT IDENTIFIER ::= { ltmDos 1 } +ltmDosApplication OBJECT IDENTIFIER ::= { ltmDos 2 } +ltmDosWhiteIp OBJECT IDENTIFIER ::= { ltmDos 3 } +ltmDosApplicationHeavyUrlIncl OBJECT IDENTIFIER ::= { ltmDos 4 } +ltmDosApplicationHeavyUrlExcl OBJECT IDENTIFIER ::= { ltmDos 5 } + +--ltmRateFilters +ltmRateFilter OBJECT IDENTIFIER ::= { ltmRateFilters 1 } +ltmRateFilterStat OBJECT IDENTIFIER ::= { ltmRateFilters 2 } + +--ltmRules +ltmRule OBJECT IDENTIFIER ::= { ltmRules 1 } +ltmRuleEvent OBJECT IDENTIFIER ::= { ltmRules 2 } +ltmRuleEventStat OBJECT IDENTIFIER ::= { ltmRules 3 } + +--ltmSNATs +ltmSnat OBJECT IDENTIFIER ::= { ltmSNATs 1 } +ltmSnatStat OBJECT IDENTIFIER ::= { ltmSNATs 2 } +ltmSnatVlan OBJECT IDENTIFIER ::= { ltmSNATs 3 } +ltmSnatOrigAddr OBJECT IDENTIFIER ::= { ltmSNATs 4 } +ltmTransAddr OBJECT IDENTIFIER ::= { ltmSNATs 5 } +ltmTransAddrStat OBJECT IDENTIFIER ::= { ltmSNATs 6 } +ltmSnatPool OBJECT IDENTIFIER ::= { ltmSNATs 7 } +ltmSnatPoolStat OBJECT IDENTIFIER ::= { ltmSNATs 8 } +ltmSnatpoolTransAddr OBJECT IDENTIFIER ::= { ltmSNATs 9 } + +--ltmVirtualServers +ltmVirtualServ OBJECT IDENTIFIER ::= { ltmVirtualServers 1 } +ltmVirtualServStat OBJECT IDENTIFIER ::= { ltmVirtualServers 2 } +ltmVirtualServAuth OBJECT IDENTIFIER ::= { ltmVirtualServers 3 } +ltmVirtualServPersist OBJECT IDENTIFIER ::= { ltmVirtualServers 4 } +ltmVirtualServProfile OBJECT IDENTIFIER ::= { ltmVirtualServers 5 } +ltmVirtualServPool OBJECT IDENTIFIER ::= { ltmVirtualServers 6 } +ltmVirtualServClonePool OBJECT IDENTIFIER ::= { ltmVirtualServers 7 } +ltmVirtualServRule OBJECT IDENTIFIER ::= { ltmVirtualServers 8 } +ltmVirtualServVlan OBJECT IDENTIFIER ::= { ltmVirtualServers 9 } +ltmVirtualAddr OBJECT IDENTIFIER ::= { ltmVirtualServers 10 } +ltmVirtualAddrStat OBJECT IDENTIFIER ::= { ltmVirtualServers 11 } +ltmVirtualServHttpClass OBJECT IDENTIFIER ::= { ltmVirtualServers 12 } +ltmVirtualServStatus OBJECT IDENTIFIER ::= { ltmVirtualServers 13 } +ltmVirtualAddrStatus OBJECT IDENTIFIER ::= { ltmVirtualServers 14 } +ltmVirtualModuleScore OBJECT IDENTIFIER ::= { ltmVirtualServers 15 } +ltmNetworkAttackDataStat OBJECT IDENTIFIER ::= { ltmVirtualServers 16 } +ltmFwIpintVirtualStat OBJECT IDENTIFIER ::= { ltmVirtualServers 17 } + +--ltmRst +ltmRstCauseStat OBJECT IDENTIFIER ::= { ltmRst 1 } + +--ltmDNS +ltmDnsCache OBJECT IDENTIFIER ::= { ltmDNS 1 } +ltmDnsCacheStat OBJECT IDENTIFIER ::= { ltmDNS 2 } +ltmDnsSecurity OBJECT IDENTIFIER ::= { ltmDNS 3 } +ltmDnsSecurityStat OBJECT IDENTIFIER ::= { ltmDNS 4 } +ltmDnsQueryFilter OBJECT IDENTIFIER ::= { ltmDNS 5 } +ltmDnsHeaderFilter OBJECT IDENTIFIER ::= { ltmDNS 6 } +ltmDnsExpressStat OBJECT IDENTIFIER ::= { ltmDNS 7 } +ltmDnsServerStat OBJECT IDENTIFIER ::= { ltmDNS 8 } +ltmDnsCacheForwardZone OBJECT IDENTIFIER ::= { ltmDNS 9 } +ltmDnsCacheForwardZoneNameServer OBJECT IDENTIFIER ::= { ltmDNS 10 } + +--ltmBWC +ltmBwcPolicyStat OBJECT IDENTIFIER ::= { ltmBWC 1 } + +--ltmLSNs +ltmLsnPrefix OBJECT IDENTIFIER ::= { ltmLSNs 1 } +ltmLsnPool OBJECT IDENTIFIER ::= { ltmLSNs 2 } +ltmLsnPrefixLsnPool OBJECT IDENTIFIER ::= { ltmLSNs 3 } +ltmLsnPrefixLsnPoolBackup OBJECT IDENTIFIER ::= { ltmLSNs 4 } +ltmLsnPoolVlan OBJECT IDENTIFIER ::= { ltmLSNs 5 } +ltmLsnPoolStat OBJECT IDENTIFIER ::= { ltmLSNs 6 } +ltmLsnPoolFailureStat OBJECT IDENTIFIER ::= { ltmLSNs 7 } + +--ltmFwNATs +ltmFwNatDynamicPool OBJECT IDENTIFIER ::= { ltmFwNATs 1 } +ltmFwNatDynamicPoolStat OBJECT IDENTIFIER ::= { ltmFwNATs 2 } +ltmFwNatDynamicPoolFailureStat OBJECT IDENTIFIER ::= { ltmFwNATs 3 } + +--ltmSpdy +ltmSpdyProfile OBJECT IDENTIFIER ::= { ltmSpdy 1 } +ltmSpdyProfileProtocolVersions OBJECT IDENTIFIER ::= { ltmSpdy 2 } +ltmSpdyProfileStat OBJECT IDENTIFIER ::= { ltmSpdy 3 } + +--ltmV6rd +ltmV6rdProfile OBJECT IDENTIFIER ::= { ltmV6rd 1 } + +--ltmPptp +ltmPptpProfile OBJECT IDENTIFIER ::= { ltmPptp 1 } +ltmPptpProfileStat OBJECT IDENTIFIER ::= { ltmPptp 2 } + +--ltmPcp +ltmPcpPrefix OBJECT IDENTIFIER ::= { ltmPcp 1 } +ltmPcpProfile OBJECT IDENTIFIER ::= { ltmPcp 2 } +ltmPcpPrefixProfilePcp OBJECT IDENTIFIER ::= { ltmPcp 3 } +ltmPcpProfileStat OBJECT IDENTIFIER ::= { ltmPcp 4 } + +--ltmRouteDomains +ltmFwIpintRouteDomainStat OBJECT IDENTIFIER ::= { ltmRouteDomains 1 } +ltmRouteDomainStat OBJECT IDENTIFIER ::= { ltmRouteDomains 2 } + +--ltmPolicies +ltmFlowEvictionPolicyStat OBJECT IDENTIFIER ::= { ltmPolicies 1 } +ltmFwPolicyRuleStat OBJECT IDENTIFIER ::= { ltmPolicies 2 } + +--ltmAlgLog +ltmAlgLogProfile OBJECT IDENTIFIER ::= { ltmAlgLog 1 } +ltmAlgLogProfileStartControlElements OBJECT IDENTIFIER ::= { ltmAlgLog 2 } +ltmAlgLogProfileEndControlElements OBJECT IDENTIFIER ::= { ltmAlgLog 3 } +ltmAlgLogProfileStartDataElements OBJECT IDENTIFIER ::= { ltmAlgLog 4 } +ltmAlgLogProfileEndDataElements OBJECT IDENTIFIER ::= { ltmAlgLog 5 } + +--ltmLsnLog +ltmLsnLogProfile OBJECT IDENTIFIER ::= { ltmLsnLog 1 } +ltmLsnLogProfileStartOutboundElements OBJECT IDENTIFIER ::= { ltmLsnLog 2 } +ltmLsnLogProfileEndOutboundElements OBJECT IDENTIFIER ::= { ltmLsnLog 3 } + +--ltmOCSPStapling +ltmOcspStaplingParameters OBJECT IDENTIFIER ::= { ltmOCSPStapling 1 } + +--ltmTftp +ltmTftpProfile OBJECT IDENTIFIER ::= { ltmTftp 1 } +ltmTftpProfileStat OBJECT IDENTIFIER ::= { ltmTftp 2 } + +--ltmIpsecalg +ltmIpsecalgProfile OBJECT IDENTIFIER ::= { ltmIpsecalg 1 } +ltmIpsecalgProfileStat OBJECT IDENTIFIER ::= { ltmIpsecalg 2 } + +--ltmHttp2 +ltmHttp2Profile OBJECT IDENTIFIER ::= { ltmHttp2 1 } +ltmHttp2ProfileActivationModes OBJECT IDENTIFIER ::= { ltmHttp2 2 } +ltmHttp2ProfileStat OBJECT IDENTIFIER ::= { ltmHttp2 3 } + +--ltmWebsocket +ltmWebsocketProfile OBJECT IDENTIFIER ::= { ltmWebsocket 1 } +ltmWebsocketProfileStat OBJECT IDENTIFIER ::= { ltmWebsocket 2 } + +--ltmTcpanalytics +ltmTcpanalyticsProfile OBJECT IDENTIFIER ::= { ltmTcpanalytics 1 } + +--ltmSplitsessionclient +ltmSplitsessionclientProfile OBJECT IDENTIFIER ::= { ltmSplitsessionclient 1 } +ltmSplitsessionclientProfileStat OBJECT IDENTIFIER ::= { ltmSplitsessionclient 2 } + +--ltmSplitsessionserver +ltmSplitsessionserverProfile OBJECT IDENTIFIER ::= { ltmSplitsessionserver 1 } +ltmSplitsessionserverProfileStat OBJECT IDENTIFIER ::= { ltmSplitsessionserver 2 } + +--ltmHttpProxyConnect +ltmHttpProxyConnectProfile OBJECT IDENTIFIER ::= { ltmHttpProxyConnect 1 } +ltmHttpProxyConnectProfileStat OBJECT IDENTIFIER ::= { ltmHttpProxyConnect 2 } + +--ltmDiametersession +ltmDiametersessionProfile OBJECT IDENTIFIER ::= { ltmDiametersession 1 } +ltmDiametersessionProfileStat OBJECT IDENTIFIER ::= { ltmDiametersession 2 } + +--ltmDiameterrouter +ltmDiameterrouterProfile OBJECT IDENTIFIER ::= { ltmDiameterrouter 1 } +ltmDiameterrouterProfileStat OBJECT IDENTIFIER ::= { ltmDiameterrouter 2 } + + + +--================================================================== +-- Global +--================================================================== +ltmAttrLbmodeFastestMaxIdleTime OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! + variable LBMode.FastertMaxIdleTime is purged" + ::= { ltmGlobalAttr 1 } + +ltmAttrMirrorState OBJECT-TYPE + SYNTAX INTEGER { + disabled(0), + enabled(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The state of mirroring in redundant systems." + ::= { ltmGlobalAttr 2 } + +ltmAttrPersistDestAddrLimitMode OBJECT-TYPE + SYNTAX INTEGER { + timeout(0), + maxcount(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The method of limiting destination address entries." + ::= { ltmGlobalAttr 3 } + +ltmAttrPersistDestAddrMaxCount OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The maximum number of entries allowed for the destination address entries." + ::= { ltmGlobalAttr 4 } + +ltmAttrSnatAnyIpProtocol OBJECT-TYPE + SYNTAX INTEGER { + disabled(0), + enabled(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The status of the feature that allows any IP traffic + through SNATs." + ::= { ltmGlobalAttr 5 } + +ltmAttrMirrorPeerIpAddr OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The IP address of the mirroring peer in redundant systems" + ::= { ltmGlobalAttr 6 } + +--================================================================== +-- Rate_filter_class +--================================================================== +ltmRateFilterNumber OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of ltmRateFilter entries in the table." + ::= { ltmRateFilter 1 } + +ltmRateFilterTable OBJECT-TYPE + SYNTAX SEQUENCE OF LtmRateFilterEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A table containing information of rate filters for shaping." + ::= { ltmRateFilter 2 } + +ltmRateFilterEntry OBJECT-TYPE + SYNTAX LtmRateFilterEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Columns in the ltmRateFilter Table" + INDEX { + ltmRateFilterCname + } + ::= { ltmRateFilterTable 1 } + +LtmRateFilterEntry ::= + SEQUENCE { + ltmRateFilterCname LongDisplayString, + ltmRateFilterRate Gauge, + ltmRateFilterCeil Gauge, + ltmRateFilterBurst Gauge, + ltmRateFilterPname LongDisplayString, + ltmRateFilterQtype INTEGER, + ltmRateFilterDirection INTEGER + } + +ltmRateFilterCname OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The rate class name specified by the user according to the + same syntax allowed for rules or pool names" + ::= { ltmRateFilterEntry 1 } + +ltmRateFilterRate OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The base rate. It is a number which may be postfixed with a + metric of either bps, Kbps or Mbps, to indicate bits per + second, Kilobits per second, or Megabits per second, + respectively. + Note: these numbers are powers of 10, not powers of 2. + If no postfix is specified, the number is interpreted as bps. + The rate specifies the maximum throughput to allot to traffic + handled by the Rate Class. Packets in excess of the posted + rate will be dropped." + ::= { ltmRateFilterEntry 2 } + +ltmRateFilterCeil OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The ceiling rate. It is defined like the base rate, but specifies + how far beyond the base rate the traffic is allowed to flow + when bursting (details on bursting below). The ceiling rate is + an absolute limit - it is impossible for traffic to flow at a + higher rate than the ceiling rate, even when bursting. If the + ceiling rate is omitted or is equal to the base rate, the + traffic may not exceed the base rate. It is illegal for the + ceiling rate to be less than the base rate." + ::= { ltmRateFilterEntry 3 } + +ltmRateFilterBurst OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The burst size. It specifies the maximum number of bytes the + traffic is allowed to burst when exceeding the base rate. The + burst size is measured in bytes. If omitted, a default burst + size is 0." + ::= { ltmRateFilterEntry 4 } + +ltmRateFilterPname OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The parent rate class name. It indicates that the rate class + is a child of the named parent. Any child rate class has the + ability to borrow bandwidth from its parent. (Borrowing is a + feature which allows a child to burst even beyond the burst + size by borrowing from the burst size of a parent.) If omitted, + the rate class is not a child, but may be a parent if another + rate class refers to it as such." + ::= { ltmRateFilterEntry 5 } + +ltmRateFilterQtype OBJECT-TYPE + SYNTAX INTEGER { + none(0), + sfq(1), + pfifo(2) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The queue discipline type. + none - invalid state; + sfq - stochastic fair queue; + pfifo - priority FIFO." + ::= { ltmRateFilterEntry 6 } + +ltmRateFilterDirection OBJECT-TYPE + SYNTAX INTEGER { + any(0), + client(1), + server(2) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The state of the direction which the filter shapes traffic to. + any - shape to the client and server; + client - only shape traffic to the client; + server - only shape traffic to the server." + ::= { ltmRateFilterEntry 7 } + +--================================================================== +-- Rate_filter_class_stat +--================================================================== +ltmRateFilterStatResetStats OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "The action to reset resettable statistics data in ltmRateFilterStat. + Setting this value to 1 will reset statistics data. + Note, some statistics data may not be reset including data that are incremental counters." + ::= { ltmRateFilterStat 1 } + +ltmRateFilterStatNumber OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of ltmRateFilterStat entries in the table." + ::= { ltmRateFilterStat 2 } + +ltmRateFilterStatTable OBJECT-TYPE + SYNTAX SEQUENCE OF LtmRateFilterStatEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A table containing statistic information of rate filters for shaping." + ::= { ltmRateFilterStat 3 } + +ltmRateFilterStatEntry OBJECT-TYPE + SYNTAX LtmRateFilterStatEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Columns in the ltmRateFilterStat Table" + INDEX { + ltmRateFilterStatCname + } + ::= { ltmRateFilterStatTable 1 } + +LtmRateFilterStatEntry ::= + SEQUENCE { + ltmRateFilterStatCname LongDisplayString, + ltmRateFilterStatRateBytes Counter64, + ltmRateFilterStatBurstBytes Counter64, + ltmRateFilterStatDroppedBytes Counter64, + ltmRateFilterStatBytesQueued Counter64, + ltmRateFilterStatBytesPerSec Counter64, + ltmRateFilterStatDropTailPkts Counter64, + ltmRateFilterStatDropTailBytes Counter64, + ltmRateFilterStatDropRandPkts Counter64, + ltmRateFilterStatDropRandBytes Counter64, + ltmRateFilterStatDropTotPkts Counter64, + ltmRateFilterStatDropTotBytes Counter64 + } + +ltmRateFilterStatCname OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The rate class name specified by the user according to the + same syntax allowed for rules or pool names" + ::= { ltmRateFilterStatEntry 1 } + +ltmRateFilterStatRateBytes OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of bytes at or below base rate - increments by 1 for + every byte of every packet handled at or below the base rate." + ::= { ltmRateFilterStatEntry 2 } + +ltmRateFilterStatBurstBytes OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of bytes bursted (above base rate) - increments by + 1 for every byte of every packet handled above the base rate + (i.e. bursted traffic)" + ::= { ltmRateFilterStatEntry 3 } + +ltmRateFilterStatDroppedBytes OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! + Replaced by ltmRateFilterStatDropTotBytes: + the number of bytes dropped - increments by 1 for every byte + of every packet dropped by the rate class." + ::= { ltmRateFilterStatEntry 4 } + +ltmRateFilterStatBytesQueued OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of bytes queued." + ::= { ltmRateFilterStatEntry 5 } + +ltmRateFilterStatBytesPerSec OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The average bytes/sec over last 4 sec." + ::= { ltmRateFilterStatEntry 6 } + +ltmRateFilterStatDropTailPkts OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of packets dropped - increments by 1 for + every packet dropped by the rate class as queue overflow." + ::= { ltmRateFilterStatEntry 7 } + +ltmRateFilterStatDropTailBytes OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of bytes dropped - increments by 1 for every byte + of every packet dropped by the rate class as queue overflow." + ::= { ltmRateFilterStatEntry 8 } + +ltmRateFilterStatDropRandPkts OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of packets dropped - increments by 1 for + every packet dropped by the rate class as RED or FRED policy." + ::= { ltmRateFilterStatEntry 9 } + +ltmRateFilterStatDropRandBytes OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of bytes dropped - increments by 1 for every byte + of every packet dropped by the rate class as RED or FRED policy." + ::= { ltmRateFilterStatEntry 10 } + +ltmRateFilterStatDropTotPkts OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of packets dropped - increments by 1 for + every packet dropped by the rate class." + ::= { ltmRateFilterStatEntry 11 } + +ltmRateFilterStatDropTotBytes OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of bytes dropped - increments by 1 for every byte + of every packet dropped by the rate class." + ::= { ltmRateFilterStatEntry 12 } + +--================================================================== +-- Mirror_port +--================================================================== +ltmMirrorPortNumber OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of ltmMirrorPort entries in the table." + ::= { ltmMirrorPort 1 } + +ltmMirrorPortTable OBJECT-TYPE + SYNTAX SEQUENCE OF LtmMirrorPortEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A table containing information of mirrored ports." + ::= { ltmMirrorPort 2 } + +ltmMirrorPortEntry OBJECT-TYPE + SYNTAX LtmMirrorPortEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Columns in the ltmMirrorPort Table" + INDEX { + ltmMirrorPortName + } + ::= { ltmMirrorPortTable 1 } + +LtmMirrorPortEntry ::= + SEQUENCE { + ltmMirrorPortName LongDisplayString + } + +ltmMirrorPortName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of a port to which is mirrored." + ::= { ltmMirrorPortEntry 1 } + +--================================================================== +-- Mirror_port_mbr +--================================================================== +ltmMirrorPortMemberNumber OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of ltmMirrorPortMember entries in the table." + ::= { ltmMirrorPortMember 1 } + +ltmMirrorPortMemberTable OBJECT-TYPE + SYNTAX SEQUENCE OF LtmMirrorPortMemberEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A table containing information of mirrored port members." + ::= { ltmMirrorPortMember 2 } + +ltmMirrorPortMemberEntry OBJECT-TYPE + SYNTAX LtmMirrorPortMemberEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Columns in the ltmMirrorPortMember Table" + INDEX { + ltmMirrorPortMemberToName, + ltmMirrorPortMemberName + } + ::= { ltmMirrorPortMemberTable 1 } + +LtmMirrorPortMemberEntry ::= + SEQUENCE { + ltmMirrorPortMemberToName LongDisplayString, + ltmMirrorPortMemberName LongDisplayString, + ltmMirrorPortMemberConduitName LongDisplayString + } + +ltmMirrorPortMemberToName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of a port which it is mirrored to." + ::= { ltmMirrorPortMemberEntry 1 } + +ltmMirrorPortMemberName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of a mirrored port." + ::= { ltmMirrorPortMemberEntry 2 } + +ltmMirrorPortMemberConduitName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "This attribute is used to represent a local edge port + when a conduit between switch devices is necessary." + ::= { ltmMirrorPortMemberEntry 3 } + +--================================================================== +-- Nat +--================================================================== +ltmNatNumber OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of ltmNat entries in the table." + ::= { ltmNat 1 } + +ltmNatTable OBJECT-TYPE + SYNTAX SEQUENCE OF LtmNatEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A table containing information of NAT." + ::= { ltmNat 2 } + +ltmNatEntry OBJECT-TYPE + SYNTAX LtmNatEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Columns in the ltmNat Table" + INDEX { + ltmNatName + } + ::= { ltmNatTable 1 } + +LtmNatEntry ::= + SEQUENCE { + ltmNatTransAddrType InetAddressType, + ltmNatTransAddr InetAddress, + ltmNatOrigAddrType InetAddressType, + ltmNatOrigAddr InetAddress, + ltmNatEnabled INTEGER, + ltmNatArpEnabled INTEGER, + ltmNatUnitId Gauge, + ltmNatListedEnabledVlans INTEGER, + ltmNatName LongDisplayString + } + +ltmNatTransAddrType OBJECT-TYPE + SYNTAX InetAddressType + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The IP address type of ltmNatTransAddr" + ::= { ltmNatEntry 1 } + +ltmNatTransAddr OBJECT-TYPE + SYNTAX InetAddress + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The NAT translation address. It is + interpreted within the context of a ltmNatTransAddrType value." + ::= { ltmNatEntry 2 } + +ltmNatOrigAddrType OBJECT-TYPE + SYNTAX InetAddressType + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The IP address type of ltmNatOrigAddr." + ::= { ltmNatEntry 3 } + +ltmNatOrigAddr OBJECT-TYPE + SYNTAX InetAddress + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The NAT original address associated with the specified NAT translation address. + It is interpreted within the context of a ltmNatOrigAddrType value." + ::= { ltmNatEntry 4 } + +ltmNatEnabled OBJECT-TYPE + SYNTAX INTEGER { + false(0), + true(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The state indicating whether the specified NAT address is enabled or not." + ::= { ltmNatEntry 5 } + +ltmNatArpEnabled OBJECT-TYPE + SYNTAX INTEGER { + false(0), + true(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The ARP state for the specified NAT, whether it is enabled or not." + ::= { ltmNatEntry 6 } + +ltmNatUnitId OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The unit number associated with the specified NAT translation address." + ::= { ltmNatEntry 7 } + +ltmNatListedEnabledVlans OBJECT-TYPE + SYNTAX INTEGER { + false(0), + true(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The state indicating whether associated VLANs are NAT enabled or not. + The associated VLANs are listed in ltmNatVlanTable." + ::= { ltmNatEntry 8 } + +ltmNatName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Name of the nat" + ::= { ltmNatEntry 9 } + +--================================================================== +-- Nat_stat +--================================================================== +ltmNatStatResetStats OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "The action to reset resettable statistics data in ltmNatStat. + Setting this value to 1 will reset statistics data. + Note, some statistics data may not be reset including data that are incremental counters." + ::= { ltmNatStat 1 } + +ltmNatStatNumber OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of ltmNatStat entries in the table." + ::= { ltmNatStat 2 } + +ltmNatStatTable OBJECT-TYPE + SYNTAX SEQUENCE OF LtmNatStatEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A table containing statistic information of NAT." + ::= { ltmNatStat 3 } + +ltmNatStatEntry OBJECT-TYPE + SYNTAX LtmNatStatEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Columns in the ltmNatStat Table" + INDEX { + ltmNatStatName + } + ::= { ltmNatStatTable 1 } + +LtmNatStatEntry ::= + SEQUENCE { + ltmNatStatTransAddrType InetAddressType, + ltmNatStatTransAddr InetAddress, + ltmNatStatServerPktsIn Counter64, + ltmNatStatServerBytesIn Counter64, + ltmNatStatServerPktsOut Counter64, + ltmNatStatServerBytesOut Counter64, + ltmNatStatServerMaxConns Counter64, + ltmNatStatServerTotConns Counter64, + ltmNatStatServerCurConns Gauge, + ltmNatStatName LongDisplayString + } + +ltmNatStatTransAddrType OBJECT-TYPE + SYNTAX InetAddressType + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! + The IP address type of ltmNatStatTransAddr" + ::= { ltmNatStatEntry 1 } + +ltmNatStatTransAddr OBJECT-TYPE + SYNTAX InetAddress + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! + The NAT translation address. It is + interpreted within the context of a ltmNatStatTransAddrType value." + ::= { ltmNatStatEntry 2 } + +ltmNatStatServerPktsIn OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of packets received from server-side." + ::= { ltmNatStatEntry 3 } + +ltmNatStatServerBytesIn OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of bytes received from server-side." + ::= { ltmNatStatEntry 4 } + +ltmNatStatServerPktsOut OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of packets sent to server-side." + ::= { ltmNatStatEntry 5 } + +ltmNatStatServerBytesOut OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of bytes sent to server-side." + ::= { ltmNatStatEntry 6 } + +ltmNatStatServerMaxConns OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The maximum connections from server-side." + ::= { ltmNatStatEntry 7 } + +ltmNatStatServerTotConns OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total connections from server-side." + ::= { ltmNatStatEntry 8 } + +ltmNatStatServerCurConns OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The current connections from server-side." + ::= { ltmNatStatEntry 9 } + +ltmNatStatName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Name of the nat" + ::= { ltmNatStatEntry 10 } + +--================================================================== +-- Nat_vlan +--================================================================== +ltmNatVlanNumber OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of ltmNatVlan entries in the table." + ::= { ltmNatVlan 1 } + +ltmNatVlanTable OBJECT-TYPE + SYNTAX SEQUENCE OF LtmNatVlanEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A table containing VLAN information associated with NAT." + ::= { ltmNatVlan 2 } + +ltmNatVlanEntry OBJECT-TYPE + SYNTAX LtmNatVlanEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Columns in the ltmNatVlan Table" + INDEX { + ltmNatVlanNatName, + ltmNatVlanVlanName + } + ::= { ltmNatVlanTable 1 } + +LtmNatVlanEntry ::= + SEQUENCE { + ltmNatVlanTransAddrType InetAddressType, + ltmNatVlanTransAddr InetAddress, + ltmNatVlanVlanName LongDisplayString, + ltmNatVlanNatName LongDisplayString + } + +ltmNatVlanTransAddrType OBJECT-TYPE + SYNTAX InetAddressType + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! Use nat_name to associate vlan to NAT. + The IP address type of ltmNatVlanTransAddr" + ::= { ltmNatVlanEntry 1 } + +ltmNatVlanTransAddr OBJECT-TYPE + SYNTAX InetAddress + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! Use nat_name to associate vlan to NAT. + The NAT translation address. It is interpreted within + the context of a ltmNatVlanTransAddrType value." + ::= { ltmNatVlanEntry 2 } + +ltmNatVlanVlanName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of a VLAN associated with the specified NAT. + Only when ltmNatListedEnabledVlans is set to enable, + NAT is enabled on the VLAN. " + ::= { ltmNatVlanEntry 3 } + +ltmNatVlanNatName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Name of the nat" + ::= { ltmNatVlanEntry 4 } + +--================================================================== +-- Node_address +--================================================================== +ltmNodeAddrNumber OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of ltmNodeAddr entries in the table." + ::= { ltmNodeAddr 1 } + +ltmNodeAddrTable OBJECT-TYPE + SYNTAX SEQUENCE OF LtmNodeAddrEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A table containing information of node addresses." + ::= { ltmNodeAddr 2 } + +ltmNodeAddrEntry OBJECT-TYPE + SYNTAX LtmNodeAddrEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Columns in the ltmNodeAddr Table" + INDEX { + ltmNodeAddrName + } + ::= { ltmNodeAddrTable 1 } + +LtmNodeAddrEntry ::= + SEQUENCE { + ltmNodeAddrAddrType InetAddressType, + ltmNodeAddrAddr InetAddress, + ltmNodeAddrConnLimit Gauge, + ltmNodeAddrRatio Gauge, + ltmNodeAddrDynamicRatio INTEGER, + ltmNodeAddrMonitorState INTEGER, + ltmNodeAddrMonitorStatus INTEGER, + ltmNodeAddrMonitorRule LongDisplayString, + ltmNodeAddrNewSessionEnable INTEGER, + ltmNodeAddrSessionStatus INTEGER, + ltmNodeAddrPoolMemberRefCount Gauge, + ltmNodeAddrScreenName LongDisplayString, + ltmNodeAddrAvailabilityState INTEGER, + ltmNodeAddrEnabledState INTEGER, + ltmNodeAddrDisabledParentType Gauge, + ltmNodeAddrStatusReason LongDisplayString, + ltmNodeAddrName LongDisplayString + } + +ltmNodeAddrAddrType OBJECT-TYPE + SYNTAX InetAddressType + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The IP address type of ltmNodeAddrAddr." + ::= { ltmNodeAddrEntry 1 } + +ltmNodeAddrAddr OBJECT-TYPE + SYNTAX InetAddress + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The IP address of a node. It is interpreted within + the context of a ltmNodeAddrAddrType value." + ::= { ltmNodeAddrEntry 2 } + +ltmNodeAddrConnLimit OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The maximum number of connections the specified node address is + allowed to have open at one time." + ::= { ltmNodeAddrEntry 3 } + +ltmNodeAddrRatio OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The ratio of the specified node address, used in load balance algorithm." + ::= { ltmNodeAddrEntry 4 } + +ltmNodeAddrDynamicRatio OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The dynamic ratio of the specified node address, used in load balance algorithm." + ::= { ltmNodeAddrEntry 5 } + +ltmNodeAddrMonitorState OBJECT-TYPE + SYNTAX INTEGER { + unchecked(0), + checking(1), + inband(2), + forcedUp(3), + up(4), + down(19), + forcedDown(20), + iruleDown(22), + inbandDown(23), + downManualResume(24), + disabled(25), + fqdnChecking(26), + fqdnDown(27), + fqdnUp(28), + fqdnUpNoAddress(29) + } + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "The internal tmm monitor state for the specified node address." + ::= { ltmNodeAddrEntry 6 } + +ltmNodeAddrMonitorStatus OBJECT-TYPE + SYNTAX INTEGER { + unchecked(0), + checking(1), + inband(2), + forcedUp(3), + up(4), + addrDown(18), + down(19), + forcedDown(20), + maint(21), + iruleDown(22), + inbandDown(23), + downManualResume(24), + fqdnChecking(26), + fqdnDown(27), + fqdnUp(28), + fqdnUpNoAddress(29) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The hierarchical load balance state for the specified node address, including parent status. + unchecked - enabled node that is not monitored; + checking - initial state until monitor reports; + inband - the tmm has marked the node up; + forcedUp - forced up manually; + up - enabled node when its monitors succeed; + addrDown - node address monitor fails or forced down; + down - enabled node when its monitors fail; + forcedDown - node forced down manually; + maint - in maintenance mode; + iruleDown - an iRule has marked the node down; + inbandDown - the tmm has marked the node down; + downManualResume - the node is down and must be manually enabled; + fqdnChecking - initial fqdn node state until monitor reports; + fqdnDown - enabled fqdn node when its monitors fail; + fqdnUp - enabled fqdn node when its monitors succeed; + fqdnUpNoAddress - no dns records returned for fqdn node; + " + ::= { ltmNodeAddrEntry 7 } + +ltmNodeAddrMonitorRule OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The monitor rule used for load balance the specified node address." + ::= { ltmNodeAddrEntry 8 } + +ltmNodeAddrNewSessionEnable OBJECT-TYPE + SYNTAX INTEGER { + userDisabled(1), + userEnabled(2), + monitorEnabled(3), + monitorDisabled(4) + } + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! + The state indicating whether a new session can be enabled or not for the specified node address." + ::= { ltmNodeAddrEntry 9 } + +ltmNodeAddrSessionStatus OBJECT-TYPE + SYNTAX INTEGER { + enabled(1), + addrdisabled(2), + servdisabled(3), + disabled(4), + forceddisabled(5) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The hierarchical status of the session, including parent status, for + the specified node address. + enabled - new sessions enabled; + addrdisabled - new sessions disabled on node address; + servdisabled - new sessions disabled on node server; + disabled - new sessions disabled; + forceddisabled - new sessions forced to be disabled." + ::= { ltmNodeAddrEntry 10 } + +ltmNodeAddrPoolMemberRefCount OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! + Node Address tracking method changed. The node address member reference count is no longer used." + ::= { ltmNodeAddrEntry 11 } + +ltmNodeAddrScreenName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! This field is removed. + The screen names for the specified node address." + ::= { ltmNodeAddrEntry 12 } + +ltmNodeAddrAvailabilityState OBJECT-TYPE + SYNTAX INTEGER { + none(0), + green(1), + yellow(2), + red(3), + blue(4) + } + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! + Replaced by ltmNodeAddrStatusAvailState under ltmNodeAddrStatus. + The state of the specified node address availability indicated in color." + ::= { ltmNodeAddrEntry 13 } + +ltmNodeAddrEnabledState OBJECT-TYPE + SYNTAX INTEGER { + none(0), + enabled(1), + disabled(2), + disabledbyparent(3) + } + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! + Replaced by ltmNodeAddrStatusEnabledState under ltmNodeAddrStatus. + The state of the specified node address activity status, as specified + by the user." + ::= { ltmNodeAddrEntry 14 } + +ltmNodeAddrDisabledParentType OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! + Replaced by ltmNodeAddrStatusParentType under ltmNodeAddrStatus. + The type of parent object which disabled the specified node address." + ::= { ltmNodeAddrEntry 15 } + +ltmNodeAddrStatusReason OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! + Replaced by ltmNodeAddrStatusDetailReason under ltmNodeAddrStatus. + The detail description of the node's status of parent object + which disabled the specified node address." + ::= { ltmNodeAddrEntry 16 } + +ltmNodeAddrName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "node name." + ::= { ltmNodeAddrEntry 17 } + +--================================================================== +-- Node_address_stat +--================================================================== +ltmNodeAddrStatResetStats OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "The action to reset resettable statistics data in ltmNodeAddrStat. + Setting this value to 1 will reset statistics data. + Note, some statistics data may not be reset including data that are incremental counters." + ::= { ltmNodeAddrStat 1 } + +ltmNodeAddrStatNumber OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of ltmNodeAddrStat entries in the table." + ::= { ltmNodeAddrStat 2 } + +ltmNodeAddrStatTable OBJECT-TYPE + SYNTAX SEQUENCE OF LtmNodeAddrStatEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A table containing statistic information of node addresses." + ::= { ltmNodeAddrStat 3 } + +ltmNodeAddrStatEntry OBJECT-TYPE + SYNTAX LtmNodeAddrStatEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Columns in the ltmNodeAddrStat Table" + INDEX { + ltmNodeAddrStatNodeName + } + ::= { ltmNodeAddrStatTable 1 } + +LtmNodeAddrStatEntry ::= + SEQUENCE { + ltmNodeAddrStatAddrType InetAddressType, + ltmNodeAddrStatAddr InetAddress, + ltmNodeAddrStatServerPktsIn Counter64, + ltmNodeAddrStatServerBytesIn Counter64, + ltmNodeAddrStatServerPktsOut Counter64, + ltmNodeAddrStatServerBytesOut Counter64, + ltmNodeAddrStatServerMaxConns Counter64, + ltmNodeAddrStatServerTotConns Counter64, + ltmNodeAddrStatServerCurConns Gauge, + ltmNodeAddrStatPvaPktsIn Counter64, + ltmNodeAddrStatPvaBytesIn Counter64, + ltmNodeAddrStatPvaPktsOut Counter64, + ltmNodeAddrStatPvaBytesOut Counter64, + ltmNodeAddrStatPvaMaxConns Counter64, + ltmNodeAddrStatPvaTotConns Counter64, + ltmNodeAddrStatPvaCurConns Gauge, + ltmNodeAddrStatTotRequests Counter64, + ltmNodeAddrStatTotPvaAssistConn Counter64, + ltmNodeAddrStatCurrPvaAssistConn Gauge, + ltmNodeAddrStatNodeName LongDisplayString, + ltmNodeAddrStatCurSessions Gauge, + ltmNodeAddrStatCurrentConnsPerSec Gauge, + ltmNodeAddrStatDurationRateExceeded Gauge + } + +ltmNodeAddrStatAddrType OBJECT-TYPE + SYNTAX InetAddressType + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! use node_name instead, + The IP address type of ltmNodeAddrStatAddr" + ::= { ltmNodeAddrStatEntry 1 } + +ltmNodeAddrStatAddr OBJECT-TYPE + SYNTAX InetAddress + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! use node_name instead, + The IP address of a node. It is interpreted within + the context of an ltmNodeAddrStatAddrType value." + ::= { ltmNodeAddrStatEntry 2 } + +ltmNodeAddrStatServerPktsIn OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of packets received by the specified node address from server-side." + ::= { ltmNodeAddrStatEntry 3 } + +ltmNodeAddrStatServerBytesIn OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of bytes received by the specified node address from server-side." + ::= { ltmNodeAddrStatEntry 4 } + +ltmNodeAddrStatServerPktsOut OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of packets sent to server-side from the specified node address." + ::= { ltmNodeAddrStatEntry 5 } + +ltmNodeAddrStatServerBytesOut OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of bytes sent to server-side from the specified node address." + ::= { ltmNodeAddrStatEntry 6 } + +ltmNodeAddrStatServerMaxConns OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The maximum connections from server-side to the specified node address." + ::= { ltmNodeAddrStatEntry 7 } + +ltmNodeAddrStatServerTotConns OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total connections from server-side to the specified node address." + ::= { ltmNodeAddrStatEntry 8 } + +ltmNodeAddrStatServerCurConns OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The current connections from server-side to the specified node address." + ::= { ltmNodeAddrStatEntry 9 } + +ltmNodeAddrStatPvaPktsIn OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of hardware accelerated packets received by the specified node address." + ::= { ltmNodeAddrStatEntry 10 } + +ltmNodeAddrStatPvaBytesIn OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of hardware accelerated bytes received by the specified node address." + ::= { ltmNodeAddrStatEntry 11 } + +ltmNodeAddrStatPvaPktsOut OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of hardware accelerated packets sent out from the specified node address." + ::= { ltmNodeAddrStatEntry 12 } + +ltmNodeAddrStatPvaBytesOut OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of hardware accelerated bytes sent out from the specified node address." + ::= { ltmNodeAddrStatEntry 13 } + +ltmNodeAddrStatPvaMaxConns OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The maximum hardware accelerated connections to the specified node address." + ::= { ltmNodeAddrStatEntry 14 } + +ltmNodeAddrStatPvaTotConns OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total hardware accelerated connections to the specified node address." + ::= { ltmNodeAddrStatEntry 15 } + +ltmNodeAddrStatPvaCurConns OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The current hardware accelerated connections to the specified node address." + ::= { ltmNodeAddrStatEntry 16 } + +ltmNodeAddrStatTotRequests OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of requests going through the specified node address." + ::= { ltmNodeAddrStatEntry 17 } + +ltmNodeAddrStatTotPvaAssistConn OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of connections to the specified node address, + which are partially hardware accelerated." + ::= { ltmNodeAddrStatEntry 18 } + +ltmNodeAddrStatCurrPvaAssistConn OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The current number of connections to the specified node address, + which are partially hardware accelerated." + ::= { ltmNodeAddrStatEntry 19 } + +ltmNodeAddrStatNodeName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "node name" + ::= { ltmNodeAddrStatEntry 20 } + +ltmNodeAddrStatCurSessions OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of current sessions going through the specified node address." + ::= { ltmNodeAddrStatEntry 21 } + +ltmNodeAddrStatCurrentConnsPerSec OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of current connections per second to the specified node address." + ::= { ltmNodeAddrStatEntry 22 } + +ltmNodeAddrStatDurationRateExceeded OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Duration of time in seconds the specified node address has exceeded the + configured connection rate limit." + ::= { ltmNodeAddrStatEntry 23 } + +--================================================================== +-- Pool +--================================================================== +ltmPoolNumber OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of ltmPool entries in the table." + ::= { ltmPool 1 } + +ltmPoolTable OBJECT-TYPE + SYNTAX SEQUENCE OF LtmPoolEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A table containing information of pools." + ::= { ltmPool 2 } + +ltmPoolEntry OBJECT-TYPE + SYNTAX LtmPoolEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Columns in the ltmPool Table" + INDEX { + ltmPoolName + } + ::= { ltmPoolTable 1 } + +LtmPoolEntry ::= + SEQUENCE { + ltmPoolName LongDisplayString, + ltmPoolLbMode INTEGER, + ltmPoolActionOnServiceDown INTEGER, + ltmPoolMinUpMembers INTEGER, + ltmPoolMinUpMembersEnable INTEGER, + ltmPoolMinUpMemberAction INTEGER, + ltmPoolMinActiveMembers INTEGER, + ltmPoolActiveMemberCnt INTEGER, + ltmPoolDisallowSnat INTEGER, + ltmPoolDisallowNat INTEGER, + ltmPoolSimpleTimeout Gauge, + ltmPoolIpTosToClient INTEGER, + ltmPoolIpTosToServer INTEGER, + ltmPoolLinkQosToClient INTEGER, + ltmPoolLinkQosToServer INTEGER, + ltmPoolDynamicRatioSum Gauge, + ltmPoolMonitorRule LongDisplayString, + ltmPoolAvailabilityState INTEGER, + ltmPoolEnabledState INTEGER, + ltmPoolDisabledParentType Gauge, + ltmPoolStatusReason LongDisplayString, + ltmPoolSlowRampTime Gauge, + ltmPoolMemberCnt Gauge, + ltmPoolQueueOnConnectionLimit INTEGER, + ltmPoolQueueDepthLimit Gauge, + ltmPoolQueueTimeLimit Gauge, + ltmPoolDescription LongDisplayString + } + +ltmPoolName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of a pool." + ::= { ltmPoolEntry 1 } + +ltmPoolLbMode OBJECT-TYPE + SYNTAX INTEGER { + roundRobin(0), + ratioMember(1), + leastConnMember(2), + observedMember(3), + predictiveMember(4), + ratioNodeAddress(5), + leastConnNodeAddress(6), + fastestNodeAddress(7), + observedNodeAddress(8), + predictiveNodeAddress(9), + dynamicRatio(10), + fastestAppResponse(11), + leastSessions(12), + dynamicRatioMember(13), + l3Addr(14), + weightedLeastConnMember(15), + weightedLeastConnNodeAddr(16), + ratioSession(17) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The load balance method for this pool" + ::= { ltmPoolEntry 2 } + +ltmPoolActionOnServiceDown OBJECT-TYPE + SYNTAX INTEGER { + none(0), + reset(1), + drop(2), + reselect(3) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The action to be taken if the service for the specified pool is down." + ::= { ltmPoolEntry 3 } + +ltmPoolMinUpMembers OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The minimum number of UP members required for the specified pool + before a high availability action to be taken. + This is used when ltmPoolMinUpMembersEnable is true." + ::= { ltmPoolEntry 4 } + +ltmPoolMinUpMembersEnable OBJECT-TYPE + SYNTAX INTEGER { + false(0), + true(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The state indicating whether or not an action will be taken when the + minimum number of UP members requirement is not met for the specified pool." + ::= { ltmPoolEntry 5 } + +ltmPoolMinUpMemberAction OBJECT-TYPE + SYNTAX INTEGER { + unusedhaaction(0), + reboot(1), + restart(2), + failover(3), + goactive(4), + noaction(5), + restartall(6), + failoveraborttm(7), + gooffline(8), + goofflinerestart(9), + goofflineaborttm(10), + goofflinedownlinks(11), + goofflinedownlinksrestart(12) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The action to be taken if the minimum number of UP members requirement + is not met for the specified pool. This is used when + ltmPoolMinUpMembersEnable is true." + ::= { ltmPoolEntry 6 } + +ltmPoolMinActiveMembers OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The minimum number of active members required for traffic to be sent to + the specified pool. This feature is used for priority pools. The minimum + active members take into account both the status of the pool member (up/down) + as well as the number of connections present on the pool member. + If the number of active members falls below this given threshold, + traffic is sent to the next priority pool." + ::= { ltmPoolEntry 7 } + +ltmPoolActiveMemberCnt OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of the current active members in the specified pool." + ::= { ltmPoolEntry 8 } + +ltmPoolDisallowSnat OBJECT-TYPE + SYNTAX INTEGER { + allowed(0), + disallowed(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The state whether SNAT is disallowed or not for the specified pool." + ::= { ltmPoolEntry 9 } + +ltmPoolDisallowNat OBJECT-TYPE + SYNTAX INTEGER { + allowed(0), + disallowed(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The state whether NAT is disallowed or not for the specified pool." + ::= { ltmPoolEntry 10 } + +ltmPoolSimpleTimeout OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The timeout (in seconds) in simple persistence for the specified pool." + ::= { ltmPoolEntry 11 } + +ltmPoolIpTosToClient OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The IP ToS value for client traffic for the specified pool." + ::= { ltmPoolEntry 12 } + +ltmPoolIpTosToServer OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The IP ToS value for server traffic for the specified pool." + ::= { ltmPoolEntry 13 } + +ltmPoolLinkQosToClient OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The link QoS value for client traffic for the specified pool." + ::= { ltmPoolEntry 14 } + +ltmPoolLinkQosToServer OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The link QoS value for server traffic for the specified pool." + ::= { ltmPoolEntry 15 } + +ltmPoolDynamicRatioSum OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The sum of the dynamic ratio from all the members of the specified pool." + ::= { ltmPoolEntry 16 } + +ltmPoolMonitorRule OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of monitor rule used by the specified pool." + ::= { ltmPoolEntry 17 } + +ltmPoolAvailabilityState OBJECT-TYPE + SYNTAX INTEGER { + none(0), + green(1), + yellow(2), + red(3), + blue(4) + } + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! + Replaced by ltmPooltatusAvailState under ltmPoolStatus. + The state of the specified pool availability indicated in color." + ::= { ltmPoolEntry 18 } + +ltmPoolEnabledState OBJECT-TYPE + SYNTAX INTEGER { + none(0), + enabled(1), + disabled(2), + disabledbyparent(3) + } + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! + Replaced by ltmPoolStatusEnabledState under ltmPoolStatus. + The state of the specified pool activity status, as specified by the user." + ::= { ltmPoolEntry 19 } + +ltmPoolDisabledParentType OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! + Replaced by ltmPoolStatusParentType under ltmPoolStatus. + The type of parent object which disabled the specified pool." + ::= { ltmPoolEntry 20 } + +ltmPoolStatusReason OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! + Replaced by ltmPoolStatusDetailReason under ltmPoolStatus. + The detail description of the pool's status of parent object + which disabled the specified pool." + ::= { ltmPoolEntry 21 } + +ltmPoolSlowRampTime OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The ramp-up time (in seconds) to gradually ramp up the load + on newly added or freshly detected UP pool members." + ::= { ltmPoolEntry 22 } + +ltmPoolMemberCnt OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of members in the specified pool." + ::= { ltmPoolEntry 23 } + +ltmPoolQueueOnConnectionLimit OBJECT-TYPE + SYNTAX INTEGER { + disabled(0), + enabled(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Enable or disable queuing based on pool member connection limits." + ::= { ltmPoolEntry 24 } + +ltmPoolQueueDepthLimit OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Maximum number of connections in queue for pool and all members. + No limit if unspecified or 0." + ::= { ltmPoolEntry 25 } + +ltmPoolQueueTimeLimit OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Maximum number of milliseconds a connection may stay queued. + No limit if unspecified or 0." + ::= { ltmPoolEntry 26 } + +ltmPoolDescription OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The description of the pool." + ::= { ltmPoolEntry 27 } + +--================================================================== +-- Pool_stat +--================================================================== +ltmPoolStatResetStats OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "The action to reset resettable statistics data in ltmPoolStat. + Setting this value to 1 will reset statistics data. + Note, some statistics data may not be reset including data that are incremental counters." + ::= { ltmPoolStat 1 } + +ltmPoolStatNumber OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of ltmPoolStat entries in the table." + ::= { ltmPoolStat 2 } + +ltmPoolStatTable OBJECT-TYPE + SYNTAX SEQUENCE OF LtmPoolStatEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A table containing statistic information of pools." + ::= { ltmPoolStat 3 } + +ltmPoolStatEntry OBJECT-TYPE + SYNTAX LtmPoolStatEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Columns in the ltmPoolStat Table" + INDEX { + ltmPoolStatName + } + ::= { ltmPoolStatTable 1 } + +LtmPoolStatEntry ::= + SEQUENCE { + ltmPoolStatName LongDisplayString, + ltmPoolStatServerPktsIn Counter64, + ltmPoolStatServerBytesIn Counter64, + ltmPoolStatServerPktsOut Counter64, + ltmPoolStatServerBytesOut Counter64, + ltmPoolStatServerMaxConns Counter64, + ltmPoolStatServerTotConns Counter64, + ltmPoolStatServerCurConns Gauge, + ltmPoolStatPvaPktsIn Counter64, + ltmPoolStatPvaBytesIn Counter64, + ltmPoolStatPvaPktsOut Counter64, + ltmPoolStatPvaBytesOut Counter64, + ltmPoolStatPvaMaxConns Counter64, + ltmPoolStatPvaTotConns Counter64, + ltmPoolStatPvaCurConns Gauge, + ltmPoolStatTotPvaAssistConn Counter64, + ltmPoolStatCurrPvaAssistConn Gauge, + ltmPoolStatConnqDepth Gauge, + ltmPoolStatConnqAgeHead Gauge, + ltmPoolStatConnqAgeMax Gauge, + ltmPoolStatConnqAgeEma Gauge, + ltmPoolStatConnqAgeEdm Gauge, + ltmPoolStatConnqServiced Counter64, + ltmPoolStatConnqAllDepth Gauge, + ltmPoolStatConnqAllAgeHead Gauge, + ltmPoolStatConnqAllAgeMax Gauge, + ltmPoolStatConnqAllAgeEma Gauge, + ltmPoolStatConnqAllAgeEdm Gauge, + ltmPoolStatConnqAllServiced Counter64, + ltmPoolStatTotRequests Counter64, + ltmPoolStatCurSessions Gauge + } + +ltmPoolStatName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of this pool." + ::= { ltmPoolStatEntry 1 } + +ltmPoolStatServerPktsIn OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of packets received by the specified pool from server-side." + ::= { ltmPoolStatEntry 2 } + +ltmPoolStatServerBytesIn OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of bytes received by the specified pool from server-side." + ::= { ltmPoolStatEntry 3 } + +ltmPoolStatServerPktsOut OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of packets sent to server-side from the specified pool." + ::= { ltmPoolStatEntry 4 } + +ltmPoolStatServerBytesOut OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of bytes sent to server-side from the specified pool." + ::= { ltmPoolStatEntry 5 } + +ltmPoolStatServerMaxConns OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The maximum connections from server-side to the specified pool." + ::= { ltmPoolStatEntry 6 } + +ltmPoolStatServerTotConns OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total connections from server-side to the specified pool." + ::= { ltmPoolStatEntry 7 } + +ltmPoolStatServerCurConns OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The current connections from server-side to the specified pool." + ::= { ltmPoolStatEntry 8 } + +ltmPoolStatPvaPktsIn OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of hardware accelerated packets received by the specified pool." + ::= { ltmPoolStatEntry 9 } + +ltmPoolStatPvaBytesIn OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of hardware accelerated bytes received by the specified pool." + ::= { ltmPoolStatEntry 10 } + +ltmPoolStatPvaPktsOut OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of hardware accelerated packets sent out from the specified pool." + ::= { ltmPoolStatEntry 11 } + +ltmPoolStatPvaBytesOut OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of hardware accelerated bytes sent out from the specified pool." + ::= { ltmPoolStatEntry 12 } + +ltmPoolStatPvaMaxConns OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The maximum hardware accelerated connections to the specified pool." + ::= { ltmPoolStatEntry 13 } + +ltmPoolStatPvaTotConns OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total hardware accelerated connections to the specified pool." + ::= { ltmPoolStatEntry 14 } + +ltmPoolStatPvaCurConns OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The current hardware accelerated connections to the specified pool." + ::= { ltmPoolStatEntry 15 } + +ltmPoolStatTotPvaAssistConn OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of connections to the specified pool, + which are partially hardware accelerated." + ::= { ltmPoolStatEntry 16 } + +ltmPoolStatCurrPvaAssistConn OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The current number of connections to the specified pool, + which are partially hardware accelerated." + ::= { ltmPoolStatEntry 17 } + +ltmPoolStatConnqDepth OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Number of connections currently in queue, sum." + ::= { ltmPoolStatEntry 18 } + +ltmPoolStatConnqAgeHead OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Age in milliseconds of the oldest queue entry, max." + ::= { ltmPoolStatEntry 19 } + +ltmPoolStatConnqAgeMax OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Maximum queue entry age in milliseconds, max." + ::= { ltmPoolStatEntry 20 } + +ltmPoolStatConnqAgeEma OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Exponential moving average queue entry age in milliseconds, max." + ::= { ltmPoolStatEntry 21 } + +ltmPoolStatConnqAgeEdm OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Exponential decaying maximum queue entry age in milliseconds, max." + ::= { ltmPoolStatEntry 22 } + +ltmPoolStatConnqServiced OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Number of entries that have been removed from the queue, sum." + ::= { ltmPoolStatEntry 23 } + +ltmPoolStatConnqAllDepth OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Number of connections currently in queue of this pool and all + its members, sum." + ::= { ltmPoolStatEntry 24 } + +ltmPoolStatConnqAllAgeHead OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Age in milliseconds of the oldest queue entry of this pool and all + its members, max." + ::= { ltmPoolStatEntry 25 } + +ltmPoolStatConnqAllAgeMax OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Maximum queue entry age in milliseconds of this pool and all + its members, max." + ::= { ltmPoolStatEntry 26 } + +ltmPoolStatConnqAllAgeEma OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Exponential moving average queue entry age in milliseconds of this + pool and all its members, max." + ::= { ltmPoolStatEntry 27 } + +ltmPoolStatConnqAllAgeEdm OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Exponential decaying maximum queue entry age in milliseconds of + this pool and all its members, max." + ::= { ltmPoolStatEntry 28 } + +ltmPoolStatConnqAllServiced OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Number of entries that have been removed from the queue of this + pool and all its members, sum." + ::= { ltmPoolStatEntry 29 } + +ltmPoolStatTotRequests OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of requests to the specified pool." + ::= { ltmPoolStatEntry 30 } + +ltmPoolStatCurSessions OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The current number of sessions to the specified pool." + ::= { ltmPoolStatEntry 31 } + +--================================================================== +-- Pool_member +--================================================================== +ltmPoolMemberNumber OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of ltmPoolMember entries in the table." + ::= { ltmPoolMember 1 } + +ltmPoolMemberTable OBJECT-TYPE + SYNTAX SEQUENCE OF LtmPoolMemberEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A table containing information of pool members." + ::= { ltmPoolMember 2 } + +ltmPoolMemberEntry OBJECT-TYPE + SYNTAX LtmPoolMemberEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Columns in the ltmPoolMember Table" + INDEX { + ltmPoolMemberPoolName, + ltmPoolMemberNodeName, + ltmPoolMemberPort + } + ::= { ltmPoolMemberTable 1 } + +LtmPoolMemberEntry ::= + SEQUENCE { + ltmPoolMemberPoolName LongDisplayString, + ltmPoolMemberAddrType InetAddressType, + ltmPoolMemberAddr InetAddress, + ltmPoolMemberPort InetPortNumber, + ltmPoolMemberConnLimit Gauge, + ltmPoolMemberRatio Gauge, + ltmPoolMemberWeight INTEGER, + ltmPoolMemberPriority INTEGER, + ltmPoolMemberDynamicRatio INTEGER, + ltmPoolMemberMonitorState INTEGER, + ltmPoolMemberMonitorStatus INTEGER, + ltmPoolMemberNewSessionEnable INTEGER, + ltmPoolMemberSessionStatus INTEGER, + ltmPoolMemberMonitorRule LongDisplayString, + ltmPoolMemberAvailabilityState INTEGER, + ltmPoolMemberEnabledState INTEGER, + ltmPoolMemberDisabledParentType Gauge, + ltmPoolMemberStatusReason LongDisplayString, + ltmPoolMemberNodeName LongDisplayString + } + +ltmPoolMemberPoolName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of a pool." + ::= { ltmPoolMemberEntry 1 } + +ltmPoolMemberAddrType OBJECT-TYPE + SYNTAX InetAddressType + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The IP address type of ltmPoolMemberAddr." + ::= { ltmPoolMemberEntry 2 } + +ltmPoolMemberAddr OBJECT-TYPE + SYNTAX InetAddress + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The IP address of a pool member in the specified pool. + It is interpreted within the context of an ltmPoolMemberAddrType value." + ::= { ltmPoolMemberEntry 3 } + +ltmPoolMemberPort OBJECT-TYPE + SYNTAX InetPortNumber + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The port number of the specified pool member." + ::= { ltmPoolMemberEntry 4 } + +ltmPoolMemberConnLimit OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The maximum connections allowed to the specified pool member." + ::= { ltmPoolMemberEntry 5 } + +ltmPoolMemberRatio OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The load balancing ratio of the specified pool member, + used in pool member ratio load balancing mode." + ::= { ltmPoolMemberEntry 6 } + +ltmPoolMemberWeight OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The weight of the specified pool member, used in dynamic load balancing mode." + ::= { ltmPoolMemberEntry 7 } + +ltmPoolMemberPriority OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The priority level of the specified pool member, + used in priority pool member load balancing mode." + ::= { ltmPoolMemberEntry 8 } + +ltmPoolMemberDynamicRatio OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The dynamic ratio for the specified pool member, used in load balance + algorithm." + ::= { ltmPoolMemberEntry 9 } + +ltmPoolMemberMonitorState OBJECT-TYPE + SYNTAX INTEGER { + unchecked(0), + checking(1), + inband(2), + forcedUp(3), + up(4), + down(19), + forcedDown(20), + iruleDown(22), + inbandDown(23), + downManualResume(24), + disabled(25) + } + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "The internal tmm monitor state for the specified node address." + ::= { ltmPoolMemberEntry 10 } + +ltmPoolMemberMonitorStatus OBJECT-TYPE + SYNTAX INTEGER { + unchecked(0), + checking(1), + inband(2), + forcedUp(3), + up(4), + addrDown(18), + down(19), + forcedDown(20), + maint(21), + iruleDown(22), + inbandDown(23), + downManualResume(24) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The hierarchical load balance state for the specified node address, including parent status. + unchecked - enabled node that is not monitored; + checking - initial state until monitor reports; + inband - the tmm has marked the node up; + forcedUp - forced up manually; + up - enabled node when its monitors succeed; + addrDown - node address monitor fails or forced down; + down - enabled node when its monitors fail; + forcedDown - node forced down manually; + maint - in maintenance mode; + iruleDown - an iRule has marked the node down; + inbandDown - the tmm has marked the node down; + downManualResume - the node is down and must be manually enabled; + " + ::= { ltmPoolMemberEntry 11 } + +ltmPoolMemberNewSessionEnable OBJECT-TYPE + SYNTAX INTEGER { + userDisabled(1), + userEnabled(2), + monitorEnabled(3), + monitorDisabled(4) + } + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! + Whether a new session can be enabled or not for the specified pool member." + ::= { ltmPoolMemberEntry 12 } + +ltmPoolMemberSessionStatus OBJECT-TYPE + SYNTAX INTEGER { + enabled(1), + addrdisabled(2), + servdisabled(3), + disabled(4), + forceddisabled(5) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The hierarchical status of the session, including parent status, + for the specified pool member. + enabled - new sessions enabled; + addrdisabled - new sessions disabled on node address; + servdisabled - new sessions disabled on node server; + disabled - new sessions disabled; + forceddisabled - new sessions forced to be disabled." + ::= { ltmPoolMemberEntry 13 } + +ltmPoolMemberMonitorRule OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The monitor rule used by the specified pool member. + If this value is empty, ltmPoolMonitorRule will be used." + ::= { ltmPoolMemberEntry 14 } + +ltmPoolMemberAvailabilityState OBJECT-TYPE + SYNTAX INTEGER { + none(0), + green(1), + yellow(2), + red(3), + blue(4) + } + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! + Replaced by ltmPoolMbrStatusAvailState under ltmPoolMemberStatus. + The state of the specified pool member availability indicated in color." + ::= { ltmPoolMemberEntry 15 } + +ltmPoolMemberEnabledState OBJECT-TYPE + SYNTAX INTEGER { + none(0), + enabled(1), + disabled(2), + disabledbyparent(3) + } + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! + Replaced by ltmPoolMbrStatusEnabledState under ltmPoolMemberStatus. + The state of the specified pool member activity status, as specified + by the user." + ::= { ltmPoolMemberEntry 16 } + +ltmPoolMemberDisabledParentType OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! + Replaced by ltmPoolMbrStatusParentType under ltmPoolMemberStatus. + The type of parent object which disabled the specified pool member." + ::= { ltmPoolMemberEntry 17 } + +ltmPoolMemberStatusReason OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! + Replaced by ltmPoolMbrStatusDetailReason under ltmPoolMemberStatus. + The detail description of the pool member's status of parent object + which disabled the specified pool member." + ::= { ltmPoolMemberEntry 18 } + +ltmPoolMemberNodeName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Name of associated name." + ::= { ltmPoolMemberEntry 19 } + +--================================================================== +-- Pool_member_stat +--================================================================== +ltmPoolMemberStatResetStats OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "The action to reset resettable statistics data in ltmPoolMemberStat. + Setting this value to 1 will reset statistics data. + Note, some statistics data may not be reset including data that are incremental counters." + ::= { ltmPoolMemberStat 1 } + +ltmPoolMemberStatNumber OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of ltmPoolMemberStat entries in the table." + ::= { ltmPoolMemberStat 2 } + +ltmPoolMemberStatTable OBJECT-TYPE + SYNTAX SEQUENCE OF LtmPoolMemberStatEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A table containing statistic information of pool members." + ::= { ltmPoolMemberStat 3 } + +ltmPoolMemberStatEntry OBJECT-TYPE + SYNTAX LtmPoolMemberStatEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Columns in the ltmPoolMemberStat Table" + INDEX { + ltmPoolMemberStatPoolName, + ltmPoolMemberStatNodeName, + ltmPoolMemberStatPort + } + ::= { ltmPoolMemberStatTable 1 } + +LtmPoolMemberStatEntry ::= + SEQUENCE { + ltmPoolMemberStatPoolName LongDisplayString, + ltmPoolMemberStatAddrType InetAddressType, + ltmPoolMemberStatAddr InetAddress, + ltmPoolMemberStatPort InetPortNumber, + ltmPoolMemberStatServerPktsIn Counter64, + ltmPoolMemberStatServerBytesIn Counter64, + ltmPoolMemberStatServerPktsOut Counter64, + ltmPoolMemberStatServerBytesOut Counter64, + ltmPoolMemberStatServerMaxConns Counter64, + ltmPoolMemberStatServerTotConns Counter64, + ltmPoolMemberStatServerCurConns Gauge, + ltmPoolMemberStatPvaPktsIn Counter64, + ltmPoolMemberStatPvaBytesIn Counter64, + ltmPoolMemberStatPvaPktsOut Counter64, + ltmPoolMemberStatPvaBytesOut Counter64, + ltmPoolMemberStatPvaMaxConns Counter64, + ltmPoolMemberStatPvaTotConns Counter64, + ltmPoolMemberStatPvaCurConns Gauge, + ltmPoolMemberStatTotRequests Counter64, + ltmPoolMemberStatTotPvaAssistConn Counter64, + ltmPoolMemberStatCurrPvaAssistConn Gauge, + ltmPoolMemberStatConnqDepth Gauge, + ltmPoolMemberStatConnqAgeHead Gauge, + ltmPoolMemberStatConnqAgeMax Gauge, + ltmPoolMemberStatConnqAgeEma Gauge, + ltmPoolMemberStatConnqAgeEdm Gauge, + ltmPoolMemberStatConnqServiced Counter64, + ltmPoolMemberStatNodeName LongDisplayString, + ltmPoolMemberStatCurSessions Gauge, + ltmPoolMemberStatCurrentConnsPerSec Gauge, + ltmPoolMemberStatDurationRateExceeded Gauge + } + +ltmPoolMemberStatPoolName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of a pool." + ::= { ltmPoolMemberStatEntry 1 } + +ltmPoolMemberStatAddrType OBJECT-TYPE + SYNTAX InetAddressType + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! use node_name instead, + The IP address type of ltmPoolMemberStatAddr." + ::= { ltmPoolMemberStatEntry 2 } + +ltmPoolMemberStatAddr OBJECT-TYPE + SYNTAX InetAddress + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! use node_name instead, + The IP address of a pool member in the specified pool. + It is interpreted within the context of an ltmPoolMemberStatAddrType value." + ::= { ltmPoolMemberStatEntry 3 } + +ltmPoolMemberStatPort OBJECT-TYPE + SYNTAX InetPortNumber + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The port number of the specified pool member." + ::= { ltmPoolMemberStatEntry 4 } + +ltmPoolMemberStatServerPktsIn OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of packets received by the specified pool member from server-side." + ::= { ltmPoolMemberStatEntry 5 } + +ltmPoolMemberStatServerBytesIn OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of bytes received by the specified pool member from server-side." + ::= { ltmPoolMemberStatEntry 6 } + +ltmPoolMemberStatServerPktsOut OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of packets sent to server-side from the specified pool member." + ::= { ltmPoolMemberStatEntry 7 } + +ltmPoolMemberStatServerBytesOut OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of bytes sent to server-side from the specified pool member." + ::= { ltmPoolMemberStatEntry 8 } + +ltmPoolMemberStatServerMaxConns OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The maximum connections from server-side to the specified pool member." + ::= { ltmPoolMemberStatEntry 9 } + +ltmPoolMemberStatServerTotConns OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total connections from server-side to the specified pool member." + ::= { ltmPoolMemberStatEntry 10 } + +ltmPoolMemberStatServerCurConns OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The current connections from server-side to the pool member." + ::= { ltmPoolMemberStatEntry 11 } + +ltmPoolMemberStatPvaPktsIn OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of hardware accelerated packets received by the specified pool member." + ::= { ltmPoolMemberStatEntry 12 } + +ltmPoolMemberStatPvaBytesIn OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of hardware accelerated bytes received by the specified pool member." + ::= { ltmPoolMemberStatEntry 13 } + +ltmPoolMemberStatPvaPktsOut OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of hardware accelerated packets sent out from the specified pool member." + ::= { ltmPoolMemberStatEntry 14 } + +ltmPoolMemberStatPvaBytesOut OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of hardware accelerated bytes sent out from the specified pool member." + ::= { ltmPoolMemberStatEntry 15 } + +ltmPoolMemberStatPvaMaxConns OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The maximum hardware accelerated connections to the specified pool member." + ::= { ltmPoolMemberStatEntry 16 } + +ltmPoolMemberStatPvaTotConns OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total hardware accelerated connections to the specified pool member." + ::= { ltmPoolMemberStatEntry 17 } + +ltmPoolMemberStatPvaCurConns OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The current hardware accelerated connections to the specified pool member." + ::= { ltmPoolMemberStatEntry 18 } + +ltmPoolMemberStatTotRequests OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of requests going through the specified pool member." + ::= { ltmPoolMemberStatEntry 19 } + +ltmPoolMemberStatTotPvaAssistConn OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of connections to the specified pool member, + which are partially hardware accelerated." + ::= { ltmPoolMemberStatEntry 20 } + +ltmPoolMemberStatCurrPvaAssistConn OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The current number of connections to the specified pool member, + which are partially hardware accelerated." + ::= { ltmPoolMemberStatEntry 21 } + +ltmPoolMemberStatConnqDepth OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Number of connections currently in queue, sum." + ::= { ltmPoolMemberStatEntry 22 } + +ltmPoolMemberStatConnqAgeHead OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Age in milliseconds of the oldest queue entry, max." + ::= { ltmPoolMemberStatEntry 23 } + +ltmPoolMemberStatConnqAgeMax OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Maximum queue entry age in milliseconds, max." + ::= { ltmPoolMemberStatEntry 24 } + +ltmPoolMemberStatConnqAgeEma OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Exponential moving average queue entry age in milliseconds, max." + ::= { ltmPoolMemberStatEntry 25 } + +ltmPoolMemberStatConnqAgeEdm OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Exponential decaying maximum queue entry age in milliseconds, max." + ::= { ltmPoolMemberStatEntry 26 } + +ltmPoolMemberStatConnqServiced OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Number of entries that have been removed from the queue, sum." + ::= { ltmPoolMemberStatEntry 27 } + +ltmPoolMemberStatNodeName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "node name." + ::= { ltmPoolMemberStatEntry 28 } + +ltmPoolMemberStatCurSessions OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of current sessions going through the specified pool member." + ::= { ltmPoolMemberStatEntry 29 } + +ltmPoolMemberStatCurrentConnsPerSec OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of current connections per second to the specified pool member." + ::= { ltmPoolMemberStatEntry 30 } + +ltmPoolMemberStatDurationRateExceeded OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Duration of time in seconds the specified pool member has exceeded the + configured connection rate limit." + ::= { ltmPoolMemberStatEntry 31 } + +--================================================================== +-- Profile_auth +--================================================================== +ltmAuthProfileNumber OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of ltmAuthProfile entries in the table." + ::= { ltmAuthProfile 1 } + +ltmAuthProfileTable OBJECT-TYPE + SYNTAX SEQUENCE OF LtmAuthProfileEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A table containing information of BIGIP authentication profiles." + ::= { ltmAuthProfile 2 } + +ltmAuthProfileEntry OBJECT-TYPE + SYNTAX LtmAuthProfileEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Columns in the ltmAuthProfile Table" + INDEX { + ltmAuthProfileName + } + ::= { ltmAuthProfileTable 1 } + +LtmAuthProfileEntry ::= + SEQUENCE { + ltmAuthProfileName LongDisplayString, + ltmAuthProfileConfigSource INTEGER, + ltmAuthProfileDefaultName LongDisplayString, + ltmAuthProfileConfigName LongDisplayString, + ltmAuthProfileType INTEGER, + ltmAuthProfileMode INTEGER, + ltmAuthProfileCredentialSource INTEGER, + ltmAuthProfileRuleName LongDisplayString, + ltmAuthProfileIdleTimeout Gauge + } + +ltmAuthProfileName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of an authentication profile." + ::= { ltmAuthProfileEntry 1 } + +ltmAuthProfileConfigSource OBJECT-TYPE + SYNTAX INTEGER { + usercfg(0), + basecfg(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The state that specifies whether this is a base/pre-configured profile + or user defined profile." + ::= { ltmAuthProfileEntry 2 } + +ltmAuthProfileDefaultName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of the profile from which the specified profile derives + its attribute default values." + ::= { ltmAuthProfileEntry 3 } + +ltmAuthProfileConfigName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of the authentication configuration that the specified + profile will be using." + ::= { ltmAuthProfileEntry 4 } + +ltmAuthProfileType OBJECT-TYPE + SYNTAX INTEGER { + ldap(0), + radius(1), + sslccldap(2), + sslocsp(3), + tacacs(4), + generic(5), + sslcrldp(6), + krbdelegate(7) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The authentication type that the specified profile will be using." + ::= { ltmAuthProfileEntry 5 } + +ltmAuthProfileMode OBJECT-TYPE + SYNTAX INTEGER { + disabled(0), + enabled(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The mode for the specified auth profile." + ::= { ltmAuthProfileEntry 6 } + +ltmAuthProfileCredentialSource OBJECT-TYPE + SYNTAX INTEGER { + httpbasicauth(0) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The source of the credentials that the specified profile will be using." + ::= { ltmAuthProfileEntry 7 } + +ltmAuthProfileRuleName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of the rule that the specified profile will be using." + ::= { ltmAuthProfileEntry 8 } + +ltmAuthProfileIdleTimeout OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The idle timeout in seconds for the authentication session." + ::= { ltmAuthProfileEntry 9 } + +--================================================================== +-- Profile_auth_stat +--================================================================== +ltmAuthProfileStatResetStats OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "The action to reset resettable statistics data in ltmAuthProfileStat. + Setting this value to 1 will reset statistics data. + Note, some statistics data may not be reset including data that are incremental counters." + ::= { ltmAuthProfileStat 1 } + +ltmAuthProfileStatNumber OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of ltmAuthProfileStat entries in the table." + ::= { ltmAuthProfileStat 2 } + +ltmAuthProfileStatTable OBJECT-TYPE + SYNTAX SEQUENCE OF LtmAuthProfileStatEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A table containing statistic information of BIGIP authentication profiles." + ::= { ltmAuthProfileStat 3 } + +ltmAuthProfileStatEntry OBJECT-TYPE + SYNTAX LtmAuthProfileStatEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Columns in the ltmAuthProfileStat Table" + INDEX { + ltmAuthProfileStatName + } + ::= { ltmAuthProfileStatTable 1 } + +LtmAuthProfileStatEntry ::= + SEQUENCE { + ltmAuthProfileStatName LongDisplayString, + ltmAuthProfileStatTotSessions Counter64, + ltmAuthProfileStatCurSessions Gauge, + ltmAuthProfileStatMaxSessions Counter64, + ltmAuthProfileStatSuccessResults Counter64, + ltmAuthProfileStatFailureResults Counter64, + ltmAuthProfileStatWantcredentialResults Counter64, + ltmAuthProfileStatErrorResults Counter64 + } + +ltmAuthProfileStatName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of an authentication profile." + ::= { ltmAuthProfileStatEntry 1 } + +ltmAuthProfileStatTotSessions OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of concurrent auth sessions for the specified profile." + ::= { ltmAuthProfileStatEntry 2 } + +ltmAuthProfileStatCurSessions OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The current number of concurrent auth sessions for the specified profile." + ::= { ltmAuthProfileStatEntry 3 } + +ltmAuthProfileStatMaxSessions OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The maximum number of concurrent auth sessions for the specified profile" + ::= { ltmAuthProfileStatEntry 4 } + +ltmAuthProfileStatSuccessResults OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of auth success results (That is when a + successful authorization has completed all of the required + auth services.) for the specified profile." + ::= { ltmAuthProfileStatEntry 5 } + +ltmAuthProfileStatFailureResults OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of auth failure results (That is when an + unsuccessful authorization operation has completed.) for the associated + virtual server for the specified profile." + ::= { ltmAuthProfileStatEntry 6 } + +ltmAuthProfileStatWantcredentialResults OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of auth wantcredential results (That is when + an authorization operation needs an additional credential.) + for the specified profile." + ::= { ltmAuthProfileStatEntry 7 } + +ltmAuthProfileStatErrorResults OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of auth error results (That is when an error + occurred during authorization has occurred.) for the specified profile." + ::= { ltmAuthProfileStatEntry 8 } + +--================================================================== +-- Profile_clientssl +--================================================================== +ltmClientSslNumber OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of ltmClientSslProfile entries in the table." + ::= { ltmClientSslProfile 1 } + +ltmClientSslTable OBJECT-TYPE + SYNTAX SEQUENCE OF LtmClientSslEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A table containing information of the client-side SSL profiles.(BIG-IP acts as an SSL server)" + ::= { ltmClientSslProfile 2 } + +ltmClientSslEntry OBJECT-TYPE + SYNTAX LtmClientSslEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Columns in the ltmClientSsl Table" + INDEX { + ltmClientSslName + } + ::= { ltmClientSslTable 1 } + +LtmClientSslEntry ::= + SEQUENCE { + ltmClientSslName LongDisplayString, + ltmClientSslConfigSource INTEGER, + ltmClientSslDefaultName LongDisplayString, + ltmClientSslMode INTEGER, + ltmClientSslKey LongDisplayString, + ltmClientSslCert LongDisplayString, + ltmClientSslChain LongDisplayString, + ltmClientSslCafile LongDisplayString, + ltmClientSslCrlfile LongDisplayString, + ltmClientSslClientcertca LongDisplayString, + ltmClientSslCiphers LongDisplayString, + ltmClientSslPassphrase LongDisplayString, + ltmClientSslOptions Gauge, + ltmClientSslModsslmethods INTEGER, + ltmClientSslCacheSize Gauge, + ltmClientSslCacheTimeout Gauge, + ltmClientSslRenegotiatePeriod Gauge, + ltmClientSslRenegotiateSize Gauge, + ltmClientSslRenegotiateMaxRecordDelay Gauge, + ltmClientSslHandshakeTimeout Gauge, + ltmClientSslAlertTimeout Gauge, + ltmClientSslPeerCertMode INTEGER, + ltmClientSslAuthenticateOnce INTEGER, + ltmClientSslAuthenticateDepth Gauge, + ltmClientSslUncleanShutdown INTEGER, + ltmClientSslStrictResume INTEGER, + ltmClientSslAllowNonssl INTEGER, + ltmClientSslSessionTicket INTEGER, + ltmClientSslFwdpEnabled INTEGER, + ltmClientSslFwdpCaKey LongDisplayString, + ltmClientSslFwdpCaCert LongDisplayString, + ltmClientSslFwdpCaPassphrase LongDisplayString, + ltmClientSslFwdpCertLifespan Gauge, + ltmClientSslFwdpCertExtensionIncludes Gauge, + ltmClientSslFwdpLookupByIpaddrPort INTEGER, + ltmClientSslGenericAlert INTEGER, + ltmClientSslSslSignHash INTEGER, + ltmClientSslFwdpBypassEnabled INTEGER, + ltmClientSslFwdpBypassDipBList LongDisplayString, + ltmClientSslFwdpBypassDipWList LongDisplayString, + ltmClientSslFwdpBypassSipBList LongDisplayString, + ltmClientSslFwdpBypassSipWList LongDisplayString, + ltmClientSslFwdpBypassHnBList LongDisplayString, + ltmClientSslFwdpBypassHnWList LongDisplayString, + ltmClientSslProxySsl INTEGER, + ltmClientSslProxySslPassthrough INTEGER, + ltmClientSslPeerNoRenegotiateTimeout Gauge, + ltmClientSslMaxRenegotiationsPerMin Gauge, + ltmClientSslSessionMirroring INTEGER, + ltmClientSslMaxAggregateRenegotiationsPerMin Gauge, + ltmClientSslSessionTicketTimeout Gauge, + ltmClientSslAllowExpiredCrl INTEGER, + ltmClientSslMaxActiveHandshake Gauge, + ltmClientSslAllowDynamicRecordSizing INTEGER, + ltmClientSslMaximumRecordSize Gauge, + ltmClientSslBypassHsAlertEnabled INTEGER, + ltmClientSslBypassClientCertFailEnabled INTEGER, + ltmClientSslOcspStapling INTEGER, + ltmClientSslNotifyCertStatusToVs INTEGER, + ltmClientSslC3dEnabled INTEGER, + ltmClientSslCentityOcspObjName LongDisplayString, + ltmClientSslDropUnknownOcspStatus INTEGER + } + +ltmClientSslName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of a client-side SSL profile." + ::= { ltmClientSslEntry 1 } + +ltmClientSslConfigSource OBJECT-TYPE + SYNTAX INTEGER { + usercfg(0), + basecfg(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The state that specifies whether this is a base/pre-configured profile + or user defined profile." + ::= { ltmClientSslEntry 2 } + +ltmClientSslDefaultName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of the profile from which the specified profile derives + its attribute default values." + ::= { ltmClientSslEntry 3 } + +ltmClientSslMode OBJECT-TYPE + SYNTAX INTEGER { + disabled(0), + enabled(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The mode of this profile." + ::= { ltmClientSslEntry 4 } + +ltmClientSslKey OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! Please refer ltmClientSslCertKeyChain. + The key file name." + ::= { ltmClientSslEntry 5 } + +ltmClientSslCert OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! Please refer ltmClientSslCertKeyChain. + The certificate file name." + ::= { ltmClientSslEntry 6 } + +ltmClientSslChain OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! Please refer ltmClientSslCertKeyChain. + The certificate chain file name." + ::= { ltmClientSslEntry 7 } + +ltmClientSslCafile OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The CA certificate file name." + ::= { ltmClientSslEntry 8 } + +ltmClientSslCrlfile OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The CRL file name." + ::= { ltmClientSslEntry 9 } + +ltmClientSslClientcertca OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The CA certificate file name." + ::= { ltmClientSslEntry 10 } + +ltmClientSslCiphers OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The set of ciphers available for client-side SSL negotiation." + ::= { ltmClientSslEntry 11 } + +ltmClientSslPassphrase OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! No longer supported. + The key passphrase (if any)." + ::= { ltmClientSslEntry 12 } + +ltmClientSslOptions OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The SSL options. + SSLOPT_DONT_INSERT_EMPTY_FRAGMENTS = 2048 + SSLOPT_PASSIVE_CLOSE = 4096 + SSLOPT_NO_SSL = 8192 + SSLOPT_NO_DTLS = 16384 + SSLOPT_NO_TLSv1_3 = 32768 + SSLOPT_NO_SESSION_RESUMPTION_ON_RENEGOTIATION = 65536 + SSLOPT_NO_TLSv1_1 = 131072 + SSLOPT_NO_TLSv1_2 = 262144 + SSLOPT_NO_TLS = 524288 + SSLOPT_SINGLE_DH_USE = 1048576 + SSLOPT_ENABLE_GMSSLv1_1 = 2097152 + SSLOPT_TLS_ROLLBACK_BUG = 8388608 + SSLOPT_NO_SSLv3 = 33554432 + SSLOPT_NO_TLSv1 = 67108864" + ::= { ltmClientSslEntry 13 } + +ltmClientSslModsslmethods OBJECT-TYPE + SYNTAX INTEGER { + false(0), + true(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The ModSSL method emulation." + ::= { ltmClientSslEntry 14 } + +ltmClientSslCacheSize OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The SSL session cache size." + ::= { ltmClientSslEntry 15 } + +ltmClientSslCacheTimeout OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The SSL session cache timeout." + ::= { ltmClientSslEntry 16 } + +ltmClientSslRenegotiatePeriod OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Time-based trigger." + ::= { ltmClientSslEntry 17 } + +ltmClientSslRenegotiateSize OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Throughput-based trigger MB." + ::= { ltmClientSslEntry 18 } + +ltmClientSslRenegotiateMaxRecordDelay OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The timeout of renegotiation." + ::= { ltmClientSslEntry 19 } + +ltmClientSslHandshakeTimeout OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The handshake timeout in seconds." + ::= { ltmClientSslEntry 20 } + +ltmClientSslAlertTimeout OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The alert timeout in seconds." + ::= { ltmClientSslEntry 21 } + +ltmClientSslPeerCertMode OBJECT-TYPE + SYNTAX INTEGER { + ignore(0), + require(1), + request(2), + auto(3) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The mode of peer certification." + ::= { ltmClientSslEntry 22 } + +ltmClientSslAuthenticateOnce OBJECT-TYPE + SYNTAX INTEGER { + false(0), + true(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The feature to request client cert once or with each SSL + session renegotiation." + ::= { ltmClientSslEntry 23 } + +ltmClientSslAuthenticateDepth OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The maximum traversal depth for client certificate chain." + ::= { ltmClientSslEntry 24 } + +ltmClientSslUncleanShutdown OBJECT-TYPE + SYNTAX INTEGER { + false(0), + true(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The state of shutdown for this SSL, whether it is unclean + shutdown (not sending a close notification alert when closing + connection.)." + ::= { ltmClientSslEntry 25 } + +ltmClientSslStrictResume OBJECT-TYPE + SYNTAX INTEGER { + false(0), + true(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Whether to enforce strict SSL session resumption + per RFC2246" + ::= { ltmClientSslEntry 26 } + +ltmClientSslAllowNonssl OBJECT-TYPE + SYNTAX INTEGER { + false(0), + true(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Whether to allow non-SSL connections to pass through as + cleartext." + ::= { ltmClientSslEntry 27 } + +ltmClientSslSessionTicket OBJECT-TYPE + SYNTAX INTEGER { + false(0), + true(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Whether to enforce session ticket per RFC5077." + ::= { ltmClientSslEntry 28 } + +ltmClientSslFwdpEnabled OBJECT-TYPE + SYNTAX INTEGER { + false(0), + true(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Whether to enable SSL Forward Proxy." + ::= { ltmClientSslEntry 29 } + +ltmClientSslFwdpCaKey OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The CA key object name for Forward Proxy." + ::= { ltmClientSslEntry 30 } + +ltmClientSslFwdpCaCert OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The CA certificate object name for Forward Proxy." + ::= { ltmClientSslEntry 31 } + +ltmClientSslFwdpCaPassphrase OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! No longer supported. + The CA key passphrase for Forward Proxy (if any)." + ::= { ltmClientSslEntry 32 } + +ltmClientSslFwdpCertLifespan OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The lifespan of the generated certificates for Forward Proxy." + ::= { ltmClientSslEntry 33 } + +ltmClientSslFwdpCertExtensionIncludes OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The certificate extensions to include in generated certificates for + Forward Proxy. + SSL_FWDP_CERT_EXT_AUTHORITY_KEY_IDENTIFIER = 1 + SSL_FWDP_CERT_EXT_BASIC_CONSTRAINTS = 2 + SSL_FWDP_CERT_EXT_CERTIFICATE_POLICIES = 4 + SSL_FWDP_CERT_EXT_CRL_DISTRIBUTION_POINTS = 8 + SSL_FWDP_CERT_EXT_EXTENDED_KEY_USAGE = 16 + SSL_FWDP_CERT_EXT_FRESH_CRL = 32 + SSL_FWDP_CERT_EXT_ISSUER_ALTERNATIVE_NAME = 64 + SSL_FWDP_CERT_EXT_KEY_USAGE = 128 + SSL_FWDP_CERT_EXT_SUBJECT_ALTERNATIVE_NAME = 256 + SSL_FWDP_CERT_EXT_SUBJECT_DIRECTORY_ATTRIBUTES = 512 + SSL_FWDP_CERT_EXT_SUBJECT_KEY_IDENTIFIER = 1024" + ::= { ltmClientSslEntry 34 } + +ltmClientSslFwdpLookupByIpaddrPort OBJECT-TYPE + SYNTAX INTEGER { + false(0), + true(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Whether to enable SSL Forward Proxy certificate caching by IPAddr-Port." + ::= { ltmClientSslEntry 35 } + +ltmClientSslGenericAlert OBJECT-TYPE + SYNTAX INTEGER { + false(0), + true(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Whether to use generic alert number in Alert message." + ::= { ltmClientSslEntry 36 } + +ltmClientSslSslSignHash OBJECT-TYPE + SYNTAX INTEGER { + any(0), + sha1(1), + sha256(2), + sha384(3) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The ssl sign hash algorithm." + ::= { ltmClientSslEntry 37 } + +ltmClientSslFwdpBypassEnabled OBJECT-TYPE + SYNTAX INTEGER { + false(0), + true(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Whether to enable SSL Forward Proxy Bypass." + ::= { ltmClientSslEntry 38 } + +ltmClientSslFwdpBypassDipBList OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The Forward Proxy Bypass Destination IP Blacklist (if any)." + ::= { ltmClientSslEntry 39 } + +ltmClientSslFwdpBypassDipWList OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The Forward Proxy Bypass Destination IP Whitelist (if any)." + ::= { ltmClientSslEntry 40 } + +ltmClientSslFwdpBypassSipBList OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The Forward Proxy Bypass Source IP Blacklist (if any)." + ::= { ltmClientSslEntry 41 } + +ltmClientSslFwdpBypassSipWList OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The Forward Proxy Bypass Source IP Whitelist (if any)." + ::= { ltmClientSslEntry 42 } + +ltmClientSslFwdpBypassHnBList OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The Forward Proxy Bypass Hostname Blacklist (if any)." + ::= { ltmClientSslEntry 43 } + +ltmClientSslFwdpBypassHnWList OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The Forward Proxy Bypass Hostname Whitelist (if any)." + ::= { ltmClientSslEntry 44 } + +ltmClientSslProxySsl OBJECT-TYPE + SYNTAX INTEGER { + false(0), + true(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Whether to enable Proxy SSL." + ::= { ltmClientSslEntry 45 } + +ltmClientSslProxySslPassthrough OBJECT-TYPE + SYNTAX INTEGER { + false(0), + true(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Whether to enable Proxy SSL passthrough." + ::= { ltmClientSslEntry 46 } + +ltmClientSslPeerNoRenegotiateTimeout OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The peer no-renegotiate timeout in seconds." + ::= { ltmClientSslEntry 47 } + +ltmClientSslMaxRenegotiationsPerMin OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Maximum SSL renegotiations per minute." + ::= { ltmClientSslEntry 48 } + +ltmClientSslSessionMirroring OBJECT-TYPE + SYNTAX INTEGER { + false(0), + true(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Whether to mirror ssl sessions to HA peer." + ::= { ltmClientSslEntry 49 } + +ltmClientSslMaxAggregateRenegotiationsPerMin OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Maximum SSL aggregate renegotiations per minute." + ::= { ltmClientSslEntry 50 } + +ltmClientSslSessionTicketTimeout OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The session ticket timeout." + ::= { ltmClientSslEntry 51 } + +ltmClientSslAllowExpiredCrl OBJECT-TYPE + SYNTAX INTEGER { + false(0), + true(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Whether to ignore a CRLs expiration." + ::= { ltmClientSslEntry 52 } + +ltmClientSslMaxActiveHandshake OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Maximum number of allowed SSL active handshakes." + ::= { ltmClientSslEntry 53 } + +ltmClientSslAllowDynamicRecordSizing OBJECT-TYPE + SYNTAX INTEGER { + false(0), + true(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Allow dynamic record sizing." + ::= { ltmClientSslEntry 54 } + +ltmClientSslMaximumRecordSize OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Maximum SSL application record size." + ::= { ltmClientSslEntry 55 } + +ltmClientSslBypassHsAlertEnabled OBJECT-TYPE + SYNTAX INTEGER { + false(0), + true(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Whether to enable forward-proxy bypass on handshake alert" + ::= { ltmClientSslEntry 56 } + +ltmClientSslBypassClientCertFailEnabled OBJECT-TYPE + SYNTAX INTEGER { + false(0), + true(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Whether to enable forward-proxy bypass on failed client cert" + ::= { ltmClientSslEntry 57 } + +ltmClientSslOcspStapling OBJECT-TYPE + SYNTAX INTEGER { + false(0), + true(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Whether to enable OCSP stapling." + ::= { ltmClientSslEntry 58 } + +ltmClientSslNotifyCertStatusToVs OBJECT-TYPE + SYNTAX INTEGER { + false(0), + true(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Whether to propagate certificate status to virtual server status." + ::= { ltmClientSslEntry 59 } + +ltmClientSslC3dEnabled OBJECT-TYPE + SYNTAX INTEGER { + false(0), + true(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Whether to enable SSL Client Certificate Constrained Delegation." + ::= { ltmClientSslEntry 60 } + +ltmClientSslCentityOcspObjName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "OCSP object name that the BIGIP SSL should use to connect + to the OCSP responder and check the client certificate status." + ::= { ltmClientSslEntry 61 } + +ltmClientSslDropUnknownOcspStatus OBJECT-TYPE + SYNTAX INTEGER { + false(0), + true(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "BIGIP action when the OCSP returns unknown status. + The default value is drop, which causes the connection to be dropped. + Conversely, you can specify ignore to cuase the connection to ignore + the unknown status and continue." + ::= { ltmClientSslEntry 62 } + +--================================================================== +-- Profile_clientssl_stat +--================================================================== +ltmClientSslStatResetStats OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "The action to reset resettable statistics data in ltmClientSslProfileStat. + Setting this value to 1 will reset statistics data. + Note, some statistics data may not be reset including data that are incremental counters." + ::= { ltmClientSslProfileStat 1 } + +ltmClientSslStatNumber OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of ltmClientSslProfileStat entries in the table." + ::= { ltmClientSslProfileStat 2 } + +ltmClientSslStatTable OBJECT-TYPE + SYNTAX SEQUENCE OF LtmClientSslStatEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A table containing information of the client-side SSL profiles.(BIG-IP acts as an SSL server)" + ::= { ltmClientSslProfileStat 3 } + +ltmClientSslStatEntry OBJECT-TYPE + SYNTAX LtmClientSslStatEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Columns in the ltmClientSslStat Table" + INDEX { + ltmClientSslStatName + } + ::= { ltmClientSslStatTable 1 } + +LtmClientSslStatEntry ::= + SEQUENCE { + ltmClientSslStatName LongDisplayString, + ltmClientSslStatCurConns Gauge, + ltmClientSslStatMaxConns Counter64, + ltmClientSslStatCurNativeConns Gauge, + ltmClientSslStatMaxNativeConns Counter64, + ltmClientSslStatTotNativeConns Counter64, + ltmClientSslStatCurCompatConns Gauge, + ltmClientSslStatMaxCompatConns Counter64, + ltmClientSslStatTotCompatConns Counter64, + ltmClientSslStatEncryptedBytesIn Counter64, + ltmClientSslStatEncryptedBytesOut Counter64, + ltmClientSslStatDecryptedBytesIn Counter64, + ltmClientSslStatDecryptedBytesOut Counter64, + ltmClientSslStatRecordsIn Counter64, + ltmClientSslStatRecordsOut Counter64, + ltmClientSslStatFullyHwAcceleratedConns Counter64, + ltmClientSslStatPartiallyHwAcceleratedConns Counter64, + ltmClientSslStatNonHwAcceleratedConns Counter64, + ltmClientSslStatPrematureDisconnects Counter64, + ltmClientSslStatMidstreamRenegotiations Counter64, + ltmClientSslStatSessCacheCurEntries Gauge, + ltmClientSslStatSessCacheHits Counter64, + ltmClientSslStatSessCacheLookups Counter64, + ltmClientSslStatSessCacheOverflows Counter64, + ltmClientSslStatSessCacheInvalidations Counter64, + ltmClientSslStatPeercertValid Counter64, + ltmClientSslStatPeercertInvalid Counter64, + ltmClientSslStatPeercertNone Counter64, + ltmClientSslStatHandshakeFailures Counter64, + ltmClientSslStatBadRecords Counter64, + ltmClientSslStatFatalAlerts Counter64, + ltmClientSslStatSslv2 Counter64, + ltmClientSslStatSslv3 Counter64, + ltmClientSslStatTlsv1 Counter64, + ltmClientSslStatAdhKeyxchg Counter64, + ltmClientSslStatDhDssKeyxchg Counter64, + ltmClientSslStatDhRsaKeyxchg Counter64, + ltmClientSslStatDssKeyxchg Counter64, + ltmClientSslStatEdhDssKeyxchg Counter64, + ltmClientSslStatRsaKeyxchg Counter64, + ltmClientSslStatNullBulk Counter64, + ltmClientSslStatAesBulk Counter64, + ltmClientSslStatDesBulk Counter64, + ltmClientSslStatIdeaBulk Counter64, + ltmClientSslStatRc2Bulk Counter64, + ltmClientSslStatRc4Bulk Counter64, + ltmClientSslStatNullDigest Counter64, + ltmClientSslStatMd5Digest Counter64, + ltmClientSslStatShaDigest Counter64, + ltmClientSslStatNotssl Counter64, + ltmClientSslStatEdhRsaKeyxchg Counter64, + ltmClientSslStatSecureHandshakes Counter64, + ltmClientSslStatInsecureHandshakeAccepts Counter64, + ltmClientSslStatInsecureHandshakeRejects Counter64, + ltmClientSslStatInsecureRenegotiationRejects Counter64, + ltmClientSslStatSniRejects Counter64, + ltmClientSslStatTlsv11 Counter64, + ltmClientSslStatTlsv12 Counter64, + ltmClientSslStatDtlsv1 Counter64, + ltmClientSslStatReused Counter64, + ltmClientSslStatReuseFailed Counter64, + ltmClientSslStatEcdheRsaKeyxchg Counter64, + ltmClientSslStatConns Counter64, + ltmClientSslStatCachedCerts Counter64, + ltmClientSslStatEcdhRsaKeyxchg Counter64, + ltmClientSslStatEcdheEcdsaKeyxchg Counter64, + ltmClientSslStatEcdhEcdsaKeyxchg Counter64, + ltmClientSslStatDheDssKeyxchg Counter64, + ltmClientSslStatAesGcmBulk Counter64, + ltmClientSslStatDestinationIpBypasses Counter64, + ltmClientSslStatSourceIpBypasses Counter64, + ltmClientSslStatHostnameBypasses Counter64, + ltmClientSslStatRenegotiationsRejected Counter64, + ltmClientSslStatOcspStaplingConns Counter64, + ltmClientSslStatOcspStaplingResponseStatusErrors Counter64, + ltmClientSslStatOcspStaplingResponseValidationErrors Counter64, + ltmClientSslStatOcspStaplingCertStatusErrors Counter64, + ltmClientSslStatOcspStaplingOcspConnHttpErrors Counter64, + ltmClientSslStatOcspStaplingOcspConnTimeouts Counter64, + ltmClientSslStatOcspStaplingOcspConnFailures Counter64, + ltmClientSslStatAggregateRenegotiationsRejected Counter64, + ltmClientSslStatSessionMirrorSuccess Counter64, + ltmClientSslStatSessionMirrorFailure Counter64, + ltmClientSslStatConnectionMirrorPeerReady Counter64, + ltmClientSslStatConnectionMirrorHaCtxSent Counter64, + ltmClientSslStatConnectionMirrorHaCtxRecv Counter64, + ltmClientSslStatConnectionMirrorHaHsSuccess Counter64, + ltmClientSslStatConnectionMirrorHaFailure Counter64, + ltmClientSslStatConnectionMirrorHaTimeout Counter64, + ltmClientSslStatDtlsTxPushbacks Counter64, + ltmClientSslStatCamelliaBulk Counter64, + ltmClientSslStatActiveHandshakeRejected Counter64, + ltmClientSslStatCurrentActiveHandshakes Counter64, + ltmClientSslStatLicensedTps Counter64, + ltmClientSslStatRecordSize1k Counter64, + ltmClientSslStatRecordSize2k Counter64, + ltmClientSslStatRecordSize3k Counter64, + ltmClientSslStatRecordSize4k Counter64, + ltmClientSslStatRecordSize5k Counter64, + ltmClientSslStatRecordSize6k Counter64, + ltmClientSslStatRecordSize7k Counter64, + ltmClientSslStatRecordSize8k Counter64, + ltmClientSslStatRecordSize9k Counter64, + ltmClientSslStatRecordSize10k Counter64, + ltmClientSslStatRecordSize11k Counter64, + ltmClientSslStatRecordSize12k Counter64, + ltmClientSslStatRecordSize13k Counter64, + ltmClientSslStatRecordSize14k Counter64, + ltmClientSslStatRecordSize15k Counter64, + ltmClientSslStatRecordSize16k Counter64, + ltmClientSslStatExtendedMasterSecrets Counter64, + ltmClientSslStatBypassesHandshakeAlert Counter64, + ltmClientSslStatBypassClientCertificateRequest Counter64, + ltmClientSslStatOcspFwdpClientsslCachedResp Counter64, + ltmClientSslStatOcspFwdpClientsslCertStatusReq Counter64, + ltmClientSslStatOcspFwdpClientsslStapledResp Counter64, + ltmClientSslStatOcspFwdpClientsslRespstatusErrResp Counter64, + ltmClientSslStatOcspFwdpClientsslInvalidCertResp Counter64, + ltmClientSslStatOcspFwdpClientsslRevokedResp Counter64, + ltmClientSslStatOcspFwdpClientsslUnknownResp Counter64, + ltmClientSslStatC3dConns Counter64, + ltmClientSslStatTlsv13 Counter64, + ltmClientSslStatChacha20Poly1305Bulk Counter64 + } + +ltmClientSslStatName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of a client-side SSL profile." + ::= { ltmClientSslStatEntry 1 } + +ltmClientSslStatCurConns OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The current number of concurrent connections with + established SSL sessions being maintained by the filter." + ::= { ltmClientSslStatEntry 2 } + +ltmClientSslStatMaxConns OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The maximum number of concurrent connections with + established SSL sessions being maintained by the filter." + ::= { ltmClientSslStatEntry 3 } + +ltmClientSslStatCurNativeConns OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The current number of concurrent native connections with + established SSL sessions being maintained by the filter." + ::= { ltmClientSslStatEntry 4 } + +ltmClientSslStatMaxNativeConns OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The maximum number of concurrent native connections with + established SSL sessions being maintained by the filter." + ::= { ltmClientSslStatEntry 5 } + +ltmClientSslStatTotNativeConns OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of concurrent native connections with + established SSL sessions being maintained by the filter." + ::= { ltmClientSslStatEntry 6 } + +ltmClientSslStatCurCompatConns OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The current number of concurrent compat connections with + established SSL sessions being maintained by the filter." + ::= { ltmClientSslStatEntry 7 } + +ltmClientSslStatMaxCompatConns OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The maximum number of concurrent compat connections with + established SSL sessions being maintained by the filter." + ::= { ltmClientSslStatEntry 8 } + +ltmClientSslStatTotCompatConns OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of concurrent compat connections with + established SSL sessions being maintained by the filter." + ::= { ltmClientSslStatEntry 9 } + +ltmClientSslStatEncryptedBytesIn OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total encrypted bytes received." + ::= { ltmClientSslStatEntry 10 } + +ltmClientSslStatEncryptedBytesOut OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total encrypted bytes sent." + ::= { ltmClientSslStatEntry 11 } + +ltmClientSslStatDecryptedBytesIn OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total decrypted bytes received." + ::= { ltmClientSslStatEntry 12 } + +ltmClientSslStatDecryptedBytesOut OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total decrypted bytes sent." + ::= { ltmClientSslStatEntry 13 } + +ltmClientSslStatRecordsIn OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total records received." + ::= { ltmClientSslStatEntry 14 } + +ltmClientSslStatRecordsOut OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total records sent." + ::= { ltmClientSslStatEntry 15 } + +ltmClientSslStatFullyHwAcceleratedConns OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Fully hardware-accelerated implies usage of the Cavium + Nitrox or similar hardware accelerator such that all + significant cryptographic operations are offloaded, + including but not limited to the SSL handshake (at least + the RSA/DSA/DH operations) and record processing (at least + the bulk cipher plus MAC)." + ::= { ltmClientSslStatEntry 16 } + +ltmClientSslStatPartiallyHwAcceleratedConns OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Partially hardware-accelerated indicates that at least the + RSA decryptions are offloaded." + ::= { ltmClientSslStatEntry 17 } + +ltmClientSslStatNonHwAcceleratedConns OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Non-accelerated connections are those for which no + steady-state hardware acceleration is available (either + because no hardware accelerators are available or because + the necessary cryptographic operations are unsupported). + Because the extent of hardware acceleration may not be known + until a connection has closed (mid-stream SSL handshakes + might renegotiate an SSL session not supported by hardware + acceleration), this statistic will not be updated for a + given connection until it has closed." + ::= { ltmClientSslStatEntry 18 } + +ltmClientSslStatPrematureDisconnects OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of connections disconnected before SSL session + establishment: the total number of connections that were + prematurely closed before an SSL session was established, + not including connections in passthrough mode." + ::= { ltmClientSslStatEntry 19 } + +ltmClientSslStatMidstreamRenegotiations OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of mid-stream SSL re-negotiations, not including + initial SSL session establishment." + ::= { ltmClientSslStatEntry 20 } + +ltmClientSslStatSessCacheCurEntries OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of the current entries in this cache." + ::= { ltmClientSslStatEntry 21 } + +ltmClientSslStatSessCacheHits OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of the cache hits." + ::= { ltmClientSslStatEntry 22 } + +ltmClientSslStatSessCacheLookups OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of the cache lookups." + ::= { ltmClientSslStatEntry 23 } + +ltmClientSslStatSessCacheOverflows OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of the cache overflows." + ::= { ltmClientSslStatEntry 24 } + +ltmClientSslStatSessCacheInvalidations OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of the session invalidations." + ::= { ltmClientSslStatEntry 25 } + +ltmClientSslStatPeercertValid OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of the valid certificates." + ::= { ltmClientSslStatEntry 26 } + +ltmClientSslStatPeercertInvalid OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of the invalid certificates." + ::= { ltmClientSslStatEntry 27 } + +ltmClientSslStatPeercertNone OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of connections without certificates." + ::= { ltmClientSslStatEntry 28 } + +ltmClientSslStatHandshakeFailures OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of handshake failures." + ::= { ltmClientSslStatEntry 29 } + +ltmClientSslStatBadRecords OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of the bad records." + ::= { ltmClientSslStatEntry 30 } + +ltmClientSslStatFatalAlerts OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of the fatal alerts." + ::= { ltmClientSslStatEntry 31 } + +ltmClientSslStatSslv2 OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total connections for SSL protocol version 2." + ::= { ltmClientSslStatEntry 32 } + +ltmClientSslStatSslv3 OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total connections for SSL protocol version 3." + ::= { ltmClientSslStatEntry 33 } + +ltmClientSslStatTlsv1 OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total connections for SSL TLS protocol version 1." + ::= { ltmClientSslStatEntry 34 } + +ltmClientSslStatAdhKeyxchg OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The anonymous Diffie-Hellman." + ::= { ltmClientSslStatEntry 35 } + +ltmClientSslStatDhDssKeyxchg OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! DSS certificate is obsolete in BIGIP. + The diffie-Hellman w/ DSS certificate." + ::= { ltmClientSslStatEntry 36 } + +ltmClientSslStatDhRsaKeyxchg OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The diffie-Hellman w/ RSA certificate." + ::= { ltmClientSslStatEntry 37 } + +ltmClientSslStatDssKeyxchg OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! DSS certificate is obsolete in BIGIP. + The DSS certificate." + ::= { ltmClientSslStatEntry 38 } + +ltmClientSslStatEdhDssKeyxchg OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! DSS certificate is obsolete in BIGIP. + The ephemeral Diffie-Hellman w/ DSS cert." + ::= { ltmClientSslStatEntry 39 } + +ltmClientSslStatRsaKeyxchg OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The RSA certificate." + ::= { ltmClientSslStatEntry 40 } + +ltmClientSslStatNullBulk OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "No encryption." + ::= { ltmClientSslStatEntry 41 } + +ltmClientSslStatAesBulk OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Advanced Encryption Standard (CBC)." + ::= { ltmClientSslStatEntry 42 } + +ltmClientSslStatDesBulk OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Digital Encryption Standard (CBC)." + ::= { ltmClientSslStatEntry 43 } + +ltmClientSslStatIdeaBulk OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "IDEA (old SSLv2 cipher)." + ::= { ltmClientSslStatEntry 44 } + +ltmClientSslStatRc2Bulk OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Rivest Cipher 2 (CBC)." + ::= { ltmClientSslStatEntry 45 } + +ltmClientSslStatRc4Bulk OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Rivest Cipher 4 (CBC)." + ::= { ltmClientSslStatEntry 46 } + +ltmClientSslStatNullDigest OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "No message authentication." + ::= { ltmClientSslStatEntry 47 } + +ltmClientSslStatMd5Digest OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Message Digest 5." + ::= { ltmClientSslStatEntry 48 } + +ltmClientSslStatShaDigest OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Secure Hash Algorithm." + ::= { ltmClientSslStatEntry 49 } + +ltmClientSslStatNotssl OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of the bad client greetings." + ::= { ltmClientSslStatEntry 50 } + +ltmClientSslStatEdhRsaKeyxchg OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Ephemeral Diffie-Hellman w/ RSA cert." + ::= { ltmClientSslStatEntry 51 } + +ltmClientSslStatSecureHandshakes OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of handshakes, including mid-stream re-negotiations, + performed with peers supporting SSL secure renegotiation." + ::= { ltmClientSslStatEntry 52 } + +ltmClientSslStatInsecureHandshakeAccepts OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of handshakes, including mid-stream re-negotiations, + performed with peers not supporting SSL secure renegotiation." + ::= { ltmClientSslStatEntry 53 } + +ltmClientSslStatInsecureHandshakeRejects OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of rejected initial handshakes with peers + not supporting SSL secure renegotiation." + ::= { ltmClientSslStatEntry 54 } + +ltmClientSslStatInsecureRenegotiationRejects OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of rejected renegotiation attempts by peers + not supporting SSL secure renegotiation." + ::= { ltmClientSslStatEntry 55 } + +ltmClientSslStatSniRejects OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of rejected handshake attempts by peers + not supporting SSL SNI extension or having mismatched + server names." + ::= { ltmClientSslStatEntry 56 } + +ltmClientSslStatTlsv11 OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total connections for SSL TLS protocol version 1.1." + ::= { ltmClientSslStatEntry 57 } + +ltmClientSslStatTlsv12 OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total connections for SSL TLS protocol version 1.2." + ::= { ltmClientSslStatEntry 58 } + +ltmClientSslStatDtlsv1 OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total connections for SSL DTLS protocol version 1.0." + ::= { ltmClientSslStatEntry 59 } + +ltmClientSslStatReused OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total reused session ticket sessions." + ::= { ltmClientSslStatEntry 60 } + +ltmClientSslStatReuseFailed OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total failed reused session ticket sessions." + ::= { ltmClientSslStatEntry 61 } + +ltmClientSslStatEcdheRsaKeyxchg OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Ephemeral ECDH w/ RSA cert." + ::= { ltmClientSslStatEntry 62 } + +ltmClientSslStatConns OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total connections using SSL FWDP feature." + ::= { ltmClientSslStatEntry 63 } + +ltmClientSslStatCachedCerts OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total cached SSL FWDP certificates." + ::= { ltmClientSslStatEntry 64 } + +ltmClientSslStatEcdhRsaKeyxchg OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Fixed ECDH with RSA signed cert." + ::= { ltmClientSslStatEntry 65 } + +ltmClientSslStatEcdheEcdsaKeyxchg OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Ephemeral ECDH with ECDSA cert." + ::= { ltmClientSslStatEntry 66 } + +ltmClientSslStatEcdhEcdsaKeyxchg OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Fixed ECDH with ECDSA cert." + ::= { ltmClientSslStatEntry 67 } + +ltmClientSslStatDheDssKeyxchg OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Ephemeral DH with DSS cert." + ::= { ltmClientSslStatEntry 68 } + +ltmClientSslStatAesGcmBulk OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Advanced Encryption Standard Galois Counter Mode (AES-GCM)." + ::= { ltmClientSslStatEntry 69 } + +ltmClientSslStatDestinationIpBypasses OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total destination IP bypasses using SSL FWDP bypass feature." + ::= { ltmClientSslStatEntry 70 } + +ltmClientSslStatSourceIpBypasses OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total source IP bypasses using SSL FWDP bypass feature." + ::= { ltmClientSslStatEntry 71 } + +ltmClientSslStatHostnameBypasses OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total hostname bypasses using SSL FWDP bypass feature." + ::= { ltmClientSslStatEntry 72 } + +ltmClientSslStatRenegotiationsRejected OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of renegotiations rejected." + ::= { ltmClientSslStatEntry 73 } + +ltmClientSslStatOcspStaplingConns OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total connections sending the status-request extension in the client hello." + ::= { ltmClientSslStatEntry 74 } + +ltmClientSslStatOcspStaplingResponseStatusErrors OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total OCSP response errors." + ::= { ltmClientSslStatEntry 75 } + +ltmClientSslStatOcspStaplingResponseValidationErrors OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total OCSP response validation errors." + ::= { ltmClientSslStatEntry 76 } + +ltmClientSslStatOcspStaplingCertStatusErrors OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total certificate status errors (revoked, unknown)." + ::= { ltmClientSslStatEntry 77 } + +ltmClientSslStatOcspStaplingOcspConnHttpErrors OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total HTTP errors on the connection made to fetch the OCSP response." + ::= { ltmClientSslStatEntry 78 } + +ltmClientSslStatOcspStaplingOcspConnTimeouts OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total timeouts on the connection made to fetch the OCSP response." + ::= { ltmClientSslStatEntry 79 } + +ltmClientSslStatOcspStaplingOcspConnFailures OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total connection failures when fetching OCSP response." + ::= { ltmClientSslStatEntry 80 } + +ltmClientSslStatAggregateRenegotiationsRejected OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of aggregate renegotiations rejected." + ::= { ltmClientSslStatEntry 81 } + +ltmClientSslStatSessionMirrorSuccess OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total SSL sessions mirrored successfully." + ::= { ltmClientSslStatEntry 82 } + +ltmClientSslStatSessionMirrorFailure OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total SSL session mirror failures." + ::= { ltmClientSslStatEntry 83 } + +ltmClientSslStatConnectionMirrorPeerReady OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total SSL HA peer ready messages." + ::= { ltmClientSslStatEntry 84 } + +ltmClientSslStatConnectionMirrorHaCtxSent OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total SSL HA context sent messages." + ::= { ltmClientSslStatEntry 85 } + +ltmClientSslStatConnectionMirrorHaCtxRecv OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total SSL HA context received messages." + ::= { ltmClientSslStatEntry 86 } + +ltmClientSslStatConnectionMirrorHaHsSuccess OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total SSL HA handshake succesful." + ::= { ltmClientSslStatEntry 87 } + +ltmClientSslStatConnectionMirrorHaFailure OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total SSL HA failures." + ::= { ltmClientSslStatEntry 88 } + +ltmClientSslStatConnectionMirrorHaTimeout OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total SSL HA timeouts." + ::= { ltmClientSslStatEntry 89 } + +ltmClientSslStatDtlsTxPushbacks OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of the Datagram Transport Layer Security transmitted packets which are pushed back." + ::= { ltmClientSslStatEntry 90 } + +ltmClientSslStatCamelliaBulk OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Camellia Cipher (CBC)." + ::= { ltmClientSslStatEntry 91 } + +ltmClientSslStatActiveHandshakeRejected OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of active handshakes rejected." + ::= { ltmClientSslStatEntry 92 } + +ltmClientSslStatCurrentActiveHandshakes OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of current active handshakes." + ::= { ltmClientSslStatEntry 93 } + +ltmClientSslStatLicensedTps OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The licensed transactions per second (TPS) value." + ::= { ltmClientSslStatEntry 94 } + +ltmClientSslStatRecordSize1k OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of records sized 0 to 1K sent." + ::= { ltmClientSslStatEntry 95 } + +ltmClientSslStatRecordSize2k OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of records sized 1K to 2K sent." + ::= { ltmClientSslStatEntry 96 } + +ltmClientSslStatRecordSize3k OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of records sized 2K to 3K sent." + ::= { ltmClientSslStatEntry 97 } + +ltmClientSslStatRecordSize4k OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of records sized 3K to 4K sent." + ::= { ltmClientSslStatEntry 98 } + +ltmClientSslStatRecordSize5k OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of records sized 4K to 5K sent." + ::= { ltmClientSslStatEntry 99 } + +ltmClientSslStatRecordSize6k OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of records sized 5K to 6K sent." + ::= { ltmClientSslStatEntry 100 } + +ltmClientSslStatRecordSize7k OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of records sized 6K to 7K sent." + ::= { ltmClientSslStatEntry 101 } + +ltmClientSslStatRecordSize8k OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of records sized 7K to 8K sent." + ::= { ltmClientSslStatEntry 102 } + +ltmClientSslStatRecordSize9k OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of records sized 8K to 9K sent." + ::= { ltmClientSslStatEntry 103 } + +ltmClientSslStatRecordSize10k OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of records sized 9K to 10K sent." + ::= { ltmClientSslStatEntry 104 } + +ltmClientSslStatRecordSize11k OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of records sized 10K to 11K sent." + ::= { ltmClientSslStatEntry 105 } + +ltmClientSslStatRecordSize12k OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of records sized 11K to 12K sent." + ::= { ltmClientSslStatEntry 106 } + +ltmClientSslStatRecordSize13k OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of records sized 12K to 13K sent." + ::= { ltmClientSslStatEntry 107 } + +ltmClientSslStatRecordSize14k OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of records sized 13K to 14K sent." + ::= { ltmClientSslStatEntry 108 } + +ltmClientSslStatRecordSize15k OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of records sized 14K to 15K sent." + ::= { ltmClientSslStatEntry 109 } + +ltmClientSslStatRecordSize16k OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of records sized 15K to 16K sent." + ::= { ltmClientSslStatEntry 110 } + +ltmClientSslStatExtendedMasterSecrets OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of extended master secret handshakes." + ::= { ltmClientSslStatEntry 111 } + +ltmClientSslStatBypassesHandshakeAlert OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total ssl bypasses by receiving handshake alert." + ::= { ltmClientSslStatEntry 112 } + +ltmClientSslStatBypassClientCertificateRequest OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total ssl bypasses by failed client certificate request." + ::= { ltmClientSslStatEntry 113 } + +ltmClientSslStatOcspFwdpClientsslCachedResp OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total SSL OCSP FWDP certificate status responses cached." + ::= { ltmClientSslStatEntry 114 } + +ltmClientSslStatOcspFwdpClientsslCertStatusReq OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of connections that requested OCSP certificate status." + ::= { ltmClientSslStatEntry 115 } + +ltmClientSslStatOcspFwdpClientsslStapledResp OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of connections for which OCSP certificate status was stapled." + ::= { ltmClientSslStatEntry 116 } + +ltmClientSslStatOcspFwdpClientsslRespstatusErrResp OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of connections for which stapled response did not indicate success." + ::= { ltmClientSslStatEntry 117 } + +ltmClientSslStatOcspFwdpClientsslInvalidCertResp OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of connections for which invalid certificate was returned to indicate revoked response." + ::= { ltmClientSslStatEntry 118 } + +ltmClientSslStatOcspFwdpClientsslRevokedResp OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of connections for which stapled response indicated revoked certificate status." + ::= { ltmClientSslStatEntry 119 } + +ltmClientSslStatOcspFwdpClientsslUnknownResp OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of connections for which stapled response indicated unknown certificate status." + ::= { ltmClientSslStatEntry 120 } + +ltmClientSslStatC3dConns OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total connections using SSL C3D feature." + ::= { ltmClientSslStatEntry 121 } + +ltmClientSslStatTlsv13 OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total connections for SSL TLS protocol version 1.3." + ::= { ltmClientSslStatEntry 122 } + +ltmClientSslStatChacha20Poly1305Bulk OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "ChaCha20-Poly1305." + ::= { ltmClientSslStatEntry 123 } + +--================================================================== +-- Profile_serverssl +--================================================================== +ltmServerSslNumber OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of ltmServerSslProfile entries in the table." + ::= { ltmServerSslProfile 1 } + +ltmServerSslTable OBJECT-TYPE + SYNTAX SEQUENCE OF LtmServerSslEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A table containing statistic information of the server-side SSL profiles.(BIG-IP acts as an SSL client)" + ::= { ltmServerSslProfile 2 } + +ltmServerSslEntry OBJECT-TYPE + SYNTAX LtmServerSslEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Columns in the ltmServerSsl Table" + INDEX { + ltmServerSslName + } + ::= { ltmServerSslTable 1 } + +LtmServerSslEntry ::= + SEQUENCE { + ltmServerSslName LongDisplayString, + ltmServerSslConfigSource INTEGER, + ltmServerSslDefaultName LongDisplayString, + ltmServerSslMode INTEGER, + ltmServerSslKey LongDisplayString, + ltmServerSslCert LongDisplayString, + ltmServerSslChain LongDisplayString, + ltmServerSslCafile LongDisplayString, + ltmServerSslCrlfile LongDisplayString, + ltmServerSslCiphers LongDisplayString, + ltmServerSslPassphrase LongDisplayString, + ltmServerSslOptions Gauge, + ltmServerSslModsslmethods INTEGER, + ltmServerSslRenegotiatePeriod Gauge, + ltmServerSslRenegotiateSize Gauge, + ltmServerSslPeerCertMode INTEGER, + ltmServerSslAuthenticateOnce INTEGER, + ltmServerSslAuthenticateDepth Gauge, + ltmServerSslAuthenticateName LongDisplayString, + ltmServerSslUncleanShutdown INTEGER, + ltmServerSslStrictResume INTEGER, + ltmServerSslHandshakeTimeout Gauge, + ltmServerSslAlertTimeout Gauge, + ltmServerSslCacheSize Gauge, + ltmServerSslCacheTimeout Gauge, + ltmServerSslSessionTicket INTEGER, + ltmServerSslFwdpEnabled INTEGER, + ltmServerSslDropExpCert INTEGER, + ltmServerSslDropUntrustCa INTEGER, + ltmServerSslGenericAlert INTEGER, + ltmServerSslSslSignHash INTEGER, + ltmServerSslFwdpBypassEnabled INTEGER, + ltmServerSslProxySsl INTEGER, + ltmServerSslProxySslPassthrough INTEGER, + ltmServerSslSessionMirroring INTEGER, + ltmServerSslAllowExpiredCrl INTEGER, + ltmServerSslMaxActiveHandshake Gauge, + ltmServerSslBypassHsAlertEnabled INTEGER, + ltmServerSslBypassClientCertFailEnabled INTEGER, + ltmServerSslCentityOcspObjName LongDisplayString, + ltmServerSslC3dEnabled INTEGER, + ltmServerSslC3dCaKey LongDisplayString, + ltmServerSslC3dCaCert LongDisplayString, + ltmServerSslC3dCaPassphrase LongDisplayString, + ltmServerSslC3dCertLifespan Gauge, + ltmServerSslC3dCertExtensionIncludes Gauge + } + +ltmServerSslName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of a server-side SSL profile." + ::= { ltmServerSslEntry 1 } + +ltmServerSslConfigSource OBJECT-TYPE + SYNTAX INTEGER { + usercfg(0), + basecfg(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The state that specifies whether this is a base/pre-configured profile + or user defined profile." + ::= { ltmServerSslEntry 2 } + +ltmServerSslDefaultName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of the profile from which the specified profile derives + its attribute default values." + ::= { ltmServerSslEntry 3 } + +ltmServerSslMode OBJECT-TYPE + SYNTAX INTEGER { + disabled(0), + enabled(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The status of this profile." + ::= { ltmServerSslEntry 4 } + +ltmServerSslKey OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The key file name." + ::= { ltmServerSslEntry 5 } + +ltmServerSslCert OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The certificate file name." + ::= { ltmServerSslEntry 6 } + +ltmServerSslChain OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The certificate chain file name." + ::= { ltmServerSslEntry 7 } + +ltmServerSslCafile OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The CA certificate file name." + ::= { ltmServerSslEntry 8 } + +ltmServerSslCrlfile OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The CRL file name." + ::= { ltmServerSslEntry 9 } + +ltmServerSslCiphers OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The set of ciphers available for server-side SSL negotiation." + ::= { ltmServerSslEntry 10 } + +ltmServerSslPassphrase OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! No longer supported. + The key passphrase (if any)." + ::= { ltmServerSslEntry 11 } + +ltmServerSslOptions OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The SSL options. + SSLOPT_DONT_INSERT_EMPTY_FRAGMENTS = 2048 + SSLOPT_PASSIVE_CLOSE = 4096 + SSLOPT_NO_SSL = 8192 + SSLOPT_NO_DTLS = 16384 + SSLOPT_NO_TLSv1_3 = 32768 + SSLOPT_NO_SESSION_RESUMPTION_ON_RENEGOTIATION = 65536 + SSLOPT_NO_TLSv1_1 = 131072 + SSLOPT_NO_TLSv1_2 = 262144 + SSLOPT_NO_TLS = 524288 + SSLOPT_SINGLE_DH_USE = 1048576 + SSLOPT_ENABLE_GMSSLv1_1 = 2097152 + SSLOPT_TLS_ROLLBACK_BUG = 8388608 + SSLOPT_NO_SSLv3 = 33554432 + SSLOPT_NO_TLSv1 = 67108864" + ::= { ltmServerSslEntry 12 } + +ltmServerSslModsslmethods OBJECT-TYPE + SYNTAX INTEGER { + false(0), + true(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The status of using ModSSL method emulation." + ::= { ltmServerSslEntry 13 } + +ltmServerSslRenegotiatePeriod OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Time-based trigger." + ::= { ltmServerSslEntry 14 } + +ltmServerSslRenegotiateSize OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Throughput-based trigger MB." + ::= { ltmServerSslEntry 15 } + +ltmServerSslPeerCertMode OBJECT-TYPE + SYNTAX INTEGER { + ignore(0), + require(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The mode of peer certification." + ::= { ltmServerSslEntry 16 } + +ltmServerSslAuthenticateOnce OBJECT-TYPE + SYNTAX INTEGER { + false(0), + true(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The feature to request server cert with each SSL session + renegotiation." + ::= { ltmServerSslEntry 17 } + +ltmServerSslAuthenticateDepth OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The max traversal depth for client certificate chain." + ::= { ltmServerSslEntry 18 } + +ltmServerSslAuthenticateName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The expected server certificate DN(Domain Name)." + ::= { ltmServerSslEntry 19 } + +ltmServerSslUncleanShutdown OBJECT-TYPE + SYNTAX INTEGER { + false(0), + true(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The state of shutdown for this SSL, whether it is unclean + shutdown (not sending a close notification alert when closing + connection.)." + ::= { ltmServerSslEntry 20 } + +ltmServerSslStrictResume OBJECT-TYPE + SYNTAX INTEGER { + false(0), + true(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The feature whether to enforce strict SSL session resumption + per RFC2246" + ::= { ltmServerSslEntry 21 } + +ltmServerSslHandshakeTimeout OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The handshake timeout in seconds." + ::= { ltmServerSslEntry 22 } + +ltmServerSslAlertTimeout OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The alert timeout in seconds." + ::= { ltmServerSslEntry 23 } + +ltmServerSslCacheSize OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The SSL session cache size." + ::= { ltmServerSslEntry 24 } + +ltmServerSslCacheTimeout OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The SSL session cache timeout." + ::= { ltmServerSslEntry 25 } + +ltmServerSslSessionTicket OBJECT-TYPE + SYNTAX INTEGER { + false(0), + true(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Whether to enforce session ticket per RFC5077." + ::= { ltmServerSslEntry 26 } + +ltmServerSslFwdpEnabled OBJECT-TYPE + SYNTAX INTEGER { + false(0), + true(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Whether to enable SSL Forward Proxy." + ::= { ltmServerSslEntry 27 } + +ltmServerSslDropExpCert OBJECT-TYPE + SYNTAX INTEGER { + false(0), + true(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Whether to drop or ignore connection when server certificate is expired." + ::= { ltmServerSslEntry 28 } + +ltmServerSslDropUntrustCa OBJECT-TYPE + SYNTAX INTEGER { + false(0), + true(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Whether to drop or ignore connection when server certificate has invalid CA." + ::= { ltmServerSslEntry 29 } + +ltmServerSslGenericAlert OBJECT-TYPE + SYNTAX INTEGER { + false(0), + true(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Whether to use generic alert number in Alert message." + ::= { ltmServerSslEntry 30 } + +ltmServerSslSslSignHash OBJECT-TYPE + SYNTAX INTEGER { + any(0), + sha1(1), + sha256(2), + sha384(3) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The ssl sign hash algorithm." + ::= { ltmServerSslEntry 31 } + +ltmServerSslFwdpBypassEnabled OBJECT-TYPE + SYNTAX INTEGER { + false(0), + true(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Whether to enable SSL Forward Proxy Bypass." + ::= { ltmServerSslEntry 32 } + +ltmServerSslProxySsl OBJECT-TYPE + SYNTAX INTEGER { + false(0), + true(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Whether to enable Proxy SSL." + ::= { ltmServerSslEntry 33 } + +ltmServerSslProxySslPassthrough OBJECT-TYPE + SYNTAX INTEGER { + false(0), + true(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Whether to enable Proxy SSL passthrough." + ::= { ltmServerSslEntry 34 } + +ltmServerSslSessionMirroring OBJECT-TYPE + SYNTAX INTEGER { + false(0), + true(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Whether to mirror ssl sessions to HA peer." + ::= { ltmServerSslEntry 35 } + +ltmServerSslAllowExpiredCrl OBJECT-TYPE + SYNTAX INTEGER { + false(0), + true(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Whether to ignore a CRLs expiration." + ::= { ltmServerSslEntry 36 } + +ltmServerSslMaxActiveHandshake OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Maximum number of allowed SSL active handshakes." + ::= { ltmServerSslEntry 37 } + +ltmServerSslBypassHsAlertEnabled OBJECT-TYPE + SYNTAX INTEGER { + false(0), + true(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Whether to enable forward-proxy bypass on handshake alert" + ::= { ltmServerSslEntry 38 } + +ltmServerSslBypassClientCertFailEnabled OBJECT-TYPE + SYNTAX INTEGER { + false(0), + true(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Whether to enable forward-proxy bypass on failed client cert" + ::= { ltmServerSslEntry 39 } + +ltmServerSslCentityOcspObjName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of OCSP profile used to enable OCSP stapling and validation of server certificate status." + ::= { ltmServerSslEntry 40 } + +ltmServerSslC3dEnabled OBJECT-TYPE + SYNTAX INTEGER { + false(0), + true(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Whether to enable SSL Client Certificate Constrained Delegation." + ::= { ltmServerSslEntry 41 } + +ltmServerSslC3dCaKey OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The CA key object name for Client Certificate Constrained Delegation." + ::= { ltmServerSslEntry 42 } + +ltmServerSslC3dCaCert OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The CA certificate object name for Client Certificate Constrained Delegation." + ::= { ltmServerSslEntry 43 } + +ltmServerSslC3dCaPassphrase OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! No longer supported. + The CA key passphrase for Client Certificate Constrained Delegation (if any)." + ::= { ltmServerSslEntry 44 } + +ltmServerSslC3dCertLifespan OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The lifespan of the generated certificates for Client Certificate Constrained Delegation." + ::= { ltmServerSslEntry 45 } + +ltmServerSslC3dCertExtensionIncludes OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The certificate extensions to include in generated certificates for + Client Certificate Constrained Delegation. + SSL_C3D_CERT_EXT_BASIC_CONSTRAINTS = 2 + SSL_C3D_CERT_EXT_EXTENDED_KEY_USAGE = 16 + SSL_C3D_CERT_EXT_KEY_USAGE = 128 + SSL_C3D_CERT_EXT_SUBJECT_ALTERNATIVE_NAME = 256" + ::= { ltmServerSslEntry 46 } + +--================================================================== +-- Profile_serverssl_stat +--================================================================== +ltmServerSslStatResetStats OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "The action to reset resettable statistics data in ltmServerSslProfileStat. + Setting this value to 1 will reset statistics data. + Note, some statistics data may not be reset including data that are incremental counters." + ::= { ltmServerSslProfileStat 1 } + +ltmServerSslStatNumber OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of ltmServerSslProfileStat entries in the table." + ::= { ltmServerSslProfileStat 2 } + +ltmServerSslStatTable OBJECT-TYPE + SYNTAX SEQUENCE OF LtmServerSslStatEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A table containing statistic information of the server-side SSL profiles.(BIG-IP acts as an SSL client)" + ::= { ltmServerSslProfileStat 3 } + +ltmServerSslStatEntry OBJECT-TYPE + SYNTAX LtmServerSslStatEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Columns in the ltmServerSslStat Table" + INDEX { + ltmServerSslStatName + } + ::= { ltmServerSslStatTable 1 } + +LtmServerSslStatEntry ::= + SEQUENCE { + ltmServerSslStatName LongDisplayString, + ltmServerSslStatCurConns Gauge, + ltmServerSslStatMaxConns Counter64, + ltmServerSslStatCurNativeConns Gauge, + ltmServerSslStatMaxNativeConns Counter64, + ltmServerSslStatTotNativeConns Counter64, + ltmServerSslStatCurCompatConns Gauge, + ltmServerSslStatMaxCompatConns Counter64, + ltmServerSslStatTotCompatConns Counter64, + ltmServerSslStatEncryptedBytesIn Counter64, + ltmServerSslStatEncryptedBytesOut Counter64, + ltmServerSslStatDecryptedBytesIn Counter64, + ltmServerSslStatDecryptedBytesOut Counter64, + ltmServerSslStatRecordsIn Counter64, + ltmServerSslStatRecordsOut Counter64, + ltmServerSslStatFullyHwAcceleratedConns Counter64, + ltmServerSslStatPartiallyHwAcceleratedConns Counter64, + ltmServerSslStatNonHwAcceleratedConns Counter64, + ltmServerSslStatPrematureDisconnects Counter64, + ltmServerSslStatMidstreamRenegotiations Counter64, + ltmServerSslStatSessCacheCurEntries Gauge, + ltmServerSslStatSessCacheHits Counter64, + ltmServerSslStatSessCacheLookups Counter64, + ltmServerSslStatSessCacheOverflows Counter64, + ltmServerSslStatSessCacheInvalidations Counter64, + ltmServerSslStatPeercertValid Counter64, + ltmServerSslStatPeercertInvalid Counter64, + ltmServerSslStatPeercertNone Counter64, + ltmServerSslStatHandshakeFailures Counter64, + ltmServerSslStatBadRecords Counter64, + ltmServerSslStatFatalAlerts Counter64, + ltmServerSslStatSslv2 Counter64, + ltmServerSslStatSslv3 Counter64, + ltmServerSslStatTlsv1 Counter64, + ltmServerSslStatAdhKeyxchg Counter64, + ltmServerSslStatDhDssKeyxchg Counter64, + ltmServerSslStatDhRsaKeyxchg Counter64, + ltmServerSslStatDssKeyxchg Counter64, + ltmServerSslStatEdhDssKeyxchg Counter64, + ltmServerSslStatRsaKeyxchg Counter64, + ltmServerSslStatNullBulk Counter64, + ltmServerSslStatAesBulk Counter64, + ltmServerSslStatDesBulk Counter64, + ltmServerSslStatIdeaBulk Counter64, + ltmServerSslStatRc2Bulk Counter64, + ltmServerSslStatRc4Bulk Counter64, + ltmServerSslStatNullDigest Counter64, + ltmServerSslStatMd5Digest Counter64, + ltmServerSslStatShaDigest Counter64, + ltmServerSslStatNotssl Counter64, + ltmServerSslStatEdhRsaKeyxchg Counter64, + ltmServerSslStatSecureHandshakes Counter64, + ltmServerSslStatInsecureHandshakeAccepts Counter64, + ltmServerSslStatInsecureHandshakeRejects Counter64, + ltmServerSslStatInsecureRenegotiationRejects Counter64, + ltmServerSslStatSniRejects Counter64, + ltmServerSslStatTlsv11 Counter64, + ltmServerSslStatTlsv12 Counter64, + ltmServerSslStatDtlsv1 Counter64, + ltmServerSslStatReused Counter64, + ltmServerSslStatReuseFailed Counter64, + ltmServerSslStatEcdheRsaKeyxchg Counter64, + ltmServerSslStatConns Counter64, + ltmServerSslStatEcdhRsaKeyxchg Counter64, + ltmServerSslStatEcdheEcdsaKeyxchg Counter64, + ltmServerSslStatEcdhEcdsaKeyxchg Counter64, + ltmServerSslStatDheDssKeyxchg Counter64, + ltmServerSslStatAesGcmBulk Counter64, + ltmServerSslStatDestinationIpBypasses Counter64, + ltmServerSslStatSourceIpBypasses Counter64, + ltmServerSslStatHostnameBypasses Counter64, + ltmServerSslStatSessionMirrorSuccess Counter64, + ltmServerSslStatSessionMirrorFailure Counter64, + ltmServerSslStatConnectionMirrorPeerReady Counter64, + ltmServerSslStatConnectionMirrorHaCtxSent Counter64, + ltmServerSslStatConnectionMirrorHaCtxRecv Counter64, + ltmServerSslStatConnectionMirrorHaHsSuccess Counter64, + ltmServerSslStatConnectionMirrorHaFailure Counter64, + ltmServerSslStatConnectionMirrorHaTimeout Counter64, + ltmServerSslStatDtlsTxPushbacks Counter64, + ltmServerSslStatCamelliaBulk Counter64, + ltmServerSslStatActiveHandshakeRejected Counter64, + ltmServerSslStatCurrentActiveHandshakes Counter64, + ltmServerSslStatLicensedTps Counter64, + ltmServerSslStatExtendedMasterSecrets Counter64, + ltmServerSslStatOcspServersslCachedResp Counter64, + ltmServerSslStatOcspServersslStapledResp Counter64, + ltmServerSslStatOcspServersslResponderQueries Counter64, + ltmServerSslStatOcspServersslResponseErrors Counter64, + ltmServerSslStatOcspServersslCertStatusUnknown Counter64, + ltmServerSslStatOcspServersslCertStatusRevoked Counter64, + ltmServerSslStatC3dConns Counter64, + ltmServerSslStatTlsv13 Counter64, + ltmServerSslStatChacha20Poly1305Bulk Counter64 + } + +ltmServerSslStatName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of a server-side SSL profile." + ::= { ltmServerSslStatEntry 1 } + +ltmServerSslStatCurConns OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The current number of concurrent connections with + established SSL sessions being maintained by the filter." + ::= { ltmServerSslStatEntry 2 } + +ltmServerSslStatMaxConns OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The maximum number of concurrent connections with + established SSL sessions being maintained by the filter." + ::= { ltmServerSslStatEntry 3 } + +ltmServerSslStatCurNativeConns OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The current number of concurrent native connections with + established SSL sessions being maintained by the filter." + ::= { ltmServerSslStatEntry 4 } + +ltmServerSslStatMaxNativeConns OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The maximum number of concurrent native connections with + established SSL sessions being maintained by the filter." + ::= { ltmServerSslStatEntry 5 } + +ltmServerSslStatTotNativeConns OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of concurrent native connections with + established SSL sessions being maintained by the filter." + ::= { ltmServerSslStatEntry 6 } + +ltmServerSslStatCurCompatConns OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The current number of concurrent compat connections with + established SSL sessions being maintained by the filter." + ::= { ltmServerSslStatEntry 7 } + +ltmServerSslStatMaxCompatConns OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The maximum number of concurrent compat connections with + established SSL sessions being maintained by the filter." + ::= { ltmServerSslStatEntry 8 } + +ltmServerSslStatTotCompatConns OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of concurrent compat connections with + established SSL sessions being maintained by the filter." + ::= { ltmServerSslStatEntry 9 } + +ltmServerSslStatEncryptedBytesIn OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total encrypted bytes received." + ::= { ltmServerSslStatEntry 10 } + +ltmServerSslStatEncryptedBytesOut OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total encrypted bytes sent." + ::= { ltmServerSslStatEntry 11 } + +ltmServerSslStatDecryptedBytesIn OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total decrypted bytes received." + ::= { ltmServerSslStatEntry 12 } + +ltmServerSslStatDecryptedBytesOut OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total decrypted bytes sent." + ::= { ltmServerSslStatEntry 13 } + +ltmServerSslStatRecordsIn OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total records received." + ::= { ltmServerSslStatEntry 14 } + +ltmServerSslStatRecordsOut OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total records sent." + ::= { ltmServerSslStatEntry 15 } + +ltmServerSslStatFullyHwAcceleratedConns OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Fully hardware-accelerated implies usage of the Cavium + Nitrox or similar hardware accelerator such that all + significant cryptographic operations are offloaded, + including but not limited to the SSL handshake (at least + the RSA/DSA/DH operations) and record processing (at least + the bulk cipher plus MAC)." + ::= { ltmServerSslStatEntry 16 } + +ltmServerSslStatPartiallyHwAcceleratedConns OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Partially hardware-accelerated indicates that at least the + RSA decryptions are offloaded." + ::= { ltmServerSslStatEntry 17 } + +ltmServerSslStatNonHwAcceleratedConns OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Non-accelerated connections are those for which no + steady-state hardware acceleration is available (either + because no hardware accelerators are available or because + the necessary cryptographic operations are unsupported). + Because the extent of hardware acceleration may not be known + until a connection has closed (mid-stream SSL handshakes + might renegotiate an SSL session not supported by hardware + acceleration), this statistic will not be updated for a + given connection until it has closed." + ::= { ltmServerSslStatEntry 18 } + +ltmServerSslStatPrematureDisconnects OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of connections disconnected before SSL session + establishment: the total number of connections that were + prematurely closed before an SSL session was established, + not including connections in pass-through mode." + ::= { ltmServerSslStatEntry 19 } + +ltmServerSslStatMidstreamRenegotiations OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of mid-stream SSL re-negotiations, not including + initial SSL session establishment." + ::= { ltmServerSslStatEntry 20 } + +ltmServerSslStatSessCacheCurEntries OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of the current entries in this cache." + ::= { ltmServerSslStatEntry 21 } + +ltmServerSslStatSessCacheHits OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of the cache hits." + ::= { ltmServerSslStatEntry 22 } + +ltmServerSslStatSessCacheLookups OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of the cache lookups." + ::= { ltmServerSslStatEntry 23 } + +ltmServerSslStatSessCacheOverflows OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of the cache overflows." + ::= { ltmServerSslStatEntry 24 } + +ltmServerSslStatSessCacheInvalidations OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of the session invalidations." + ::= { ltmServerSslStatEntry 25 } + +ltmServerSslStatPeercertValid OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of the valid certificates." + ::= { ltmServerSslStatEntry 26 } + +ltmServerSslStatPeercertInvalid OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of the invalid certificates." + ::= { ltmServerSslStatEntry 27 } + +ltmServerSslStatPeercertNone OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of connections without certificates." + ::= { ltmServerSslStatEntry 28 } + +ltmServerSslStatHandshakeFailures OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of handshake failures." + ::= { ltmServerSslStatEntry 29 } + +ltmServerSslStatBadRecords OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of the bad records." + ::= { ltmServerSslStatEntry 30 } + +ltmServerSslStatFatalAlerts OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of the fatal alerts." + ::= { ltmServerSslStatEntry 31 } + +ltmServerSslStatSslv2 OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total connections for SSL protocol version 2." + ::= { ltmServerSslStatEntry 32 } + +ltmServerSslStatSslv3 OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total connections for SSL protocol version 3." + ::= { ltmServerSslStatEntry 33 } + +ltmServerSslStatTlsv1 OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total connections for SSL TLS protocol version 1." + ::= { ltmServerSslStatEntry 34 } + +ltmServerSslStatAdhKeyxchg OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The anonymous Diffie-Hellman." + ::= { ltmServerSslStatEntry 35 } + +ltmServerSslStatDhDssKeyxchg OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! DSS certificate is obsolete in BIGIP. + The diffie-Hellman w/ DSS certificate." + ::= { ltmServerSslStatEntry 36 } + +ltmServerSslStatDhRsaKeyxchg OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The diffie-Hellman w/ RSA certificate." + ::= { ltmServerSslStatEntry 37 } + +ltmServerSslStatDssKeyxchg OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! DSS certificate is obsolete in BIGIP. + The DSS certificate." + ::= { ltmServerSslStatEntry 38 } + +ltmServerSslStatEdhDssKeyxchg OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! DSS certificate is obsolete in BIGIP. + The ephemeral Diffie-Hellman w/ DSS cert." + ::= { ltmServerSslStatEntry 39 } + +ltmServerSslStatRsaKeyxchg OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The RSA certificate." + ::= { ltmServerSslStatEntry 40 } + +ltmServerSslStatNullBulk OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "No encryption." + ::= { ltmServerSslStatEntry 41 } + +ltmServerSslStatAesBulk OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Advanced Encryption Standard (CBC)." + ::= { ltmServerSslStatEntry 42 } + +ltmServerSslStatDesBulk OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Digital Encryption Standard (CBC)." + ::= { ltmServerSslStatEntry 43 } + +ltmServerSslStatIdeaBulk OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "IDEA (old SSLv2 cipher)." + ::= { ltmServerSslStatEntry 44 } + +ltmServerSslStatRc2Bulk OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Rivest Cipher 2 (CBC)." + ::= { ltmServerSslStatEntry 45 } + +ltmServerSslStatRc4Bulk OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Rivest Cipher 4 (CBC)." + ::= { ltmServerSslStatEntry 46 } + +ltmServerSslStatNullDigest OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "No message authentication." + ::= { ltmServerSslStatEntry 47 } + +ltmServerSslStatMd5Digest OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Message Digest 5." + ::= { ltmServerSslStatEntry 48 } + +ltmServerSslStatShaDigest OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Secure Hash Algorithm." + ::= { ltmServerSslStatEntry 49 } + +ltmServerSslStatNotssl OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of the bad client greetings." + ::= { ltmServerSslStatEntry 50 } + +ltmServerSslStatEdhRsaKeyxchg OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Ephemeral Diffie-Hellman w/ RSA cert." + ::= { ltmServerSslStatEntry 51 } + +ltmServerSslStatSecureHandshakes OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of handshakes, including mid-stream re-negotiations, + performed with peers supporting SSL secure renegotiation." + ::= { ltmServerSslStatEntry 52 } + +ltmServerSslStatInsecureHandshakeAccepts OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of handshakes, including mid-stream re-negotiations, + performed with peers not supporting SSL secure renegotiation." + ::= { ltmServerSslStatEntry 53 } + +ltmServerSslStatInsecureHandshakeRejects OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of rejected initial handshakes with peers + not supporting SSL secure renegotiation." + ::= { ltmServerSslStatEntry 54 } + +ltmServerSslStatInsecureRenegotiationRejects OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of rejected renegotiation attempts by peers + not supporting SSL secure renegotiation." + ::= { ltmServerSslStatEntry 55 } + +ltmServerSslStatSniRejects OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of rejected handshake attempts by peers + not supporting SSL SNI extension or having mismatched + server names." + ::= { ltmServerSslStatEntry 56 } + +ltmServerSslStatTlsv11 OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total connections for SSL TLS protocol version 1.1." + ::= { ltmServerSslStatEntry 57 } + +ltmServerSslStatTlsv12 OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total connections for SSL TLS protocol version 1.2." + ::= { ltmServerSslStatEntry 58 } + +ltmServerSslStatDtlsv1 OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total connections for SSL DTLS protocol version 1." + ::= { ltmServerSslStatEntry 59 } + +ltmServerSslStatReused OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total reused session ticket sessions." + ::= { ltmServerSslStatEntry 60 } + +ltmServerSslStatReuseFailed OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total failed reused session ticket sessions." + ::= { ltmServerSslStatEntry 61 } + +ltmServerSslStatEcdheRsaKeyxchg OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Ephemeral ECDH w/ RSA cert." + ::= { ltmServerSslStatEntry 62 } + +ltmServerSslStatConns OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total connections using SSL FWDP feature." + ::= { ltmServerSslStatEntry 63 } + +ltmServerSslStatEcdhRsaKeyxchg OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Fixed ECDH with RSA signed cert." + ::= { ltmServerSslStatEntry 64 } + +ltmServerSslStatEcdheEcdsaKeyxchg OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Ephemeral ECDH with ECDSA cert." + ::= { ltmServerSslStatEntry 65 } + +ltmServerSslStatEcdhEcdsaKeyxchg OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Fixed ECDH with ECDSA cert." + ::= { ltmServerSslStatEntry 66 } + +ltmServerSslStatDheDssKeyxchg OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Ephemeral DH with DSS cert." + ::= { ltmServerSslStatEntry 67 } + +ltmServerSslStatAesGcmBulk OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Advanced Encryption Standard Galois Counter Mode (AES-GCM)." + ::= { ltmServerSslStatEntry 68 } + +ltmServerSslStatDestinationIpBypasses OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total destination IP bypasses using SSL FWDP bypass feature." + ::= { ltmServerSslStatEntry 69 } + +ltmServerSslStatSourceIpBypasses OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total source IP bypasses using SSL FWDP bypass feature." + ::= { ltmServerSslStatEntry 70 } + +ltmServerSslStatHostnameBypasses OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total hostname bypasses using SSL FWDP bypass feature." + ::= { ltmServerSslStatEntry 71 } + +ltmServerSslStatSessionMirrorSuccess OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total SSL sessions mirrored successfully." + ::= { ltmServerSslStatEntry 72 } + +ltmServerSslStatSessionMirrorFailure OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total SSL session mirror failures." + ::= { ltmServerSslStatEntry 73 } + +ltmServerSslStatConnectionMirrorPeerReady OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total SSL HA peer ready messages." + ::= { ltmServerSslStatEntry 74 } + +ltmServerSslStatConnectionMirrorHaCtxSent OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total SSL HA context sent messages." + ::= { ltmServerSslStatEntry 75 } + +ltmServerSslStatConnectionMirrorHaCtxRecv OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total SSL HA context received messages." + ::= { ltmServerSslStatEntry 76 } + +ltmServerSslStatConnectionMirrorHaHsSuccess OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total SSL HA handshake succesful." + ::= { ltmServerSslStatEntry 77 } + +ltmServerSslStatConnectionMirrorHaFailure OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total SSL HA failures." + ::= { ltmServerSslStatEntry 78 } + +ltmServerSslStatConnectionMirrorHaTimeout OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total SSL HA timeouts." + ::= { ltmServerSslStatEntry 79 } + +ltmServerSslStatDtlsTxPushbacks OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of the Datagram Transport Layer Security transmitted packets which are pushed back." + ::= { ltmServerSslStatEntry 80 } + +ltmServerSslStatCamelliaBulk OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Camellia Cipher (CBC)." + ::= { ltmServerSslStatEntry 81 } + +ltmServerSslStatActiveHandshakeRejected OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of active handshakes rejected." + ::= { ltmServerSslStatEntry 82 } + +ltmServerSslStatCurrentActiveHandshakes OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of current active handshakes." + ::= { ltmServerSslStatEntry 83 } + +ltmServerSslStatLicensedTps OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The licensed transactions per second (TPS) value." + ::= { ltmServerSslStatEntry 84 } + +ltmServerSslStatExtendedMasterSecrets OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of extended master secret handshakes." + ::= { ltmServerSslStatEntry 85 } + +ltmServerSslStatOcspServersslCachedResp OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Total number of server connections for which OCSP response was obtained from the cache." + ::= { ltmServerSslStatEntry 86 } + +ltmServerSslStatOcspServersslStapledResp OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Total number of server connections that had stapled a valid OCSP response." + ::= { ltmServerSslStatEntry 87 } + +ltmServerSslStatOcspServersslResponderQueries OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Total number of server connections that required communicating with OCSP responder." + ::= { ltmServerSslStatEntry 88 } + +ltmServerSslStatOcspServersslResponseErrors OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Total number of server connections for which OCSP responder query failed for any reason." + ::= { ltmServerSslStatEntry 89 } + +ltmServerSslStatOcspServersslCertStatusUnknown OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Total number of server connections for which certificate status was indicated as unknown." + ::= { ltmServerSslStatEntry 90 } + +ltmServerSslStatOcspServersslCertStatusRevoked OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Total number of server connections for which certificate status was indicated as revoked." + ::= { ltmServerSslStatEntry 91 } + +ltmServerSslStatC3dConns OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total connections using SSL C3D feature." + ::= { ltmServerSslStatEntry 92 } + +ltmServerSslStatTlsv13 OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total connections for SSL TLS protocol version 1.3." + ::= { ltmServerSslStatEntry 93 } + +ltmServerSslStatChacha20Poly1305Bulk OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "ChaCha20-Poly1305." + ::= { ltmServerSslStatEntry 94 } + +--================================================================== +-- Profile_connpool +--================================================================== +ltmConnPoolProfileNumber OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of ltmConnPoolProfile entries in the table." + ::= { ltmConnPoolProfile 1 } + +ltmConnPoolProfileTable OBJECT-TYPE + SYNTAX SEQUENCE OF LtmConnPoolProfileEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A table containing information of connection pool profiles." + ::= { ltmConnPoolProfile 2 } + +ltmConnPoolProfileEntry OBJECT-TYPE + SYNTAX LtmConnPoolProfileEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Columns in the ltmConnPoolProfile Table" + INDEX { + ltmConnPoolProfileName + } + ::= { ltmConnPoolProfileTable 1 } + +LtmConnPoolProfileEntry ::= + SEQUENCE { + ltmConnPoolProfileName LongDisplayString, + ltmConnPoolProfileConfigSource INTEGER, + ltmConnPoolProfileDefaultName LongDisplayString, + ltmConnPoolProfileSrcMaskType InetAddressType, + ltmConnPoolProfileSrcMask InetAddress, + ltmConnPoolProfileMaxSize Gauge, + ltmConnPoolProfileMaxAge Gauge, + ltmConnPoolProfileMaxReuse Gauge, + ltmConnPoolProfileIdleTimeout Gauge + } + +ltmConnPoolProfileName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of a connection pool profile." + ::= { ltmConnPoolProfileEntry 1 } + +ltmConnPoolProfileConfigSource OBJECT-TYPE + SYNTAX INTEGER { + usercfg(0), + basecfg(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The state that specifies whether this is a base/pre-configured profile + or user defined profile." + ::= { ltmConnPoolProfileEntry 2 } + +ltmConnPoolProfileDefaultName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of the profile from which the specified profile derives + its attribute default values." + ::= { ltmConnPoolProfileEntry 3 } + +ltmConnPoolProfileSrcMaskType OBJECT-TYPE + SYNTAX InetAddressType + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The IP address type of ltmConnPoolSrcMask" + ::= { ltmConnPoolProfileEntry 4 } + +ltmConnPoolProfileSrcMask OBJECT-TYPE + SYNTAX InetAddress + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The mask applied to source address to determine eligibility + for reuse. It is interpreted within the context of an + ltmConnPoolSrcMaskType value." + ::= { ltmConnPoolProfileEntry 5 } + +ltmConnPoolProfileMaxSize OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The maximum number of connections in pool." + ::= { ltmConnPoolProfileEntry 6 } + +ltmConnPoolProfileMaxAge OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The maximum time in seconds to reuse of connections. + Don't reuse connections older than max_age seconds." + ::= { ltmConnPoolProfileEntry 7 } + +ltmConnPoolProfileMaxReuse OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The maximum times to reuse of connections. + Don't reuse connections older than max_reuse times." + ::= { ltmConnPoolProfileEntry 8 } + +ltmConnPoolProfileIdleTimeout OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The idle timeout for connections in the pool." + ::= { ltmConnPoolProfileEntry 9 } + +--================================================================== +-- Profile_connpool_stat +--================================================================== +ltmConnPoolProfileStatResetStats OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "The action to reset resettable statistics data in ltmConnPoolProfileStat. + Setting this value to 1 will reset statistics data. + Note, some statistics data may not be reset including data that are incremental counters." + ::= { ltmConnPoolProfileStat 1 } + +ltmConnPoolProfileStatNumber OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of ltmConnPoolProfileStat entries in the table." + ::= { ltmConnPoolProfileStat 2 } + +ltmConnPoolProfileStatTable OBJECT-TYPE + SYNTAX SEQUENCE OF LtmConnPoolProfileStatEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A table containing statistic information of connection pool profiles." + ::= { ltmConnPoolProfileStat 3 } + +ltmConnPoolProfileStatEntry OBJECT-TYPE + SYNTAX LtmConnPoolProfileStatEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Columns in the ltmConnPoolProfileStat Table" + INDEX { + ltmConnPoolProfileStatName + } + ::= { ltmConnPoolProfileStatTable 1 } + +LtmConnPoolProfileStatEntry ::= + SEQUENCE { + ltmConnPoolProfileStatName LongDisplayString, + ltmConnPoolProfileStatCurSize Gauge, + ltmConnPoolProfileStatMaxSize Gauge, + ltmConnPoolProfileStatReuses Gauge, + ltmConnPoolProfileStatConnects Gauge + } + +ltmConnPoolProfileStatName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of a connection pool profile." + ::= { ltmConnPoolProfileStatEntry 1 } + +ltmConnPoolProfileStatCurSize OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of currently idle connections in the pool." + ::= { ltmConnPoolProfileStatEntry 2 } + +ltmConnPoolProfileStatMaxSize OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of idle connections in the pool." + ::= { ltmConnPoolProfileStatEntry 3 } + +ltmConnPoolProfileStatReuses OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of times a connection was reused from the pool." + ::= { ltmConnPoolProfileStatEntry 4 } + +ltmConnPoolProfileStatConnects OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of times a new connection was initiated." + ::= { ltmConnPoolProfileStatEntry 5 } + +--================================================================== +-- Profile_bigproto +--================================================================== +ltmFastL4ProfileNumber OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of ltmFastL4Profile entries in the table." + ::= { ltmFastL4Profile 1 } + +ltmFastL4ProfileTable OBJECT-TYPE + SYNTAX SEQUENCE OF LtmFastL4ProfileEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A table containing information of fast L4 profiles." + ::= { ltmFastL4Profile 2 } + +ltmFastL4ProfileEntry OBJECT-TYPE + SYNTAX LtmFastL4ProfileEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Columns in the ltmFastL4Profile Table" + INDEX { + ltmFastL4ProfileName + } + ::= { ltmFastL4ProfileTable 1 } + +LtmFastL4ProfileEntry ::= + SEQUENCE { + ltmFastL4ProfileName LongDisplayString, + ltmFastL4ProfileConfigSource INTEGER, + ltmFastL4ProfileDefaultName LongDisplayString, + ltmFastL4ProfileResetOnTimeout INTEGER, + ltmFastL4ProfileIpFragReass INTEGER, + ltmFastL4ProfileIdleTimeout Gauge, + ltmFastL4ProfileTcpHandshakeTimeout Gauge, + ltmFastL4ProfileMssOverride Gauge, + ltmFastL4ProfilePvaAccelMode INTEGER, + ltmFastL4ProfileTcpTimestampMode INTEGER, + ltmFastL4ProfileTcpWscaleMode INTEGER, + ltmFastL4ProfileTcpGenerateIsn INTEGER, + ltmFastL4ProfileTcpStripSack INTEGER, + ltmFastL4ProfileIpTosToClient INTEGER, + ltmFastL4ProfileIpTosToServer INTEGER, + ltmFastL4ProfileLinkQosToClient INTEGER, + ltmFastL4ProfileLinkQosToServer INTEGER, + ltmFastL4ProfileRttFromClient INTEGER, + ltmFastL4ProfileRttFromServer INTEGER, + ltmFastL4ProfileTcpCloseTimeout Gauge, + ltmFastL4ProfileLooseInitiation INTEGER, + ltmFastL4ProfileLooseClose INTEGER, + ltmFastL4ProfileHardSyncookie INTEGER, + ltmFastL4ProfileSoftSyncookie INTEGER, + ltmFastL4ProfileLateBinding INTEGER, + ltmFastL4ProfileExplicitFlowMigration INTEGER, + ltmFastL4ProfileClientTimeout Gauge, + ltmFastL4ProfileTimeoutRecovery INTEGER + } + +ltmFastL4ProfileName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of a fast L4 profile." + ::= { ltmFastL4ProfileEntry 1 } + +ltmFastL4ProfileConfigSource OBJECT-TYPE + SYNTAX INTEGER { + usercfg(0), + basecfg(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The state that specifies whether this is a base/pre-configured profile + or user defined profile." + ::= { ltmFastL4ProfileEntry 2 } + +ltmFastL4ProfileDefaultName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of the profile from which the specified profile derives + its attribute default values." + ::= { ltmFastL4ProfileEntry 3 } + +ltmFastL4ProfileResetOnTimeout OBJECT-TYPE + SYNTAX INTEGER { + false(0), + true(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The feature of reset for idle timeout. + If true and a TCP connection exceeds its idle_timeout, send a reset + in addition to deleting the connection." + ::= { ltmFastL4ProfileEntry 4 } + +ltmFastL4ProfileIpFragReass OBJECT-TYPE + SYNTAX INTEGER { + false(0), + true(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The feature for reassembling IP fragments. If true, reassemble IP fragments." + ::= { ltmFastL4ProfileEntry 5 } + +ltmFastL4ProfileIdleTimeout OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of seconds without traffic before a connection is eligible + for deletion." + ::= { ltmFastL4ProfileEntry 6 } + +ltmFastL4ProfileTcpHandshakeTimeout OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of seconds without traffic before a connection in the SYN + received state is eligible for deletion. + If set to 0, ltmFastL4ProfileIdleTimeout will be used." + ::= { ltmFastL4ProfileEntry 7 } + +ltmFastL4ProfileMssOverride OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "If non-zero and less than the 1460 default, this value overrides + the maximum segment size" + ::= { ltmFastL4ProfileEntry 8 } + +ltmFastL4ProfilePvaAccelMode OBJECT-TYPE + SYNTAX INTEGER { + full(0), + partial(1), + none(2) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The preferred Packet Velocity ASIC (PVA) acceleration mode." + ::= { ltmFastL4ProfileEntry 9 } + +ltmFastL4ProfileTcpTimestampMode OBJECT-TYPE + SYNTAX INTEGER { + preserve(0), + strip(1), + rewrite(2) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The option to preserver, strip or rewrite TCP timestamps." + ::= { ltmFastL4ProfileEntry 10 } + +ltmFastL4ProfileTcpWscaleMode OBJECT-TYPE + SYNTAX INTEGER { + preserve(0), + strip(1), + rewrite(2) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The option to preserver or strip window scale option." + ::= { ltmFastL4ProfileEntry 11 } + +ltmFastL4ProfileTcpGenerateIsn OBJECT-TYPE + SYNTAX INTEGER { + false(0), + true(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The option to generate own sequence numbers on all SYNs conformant + with RFC1948, and hence allowing timestamp recycling." + ::= { ltmFastL4ProfileEntry 12 } + +ltmFastL4ProfileTcpStripSack OBJECT-TYPE + SYNTAX INTEGER { + false(0), + true(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The option to block TCP SackOK option from passing to server + on an initiating SYN." + ::= { ltmFastL4ProfileEntry 13 } + +ltmFastL4ProfileIpTosToClient OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The IP type of service set in packets sent to the client-side." + ::= { ltmFastL4ProfileEntry 14 } + +ltmFastL4ProfileIpTosToServer OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The IP type of service set in packets sent to the server-side." + ::= { ltmFastL4ProfileEntry 15 } + +ltmFastL4ProfileLinkQosToClient OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The link quality of service set in packets sent to the client-side." + ::= { ltmFastL4ProfileEntry 16 } + +ltmFastL4ProfileLinkQosToServer OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The link quality of service set in packets sent to the server-side." + ::= { ltmFastL4ProfileEntry 17 } + +ltmFastL4ProfileRttFromClient OBJECT-TYPE + SYNTAX INTEGER { + false(0), + true(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The option to use TCP timestamp options to measure the round trip + time to the client." + ::= { ltmFastL4ProfileEntry 18 } + +ltmFastL4ProfileRttFromServer OBJECT-TYPE + SYNTAX INTEGER { + false(0), + true(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The option to use TCP timestamp options to measure the round trip + time to the server." + ::= { ltmFastL4ProfileEntry 19 } + +ltmFastL4ProfileTcpCloseTimeout OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of seconds without traffic before a connection in the FIN + received state is eligible for deletion. + This is only used when ltmFastL4ProfileLooseInitiation or + ltmFastL4ProfileLooseClose is enabled." + ::= { ltmFastL4ProfileEntry 20 } + +ltmFastL4ProfileLooseInitiation OBJECT-TYPE + SYNTAX INTEGER { + false(0), + true(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The option to allow any TCP packet to initiate a connection (rather + than requiring a SYN." + ::= { ltmFastL4ProfileEntry 21 } + +ltmFastL4ProfileLooseClose OBJECT-TYPE + SYNTAX INTEGER { + false(0), + true(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The option to aggressively close out a connection by allowing TMM to switch + the ltmFastL4ProfileIdleTimeout to ltmFastL4ProfileTcpCloseTimeout + once the first FIN packet has been seen." + ::= { ltmFastL4ProfileEntry 22 } + +ltmFastL4ProfileHardSyncookie OBJECT-TYPE + SYNTAX INTEGER { + false(0), + true(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The option to enable hardware SYN cookie protection using Packet Velocity ASIC (PVA)." + ::= { ltmFastL4ProfileEntry 23 } + +ltmFastL4ProfileSoftSyncookie OBJECT-TYPE + SYNTAX INTEGER { + false(0), + true(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The state indicating whether or not software SYN cookie protection is enable." + ::= { ltmFastL4ProfileEntry 24 } + +ltmFastL4ProfileLateBinding OBJECT-TYPE + SYNTAX INTEGER { + false(0), + true(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The state indicating whether or not Late Binding is enabled." + ::= { ltmFastL4ProfileEntry 25 } + +ltmFastL4ProfileExplicitFlowMigration OBJECT-TYPE + SYNTAX INTEGER { + false(0), + true(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The state indicating whether connections are automatically migrated + into the hardware (false) or whether they must be explicitly migrated + to hardware by the iRule command BIGTCP::release_flow (true)." + ::= { ltmFastL4ProfileEntry 26 } + +ltmFastL4ProfileClientTimeout OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of seconds allowed for a client to transmit enough data to select + a server when late binding is enabled." + ::= { ltmFastL4ProfileEntry 27 } + +ltmFastL4ProfileTimeoutRecovery OBJECT-TYPE + SYNTAX INTEGER { + disconnect(0), + fallback(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The action to take when late binding timeout occurs on a connection." + ::= { ltmFastL4ProfileEntry 28 } + +--================================================================== +-- Profile_ftp +--================================================================== +ltmFtpProfileNumber OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of ltmFtpProfile entries in the table." + ::= { ltmFtpProfile 1 } + +ltmFtpProfileTable OBJECT-TYPE + SYNTAX SEQUENCE OF LtmFtpProfileEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A table containing information of FTP profiles." + ::= { ltmFtpProfile 2 } + +ltmFtpProfileEntry OBJECT-TYPE + SYNTAX LtmFtpProfileEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Columns in the ltmFtpProfile Table" + INDEX { + ltmFtpProfileName + } + ::= { ltmFtpProfileTable 1 } + +LtmFtpProfileEntry ::= + SEQUENCE { + ltmFtpProfileName LongDisplayString, + ltmFtpProfileConfigSource INTEGER, + ltmFtpProfileDefaultName LongDisplayString, + ltmFtpProfileTranslateExtended INTEGER, + ltmFtpProfileDataPort InetPortNumber, + ltmFtpProfileLogPublisher LongDisplayString, + ltmFtpProfileLogProfile LongDisplayString + } + +ltmFtpProfileName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of a FTP profile." + ::= { ltmFtpProfileEntry 1 } + +ltmFtpProfileConfigSource OBJECT-TYPE + SYNTAX INTEGER { + usercfg(0), + basecfg(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The state that specifies whether this is a base/pre-configured profile + or user defined profile." + ::= { ltmFtpProfileEntry 2 } + +ltmFtpProfileDefaultName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of the profile from which the specified profile derives + its attribute default values." + ::= { ltmFtpProfileEntry 3 } + +ltmFtpProfileTranslateExtended OBJECT-TYPE + SYNTAX INTEGER { + false(0), + true(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Whether or not automatically translated RFC2428 extended requests + EPSV and EPRT to PASV and PORT when talking to IPv4 servers." + ::= { ltmFtpProfileEntry 4 } + +ltmFtpProfileDataPort OBJECT-TYPE + SYNTAX InetPortNumber + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The data channel port used for this FTP profile. By default, + this is 20, but may need to be changed for non-default port FTP." + ::= { ltmFtpProfileEntry 5 } + +ltmFtpProfileLogPublisher OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Specifies the name of the log publisher that logs ALG events, if any." + ::= { ltmFtpProfileEntry 6 } + +ltmFtpProfileLogProfile OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Specifies the name of the log profile that control the logging of ALG events, if any." + ::= { ltmFtpProfileEntry 7 } + +--================================================================== +-- Profile_http +--================================================================== +ltmHttpProfileNumber OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of ltmHttpProfile entries in the table." + ::= { ltmHttpProfile 1 } + +ltmHttpProfileTable OBJECT-TYPE + SYNTAX SEQUENCE OF LtmHttpProfileEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A table containing information of HTTP profiles." + ::= { ltmHttpProfile 2 } + +ltmHttpProfileEntry OBJECT-TYPE + SYNTAX LtmHttpProfileEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Columns in the ltmHttpProfile Table" + INDEX { + ltmHttpProfileName + } + ::= { ltmHttpProfileTable 1 } + +LtmHttpProfileEntry ::= + SEQUENCE { + ltmHttpProfileName LongDisplayString, + ltmHttpProfileConfigSource INTEGER, + ltmHttpProfileDefaultName LongDisplayString, + ltmHttpProfileBasicAuthRealm LongDisplayString, + ltmHttpProfileOneConnect INTEGER, + ltmHttpProfileHeaderInsert LongDisplayString, + ltmHttpProfileHeaderErase LongDisplayString, + ltmHttpProfileFallbackHost LongDisplayString, + ltmHttpProfileCompressMode INTEGER, + ltmHttpProfileCompressMinSize Gauge, + ltmHttpProfileCompressBufferSize Gauge, + ltmHttpProfileCompressVaryHeader INTEGER, + ltmHttpProfileCompressAllowHttp10 INTEGER, + ltmHttpProfileCompressGzipMemlevel Gauge, + ltmHttpProfileCompressGzipWindowsize Gauge, + ltmHttpProfileCompressGzipLevel Gauge, + ltmHttpProfileCompressKeepAcceptEncoding INTEGER, + ltmHttpProfileCompressBrowserWorkarounds INTEGER, + ltmHttpProfileResponseChunking INTEGER, + ltmHttpProfileLwsMaxColumn Gauge, + ltmHttpProfileLwsSeparator LongDisplayString, + ltmHttpProfileRedirectRewrite INTEGER, + ltmHttpProfileMaxHeaderSize Gauge, + ltmHttpProfilePipelining INTEGER, + ltmHttpProfileInsertXforwardedFor INTEGER, + ltmHttpProfileMaxRequests Gauge, + ltmHttpProfileCompressCpusaver INTEGER, + ltmHttpProfileCompressCpusaverHigh Gauge, + ltmHttpProfileCompressCpusaverLow Gauge, + ltmHttpProfileRamcache INTEGER, + ltmHttpProfileRamcacheSize Gauge, + ltmHttpProfileRamcacheMaxEntries Gauge, + ltmHttpProfileRamcacheMaxAge Gauge, + ltmHttpProfileRamcacheObjectMinSize Gauge, + ltmHttpProfileRamcacheObjectMaxSize Gauge, + ltmHttpProfileRamcacheIgnoreClient INTEGER, + ltmHttpProfileRamcacheAgingRate Gauge, + ltmHttpProfileRamcacheInsertAgeHeader INTEGER, + ltmHttpProfileCompressPreferredMethod INTEGER, + ltmHttpProfileServerAgentName LongDisplayString, + ltmHttpProfilePassthroughPipeline INTEGER, + ltmHttpProfileTruncatedRedirects INTEGER, + ltmHttpProfilePassthroughOversizeClientHeaders INTEGER, + ltmHttpProfilePassthroughOversizeServerHeaders INTEGER, + ltmHttpProfilePassthroughExcessClientHeaders INTEGER, + ltmHttpProfilePassthroughExcessServerHeaders INTEGER, + ltmHttpProfilePassthroughUnknownMethod INTEGER, + ltmHttpProfileHstsMode INTEGER, + ltmHttpProfileHstsMaximumAge Gauge, + ltmHttpProfileHstsIncludeSubdomains INTEGER, + ltmHttpProfileHstsPreload INTEGER, + ltmHttpProfileOneConnectStatusReuse LongDisplayString + } + +ltmHttpProfileName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of a HTTP profile." + ::= { ltmHttpProfileEntry 1 } + +ltmHttpProfileConfigSource OBJECT-TYPE + SYNTAX INTEGER { + usercfg(0), + basecfg(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The state that specifies whether this is a base/pre-configured profile + or user defined profile." + ::= { ltmHttpProfileEntry 2 } + +ltmHttpProfileDefaultName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of the profile from which the specified profile derives + its attribute default values." + ::= { ltmHttpProfileEntry 3 } + +ltmHttpProfileBasicAuthRealm OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The basic authentication realm of the specified HTTP profile." + ::= { ltmHttpProfileEntry 4 } + +ltmHttpProfileOneConnect OBJECT-TYPE + SYNTAX INTEGER { + false(0), + true(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The state that specifies whether OneConnect HTTP header + transformation is used for the specified HTTP profile." + ::= { ltmHttpProfileEntry 5 } + +ltmHttpProfileHeaderInsert OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The header to be inserted into the HTTP header for + the specified HTTP profile." + ::= { ltmHttpProfileEntry 6 } + +ltmHttpProfileHeaderErase OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The header to be erased into the HTTP header for + the specified HTTP profile." + ::= { ltmHttpProfileEntry 7 } + +ltmHttpProfileFallbackHost OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The fallback host name used in HTTP redirect for + the specified HTTP profile." + ::= { ltmHttpProfileEntry 8 } + +ltmHttpProfileCompressMode OBJECT-TYPE + SYNTAX INTEGER { + disable(0), + enable(1), + selective(2) + } + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! The state that specifies whether compression is enabled." + ::= { ltmHttpProfileEntry 9 } + +ltmHttpProfileCompressMinSize OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! The value that specifies the minimum length of the server + responses (in bytes) to be considered acceptable for compression." + ::= { ltmHttpProfileEntry 10 } + +ltmHttpProfileCompressBufferSize OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! The value that specifies the maximum number of uncompressed bytes + that the compression proxy will buffer before it decides whether or + not to compress the server's response, in case the server's response + headers don't specify the content length of the response." + ::= { ltmHttpProfileEntry 11 } + +ltmHttpProfileCompressVaryHeader OBJECT-TYPE + SYNTAX INTEGER { + false(0), + true(1) + } + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! The state that specifies whether to insert the header + 'Vary: Accept-Encoding' in the server response for responses that + have been compressed. If the 'Vary:' header already exists in the + server response, then the value 'Accept-Encoding' will be appended to it." + ::= { ltmHttpProfileEntry 12 } + +ltmHttpProfileCompressAllowHttp10 OBJECT-TYPE + SYNTAX INTEGER { + false(0), + true(1) + } + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! The state that specifies whether to allow compression on responses + to HTTP 1.0 requests." + ::= { ltmHttpProfileEntry 13 } + +ltmHttpProfileCompressGzipMemlevel OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! The amount of memory that the proxy will use when doing compression. + It must be an integer no less than 1 and no greater than 9. Higher + values produce faster compression at the expense of more memory usage. + The default memory level will be 8." + ::= { ltmHttpProfileEntry 14 } + +ltmHttpProfileCompressGzipWindowsize OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! The number of bits in the window size that the compression proxy + will use when compressing the server response. It should be an integer + no less than 8 and no greater than 15. Higher values produce better + compression ratios at the expense of more memory usage. + The default window size will be 15." + ::= { ltmHttpProfileEntry 15 } + +ltmHttpProfileCompressGzipLevel OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! The speed of compression that is applied to the response. Minimum + value is 1, maximum is 9. The lower numbers give faster compression + with lower ratios, and higher numbers give slower compression with + higher ratios." + ::= { ltmHttpProfileEntry 16 } + +ltmHttpProfileCompressKeepAcceptEncoding OBJECT-TYPE + SYNTAX INTEGER { + false(0), + true(1) + } + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! The state of the option to keep client-encoding header." + ::= { ltmHttpProfileEntry 17 } + +ltmHttpProfileCompressBrowserWorkarounds OBJECT-TYPE + SYNTAX INTEGER { + false(0), + true(1) + } + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! The option to control whether or not to disable compression for + known browsers that cannot handle certain types of compressed + responses properly. If it's true, compression for known browsers + will be disabled." + ::= { ltmHttpProfileEntry 18 } + +ltmHttpProfileResponseChunking OBJECT-TYPE + SYNTAX INTEGER { + preserve(0), + selective(1), + unchunk(2), + rechunk(3) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The HTTP chunk mode for the responses." + ::= { ltmHttpProfileEntry 19 } + +ltmHttpProfileLwsMaxColumn OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The linear white space maximum column sizes used to support + multi-line header insertion." + ::= { ltmHttpProfileEntry 20 } + +ltmHttpProfileLwsSeparator OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The linear white space separator strings for the specified HTTP profile." + ::= { ltmHttpProfileEntry 21 } + +ltmHttpProfileRedirectRewrite OBJECT-TYPE + SYNTAX INTEGER { + none(0), + all(1), + matching(2), + nodes(3) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The HTTP redirect/rewrite mode for the responses." + ::= { ltmHttpProfileEntry 22 } + +ltmHttpProfileMaxHeaderSize OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The maximum size of the headers." + ::= { ltmHttpProfileEntry 23 } + +ltmHttpProfilePipelining OBJECT-TYPE + SYNTAX INTEGER { + disabled(0), + enabled(1) + } + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! The state indicating whether pipelining is enabled for this profile." + ::= { ltmHttpProfileEntry 24 } + +ltmHttpProfileInsertXforwardedFor OBJECT-TYPE + SYNTAX INTEGER { + disabled(0), + enabled(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The state indicating whether inserting X-Forwarded-For + is enabled for this profile." + ::= { ltmHttpProfileEntry 25 } + +ltmHttpProfileMaxRequests OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The maximum connection requests allowed. The connection will be + forced closed when this limit is reached." + ::= { ltmHttpProfileEntry 26 } + +ltmHttpProfileCompressCpusaver OBJECT-TYPE + SYNTAX INTEGER { + false(0), + true(1) + } + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! The state indicating whether CPU saving mode is enable or not + when doing compression." + ::= { ltmHttpProfileEntry 27 } + +ltmHttpProfileCompressCpusaverHigh OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! The CPU saver high threshold. When CPU utilization exceeds this value, + compression is switched to NULL compression." + ::= { ltmHttpProfileEntry 28 } + +ltmHttpProfileCompressCpusaverLow OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! The CPU saver low threshold. When CPU utilization drops below + this value, compression is switched to full throttle." + ::= { ltmHttpProfileEntry 29 } + +ltmHttpProfileRamcache OBJECT-TYPE + SYNTAX INTEGER { + disable(0), + enable(1) + } + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! The state the whether RAM cache is enabled or not." + ::= { ltmHttpProfileEntry 30 } + +ltmHttpProfileRamcacheSize OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! The maximum cache size in MB's." + ::= { ltmHttpProfileEntry 31 } + +ltmHttpProfileRamcacheMaxEntries OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! The maximum cache entries." + ::= { ltmHttpProfileEntry 32 } + +ltmHttpProfileRamcacheMaxAge OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! The maximum age of cached object." + ::= { ltmHttpProfileEntry 33 } + +ltmHttpProfileRamcacheObjectMinSize OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! The minimum size requirement for cached object in bytes." + ::= { ltmHttpProfileEntry 34 } + +ltmHttpProfileRamcacheObjectMaxSize OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! The maximum size limitation for cached object in bytes." + ::= { ltmHttpProfileEntry 35 } + +ltmHttpProfileRamcacheIgnoreClient OBJECT-TYPE + SYNTAX INTEGER { + none(0), + maxage(1), + all(2) + } + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! The state that Ram cache ignores client cache." + ::= { ltmHttpProfileEntry 36 } + +ltmHttpProfileRamcacheAgingRate OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! The aging rate for the RAM cache." + ::= { ltmHttpProfileEntry 37 } + +ltmHttpProfileRamcacheInsertAgeHeader OBJECT-TYPE + SYNTAX INTEGER { + disable(0), + enable(1) + } + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! The mode that indicates whether to insert the Age headers for RAM cache." + ::= { ltmHttpProfileEntry 38 } + +ltmHttpProfileCompressPreferredMethod OBJECT-TYPE + SYNTAX INTEGER { + deflate(0), + gzip(1) + } + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! The option for preferred compression method." + ::= { ltmHttpProfileEntry 39 } + +ltmHttpProfileServerAgentName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The server header sent in responses that the BIG-IP itself + generates. The default value is BigIP. If is no string is set + as the value, then no server header will be added to such responses." + ::= { ltmHttpProfileEntry 40 } + +ltmHttpProfilePassthroughPipeline OBJECT-TYPE + SYNTAX INTEGER { + reject(0), + allow(1), + passthrough(2) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The state indicating behavior on seeing pipelined data in this profile." + ::= { ltmHttpProfileEntry 41 } + +ltmHttpProfileTruncatedRedirects OBJECT-TYPE + SYNTAX INTEGER { + disabled(0), + enabled(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The state indicating behavior on seeing a truncated redirect in this profile." + ::= { ltmHttpProfileEntry 42 } + +ltmHttpProfilePassthroughOversizeClientHeaders OBJECT-TYPE + SYNTAX INTEGER { + false(0), + true(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The state indicating passthrough behavior on seeing oversize client headers in this profile." + ::= { ltmHttpProfileEntry 43 } + +ltmHttpProfilePassthroughOversizeServerHeaders OBJECT-TYPE + SYNTAX INTEGER { + false(0), + true(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The state indicating passthrough behavior on seeing oversize server headers in this profile." + ::= { ltmHttpProfileEntry 44 } + +ltmHttpProfilePassthroughExcessClientHeaders OBJECT-TYPE + SYNTAX INTEGER { + false(0), + true(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The state indicating passthrough behavior on seeing excess client headers in this profile." + ::= { ltmHttpProfileEntry 45 } + +ltmHttpProfilePassthroughExcessServerHeaders OBJECT-TYPE + SYNTAX INTEGER { + false(0), + true(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The state indicating passthrough behavior on seeing excess server headers in this profile." + ::= { ltmHttpProfileEntry 46 } + +ltmHttpProfilePassthroughUnknownMethod OBJECT-TYPE + SYNTAX INTEGER { + reject(0), + allow(1), + passthrough(2) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The state indicating behavior on seeing an unknown method in this profile." + ::= { ltmHttpProfileEntry 47 } + +ltmHttpProfileHstsMode OBJECT-TYPE + SYNTAX INTEGER { + disabled(0), + enabled(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The state indicating whether the hsts header is included in the HTTP response." + ::= { ltmHttpProfileEntry 48 } + +ltmHttpProfileHstsMaximumAge OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The maximum age to present in the hsts header." + ::= { ltmHttpProfileEntry 49 } + +ltmHttpProfileHstsIncludeSubdomains OBJECT-TYPE + SYNTAX INTEGER { + disabled(0), + enabled(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The state indicating the presence or absence of the includeSubdomains + directive in the HTTP header." + ::= { ltmHttpProfileEntry 50 } + +ltmHttpProfileHstsPreload OBJECT-TYPE + SYNTAX INTEGER { + disabled(0), + enabled(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The state indicating the presence or absence of the preload + directive in the HSTS header." + ::= { ltmHttpProfileEntry 51 } + +ltmHttpProfileOneConnectStatusReuse OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The 2xx and 4xx HTTP status codes that allow OneConnect server-side reuse." + ::= { ltmHttpProfileEntry 52 } + +--================================================================== +-- Profile_http_compress_uri_includes +--================================================================== +ltmCompUriInclNumber OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated!. + The number of ltmHttpProfileCompUriIncl entries in the table." + ::= { ltmHttpProfileCompUriIncl 1 } + +ltmCompUriInclTable OBJECT-TYPE + SYNTAX SEQUENCE OF LtmCompUriInclEntry + MAX-ACCESS not-accessible + STATUS deprecated + DESCRIPTION + "A table containing information of regular expressions used to match + the request URI part of the client requests during compression. + A match must be found in at least one of the 'include' fields." + ::= { ltmHttpProfileCompUriIncl 2 } + +ltmCompUriInclEntry OBJECT-TYPE + SYNTAX LtmCompUriInclEntry + MAX-ACCESS not-accessible + STATUS deprecated + DESCRIPTION + "Columns in the ltmCompUriIncl Table" + INDEX { + ltmCompUriInclName, + ltmCompUriInclIndex + } + ::= { ltmCompUriInclTable 1 } + +LtmCompUriInclEntry ::= + SEQUENCE { + ltmCompUriInclName LongDisplayString, + ltmCompUriInclIndex INTEGER, + ltmCompUriInclUri LongDisplayString + } + +ltmCompUriInclName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "The name of a HTTP profile." + ::= { ltmCompUriInclEntry 1 } + +ltmCompUriInclIndex OBJECT-TYPE + SYNTAX INTEGER(0..2147483647) + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "The index of the regular expression used to match the request + URI part of the client requests during compression in + 'include' fields for the specified HTTP profile." + ::= { ltmCompUriInclEntry 2 } + +ltmCompUriInclUri OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "The regular expression used to match the request URI part + of the client requests during compression in 'include' fields + for the specified HTTP profile." + ::= { ltmCompUriInclEntry 3 } + +--================================================================== +-- Profile_http_compress_uri_excludes +--================================================================== +ltmCompUriExclNumber OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated!. + The number of ltmHttpProfileCompUriExcl entries in the table." + ::= { ltmHttpProfileCompUriExcl 1 } + +ltmCompUriExclTable OBJECT-TYPE + SYNTAX SEQUENCE OF LtmCompUriExclEntry + MAX-ACCESS not-accessible + STATUS deprecated + DESCRIPTION + "A table containing information of regular expressions used to match + the request URI part of the client requests during compression. + A match must be found in at least one of the 'exclude' fields." + ::= { ltmHttpProfileCompUriExcl 2 } + +ltmCompUriExclEntry OBJECT-TYPE + SYNTAX LtmCompUriExclEntry + MAX-ACCESS not-accessible + STATUS deprecated + DESCRIPTION + "Columns in the ltmCompUriExcl Table" + INDEX { + ltmCompUriExclName, + ltmCompUriExclIndex + } + ::= { ltmCompUriExclTable 1 } + +LtmCompUriExclEntry ::= + SEQUENCE { + ltmCompUriExclName LongDisplayString, + ltmCompUriExclIndex INTEGER, + ltmCompUriExclUri LongDisplayString + } + +ltmCompUriExclName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "The name of a HTTP profile." + ::= { ltmCompUriExclEntry 1 } + +ltmCompUriExclIndex OBJECT-TYPE + SYNTAX INTEGER(0..2147483647) + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "The index of the regular expression used to match the request + URI part of the client requests during compression in + 'exclude' fields for the specified HTTP profile." + ::= { ltmCompUriExclEntry 2 } + +ltmCompUriExclUri OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "The regular expression used to match the request URI part + of the client requests during compression in 'exclude' fields + for the specified HTTP profile." + ::= { ltmCompUriExclEntry 3 } + +--================================================================== +-- Profile_http_compress_content_type_includes +--================================================================== +ltmCompContTypeInclNumber OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated!. + The number of ltmHttpProfileCompContTypeIncl entries in the table." + ::= { ltmHttpProfileCompContTypeIncl 1 } + +ltmCompContTypeInclTable OBJECT-TYPE + SYNTAX SEQUENCE OF LtmCompContTypeInclEntry + MAX-ACCESS not-accessible + STATUS deprecated + DESCRIPTION + "A table containing information of regular expressions used to match + the MIME types in the server response's 'Content-Type:' headers. + A match must be found in at least one of the 'include' fields." + ::= { ltmHttpProfileCompContTypeIncl 2 } + +ltmCompContTypeInclEntry OBJECT-TYPE + SYNTAX LtmCompContTypeInclEntry + MAX-ACCESS not-accessible + STATUS deprecated + DESCRIPTION + "Columns in the ltmCompContTypeIncl Table" + INDEX { + ltmCompContTypeInclName, + ltmCompContTypeInclIndex + } + ::= { ltmCompContTypeInclTable 1 } + +LtmCompContTypeInclEntry ::= + SEQUENCE { + ltmCompContTypeInclName LongDisplayString, + ltmCompContTypeInclIndex INTEGER, + ltmCompContTypeInclContentType LongDisplayString + } + +ltmCompContTypeInclName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "The name of a HTTP profile." + ::= { ltmCompContTypeInclEntry 1 } + +ltmCompContTypeInclIndex OBJECT-TYPE + SYNTAX INTEGER(0..2147483647) + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "The index of the regular expression to match the MIME types in the + server response's 'Content-Type:' headers in 'include' fields for + the specified HTTP profile." + ::= { ltmCompContTypeInclEntry 2 } + +ltmCompContTypeInclContentType OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "The regular expression used to match the MIME types in the server + response's 'Content-Type:' headers in 'include' fields for the + specified HTTP profile." + ::= { ltmCompContTypeInclEntry 3 } + +--================================================================== +-- Profile_http_compress_content_type_excludes +--================================================================== +ltmCompContTypeExclNumber OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated!. + The number of ltmHttpProfileCompContTypeExcl entries in the table." + ::= { ltmHttpProfileCompContTypeExcl 1 } + +ltmCompContTypeExclTable OBJECT-TYPE + SYNTAX SEQUENCE OF LtmCompContTypeExclEntry + MAX-ACCESS not-accessible + STATUS deprecated + DESCRIPTION + "A table containing information of regular expressions used to match + the MIME types in the server response's 'Content-Type:' headers. + A match must be found in at least one of the 'exclude' fields." + ::= { ltmHttpProfileCompContTypeExcl 2 } + +ltmCompContTypeExclEntry OBJECT-TYPE + SYNTAX LtmCompContTypeExclEntry + MAX-ACCESS not-accessible + STATUS deprecated + DESCRIPTION + "Columns in the ltmCompContTypeExcl Table" + INDEX { + ltmCompContTypeExclName, + ltmCompContTypeExclIndex + } + ::= { ltmCompContTypeExclTable 1 } + +LtmCompContTypeExclEntry ::= + SEQUENCE { + ltmCompContTypeExclName LongDisplayString, + ltmCompContTypeExclIndex INTEGER, + ltmCompContTypeExclContentType LongDisplayString + } + +ltmCompContTypeExclName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "The name of a HTTP profile." + ::= { ltmCompContTypeExclEntry 1 } + +ltmCompContTypeExclIndex OBJECT-TYPE + SYNTAX INTEGER(0..2147483647) + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "The index of the regular expression to match the MIME types in the + server response's 'Content-Type:' headers in 'exclude' fields for + the specified HTTP profile." + ::= { ltmCompContTypeExclEntry 2 } + +ltmCompContTypeExclContentType OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "The regular expression used to match the MIME types in the server + response's 'Content-Type:' headers in 'exclude' fields for the + specified HTTP profile." + ::= { ltmCompContTypeExclEntry 3 } + +--================================================================== +-- Profile_http_stat +--================================================================== +ltmHttpProfileStatResetStats OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "The action to reset resettable statistics data in ltmHttpProfileStat. + Setting this value to 1 will reset statistics data. + Note, some statistics data may not be reset including data that are incremental counters." + ::= { ltmHttpProfileStat 1 } + +ltmHttpProfileStatNumber OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of ltmHttpProfileStat entries in the table." + ::= { ltmHttpProfileStat 2 } + +ltmHttpProfileStatTable OBJECT-TYPE + SYNTAX SEQUENCE OF LtmHttpProfileStatEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A table containing statistic information of HTTP profiles." + ::= { ltmHttpProfileStat 3 } + +ltmHttpProfileStatEntry OBJECT-TYPE + SYNTAX LtmHttpProfileStatEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Columns in the ltmHttpProfileStat Table" + INDEX { + ltmHttpProfileStatName + } + ::= { ltmHttpProfileStatTable 1 } + +LtmHttpProfileStatEntry ::= + SEQUENCE { + ltmHttpProfileStatName LongDisplayString, + ltmHttpProfileStatCookiePersistInserts Counter64, + ltmHttpProfileStatResp2xxCnt Counter64, + ltmHttpProfileStatResp3xxCnt Counter64, + ltmHttpProfileStatResp4xxCnt Counter64, + ltmHttpProfileStatResp5xxCnt Counter64, + ltmHttpProfileStatNumberReqs Counter64, + ltmHttpProfileStatGetReqs Counter64, + ltmHttpProfileStatPostReqs Counter64, + ltmHttpProfileStatV9Reqs Counter64, + ltmHttpProfileStatV10Reqs Counter64, + ltmHttpProfileStatV11Reqs Counter64, + ltmHttpProfileStatV9Resp Counter64, + ltmHttpProfileStatV10Resp Counter64, + ltmHttpProfileStatV11Resp Counter64, + ltmHttpProfileStatMaxKeepaliveReq Counter64, + ltmHttpProfileStatRespBucket1k Counter64, + ltmHttpProfileStatRespBucket4k Counter64, + ltmHttpProfileStatRespBucket16k Counter64, + ltmHttpProfileStatRespBucket32k Counter64, + ltmHttpProfileStatPrecompressBytes Counter64, + ltmHttpProfileStatPostcompressBytes Counter64, + ltmHttpProfileStatNullCompressBytes Counter64, + ltmHttpProfileStatHtmlPrecompressBytes Counter64, + ltmHttpProfileStatHtmlPostcompressBytes Counter64, + ltmHttpProfileStatCssPrecompressBytes Counter64, + ltmHttpProfileStatCssPostcompressBytes Counter64, + ltmHttpProfileStatJsPrecompressBytes Counter64, + ltmHttpProfileStatJsPostcompressBytes Counter64, + ltmHttpProfileStatXmlPrecompressBytes Counter64, + ltmHttpProfileStatXmlPostcompressBytes Counter64, + ltmHttpProfileStatSgmlPrecompressBytes Counter64, + ltmHttpProfileStatSgmlPostcompressBytes Counter64, + ltmHttpProfileStatPlainPrecompressBytes Counter64, + ltmHttpProfileStatPlainPostcompressBytes Counter64, + ltmHttpProfileStatOctetPrecompressBytes Counter64, + ltmHttpProfileStatOctetPostcompressBytes Counter64, + ltmHttpProfileStatImagePrecompressBytes Counter64, + ltmHttpProfileStatImagePostcompressBytes Counter64, + ltmHttpProfileStatVideoPrecompressBytes Counter64, + ltmHttpProfileStatVideoPostcompressBytes Counter64, + ltmHttpProfileStatAudioPrecompressBytes Counter64, + ltmHttpProfileStatAudioPostcompressBytes Counter64, + ltmHttpProfileStatOtherPrecompressBytes Counter64, + ltmHttpProfileStatOtherPostcompressBytes Counter64, + ltmHttpProfileStatRamcacheHits Counter64, + ltmHttpProfileStatRamcacheMisses Counter64, + ltmHttpProfileStatRamcacheMissesAll Counter64, + ltmHttpProfileStatRamcacheHitBytes Counter64, + ltmHttpProfileStatRamcacheMissBytes Counter64, + ltmHttpProfileStatRamcacheMissBytesAll Counter64, + ltmHttpProfileStatRamcacheSize Counter64, + ltmHttpProfileStatRamcacheCount Counter64, + ltmHttpProfileStatRamcacheEvictions Counter64, + ltmHttpProfileStatRespBucket64k Counter64, + ltmHttpProfileStatPassthroughIrule Counter64, + ltmHttpProfileStatPassthroughConnect Counter64, + ltmHttpProfileStatPassthroughWebSockets Counter64, + ltmHttpProfileStatPassthroughOversizeClientHeaders Counter64, + ltmHttpProfileStatPassthroughOversizeServerHeaders Counter64, + ltmHttpProfileStatPassthroughExcessClientHeaders Counter64, + ltmHttpProfileStatPassthroughExcessServerHeaders Counter64, + ltmHttpProfileStatPassthroughUnknownMethod Counter64, + ltmHttpProfileStatPassthroughPipeline Counter64 + } + +ltmHttpProfileStatName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of a HTTP profile." + ::= { ltmHttpProfileStatEntry 1 } + +ltmHttpProfileStatCookiePersistInserts OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of successful attempts to insert HTTP headers + for cookie persistence (set-cookie header insertions)." + ::= { ltmHttpProfileStatEntry 2 } + +ltmHttpProfileStatResp2xxCnt OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of server-side responses in range of 200 to 206 + (successful responses)" + ::= { ltmHttpProfileStatEntry 3 } + +ltmHttpProfileStatResp3xxCnt OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of server-side responses in range of 300 to 307 + (redirection responses)." + ::= { ltmHttpProfileStatEntry 4 } + +ltmHttpProfileStatResp4xxCnt OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of server-side responses in range of 400 to 417 + (client errors)." + ::= { ltmHttpProfileStatEntry 5 } + +ltmHttpProfileStatResp5xxCnt OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of server-side responses in range of 500 to 505 + (server errors)." + ::= { ltmHttpProfileStatEntry 6 } + +ltmHttpProfileStatNumberReqs OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of HTTP requests." + ::= { ltmHttpProfileStatEntry 7 } + +ltmHttpProfileStatGetReqs OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of HTTP get requests." + ::= { ltmHttpProfileStatEntry 8 } + +ltmHttpProfileStatPostReqs OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of HTTP post requests." + ::= { ltmHttpProfileStatEntry 9 } + +ltmHttpProfileStatV9Reqs OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of version 9 requests." + ::= { ltmHttpProfileStatEntry 10 } + +ltmHttpProfileStatV10Reqs OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of version 10 requests." + ::= { ltmHttpProfileStatEntry 11 } + +ltmHttpProfileStatV11Reqs OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of version 11 requests." + ::= { ltmHttpProfileStatEntry 12 } + +ltmHttpProfileStatV9Resp OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of version 9 responses." + ::= { ltmHttpProfileStatEntry 13 } + +ltmHttpProfileStatV10Resp OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of version 10 responses." + ::= { ltmHttpProfileStatEntry 14 } + +ltmHttpProfileStatV11Resp OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of version 11 responses." + ::= { ltmHttpProfileStatEntry 15 } + +ltmHttpProfileStatMaxKeepaliveReq OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The maximum number of requests made in a connection." + ::= { ltmHttpProfileStatEntry 16 } + +ltmHttpProfileStatRespBucket1k OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of responses under 1k." + ::= { ltmHttpProfileStatEntry 17 } + +ltmHttpProfileStatRespBucket4k OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of responses under 1 - 4k." + ::= { ltmHttpProfileStatEntry 18 } + +ltmHttpProfileStatRespBucket16k OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of responses under 4 - 16k." + ::= { ltmHttpProfileStatEntry 19 } + +ltmHttpProfileStatRespBucket32k OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of responses under 16 - 32k." + ::= { ltmHttpProfileStatEntry 20 } + +ltmHttpProfileStatPrecompressBytes OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! The number of response bytes before compression has taken place." + ::= { ltmHttpProfileStatEntry 21 } + +ltmHttpProfileStatPostcompressBytes OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! The number of response bytes after compression has taken place." + ::= { ltmHttpProfileStatEntry 22 } + +ltmHttpProfileStatNullCompressBytes OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! The number of bytes subjected to NULL compression (for license enforcement)." + ::= { ltmHttpProfileStatEntry 23 } + +ltmHttpProfileStatHtmlPrecompressBytes OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! The number of pre-compressed bytes for the MIME-Types: HTML." + ::= { ltmHttpProfileStatEntry 24 } + +ltmHttpProfileStatHtmlPostcompressBytes OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! The number of post-compressed bytes for the MIME-Types: HTML." + ::= { ltmHttpProfileStatEntry 25 } + +ltmHttpProfileStatCssPrecompressBytes OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! The number of pre-compressed bytes for the MIME-Types: CSS." + ::= { ltmHttpProfileStatEntry 26 } + +ltmHttpProfileStatCssPostcompressBytes OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! The number of post-compressed bytes for the MIME-Types: CSS." + ::= { ltmHttpProfileStatEntry 27 } + +ltmHttpProfileStatJsPrecompressBytes OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! The number of pre-compressed bytes for the MIME-Types: Javascript." + ::= { ltmHttpProfileStatEntry 28 } + +ltmHttpProfileStatJsPostcompressBytes OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! The number of post-compressed bytes for the MIME-Types: Javascript." + ::= { ltmHttpProfileStatEntry 29 } + +ltmHttpProfileStatXmlPrecompressBytes OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! The number of pre-compressed bytes for the MIME-Types: XML." + ::= { ltmHttpProfileStatEntry 30 } + +ltmHttpProfileStatXmlPostcompressBytes OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! The number of post-compressed bytes for the MIME-Types: XML." + ::= { ltmHttpProfileStatEntry 31 } + +ltmHttpProfileStatSgmlPrecompressBytes OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! The number of pre-compressed bytes for the MIME-Types: SGML." + ::= { ltmHttpProfileStatEntry 32 } + +ltmHttpProfileStatSgmlPostcompressBytes OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! The number of post-compressed bytes for the MIME-Types: SGML." + ::= { ltmHttpProfileStatEntry 33 } + +ltmHttpProfileStatPlainPrecompressBytes OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! The number of pre-compressed bytes for the MIME-Types: Plain." + ::= { ltmHttpProfileStatEntry 34 } + +ltmHttpProfileStatPlainPostcompressBytes OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! The number of post-compressed bytes for the MIME-Types: Plain." + ::= { ltmHttpProfileStatEntry 35 } + +ltmHttpProfileStatOctetPrecompressBytes OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! The number of pre-compressed bytes for the MIME-Types: Octet stream." + ::= { ltmHttpProfileStatEntry 36 } + +ltmHttpProfileStatOctetPostcompressBytes OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! The number of post-compressed bytes for the MIME-Types: Octet stream." + ::= { ltmHttpProfileStatEntry 37 } + +ltmHttpProfileStatImagePrecompressBytes OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! The number of pre-compressed bytes for the MIME-Types: Images." + ::= { ltmHttpProfileStatEntry 38 } + +ltmHttpProfileStatImagePostcompressBytes OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! The number of post-compressed bytes for the MIME-Types: Images." + ::= { ltmHttpProfileStatEntry 39 } + +ltmHttpProfileStatVideoPrecompressBytes OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! The number of pre-compressed bytes for the MIME-Types: Video files." + ::= { ltmHttpProfileStatEntry 40 } + +ltmHttpProfileStatVideoPostcompressBytes OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! The number of post-compressed bytes for the MIME-Types: Video files." + ::= { ltmHttpProfileStatEntry 41 } + +ltmHttpProfileStatAudioPrecompressBytes OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! The number of pre-compressed bytes for the MIME-Types: Audio files." + ::= { ltmHttpProfileStatEntry 42 } + +ltmHttpProfileStatAudioPostcompressBytes OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! The number of post-compressed bytes for the MIME-Types: Audio files." + ::= { ltmHttpProfileStatEntry 43 } + +ltmHttpProfileStatOtherPrecompressBytes OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! The number of pre-compressed bytes for the MIME-Types: other than + HTML, CSS, Javascript, XML, SGML, Plain, Images, Video files, + Audio files." + ::= { ltmHttpProfileStatEntry 44 } + +ltmHttpProfileStatOtherPostcompressBytes OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! The number of post-compressed bytes for the MIME-Types: other than + HTML, CSS, Javascript, XML, SGML, Plain, Images, Video files, + Audio files." + ::= { ltmHttpProfileStatEntry 45 } + +ltmHttpProfileStatRamcacheHits OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! The number of RAM cache hits." + ::= { ltmHttpProfileStatEntry 46 } + +ltmHttpProfileStatRamcacheMisses OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! The number of RAM cache misses, excluding un-cacheable data." + ::= { ltmHttpProfileStatEntry 47 } + +ltmHttpProfileStatRamcacheMissesAll OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! The total number of RAM cache misses." + ::= { ltmHttpProfileStatEntry 48 } + +ltmHttpProfileStatRamcacheHitBytes OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! The number of RAM cache hits in bytes." + ::= { ltmHttpProfileStatEntry 49 } + +ltmHttpProfileStatRamcacheMissBytes OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! The number of RAM cache misses in bytes, excluding un-cacheable data." + ::= { ltmHttpProfileStatEntry 50 } + +ltmHttpProfileStatRamcacheMissBytesAll OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! The total number of RAM cache misses in bytes." + ::= { ltmHttpProfileStatEntry 51 } + +ltmHttpProfileStatRamcacheSize OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! The Ram cache current size." + ::= { ltmHttpProfileStatEntry 52 } + +ltmHttpProfileStatRamcacheCount OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! The number of items stored in Ram cache." + ::= { ltmHttpProfileStatEntry 53 } + +ltmHttpProfileStatRamcacheEvictions OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! The number of Ram cache evictions." + ::= { ltmHttpProfileStatEntry 54 } + +ltmHttpProfileStatRespBucket64k OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! Please see the new larger bucket sizes" + ::= { ltmHttpProfileStatEntry 55 } + +ltmHttpProfileStatPassthroughIrule OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of HTTP::disable's leading to pass through mode." + ::= { ltmHttpProfileStatEntry 56 } + +ltmHttpProfileStatPassthroughConnect OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of CONNECT methods leading to pass through mode." + ::= { ltmHttpProfileStatEntry 57 } + +ltmHttpProfileStatPassthroughWebSockets OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of 100 Switching Protocols leading to pass through mode." + ::= { ltmHttpProfileStatEntry 58 } + +ltmHttpProfileStatPassthroughOversizeClientHeaders OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of too-large client headers requests causing pass through mode." + ::= { ltmHttpProfileStatEntry 59 } + +ltmHttpProfileStatPassthroughOversizeServerHeaders OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of too-large server headers responses causing pass through mode." + ::= { ltmHttpProfileStatEntry 60 } + +ltmHttpProfileStatPassthroughExcessClientHeaders OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of too many client headers requests causing pass through mode." + ::= { ltmHttpProfileStatEntry 61 } + +ltmHttpProfileStatPassthroughExcessServerHeaders OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of too many server headers responses causing pass through mode." + ::= { ltmHttpProfileStatEntry 62 } + +ltmHttpProfileStatPassthroughUnknownMethod OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of unknown methods leading to pass through mode." + ::= { ltmHttpProfileStatEntry 63 } + +ltmHttpProfileStatPassthroughPipeline OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of pipelined requests leading to pass through mode." + ::= { ltmHttpProfileStatEntry 64 } + +--================================================================== +-- Profile_persist +--================================================================== +ltmPersistProfileNumber OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of ltmPersistProfile entries in the table." + ::= { ltmPersistProfile 1 } + +ltmPersistProfileTable OBJECT-TYPE + SYNTAX SEQUENCE OF LtmPersistProfileEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A table containing information of persistent profile." + ::= { ltmPersistProfile 2 } + +ltmPersistProfileEntry OBJECT-TYPE + SYNTAX LtmPersistProfileEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Columns in the ltmPersistProfile Table" + INDEX { + ltmPersistProfileName + } + ::= { ltmPersistProfileTable 1 } + +LtmPersistProfileEntry ::= + SEQUENCE { + ltmPersistProfileName LongDisplayString, + ltmPersistProfileConfigSource INTEGER, + ltmPersistProfileDefaultName LongDisplayString, + ltmPersistProfileMode INTEGER, + ltmPersistProfileMirror INTEGER, + ltmPersistProfileTimeout Gauge, + ltmPersistProfileMaskType InetAddressType, + ltmPersistProfileMask InetAddress, + ltmPersistProfileCookieMethod INTEGER, + ltmPersistProfileCookieName LongDisplayString, + ltmPersistProfileCookieExpiration Gauge, + ltmPersistProfileCookieHashOffset INTEGER, + ltmPersistProfileCookieHashLength INTEGER, + ltmPersistProfileMsrdpNoSessionDir INTEGER, + ltmPersistProfileMapProxies INTEGER, + ltmPersistProfileAcrossServices INTEGER, + ltmPersistProfileAcrossVirtuals INTEGER, + ltmPersistProfileAcrossPools INTEGER, + ltmPersistProfileUieRule LongDisplayString, + ltmPersistProfileSipInfo LongDisplayString, + ltmPersistProfileCookieHttpOnly INTEGER, + ltmPersistProfileCookieSecure INTEGER + } + +ltmPersistProfileName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of a persist profile." + ::= { ltmPersistProfileEntry 1 } + +ltmPersistProfileConfigSource OBJECT-TYPE + SYNTAX INTEGER { + usercfg(0), + basecfg(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The state that specifies whether this is a base/pre-configured profile + or user defined profile." + ::= { ltmPersistProfileEntry 2 } + +ltmPersistProfileDefaultName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of the profile from which the specified profile derives + its attribute default values." + ::= { ltmPersistProfileEntry 3 } + +ltmPersistProfileMode OBJECT-TYPE + SYNTAX INTEGER { + none(0), + srcaddr(1), + dstaddr(2), + cookie(3), + msrdp(4), + sslsid(5), + sip(6), + uie(7), + hash(8), + host(9) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The type of persistence." + ::= { ltmPersistProfileEntry 4 } + +ltmPersistProfileMirror OBJECT-TYPE + SYNTAX INTEGER { + false(0), + true(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The state of mirror persistence records." + ::= { ltmPersistProfileEntry 5 } + +ltmPersistProfileTimeout OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The value (in seconds) to timeout persist entry." + ::= { ltmPersistProfileEntry 6 } + +ltmPersistProfileMaskType OBJECT-TYPE + SYNTAX InetAddressType + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The IP address type of ltmPersistMask" + ::= { ltmPersistProfileEntry 7 } + +ltmPersistProfileMask OBJECT-TYPE + SYNTAX InetAddress + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The source/destination address mask. It is interpreted + within the context of a ltmPersistMaskType value." + ::= { ltmPersistProfileEntry 8 } + +ltmPersistProfileCookieMethod OBJECT-TYPE + SYNTAX INTEGER { + unspecified(0), + insert(1), + rewrite(2), + passive(3), + hash(4) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The type of cookie persistence." + ::= { ltmPersistProfileEntry 9 } + +ltmPersistProfileCookieName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of cookie." + ::= { ltmPersistProfileEntry 10 } + +ltmPersistProfileCookieExpiration OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The cookie expiration in seconds." + ::= { ltmPersistProfileEntry 11 } + +ltmPersistProfileCookieHashOffset OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The offset of cookie for hash mode." + ::= { ltmPersistProfileEntry 12 } + +ltmPersistProfileCookieHashLength OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The length of cookie for hash mode." + ::= { ltmPersistProfileEntry 13 } + +ltmPersistProfileMsrdpNoSessionDir OBJECT-TYPE + SYNTAX INTEGER { + false(0), + true(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "This object indicates MS terminal services has been configured + without a session directory and causes the initial MSRDP + connection to be load-balanced." + ::= { ltmPersistProfileEntry 14 } + +ltmPersistProfileMapProxies OBJECT-TYPE + SYNTAX INTEGER { + false(0), + true(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "This object indicates whether we should map known proxies when + the persistence mode is src_addr." + ::= { ltmPersistProfileEntry 15 } + +ltmPersistProfileAcrossServices OBJECT-TYPE + SYNTAX INTEGER { + false(0), + true(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "This object indicates whether the persistence entries added under + this profile are available across services." + ::= { ltmPersistProfileEntry 16 } + +ltmPersistProfileAcrossVirtuals OBJECT-TYPE + SYNTAX INTEGER { + false(0), + true(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "This object indicates whether the persistence entries added under + this profile are available across virtuals." + ::= { ltmPersistProfileEntry 17 } + +ltmPersistProfileAcrossPools OBJECT-TYPE + SYNTAX INTEGER { + false(0), + true(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "This object indicates whether the persistence entries added under + this profile are available across pools." + ::= { ltmPersistProfileEntry 18 } + +ltmPersistProfileUieRule OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The rule name for UIE mode." + ::= { ltmPersistProfileEntry 19 } + +ltmPersistProfileSipInfo OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The SIP header name for persisting in the specified profile." + ::= { ltmPersistProfileEntry 20 } + +ltmPersistProfileCookieHttpOnly OBJECT-TYPE + SYNTAX INTEGER { + disabled(0), + enabled(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The state of cookie HTTP Only attribute." + ::= { ltmPersistProfileEntry 21 } + +ltmPersistProfileCookieSecure OBJECT-TYPE + SYNTAX INTEGER { + disabled(0), + enabled(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The state of cookie Secure attribute." + ::= { ltmPersistProfileEntry 22 } + +--================================================================== +-- Profile_stream +--================================================================== +ltmStreamProfileNumber OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of ltmStreamProfile entries in the table." + ::= { ltmStreamProfile 1 } + +ltmStreamProfileTable OBJECT-TYPE + SYNTAX SEQUENCE OF LtmStreamProfileEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A table containing information of stream profile." + ::= { ltmStreamProfile 2 } + +ltmStreamProfileEntry OBJECT-TYPE + SYNTAX LtmStreamProfileEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Columns in the ltmStreamProfile Table" + INDEX { + ltmStreamProfileName + } + ::= { ltmStreamProfileTable 1 } + +LtmStreamProfileEntry ::= + SEQUENCE { + ltmStreamProfileName LongDisplayString, + ltmStreamProfileConfigSource INTEGER, + ltmStreamProfileDefaultName LongDisplayString, + ltmStreamProfileSource LongDisplayString, + ltmStreamProfileTarget LongDisplayString + } + +ltmStreamProfileName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of a stream profile." + ::= { ltmStreamProfileEntry 1 } + +ltmStreamProfileConfigSource OBJECT-TYPE + SYNTAX INTEGER { + usercfg(0), + basecfg(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The state that specifies whether this is a base/pre-configured profile + or user defined profile." + ::= { ltmStreamProfileEntry 2 } + +ltmStreamProfileDefaultName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of the profile from which the specified profile derives + its attribute default values." + ::= { ltmStreamProfileEntry 3 } + +ltmStreamProfileSource OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The source string to search for." + ::= { ltmStreamProfileEntry 4 } + +ltmStreamProfileTarget OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The target string to replace." + ::= { ltmStreamProfileEntry 5 } + +--================================================================== +-- Profile_stream_stat +--================================================================== +ltmStreamProfileStatResetStats OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "The action to reset resettable statistics data in ltmStreamProfileStat. + Setting this value to 1 will reset statistics data. + Note, some statistics data may not be reset including data that are incremental counters." + ::= { ltmStreamProfileStat 1 } + +ltmStreamProfileStatNumber OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of ltmStreamProfileStat entries in the table." + ::= { ltmStreamProfileStat 2 } + +ltmStreamProfileStatTable OBJECT-TYPE + SYNTAX SEQUENCE OF LtmStreamProfileStatEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A table containing statistic information of stream profile." + ::= { ltmStreamProfileStat 3 } + +ltmStreamProfileStatEntry OBJECT-TYPE + SYNTAX LtmStreamProfileStatEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Columns in the ltmStreamProfileStat Table" + INDEX { + ltmStreamProfileStatName + } + ::= { ltmStreamProfileStatTable 1 } + +LtmStreamProfileStatEntry ::= + SEQUENCE { + ltmStreamProfileStatName LongDisplayString, + ltmStreamProfileStatReplaces Counter64 + } + +ltmStreamProfileStatName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of a stream profile." + ::= { ltmStreamProfileStatEntry 1 } + +ltmStreamProfileStatReplaces OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of replace operations completed." + ::= { ltmStreamProfileStatEntry 2 } + +--================================================================== +-- Profile_tcp +--================================================================== +ltmTcpProfileNumber OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of ltmTcpProfile entries in the table." + ::= { ltmTcpProfile 1 } + +ltmTcpProfileTable OBJECT-TYPE + SYNTAX SEQUENCE OF LtmTcpProfileEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A table containing information of TCP profile." + ::= { ltmTcpProfile 2 } + +ltmTcpProfileEntry OBJECT-TYPE + SYNTAX LtmTcpProfileEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Columns in the ltmTcpProfile Table" + INDEX { + ltmTcpProfileName + } + ::= { ltmTcpProfileTable 1 } + +LtmTcpProfileEntry ::= + SEQUENCE { + ltmTcpProfileName LongDisplayString, + ltmTcpProfileConfigSource INTEGER, + ltmTcpProfileDefaultName LongDisplayString, + ltmTcpProfileResetOnTimeout INTEGER, + ltmTcpProfileTimeWaitRecycle INTEGER, + ltmTcpProfileDelayedAcks INTEGER, + ltmTcpProfileProxyMss INTEGER, + ltmTcpProfileProxyOptions INTEGER, + ltmTcpProfileProxyBufferLow Gauge, + ltmTcpProfileProxyBufferHigh Gauge, + ltmTcpProfileIdleTimeout Gauge, + ltmTcpProfileTimeWaitTimeout Gauge, + ltmTcpProfileFinWaitTimeout Gauge, + ltmTcpProfileCloseWaitTimeout Gauge, + ltmTcpProfileSndbuf Gauge, + ltmTcpProfileRcvwnd Gauge, + ltmTcpProfileKeepAliveInterval Gauge, + ltmTcpProfileSynMaxrtx Gauge, + ltmTcpProfileMaxrtx Gauge, + ltmTcpProfileIpTosToClient INTEGER, + ltmTcpProfileLinkQosToClient INTEGER, + ltmTcpProfileDeferredAccept INTEGER, + ltmTcpProfileSelectiveAcks INTEGER, + ltmTcpProfileEcn INTEGER, + ltmTcpProfileLimitedTransmit INTEGER, + ltmTcpProfileHighPerfTcpExt INTEGER, + ltmTcpProfileSlowStart INTEGER, + ltmTcpProfileBandwidthDelay INTEGER, + ltmTcpProfileNagle INTEGER, + ltmTcpProfileAckOnPush INTEGER, + ltmTcpProfileMd5Sig INTEGER, + ltmTcpProfileMd5SigPass LongDisplayString, + ltmTcpProfileAbc INTEGER, + ltmTcpProfileCongestionCtrl INTEGER, + ltmTcpProfileDsack INTEGER, + ltmTcpProfileCmetricsCache INTEGER, + ltmTcpProfileVerifiedAccept INTEGER, + ltmTcpProfilePktLossIgnoreRate Gauge, + ltmTcpProfilePktLossIgnoreBurst Gauge, + ltmTcpProfileZeroWindowTimeout Gauge, + ltmTcpProfileInitCwnd Gauge, + ltmTcpProfileInitRwnd Gauge, + ltmTcpProfileDelayWindowControl INTEGER, + ltmTcpProfileSynRtoBase Gauge, + ltmTcpProfileTimestamps INTEGER, + ltmTcpProfileMinRto Gauge, + ltmTcpProfileMptcp INTEGER, + ltmTcpProfileRatePace INTEGER, + ltmTcpProfileMptcpCsum INTEGER, + ltmTcpProfileMptcpCsumVerify INTEGER, + ltmTcpProfileMptcpDebug INTEGER, + ltmTcpProfileMptcpFallback INTEGER, + ltmTcpProfileMptcpJoinmax Gauge, + ltmTcpProfileMptcpNojoindssack INTEGER, + ltmTcpProfileMptcpRtomax Gauge, + ltmTcpProfileMptcpRxmitmin Gauge, + ltmTcpProfileMptcpSubflowmax Gauge, + ltmTcpProfileMptcpMakeafterbreak INTEGER, + ltmTcpProfileMptcpTimeout Gauge, + ltmTcpProfileMptcpFastjoin INTEGER, + ltmTcpProfileEarlyRetransmit INTEGER, + ltmTcpProfileTailLossProbe INTEGER, + ltmTcpProfileCmetricsCacheTimeout Gauge, + ltmTcpProfileRatePaceMaxRate Gauge, + ltmTcpProfileFastOpen INTEGER, + ltmTcpProfileFastOpenCookieExpiration Gauge, + ltmTcpProfileFinWait2Timeout Gauge, + ltmTcpProfileRexmtThresh Gauge, + ltmTcpProfileAutoSendBuffer INTEGER, + ltmTcpProfileAutoReceiveWindow INTEGER, + ltmTcpProfileAutoProxyBuffer INTEGER, + ltmTcpProfileEnhancedLossRecovery INTEGER, + ltmTcpProfilePushFlag INTEGER + } + +ltmTcpProfileName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of a TCP profile." + ::= { ltmTcpProfileEntry 1 } + +ltmTcpProfileConfigSource OBJECT-TYPE + SYNTAX INTEGER { + usercfg(0), + basecfg(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The state that specifies whether this is a base/pre-configured profile + or user defined profile." + ::= { ltmTcpProfileEntry 2 } + +ltmTcpProfileDefaultName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of the profile from which the specified profile derives + its attribute default values." + ::= { ltmTcpProfileEntry 3 } + +ltmTcpProfileResetOnTimeout OBJECT-TYPE + SYNTAX INTEGER { + false(0), + true(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The feature of reset for idle timeout. + If true and a TCP connection exceeds its idle_timeout, send a reset + in addition to deleting the connection." + ::= { ltmTcpProfileEntry 4 } + +ltmTcpProfileTimeWaitRecycle OBJECT-TYPE + SYNTAX INTEGER { + false(0), + true(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Recycle connection when SYN is received in TIME-WAIT state." + ::= { ltmTcpProfileEntry 5 } + +ltmTcpProfileDelayedAcks OBJECT-TYPE + SYNTAX INTEGER { + false(0), + true(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "If true, Enable delayed ACK to allow coalescing of multiple ACK responses." + ::= { ltmTcpProfileEntry 6 } + +ltmTcpProfileProxyMss OBJECT-TYPE + SYNTAX INTEGER { + false(0), + true(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Whether or not to proxy maximum segment size. + If true, advertise the same mss to the server as was + negotiated with the client." + ::= { ltmTcpProfileEntry 7 } + +ltmTcpProfileProxyOptions OBJECT-TYPE + SYNTAX INTEGER { + false(0), + true(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Whether or not to proxy an option. + If true, advertise an option (e.g. time-stamps) to + the server only if it was negotiated with the client." + ::= { ltmTcpProfileEntry 8 } + +ltmTcpProfileProxyBufferLow OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The proxy buffer level at which the receive window is opened." + ::= { ltmTcpProfileEntry 9 } + +ltmTcpProfileProxyBufferHigh OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The proxy buffer level at which the receive window is closed." + ::= { ltmTcpProfileEntry 10 } + +ltmTcpProfileIdleTimeout OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of seconds without traffic before a connection is + eligible for deletion." + ::= { ltmTcpProfileEntry 11 } + +ltmTcpProfileTimeWaitTimeout OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The milliseconds in TIME-WAIT before entering CLOSED state." + ::= { ltmTcpProfileEntry 12 } + +ltmTcpProfileFinWaitTimeout OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of seconds to remain in FIN-WAIT-1 or CLOSING state + before giving up. Zero is forever (or until maxrtx of FIN)." + ::= { ltmTcpProfileEntry 13 } + +ltmTcpProfileCloseWaitTimeout OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of seconds to remain in LAST-ACK state before + giving up. Zero is forever (or until maxrtx of FIN)." + ::= { ltmTcpProfileEntry 14 } + +ltmTcpProfileSndbuf OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Send buffer size in bytes." + ::= { ltmTcpProfileEntry 15 } + +ltmTcpProfileRcvwnd OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Receive window size in bytes." + ::= { ltmTcpProfileEntry 16 } + +ltmTcpProfileKeepAliveInterval OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Keep alive probe interval in milliseconds." + ::= { ltmTcpProfileEntry 17 } + +ltmTcpProfileSynMaxrtx OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The maximum number of retransmissions of SYN segments." + ::= { ltmTcpProfileEntry 18 } + +ltmTcpProfileMaxrtx OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The maximum number of retransmissions of data segments." + ::= { ltmTcpProfileEntry 19 } + +ltmTcpProfileIpTosToClient OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The IP type of service set in packets sent to client. Default:None." + ::= { ltmTcpProfileEntry 20 } + +ltmTcpProfileLinkQosToClient OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The link quality of service set in packets sent to client. Default:None." + ::= { ltmTcpProfileEntry 21 } + +ltmTcpProfileDeferredAccept OBJECT-TYPE + SYNTAX INTEGER { + false(0), + true(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The state that if true, defers allocation of connection chain context + until payload from client has been seen." + ::= { ltmTcpProfileEntry 22 } + +ltmTcpProfileSelectiveAcks OBJECT-TYPE + SYNTAX INTEGER { + false(0), + true(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The state that if true, enable RFC2018 Selective Acknowledgements." + ::= { ltmTcpProfileEntry 23 } + +ltmTcpProfileEcn OBJECT-TYPE + SYNTAX INTEGER { + false(0), + true(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The state that if true, enable RFC3168 Extended Congestion Notification (ECN)." + ::= { ltmTcpProfileEntry 24 } + +ltmTcpProfileLimitedTransmit OBJECT-TYPE + SYNTAX INTEGER { + false(0), + true(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The state that if true, enables support for RFC3042 Limited Transmit Recovery" + ::= { ltmTcpProfileEntry 25 } + +ltmTcpProfileHighPerfTcpExt OBJECT-TYPE + SYNTAX INTEGER { + false(0), + true(1) + } + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! Replaced by ltmTcpProfileTimestamps. + The state that if true, enables support for RFC1323 timestamps + and window scaling (high bandwidth TCP extensions)." + ::= { ltmTcpProfileEntry 26 } + +ltmTcpProfileSlowStart OBJECT-TYPE + SYNTAX INTEGER { + false(0), + true(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The state if true, enable TCP slow-start by default. We use RFC3390 to + slow-start rather than traditional congestion avoidance mechanisms." + ::= { ltmTcpProfileEntry 27 } + +ltmTcpProfileBandwidthDelay OBJECT-TYPE + SYNTAX INTEGER { + false(0), + true(1) + } + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! The state if true, attempt to calculate the optimal bandwidth + to use to the peer based on throughput and round-trip time, + and don't exceed it." + ::= { ltmTcpProfileEntry 28 } + +ltmTcpProfileNagle OBJECT-TYPE + SYNTAX INTEGER { + false(0), + true(1), + auto(2) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The state if true, delay sending data < MSS in size unless + all prior data has been ACKed. This leads to less in-flight small-data, + and less chance for drops, but can harm interactivity. When state is false, + sending data < MSS in size is not delayed. When state is auto, the use of + Nagle's algorithm is decided based on network conditions. Named after + Nagle's algorithm." + ::= { ltmTcpProfileEntry 29 } + +ltmTcpProfileAckOnPush OBJECT-TYPE + SYNTAX INTEGER { + false(0), + true(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The state if true, data-bearing in-order TCP segments will elicit + immediate ACKs from us if they have the PUSH flag set, regardless of + the setting of the delayed-ack profile option." + ::= { ltmTcpProfileEntry 30 } + +ltmTcpProfileMd5Sig OBJECT-TYPE + SYNTAX INTEGER { + false(0), + true(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The state if true, use RFC2385 TCP-MD5 signatures to protect + TCP traffic against intermediate tampering." + ::= { ltmTcpProfileEntry 31 } + +ltmTcpProfileMd5SigPass OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! No longer supported. + This is a plaintext passphrase which may be between 1 and 80 + characters in length, and is used in a shared-secret scheme + to implement the spoof-prevention parts of RFC2385." + ::= { ltmTcpProfileEntry 32 } + +ltmTcpProfileAbc OBJECT-TYPE + SYNTAX INTEGER { + false(0), + true(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The state that if it is true, count the number of bytes ACKed + rather than the number of returning ACKs from the peer when + in the linear congestion-window expansion phase of a TCP + connection. This algorithm and its benefits are described + in RFC3465 (Appropriate Byte Counting)." + ::= { ltmTcpProfileEntry 33 } + +ltmTcpProfileCongestionCtrl OBJECT-TYPE + SYNTAX INTEGER { + reno(0), + newreno(1), + scalable(2), + highspeed(3), + none(4), + vegas(5), + illinois(6), + woodside(7), + chd(8), + cdg(9), + cubic(10), + westwood(11), + bbr(12) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The TCP congestion control mode, guiding cwnd growth. + reno - RENO congestion control mode; + newreno - new RENO congestion control mode; + scalable - scalable congestion control mode. It will do MIMD + on cwnd besides NewReno retransmission; + highspeed - high-speed congestion control mode, per RFC3649; + none - no congestion control; + vegas - vegas congestion control, delay-based; + illinois - illinois congestion control, hybrid loss and delay; + woodside - woodside congestion control, hybrid loss and delay; + chd - chd congestion control, queue-delay based; + cdg - cdg congestion control, RTT based; + cubic - cubic congestion control, optimized for high latency, + high bandwidth connections; + westwood - westwood+ congestion control, bandwidth estimation; + bbr - bbr congestion control, bandwidth and RTT based." + ::= { ltmTcpProfileEntry 34 } + +ltmTcpProfileDsack OBJECT-TYPE + SYNTAX INTEGER { + false(0), + true(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The state that if true, enable support for RFC2883 D-SACK (Duplicate Selective Acknowledgment)." + ::= { ltmTcpProfileEntry 35 } + +ltmTcpProfileCmetricsCache OBJECT-TYPE + SYNTAX INTEGER { + false(0), + true(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The state that if true, use the routing table metrics cache to + retrieve the last-known tcp congestion parameters. + (Congestion window, round-trip-times, and slow-start threshold.)" + ::= { ltmTcpProfileEntry 36 } + +ltmTcpProfileVerifiedAccept OBJECT-TYPE + SYNTAX INTEGER { + false(0), + true(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The state that if true, the device must not respond to the clients + SYN with a SYN-ACK until it receives a SYN-ACK from + the server, indicating that the port is open." + ::= { ltmTcpProfileEntry 37 } + +ltmTcpProfilePktLossIgnoreRate OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Specifies the threshold of packets lost per million at which the system should perform congestion control. + Measured in packets per million. Valid values are from 0 to 1000000." + ::= { ltmTcpProfileEntry 38 } + +ltmTcpProfilePktLossIgnoreBurst OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Specifies the likelihood of performing congestion control when multiple packets in a row are lost even + if the loss threshold has not been exceeded. Valid values are from 0 to 32. Higher values decrease the + likelihood of performing congestion control." + ::= { ltmTcpProfileEntry 39 } + +ltmTcpProfileZeroWindowTimeout OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Specifies the timeout in milliseconds for terminating a connection with an effective zero length TCP + transmit window. The timeout starts when the peer advertises a zero length TCP window or when enough + data has been sent to fill the previously advertised window. The timer is canceled when a non-zero + length window is received. The default is 20000 milliseconds." + ::= { ltmTcpProfileEntry 40 } + +ltmTcpProfileInitCwnd OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Initial congestion window size for connections to this destination. Actual window size is this value + multiplied by the MSS (Maximal Segment Size) for same connection. The default is zero, meaning to + use the values specified in RFC2414. Allowed values are in the range of 0 to 64." + ::= { ltmTcpProfileEntry 41 } + +ltmTcpProfileInitRwnd OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Initial receive window size for connections to this destination. The actual window size is this value + multiplied by the MSS (Maximal Segment Size) of the connection. The default value is zero, meaning + to use Slow Start value. Allowed values are in the range of 0 to 64." + ::= { ltmTcpProfileEntry 42 } + +ltmTcpProfileDelayWindowControl OBJECT-TYPE + SYNTAX INTEGER { + false(0), + true(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "If enabled, uses an estimate of queuing delay as a measure of congestion to control, in addition to + the normal loss based control, the amount of data sent." + ::= { ltmTcpProfileEntry 43 } + +ltmTcpProfileSynRtoBase OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Initial RTO (Retransmission TimeOut) base multiplier for SYN retransmission, specified in milliseconds. + This value is modified by the exponential backoff table to select the interval for subsequent + retransmissions." + ::= { ltmTcpProfileEntry 44 } + +ltmTcpProfileTimestamps OBJECT-TYPE + SYNTAX INTEGER { + false(0), + true(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The state that if true, enables support for RFC1323 timestamps (high bandwidth TCP extension)." + ::= { ltmTcpProfileEntry 45 } + +ltmTcpProfileMinRto OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Specifies the minimum TCP retransmission timeout in milliseconds. The timeout starts when the sender sends + a packet containing data. The timer is canceled when all outstanding data has been acknowledged. The timer + restarts when an ACK is received to acknowledge new data. The default is 0 milliseconds; which means using + the TCP stack default. Maximum value is 5000 milliseconds." + ::= { ltmTcpProfileEntry 46 } + +ltmTcpProfileMptcp OBJECT-TYPE + SYNTAX INTEGER { + disabled(0), + enabled(1), + passthrough(2) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The state that, if enabled, all incoming flows handle by the MPTCP stack allowing for support of multipath + enabled connections. When passthrough, MPTCP flows are not terminated by this virtual." + ::= { ltmTcpProfileEntry 47 } + +ltmTcpProfileRatePace OBJECT-TYPE + SYNTAX INTEGER { + false(0), + true(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The state that, when true, enables pacing of data transmission." + ::= { ltmTcpProfileEntry 48 } + +ltmTcpProfileMptcpCsum OBJECT-TYPE + SYNTAX INTEGER { + false(0), + true(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The state that, when true, enabled checksums support by this MPTCP enabled device." + ::= { ltmTcpProfileEntry 49 } + +ltmTcpProfileMptcpCsumVerify OBJECT-TYPE + SYNTAX INTEGER { + false(0), + true(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The state that, when true, enables verifying incoming checksums, and checksum failure causes + connection abort." + ::= { ltmTcpProfileEntry 50 } + +ltmTcpProfileMptcpDebug OBJECT-TYPE + SYNTAX INTEGER { + false(0), + true(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The state that, when true, enables debug logging and statistics for MPTCP." + ::= { ltmTcpProfileEntry 51 } + +ltmTcpProfileMptcpFallback OBJECT-TYPE + SYNTAX INTEGER { + reset(0), + retransmit(1), + activeaccept(2), + accept(3) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The MPTCP fallback control mode, + reboot - reboot control mode; + retransmit - retransmit control mode; + activeaccept - activeaccept control mode; + accept - accept control mode." + ::= { ltmTcpProfileEntry 52 } + +ltmTcpProfileMptcpJoinmax OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Specifies the maximum number of simultaneous join attempts on a given flow. Default value is 5. Maximum value is 20." + ::= { ltmTcpProfileEntry 53 } + +ltmTcpProfileMptcpNojoindssack OBJECT-TYPE + SYNTAX INTEGER { + false(0), + true(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The state that, when true, the no DSS option is sent on the JOIN ACK." + ::= { ltmTcpProfileEntry 54 } + +ltmTcpProfileMptcpRtomax OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Specifies the the number of RTOs before declaring subflow dead. Default value is 5. Maximum value is 12. Minimum value is 3." + ::= { ltmTcpProfileEntry 55 } + +ltmTcpProfileMptcpRxmitmin OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Specifies the minimum value (in milliseconds) of retransmission timer for these MPTCP flows. Default value is 1000. Maximum value is 5000. Minimum value is 200." + ::= { ltmTcpProfileEntry 56 } + +ltmTcpProfileMptcpSubflowmax OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Specifies the maximum number of MPTCP subflows for a single flow. Default value is 6. Maximum value is 10." + ::= { ltmTcpProfileEntry 57 } + +ltmTcpProfileMptcpMakeafterbreak OBJECT-TYPE + SYNTAX INTEGER { + false(0), + true(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The state that, when true, causes after break functionality allowing for Long-Lived MPTCP sessions." + ::= { ltmTcpProfileEntry 58 } + +ltmTcpProfileMptcpTimeout OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Specifies the timeout value to discard long-lived sessions that do not have an active flow. Default value is 3600 sec. Maximum value is 36000 sec." + ::= { ltmTcpProfileEntry 59 } + +ltmTcpProfileMptcpFastjoin OBJECT-TYPE + SYNTAX INTEGER { + false(0), + true(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The state that, when true, enables FAST join, allowing data to be sent on the MP_JOIN SYN, which can allow a server response to occur in parallel with the JOIN" + ::= { ltmTcpProfileEntry 60 } + +ltmTcpProfileEarlyRetransmit OBJECT-TYPE + SYNTAX INTEGER { + false(0), + true(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The state that if true, enables support for RFC5827 Early Retransmit" + ::= { ltmTcpProfileEntry 61 } + +ltmTcpProfileTailLossProbe OBJECT-TYPE + SYNTAX INTEGER { + false(0), + true(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The state that if true, enables support for Tail Loss Probe" + ::= { ltmTcpProfileEntry 62 } + +ltmTcpProfileCmetricsCacheTimeout OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Specifies the time, in seconds, for which entries in the congestion + metrics cache are valid. The default value is 0, which defers to + the sys db variable route.metrics.timeout. Valid values are from 0 to + 1000000." + ::= { ltmTcpProfileEntry 63 } + +ltmTcpProfileRatePaceMaxRate OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Specifies the maximum rate, in bytes per second, at which the rate + pacing feature may transmit data. The default value is 0, which + means no maximum rate is enforced." + ::= { ltmTcpProfileEntry 64 } + +ltmTcpProfileFastOpen OBJECT-TYPE + SYNTAX INTEGER { + false(0), + true(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The state that if true, enables support for Fast Open." + ::= { ltmTcpProfileEntry 65 } + +ltmTcpProfileFastOpenCookieExpiration OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Specifies the number of seconds a Fast Open Cookie provided by a BIG-IP is valid for incoming SYN packets from that client. The default value is 21600 (6 hours). The range is from 0 (meaning use the default) to 1000000." + ::= { ltmTcpProfileEntry 66 } + +ltmTcpProfileFinWait2Timeout OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of seconds to remain in FIN-WAIT-2 state before giving up. + Zero is forever (or until maxrtx of FIN)." + ::= { ltmTcpProfileEntry 67 } + +ltmTcpProfileRexmtThresh OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Specifies the number of duplicate ACKs received (retransmit threshold) before starting fast recovery. Default value is 3. The range is from 3 to 255." + ::= { ltmTcpProfileEntry 68 } + +ltmTcpProfileAutoSendBuffer OBJECT-TYPE + SYNTAX INTEGER { + false(0), + true(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The state that if true, enables support for send buffer auto-tuning." + ::= { ltmTcpProfileEntry 69 } + +ltmTcpProfileAutoReceiveWindow OBJECT-TYPE + SYNTAX INTEGER { + false(0), + true(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The state that if true, enables support for receive window auto-tuning." + ::= { ltmTcpProfileEntry 70 } + +ltmTcpProfileAutoProxyBuffer OBJECT-TYPE + SYNTAX INTEGER { + false(0), + true(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The state that if true, enables support for proxy buffer auto-tuning." + ::= { ltmTcpProfileEntry 71 } + +ltmTcpProfileEnhancedLossRecovery OBJECT-TYPE + SYNTAX INTEGER { + false(0), + true(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The state that if true, enables support for Enhanced Loss Recovery" + ::= { ltmTcpProfileEntry 72 } + +ltmTcpProfilePushFlag OBJECT-TYPE + SYNTAX INTEGER { + default(0), + none(1), + one(2), + auto(3) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The TCP PUSH flag control mode, guiding sending PUSH segments. + default - Default behavior mode; + none - Do not send any PUSH flags mode; + one - Send a PUSH flag with FIN segments mode; + auto - Auto (send PUSH segments based on app/network conditions) mode" + ::= { ltmTcpProfileEntry 73 } + +--================================================================== +-- Profile_tcp_stat +--================================================================== +ltmTcpProfileStatResetStats OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "The action to reset resettable statistics data in ltmTcpProfileStat. + Setting this value to 1 will reset statistics data. + Note, some statistics data may not be reset including data that are incremental counters." + ::= { ltmTcpProfileStat 1 } + +ltmTcpProfileStatNumber OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of ltmTcpProfileStat entries in the table." + ::= { ltmTcpProfileStat 2 } + +ltmTcpProfileStatTable OBJECT-TYPE + SYNTAX SEQUENCE OF LtmTcpProfileStatEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A table containing statistic information of TCP profile." + ::= { ltmTcpProfileStat 3 } + +ltmTcpProfileStatEntry OBJECT-TYPE + SYNTAX LtmTcpProfileStatEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Columns in the ltmTcpProfileStat Table" + INDEX { + ltmTcpProfileStatName + } + ::= { ltmTcpProfileStatTable 1 } + +LtmTcpProfileStatEntry ::= + SEQUENCE { + ltmTcpProfileStatName LongDisplayString, + ltmTcpProfileStatOpen Gauge, + ltmTcpProfileStatCloseWait Gauge, + ltmTcpProfileStatFinWait Gauge, + ltmTcpProfileStatTimeWait Gauge, + ltmTcpProfileStatAccepts Counter64, + ltmTcpProfileStatAcceptfails Counter64, + ltmTcpProfileStatConnects Counter64, + ltmTcpProfileStatConnfails Counter64, + ltmTcpProfileStatExpires Counter64, + ltmTcpProfileStatAbandons Counter64, + ltmTcpProfileStatRxrst Counter64, + ltmTcpProfileStatRxbadsum Counter64, + ltmTcpProfileStatRxbadseg Counter64, + ltmTcpProfileStatRxooseg Counter64, + ltmTcpProfileStatRxcookie Counter64, + ltmTcpProfileStatRxbadcookie Counter64, + ltmTcpProfileStatSyncacheover Counter64, + ltmTcpProfileStatTxrexmits Counter64, + ltmTcpProfileStatFinWait2 Gauge + } + +ltmTcpProfileStatName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of a TCP profile." + ::= { ltmTcpProfileStatEntry 1 } + +ltmTcpProfileStatOpen OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of current open connections." + ::= { ltmTcpProfileStatEntry 2 } + +ltmTcpProfileStatCloseWait OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of current connections in CLOSE-WAIT/LAST-ACK." + ::= { ltmTcpProfileStatEntry 3 } + +ltmTcpProfileStatFinWait OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of current connections in FIN-WAIT-1/CLOSING." + ::= { ltmTcpProfileStatEntry 4 } + +ltmTcpProfileStatTimeWait OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of current connections in TIME-WAIT." + ::= { ltmTcpProfileStatEntry 5 } + +ltmTcpProfileStatAccepts OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of connections accepted." + ::= { ltmTcpProfileStatEntry 6 } + +ltmTcpProfileStatAcceptfails OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of connections not accepted." + ::= { ltmTcpProfileStatEntry 7 } + +ltmTcpProfileStatConnects OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of connections established." + ::= { ltmTcpProfileStatEntry 8 } + +ltmTcpProfileStatConnfails OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of connections failures." + ::= { ltmTcpProfileStatEntry 9 } + +ltmTcpProfileStatExpires OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of connections expired due to idle timeout." + ::= { ltmTcpProfileStatEntry 10 } + +ltmTcpProfileStatAbandons OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of connections abandoned connections due to + retries/keep-alives." + ::= { ltmTcpProfileStatEntry 11 } + +ltmTcpProfileStatRxrst OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of received RST." + ::= { ltmTcpProfileStatEntry 12 } + +ltmTcpProfileStatRxbadsum OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of bad checksum." + ::= { ltmTcpProfileStatEntry 13 } + +ltmTcpProfileStatRxbadseg OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of malformed segments." + ::= { ltmTcpProfileStatEntry 14 } + +ltmTcpProfileStatRxooseg OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of out of order segments." + ::= { ltmTcpProfileStatEntry 15 } + +ltmTcpProfileStatRxcookie OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of received SYN-cookies." + ::= { ltmTcpProfileStatEntry 16 } + +ltmTcpProfileStatRxbadcookie OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of bad SYN-cookies." + ::= { ltmTcpProfileStatEntry 17 } + +ltmTcpProfileStatSyncacheover OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of SYN-cache overflow." + ::= { ltmTcpProfileStatEntry 18 } + +ltmTcpProfileStatTxrexmits OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of retransmitted segments." + ::= { ltmTcpProfileStatEntry 19 } + +ltmTcpProfileStatFinWait2 OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of current connections in FIN-WAIT-2." + ::= { ltmTcpProfileStatEntry 20 } + +--================================================================== +-- Profile_udp +--================================================================== +ltmUdpProfileNumber OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of ltmUdpProfile entries in the table." + ::= { ltmUdpProfile 1 } + +ltmUdpProfileTable OBJECT-TYPE + SYNTAX SEQUENCE OF LtmUdpProfileEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A table containing information of UDP profile." + ::= { ltmUdpProfile 2 } + +ltmUdpProfileEntry OBJECT-TYPE + SYNTAX LtmUdpProfileEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Columns in the ltmUdpProfile Table" + INDEX { + ltmUdpProfileName + } + ::= { ltmUdpProfileTable 1 } + +LtmUdpProfileEntry ::= + SEQUENCE { + ltmUdpProfileName LongDisplayString, + ltmUdpProfileConfigSource INTEGER, + ltmUdpProfileDefaultName LongDisplayString, + ltmUdpProfileIdleTimeout Gauge, + ltmUdpProfileIpTosToClient INTEGER, + ltmUdpProfileLinkQosToClient INTEGER, + ltmUdpProfileDatagramLb INTEGER, + ltmUdpProfileAllowNoPayload INTEGER, + ltmUdpProfileSndbuf Gauge + } + +ltmUdpProfileName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of a UDP profile." + ::= { ltmUdpProfileEntry 1 } + +ltmUdpProfileConfigSource OBJECT-TYPE + SYNTAX INTEGER { + usercfg(0), + basecfg(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The state that specifies whether this is a base/pre-configured profile + or user defined profile." + ::= { ltmUdpProfileEntry 2 } + +ltmUdpProfileDefaultName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of the profile from which the specified profile derives + its attribute default values." + ::= { ltmUdpProfileEntry 3 } + +ltmUdpProfileIdleTimeout OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The umber of seconds without traffic before a flow is + eligible for deletion." + ::= { ltmUdpProfileEntry 4 } + +ltmUdpProfileIpTosToClient OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The IP type of service set in packets sent to client. Default:None." + ::= { ltmUdpProfileEntry 5 } + +ltmUdpProfileLinkQosToClient OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The link quality of service set in packets sent to client. Default:None." + ::= { ltmUdpProfileEntry 6 } + +ltmUdpProfileDatagramLb OBJECT-TYPE + SYNTAX INTEGER { + false(0), + true(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The state indicating whether or not to load balance each UDP datagram separately." + ::= { ltmUdpProfileEntry 7 } + +ltmUdpProfileAllowNoPayload OBJECT-TYPE + SYNTAX INTEGER { + false(0), + true(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The state indicating whether to not allow the passage of datagrams with no payload." + ::= { ltmUdpProfileEntry 8 } + +ltmUdpProfileSndbuf OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The send buffer size in bytes." + ::= { ltmUdpProfileEntry 9 } + +--================================================================== +-- Profile_udp_stat +--================================================================== +ltmUdpProfileStatResetStats OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "The action to reset resettable statistics data in ltmUdpProfileStat. + Setting this value to 1 will reset statistics data. + Note, some statistics data may not be reset including data that are incremental counters." + ::= { ltmUdpProfileStat 1 } + +ltmUdpProfileStatNumber OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of ltmUdpProfileStat entries in the table." + ::= { ltmUdpProfileStat 2 } + +ltmUdpProfileStatTable OBJECT-TYPE + SYNTAX SEQUENCE OF LtmUdpProfileStatEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A table containing information of UDP profile." + ::= { ltmUdpProfileStat 3 } + +ltmUdpProfileStatEntry OBJECT-TYPE + SYNTAX LtmUdpProfileStatEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Columns in the ltmUdpProfileStat Table" + INDEX { + ltmUdpProfileStatName + } + ::= { ltmUdpProfileStatTable 1 } + +LtmUdpProfileStatEntry ::= + SEQUENCE { + ltmUdpProfileStatName LongDisplayString, + ltmUdpProfileStatOpen Gauge, + ltmUdpProfileStatAccepts Counter64, + ltmUdpProfileStatAcceptfails Counter64, + ltmUdpProfileStatConnects Counter64, + ltmUdpProfileStatConnfails Counter64, + ltmUdpProfileStatExpires Counter64, + ltmUdpProfileStatRxdgram Counter64, + ltmUdpProfileStatRxbaddgram Counter64, + ltmUdpProfileStatRxunreach Counter64, + ltmUdpProfileStatRxbadsum Counter64, + ltmUdpProfileStatRxnosum Counter64, + ltmUdpProfileStatTxdgram Counter64 + } + +ltmUdpProfileStatName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of a UDP profile." + ::= { ltmUdpProfileStatEntry 1 } + +ltmUdpProfileStatOpen OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of current open connections." + ::= { ltmUdpProfileStatEntry 2 } + +ltmUdpProfileStatAccepts OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of connections accepted." + ::= { ltmUdpProfileStatEntry 3 } + +ltmUdpProfileStatAcceptfails OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of connections not accepted." + ::= { ltmUdpProfileStatEntry 4 } + +ltmUdpProfileStatConnects OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of connections established." + ::= { ltmUdpProfileStatEntry 5 } + +ltmUdpProfileStatConnfails OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of connections failures." + ::= { ltmUdpProfileStatEntry 6 } + +ltmUdpProfileStatExpires OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of connections expired due to idle timeout." + ::= { ltmUdpProfileStatEntry 7 } + +ltmUdpProfileStatRxdgram OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of received datagrams." + ::= { ltmUdpProfileStatEntry 8 } + +ltmUdpProfileStatRxbaddgram OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of malformed datagrams." + ::= { ltmUdpProfileStatEntry 9 } + +ltmUdpProfileStatRxunreach OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of received ICMP un-reached." + ::= { ltmUdpProfileStatEntry 10 } + +ltmUdpProfileStatRxbadsum OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of bad checksum." + ::= { ltmUdpProfileStatEntry 11 } + +ltmUdpProfileStatRxnosum OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of no checksum." + ::= { ltmUdpProfileStatEntry 12 } + +ltmUdpProfileStatTxdgram OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of transmitted datagrams." + ::= { ltmUdpProfileStatEntry 13 } + +--================================================================== +-- Rule +--================================================================== +ltmRuleNumber OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of ltmRule entries in the table." + ::= { ltmRule 1 } + +ltmRuleTable OBJECT-TYPE + SYNTAX SEQUENCE OF LtmRuleEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A table containing information of rules." + ::= { ltmRule 2 } + +ltmRuleEntry OBJECT-TYPE + SYNTAX LtmRuleEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Columns in the ltmRule Table" + INDEX { + ltmRuleName + } + ::= { ltmRuleTable 1 } + +LtmRuleEntry ::= + SEQUENCE { + ltmRuleName LongDisplayString, + ltmRuleDefinition LongDisplayString, + ltmRuleConfigSource INTEGER + } + +ltmRuleName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of a rule." + ::= { ltmRuleEntry 1 } + +ltmRuleDefinition OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! + The definition of the specified rule." + ::= { ltmRuleEntry 2 } + +ltmRuleConfigSource OBJECT-TYPE + SYNTAX INTEGER { + usercfg(0), + basecfg(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The type of rule that the specified rule is associating with. + It is either a base/pre-configured rule or user defined rule." + ::= { ltmRuleEntry 3 } + +--================================================================== +-- Rule_event +--================================================================== +ltmRuleEventNumber OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of ltmRuleEvent entries in the table." + ::= { ltmRuleEvent 1 } + +ltmRuleEventTable OBJECT-TYPE + SYNTAX SEQUENCE OF LtmRuleEventEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A table containing information of rule events." + ::= { ltmRuleEvent 2 } + +ltmRuleEventEntry OBJECT-TYPE + SYNTAX LtmRuleEventEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Columns in the ltmRuleEvent Table" + INDEX { + ltmRuleEventName, + ltmRuleEventEventType, + ltmRuleEventPriority + } + ::= { ltmRuleEventTable 1 } + +LtmRuleEventEntry ::= + SEQUENCE { + ltmRuleEventName LongDisplayString, + ltmRuleEventEventType LongDisplayString, + ltmRuleEventPriority INTEGER, + ltmRuleEventScript LongDisplayString + } + +ltmRuleEventName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of a rule." + ::= { ltmRuleEventEntry 1 } + +ltmRuleEventEventType OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The event type which the rule is used for." + ::= { ltmRuleEventEntry 2 } + +ltmRuleEventPriority OBJECT-TYPE + SYNTAX INTEGER(0..32767) + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The execution priority of this rule event." + ::= { ltmRuleEventEntry 3 } + +ltmRuleEventScript OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated!. + The TCL script for this rule event." + ::= { ltmRuleEventEntry 4 } + +--================================================================== +-- Rule_stat +--================================================================== +ltmRuleEventStatResetStats OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "The action to reset resettable statistics data in ltmRuleEventStat. + Setting this value to 1 will reset statistics data. + Note, some statistics data may not be reset including data that are incremental counters." + ::= { ltmRuleEventStat 1 } + +ltmRuleEventStatNumber OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of ltmRuleEventStat entries in the table." + ::= { ltmRuleEventStat 2 } + +ltmRuleEventStatTable OBJECT-TYPE + SYNTAX SEQUENCE OF LtmRuleEventStatEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A table containing statistic information of rules." + ::= { ltmRuleEventStat 3 } + +ltmRuleEventStatEntry OBJECT-TYPE + SYNTAX LtmRuleEventStatEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Columns in the ltmRuleEventStat Table" + INDEX { + ltmRuleEventStatName, + ltmRuleEventStatEventType, + ltmRuleEventStatPriority + } + ::= { ltmRuleEventStatTable 1 } + +LtmRuleEventStatEntry ::= + SEQUENCE { + ltmRuleEventStatName LongDisplayString, + ltmRuleEventStatEventType LongDisplayString, + ltmRuleEventStatPriority INTEGER, + ltmRuleEventStatFailures Gauge, + ltmRuleEventStatAborts Gauge, + ltmRuleEventStatTotalExecutions Gauge, + ltmRuleEventStatAvgCycles Gauge, + ltmRuleEventStatMaxCycles Gauge, + ltmRuleEventStatMinCycles Gauge + } + +ltmRuleEventStatName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of a rule." + ::= { ltmRuleEventStatEntry 1 } + +ltmRuleEventStatEventType OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The type of the event associated with the specified rule." + ::= { ltmRuleEventStatEntry 2 } + +ltmRuleEventStatPriority OBJECT-TYPE + SYNTAX INTEGER(0..32767) + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The rule execution priority." + ::= { ltmRuleEventStatEntry 3 } + +ltmRuleEventStatFailures OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of failures for executing the specified rule." + ::= { ltmRuleEventStatEntry 4 } + +ltmRuleEventStatAborts OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of aborts when executing the specified rule." + ::= { ltmRuleEventStatEntry 5 } + +ltmRuleEventStatTotalExecutions OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of event executions for the specified rule." + ::= { ltmRuleEventStatEntry 6 } + +ltmRuleEventStatAvgCycles OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The average of cycles spent during an execution of the specified rule event." + ::= { ltmRuleEventStatEntry 7 } + +ltmRuleEventStatMaxCycles OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The maximum of cycles spent during an execution of the specified rule event." + ::= { ltmRuleEventStatEntry 8 } + +ltmRuleEventStatMinCycles OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The minimum of cycles spent during an execution of the specified rule event." + ::= { ltmRuleEventStatEntry 9 } + +--================================================================== +-- Snat +--================================================================== +ltmSnatNumber OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of ltmSnat entries in the table." + ::= { ltmSnat 1 } + +ltmSnatTable OBJECT-TYPE + SYNTAX SEQUENCE OF LtmSnatEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A table containing information of SNAT." + ::= { ltmSnat 2 } + +ltmSnatEntry OBJECT-TYPE + SYNTAX LtmSnatEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Columns in the ltmSnat Table" + INDEX { + ltmSnatName + } + ::= { ltmSnatTable 1 } + +LtmSnatEntry ::= + SEQUENCE { + ltmSnatName LongDisplayString, + ltmSnatSfFlags INTEGER, + ltmSnatType INTEGER, + ltmSnatTransAddrType InetAddressType, + ltmSnatTransAddr InetAddress, + ltmSnatSnatpoolName LongDisplayString, + ltmSnatListedEnabledVlans INTEGER, + ltmSnatTransAddrName LongDisplayString + } + +ltmSnatName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of a SNAT. It is a named object in the definition of + a standard or a selective SNAT. Standard SNATs translate to + a single address, while selective SNATs translate to a pool of + translation addresses." + ::= { ltmSnatEntry 1 } + +ltmSnatSfFlags OBJECT-TYPE + SYNTAX INTEGER { + disabled(0), + enabled(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The state indicating whether connection mirroring is + enabled or not for the specified SNAT." + ::= { ltmSnatEntry 2 } + +ltmSnatType OBJECT-TYPE + SYNTAX INTEGER { + none(0), + transaddr(1), + snatpool(2), + automap(3) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The translation type of the specified SNAT. + none - No SNAT (invalid default); + transaddr - The SNAT uses a single translation address; + snatpool - The SNAT uses a SNAT pool of translation addresses; + automap - The SNAT uses self IP addresses." + ::= { ltmSnatEntry 3 } + +ltmSnatTransAddrType OBJECT-TYPE + SYNTAX InetAddressType + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The IP address type of ltmSnatTransAddr" + ::= { ltmSnatEntry 4 } + +ltmSnatTransAddr OBJECT-TYPE + SYNTAX InetAddress + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The translation address used by the specified SNAT + if the SNAT translates to a translation address. + It is interpreted within the context of a ltmSnatTransAddrType value." + ::= { ltmSnatEntry 5 } + +ltmSnatSnatpoolName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of a SNAT pool, which is a pool of SNAT translation addresses. + It is used by the specified SNAT if the SNAT translates to a pool." + ::= { ltmSnatEntry 6 } + +ltmSnatListedEnabledVlans OBJECT-TYPE + SYNTAX INTEGER { + false(0), + true(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The state indicating whether associated VLANs are SNAT enabled or not. + The associated VLANs are listed in ltmSnatVlanTable." + ::= { ltmSnatEntry 7 } + +ltmSnatTransAddrName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Translation Name" + ::= { ltmSnatEntry 8 } + +--================================================================== +-- Snat_stat +--================================================================== +ltmSnatStatResetStats OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "The action to reset resettable statistics data in ltmSnatStat. + Setting this value to 1 will reset statistics data. + Note, some statistics data may not be reset including data that are incremental counters." + ::= { ltmSnatStat 1 } + +ltmSnatStatNumber OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of ltmSnatStat entries in the table." + ::= { ltmSnatStat 2 } + +ltmSnatStatTable OBJECT-TYPE + SYNTAX SEQUENCE OF LtmSnatStatEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A table containing statistic information of SNAT." + ::= { ltmSnatStat 3 } + +ltmSnatStatEntry OBJECT-TYPE + SYNTAX LtmSnatStatEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Columns in the ltmSnatStat Table" + INDEX { + ltmSnatStatName + } + ::= { ltmSnatStatTable 1 } + +LtmSnatStatEntry ::= + SEQUENCE { + ltmSnatStatName LongDisplayString, + ltmSnatStatClientPktsIn Counter64, + ltmSnatStatClientBytesIn Counter64, + ltmSnatStatClientPktsOut Counter64, + ltmSnatStatClientBytesOut Counter64, + ltmSnatStatClientMaxConns Counter64, + ltmSnatStatClientTotConns Counter64, + ltmSnatStatClientCurConns Gauge + } + +ltmSnatStatName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of a SNAT." + ::= { ltmSnatStatEntry 1 } + +ltmSnatStatClientPktsIn OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of packets received from client-side." + ::= { ltmSnatStatEntry 2 } + +ltmSnatStatClientBytesIn OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of bytes received from client-side." + ::= { ltmSnatStatEntry 3 } + +ltmSnatStatClientPktsOut OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of packets sent to client-side." + ::= { ltmSnatStatEntry 4 } + +ltmSnatStatClientBytesOut OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of bytes sent to client-side." + ::= { ltmSnatStatEntry 5 } + +ltmSnatStatClientMaxConns OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The maximum connections from client-side." + ::= { ltmSnatStatEntry 6 } + +ltmSnatStatClientTotConns OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total connections from client-side." + ::= { ltmSnatStatEntry 7 } + +ltmSnatStatClientCurConns OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The current connections from client-side." + ::= { ltmSnatStatEntry 8 } + +--================================================================== +-- Snat_vlan +--================================================================== +ltmSnatVlanNumber OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of ltmSnatVlan entries in the table." + ::= { ltmSnatVlan 1 } + +ltmSnatVlanTable OBJECT-TYPE + SYNTAX SEQUENCE OF LtmSnatVlanEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A table containing VLAN information associated with SNAT." + ::= { ltmSnatVlan 2 } + +ltmSnatVlanEntry OBJECT-TYPE + SYNTAX LtmSnatVlanEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Columns in the ltmSnatVlan Table" + INDEX { + ltmSnatVlanSnatName, + ltmSnatVlanVlanName + } + ::= { ltmSnatVlanTable 1 } + +LtmSnatVlanEntry ::= + SEQUENCE { + ltmSnatVlanSnatName LongDisplayString, + ltmSnatVlanVlanName LongDisplayString + } + +ltmSnatVlanSnatName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of a SNAT." + ::= { ltmSnatVlanEntry 1 } + +ltmSnatVlanVlanName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of a VLAN associated with the specified SNAT. + Only when ltmSnatListedEnabledVlans is set to enable, + SNAT is enabled on the VLAN. " + ::= { ltmSnatVlanEntry 2 } + +--================================================================== +-- Snat_orig_addr +--================================================================== +ltmSnatOrigAddrNumber OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of ltmSnatOrigAddr entries in the table." + ::= { ltmSnatOrigAddr 1 } + +ltmSnatOrigAddrTable OBJECT-TYPE + SYNTAX SEQUENCE OF LtmSnatOrigAddrEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A table containing information of SNAT original addresses." + ::= { ltmSnatOrigAddr 2 } + +ltmSnatOrigAddrEntry OBJECT-TYPE + SYNTAX LtmSnatOrigAddrEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Columns in the ltmSnatOrigAddr Table" + INDEX { + ltmSnatOrigAddrSnatName, + ltmSnatOrigAddrAddrType, + ltmSnatOrigAddrAddr, + ltmSnatOrigAddrWildmaskType, + ltmSnatOrigAddrWildmask + } + ::= { ltmSnatOrigAddrTable 1 } + +LtmSnatOrigAddrEntry ::= + SEQUENCE { + ltmSnatOrigAddrSnatName LongDisplayString, + ltmSnatOrigAddrAddrType InetAddressType, + ltmSnatOrigAddrAddr InetAddress, + ltmSnatOrigAddrWildmaskType InetAddressType, + ltmSnatOrigAddrWildmask InetAddress + } + +ltmSnatOrigAddrSnatName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of a SNAT." + ::= { ltmSnatOrigAddrEntry 1 } + +ltmSnatOrigAddrAddrType OBJECT-TYPE + SYNTAX InetAddressType + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The IP address type of ltmSnatOrigAddrAddr" + ::= { ltmSnatOrigAddrEntry 2 } + +ltmSnatOrigAddrAddr OBJECT-TYPE + SYNTAX InetAddress + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The original client address associated with the specified SNAT. + It is interpreted within the context of a ltmSnatOrigAddrAddrType value." + ::= { ltmSnatOrigAddrEntry 3 } + +ltmSnatOrigAddrWildmaskType OBJECT-TYPE + SYNTAX InetAddressType + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The IP address type of ltmSnatOrigWidemask" + ::= { ltmSnatOrigAddrEntry 4 } + +ltmSnatOrigAddrWildmask OBJECT-TYPE + SYNTAX InetAddress + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The wildcard netmask associated with the specified SNAT original address. + It is interpreted within the context of a ltmSnatOrigAddrWidemaskType value." + ::= { ltmSnatOrigAddrEntry 5 } + +--================================================================== +-- Trans_addr +--================================================================== +ltmTransAddrNumber OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of ltmTransAddr entries in the table." + ::= { ltmTransAddr 1 } + +ltmTransAddrTable OBJECT-TYPE + SYNTAX SEQUENCE OF LtmTransAddrEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A table containing information of SNAT translated addresses." + ::= { ltmTransAddr 2 } + +ltmTransAddrEntry OBJECT-TYPE + SYNTAX LtmTransAddrEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Columns in the ltmTransAddr Table" + INDEX { + ltmTransAddrName + } + ::= { ltmTransAddrTable 1 } + +LtmTransAddrEntry ::= + SEQUENCE { + ltmTransAddrAddrType InetAddressType, + ltmTransAddrAddr InetAddress, + ltmTransAddrEnabled INTEGER, + ltmTransAddrConnLimit Gauge, + ltmTransAddrTcpIdleTimeout Gauge, + ltmTransAddrUdpIdleTimeout Gauge, + ltmTransAddrIpIdleTimeout Gauge, + ltmTransAddrArpEnabled INTEGER, + ltmTransAddrUnitId Gauge, + ltmTransAddrName LongDisplayString + } + +ltmTransAddrAddrType OBJECT-TYPE + SYNTAX InetAddressType + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The IP address type of ltmTransAddrAddr" + ::= { ltmTransAddrEntry 1 } + +ltmTransAddrAddr OBJECT-TYPE + SYNTAX InetAddress + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The SNAT translation address for use as a server-side client address. + on the server-side. It is interpreted within the context of + an ltmTransAddrAddrType value." + ::= { ltmTransAddrEntry 2 } + +ltmTransAddrEnabled OBJECT-TYPE + SYNTAX INTEGER { + false(0), + true(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The state indicating whether the specified SNAT translation address is enabled or not." + ::= { ltmTransAddrEntry 3 } + +ltmTransAddrConnLimit OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The maximum number of connections the specified SNAT translation address is + allowed to have open at one time." + ::= { ltmTransAddrEntry 4 } + +ltmTransAddrTcpIdleTimeout OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The TCP idle timeout (in seconds) of the SNAT specified translation address." + ::= { ltmTransAddrEntry 5 } + +ltmTransAddrUdpIdleTimeout OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The UDP idle timeout (in seconds) of the specified SNAT translation address." + ::= { ltmTransAddrEntry 6 } + +ltmTransAddrIpIdleTimeout OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The IP idle timeout (in seconds) of the specified SNAT translation address." + ::= { ltmTransAddrEntry 7 } + +ltmTransAddrArpEnabled OBJECT-TYPE + SYNTAX INTEGER { + false(0), + true(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The state indicating whether ARP is enabled or not for the specified SNAT translation address." + ::= { ltmTransAddrEntry 8 } + +ltmTransAddrUnitId OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The unit number associated with the specified SNAT translation address." + ::= { ltmTransAddrEntry 9 } + +ltmTransAddrName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "name of trans addr" + ::= { ltmTransAddrEntry 10 } + +--================================================================== +-- Trans_addr_stat +--================================================================== +ltmTransAddrStatResetStats OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "The action to reset resettable statistics data in ltmTransAddrStat. + Setting this value to 1 will reset statistics data. + Note, some statistics data may not be reset including data that are incremental counters." + ::= { ltmTransAddrStat 1 } + +ltmTransAddrStatNumber OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of ltmTransAddrStat entries in the table." + ::= { ltmTransAddrStat 2 } + +ltmTransAddrStatTable OBJECT-TYPE + SYNTAX SEQUENCE OF LtmTransAddrStatEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A table containing statistic information of SNAT translated addresses." + ::= { ltmTransAddrStat 3 } + +ltmTransAddrStatEntry OBJECT-TYPE + SYNTAX LtmTransAddrStatEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Columns in the ltmTransAddrStat Table" + INDEX { + ltmTransAddrStatName + } + ::= { ltmTransAddrStatTable 1 } + +LtmTransAddrStatEntry ::= + SEQUENCE { + ltmTransAddrStatAddrType InetAddressType, + ltmTransAddrStatAddr InetAddress, + ltmTransAddrStatServerPktsIn Counter64, + ltmTransAddrStatServerBytesIn Counter64, + ltmTransAddrStatServerPktsOut Counter64, + ltmTransAddrStatServerBytesOut Counter64, + ltmTransAddrStatServerMaxConns Counter64, + ltmTransAddrStatServerTotConns Counter64, + ltmTransAddrStatServerCurConns Gauge, + ltmTransAddrStatName LongDisplayString + } + +ltmTransAddrStatAddrType OBJECT-TYPE + SYNTAX InetAddressType + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! Use name as index + The IP address type of ltmTransAddrStatAddr" + ::= { ltmTransAddrStatEntry 1 } + +ltmTransAddrStatAddr OBJECT-TYPE + SYNTAX InetAddress + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! Use name as index + The SNAT translation address for use as a server-side client address. + on the server-side. It is interpreted within the context of + an ltmTransAddrStatAddrType value." + ::= { ltmTransAddrStatEntry 2 } + +ltmTransAddrStatServerPktsIn OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of packets received from server-side." + ::= { ltmTransAddrStatEntry 3 } + +ltmTransAddrStatServerBytesIn OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of bytes received from server-side." + ::= { ltmTransAddrStatEntry 4 } + +ltmTransAddrStatServerPktsOut OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of packets sent to server-side." + ::= { ltmTransAddrStatEntry 5 } + +ltmTransAddrStatServerBytesOut OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of bytes sent to server-side." + ::= { ltmTransAddrStatEntry 6 } + +ltmTransAddrStatServerMaxConns OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The maximum connections from server-side." + ::= { ltmTransAddrStatEntry 7 } + +ltmTransAddrStatServerTotConns OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total connections from server-side." + ::= { ltmTransAddrStatEntry 8 } + +ltmTransAddrStatServerCurConns OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The current connections from server-side." + ::= { ltmTransAddrStatEntry 9 } + +ltmTransAddrStatName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "name of trans addr stat" + ::= { ltmTransAddrStatEntry 10 } + +--================================================================== +-- Snatpool +--================================================================== +ltmSnatPoolNumber OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of ltmSnatPool entries in the table." + ::= { ltmSnatPool 1 } + +ltmSnatPoolTable OBJECT-TYPE + SYNTAX SEQUENCE OF LtmSnatPoolEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A table containing information of SNAT pools." + ::= { ltmSnatPool 2 } + +ltmSnatPoolEntry OBJECT-TYPE + SYNTAX LtmSnatPoolEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Columns in the ltmSnatPool Table" + INDEX { + ltmSnatPoolName + } + ::= { ltmSnatPoolTable 1 } + +LtmSnatPoolEntry ::= + SEQUENCE { + ltmSnatPoolName LongDisplayString + } + +ltmSnatPoolName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of a SNAT pool, which is a pool of SNAT translation addresses." + ::= { ltmSnatPoolEntry 1 } + +--================================================================== +-- Snatpool_stat +--================================================================== +ltmSnatPoolStatResetStats OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "The action to reset resettable statistics data in ltmSnatPoolStat. + Setting this value to 1 will reset statistics data. + Note, some statistics data may not be reset including data that are incremental counters." + ::= { ltmSnatPoolStat 1 } + +ltmSnatPoolStatNumber OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of ltmSnatPoolStat entries in the table." + ::= { ltmSnatPoolStat 2 } + +ltmSnatPoolStatTable OBJECT-TYPE + SYNTAX SEQUENCE OF LtmSnatPoolStatEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A table containing statistic information of SNAT pools." + ::= { ltmSnatPoolStat 3 } + +ltmSnatPoolStatEntry OBJECT-TYPE + SYNTAX LtmSnatPoolStatEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Columns in the ltmSnatPoolStat Table" + INDEX { + ltmSnatPoolStatName + } + ::= { ltmSnatPoolStatTable 1 } + +LtmSnatPoolStatEntry ::= + SEQUENCE { + ltmSnatPoolStatName LongDisplayString, + ltmSnatPoolStatServerPktsIn Counter64, + ltmSnatPoolStatServerBytesIn Counter64, + ltmSnatPoolStatServerPktsOut Counter64, + ltmSnatPoolStatServerBytesOut Counter64, + ltmSnatPoolStatServerMaxConns Counter64, + ltmSnatPoolStatServerTotConns Counter64, + ltmSnatPoolStatServerCurConns Gauge + } + +ltmSnatPoolStatName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of the SNAT pool." + ::= { ltmSnatPoolStatEntry 1 } + +ltmSnatPoolStatServerPktsIn OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of packets received from server-side." + ::= { ltmSnatPoolStatEntry 2 } + +ltmSnatPoolStatServerBytesIn OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of bytes received from server-side." + ::= { ltmSnatPoolStatEntry 3 } + +ltmSnatPoolStatServerPktsOut OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of packets sent to server-side." + ::= { ltmSnatPoolStatEntry 4 } + +ltmSnatPoolStatServerBytesOut OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of bytes sent to server-side." + ::= { ltmSnatPoolStatEntry 5 } + +ltmSnatPoolStatServerMaxConns OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The maximum connections from server-side." + ::= { ltmSnatPoolStatEntry 6 } + +ltmSnatPoolStatServerTotConns OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total connections from server-side." + ::= { ltmSnatPoolStatEntry 7 } + +ltmSnatPoolStatServerCurConns OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The current connections from server-side." + ::= { ltmSnatPoolStatEntry 8 } + +--================================================================== +-- Snatpool_trans_addr +--================================================================== +ltmSnatpoolTransAddrNumber OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of ltmSnatpoolTransAddr entries in the table." + ::= { ltmSnatpoolTransAddr 1 } + +ltmSnatpoolTransAddrTable OBJECT-TYPE + SYNTAX SEQUENCE OF LtmSnatpoolTransAddrEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A table containing information of joining SnatPool to TransAddr." + ::= { ltmSnatpoolTransAddr 2 } + +ltmSnatpoolTransAddrEntry OBJECT-TYPE + SYNTAX LtmSnatpoolTransAddrEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Columns in the ltmSnatpoolTransAddr Table" + INDEX { + ltmSnatpoolTransAddrSnatpoolName, + ltmSnatpoolTransAddrTransAddrName + } + ::= { ltmSnatpoolTransAddrTable 1 } + +LtmSnatpoolTransAddrEntry ::= + SEQUENCE { + ltmSnatpoolTransAddrSnatpoolName LongDisplayString, + ltmSnatpoolTransAddrTransAddrType InetAddressType, + ltmSnatpoolTransAddrTransAddr InetAddress, + ltmSnatpoolTransAddrTransAddrName LongDisplayString + } + +ltmSnatpoolTransAddrSnatpoolName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of a SNAT pool." + ::= { ltmSnatpoolTransAddrEntry 1 } + +ltmSnatpoolTransAddrTransAddrType OBJECT-TYPE + SYNTAX InetAddressType + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The IP address type of ltmTransAddrAddr" + ::= { ltmSnatpoolTransAddrEntry 2 } + +ltmSnatpoolTransAddrTransAddr OBJECT-TYPE + SYNTAX InetAddress + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The SNAT translation address associated with the specified SNAT pool., + It is interpreted within the context of an ltmSnatpoolTransAddrTransAddrType value." + ::= { ltmSnatpoolTransAddrEntry 3 } + +ltmSnatpoolTransAddrTransAddrName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of a trans_addr." + ::= { ltmSnatpoolTransAddrEntry 4 } + +--================================================================== +-- Virtual_server +--================================================================== +ltmVirtualServNumber OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of ltmVirtualServ entries in the table." + ::= { ltmVirtualServ 1 } + +ltmVirtualServTable OBJECT-TYPE + SYNTAX SEQUENCE OF LtmVirtualServEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A table containing information of virtual servers." + ::= { ltmVirtualServ 2 } + +ltmVirtualServEntry OBJECT-TYPE + SYNTAX LtmVirtualServEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Columns in the ltmVirtualServ Table" + INDEX { + ltmVirtualServName + } + ::= { ltmVirtualServTable 1 } + +LtmVirtualServEntry ::= + SEQUENCE { + ltmVirtualServName LongDisplayString, + ltmVirtualServAddrType InetAddressType, + ltmVirtualServAddr InetAddress, + ltmVirtualServWildmaskType InetAddressType, + ltmVirtualServWildmask InetAddress, + ltmVirtualServPort InetPortNumber, + ltmVirtualServIpProto INTEGER, + ltmVirtualServListedEnabledVlans INTEGER, + ltmVirtualServEnabled INTEGER, + ltmVirtualServConnLimit Gauge, + ltmVirtualServRclass LongDisplayString, + ltmVirtualServSfFlags INTEGER, + ltmVirtualServTranslateAddr INTEGER, + ltmVirtualServTranslatePort INTEGER, + ltmVirtualServType INTEGER, + ltmVirtualServSnatType INTEGER, + ltmVirtualServLasthopPoolName LongDisplayString, + ltmVirtualServSnatpoolName LongDisplayString, + ltmVirtualServDefaultPool LongDisplayString, + ltmVirtualServFallbackPersist LongDisplayString, + ltmVirtualServActualPvaAccel INTEGER, + ltmVirtualServAvailabilityState INTEGER, + ltmVirtualServEnabledState INTEGER, + ltmVirtualServDisabledParentType Gauge, + ltmVirtualServStatusReason LongDisplayString, + ltmVirtualServGtmScore Gauge, + ltmVirtualServCmpEnabled INTEGER, + ltmVirtualServSrcport INTEGER, + ltmVirtualServVaName LongDisplayString, + ltmVirtualServSourceAddressTranslationType INTEGER, + ltmVirtualServSourceAddressTranslationPool LongDisplayString, + ltmVirtualServServiceDownImmediateAction INTEGER + } + +ltmVirtualServName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of a virtual server." + ::= { ltmVirtualServEntry 1 } + +ltmVirtualServAddrType OBJECT-TYPE + SYNTAX InetAddressType + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The IP address type of ltmVirtualServAddr." + ::= { ltmVirtualServEntry 2 } + +ltmVirtualServAddr OBJECT-TYPE + SYNTAX InetAddress + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The IP address of the specified virtual server. It is interpreted + within the context of an ltmVitualServAddrType value." + ::= { ltmVirtualServEntry 3 } + +ltmVirtualServWildmaskType OBJECT-TYPE + SYNTAX InetAddressType + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The IP address type of ltmVirtualServWildmask." + ::= { ltmVirtualServEntry 4 } + +ltmVirtualServWildmask OBJECT-TYPE + SYNTAX InetAddress + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The wildcard netmask of the specified virtual server. It is interpreted + within the context of an ltmVitualServWildmaskType value." + ::= { ltmVirtualServEntry 5 } + +ltmVirtualServPort OBJECT-TYPE + SYNTAX InetPortNumber + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The port number of the specified virtual server." + ::= { ltmVirtualServEntry 6 } + +ltmVirtualServIpProto OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The IP protocol (see RFC 1340) used by the specified virtual server." + ::= { ltmVirtualServEntry 7 } + +ltmVirtualServListedEnabledVlans OBJECT-TYPE + SYNTAX INTEGER { + false(0), + true(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The state indicating whether the specified virtual server is listed + as enabled or not on associated VLANs. The associated VLANs are + defined in ltmVirtualServVlanTable." + ::= { ltmVirtualServEntry 8 } + +ltmVirtualServEnabled OBJECT-TYPE + SYNTAX INTEGER { + false(0), + true(1) + } + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "The state indicating whether the specified virtual server is enabled or not." + ::= { ltmVirtualServEntry 9 } + +ltmVirtualServConnLimit OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The maximum number of connections the specified virtual server is allowed + to have open at one time." + ::= { ltmVirtualServEntry 10 } + +ltmVirtualServRclass OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The rate class that will be used to rate limit the traffic in + the specified virtual server." + ::= { ltmVirtualServEntry 11 } + +ltmVirtualServSfFlags OBJECT-TYPE + SYNTAX INTEGER { + disabled(0), + enabled(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The flag to indicate whether connection mirroring is + enabled or not for the specified virtual server." + ::= { ltmVirtualServEntry 12 } + +ltmVirtualServTranslateAddr OBJECT-TYPE + SYNTAX INTEGER { + false(0), + true(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The state indicating whether the address of the specified virtual server + should be translated." + ::= { ltmVirtualServEntry 13 } + +ltmVirtualServTranslatePort OBJECT-TYPE + SYNTAX INTEGER { + false(0), + true(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The state indicating whether the port of the specified virtual server + should be translated." + ::= { ltmVirtualServEntry 14 } + +ltmVirtualServType OBJECT-TYPE + SYNTAX INTEGER { + poolbased(0), + ipforward(1), + l2forward(2), + reject(3), + fastl4(4), + fasthttp(5), + stateless(6), + dhcpRelay(7), + internal(8) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The type supported by the specified virtual server. + poolbased - The virtual server is based on a pool; + ipforward - The virtual server only supports IP forwarding. + There is no load balancing on this type of virtual server; + l2forward - The virtual server only supports L2 forwarding. + There is no load balancing on this type of virtual server; + reject - All connections going to this virtual server will be rejected, and resets will be sent; + fastl4 - The virtual server is associated with a Fast L4 profile; + fasthttp - The virtual server is associated with a Fast HTTP profile; + stateless - The virtual server accepts traffic matching the virtual server + address and load balances the packet to the pool members without + attempting to match the packet to a pre-existing connection on the connection + table; + dhcpRelay - The virtual server relays DHCP client requests for an IP address to + one or more DHCP servers and provides DHCP server responses with + an available IP address for the client; + internal - The virtual server supports modification of HTTP requests and responses." + ::= { ltmVirtualServEntry 15 } + +ltmVirtualServSnatType OBJECT-TYPE + SYNTAX INTEGER { + none(0), + transaddr(1), + snatpool(2), + automap(3) + } + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! Replaced by Source Address Translation type associated with the specified virtual server. + The type of SNAT associated with the specified virtual server. + none - No SNAT used by the virtual server; + transaddr - The SNAT uses a single translation address (invalid type); + snatpool - The SNAT uses a SNAT pool of translation addresses; + automap - The SNAT uses self IP addresses." + ::= { ltmVirtualServEntry 16 } + +ltmVirtualServLasthopPoolName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The last hop pool for the specified virtual server if traffic is + transparent." + ::= { ltmVirtualServEntry 17 } + +ltmVirtualServSnatpoolName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! No longer a direct attribute of the virtual server. + The name of a SNAT pool used by the specified virtual server." + ::= { ltmVirtualServEntry 18 } + +ltmVirtualServDefaultPool OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of a default pool used by the specified virtual server." + ::= { ltmVirtualServEntry 19 } + +ltmVirtualServFallbackPersist OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The persist profile name to use for fallback by the specified virtual server." + ::= { ltmVirtualServEntry 20 } + +ltmVirtualServActualPvaAccel OBJECT-TYPE + SYNTAX INTEGER { + full(0), + partial(1), + none(2) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The actual hardware acceleration mode for the specified virtual server." + ::= { ltmVirtualServEntry 21 } + +ltmVirtualServAvailabilityState OBJECT-TYPE + SYNTAX INTEGER { + none(0), + green(1), + yellow(2), + red(3), + blue(4) + } + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! + Replaced by ltmVsServStatusAvailState under ltmVirtualServStatus. + The state of the specified virtual server availability indicated in color." + ::= { ltmVirtualServEntry 22 } + +ltmVirtualServEnabledState OBJECT-TYPE + SYNTAX INTEGER { + none(0), + enabled(1), + disabled(2), + disabledbyparent(3) + } + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! + Replaced by ltmVsServStatusEnabledState under ltmVirtualServStatus. + The state of the specified virtual server activity status, as specified + by the user." + ::= { ltmVirtualServEntry 23 } + +ltmVirtualServDisabledParentType OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! + Replaced by ltmVsServStatusParentType under ltmVirtualServStatus. + The type of parent object which disabled the specified virtual server." + ::= { ltmVirtualServEntry 24 } + +ltmVirtualServStatusReason OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! + Replaced by ltmVsServStatusDetailReason under ltmVirtualServStatus. + The detail description of the node's status of parent object + which disabled the specified virtual server." + ::= { ltmVirtualServEntry 25 } + +ltmVirtualServGtmScore OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "A user-defined value that specifies the ranking of the virtual server + when compared to other virtual servers within the same pool" + ::= { ltmVirtualServEntry 26 } + +ltmVirtualServCmpEnabled OBJECT-TYPE + SYNTAX INTEGER { + false(0), + true(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The state indicating whether CMP (Cluster Multiple Processor) is enabled or not for the specified virtual server." + ::= { ltmVirtualServEntry 27 } + +ltmVirtualServSrcport OBJECT-TYPE + SYNTAX INTEGER { + srcportreserve(0), + srcportreservestrict(1), + srcportchange(2) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The srcport type. + srcportreserve - The srcport reserved; + srcportreservestrict - The srcport reserved strict; + srcportchange - The srcport changed;" + ::= { ltmVirtualServEntry 28 } + +ltmVirtualServVaName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "virtual address name." + ::= { ltmVirtualServEntry 29 } + +ltmVirtualServSourceAddressTranslationType OBJECT-TYPE + SYNTAX INTEGER { + none(0), + snat(1), + lsn(2), + automap(3) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The type of Source Address Translation associated with the specified virtual server. + none - No Source Address Translation used by the virtual server; + snat - The Source Address Translation uses a SNAT pool of translation addresses; + lsn - The Source Address Translation uses an LSN pool of translation addresses; + automap - The Source Address Translation uses self IP addresses." + ::= { ltmVirtualServEntry 30 } + +ltmVirtualServSourceAddressTranslationPool OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of a LSN Source Address Translation pool used by the specified virtual server." + ::= { ltmVirtualServEntry 31 } + +ltmVirtualServServiceDownImmediateAction OBJECT-TYPE + SYNTAX INTEGER { + none(0), + reset(1), + drop(2) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Specifies the immediate action to take upon the receipt of the initial client's + SYN packet if the availability status of the virtual server is Offline or Unavailable. + This is supported for the virtual server of Standard type and TCP protocol. + none - BIG-IP system takes no immediate action; + reset - BIG-IP system immediately resets the newly arriving connections destined for the + virtual server IP address and sends a TCP reset (RST) message; + drop - BIG-IP system immediately drops the newly arriving connections destined for the + virtual server IP address." + ::= { ltmVirtualServEntry 32 } + +--================================================================== +-- Virtual_server_stat +--================================================================== +ltmVirtualServStatResetStats OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "The action to reset resettable statistics data in ltmVirtualServStat. + Setting this value to 1 will reset statistics data. + Note, some statistics data may not be reset including data that are incremental counters." + ::= { ltmVirtualServStat 1 } + +ltmVirtualServStatNumber OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of ltmVirtualServStat entries in the table." + ::= { ltmVirtualServStat 2 } + +ltmVirtualServStatTable OBJECT-TYPE + SYNTAX SEQUENCE OF LtmVirtualServStatEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A table containing statistic information of virtual servers." + ::= { ltmVirtualServStat 3 } + +ltmVirtualServStatEntry OBJECT-TYPE + SYNTAX LtmVirtualServStatEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Columns in the ltmVirtualServStat Table" + INDEX { + ltmVirtualServStatName + } + ::= { ltmVirtualServStatTable 1 } + +LtmVirtualServStatEntry ::= + SEQUENCE { + ltmVirtualServStatName LongDisplayString, + ltmVirtualServStatCsMinConnDur Counter64, + ltmVirtualServStatCsMaxConnDur Counter64, + ltmVirtualServStatCsMeanConnDur Counter64, + ltmVirtualServStatNoNodesErrors Counter64, + ltmVirtualServStatClientPktsIn Counter64, + ltmVirtualServStatClientBytesIn Counter64, + ltmVirtualServStatClientPktsOut Counter64, + ltmVirtualServStatClientBytesOut Counter64, + ltmVirtualServStatClientMaxConns Counter64, + ltmVirtualServStatClientTotConns Counter64, + ltmVirtualServStatClientCurConns Gauge, + ltmVirtualServStatEphemeralPktsIn Counter64, + ltmVirtualServStatEphemeralBytesIn Counter64, + ltmVirtualServStatEphemeralPktsOut Counter64, + ltmVirtualServStatEphemeralBytesOut Counter64, + ltmVirtualServStatEphemeralMaxConns Counter64, + ltmVirtualServStatEphemeralTotConns Counter64, + ltmVirtualServStatEphemeralCurConns Gauge, + ltmVirtualServStatPvaPktsIn Counter64, + ltmVirtualServStatPvaBytesIn Counter64, + ltmVirtualServStatPvaPktsOut Counter64, + ltmVirtualServStatPvaBytesOut Counter64, + ltmVirtualServStatPvaMaxConns Counter64, + ltmVirtualServStatPvaTotConns Counter64, + ltmVirtualServStatPvaCurConns Gauge, + ltmVirtualServStatTotRequests Counter64, + ltmVirtualServStatTotPvaAssistConn Counter64, + ltmVirtualServStatCurrPvaAssistConn Gauge, + ltmVirtualServStatCycleCount Counter64, + ltmVirtualServStatVsUsageRatio5s Gauge, + ltmVirtualServStatVsUsageRatio1m Gauge, + ltmVirtualServStatVsUsageRatio5m Gauge, + ltmVirtualServStatCurrentConnsPerSec Gauge, + ltmVirtualServStatDurationRateExceeded Gauge, + ltmVirtualServStatSwSyncookies Counter64, + ltmVirtualServStatSwSyncookieAccepts Counter64, + ltmVirtualServStatHwSyncookies Counter64, + ltmVirtualServStatHwSyncookieAccepts Counter64, + ltmVirtualServStatClientEvictedConns Counter64, + ltmVirtualServStatClientSlowKilled Counter64, + ltmVirtualServStatWlSyncookieHits Counter64, + ltmVirtualServStatWlSyncookieAccepts Counter64, + ltmVirtualServStatWlSyncookieRejects Counter64 + } + +ltmVirtualServStatName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of a virtual server." + ::= { ltmVirtualServStatEntry 1 } + +ltmVirtualServStatCsMinConnDur OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The minimum connection duration in milliseconds among all connections + through the specified virtual server." + ::= { ltmVirtualServStatEntry 2 } + +ltmVirtualServStatCsMaxConnDur OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The maximum connection duration in milliseconds among all connections + through the specified virtual server." + ::= { ltmVirtualServStatEntry 3 } + +ltmVirtualServStatCsMeanConnDur OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The average connection duration in milliseconds for all connections + through the specified virtual server." + ::= { ltmVirtualServStatEntry 4 } + +ltmVirtualServStatNoNodesErrors OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of no-node errors. If active server node is zero, + this counter is incremented." + ::= { ltmVirtualServStatEntry 5 } + +ltmVirtualServStatClientPktsIn OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of packets received by the specified virtual server from client-side." + ::= { ltmVirtualServStatEntry 6 } + +ltmVirtualServStatClientBytesIn OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of bytes received by the specified virtual server from client-side." + ::= { ltmVirtualServStatEntry 7 } + +ltmVirtualServStatClientPktsOut OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of packets sent to client-side from the specified virtual server." + ::= { ltmVirtualServStatEntry 8 } + +ltmVirtualServStatClientBytesOut OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of bytes sent to client-side from the specified virtual server." + ::= { ltmVirtualServStatEntry 9 } + +ltmVirtualServStatClientMaxConns OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The maximum connections from client-side to the specified virtual server." + ::= { ltmVirtualServStatEntry 10 } + +ltmVirtualServStatClientTotConns OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total connections from client-side to the specified virtual server." + ::= { ltmVirtualServStatEntry 11 } + +ltmVirtualServStatClientCurConns OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The current connections from client-side to the specified virtual server." + ::= { ltmVirtualServStatEntry 12 } + +ltmVirtualServStatEphemeralPktsIn OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of packets received ephemeral by the specified virtual server." + ::= { ltmVirtualServStatEntry 13 } + +ltmVirtualServStatEphemeralBytesIn OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of bytes received ephemeral by the specified virtual server." + ::= { ltmVirtualServStatEntry 14 } + +ltmVirtualServStatEphemeralPktsOut OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of packets transmitted ephemeral from the specified virtual server." + ::= { ltmVirtualServStatEntry 15 } + +ltmVirtualServStatEphemeralBytesOut OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of bytes transmitted ephemeral from the specified virtual server." + ::= { ltmVirtualServStatEntry 16 } + +ltmVirtualServStatEphemeralMaxConns OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The maximum ephemeral connections to the specified virtual server." + ::= { ltmVirtualServStatEntry 17 } + +ltmVirtualServStatEphemeralTotConns OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total ephemeral connections to the specified virtual server." + ::= { ltmVirtualServStatEntry 18 } + +ltmVirtualServStatEphemeralCurConns OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The current ephemeral connections to the specified virtual server." + ::= { ltmVirtualServStatEntry 19 } + +ltmVirtualServStatPvaPktsIn OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of hardware accelerated packets received by the specified virtual server." + ::= { ltmVirtualServStatEntry 20 } + +ltmVirtualServStatPvaBytesIn OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of hardware accelerated bytes received by the specified virtual server." + ::= { ltmVirtualServStatEntry 21 } + +ltmVirtualServStatPvaPktsOut OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of hardware accelerated packets sent out from the specified virtual server." + ::= { ltmVirtualServStatEntry 22 } + +ltmVirtualServStatPvaBytesOut OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of hardware accelerated bytes sent out from the specified virtual server." + ::= { ltmVirtualServStatEntry 23 } + +ltmVirtualServStatPvaMaxConns OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The maximum hardware accelerated connections to the specified virtual server." + ::= { ltmVirtualServStatEntry 24 } + +ltmVirtualServStatPvaTotConns OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total hardware accelerated connections to the specified virtual server." + ::= { ltmVirtualServStatEntry 25 } + +ltmVirtualServStatPvaCurConns OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The current hardware accelerated connections to the specified virtual server." + ::= { ltmVirtualServStatEntry 26 } + +ltmVirtualServStatTotRequests OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of requests going through the specified virtual server." + ::= { ltmVirtualServStatEntry 27 } + +ltmVirtualServStatTotPvaAssistConn OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of connections to the specified virtual server, which + are partially hardware accelerated." + ::= { ltmVirtualServStatEntry 28 } + +ltmVirtualServStatCurrPvaAssistConn OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The current number of connections to the specified virtual server, which + are partially hardware accelerated." + ::= { ltmVirtualServStatEntry 29 } + +ltmVirtualServStatCycleCount OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "CPU cycle count since last system restart." + ::= { ltmVirtualServStatEntry 30 } + +ltmVirtualServStatVsUsageRatio5s OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The percentage of time Virtual Server was busy over the last 5 seconds." + ::= { ltmVirtualServStatEntry 31 } + +ltmVirtualServStatVsUsageRatio1m OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The percentage of time Virtual Server was busy over the last 1 minute." + ::= { ltmVirtualServStatEntry 32 } + +ltmVirtualServStatVsUsageRatio5m OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The percentage of time Virtual Server was busy over the last 5 minutes." + ::= { ltmVirtualServStatEntry 33 } + +ltmVirtualServStatCurrentConnsPerSec OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of current connections per second to the specified virtual server. This value is only calculated if rate limiting is configured on the virtual." + ::= { ltmVirtualServStatEntry 34 } + +ltmVirtualServStatDurationRateExceeded OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Duration of time in seconds the specified virtual server has exceeded the + configured connection rate limit." + ::= { ltmVirtualServStatEntry 35 } + +ltmVirtualServStatSwSyncookies OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of syn cookies received." + ::= { ltmVirtualServStatEntry 36 } + +ltmVirtualServStatSwSyncookieAccepts OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of syn cookies received that were accepted." + ::= { ltmVirtualServStatEntry 37 } + +ltmVirtualServStatHwSyncookies OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of hardware syn cookies received." + ::= { ltmVirtualServStatEntry 38 } + +ltmVirtualServStatHwSyncookieAccepts OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of hardware syn cookies received that were accepted." + ::= { ltmVirtualServStatEntry 39 } + +ltmVirtualServStatClientEvictedConns OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of client-side connections that have been evicted on the specified virtual server." + ::= { ltmVirtualServStatEntry 40 } + +ltmVirtualServStatClientSlowKilled OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of slow client-side connections that have been killed on the specified virtual server." + ::= { ltmVirtualServStatEntry 41 } + +ltmVirtualServStatWlSyncookieHits OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of whitelist syn cookie hits." + ::= { ltmVirtualServStatEntry 42 } + +ltmVirtualServStatWlSyncookieAccepts OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of whitelist syn cookies received that were accepted." + ::= { ltmVirtualServStatEntry 43 } + +ltmVirtualServStatWlSyncookieRejects OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of whitelist syn cookies received that were rejected." + ::= { ltmVirtualServStatEntry 44 } + +--================================================================== +-- Virtual_server_auth +--================================================================== +ltmVirtualServAuthNumber OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of ltmVirtualServAuth entries in the table." + ::= { ltmVirtualServAuth 1 } + +ltmVirtualServAuthTable OBJECT-TYPE + SYNTAX SEQUENCE OF LtmVirtualServAuthEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A table containing information of virtual server auth profiles." + ::= { ltmVirtualServAuth 2 } + +ltmVirtualServAuthEntry OBJECT-TYPE + SYNTAX LtmVirtualServAuthEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Columns in the ltmVirtualServAuth Table" + INDEX { + ltmVirtualServAuthVsName, + ltmVirtualServAuthProfileName + } + ::= { ltmVirtualServAuthTable 1 } + +LtmVirtualServAuthEntry ::= + SEQUENCE { + ltmVirtualServAuthVsName LongDisplayString, + ltmVirtualServAuthProfileName LongDisplayString + } + +ltmVirtualServAuthVsName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of a virtual server." + ::= { ltmVirtualServAuthEntry 1 } + +ltmVirtualServAuthProfileName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of an auth profile associated with the specified virtual server." + ::= { ltmVirtualServAuthEntry 2 } + +--================================================================== +-- Virtual_server_persist +--================================================================== +ltmVirtualServPersistNumber OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of ltmVirtualServPersist entries in the table." + ::= { ltmVirtualServPersist 1 } + +ltmVirtualServPersistTable OBJECT-TYPE + SYNTAX SEQUENCE OF LtmVirtualServPersistEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A table containing information of virtual server persistence profiles." + ::= { ltmVirtualServPersist 2 } + +ltmVirtualServPersistEntry OBJECT-TYPE + SYNTAX LtmVirtualServPersistEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Columns in the ltmVirtualServPersist Table" + INDEX { + ltmVirtualServPersistVsName, + ltmVirtualServPersistProfileName + } + ::= { ltmVirtualServPersistTable 1 } + +LtmVirtualServPersistEntry ::= + SEQUENCE { + ltmVirtualServPersistVsName LongDisplayString, + ltmVirtualServPersistProfileName LongDisplayString, + ltmVirtualServPersistUseDefault INTEGER + } + +ltmVirtualServPersistVsName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of a virtual server." + ::= { ltmVirtualServPersistEntry 1 } + +ltmVirtualServPersistProfileName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of a persist profile associated with the specified virtual server." + ::= { ltmVirtualServPersistEntry 2 } + +ltmVirtualServPersistUseDefault OBJECT-TYPE + SYNTAX INTEGER { + false(0), + true(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The persist profile is to be used if a rule does not + select a persist type." + ::= { ltmVirtualServPersistEntry 3 } + +--================================================================== +-- Virtual_server_profile +--================================================================== +ltmVirtualServProfileNumber OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of ltmVirtualServProfile entries in the table." + ::= { ltmVirtualServProfile 1 } + +ltmVirtualServProfileTable OBJECT-TYPE + SYNTAX SEQUENCE OF LtmVirtualServProfileEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A table containing information of virtual server profiles." + ::= { ltmVirtualServProfile 2 } + +ltmVirtualServProfileEntry OBJECT-TYPE + SYNTAX LtmVirtualServProfileEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Columns in the ltmVirtualServProfile Table" + INDEX { + ltmVirtualServProfileVsName, + ltmVirtualServProfileProfileName + } + ::= { ltmVirtualServProfileTable 1 } + +LtmVirtualServProfileEntry ::= + SEQUENCE { + ltmVirtualServProfileVsName LongDisplayString, + ltmVirtualServProfileProfileName LongDisplayString, + ltmVirtualServProfileType INTEGER, + ltmVirtualServProfileContext INTEGER + } + +ltmVirtualServProfileVsName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of a virtual server." + ::= { ltmVirtualServProfileEntry 1 } + +ltmVirtualServProfileProfileName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of a profile associated with the specified virtual server." + ::= { ltmVirtualServProfileEntry 2 } + +ltmVirtualServProfileType OBJECT-TYPE + SYNTAX INTEGER { + auth(0), + http(1), + serverssl(2), + clientssl(3), + fastl4(4), + tcp(5), + udp(6), + ftp(7), + persist(8), + connpool(9), + stream(10), + xml(11), + fasthttp(12), + iiop(13), + rtsp(14), + user(15), + httpclass(16), + dns(17), + sctp(18), + instance(19), + sipp(20), + dos(21), + pptp(62) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The type of the profile used by the specified virtual server." + ::= { ltmVirtualServProfileEntry 3 } + +ltmVirtualServProfileContext OBJECT-TYPE + SYNTAX INTEGER { + all(0), + client(1), + server(2) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "This is used to determine which side of the proxy a protocol + type profile (specifically TCP/UDP) is applied to. + none - for profiles that don't need any context; + all - profile applies to both client and server; + client - profile applies to the client-side; + server - profile applies to the server-side." + ::= { ltmVirtualServProfileEntry 4 } + +--================================================================== +-- Virtual_server_pool +--================================================================== +ltmVirtualServPoolNumber OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of ltmVirtualServPool entries in the table." + ::= { ltmVirtualServPool 1 } + +ltmVirtualServPoolTable OBJECT-TYPE + SYNTAX SEQUENCE OF LtmVirtualServPoolEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A table containing information of non-default pools related to virtual servers." + ::= { ltmVirtualServPool 2 } + +ltmVirtualServPoolEntry OBJECT-TYPE + SYNTAX LtmVirtualServPoolEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Columns in the ltmVirtualServPool Table" + INDEX { + ltmVirtualServPoolVirtualServerName, + ltmVirtualServPoolPoolName + } + ::= { ltmVirtualServPoolTable 1 } + +LtmVirtualServPoolEntry ::= + SEQUENCE { + ltmVirtualServPoolVirtualServerName LongDisplayString, + ltmVirtualServPoolPoolName LongDisplayString, + ltmVirtualServPoolRuleName LongDisplayString + } + +ltmVirtualServPoolVirtualServerName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of a virtual server." + ::= { ltmVirtualServPoolEntry 1 } + +ltmVirtualServPoolPoolName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of a non-default pool that the specified virtual server is referencing." + ::= { ltmVirtualServPoolEntry 2 } + +ltmVirtualServPoolRuleName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of a rule that the specified virtual server is referencing. + This is for future use and has not been supported in current version." + ::= { ltmVirtualServPoolEntry 3 } + +--================================================================== +-- Virtual_server_clone_pool +--================================================================== +ltmVirtualServClonePoolNumber OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of ltmVirtualServClonePool entries in the table." + ::= { ltmVirtualServClonePool 1 } + +ltmVirtualServClonePoolTable OBJECT-TYPE + SYNTAX SEQUENCE OF LtmVirtualServClonePoolEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A table containing information of pools related to virtual servers." + ::= { ltmVirtualServClonePool 2 } + +ltmVirtualServClonePoolEntry OBJECT-TYPE + SYNTAX LtmVirtualServClonePoolEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Columns in the ltmVirtualServClonePool Table" + INDEX { + ltmVirtualServClonePoolVirtualServerName, + ltmVirtualServClonePoolPoolName, + ltmVirtualServClonePoolType + } + ::= { ltmVirtualServClonePoolTable 1 } + +LtmVirtualServClonePoolEntry ::= + SEQUENCE { + ltmVirtualServClonePoolVirtualServerName LongDisplayString, + ltmVirtualServClonePoolPoolName LongDisplayString, + ltmVirtualServClonePoolType INTEGER + } + +ltmVirtualServClonePoolVirtualServerName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of a virtual server." + ::= { ltmVirtualServClonePoolEntry 1 } + +ltmVirtualServClonePoolPoolName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of a clone pool associated with the specified virtual server." + ::= { ltmVirtualServClonePoolEntry 2 } + +ltmVirtualServClonePoolType OBJECT-TYPE + SYNTAX INTEGER { + unspec(0), + clientside(1), + serverside(2) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The type of the clone pool associated with the specified virtual server." + ::= { ltmVirtualServClonePoolEntry 3 } + +--================================================================== +-- Virtual_server_rule +--================================================================== +ltmVirtualServRuleNumber OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of ltmVirtualServRule entries in the table." + ::= { ltmVirtualServRule 1 } + +ltmVirtualServRuleTable OBJECT-TYPE + SYNTAX SEQUENCE OF LtmVirtualServRuleEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A table containing information of rules related to virtual servers." + ::= { ltmVirtualServRule 2 } + +ltmVirtualServRuleEntry OBJECT-TYPE + SYNTAX LtmVirtualServRuleEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Columns in the ltmVirtualServRule Table" + INDEX { + ltmVirtualServRuleVirtualServerName, + ltmVirtualServRuleRuleName + } + ::= { ltmVirtualServRuleTable 1 } + +LtmVirtualServRuleEntry ::= + SEQUENCE { + ltmVirtualServRuleVirtualServerName LongDisplayString, + ltmVirtualServRuleRuleName LongDisplayString, + ltmVirtualServRulePriority INTEGER + } + +ltmVirtualServRuleVirtualServerName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of a virtual server." + ::= { ltmVirtualServRuleEntry 1 } + +ltmVirtualServRuleRuleName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of a rule associated with the specified virtual server." + ::= { ltmVirtualServRuleEntry 2 } + +ltmVirtualServRulePriority OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The priority of the rule among rules used by the specified virtual server." + ::= { ltmVirtualServRuleEntry 3 } + +--================================================================== +-- Virtual_server_vlan +--================================================================== +ltmVirtualServVlanNumber OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of ltmVirtualServVlan entries in the table." + ::= { ltmVirtualServVlan 1 } + +ltmVirtualServVlanTable OBJECT-TYPE + SYNTAX SEQUENCE OF LtmVirtualServVlanEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A table containing VLAN information associated with virtual server." + ::= { ltmVirtualServVlan 2 } + +ltmVirtualServVlanEntry OBJECT-TYPE + SYNTAX LtmVirtualServVlanEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Columns in the ltmVirtualServVlan Table" + INDEX { + ltmVirtualServVlanVsName, + ltmVirtualServVlanVlanName + } + ::= { ltmVirtualServVlanTable 1 } + +LtmVirtualServVlanEntry ::= + SEQUENCE { + ltmVirtualServVlanVsName LongDisplayString, + ltmVirtualServVlanVlanName LongDisplayString + } + +ltmVirtualServVlanVsName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of a virtual server." + ::= { ltmVirtualServVlanEntry 1 } + +ltmVirtualServVlanVlanName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of a VLAN which the specified virtual server associated with." + ::= { ltmVirtualServVlanEntry 2 } + +--================================================================== +-- Virtual_address +--================================================================== +ltmVirtualAddrNumber OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of ltmVirtualAddr entries in the table." + ::= { ltmVirtualAddr 1 } + +ltmVirtualAddrTable OBJECT-TYPE + SYNTAX SEQUENCE OF LtmVirtualAddrEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A table containing information of virtual server addresses." + ::= { ltmVirtualAddr 2 } + +ltmVirtualAddrEntry OBJECT-TYPE + SYNTAX LtmVirtualAddrEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Columns in the ltmVirtualAddr Table" + INDEX { + ltmVirtualAddrName + } + ::= { ltmVirtualAddrTable 1 } + +LtmVirtualAddrEntry ::= + SEQUENCE { + ltmVirtualAddrAddrType InetAddressType, + ltmVirtualAddrAddr InetAddress, + ltmVirtualAddrEnabled INTEGER, + ltmVirtualAddrConnLimit Gauge, + ltmVirtualAddrArpEnabled INTEGER, + ltmVirtualAddrSfFlags INTEGER, + ltmVirtualAddrUnitId Gauge, + ltmVirtualAddrRouteAdvertisement INTEGER, + ltmVirtualAddrAvailabilityState INTEGER, + ltmVirtualAddrEnabledState INTEGER, + ltmVirtualAddrDisabledParentType Gauge, + ltmVirtualAddrStatusReason LongDisplayString, + ltmVirtualAddrServer INTEGER, + ltmVirtualAddrIsFloat INTEGER, + ltmVirtualAddrName LongDisplayString, + ltmVirtualAddrIcmpEcho INTEGER + } + +ltmVirtualAddrAddrType OBJECT-TYPE + SYNTAX InetAddressType + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The IP address type of ltmVirtualAddrAddr" + ::= { ltmVirtualAddrEntry 1 } + +ltmVirtualAddrAddr OBJECT-TYPE + SYNTAX InetAddress + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The IP address of a virtual address. + It is interpreted within the context of an ltmVitualAddrAddrType value." + ::= { ltmVirtualAddrEntry 2 } + +ltmVirtualAddrEnabled OBJECT-TYPE + SYNTAX INTEGER { + false(0), + true(1) + } + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "The state indicating whether the specified virtual address is enabled or not." + ::= { ltmVirtualAddrEntry 3 } + +ltmVirtualAddrConnLimit OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The maximum number of connections the specified virtual address is + allowed to have open at one time." + ::= { ltmVirtualAddrEntry 4 } + +ltmVirtualAddrArpEnabled OBJECT-TYPE + SYNTAX INTEGER { + false(0), + true(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The state indicating whether ARP for the specified virtual address + is enabled or not." + ::= { ltmVirtualAddrEntry 5 } + +ltmVirtualAddrSfFlags OBJECT-TYPE + SYNTAX INTEGER { + disabled(0), + enabled(1) + } + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! This feature has been eliminated. + The flag to indicate whether connection mirroring is + enabled for the specified virtual address." + ::= { ltmVirtualAddrEntry 6 } + +ltmVirtualAddrUnitId OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The unit number associated with the specified virtual address." + ::= { ltmVirtualAddrEntry 7 } + +ltmVirtualAddrRouteAdvertisement OBJECT-TYPE + SYNTAX INTEGER { + false(0), + true(1), + selective(2), + always(3), + any(4), + all(5) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The state to determine if the specified virtual address should be + readvertised by the ZebOS routing daemons or not. + true/selective: route is advertised when virtual-address is available. + always: route-advertisement is enabled regradless of the availability status. + any: route is advertised when any of the contributing virtual server is available. + all: route is advertised when all of the contributing virtual server is available." + ::= { ltmVirtualAddrEntry 8 } + +ltmVirtualAddrAvailabilityState OBJECT-TYPE + SYNTAX INTEGER { + none(0), + green(1), + yellow(2), + red(3), + blue(4) + } + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! + Replaced by ltmVsAddrStatusAvailState under ltmVirtualAddrStatus. + The state of the specified virtual address availability indicated in color." + ::= { ltmVirtualAddrEntry 9 } + +ltmVirtualAddrEnabledState OBJECT-TYPE + SYNTAX INTEGER { + none(0), + enabled(1), + disabled(2), + disabledbyparent(3) + } + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! + Replaced by ltmVsAddrStatusEnabledState under ltmVirtualAddrStatus. + The state of the specified virtual address activity status, + as specified by the user." + ::= { ltmVirtualAddrEntry 10 } + +ltmVirtualAddrDisabledParentType OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! + Replaced by ltmVsAddrStatusParentType under ltmVirtualAddrStatus. + The type of parent object which disabled the specified virtual address." + ::= { ltmVirtualAddrEntry 11 } + +ltmVirtualAddrStatusReason OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! + Replaced by ltmVsAddrStatusDetailReason under ltmVirtualAddrStatus. + The detail description of the virtual address's status of parent object + which disabled the specified virtual address." + ::= { ltmVirtualAddrEntry 12 } + +ltmVirtualAddrServer OBJECT-TYPE + SYNTAX INTEGER { + none(0), + any(1), + all(2) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "That state to control how status of virtual address is depending on + status of virtual server. + none: virtual address is always green regardless of virtual server status. + any: any virtual server is green, virtual address is green. + all: all virtual servers must be green before virtual address is declared as green." + ::= { ltmVirtualAddrEntry 13 } + +ltmVirtualAddrIsFloat OBJECT-TYPE + SYNTAX INTEGER { + false(0), + true(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The state indicating whether the virtual address should be shared + between the redundant pair. This is typically used in one-armed + Combo pair, where GTM is only licensed on one of the boxes." + ::= { ltmVirtualAddrEntry 14 } + +ltmVirtualAddrName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Virtual Address name" + ::= { ltmVirtualAddrEntry 15 } + +ltmVirtualAddrIcmpEcho OBJECT-TYPE + SYNTAX INTEGER { + disabled(0), + always(1), + selective(2), + any(3), + all(4) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The state determine whether the specified virtual address should reply to ICMP echo requests. + always: ICMP echo reply will be sent in response to ICMP echo requests. + selective: ICMP echo reply will sent be in response to ICMP echo requests, when availability status is true. + any: ICMP echo reply will be sent in response to ICMP echo requests, when any of the contributing virtual server is available. + all: ICMP echo reply will be sent in response to ICMP echo requests when all of the contributing virtual server is available." + ::= { ltmVirtualAddrEntry 16 } + +--================================================================== +-- Virtual_address_stat +--================================================================== +ltmVirtualAddrStatResetStats OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "The action to reset resettable statistics data in ltmVirtualAddrStat. + Setting this value to 1 will reset statistics data. + Note, some statistics data may not be reset including data that are incremental counters." + ::= { ltmVirtualAddrStat 1 } + +ltmVirtualAddrStatNumber OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of ltmVirtualAddrStat entries in the table." + ::= { ltmVirtualAddrStat 2 } + +ltmVirtualAddrStatTable OBJECT-TYPE + SYNTAX SEQUENCE OF LtmVirtualAddrStatEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A table containing statistic information of virtual server addresses." + ::= { ltmVirtualAddrStat 3 } + +ltmVirtualAddrStatEntry OBJECT-TYPE + SYNTAX LtmVirtualAddrStatEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Columns in the ltmVirtualAddrStat Table" + INDEX { + ltmVirtualAddrStatName + } + ::= { ltmVirtualAddrStatTable 1 } + +LtmVirtualAddrStatEntry ::= + SEQUENCE { + ltmVirtualAddrStatAddrType InetAddressType, + ltmVirtualAddrStatAddr InetAddress, + ltmVirtualAddrStatClientPktsIn Counter64, + ltmVirtualAddrStatClientBytesIn Counter64, + ltmVirtualAddrStatClientPktsOut Counter64, + ltmVirtualAddrStatClientBytesOut Counter64, + ltmVirtualAddrStatClientMaxConns Counter64, + ltmVirtualAddrStatClientTotConns Counter64, + ltmVirtualAddrStatClientCurConns Gauge, + ltmVirtualAddrStatPvaPktsIn Counter64, + ltmVirtualAddrStatPvaBytesIn Counter64, + ltmVirtualAddrStatPvaPktsOut Counter64, + ltmVirtualAddrStatPvaBytesOut Counter64, + ltmVirtualAddrStatPvaMaxConns Counter64, + ltmVirtualAddrStatPvaTotConns Counter64, + ltmVirtualAddrStatPvaCurConns Gauge, + ltmVirtualAddrStatTotPvaAssistConn Counter64, + ltmVirtualAddrStatCurrPvaAssistConn Gauge, + ltmVirtualAddrStatName LongDisplayString + } + +ltmVirtualAddrStatAddrType OBJECT-TYPE + SYNTAX InetAddressType + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! use name instead, + The IP address type of ltmVirtualAddrStatAddr" + ::= { ltmVirtualAddrStatEntry 1 } + +ltmVirtualAddrStatAddr OBJECT-TYPE + SYNTAX InetAddress + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! use name instead, + The IP address of a virtual address. It is interpreted + within the context of a ltmVitualAddrStatAddrType value." + ::= { ltmVirtualAddrStatEntry 2 } + +ltmVirtualAddrStatClientPktsIn OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of packets received by the specified virtual address + from client-side." + ::= { ltmVirtualAddrStatEntry 3 } + +ltmVirtualAddrStatClientBytesIn OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of bytes received by the specified virtual address + from client-side." + ::= { ltmVirtualAddrStatEntry 4 } + +ltmVirtualAddrStatClientPktsOut OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of packets sent to client-side from the specified virtual address." + ::= { ltmVirtualAddrStatEntry 5 } + +ltmVirtualAddrStatClientBytesOut OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of bytes sent to client-side from the specified virtual address." + ::= { ltmVirtualAddrStatEntry 6 } + +ltmVirtualAddrStatClientMaxConns OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The maximum connections to the specified virtual address from client-side." + ::= { ltmVirtualAddrStatEntry 7 } + +ltmVirtualAddrStatClientTotConns OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total connections to the specified virtual address from client-side." + ::= { ltmVirtualAddrStatEntry 8 } + +ltmVirtualAddrStatClientCurConns OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The current connections to the specified virtual address from client-side." + ::= { ltmVirtualAddrStatEntry 9 } + +ltmVirtualAddrStatPvaPktsIn OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of hardware accelerated packets received by the specified virtual address." + ::= { ltmVirtualAddrStatEntry 10 } + +ltmVirtualAddrStatPvaBytesIn OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of hardware accelerated bytes received by the specified virtual address." + ::= { ltmVirtualAddrStatEntry 11 } + +ltmVirtualAddrStatPvaPktsOut OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of hardware accelerated packets sent out from the specified virtual address." + ::= { ltmVirtualAddrStatEntry 12 } + +ltmVirtualAddrStatPvaBytesOut OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of hardware accelerated bytes sent out from the specified virtual address." + ::= { ltmVirtualAddrStatEntry 13 } + +ltmVirtualAddrStatPvaMaxConns OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The maximum hardware accelerated connections to the specified virtual address." + ::= { ltmVirtualAddrStatEntry 14 } + +ltmVirtualAddrStatPvaTotConns OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total hardware accelerated connections to the specified virtual address." + ::= { ltmVirtualAddrStatEntry 15 } + +ltmVirtualAddrStatPvaCurConns OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The current hardware accelerated connections to the specified virtual address." + ::= { ltmVirtualAddrStatEntry 16 } + +ltmVirtualAddrStatTotPvaAssistConn OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of connections to the specified virtual address, + which are partially hardware accelerated." + ::= { ltmVirtualAddrStatEntry 17 } + +ltmVirtualAddrStatCurrPvaAssistConn OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The current number of connections to the specified virtual address, + which are partially hardware accelerated." + ::= { ltmVirtualAddrStatEntry 18 } + +ltmVirtualAddrStatName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Virtual Address name" + ::= { ltmVirtualAddrStatEntry 19 } + +--================================================================== +-- Profile_fasthttp +--================================================================== +ltmFastHttpProfileNumber OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of ltmFastHttpProfile entries in the table." + ::= { ltmFastHttpProfile 1 } + +ltmFastHttpProfileTable OBJECT-TYPE + SYNTAX SEQUENCE OF LtmFastHttpProfileEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A table containing information of Fast HTTP profile." + ::= { ltmFastHttpProfile 2 } + +ltmFastHttpProfileEntry OBJECT-TYPE + SYNTAX LtmFastHttpProfileEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Columns in the ltmFastHttpProfile Table" + INDEX { + ltmFastHttpProfileName + } + ::= { ltmFastHttpProfileTable 1 } + +LtmFastHttpProfileEntry ::= + SEQUENCE { + ltmFastHttpProfileName LongDisplayString, + ltmFastHttpProfileConfigSource INTEGER, + ltmFastHttpProfileDefaultName LongDisplayString, + ltmFastHttpProfileResetOnTimeout INTEGER, + ltmFastHttpProfileIdleTimeout Gauge, + ltmFastHttpProfileMssOverride Gauge, + ltmFastHttpProfileClientCloseTimeout Gauge, + ltmFastHttpProfileServerCloseTimeout Gauge, + ltmFastHttpProfileConnpoolMaxSize Gauge, + ltmFastHttpProfileConnpoolMinSize Gauge, + ltmFastHttpProfileConnpoolStep Gauge, + ltmFastHttpProfileConnpoolMaxReuse Gauge, + ltmFastHttpProfileConnpoolIdleTimeout Gauge, + ltmFastHttpProfileMaxHeaderSize Gauge, + ltmFastHttpProfileMaxRequests Gauge, + ltmFastHttpProfileInsertXforwardedFor INTEGER, + ltmFastHttpProfileHttp11CloseWorkarounds INTEGER, + ltmFastHttpProfileHeaderInsert LongDisplayString, + ltmFastHttpProfileUncleanShutdown INTEGER, + ltmFastHttpProfileForceHttp10Response INTEGER, + ltmFastHttpProfileLayer7 INTEGER, + ltmFastHttpProfileConnpoolReplenish INTEGER + } + +ltmFastHttpProfileName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of a fast HTTP profile." + ::= { ltmFastHttpProfileEntry 1 } + +ltmFastHttpProfileConfigSource OBJECT-TYPE + SYNTAX INTEGER { + usercfg(0), + basecfg(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The state that specifies whether this is a base/pre-configured profile + or user defined profile." + ::= { ltmFastHttpProfileEntry 2 } + +ltmFastHttpProfileDefaultName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of the profile from which the specified profile derives + its attribute default values." + ::= { ltmFastHttpProfileEntry 3 } + +ltmFastHttpProfileResetOnTimeout OBJECT-TYPE + SYNTAX INTEGER { + false(0), + true(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "If true and a TCP connection exceeds its idle_timeout, + send a reset in addition to deleting the connection." + ::= { ltmFastHttpProfileEntry 4 } + +ltmFastHttpProfileIdleTimeout OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Number of seconds without traffic before a connection + is eligible for deletion." + ::= { ltmFastHttpProfileEntry 5 } + +ltmFastHttpProfileMssOverride OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "If non-zero and less than the 1460 default, this value + overrides the maximum segment size for server-side flows." + ::= { ltmFastHttpProfileEntry 6 } + +ltmFastHttpProfileClientCloseTimeout OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Idle timeout override when waiting for the client to close. + This occurs after a client FIN is received or after a FIN + is sent. 0 is immediate, -1 is indefinite." + ::= { ltmFastHttpProfileEntry 7 } + +ltmFastHttpProfileServerCloseTimeout OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Idle timeout override when waiting for the server to close. + This occurs if the server flow is not suitable for reuse or + after a FIN is received on an unspliced server connection. + 0 is immediate, -1 is indefinite." + ::= { ltmFastHttpProfileEntry 8 } + +ltmFastHttpProfileConnpoolMaxSize OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Maximum number of connections to any given LB pool. + 0 for unlimited." + ::= { ltmFastHttpProfileEntry 9 } + +ltmFastHttpProfileConnpoolMinSize OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Minimum number of connections to any given LB pool. + 0 is an acceptable value." + ::= { ltmFastHttpProfileEntry 10 } + +ltmFastHttpProfileConnpoolStep OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Connection ramp-up increment. Must be greater than 0." + ::= { ltmFastHttpProfileEntry 11 } + +ltmFastHttpProfileConnpoolMaxReuse OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Maximum number of times a server-side flow will be reused. + 0 for unlimited." + ::= { ltmFastHttpProfileEntry 12 } + +ltmFastHttpProfileConnpoolIdleTimeout OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Idle timeout override for unspliced server-side flows in the + reuse pool. 0 is disabled, i.e. use the default idle timeout." + ::= { ltmFastHttpProfileEntry 13 } + +ltmFastHttpProfileMaxHeaderSize OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Maximum amount of data that will be buffered in order to + make a content-switching decision." + ::= { ltmFastHttpProfileEntry 14 } + +ltmFastHttpProfileMaxRequests OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Maximum number of requests on a client-side flow before + the flow is shutdown. 0 for unlimited." + ::= { ltmFastHttpProfileEntry 15 } + +ltmFastHttpProfileInsertXforwardedFor OBJECT-TYPE + SYNTAX INTEGER { + disabled(0), + enabled(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The state whether to insert or replace X-Forwarded-For header + with client IP." + ::= { ltmFastHttpProfileEntry 16 } + +ltmFastHttpProfileHttp11CloseWorkarounds OBJECT-TYPE + SYNTAX INTEGER { + false(0), + true(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The state to workaround problems with certain brands of benchmarking + software that cannot handle FIN-PUSH on HTTP/1.1 responses." + ::= { ltmFastHttpProfileEntry 17 } + +ltmFastHttpProfileHeaderInsert OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Insert the given string as a header. If the header already + exists, it is not replaced. Unlike HTTP, this string does not + support rule command expansion." + ::= { ltmFastHttpProfileEntry 18 } + +ltmFastHttpProfileUncleanShutdown OBJECT-TYPE + SYNTAX INTEGER { + disable(0), + enable(1), + fast(2) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The mode to indicate whether to do unclean shutdown for client connections." + ::= { ltmFastHttpProfileEntry 19 } + +ltmFastHttpProfileForceHttp10Response OBJECT-TYPE + SYNTAX INTEGER { + false(0), + true(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The state to indicate whether to rewrite server's HTTP version to 1.0 in status + line in order to dissuade the client from pipelining or chunking." + ::= { ltmFastHttpProfileEntry 20 } + +ltmFastHttpProfileLayer7 OBJECT-TYPE + SYNTAX INTEGER { + false(0), + true(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The state that if false, we don't parse HTTP requests. This is useful for + providing SYN-proxy protection for L4 connections through a SNAT where the + client sends data to the server before the server responds." + ::= { ltmFastHttpProfileEntry 21 } + +ltmFastHttpProfileConnpoolReplenish OBJECT-TYPE + SYNTAX INTEGER { + false(0), + true(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The state that specifies whether the connpool should be replenished + to its prior number of connections when a connection is closed + by the server. If this is disabled, then we will only replenish + a closed server side connection residing in the connpool if there are + less than ltmFastHttpProfileMinSize (see above) connections + in the pool." + ::= { ltmFastHttpProfileEntry 22 } + +--================================================================== +-- Profile_fasthttp_stat +--================================================================== +ltmFastHttpProfileStatResetStats OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "The action to reset resettable statistics data in ltmFastHttpProfileStat. + Setting this value to 1 will reset statistics data. + Note, some statistics data may not be reset including data that are incremental counters." + ::= { ltmFastHttpProfileStat 1 } + +ltmFastHttpProfileStatNumber OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of ltmFastHttpProfileStat entries in the table." + ::= { ltmFastHttpProfileStat 2 } + +ltmFastHttpProfileStatTable OBJECT-TYPE + SYNTAX SEQUENCE OF LtmFastHttpProfileStatEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A table containing statistic information of Fast HTTP profile." + ::= { ltmFastHttpProfileStat 3 } + +ltmFastHttpProfileStatEntry OBJECT-TYPE + SYNTAX LtmFastHttpProfileStatEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Columns in the ltmFastHttpProfileStat Table" + INDEX { + ltmFastHttpProfileStatName + } + ::= { ltmFastHttpProfileStatTable 1 } + +LtmFastHttpProfileStatEntry ::= + SEQUENCE { + ltmFastHttpProfileStatName LongDisplayString, + ltmFastHttpProfileStatClientSyns Counter64, + ltmFastHttpProfileStatClientAccepts Counter64, + ltmFastHttpProfileStatServerConnects Counter64, + ltmFastHttpProfileStatConnpoolCurSize Gauge, + ltmFastHttpProfileStatConnpoolMaxSize Gauge, + ltmFastHttpProfileStatConnpoolReuses Counter64, + ltmFastHttpProfileStatConnpoolExhausted Counter64, + ltmFastHttpProfileStatNumberReqs Counter64, + ltmFastHttpProfileStatUnbufferedReqs Counter64, + ltmFastHttpProfileStatGetReqs Counter64, + ltmFastHttpProfileStatPostReqs Counter64, + ltmFastHttpProfileStatV9Reqs Counter64, + ltmFastHttpProfileStatV10Reqs Counter64, + ltmFastHttpProfileStatV11Reqs Counter64, + ltmFastHttpProfileStatResp2xxCnt Counter64, + ltmFastHttpProfileStatResp3xxCnt Counter64, + ltmFastHttpProfileStatResp4xxCnt Counter64, + ltmFastHttpProfileStatResp5xxCnt Counter64, + ltmFastHttpProfileStatReqParseErrors Counter64, + ltmFastHttpProfileStatRespParseErrors Counter64, + ltmFastHttpProfileStatClientRxBad Counter64, + ltmFastHttpProfileStatServerRxBad Counter64, + ltmFastHttpProfileStatPipelinedReqs Counter64 + } + +ltmFastHttpProfileStatName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of a fast HTTP profile." + ::= { ltmFastHttpProfileStatEntry 1 } + +ltmFastHttpProfileStatClientSyns OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of client SYN cookies generated." + ::= { ltmFastHttpProfileStatEntry 2 } + +ltmFastHttpProfileStatClientAccepts OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of client TCP accepts." + ::= { ltmFastHttpProfileStatEntry 3 } + +ltmFastHttpProfileStatServerConnects OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of server TCP connects." + ::= { ltmFastHttpProfileStatEntry 4 } + +ltmFastHttpProfileStatConnpoolCurSize OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Number of available server-side flows in the reuse pool." + ::= { ltmFastHttpProfileStatEntry 5 } + +ltmFastHttpProfileStatConnpoolMaxSize OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Max number of available server-side flows in the reuse pool." + ::= { ltmFastHttpProfileStatEntry 6 } + +ltmFastHttpProfileStatConnpoolReuses OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Number of times a server-side flow was reused from the pool." + ::= { ltmFastHttpProfileStatEntry 7 } + +ltmFastHttpProfileStatConnpoolExhausted OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Number of times the reuse pool was exhausted." + ::= { ltmFastHttpProfileStatEntry 8 } + +ltmFastHttpProfileStatNumberReqs OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of http requests." + ::= { ltmFastHttpProfileStatEntry 9 } + +ltmFastHttpProfileStatUnbufferedReqs OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of unbuffered requests." + ::= { ltmFastHttpProfileStatEntry 10 } + +ltmFastHttpProfileStatGetReqs OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of get requests." + ::= { ltmFastHttpProfileStatEntry 11 } + +ltmFastHttpProfileStatPostReqs OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of post requests." + ::= { ltmFastHttpProfileStatEntry 12 } + +ltmFastHttpProfileStatV9Reqs OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of version 9 requests." + ::= { ltmFastHttpProfileStatEntry 13 } + +ltmFastHttpProfileStatV10Reqs OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of version 10 requests." + ::= { ltmFastHttpProfileStatEntry 14 } + +ltmFastHttpProfileStatV11Reqs OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of version 11 requests." + ::= { ltmFastHttpProfileStatEntry 15 } + +ltmFastHttpProfileStatResp2xxCnt OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Number of server-side responses in range of 200 to 206 + (successful responses)." + ::= { ltmFastHttpProfileStatEntry 16 } + +ltmFastHttpProfileStatResp3xxCnt OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Number of server-side responses in range of 300 to 307 + (redirection responses)." + ::= { ltmFastHttpProfileStatEntry 17 } + +ltmFastHttpProfileStatResp4xxCnt OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Number of server-side responses in range of 400 to 417 (client errors). " + ::= { ltmFastHttpProfileStatEntry 18 } + +ltmFastHttpProfileStatResp5xxCnt OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Number of server-side responses in range of 500 to 505 (server errors)." + ::= { ltmFastHttpProfileStatEntry 19 } + +ltmFastHttpProfileStatReqParseErrors OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Number of request parse errors." + ::= { ltmFastHttpProfileStatEntry 20 } + +ltmFastHttpProfileStatRespParseErrors OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Number of response parse errors." + ::= { ltmFastHttpProfileStatEntry 21 } + +ltmFastHttpProfileStatClientRxBad OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Number of bad TCP segments dropped from client-side." + ::= { ltmFastHttpProfileStatEntry 22 } + +ltmFastHttpProfileStatServerRxBad OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Number of bad TCP segments dropped from server-side." + ::= { ltmFastHttpProfileStatEntry 23 } + +ltmFastHttpProfileStatPipelinedReqs OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Number of pipelined HTTP requests detected." + ::= { ltmFastHttpProfileStatEntry 24 } + +--================================================================== +-- Profile_xml +--================================================================== +ltmXmlProfileNumber OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of ltmXmlProfile entries in the table." + ::= { ltmXmlProfile 1 } + +ltmXmlProfileTable OBJECT-TYPE + SYNTAX SEQUENCE OF LtmXmlProfileEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A table containing information of XML profile." + ::= { ltmXmlProfile 2 } + +ltmXmlProfileEntry OBJECT-TYPE + SYNTAX LtmXmlProfileEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Columns in the ltmXmlProfile Table" + INDEX { + ltmXmlProfileName + } + ::= { ltmXmlProfileTable 1 } + +LtmXmlProfileEntry ::= + SEQUENCE { + ltmXmlProfileName LongDisplayString, + ltmXmlProfileConfigSource INTEGER, + ltmXmlProfileDefaultName LongDisplayString, + ltmXmlProfileAbortOnError INTEGER, + ltmXmlProfileMaxBufferSize Gauge, + ltmXmlProfileMultipleQueryMatches INTEGER + } + +ltmXmlProfileName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of a XML profile." + ::= { ltmXmlProfileEntry 1 } + +ltmXmlProfileConfigSource OBJECT-TYPE + SYNTAX INTEGER { + usercfg(0), + basecfg(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The state that specifies whether this is a base/pre-configured profile + or user defined profile." + ::= { ltmXmlProfileEntry 2 } + +ltmXmlProfileDefaultName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of the profile from which the specified profile derives + its attribute default values." + ::= { ltmXmlProfileEntry 3 } + +ltmXmlProfileAbortOnError OBJECT-TYPE + SYNTAX INTEGER { + false(0), + true(1) + } + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! The state that if true, abort the connection on errors." + ::= { ltmXmlProfileEntry 4 } + +ltmXmlProfileMaxBufferSize OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! The value that specifies the maximum buffer size for the specified profile." + ::= { ltmXmlProfileEntry 5 } + +ltmXmlProfileMultipleQueryMatches OBJECT-TYPE + SYNTAX INTEGER { + false(0), + true(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The state that if true, multiple matches for a single XPath query are enabled." + ::= { ltmXmlProfileEntry 6 } + +--================================================================== +-- Profile_xml_stat +--================================================================== +ltmXmlProfileStatResetStats OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "The action to reset resettable statistics data in ltmXmlProfileStat. + Setting this value to 1 will reset statistics data. + Note, some statistics data may not be reset including data that are incremental counters." + ::= { ltmXmlProfileStat 1 } + +ltmXmlProfileStatNumber OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of ltmXmlProfileStat entries in the table." + ::= { ltmXmlProfileStat 2 } + +ltmXmlProfileStatTable OBJECT-TYPE + SYNTAX SEQUENCE OF LtmXmlProfileStatEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A table containing statistic information of XML profile." + ::= { ltmXmlProfileStat 3 } + +ltmXmlProfileStatEntry OBJECT-TYPE + SYNTAX LtmXmlProfileStatEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Columns in the ltmXmlProfileStat Table" + INDEX { + ltmXmlProfileStatName + } + ::= { ltmXmlProfileStatTable 1 } + +LtmXmlProfileStatEntry ::= + SEQUENCE { + ltmXmlProfileStatName LongDisplayString, + ltmXmlProfileStatNumErrors Counter64, + ltmXmlProfileStatNumInspectedDocuments Counter64, + ltmXmlProfileStatNumDocumentsWithOneMatch Counter64, + ltmXmlProfileStatNumDocumentsWithTwoMatches Counter64, + ltmXmlProfileStatNumDocumentsWithThreeMatches Counter64, + ltmXmlProfileStatNumDocumentsWithNoMatches Counter64, + ltmXmlProfileStatNumMalformedDocuments Counter64 + } + +ltmXmlProfileStatName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of a XML profile." + ::= { ltmXmlProfileStatEntry 1 } + +ltmXmlProfileStatNumErrors OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! The total number of XML parsing errors." + ::= { ltmXmlProfileStatEntry 2 } + +ltmXmlProfileStatNumInspectedDocuments OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of inspected XML documents." + ::= { ltmXmlProfileStatEntry 3 } + +ltmXmlProfileStatNumDocumentsWithOneMatch OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of XML documents in which one XPath query match was found." + ::= { ltmXmlProfileStatEntry 4 } + +ltmXmlProfileStatNumDocumentsWithTwoMatches OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of XML documents in which two XPath query matches were found." + ::= { ltmXmlProfileStatEntry 5 } + +ltmXmlProfileStatNumDocumentsWithThreeMatches OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of XML documents in which three XPath query matches were found." + ::= { ltmXmlProfileStatEntry 6 } + +ltmXmlProfileStatNumDocumentsWithNoMatches OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of XML documents in which no XPath query matches were found." + ::= { ltmXmlProfileStatEntry 7 } + +ltmXmlProfileStatNumMalformedDocuments OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of malformed XML documents." + ::= { ltmXmlProfileStatEntry 8 } + +--================================================================== +-- Profile_http_ramcache_uri_excludes +--================================================================== +ltmRamUriExclNumber OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated!. + The number of ltmHttpProfileRamUriExcl entries in the table." + ::= { ltmHttpProfileRamUriExcl 1 } + +ltmRamUriExclTable OBJECT-TYPE + SYNTAX SEQUENCE OF LtmRamUriExclEntry + MAX-ACCESS not-accessible + STATUS deprecated + DESCRIPTION + "A table containing information of RAM cached excludes URI's + in HTTP profiles." + ::= { ltmHttpProfileRamUriExcl 2 } + +ltmRamUriExclEntry OBJECT-TYPE + SYNTAX LtmRamUriExclEntry + MAX-ACCESS not-accessible + STATUS deprecated + DESCRIPTION + "Columns in the ltmRamUriExcl Table" + INDEX { + ltmRamUriExclName, + ltmRamUriExclIndex + } + ::= { ltmRamUriExclTable 1 } + +LtmRamUriExclEntry ::= + SEQUENCE { + ltmRamUriExclName LongDisplayString, + ltmRamUriExclIndex INTEGER, + ltmRamUriExclUri LongDisplayString + } + +ltmRamUriExclName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "The name of a HTTP profile." + ::= { ltmRamUriExclEntry 1 } + +ltmRamUriExclIndex OBJECT-TYPE + SYNTAX INTEGER(0..2147483647) + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "The index of RAM cached excludes URI for the specified HTTP profile." + ::= { ltmRamUriExclEntry 2 } + +ltmRamUriExclUri OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "The RAM cached excludes URI for the specified profile." + ::= { ltmRamUriExclEntry 3 } + +--================================================================== +-- Profile_http_ramcache_uri_includes +--================================================================== +ltmRamUriInclNumber OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated!. + The number of ltmHttpProfileRamUriIncl entries in the table." + ::= { ltmHttpProfileRamUriIncl 1 } + +ltmRamUriInclTable OBJECT-TYPE + SYNTAX SEQUENCE OF LtmRamUriInclEntry + MAX-ACCESS not-accessible + STATUS deprecated + DESCRIPTION + "A table containing information of RAM cached includes URI's + in HTTP profiles." + ::= { ltmHttpProfileRamUriIncl 2 } + +ltmRamUriInclEntry OBJECT-TYPE + SYNTAX LtmRamUriInclEntry + MAX-ACCESS not-accessible + STATUS deprecated + DESCRIPTION + "Columns in the ltmRamUriIncl Table" + INDEX { + ltmRamUriInclName, + ltmRamUriInclIndex + } + ::= { ltmRamUriInclTable 1 } + +LtmRamUriInclEntry ::= + SEQUENCE { + ltmRamUriInclName LongDisplayString, + ltmRamUriInclIndex INTEGER, + ltmRamUriInclUri LongDisplayString + } + +ltmRamUriInclName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "The name of a HTTP profile." + ::= { ltmRamUriInclEntry 1 } + +ltmRamUriInclIndex OBJECT-TYPE + SYNTAX INTEGER(0..2147483647) + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "The index of RAM cached includes URI for the specified HTTP profile." + ::= { ltmRamUriInclEntry 2 } + +ltmRamUriInclUri OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "The RAM cached includes URI for the specified profile." + ::= { ltmRamUriInclEntry 3 } + +--================================================================== +-- Profile_http_ramcache_uri_pinned +--================================================================== +ltmRamUriPinNumber OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated!. + The number of ltmHttpProfileRamUriPin entries in the table." + ::= { ltmHttpProfileRamUriPin 1 } + +ltmRamUriPinTable OBJECT-TYPE + SYNTAX SEQUENCE OF LtmRamUriPinEntry + MAX-ACCESS not-accessible + STATUS deprecated + DESCRIPTION + "A table containing information of RAM cached URI's pinned + in HTTP profiles." + ::= { ltmHttpProfileRamUriPin 2 } + +ltmRamUriPinEntry OBJECT-TYPE + SYNTAX LtmRamUriPinEntry + MAX-ACCESS not-accessible + STATUS deprecated + DESCRIPTION + "Columns in the ltmRamUriPin Table" + INDEX { + ltmRamUriPinName, + ltmRamUriPinIndex + } + ::= { ltmRamUriPinTable 1 } + +LtmRamUriPinEntry ::= + SEQUENCE { + ltmRamUriPinName LongDisplayString, + ltmRamUriPinIndex INTEGER, + ltmRamUriPinUri LongDisplayString + } + +ltmRamUriPinName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "The name of a HTTP profile." + ::= { ltmRamUriPinEntry 1 } + +ltmRamUriPinIndex OBJECT-TYPE + SYNTAX INTEGER(0..2147483647) + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "The index of RAM cached URI pinned for the specified HTTP profile." + ::= { ltmRamUriPinEntry 2 } + +ltmRamUriPinUri OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "The RAM cached URI pinned for the specified profile." + ::= { ltmRamUriPinEntry 3 } + +--================================================================== +-- Profile_dns +--================================================================== +ltmDnsProfileNumber OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of ltmDnsProfile entries in the table." + ::= { ltmDnsProfile 1 } + +ltmDnsProfileTable OBJECT-TYPE + SYNTAX SEQUENCE OF LtmDnsProfileEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A table containing information for DNS profiles." + ::= { ltmDnsProfile 2 } + +ltmDnsProfileEntry OBJECT-TYPE + SYNTAX LtmDnsProfileEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Columns in the ltmDnsProfile Table" + INDEX { + ltmDnsProfileName + } + ::= { ltmDnsProfileTable 1 } + +LtmDnsProfileEntry ::= + SEQUENCE { + ltmDnsProfileName LongDisplayString, + ltmDnsProfileConfigSource INTEGER, + ltmDnsProfileDefaultName LongDisplayString, + ltmDnsProfileGtmEnabled INTEGER, + ltmDnsProfileDns64Mode INTEGER, + ltmDnsProfileDns64PrefixType InetAddressType, + ltmDnsProfileDns64Prefix InetAddress, + ltmDnsProfileDns64AdditionalRewrite INTEGER, + ltmDnsProfileDnsLastAction INTEGER, + ltmDnsProfileUseLocalBind INTEGER, + ltmDnsProfileDnsExpressEnabled INTEGER, + ltmDnsProfileDnssecEnabled INTEGER, + ltmDnsProfileCacheEnabled INTEGER, + ltmDnsProfileDnsCache LongDisplayString, + ltmDnsProfileProcessRd INTEGER, + ltmDnsProfileAvrDnsStatSampleRate Gauge, + ltmDnsProfileSecurity LongDisplayString, + ltmDnsProfileSecurityEnabled INTEGER, + ltmDnsProfileLoggingProfile LongDisplayString, + ltmDnsProfileLoggingEnabled INTEGER, + ltmDnsProfileFastDnsEnabled INTEGER, + ltmDnsProfileHwValidation INTEGER, + ltmDnsProfileHwCache INTEGER + } + +ltmDnsProfileName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of a DNS profile." + ::= { ltmDnsProfileEntry 1 } + +ltmDnsProfileConfigSource OBJECT-TYPE + SYNTAX INTEGER { + usercfg(0), + basecfg(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The state that specifies whether this is a base/pre-configured profile + or user defined profile." + ::= { ltmDnsProfileEntry 2 } + +ltmDnsProfileDefaultName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of the profile from which the specified profile derives + its attribute default values." + ::= { ltmDnsProfileEntry 3 } + +ltmDnsProfileGtmEnabled OBJECT-TYPE + SYNTAX INTEGER { + false(0), + true(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The state indicating whether or not to allow GTMD (Global Traffic Management + Daemon) to handle DNS resolution for DNS queries and responses that contain + Wide IP names." + ::= { ltmDnsProfileEntry 4 } + +ltmDnsProfileDns64Mode OBJECT-TYPE + SYNTAX INTEGER { + disable(0), + secondary(1), + immediate(2), + v4only(3) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The mode which specifies whether to perform DNS64 translation, and how + to perform it. + disable - no DNS64 translation is performed; + secondary - send AAAA first, if no result send another A; + immediate - send both AAAA and A together; + v4only - send only A request." + ::= { ltmDnsProfileEntry 5 } + +ltmDnsProfileDns64PrefixType OBJECT-TYPE + SYNTAX InetAddressType + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The IP address type of DNS64 prefix." + ::= { ltmDnsProfileEntry 6 } + +ltmDnsProfileDns64Prefix OBJECT-TYPE + SYNTAX InetAddress + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The prefix for DNS64 mapping for the specified DNS profile." + ::= { ltmDnsProfileEntry 7 } + +ltmDnsProfileDns64AdditionalRewrite OBJECT-TYPE + SYNTAX INTEGER { + disable(0), + v6only(1), + v4only(2), + any(3) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Controls system behavior when a DNS response contains AAAA or A record(s) + in the additional section. When DNS64 is enabled, this option selects how + to rewrite (or not rewrite) these entries. + disable - do not rewrite records in the additional section; + v6only - the system deletes any A records in the additional section; + v4only - the system deletes any AAAA records in the additional section, + and rewrites A records into AAAA by prepending the IPv6 prefix; + any - the system allows any AAAA records in the additional section, and + rewrites A records into AAAA by prepending the IPv6 prefix." + ::= { ltmDnsProfileEntry 8 } + +ltmDnsProfileDnsLastAction OBJECT-TYPE + SYNTAX INTEGER { + allow(0), + drop(1), + reject(2), + hint(3), + noerror(4) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Last action that will be taken if there is no matching zone name, i.e. + a DNS query does not match a GTM Wide IP name, is not a DNSSEC query type + (e.g. DNSKEY, etc.), does not match a DNS-Express Zone name, and DNS + cache is not configured/enabled. + allow - last action is to pass the DNS query to either a pool member + or on-box BIND. This is pre-11.x behavior; + drop - last action is to drop the DNS query; + reject - last action is to send a DNS response with a REFUSED rcode + set in the header; + hint - last action is to send a DNS response with a list of root + name servers; + noerror - last action is to send a DNS response with a NOERROR rcode + set in the header." + ::= { ltmDnsProfileEntry 9 } + +ltmDnsProfileUseLocalBind OBJECT-TYPE + SYNTAX INTEGER { + false(0), + true(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The state indicating whether or not local BIND is used as a DNS resource." + ::= { ltmDnsProfileEntry 10 } + +ltmDnsProfileDnsExpressEnabled OBJECT-TYPE + SYNTAX INTEGER { + false(0), + true(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The state indicating whether or not DNS Express is enabled for the + specified profile." + ::= { ltmDnsProfileEntry 11 } + +ltmDnsProfileDnssecEnabled OBJECT-TYPE + SYNTAX INTEGER { + false(0), + true(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The state indicating whether or not DNSSEC is enabled for the specified + profile." + ::= { ltmDnsProfileEntry 12 } + +ltmDnsProfileCacheEnabled OBJECT-TYPE + SYNTAX INTEGER { + false(0), + true(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The state indicating whether or not DNS cache is enabled for the specified + profile." + ::= { ltmDnsProfileEntry 13 } + +ltmDnsProfileDnsCache OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of the DNS cache used for the specified profile." + ::= { ltmDnsProfileEntry 14 } + +ltmDnsProfileProcessRd OBJECT-TYPE + SYNTAX INTEGER { + false(0), + true(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The state indicating whether or not the further processing of clientside + DNS packets with the RD (recursion desired) bit set in the header is + allowed. If set to false, packet is subject to last action processing. + This is for DDOS mitigation." + ::= { ltmDnsProfileEntry 15 } + +ltmDnsProfileAvrDnsStatSampleRate OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The AVR DNS statistics sample rate for the specified profile. When + the value is 0, no DNS queries will be stored in analytics database. + When the value is 1, all DNS queries will be stored. When the value + is an integer N (N>1), only one DNS query for every N DNS queries will be stored." + ::= { ltmDnsProfileEntry 16 } + +ltmDnsProfileSecurity OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of the DNS security used for the specified profile." + ::= { ltmDnsProfileEntry 17 } + +ltmDnsProfileSecurityEnabled OBJECT-TYPE + SYNTAX INTEGER { + false(0), + true(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The state indicating whether or not DNS firewall is enabled for the specified + profile." + ::= { ltmDnsProfileEntry 18 } + +ltmDnsProfileLoggingProfile OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of DNS logging profile that is being used." + ::= { ltmDnsProfileEntry 19 } + +ltmDnsProfileLoggingEnabled OBJECT-TYPE + SYNTAX INTEGER { + false(0), + true(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The state indicating whether or not DNS packet logging is enabled + for the specified profile." + ::= { ltmDnsProfileEntry 20 } + +ltmDnsProfileFastDnsEnabled OBJECT-TYPE + SYNTAX INTEGER { + false(0), + true(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The state indicating whether or not to allow DNS Rapid Response to handle DNS + resolution for DNS queries that contain GTM Wide IP names or part of a DNS-Express + Zone." + ::= { ltmDnsProfileEntry 21 } + +ltmDnsProfileHwValidation OBJECT-TYPE + SYNTAX INTEGER { + false(0), + true(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The state indicating whether or not to perform DNS query validation + in hardware." + ::= { ltmDnsProfileEntry 22 } + +ltmDnsProfileHwCache OBJECT-TYPE + SYNTAX INTEGER { + false(0), + true(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The state indicating whether or not to perform DNS response caching + in hardware and to generate responses for valid, matching DNS + queries." + ::= { ltmDnsProfileEntry 23 } + +--================================================================== +-- Profile_httpclass +--================================================================== +ltmHttpClassNumber OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated!. + The number of ltmHttpClassProfile entries in the table." + ::= { ltmHttpClassProfile 1 } + +ltmHttpClassTable OBJECT-TYPE + SYNTAX SEQUENCE OF LtmHttpClassEntry + MAX-ACCESS not-accessible + STATUS deprecated + DESCRIPTION + "Deprecated! A table containing information of HTTP class profile." + ::= { ltmHttpClassProfile 2 } + +ltmHttpClassEntry OBJECT-TYPE + SYNTAX LtmHttpClassEntry + MAX-ACCESS not-accessible + STATUS deprecated + DESCRIPTION + "Columns in the ltmHttpClass Table" + INDEX { + ltmHttpClassName + } + ::= { ltmHttpClassTable 1 } + +LtmHttpClassEntry ::= + SEQUENCE { + ltmHttpClassName LongDisplayString, + ltmHttpClassConfigSource INTEGER, + ltmHttpClassDefaultName LongDisplayString, + ltmHttpClassPoolName LongDisplayString, + ltmHttpClassAsmEnabled INTEGER, + ltmHttpClassWaEnabled INTEGER, + ltmHttpClassRedirectLocation LongDisplayString, + ltmHttpClassUrlRewrite LongDisplayString + } + +ltmHttpClassName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! The name of a HTTP class profile." + ::= { ltmHttpClassEntry 1 } + +ltmHttpClassConfigSource OBJECT-TYPE + SYNTAX INTEGER { + usercfg(0), + basecfg(1) + } + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! The state that specifies whether this is a base/pre-configured profile + or user defined profile." + ::= { ltmHttpClassEntry 2 } + +ltmHttpClassDefaultName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! The name of the profile from which the specified profile derives + its attribute default values." + ::= { ltmHttpClassEntry 3 } + +ltmHttpClassPoolName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! The pool name which will be used when the specified class matches." + ::= { ltmHttpClassEntry 4 } + +ltmHttpClassAsmEnabled OBJECT-TYPE + SYNTAX INTEGER { + false(0), + true(1) + } + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! The state indicating whether this is an Application Security Module class or not." + ::= { ltmHttpClassEntry 5 } + +ltmHttpClassWaEnabled OBJECT-TYPE + SYNTAX INTEGER { + false(0), + true(1) + } + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! The state indicating whether this is a Web Accelerator class or not." + ::= { ltmHttpClassEntry 6 } + +ltmHttpClassRedirectLocation OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! The string (which may include a TCL expression) to indicate where to + redirect the original HTTP request once a match occurs." + ::= { ltmHttpClassEntry 7 } + +ltmHttpClassUrlRewrite OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! The string (which may include a TCL expression) with which to rewrite + the URLs." + ::= { ltmHttpClassEntry 8 } + +--================================================================== +-- Profile_httpclass_match_host +--================================================================== +ltmHttpClassHostNumber OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated!. + The number of ltmHttpClassProfileHost entries in the table." + ::= { ltmHttpClassProfileHost 1 } + +ltmHttpClassHostTable OBJECT-TYPE + SYNTAX SEQUENCE OF LtmHttpClassHostEntry + MAX-ACCESS not-accessible + STATUS deprecated + DESCRIPTION + "Deprecated! A table containing information of host match patterns in HTTP class profiles." + ::= { ltmHttpClassProfileHost 2 } + +ltmHttpClassHostEntry OBJECT-TYPE + SYNTAX LtmHttpClassHostEntry + MAX-ACCESS not-accessible + STATUS deprecated + DESCRIPTION + "Columns in the ltmHttpClassHost Table" + INDEX { + ltmHttpClassHostName, + ltmHttpClassHostIndex + } + ::= { ltmHttpClassHostTable 1 } + +LtmHttpClassHostEntry ::= + SEQUENCE { + ltmHttpClassHostName LongDisplayString, + ltmHttpClassHostIndex INTEGER, + ltmHttpClassHostString LongDisplayString + } + +ltmHttpClassHostName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! The name of a HTTP class profile." + ::= { ltmHttpClassHostEntry 1 } + +ltmHttpClassHostIndex OBJECT-TYPE + SYNTAX INTEGER(0..2147483647) + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! The index of host match patterns for the specified HTTP class profile." + ::= { ltmHttpClassHostEntry 2 } + +ltmHttpClassHostString OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! The host match pattern for the specified profile." + ::= { ltmHttpClassHostEntry 3 } + +--================================================================== +-- Profile_httpclass_match_path +--================================================================== +ltmHttpClassUriNumber OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated!. + The number of ltmHttpClassProfileUri entries in the table." + ::= { ltmHttpClassProfileUri 1 } + +ltmHttpClassUriTable OBJECT-TYPE + SYNTAX SEQUENCE OF LtmHttpClassUriEntry + MAX-ACCESS not-accessible + STATUS deprecated + DESCRIPTION + "Deprecated! A table containing information of URI match patterns in HTTP class profiles." + ::= { ltmHttpClassProfileUri 2 } + +ltmHttpClassUriEntry OBJECT-TYPE + SYNTAX LtmHttpClassUriEntry + MAX-ACCESS not-accessible + STATUS deprecated + DESCRIPTION + "Columns in the ltmHttpClassUri Table" + INDEX { + ltmHttpClassUriName, + ltmHttpClassUriIndex + } + ::= { ltmHttpClassUriTable 1 } + +LtmHttpClassUriEntry ::= + SEQUENCE { + ltmHttpClassUriName LongDisplayString, + ltmHttpClassUriIndex INTEGER, + ltmHttpClassUriString LongDisplayString + } + +ltmHttpClassUriName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! The name of a HTTP class profile." + ::= { ltmHttpClassUriEntry 1 } + +ltmHttpClassUriIndex OBJECT-TYPE + SYNTAX INTEGER(0..2147483647) + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! The index of URI match patterns for the specified HTTP class profile." + ::= { ltmHttpClassUriEntry 2 } + +ltmHttpClassUriString OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! The URI match pattern for the specified profile." + ::= { ltmHttpClassUriEntry 3 } + +--================================================================== +-- Profile_httpclass_match_header +--================================================================== +ltmHttpClassHeadNumber OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated!. + The number of ltmHttpClassProfileHead entries in the table." + ::= { ltmHttpClassProfileHead 1 } + +ltmHttpClassHeadTable OBJECT-TYPE + SYNTAX SEQUENCE OF LtmHttpClassHeadEntry + MAX-ACCESS not-accessible + STATUS deprecated + DESCRIPTION + "Deprecated! A table containing information of HTTP request header match patterns in HTTP class profiles." + ::= { ltmHttpClassProfileHead 2 } + +ltmHttpClassHeadEntry OBJECT-TYPE + SYNTAX LtmHttpClassHeadEntry + MAX-ACCESS not-accessible + STATUS deprecated + DESCRIPTION + "Columns in the ltmHttpClassHead Table" + INDEX { + ltmHttpClassHeadName, + ltmHttpClassHeadIndex + } + ::= { ltmHttpClassHeadTable 1 } + +LtmHttpClassHeadEntry ::= + SEQUENCE { + ltmHttpClassHeadName LongDisplayString, + ltmHttpClassHeadIndex INTEGER, + ltmHttpClassHeadString LongDisplayString + } + +ltmHttpClassHeadName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! The name of a HTTP class profile." + ::= { ltmHttpClassHeadEntry 1 } + +ltmHttpClassHeadIndex OBJECT-TYPE + SYNTAX INTEGER(0..2147483647) + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! The index of HTTP request header match patterns for the specified HTTP class profile." + ::= { ltmHttpClassHeadEntry 2 } + +ltmHttpClassHeadString OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! The HTTP request header match pattern for the specified profile." + ::= { ltmHttpClassHeadEntry 3 } + +--================================================================== +-- Profile_httpclass_match_cookies +--================================================================== +ltmHttpClassCookNumber OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated!. + The number of ltmHttpClassProfileCook entries in the table." + ::= { ltmHttpClassProfileCook 1 } + +ltmHttpClassCookTable OBJECT-TYPE + SYNTAX SEQUENCE OF LtmHttpClassCookEntry + MAX-ACCESS not-accessible + STATUS deprecated + DESCRIPTION + "Deprecated! A table containing information of HTTP cookie match patterns in HTTP class profiles." + ::= { ltmHttpClassProfileCook 2 } + +ltmHttpClassCookEntry OBJECT-TYPE + SYNTAX LtmHttpClassCookEntry + MAX-ACCESS not-accessible + STATUS deprecated + DESCRIPTION + "Columns in the ltmHttpClassCook Table" + INDEX { + ltmHttpClassCookName, + ltmHttpClassCookIndex + } + ::= { ltmHttpClassCookTable 1 } + +LtmHttpClassCookEntry ::= + SEQUENCE { + ltmHttpClassCookName LongDisplayString, + ltmHttpClassCookIndex INTEGER, + ltmHttpClassCookString LongDisplayString + } + +ltmHttpClassCookName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! The name of a HTTP class profile." + ::= { ltmHttpClassCookEntry 1 } + +ltmHttpClassCookIndex OBJECT-TYPE + SYNTAX INTEGER(0..2147483647) + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! The index of HTTP cookie match patterns for the specified HTTP class profile." + ::= { ltmHttpClassCookEntry 2 } + +ltmHttpClassCookString OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! The HTTP cookie match pattern for the specified profile." + ::= { ltmHttpClassCookEntry 3 } + +--================================================================== +-- Profile_httpclass_stat +--================================================================== +ltmHttpClassStatResetStats OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-write + STATUS deprecated + DESCRIPTION + "Deprecated!. + The action to reset resettable statistics data in ltmHttpClassProfileStat. + Setting this value to 1 will reset statistics data. + Note, some statistics data may not be reset including data that are incremental counters." + ::= { ltmHttpClassProfileStat 1 } + +ltmHttpClassStatNumber OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated!. + The number of ltmHttpClassProfileStat entries in the table." + ::= { ltmHttpClassProfileStat 2 } + +ltmHttpClassStatTable OBJECT-TYPE + SYNTAX SEQUENCE OF LtmHttpClassStatEntry + MAX-ACCESS not-accessible + STATUS deprecated + DESCRIPTION + "Deprecated! A table containing statistics information of HTTP class profile." + ::= { ltmHttpClassProfileStat 3 } + +ltmHttpClassStatEntry OBJECT-TYPE + SYNTAX LtmHttpClassStatEntry + MAX-ACCESS not-accessible + STATUS deprecated + DESCRIPTION + "Columns in the ltmHttpClassStat Table" + INDEX { + ltmHttpClassStatName + } + ::= { ltmHttpClassStatTable 1 } + +LtmHttpClassStatEntry ::= + SEQUENCE { + ltmHttpClassStatName LongDisplayString, + ltmHttpClassStatCookiePersistInserts Counter64, + ltmHttpClassStatResp2xxCnt Counter64, + ltmHttpClassStatResp3xxCnt Counter64, + ltmHttpClassStatResp4xxCnt Counter64, + ltmHttpClassStatResp5xxCnt Counter64, + ltmHttpClassStatNumberReqs Counter64, + ltmHttpClassStatGetReqs Counter64, + ltmHttpClassStatPostReqs Counter64, + ltmHttpClassStatV9Reqs Counter64, + ltmHttpClassStatV10Reqs Counter64, + ltmHttpClassStatV11Reqs Counter64, + ltmHttpClassStatV9Resp Counter64, + ltmHttpClassStatV10Resp Counter64, + ltmHttpClassStatV11Resp Counter64, + ltmHttpClassStatMaxKeepaliveReq Counter64, + ltmHttpClassStatRespBucket1k Counter64, + ltmHttpClassStatRespBucket4k Counter64, + ltmHttpClassStatRespBucket16k Counter64, + ltmHttpClassStatRespBucket32k Counter64, + ltmHttpClassStatRespBucket64k Counter64, + ltmHttpClassStatPrecompressBytes Counter64, + ltmHttpClassStatPostcompressBytes Counter64, + ltmHttpClassStatNullCompressBytes Counter64, + ltmHttpClassStatHtmlPrecompressBytes Counter64, + ltmHttpClassStatHtmlPostcompressBytes Counter64, + ltmHttpClassStatCssPrecompressBytes Counter64, + ltmHttpClassStatCssPostcompressBytes Counter64, + ltmHttpClassStatJsPrecompressBytes Counter64, + ltmHttpClassStatJsPostcompressBytes Counter64, + ltmHttpClassStatXmlPrecompressBytes Counter64, + ltmHttpClassStatXmlPostcompressBytes Counter64, + ltmHttpClassStatSgmlPrecompressBytes Counter64, + ltmHttpClassStatSgmlPostcompressBytes Counter64, + ltmHttpClassStatPlainPrecompressBytes Counter64, + ltmHttpClassStatPlainPostcompressBytes Counter64, + ltmHttpClassStatOctetPrecompressBytes Counter64, + ltmHttpClassStatOctetPostcompressBytes Counter64, + ltmHttpClassStatImagePrecompressBytes Counter64, + ltmHttpClassStatImagePostcompressBytes Counter64, + ltmHttpClassStatVideoPrecompressBytes Counter64, + ltmHttpClassStatVideoPostcompressBytes Counter64, + ltmHttpClassStatAudioPrecompressBytes Counter64, + ltmHttpClassStatAudioPostcompressBytes Counter64, + ltmHttpClassStatOtherPrecompressBytes Counter64, + ltmHttpClassStatOtherPostcompressBytes Counter64, + ltmHttpClassStatRamcacheHits Counter64, + ltmHttpClassStatRamcacheMisses Counter64, + ltmHttpClassStatRamcacheMissesAll Counter64, + ltmHttpClassStatRamcacheHitBytes Counter64, + ltmHttpClassStatRamcacheMissBytes Counter64, + ltmHttpClassStatRamcacheMissBytesAll Counter64 + } + +ltmHttpClassStatName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! The name of a HTTP class profile." + ::= { ltmHttpClassStatEntry 1 } + +ltmHttpClassStatCookiePersistInserts OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! The number of successful attempts to insert HTTP headers + for cookie persistence (set-cookie header insertions)." + ::= { ltmHttpClassStatEntry 2 } + +ltmHttpClassStatResp2xxCnt OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! The number of server-side responses in range of 200 to 206 + (successful responses)" + ::= { ltmHttpClassStatEntry 3 } + +ltmHttpClassStatResp3xxCnt OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! The number of server-side responses in range of 300 to 307 + (redirection responses)." + ::= { ltmHttpClassStatEntry 4 } + +ltmHttpClassStatResp4xxCnt OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! The number of server-side responses in range of 400 to 417 + (client errors)." + ::= { ltmHttpClassStatEntry 5 } + +ltmHttpClassStatResp5xxCnt OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! The number of server-side responses in range of 500 to 505 + (server errors)." + ::= { ltmHttpClassStatEntry 6 } + +ltmHttpClassStatNumberReqs OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! The total number of HTTP requests." + ::= { ltmHttpClassStatEntry 7 } + +ltmHttpClassStatGetReqs OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! The total number of HTTP get requests." + ::= { ltmHttpClassStatEntry 8 } + +ltmHttpClassStatPostReqs OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! The total number of HTTP post requests." + ::= { ltmHttpClassStatEntry 9 } + +ltmHttpClassStatV9Reqs OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! The total number of version 9 requests." + ::= { ltmHttpClassStatEntry 10 } + +ltmHttpClassStatV10Reqs OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! The total number of version 10 requests." + ::= { ltmHttpClassStatEntry 11 } + +ltmHttpClassStatV11Reqs OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! The total number of version 11 requests." + ::= { ltmHttpClassStatEntry 12 } + +ltmHttpClassStatV9Resp OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! The total number of version 9 responses." + ::= { ltmHttpClassStatEntry 13 } + +ltmHttpClassStatV10Resp OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! The total number of version 10 responses." + ::= { ltmHttpClassStatEntry 14 } + +ltmHttpClassStatV11Resp OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! The total number of version 11 responses." + ::= { ltmHttpClassStatEntry 15 } + +ltmHttpClassStatMaxKeepaliveReq OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! The maximum number of requests made in a connection." + ::= { ltmHttpClassStatEntry 16 } + +ltmHttpClassStatRespBucket1k OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! The number of responses under 1k." + ::= { ltmHttpClassStatEntry 17 } + +ltmHttpClassStatRespBucket4k OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! The number of responses between 1 - 4k." + ::= { ltmHttpClassStatEntry 18 } + +ltmHttpClassStatRespBucket16k OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! The number of responses between 4 - 16k." + ::= { ltmHttpClassStatEntry 19 } + +ltmHttpClassStatRespBucket32k OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! The number of responses between 16 - 32k." + ::= { ltmHttpClassStatEntry 20 } + +ltmHttpClassStatRespBucket64k OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! Please use larger buckets" + ::= { ltmHttpClassStatEntry 21 } + +ltmHttpClassStatPrecompressBytes OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! The number of response bytes before compression has taken place." + ::= { ltmHttpClassStatEntry 22 } + +ltmHttpClassStatPostcompressBytes OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! The number of response bytes after compression has taken place." + ::= { ltmHttpClassStatEntry 23 } + +ltmHttpClassStatNullCompressBytes OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! The number of bytes subjected to NULL compression (for license enforcement)." + ::= { ltmHttpClassStatEntry 24 } + +ltmHttpClassStatHtmlPrecompressBytes OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! The number of pre-compressed bytes for the MIME-Types: HTML." + ::= { ltmHttpClassStatEntry 25 } + +ltmHttpClassStatHtmlPostcompressBytes OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! The number of post-compressed bytes for the MIME-Types: HTML." + ::= { ltmHttpClassStatEntry 26 } + +ltmHttpClassStatCssPrecompressBytes OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! The number of pre-compressed bytes for the MIME-Types: CSS." + ::= { ltmHttpClassStatEntry 27 } + +ltmHttpClassStatCssPostcompressBytes OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! The number of post-compressed bytes for the MIME-Types: CSS." + ::= { ltmHttpClassStatEntry 28 } + +ltmHttpClassStatJsPrecompressBytes OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! The number of pre-compressed bytes for the MIME-Types: Javascript." + ::= { ltmHttpClassStatEntry 29 } + +ltmHttpClassStatJsPostcompressBytes OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! The number of post-compressed bytes for the MIME-Types: Javascript." + ::= { ltmHttpClassStatEntry 30 } + +ltmHttpClassStatXmlPrecompressBytes OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! The number of pre-compressed bytes for the MIME-Types: XML." + ::= { ltmHttpClassStatEntry 31 } + +ltmHttpClassStatXmlPostcompressBytes OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! The number of post-compressed bytes for the MIME-Types: XML." + ::= { ltmHttpClassStatEntry 32 } + +ltmHttpClassStatSgmlPrecompressBytes OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! The number of pre-compressed bytes for the MIME-Types: SGML." + ::= { ltmHttpClassStatEntry 33 } + +ltmHttpClassStatSgmlPostcompressBytes OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! The number of post-compressed bytes for the MIME-Types: SGML." + ::= { ltmHttpClassStatEntry 34 } + +ltmHttpClassStatPlainPrecompressBytes OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! The number of pre-compressed bytes for the MIME-Types: Plain." + ::= { ltmHttpClassStatEntry 35 } + +ltmHttpClassStatPlainPostcompressBytes OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! The number of post-compressed bytes for the MIME-Types: Plain." + ::= { ltmHttpClassStatEntry 36 } + +ltmHttpClassStatOctetPrecompressBytes OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! The number of pre-compressed bytes for the MIME-Types: Octet stream." + ::= { ltmHttpClassStatEntry 37 } + +ltmHttpClassStatOctetPostcompressBytes OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! The number of post-compressed bytes for the MIME-Types: Octet stream." + ::= { ltmHttpClassStatEntry 38 } + +ltmHttpClassStatImagePrecompressBytes OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! The number of pre-compressed bytes for the MIME-Types: Images." + ::= { ltmHttpClassStatEntry 39 } + +ltmHttpClassStatImagePostcompressBytes OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! The number of post-compressed bytes for the MIME-Types: Images." + ::= { ltmHttpClassStatEntry 40 } + +ltmHttpClassStatVideoPrecompressBytes OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! The number of pre-compressed bytes for the MIME-Types: Video files." + ::= { ltmHttpClassStatEntry 41 } + +ltmHttpClassStatVideoPostcompressBytes OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! The number of post-compressed bytes for the MIME-Types: Video files." + ::= { ltmHttpClassStatEntry 42 } + +ltmHttpClassStatAudioPrecompressBytes OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! The number of pre-compressed bytes for the MIME-Types: Audio files." + ::= { ltmHttpClassStatEntry 43 } + +ltmHttpClassStatAudioPostcompressBytes OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! The number of post-compressed bytes for the MIME-Types: Audio files." + ::= { ltmHttpClassStatEntry 44 } + +ltmHttpClassStatOtherPrecompressBytes OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! The number of pre-compressed bytes for the MIME-Types: other than + HTML, CSS, Javascript, XML, SGML, Plain, Images, Video files, + Audio files." + ::= { ltmHttpClassStatEntry 45 } + +ltmHttpClassStatOtherPostcompressBytes OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! The number of post-compressed bytes for the MIME-Types: other than + HTML, CSS, Javascript, XML, SGML, Plain, Images, Video files, + Audio files." + ::= { ltmHttpClassStatEntry 46 } + +ltmHttpClassStatRamcacheHits OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! The number of RAM cache hits." + ::= { ltmHttpClassStatEntry 47 } + +ltmHttpClassStatRamcacheMisses OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! The number of RAM cache misses, excluding un-cacheable data." + ::= { ltmHttpClassStatEntry 48 } + +ltmHttpClassStatRamcacheMissesAll OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! The total number of RAM cache misses." + ::= { ltmHttpClassStatEntry 49 } + +ltmHttpClassStatRamcacheHitBytes OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! The number of RAM cache hits in bytes." + ::= { ltmHttpClassStatEntry 50 } + +ltmHttpClassStatRamcacheMissBytes OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! The number of RAM cache misses in bytes, excluding un-cacheable data." + ::= { ltmHttpClassStatEntry 51 } + +ltmHttpClassStatRamcacheMissBytesAll OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! The total number of RAM cache misses in bytes." + ::= { ltmHttpClassStatEntry 52 } + +--================================================================== +-- Profile_iiop +--================================================================== +ltmIiopProfileName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated!. + The name of a IIOP profile." + ::= { ltmIiopProfile 1 } + +ltmIiopProfileConfigSource OBJECT-TYPE + SYNTAX INTEGER { + usercfg(0), + basecfg(1) + } + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated!. + The state that specifies whether this is a base/pre-configured profile + or user defined profile." + ::= { ltmIiopProfile 2 } + +ltmIiopProfileDefaultName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated!. + The name of the profile from which the specified profile derives + its attribute default values." + ::= { ltmIiopProfile 3 } + +ltmIiopProfilePersistRequestId OBJECT-TYPE + SYNTAX INTEGER { + false(0), + true(1) + } + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated!. + The state that if true, persist the request ID." + ::= { ltmIiopProfile 4 } + +ltmIiopProfilePersistObjectKey OBJECT-TYPE + SYNTAX INTEGER { + false(0), + true(1) + } + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated!. + The state that if true, persist the object key." + ::= { ltmIiopProfile 5 } + +ltmIiopProfileAbortOnTimeout OBJECT-TYPE + SYNTAX INTEGER { + false(0), + true(1) + } + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated!. + The state that if true, abort the connection when response is + timed out." + ::= { ltmIiopProfile 6 } + +ltmIiopProfileTimeout OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated!. + The response timeout for the specified IIOP profile." + ::= { ltmIiopProfile 7 } + +--================================================================== +-- Profile_iiop_stat +--================================================================== +ltmIiopProfileStatResetStats OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-write + STATUS deprecated + DESCRIPTION + "Deprecated!. + The action to reset resettable statistics data in ltmIiopProfileStat. + Setting this value to 1 will reset statistics data. + Note, some statistics data may not be reset including data that are incremental counters." + ::= { ltmIiopProfileStat 1 } + +ltmIiopProfileStatName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated!. + The name of a IIOP profile." + ::= { ltmIiopProfileStat 2 } + +ltmIiopProfileStatNumRequests OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated!. + The total number of IIOP requests." + ::= { ltmIiopProfileStat 3 } + +ltmIiopProfileStatNumResponses OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated!. + The total number of IIOP responses." + ::= { ltmIiopProfileStat 4 } + +ltmIiopProfileStatNumCancels OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated!. + The total number of IIOP cancel messages." + ::= { ltmIiopProfileStat 5 } + +ltmIiopProfileStatNumErrors OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated!. + The total number of IIOP error messages." + ::= { ltmIiopProfileStat 6 } + +ltmIiopProfileStatNumFragments OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated!. + The total number of IIOP fragments." + ::= { ltmIiopProfileStat 7 } + +--================================================================== +-- Profile_rtsp +--================================================================== +ltmRtspProfileNumber OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of ltmRtspProfile entries in the table." + ::= { ltmRtspProfile 1 } + +ltmRtspProfileTable OBJECT-TYPE + SYNTAX SEQUENCE OF LtmRtspProfileEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A table containing information of RTSP profile." + ::= { ltmRtspProfile 2 } + +ltmRtspProfileEntry OBJECT-TYPE + SYNTAX LtmRtspProfileEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Columns in the ltmRtspProfile Table" + INDEX { + ltmRtspProfileName + } + ::= { ltmRtspProfileTable 1 } + +LtmRtspProfileEntry ::= + SEQUENCE { + ltmRtspProfileName LongDisplayString, + ltmRtspProfileConfigSource INTEGER, + ltmRtspProfileDefaultName LongDisplayString, + ltmRtspProfileIdleTimeout Gauge, + ltmRtspProfileMaxHeaderSize Gauge, + ltmRtspProfileMaxQueuedData Gauge, + ltmRtspProfileUnicastRedirect INTEGER, + ltmRtspProfileMulticastRedirect INTEGER, + ltmRtspProfileSessionReconnect INTEGER, + ltmRtspProfileRealHttpPersistence INTEGER, + ltmRtspProfileProxy INTEGER, + ltmRtspProfileProxyHeader LongDisplayString, + ltmRtspProfileRtpPort InetPortNumber, + ltmRtspProfileRtcpPort InetPortNumber, + ltmRtspProfileLogPublisher LongDisplayString, + ltmRtspProfileLogProfile LongDisplayString + } + +ltmRtspProfileName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of a RTSP profile." + ::= { ltmRtspProfileEntry 1 } + +ltmRtspProfileConfigSource OBJECT-TYPE + SYNTAX INTEGER { + usercfg(0), + basecfg(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The state that specifies whether this is a base/pre-configured profile + or user defined profile." + ::= { ltmRtspProfileEntry 2 } + +ltmRtspProfileDefaultName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of the profile from which the specified profile derives + its attribute default values." + ::= { ltmRtspProfileEntry 3 } + +ltmRtspProfileIdleTimeout OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The idle timeout (in seconds) for the specified RTSP profile." + ::= { ltmRtspProfileEntry 4 } + +ltmRtspProfileMaxHeaderSize OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The maximum header size in bytes for the specified RTSP profile." + ::= { ltmRtspProfileEntry 5 } + +ltmRtspProfileMaxQueuedData OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The maximum queued data in bytes for the specified RTSP profile." + ::= { ltmRtspProfileEntry 6 } + +ltmRtspProfileUnicastRedirect OBJECT-TYPE + SYNTAX INTEGER { + false(0), + true(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The state indicating whether unicast redirect is enable or not + for the specified RTSP profile." + ::= { ltmRtspProfileEntry 7 } + +ltmRtspProfileMulticastRedirect OBJECT-TYPE + SYNTAX INTEGER { + false(0), + true(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The state indicating whether multicast redirect is enable or not + for the specified RTSP profile." + ::= { ltmRtspProfileEntry 8 } + +ltmRtspProfileSessionReconnect OBJECT-TYPE + SYNTAX INTEGER { + false(0), + true(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The state indicating whether session reconnecting is enable or not + for the specified RTSP profile." + ::= { ltmRtspProfileEntry 9 } + +ltmRtspProfileRealHttpPersistence OBJECT-TYPE + SYNTAX INTEGER { + false(0), + true(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The state indicating whether real HTTP persistence is enable or not + for the specified RTSP profile." + ::= { ltmRtspProfileEntry 10 } + +ltmRtspProfileProxy OBJECT-TYPE + SYNTAX INTEGER { + none(0), + external(1), + internal(2) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The proxy state for the specified RTSP profile." + ::= { ltmRtspProfileEntry 11 } + +ltmRtspProfileProxyHeader OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The proxy header for the specified RTSP profile." + ::= { ltmRtspProfileEntry 12 } + +ltmRtspProfileRtpPort OBJECT-TYPE + SYNTAX InetPortNumber + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The RTP port for the specified RTSP profile." + ::= { ltmRtspProfileEntry 13 } + +ltmRtspProfileRtcpPort OBJECT-TYPE + SYNTAX InetPortNumber + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The RTCP port for the specified RTSP profile." + ::= { ltmRtspProfileEntry 14 } + +ltmRtspProfileLogPublisher OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Specifies the name of the log publisher that logs ALG events, if any." + ::= { ltmRtspProfileEntry 15 } + +ltmRtspProfileLogProfile OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Specifies the name of the log profile that control the logging of ALG events, if any." + ::= { ltmRtspProfileEntry 16 } + +--================================================================== +-- Profile_rtsp_stat +--================================================================== +ltmRtspProfileStatResetStats OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "The action to reset resettable statistics data in ltmRtspProfileStat. + Setting this value to 1 will reset statistics data. + Note, some statistics data may not be reset including data that are incremental counters." + ::= { ltmRtspProfileStat 1 } + +ltmRtspProfileStatNumber OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of ltmRtspProfileStat entries in the table." + ::= { ltmRtspProfileStat 2 } + +ltmRtspProfileStatTable OBJECT-TYPE + SYNTAX SEQUENCE OF LtmRtspProfileStatEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A table containing statistic information of RTSP profile." + ::= { ltmRtspProfileStat 3 } + +ltmRtspProfileStatEntry OBJECT-TYPE + SYNTAX LtmRtspProfileStatEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Columns in the ltmRtspProfileStat Table" + INDEX { + ltmRtspProfileStatName + } + ::= { ltmRtspProfileStatTable 1 } + +LtmRtspProfileStatEntry ::= + SEQUENCE { + ltmRtspProfileStatName LongDisplayString, + ltmRtspProfileStatNumRequests Counter64, + ltmRtspProfileStatNumResponses Counter64, + ltmRtspProfileStatNumErrors Counter64, + ltmRtspProfileStatNumInterleaved Counter64 + } + +ltmRtspProfileStatName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of a RTSP profile." + ::= { ltmRtspProfileStatEntry 1 } + +ltmRtspProfileStatNumRequests OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of RTSP requests for the specified RTSP profile." + ::= { ltmRtspProfileStatEntry 2 } + +ltmRtspProfileStatNumResponses OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of RTSP responses for the specified RTSP profile." + ::= { ltmRtspProfileStatEntry 3 } + +ltmRtspProfileStatNumErrors OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of RTSP errors for the specified RTSP profile." + ::= { ltmRtspProfileStatEntry 4 } + +ltmRtspProfileStatNumInterleaved OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of interleaved RTSP data packets for the specified RTSP profile." + ::= { ltmRtspProfileStatEntry 5 } + +--================================================================== +-- Profile_sctp +--================================================================== +ltmSctpProfileNumber OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of ltmSctpProfile entries in the table." + ::= { ltmSctpProfile 1 } + +ltmSctpProfileTable OBJECT-TYPE + SYNTAX SEQUENCE OF LtmSctpProfileEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A table containing information of SCTP profile." + ::= { ltmSctpProfile 2 } + +ltmSctpProfileEntry OBJECT-TYPE + SYNTAX LtmSctpProfileEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Columns in the ltmSctpProfile Table" + INDEX { + ltmSctpProfileName + } + ::= { ltmSctpProfileTable 1 } + +LtmSctpProfileEntry ::= + SEQUENCE { + ltmSctpProfileName LongDisplayString, + ltmSctpProfileConfigSource INTEGER, + ltmSctpProfileDefaultName LongDisplayString, + ltmSctpProfileRcvOrdered INTEGER, + ltmSctpProfileSndPartial INTEGER, + ltmSctpProfileTcpShutdown INTEGER, + ltmSctpProfileResetOnTimeout INTEGER, + ltmSctpProfileOutStreams Gauge, + ltmSctpProfileInStreams Gauge, + ltmSctpProfileSndbuf Gauge, + ltmSctpProfileRcvwnd Gauge, + ltmSctpProfileTxChunks Gauge, + ltmSctpProfileRxChunks Gauge, + ltmSctpProfileCookieExpiration Gauge, + ltmSctpProfileInitMaxrtx Gauge, + ltmSctpProfileAssocMaxrtx Gauge, + ltmSctpProfileProxyBufferLow Gauge, + ltmSctpProfileProxyBufferHigh Gauge, + ltmSctpProfileIdleTimeout Gauge, + ltmSctpProfileHeartbeatInterval Gauge, + ltmSctpProfileIpTosToPeer INTEGER, + ltmSctpProfileLinkQosToPeer INTEGER, + ltmSctpProfileSecret LongDisplayString, + ltmSctpProfileMaxBurst Gauge, + ltmSctpProfileHeartbeatMaxBurst Gauge, + ltmSctpProfileMaxCommunicationPaths Gauge, + ltmSctpProfileMaxPathRetransmitLimit Gauge, + ltmSctpProfileServerSideMultihoming INTEGER, + ltmSctpProfileClientSideMultihoming INTEGER, + ltmSctpProfileRtoInitial Gauge, + ltmSctpProfileRtoMin Gauge, + ltmSctpProfileRtoMax Gauge, + ltmSctpProfileSackTimeout Gauge + } + +ltmSctpProfileName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of a SCTP profile." + ::= { ltmSctpProfileEntry 1 } + +ltmSctpProfileConfigSource OBJECT-TYPE + SYNTAX INTEGER { + usercfg(0), + basecfg(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The state that specifies whether this is a base/pre-configured profile + or user defined profile." + ::= { ltmSctpProfileEntry 2 } + +ltmSctpProfileDefaultName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of the profile from which the specified profile derives + its attribute default values." + ::= { ltmSctpProfileEntry 3 } + +ltmSctpProfileRcvOrdered OBJECT-TYPE + SYNTAX INTEGER { + false(0), + true(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The state indicating whether or not to in-order deliver messages to upper layer + for the specified profile." + ::= { ltmSctpProfileEntry 4 } + +ltmSctpProfileSndPartial OBJECT-TYPE + SYNTAX INTEGER { + false(0), + true(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The state indicating whether or not to accept partial of application data + for the specified profile." + ::= { ltmSctpProfileEntry 5 } + +ltmSctpProfileTcpShutdown OBJECT-TYPE + SYNTAX INTEGER { + false(0), + true(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The state indicating whether or not to emulate TCP closing + for the specified profile." + ::= { ltmSctpProfileEntry 6 } + +ltmSctpProfileResetOnTimeout OBJECT-TYPE + SYNTAX INTEGER { + false(0), + true(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The state indicating whether or not reset connection when timeout + for the specified profile." + ::= { ltmSctpProfileEntry 7 } + +ltmSctpProfileOutStreams OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of out-bound streams for the specified profile." + ::= { ltmSctpProfileEntry 8 } + +ltmSctpProfileInStreams OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of in-bound streams for the specified profile." + ::= { ltmSctpProfileEntry 9 } + +ltmSctpProfileSndbuf OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The send buffer size in bytes for the specified profile." + ::= { ltmSctpProfileEntry 10 } + +ltmSctpProfileRcvwnd OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The received window size, should be prorated to ltmSctpProfileRxChuncks + for the specified profile." + ::= { ltmSctpProfileEntry 11 } + +ltmSctpProfileTxChunks OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of sending chunk buffer for the specified profile." + ::= { ltmSctpProfileEntry 12 } + +ltmSctpProfileRxChunks OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of receiving chunk buffer for the specified profile." + ::= { ltmSctpProfileEntry 13 } + +ltmSctpProfileCookieExpiration OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The valid duration of cookie for the specified profile." + ::= { ltmSctpProfileEntry 14 } + +ltmSctpProfileInitMaxrtx OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The maximum number of retries to establish a connection for the specified profile." + ::= { ltmSctpProfileEntry 15 } + +ltmSctpProfileAssocMaxrtx OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The maximum number of retries to send data for the specified profile." + ::= { ltmSctpProfileEntry 16 } + +ltmSctpProfileProxyBufferLow OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The proxy buffer level at which the receive window is opened + for the specified profile." + ::= { ltmSctpProfileEntry 17 } + +ltmSctpProfileProxyBufferHigh OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The proxy buffer level at which the receive window is closed + for the specified profile." + ::= { ltmSctpProfileEntry 18 } + +ltmSctpProfileIdleTimeout OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of seconds without traffic before a connection is eligible + for deletion for the specified profile." + ::= { ltmSctpProfileEntry 19 } + +ltmSctpProfileHeartbeatInterval OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of seconds to send heartbeat for the specified profile." + ::= { ltmSctpProfileEntry 20 } + +ltmSctpProfileIpTosToPeer OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The IP type of service set in packets sent to peer for the specified profile." + ::= { ltmSctpProfileEntry 21 } + +ltmSctpProfileLinkQosToPeer OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The link quality of service set in packets sent to peer for the specified profile." + ::= { ltmSctpProfileEntry 22 } + +ltmSctpProfileSecret OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! The internal secret string used to HMAC cookie for the specified profile." + ::= { ltmSctpProfileEntry 23 } + +ltmSctpProfileMaxBurst OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The maximum number of data packets sent in a burst" + ::= { ltmSctpProfileEntry 24 } + +ltmSctpProfileHeartbeatMaxBurst OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The maximum number of heartbeat packets sent in a burst" + ::= { ltmSctpProfileEntry 25 } + +ltmSctpProfileMaxCommunicationPaths OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Maximum number of communication + paths." + ::= { ltmSctpProfileEntry 26 } + +ltmSctpProfileMaxPathRetransmitLimit OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Limit of retransmission path." + ::= { ltmSctpProfileEntry 27 } + +ltmSctpProfileServerSideMultihoming OBJECT-TYPE + SYNTAX INTEGER { + false(0), + true(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Enables server + side multihoming." + ::= { ltmSctpProfileEntry 28 } + +ltmSctpProfileClientSideMultihoming OBJECT-TYPE + SYNTAX INTEGER { + false(0), + true(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Enables client + side multihoming." + ::= { ltmSctpProfileEntry 29 } + +ltmSctpProfileRtoInitial OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "This is the net.sctp.rto_initial configurable + parameter. It is the initial value of RTO(retransmission timeout) + that is used in RTO calculations. Unit of measurement is + milliseconds." + ::= { ltmSctpProfileEntry 30 } + +ltmSctpProfileRtoMin OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "This is the net.sctp.rto_min configurable + parameter. It is the minimum value of RTO(retransmission timeout) + that is used in RTO calculation. Unit of measurement is + milliseconds." + ::= { ltmSctpProfileEntry 31 } + +ltmSctpProfileRtoMax OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "This is the net.sctp.rto_max configurable + parameter. It is the maximum value of RTO(retransmission timeout) + that is used in RTO calculations. Unit of measurement is + milliseconds." + ::= { ltmSctpProfileEntry 32 } + +ltmSctpProfileSackTimeout OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Delayed SACK timeout is configurable. Unit of + measurement is milliseconds." + ::= { ltmSctpProfileEntry 33 } + +--================================================================== +-- Profile_sctp_stat +--================================================================== +ltmSctpProfileStatResetStats OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "The action to reset resettable statistics data in ltmSctpProfileStat. + Setting this value to 1 will reset statistics data. + Note, some statistics data may not be reset including data that are incremental counters." + ::= { ltmSctpProfileStat 1 } + +ltmSctpProfileStatNumber OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of ltmSctpProfileStat entries in the table." + ::= { ltmSctpProfileStat 2 } + +ltmSctpProfileStatTable OBJECT-TYPE + SYNTAX SEQUENCE OF LtmSctpProfileStatEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A table containing statistic information of SCTP profile." + ::= { ltmSctpProfileStat 3 } + +ltmSctpProfileStatEntry OBJECT-TYPE + SYNTAX LtmSctpProfileStatEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Columns in the ltmSctpProfileStat Table" + INDEX { + ltmSctpProfileStatName + } + ::= { ltmSctpProfileStatTable 1 } + +LtmSctpProfileStatEntry ::= + SEQUENCE { + ltmSctpProfileStatName LongDisplayString, + ltmSctpProfileStatAccepts Counter64, + ltmSctpProfileStatAcceptfails Counter64, + ltmSctpProfileStatConnects Counter64, + ltmSctpProfileStatConnfails Counter64, + ltmSctpProfileStatExpires Counter64, + ltmSctpProfileStatAbandons Counter64, + ltmSctpProfileStatRxrst Counter64, + ltmSctpProfileStatRxbadsum Counter64, + ltmSctpProfileStatRxcookie Counter64, + ltmSctpProfileStatRxbadcookie Counter64, + ltmSctpProfileStatAssociations Gauge, + ltmSctpProfileStatClosing Gauge, + ltmSctpProfileStatConfirmedAddresses Gauge, + ltmSctpProfileStatUnconfirmedAddresses Gauge, + ltmSctpProfileStatActivePaths Gauge, + ltmSctpProfileStatInactivePaths Gauge + } + +ltmSctpProfileStatName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of a SCTP profile." + ::= { ltmSctpProfileStatEntry 1 } + +ltmSctpProfileStatAccepts OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of accepted connections for the specified profile." + ::= { ltmSctpProfileStatEntry 2 } + +ltmSctpProfileStatAcceptfails OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of not accepted responses for the specified profile." + ::= { ltmSctpProfileStatEntry 3 } + +ltmSctpProfileStatConnects OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of established connections for the specified profile." + ::= { ltmSctpProfileStatEntry 4 } + +ltmSctpProfileStatConnfails OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of connections failures for the specified profile." + ::= { ltmSctpProfileStatEntry 5 } + +ltmSctpProfileStatExpires OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of expired connections due to idle timeout for the specified profile." + ::= { ltmSctpProfileStatEntry 6 } + +ltmSctpProfileStatAbandons OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of abandoned connections due to retries/keep-alives for the specified profile." + ::= { ltmSctpProfileStatEntry 7 } + +ltmSctpProfileStatRxrst OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of received Abort chunks for the specified profile." + ::= { ltmSctpProfileStatEntry 8 } + +ltmSctpProfileStatRxbadsum OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of bad checksum in received packets for the specified profile." + ::= { ltmSctpProfileStatEntry 9 } + +ltmSctpProfileStatRxcookie OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of received SCTP cookies (including bad and good ones) for the specified profile." + ::= { ltmSctpProfileStatEntry 10 } + +ltmSctpProfileStatRxbadcookie OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of received bad SCTP cookies for the specified profile." + ::= { ltmSctpProfileStatEntry 11 } + +ltmSctpProfileStatAssociations OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The current number of active SCTP associations for the specified profile." + ::= { ltmSctpProfileStatEntry 12 } + +ltmSctpProfileStatClosing OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The current number of closing SCTP associations for the specified profile." + ::= { ltmSctpProfileStatEntry 13 } + +ltmSctpProfileStatConfirmedAddresses OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The current number of confirmed remote transport addresses for the specified profile." + ::= { ltmSctpProfileStatEntry 14 } + +ltmSctpProfileStatUnconfirmedAddresses OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The current number of unconfirmed remote transport addresses for the specified profile." + ::= { ltmSctpProfileStatEntry 15 } + +ltmSctpProfileStatActivePaths OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The current number of active transport paths for the specified profile." + ::= { ltmSctpProfileStatEntry 16 } + +ltmSctpProfileStatInactivePaths OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The current number of inactive transport paths for the specified profile." + ::= { ltmSctpProfileStatEntry 17 } + +--================================================================== +-- Profile_statistics +--================================================================== +ltmUserStatProfileNumber OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of ltmUserStatProfile entries in the table." + ::= { ltmUserStatProfile 1 } + +ltmUserStatProfileTable OBJECT-TYPE + SYNTAX SEQUENCE OF LtmUserStatProfileEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A table containing basic information of user-defined statistics profiles., + The user can define up to 32 statistic fields in each profile. + See ltmUserStatProfileStatTable for user-defined fields for each profile." + ::= { ltmUserStatProfile 2 } + +ltmUserStatProfileEntry OBJECT-TYPE + SYNTAX LtmUserStatProfileEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Columns in the ltmUserStatProfile Table" + INDEX { + ltmUserStatProfileName + } + ::= { ltmUserStatProfileTable 1 } + +LtmUserStatProfileEntry ::= + SEQUENCE { + ltmUserStatProfileName LongDisplayString, + ltmUserStatProfileConfigSource INTEGER, + ltmUserStatProfileDefaultName LongDisplayString + } + +ltmUserStatProfileName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of an user-defined statistics profile." + ::= { ltmUserStatProfileEntry 1 } + +ltmUserStatProfileConfigSource OBJECT-TYPE + SYNTAX INTEGER { + usercfg(0), + basecfg(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The state that specifies whether this is a base/pre-configured profile + or user defined profile." + ::= { ltmUserStatProfileEntry 2 } + +ltmUserStatProfileDefaultName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of the profile from which the specified profile derives + its attribute default values." + ::= { ltmUserStatProfileEntry 3 } + +--================================================================== +-- Profile_user_stat +--================================================================== +ltmUserStatProfileStatResetStats OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "The action to reset resettable statistics data in ltmUserStatProfileStat. + Setting this value to 1 will reset statistics data. + Note, some statistics data may not be reset including data that are incremental counters." + ::= { ltmUserStatProfileStat 1 } + +ltmUserStatProfileStatNumber OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of ltmUserStatProfileStat entries in the table." + ::= { ltmUserStatProfileStat 2 } + +ltmUserStatProfileStatTable OBJECT-TYPE + SYNTAX SEQUENCE OF LtmUserStatProfileStatEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A table containing user-defined statistics information for related profiles. + The maximum for user-defined statistic fields is 32 for each profile." + ::= { ltmUserStatProfileStat 3 } + +ltmUserStatProfileStatEntry OBJECT-TYPE + SYNTAX LtmUserStatProfileStatEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Columns in the ltmUserStatProfileStat Table" + INDEX { + ltmUserStatProfileStatName, + ltmUserStatProfileStatFieldId + } + ::= { ltmUserStatProfileStatTable 1 } + +LtmUserStatProfileStatEntry ::= + SEQUENCE { + ltmUserStatProfileStatName LongDisplayString, + ltmUserStatProfileStatFieldId INTEGER, + ltmUserStatProfileStatFieldName LongDisplayString, + ltmUserStatProfileStatFieldValue Counter64 + } + +ltmUserStatProfileStatName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of an user-defined statistics profile." + ::= { ltmUserStatProfileStatEntry 1 } + +ltmUserStatProfileStatFieldId OBJECT-TYPE + SYNTAX INTEGER(0..2147483647) + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The index of the user-defined statistics field." + ::= { ltmUserStatProfileStatEntry 2 } + +ltmUserStatProfileStatFieldName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of the related user-defined statistic field." + ::= { ltmUserStatProfileStatEntry 3 } + +ltmUserStatProfileStatFieldValue OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The value of the related user-defined statistic field." + ::= { ltmUserStatProfileStatEntry 4 } + +--================================================================== +-- Virtual_server_httpclass +--================================================================== +ltmVsHttpClassNumber OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated!. + The number of ltmVirtualServHttpClass entries in the table." + ::= { ltmVirtualServHttpClass 1 } + +ltmVsHttpClassTable OBJECT-TYPE + SYNTAX SEQUENCE OF LtmVsHttpClassEntry + MAX-ACCESS not-accessible + STATUS deprecated + DESCRIPTION + "Deprecated! A table containing information of HTTP class profiles with which the specified virtual servers associate." + ::= { ltmVirtualServHttpClass 2 } + +ltmVsHttpClassEntry OBJECT-TYPE + SYNTAX LtmVsHttpClassEntry + MAX-ACCESS not-accessible + STATUS deprecated + DESCRIPTION + "Columns in the ltmVsHttpClass Table" + INDEX { + ltmVsHttpClassVsName, + ltmVsHttpClassProfileName + } + ::= { ltmVsHttpClassTable 1 } + +LtmVsHttpClassEntry ::= + SEQUENCE { + ltmVsHttpClassVsName LongDisplayString, + ltmVsHttpClassProfileName LongDisplayString, + ltmVsHttpClassPriority Gauge + } + +ltmVsHttpClassVsName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! The name of a virtual server." + ::= { ltmVsHttpClassEntry 1 } + +ltmVsHttpClassProfileName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! The name of HTTP class profile with which the specified virtual server associate." + ::= { ltmVsHttpClassEntry 2 } + +ltmVsHttpClassPriority OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! The priority of the profile among profiles used by the specified virtual server." + ::= { ltmVsHttpClassEntry 3 } + +--================================================================== +-- Node_address_status +--================================================================== +ltmNodeAddrStatusNumber OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of ltmNodeAddrStatus entries in the table." + ::= { ltmNodeAddrStatus 1 } + +ltmNodeAddrStatusTable OBJECT-TYPE + SYNTAX SEQUENCE OF LtmNodeAddrStatusEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A table containing status information of node addresses." + ::= { ltmNodeAddrStatus 2 } + +ltmNodeAddrStatusEntry OBJECT-TYPE + SYNTAX LtmNodeAddrStatusEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Columns in the ltmNodeAddrStatus Table" + INDEX { + ltmNodeAddrStatusName + } + ::= { ltmNodeAddrStatusTable 1 } + +LtmNodeAddrStatusEntry ::= + SEQUENCE { + ltmNodeAddrStatusAddrType InetAddressType, + ltmNodeAddrStatusAddr InetAddress, + ltmNodeAddrStatusAvailState INTEGER, + ltmNodeAddrStatusEnabledState INTEGER, + ltmNodeAddrStatusParentType Gauge, + ltmNodeAddrStatusDetailReason LongDisplayString, + ltmNodeAddrStatusName LongDisplayString + } + +ltmNodeAddrStatusAddrType OBJECT-TYPE + SYNTAX InetAddressType + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The IP address type of ltmNodeAddrStatusAddr." + ::= { ltmNodeAddrStatusEntry 1 } + +ltmNodeAddrStatusAddr OBJECT-TYPE + SYNTAX InetAddress + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The IP address of a node. It is interpreted within + the context of a ltmNodeAddrStatusAddrType value." + ::= { ltmNodeAddrStatusEntry 2 } + +ltmNodeAddrStatusAvailState OBJECT-TYPE + SYNTAX INTEGER { + none(0), + green(1), + yellow(2), + red(3), + blue(4), + gray(5) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The availability of the specified node address indicated in color. + none - error; + green - available in some capacity; + yellow - not currently available; + red - not available; + blue - availability is unknown; + gray - unlicensed." + ::= { ltmNodeAddrStatusEntry 3 } + +ltmNodeAddrStatusEnabledState OBJECT-TYPE + SYNTAX INTEGER { + none(0), + enabled(1), + disabled(2), + disabledbyparent(3) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The activity status of the specified node address, as specified + by the user." + ::= { ltmNodeAddrStatusEntry 4 } + +ltmNodeAddrStatusParentType OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! This is an internal data. + The type of parent object which disabled the specified node address." + ::= { ltmNodeAddrStatusEntry 5 } + +ltmNodeAddrStatusDetailReason OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The detail description of the specified node's status." + ::= { ltmNodeAddrStatusEntry 6 } + +ltmNodeAddrStatusName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "node name." + ::= { ltmNodeAddrStatusEntry 7 } + +--================================================================== +-- Pool_status +--================================================================== +ltmPoolStatusNumber OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of ltmPoolStatus entries in the table." + ::= { ltmPoolStatus 1 } + +ltmPoolStatusTable OBJECT-TYPE + SYNTAX SEQUENCE OF LtmPoolStatusEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A table containing status information of pools." + ::= { ltmPoolStatus 2 } + +ltmPoolStatusEntry OBJECT-TYPE + SYNTAX LtmPoolStatusEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Columns in the ltmPoolStatus Table" + INDEX { + ltmPoolStatusName + } + ::= { ltmPoolStatusTable 1 } + +LtmPoolStatusEntry ::= + SEQUENCE { + ltmPoolStatusName LongDisplayString, + ltmPoolStatusAvailState INTEGER, + ltmPoolStatusEnabledState INTEGER, + ltmPoolStatusParentType Gauge, + ltmPoolStatusDetailReason LongDisplayString + } + +ltmPoolStatusName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of a pool." + ::= { ltmPoolStatusEntry 1 } + +ltmPoolStatusAvailState OBJECT-TYPE + SYNTAX INTEGER { + none(0), + green(1), + yellow(2), + red(3), + blue(4), + grey(5) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The availability of the specified pool indicated in color. + none - error; + green - available in some capacity; + yellow - not currently available; + red - not available; + blue - availability is unknown; + gray - unlicensed" + ::= { ltmPoolStatusEntry 2 } + +ltmPoolStatusEnabledState OBJECT-TYPE + SYNTAX INTEGER { + none(0), + enabled(1), + disabled(2), + disabledbyparent(3) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The activity status of the specified pool, as specified + by the user." + ::= { ltmPoolStatusEntry 3 } + +ltmPoolStatusParentType OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! This is an internal data. + The type of parent object which disabled the specified pool." + ::= { ltmPoolStatusEntry 4 } + +ltmPoolStatusDetailReason OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The detail description of the specified pool's status." + ::= { ltmPoolStatusEntry 5 } + +--================================================================== +-- Pool_member_status +--================================================================== +ltmPoolMbrStatusNumber OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of ltmPoolMemberStatus entries in the table." + ::= { ltmPoolMemberStatus 1 } + +ltmPoolMbrStatusTable OBJECT-TYPE + SYNTAX SEQUENCE OF LtmPoolMbrStatusEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A table containing status information of pool members." + ::= { ltmPoolMemberStatus 2 } + +ltmPoolMbrStatusEntry OBJECT-TYPE + SYNTAX LtmPoolMbrStatusEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Columns in the ltmPoolMbrStatus Table" + INDEX { + ltmPoolMbrStatusPoolName, + ltmPoolMbrStatusNodeName, + ltmPoolMbrStatusPort + } + ::= { ltmPoolMbrStatusTable 1 } + +LtmPoolMbrStatusEntry ::= + SEQUENCE { + ltmPoolMbrStatusPoolName LongDisplayString, + ltmPoolMbrStatusAddrType InetAddressType, + ltmPoolMbrStatusAddr InetAddress, + ltmPoolMbrStatusPort InetPortNumber, + ltmPoolMbrStatusAvailState INTEGER, + ltmPoolMbrStatusEnabledState INTEGER, + ltmPoolMbrStatusParentType Gauge, + ltmPoolMbrStatusDetailReason LongDisplayString, + ltmPoolMbrStatusNodeName LongDisplayString + } + +ltmPoolMbrStatusPoolName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of a pool." + ::= { ltmPoolMbrStatusEntry 1 } + +ltmPoolMbrStatusAddrType OBJECT-TYPE + SYNTAX InetAddressType + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The IP address type of ltmPoolMbrStatusAddr." + ::= { ltmPoolMbrStatusEntry 2 } + +ltmPoolMbrStatusAddr OBJECT-TYPE + SYNTAX InetAddress + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The IP address of a pool member in the specified pool. + It is interpreted within the context of an ltmPoolMbrStatusAddrType value." + ::= { ltmPoolMbrStatusEntry 3 } + +ltmPoolMbrStatusPort OBJECT-TYPE + SYNTAX InetPortNumber + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The port number of the specified pool member." + ::= { ltmPoolMbrStatusEntry 4 } + +ltmPoolMbrStatusAvailState OBJECT-TYPE + SYNTAX INTEGER { + none(0), + green(1), + yellow(2), + red(3), + blue(4), + gray(5) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The availability of the specified pool member indicated in color. + none - error; + green - available in some capacity; + yellow - not currently available; + red - not available; + blue - availability is unknown; + gray - unlicensed." + ::= { ltmPoolMbrStatusEntry 5 } + +ltmPoolMbrStatusEnabledState OBJECT-TYPE + SYNTAX INTEGER { + none(0), + enabled(1), + disabled(2), + disabledbyparent(3) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The activity status of the specified pool member, as specified + by the user." + ::= { ltmPoolMbrStatusEntry 6 } + +ltmPoolMbrStatusParentType OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! This is an internal data. + The type of parent object which disabled the specified pool member." + ::= { ltmPoolMbrStatusEntry 7 } + +ltmPoolMbrStatusDetailReason OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The detail description of the specified pool member's status." + ::= { ltmPoolMbrStatusEntry 8 } + +ltmPoolMbrStatusNodeName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Name of associated name." + ::= { ltmPoolMbrStatusEntry 9 } + +--================================================================== +-- Virtual_server_status +--================================================================== +ltmVsStatusNumber OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of ltmVirtualServStatus entries in the table." + ::= { ltmVirtualServStatus 1 } + +ltmVsStatusTable OBJECT-TYPE + SYNTAX SEQUENCE OF LtmVsStatusEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A table containing status information of virtual servers." + ::= { ltmVirtualServStatus 2 } + +ltmVsStatusEntry OBJECT-TYPE + SYNTAX LtmVsStatusEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Columns in the ltmVsStatus Table" + INDEX { + ltmVsStatusName + } + ::= { ltmVsStatusTable 1 } + +LtmVsStatusEntry ::= + SEQUENCE { + ltmVsStatusName LongDisplayString, + ltmVsStatusAvailState INTEGER, + ltmVsStatusEnabledState INTEGER, + ltmVsStatusParentType Gauge, + ltmVsStatusDetailReason LongDisplayString + } + +ltmVsStatusName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of a virtual server." + ::= { ltmVsStatusEntry 1 } + +ltmVsStatusAvailState OBJECT-TYPE + SYNTAX INTEGER { + none(0), + green(1), + yellow(2), + red(3), + blue(4), + gray(5) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The availability of the specified virtual server indicated in color. + none - error; + green - available in some capacity; + yellow - not currently available; + red - not available; + blue - availability is unknown; + gray - unlicensed." + ::= { ltmVsStatusEntry 2 } + +ltmVsStatusEnabledState OBJECT-TYPE + SYNTAX INTEGER { + none(0), + enabled(1), + disabled(2), + disabledbyparent(3) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The activity status of the specified virtual server, as specified + by the user." + ::= { ltmVsStatusEntry 3 } + +ltmVsStatusParentType OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! This is an internal data. + The type of parent object which disabled the specified virtual server." + ::= { ltmVsStatusEntry 4 } + +ltmVsStatusDetailReason OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The detail description of the specified virtual server's status." + ::= { ltmVsStatusEntry 5 } + +--================================================================== +-- Virtual_address_status +--================================================================== +ltmVAddrStatusNumber OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of ltmVirtualAddrStatus entries in the table." + ::= { ltmVirtualAddrStatus 1 } + +ltmVAddrStatusTable OBJECT-TYPE + SYNTAX SEQUENCE OF LtmVAddrStatusEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A table containing status information of virtual addresses." + ::= { ltmVirtualAddrStatus 2 } + +ltmVAddrStatusEntry OBJECT-TYPE + SYNTAX LtmVAddrStatusEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Columns in the ltmVAddrStatus Table" + INDEX { + ltmVAddrStatusName + } + ::= { ltmVAddrStatusTable 1 } + +LtmVAddrStatusEntry ::= + SEQUENCE { + ltmVAddrStatusAddrType InetAddressType, + ltmVAddrStatusAddr InetAddress, + ltmVAddrStatusAvailState INTEGER, + ltmVAddrStatusEnabledState INTEGER, + ltmVAddrStatusParentType Gauge, + ltmVAddrStatusDetailReason LongDisplayString, + ltmVAddrStatusName LongDisplayString + } + +ltmVAddrStatusAddrType OBJECT-TYPE + SYNTAX InetAddressType + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The IP address type of ltmVsAddrStatusAddr" + ::= { ltmVAddrStatusEntry 1 } + +ltmVAddrStatusAddr OBJECT-TYPE + SYNTAX InetAddress + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The IP address of a virtual address. It is interpreted + within the context of a ltmVsAddrAddrType value." + ::= { ltmVAddrStatusEntry 2 } + +ltmVAddrStatusAvailState OBJECT-TYPE + SYNTAX INTEGER { + none(0), + green(1), + yellow(2), + red(3), + blue(4), + gray(5) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The availability of the specified virtual address indicated in color. + none - error; + green - available in some capacity; + yellow - not currently available; + red - not available; + blue - availability is unknown; + gray - unlicensed." + ::= { ltmVAddrStatusEntry 3 } + +ltmVAddrStatusEnabledState OBJECT-TYPE + SYNTAX INTEGER { + none(0), + enabled(1), + disabled(2), + disabledbyparent(3) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The activity status of the specified virtual address, as specified + by the user." + ::= { ltmVAddrStatusEntry 4 } + +ltmVAddrStatusParentType OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! This is an internal data. + The type of parent object which disabled the specified virtual address." + ::= { ltmVAddrStatusEntry 5 } + +ltmVAddrStatusDetailReason OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The detail description of the specified virtual address's status." + ::= { ltmVAddrStatusEntry 6 } + +ltmVAddrStatusName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Virtual Address name" + ::= { ltmVAddrStatusEntry 7 } + +--================================================================== +-- Profile_http_fallback_status_codes +--================================================================== +ltmFallbackStatusNumber OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of ltmHttpProfileFallbackStatus entries in the table." + ::= { ltmHttpProfileFallbackStatus 1 } + +ltmFallbackStatusTable OBJECT-TYPE + SYNTAX SEQUENCE OF LtmFallbackStatusEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A table containing information of status codes that when matched, + traffic will be sent to the 'fallback_host' for HTTP profiles." + ::= { ltmHttpProfileFallbackStatus 2 } + +ltmFallbackStatusEntry OBJECT-TYPE + SYNTAX LtmFallbackStatusEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Columns in the ltmFallbackStatus Table" + INDEX { + ltmFallbackStatusName, + ltmFallbackStatusIndex + } + ::= { ltmFallbackStatusTable 1 } + +LtmFallbackStatusEntry ::= + SEQUENCE { + ltmFallbackStatusName LongDisplayString, + ltmFallbackStatusIndex INTEGER, + ltmFallbackStatusCode LongDisplayString + } + +ltmFallbackStatusName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of a HTTP profile." + ::= { ltmFallbackStatusEntry 1 } + +ltmFallbackStatusIndex OBJECT-TYPE + SYNTAX INTEGER(0..2147483647) + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The index of status code for the specified HTTP profile." + ::= { ltmFallbackStatusEntry 2 } + +ltmFallbackStatusCode OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The status code that when matched, traffic will be sent to the 'fallback_host' for the specified profile." + ::= { ltmFallbackStatusEntry 3 } + +--================================================================== +-- Profile_http_response_headers_permitted +--================================================================== +ltmRespHeadersPermNumber OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of ltmHttpProfileRespHeadersPerm entries in the table." + ::= { ltmHttpProfileRespHeadersPerm 1 } + +ltmRespHeadersPermTable OBJECT-TYPE + SYNTAX SEQUENCE OF LtmRespHeadersPermEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A table containing information of permitted headers in the + responses for HTTP profiles." + ::= { ltmHttpProfileRespHeadersPerm 2 } + +ltmRespHeadersPermEntry OBJECT-TYPE + SYNTAX LtmRespHeadersPermEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Columns in the ltmRespHeadersPerm Table" + INDEX { + ltmRespHeadersPermName, + ltmRespHeadersPermIndex + } + ::= { ltmRespHeadersPermTable 1 } + +LtmRespHeadersPermEntry ::= + SEQUENCE { + ltmRespHeadersPermName LongDisplayString, + ltmRespHeadersPermIndex INTEGER, + ltmRespHeadersPermStr LongDisplayString + } + +ltmRespHeadersPermName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of a HTTP profile." + ::= { ltmRespHeadersPermEntry 1 } + +ltmRespHeadersPermIndex OBJECT-TYPE + SYNTAX INTEGER(0..2147483647) + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The index of permitted header in a response for the specified HTTP profile." + ::= { ltmRespHeadersPermEntry 2 } + +ltmRespHeadersPermStr OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The permitted header in a response for the specified profile." + ::= { ltmRespHeadersPermEntry 3 } + +--================================================================== +-- Profile_http_encrypt_cookies +--================================================================== +ltmEncCookiesNumber OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of ltmHttpProfileEncCookies entries in the table." + ::= { ltmHttpProfileEncCookies 1 } + +ltmEncCookiesTable OBJECT-TYPE + SYNTAX SEQUENCE OF LtmEncCookiesEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A table containing information of cookies to be encrypted before + sending them to the clients for HTTP profiles." + ::= { ltmHttpProfileEncCookies 2 } + +ltmEncCookiesEntry OBJECT-TYPE + SYNTAX LtmEncCookiesEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Columns in the ltmEncCookies Table" + INDEX { + ltmEncCookiesName, + ltmEncCookiesIndex + } + ::= { ltmEncCookiesTable 1 } + +LtmEncCookiesEntry ::= + SEQUENCE { + ltmEncCookiesName LongDisplayString, + ltmEncCookiesIndex INTEGER, + ltmEncCookiesStr LongDisplayString + } + +ltmEncCookiesName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of a HTTP profile." + ::= { ltmEncCookiesEntry 1 } + +ltmEncCookiesIndex OBJECT-TYPE + SYNTAX INTEGER(0..2147483647) + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The index of cookie to be encrypted before sending it to the client + for the specified HTTP profile." + ::= { ltmEncCookiesEntry 2 } + +ltmEncCookiesStr OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The cookie to be encrypted before sending it to the client + for the specified profile." + ::= { ltmEncCookiesEntry 3 } + +--================================================================== +-- Profile_bigproto_stat +--================================================================== +ltmFastL4ProfileStatResetStats OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "The action to reset resettable statistics data in ltmFastL4ProfileStat. + Setting this value to 1 will reset statistics data. + Note, some statistics data may not be reset including data that are incremental counters." + ::= { ltmFastL4ProfileStat 1 } + +ltmFastL4ProfileStatNumber OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of ltmFastL4ProfileStat entries in the table." + ::= { ltmFastL4ProfileStat 2 } + +ltmFastL4ProfileStatTable OBJECT-TYPE + SYNTAX SEQUENCE OF LtmFastL4ProfileStatEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A table containing statistics information of fast L4 profiles." + ::= { ltmFastL4ProfileStat 3 } + +ltmFastL4ProfileStatEntry OBJECT-TYPE + SYNTAX LtmFastL4ProfileStatEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Columns in the ltmFastL4ProfileStat Table" + INDEX { + ltmFastL4ProfileStatName + } + ::= { ltmFastL4ProfileStatTable 1 } + +LtmFastL4ProfileStatEntry ::= + SEQUENCE { + ltmFastL4ProfileStatName LongDisplayString, + ltmFastL4ProfileStatOpen Gauge, + ltmFastL4ProfileStatAccepts Counter64, + ltmFastL4ProfileStatAcceptfails Counter64, + ltmFastL4ProfileStatExpires Counter64, + ltmFastL4ProfileStatRxbadpkt Counter64, + ltmFastL4ProfileStatRxunreach Counter64, + ltmFastL4ProfileStatRxbadunreach Counter64, + ltmFastL4ProfileStatRxbadsum Counter64, + ltmFastL4ProfileStatTxerrors Counter64, + ltmFastL4ProfileStatSyncookIssue Counter64, + ltmFastL4ProfileStatSyncookAccept Counter64, + ltmFastL4ProfileStatSyncookReject Counter64, + ltmFastL4ProfileStatServersynrtx Counter64, + ltmFastL4ProfileStatLbcSuccessful Counter64, + ltmFastL4ProfileStatLbcTimedout Counter64 + } + +ltmFastL4ProfileStatName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of a fast L4 profile." + ::= { ltmFastL4ProfileStatEntry 1 } + +ltmFastL4ProfileStatOpen OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of current open connections for the specified fast L4 profile." + ::= { ltmFastL4ProfileStatEntry 2 } + +ltmFastL4ProfileStatAccepts OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of accepted connections for the specified fast L4 profile." + ::= { ltmFastL4ProfileStatEntry 3 } + +ltmFastL4ProfileStatAcceptfails OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of not accepted connections for the specified fast L4 profile." + ::= { ltmFastL4ProfileStatEntry 4 } + +ltmFastL4ProfileStatExpires OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of expired connections due to idle timeout for the specified fast L4 profile." + ::= { ltmFastL4ProfileStatEntry 5 } + +ltmFastL4ProfileStatRxbadpkt OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of malformed packets for the specified fast L4 profile." + ::= { ltmFastL4ProfileStatEntry 6 } + +ltmFastL4ProfileStatRxunreach OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of received ICMP unreach/TCP RST for the specified fast L4 profile." + ::= { ltmFastL4ProfileStatEntry 7 } + +ltmFastL4ProfileStatRxbadunreach OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of received TCP RST outside the current window for the specified fast L4 profile." + ::= { ltmFastL4ProfileStatEntry 8 } + +ltmFastL4ProfileStatRxbadsum OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of bad checksum for the specified fast L4 profile." + ::= { ltmFastL4ProfileStatEntry 9 } + +ltmFastL4ProfileStatTxerrors OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of transmit datagram errors for the specified fast L4 profile." + ::= { ltmFastL4ProfileStatEntry 10 } + +ltmFastL4ProfileStatSyncookIssue OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of syncookies issued for the specified fast L4 profile." + ::= { ltmFastL4ProfileStatEntry 11 } + +ltmFastL4ProfileStatSyncookAccept OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of syncookies accepted for the specified fast L4 profile." + ::= { ltmFastL4ProfileStatEntry 12 } + +ltmFastL4ProfileStatSyncookReject OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of syncookies rejected for the specified fast L4 profile." + ::= { ltmFastL4ProfileStatEntry 13 } + +ltmFastL4ProfileStatServersynrtx OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of retransmissions of SYN to server for a syncookied connection for the specified fast L4 profile." + ::= { ltmFastL4ProfileStatEntry 14 } + +ltmFastL4ProfileStatLbcSuccessful OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of Successful Late Binding Connections." + ::= { ltmFastL4ProfileStatEntry 15 } + +ltmFastL4ProfileStatLbcTimedout OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of Late Binding Connections that were timed out." + ::= { ltmFastL4ProfileStatEntry 16 } + +--================================================================== +-- Profile_sipp +--================================================================== +ltmSipProfileNumber OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of ltmSipProfile entries in the table." + ::= { ltmSipProfile 1 } + +ltmSipProfileTable OBJECT-TYPE + SYNTAX SEQUENCE OF LtmSipProfileEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A table containing configuration information of SIP profiles." + ::= { ltmSipProfile 2 } + +ltmSipProfileEntry OBJECT-TYPE + SYNTAX LtmSipProfileEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Columns in the ltmSipProfile Table" + INDEX { + ltmSipProfileName + } + ::= { ltmSipProfileTable 1 } + +LtmSipProfileEntry ::= + SEQUENCE { + ltmSipProfileName LongDisplayString, + ltmSipProfileConfigSource INTEGER, + ltmSipProfileDefaultName LongDisplayString, + ltmSipProfileMaxSize Gauge, + ltmSipProfileTerminateBye INTEGER, + ltmSipProfileInsertVia INTEGER, + ltmSipProfileSecureVia INTEGER, + ltmSipProfileInsertRecordRoute INTEGER, + ltmSipProfileFirewallEnabled INTEGER, + ltmSipProfileLogPublisher LongDisplayString, + ltmSipProfileLogProfile LongDisplayString + } + +ltmSipProfileName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of a SIP profile." + ::= { ltmSipProfileEntry 1 } + +ltmSipProfileConfigSource OBJECT-TYPE + SYNTAX INTEGER { + usercfg(0), + basecfg(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The state that specifies whether this is a base/pre-configured profile + or user defined profile." + ::= { ltmSipProfileEntry 2 } + +ltmSipProfileDefaultName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of the profile from which the specified profile derives + its attribute default values." + ::= { ltmSipProfileEntry 3 } + +ltmSipProfileMaxSize OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The acceptable maximum SIP message size for the specified profile." + ::= { ltmSipProfileEntry 4 } + +ltmSipProfileTerminateBye OBJECT-TYPE + SYNTAX INTEGER { + false(0), + true(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The state indicating whether or not to terminate connection after bye (200 BYE) message for the specified profile." + ::= { ltmSipProfileEntry 5 } + +ltmSipProfileInsertVia OBJECT-TYPE + SYNTAX INTEGER { + false(0), + true(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The state indicating whether or not to insert Via for the specified profile." + ::= { ltmSipProfileEntry 6 } + +ltmSipProfileSecureVia OBJECT-TYPE + SYNTAX INTEGER { + false(0), + true(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The state indicating whether or not it is SIPS/2.0/TLS for the specified profile." + ::= { ltmSipProfileEntry 7 } + +ltmSipProfileInsertRecordRoute OBJECT-TYPE + SYNTAX INTEGER { + false(0), + true(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The state indicating whether or not insert Record-route for the specified profile." + ::= { ltmSipProfileEntry 8 } + +ltmSipProfileFirewallEnabled OBJECT-TYPE + SYNTAX INTEGER { + false(0), + true(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The state indicating whether or not SIP firewall is enabled for the specified + profile." + ::= { ltmSipProfileEntry 9 } + +ltmSipProfileLogPublisher OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Specifies the name of the log publisher that logs ALG events, if any." + ::= { ltmSipProfileEntry 10 } + +ltmSipProfileLogProfile OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Specifies the name of the log profile that control the logging of ALG events, if any." + ::= { ltmSipProfileEntry 11 } + +--================================================================== +-- Profile_sipp_stat +--================================================================== +ltmSipProfileStatResetStats OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "The action to reset resettable statistics data in ltmSipProfileStat. + Setting this value to 1 will reset statistics data. + Note, some statistics data may not be reset including data that are incremental counters." + ::= { ltmSipProfileStat 1 } + +ltmSipProfileStatNumber OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of ltmSipProfileStat entries in the table." + ::= { ltmSipProfileStat 2 } + +ltmSipProfileStatTable OBJECT-TYPE + SYNTAX SEQUENCE OF LtmSipProfileStatEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A table containing statistics information of SIP profiles." + ::= { ltmSipProfileStat 3 } + +ltmSipProfileStatEntry OBJECT-TYPE + SYNTAX LtmSipProfileStatEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Columns in the ltmSipProfileStat Table" + INDEX { + ltmSipProfileStatName + } + ::= { ltmSipProfileStatTable 1 } + +LtmSipProfileStatEntry ::= + SEQUENCE { + ltmSipProfileStatName LongDisplayString, + ltmSipProfileStatRequests Counter64, + ltmSipProfileStatResponses Counter64, + ltmSipProfileStatBadmsgs Counter64, + ltmSipProfileStatDrops Counter64 + } + +ltmSipProfileStatName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of a SIP profile." + ::= { ltmSipProfileStatEntry 1 } + +ltmSipProfileStatRequests OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of requests received for the specified profile." + ::= { ltmSipProfileStatEntry 2 } + +ltmSipProfileStatResponses OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of responses sent for the specified profile." + ::= { ltmSipProfileStatEntry 3 } + +ltmSipProfileStatBadmsgs OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of bad messages for the specified profile." + ::= { ltmSipProfileStatEntry 4 } + +ltmSipProfileStatDrops OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of dropped packets for the specified profile." + ::= { ltmSipProfileStatEntry 5 } + +--================================================================== +-- Gtm_vs_score +--================================================================== +ltmVirtualModuleScoreNumber OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of ltmVirtualModuleScore entries in the table." + ::= { ltmVirtualModuleScore 1 } + +ltmVirtualModuleScoreTable OBJECT-TYPE + SYNTAX SEQUENCE OF LtmVirtualModuleScoreEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A table containing module capacity scores for virtual servers" + ::= { ltmVirtualModuleScore 2 } + +ltmVirtualModuleScoreEntry OBJECT-TYPE + SYNTAX LtmVirtualModuleScoreEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Columns in the ltmVirtualModuleScore Table" + INDEX { + ltmVirtualModuleScoreVsName, + ltmVirtualModuleScoreModuleType + } + ::= { ltmVirtualModuleScoreTable 1 } + +LtmVirtualModuleScoreEntry ::= + SEQUENCE { + ltmVirtualModuleScoreVsName LongDisplayString, + ltmVirtualModuleScoreModuleType INTEGER, + ltmVirtualModuleScoreScore Gauge + } + +ltmVirtualModuleScoreVsName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of the virtual server this score applies to." + ::= { ltmVirtualModuleScoreEntry 1 } + +ltmVirtualModuleScoreModuleType OBJECT-TYPE + SYNTAX INTEGER { + asm(0), + sam(1), + wam(2) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The bigip module that this score applites to." + ::= { ltmVirtualModuleScoreEntry 2 } + +ltmVirtualModuleScoreScore OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The score represents how much capacity the module estimates it has left." + ::= { ltmVirtualModuleScoreEntry 3 } + +--================================================================== +-- Profile_isession +--================================================================== +ltmIsessionProfileNumber OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of ltmIsessionProfile entries in the table." + ::= { ltmIsessionProfile 1 } + +ltmIsessionProfileTable OBJECT-TYPE + SYNTAX SEQUENCE OF LtmIsessionProfileEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A table containing configuration information of Isession profiles." + ::= { ltmIsessionProfile 2 } + +ltmIsessionProfileEntry OBJECT-TYPE + SYNTAX LtmIsessionProfileEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Columns in the ltmIsessionProfile Table" + INDEX { + ltmIsessionProfileName + } + ::= { ltmIsessionProfileTable 1 } + +LtmIsessionProfileEntry ::= + SEQUENCE { + ltmIsessionProfileName LongDisplayString, + ltmIsessionProfileMode INTEGER, + ltmIsessionProfileConnectionReuse INTEGER, + ltmIsessionProfileCompressionNull INTEGER, + ltmIsessionProfileCompressionDeflate INTEGER, + ltmIsessionProfileCompressionLzo INTEGER, + ltmIsessionProfileCompressionAdaptive INTEGER, + ltmIsessionProfileDeduplication INTEGER, + ltmIsessionProfilePortTransparency INTEGER, + ltmIsessionProfileTargetVirtual INTEGER, + ltmIsessionProfileEndpointPool LongDisplayString, + ltmIsessionProfileCompressionDeflateLevel Gauge, + ltmIsessionProfileCompressionBzip2 INTEGER, + ltmIsessionProfileCompression INTEGER, + ltmIsessionProfileCompressionCodecs LongDisplayString + } + +ltmIsessionProfileName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of a iSession profile." + ::= { ltmIsessionProfileEntry 1 } + +ltmIsessionProfileMode OBJECT-TYPE + SYNTAX INTEGER { + disabled(0), + enabled(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Enable/disable this profile." + ::= { ltmIsessionProfileEntry 2 } + +ltmIsessionProfileConnectionReuse OBJECT-TYPE + SYNTAX INTEGER { + disabled(0), + enabled(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Enable/disable connection reuse." + ::= { ltmIsessionProfileEntry 3 } + +ltmIsessionProfileCompressionNull OBJECT-TYPE + SYNTAX INTEGER { + disabled(0), + enabled(1) + } + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! + Select null compression method if enabled." + ::= { ltmIsessionProfileEntry 4 } + +ltmIsessionProfileCompressionDeflate OBJECT-TYPE + SYNTAX INTEGER { + disabled(0), + enabled(1) + } + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! + Replaced by ltmIsessionCompression and ltmIsessionCompressionCodecs." + ::= { ltmIsessionProfileEntry 5 } + +ltmIsessionProfileCompressionLzo OBJECT-TYPE + SYNTAX INTEGER { + disabled(0), + enabled(1) + } + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! + Replaced by ltmIsessionCompression and ltmIsessionCompressionCodecs." + ::= { ltmIsessionProfileEntry 6 } + +ltmIsessionProfileCompressionAdaptive OBJECT-TYPE + SYNTAX INTEGER { + disabled(0), + enabled(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Select adaptive compression method if enabled." + ::= { ltmIsessionProfileEntry 7 } + +ltmIsessionProfileDeduplication OBJECT-TYPE + SYNTAX INTEGER { + disabled(0), + enabled(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Enable/disable deduplication functionality." + ::= { ltmIsessionProfileEntry 8 } + +ltmIsessionProfilePortTransparency OBJECT-TYPE + SYNTAX INTEGER { + disabled(0), + enabled(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Use same destination port over WAN as specified by the client." + ::= { ltmIsessionProfileEntry 9 } + +ltmIsessionProfileTargetVirtual OBJECT-TYPE + SYNTAX INTEGER { + none(0), + hostmatchnoisession(1), + hostmatchall(2), + matchall(3) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Use to provide good match for targetted virtual." + ::= { ltmIsessionProfileEntry 10 } + +ltmIsessionProfileEndpointPool OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of a LTM pool for paired tunneling." + ::= { ltmIsessionProfileEntry 11 } + +ltmIsessionProfileCompressionDeflateLevel OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Select compression level [1-9] when deflate compression method is enabled." + ::= { ltmIsessionProfileEntry 12 } + +ltmIsessionProfileCompressionBzip2 OBJECT-TYPE + SYNTAX INTEGER { + disabled(0), + enabled(1) + } + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! + Replaced by ltmIsessionCompression and ltmIsessionCompressionCodecs." + ::= { ltmIsessionProfileEntry 13 } + +ltmIsessionProfileCompression OBJECT-TYPE + SYNTAX INTEGER { + disabled(0), + enabled(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Enable/disable compression functionality." + ::= { ltmIsessionProfileEntry 14 } + +ltmIsessionProfileCompressionCodecs OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Assign lzo(0), deflate(1), bzip2(2) comression methods, if compression enabled." + ::= { ltmIsessionProfileEntry 15 } + +--================================================================== +-- Profile_isession_stat +--================================================================== +ltmIsessionProfileStatResetStats OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "The action to reset resettable statistics data in ltmIsessionProfileStat. + Setting this value to 1 will reset statistics data. + Note, some statistics data may not be reset including data that are incremental counters." + ::= { ltmIsessionProfileStat 1 } + +ltmIsessionProfileStatNumber OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of ltmIsessionProfileStat entries in the table." + ::= { ltmIsessionProfileStat 2 } + +ltmIsessionProfileStatTable OBJECT-TYPE + SYNTAX SEQUENCE OF LtmIsessionProfileStatEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A table containing statistics information for virtual servers with iSession profiles" + ::= { ltmIsessionProfileStat 3 } + +ltmIsessionProfileStatEntry OBJECT-TYPE + SYNTAX LtmIsessionProfileStatEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Columns in the ltmIsessionProfileStat Table" + INDEX { + ltmIsessionProfileStatVsName + } + ::= { ltmIsessionProfileStatTable 1 } + +LtmIsessionProfileStatEntry ::= + SEQUENCE { + ltmIsessionProfileStatVsName LongDisplayString, + ltmIsessionProfileStatProfileName LongDisplayString, + ltmIsessionProfileStatNullInUses Counter64, + ltmIsessionProfileStatNullInErrors Counter64, + ltmIsessionProfileStatNullInBytesOpt Counter64, + ltmIsessionProfileStatNullInBytesRaw Counter64, + ltmIsessionProfileStatNullOutUses Counter64, + ltmIsessionProfileStatNullOutErrors Counter64, + ltmIsessionProfileStatNullOutBytesOpt Counter64, + ltmIsessionProfileStatNullOutBytesRaw Counter64, + ltmIsessionProfileStatLzoInUses Counter64, + ltmIsessionProfileStatLzoInErrors Counter64, + ltmIsessionProfileStatLzoInBytesOpt Counter64, + ltmIsessionProfileStatLzoInBytesRaw Counter64, + ltmIsessionProfileStatLzoOutUses Counter64, + ltmIsessionProfileStatLzoOutErrors Counter64, + ltmIsessionProfileStatLzoOutBytesOpt Counter64, + ltmIsessionProfileStatLzoOutBytesRaw Counter64, + ltmIsessionProfileStatDeflateInUses Counter64, + ltmIsessionProfileStatDeflateInErrors Counter64, + ltmIsessionProfileStatDeflateInBytesOpt Counter64, + ltmIsessionProfileStatDeflateInBytesRaw Counter64, + ltmIsessionProfileStatDeflateOutUses Counter64, + ltmIsessionProfileStatDeflateOutErrors Counter64, + ltmIsessionProfileStatDeflateOutBytesOpt Counter64, + ltmIsessionProfileStatDeflateOutBytesRaw Counter64, + ltmIsessionProfileStatDedupInUses Counter64, + ltmIsessionProfileStatDedupInErrors Counter64, + ltmIsessionProfileStatDedupInBytesOpt Counter64, + ltmIsessionProfileStatDedupInBytesRaw Counter64, + ltmIsessionProfileStatDedupOutUses Counter64, + ltmIsessionProfileStatDedupOutErrors Counter64, + ltmIsessionProfileStatDedupOutBytesOpt Counter64, + ltmIsessionProfileStatDedupOutBytesRaw Counter64, + ltmIsessionProfileStatDedupInHits Counter64, + ltmIsessionProfileStatDedupInHitBytes Counter64, + ltmIsessionProfileStatDedupInHitHistBucket1k Counter64, + ltmIsessionProfileStatDedupInHitHistBucket2k Counter64, + ltmIsessionProfileStatDedupInHitHistBucket4k Counter64, + ltmIsessionProfileStatDedupInHitHistBucket8k Counter64, + ltmIsessionProfileStatDedupInHitHistBucket16k Counter64, + ltmIsessionProfileStatDedupInHitHistBucket32k Counter64, + ltmIsessionProfileStatDedupInHitHistBucket64k Counter64, + ltmIsessionProfileStatDedupInHitHistBucket128k Counter64, + ltmIsessionProfileStatDedupInHitHistBucket256k Counter64, + ltmIsessionProfileStatDedupInHitHistBucket512k Counter64, + ltmIsessionProfileStatDedupInHitHistBucket1m Counter64, + ltmIsessionProfileStatDedupInHitHistBucketLarge Counter64, + ltmIsessionProfileStatDedupInMisses Counter64, + ltmIsessionProfileStatDedupInMissBytes Counter64, + ltmIsessionProfileStatDedupInMissHistBucket1k Counter64, + ltmIsessionProfileStatDedupInMissHistBucket2k Counter64, + ltmIsessionProfileStatDedupInMissHistBucket4k Counter64, + ltmIsessionProfileStatDedupInMissHistBucket8k Counter64, + ltmIsessionProfileStatDedupInMissHistBucket16k Counter64, + ltmIsessionProfileStatDedupInMissHistBucket32k Counter64, + ltmIsessionProfileStatDedupInMissHistBucket64k Counter64, + ltmIsessionProfileStatDedupInMissHistBucket128k Counter64, + ltmIsessionProfileStatDedupInMissHistBucket256k Counter64, + ltmIsessionProfileStatDedupInMissHistBucket512k Counter64, + ltmIsessionProfileStatDedupInMissHistBucket1m Counter64, + ltmIsessionProfileStatDedupInMissHistBucketLarge Counter64, + ltmIsessionProfileStatDedupOutHits Counter64, + ltmIsessionProfileStatDedupOutHitBytes Counter64, + ltmIsessionProfileStatDedupOutHitHistBucket1k Counter64, + ltmIsessionProfileStatDedupOutHitHistBucket2k Counter64, + ltmIsessionProfileStatDedupOutHitHistBucket4k Counter64, + ltmIsessionProfileStatDedupOutHitHistBucket8k Counter64, + ltmIsessionProfileStatDedupOutHitHistBucket16k Counter64, + ltmIsessionProfileStatDedupOutHitHistBucket32k Counter64, + ltmIsessionProfileStatDedupOutHitHistBucket64k Counter64, + ltmIsessionProfileStatDedupOutHitHistBucket128k Counter64, + ltmIsessionProfileStatDedupOutHitHistBucket256k Counter64, + ltmIsessionProfileStatDedupOutHitHistBucket512k Counter64, + ltmIsessionProfileStatDedupOutHitHistBucket1m Counter64, + ltmIsessionProfileStatDedupOutHitHistBucketLarge Counter64, + ltmIsessionProfileStatDedupOutMisses Counter64, + ltmIsessionProfileStatDedupOutMissBytes Counter64, + ltmIsessionProfileStatDedupOutMissHistBucket1k Counter64, + ltmIsessionProfileStatDedupOutMissHistBucket2k Counter64, + ltmIsessionProfileStatDedupOutMissHistBucket4k Counter64, + ltmIsessionProfileStatDedupOutMissHistBucket8k Counter64, + ltmIsessionProfileStatDedupOutMissHistBucket16k Counter64, + ltmIsessionProfileStatDedupOutMissHistBucket32k Counter64, + ltmIsessionProfileStatDedupOutMissHistBucket64k Counter64, + ltmIsessionProfileStatDedupOutMissHistBucket128k Counter64, + ltmIsessionProfileStatDedupOutMissHistBucket256k Counter64, + ltmIsessionProfileStatDedupOutMissHistBucket512k Counter64, + ltmIsessionProfileStatDedupOutMissHistBucket1m Counter64, + ltmIsessionProfileStatDedupOutMissHistBucketLarge Counter64, + ltmIsessionProfileStatOutgoingConnsIdleCur Gauge, + ltmIsessionProfileStatOutgoingConnsIdleMax Counter64, + ltmIsessionProfileStatOutgoingConnsIdleTot Counter64, + ltmIsessionProfileStatOutgoingConnsActiveCur Gauge, + ltmIsessionProfileStatOutgoingConnsActiveMax Counter64, + ltmIsessionProfileStatOutgoingConnsActiveTot Counter64, + ltmIsessionProfileStatOutgoingConnsErrors Counter64, + ltmIsessionProfileStatOutgoingConnsPassthruTot Counter64, + ltmIsessionProfileStatIncomingConnsActiveCur Gauge, + ltmIsessionProfileStatIncomingConnsActiveMax Counter64, + ltmIsessionProfileStatIncomingConnsActiveTot Counter64, + ltmIsessionProfileStatIncomingConnsErrors Counter64, + ltmIsessionProfileStatBzip2InUses Counter64, + ltmIsessionProfileStatBzip2InErrors Counter64, + ltmIsessionProfileStatBzip2InBytesOpt Counter64, + ltmIsessionProfileStatBzip2InBytesRaw Counter64, + ltmIsessionProfileStatBzip2OutUses Counter64, + ltmIsessionProfileStatBzip2OutErrors Counter64, + ltmIsessionProfileStatBzip2OutBytesOpt Counter64, + ltmIsessionProfileStatBzip2OutBytesRaw Counter64 + } + +ltmIsessionProfileStatVsName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of a iSession virtual server." + ::= { ltmIsessionProfileStatEntry 1 } + +ltmIsessionProfileStatProfileName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of a iSession profile." + ::= { ltmIsessionProfileStatEntry 2 } + +ltmIsessionProfileStatNullInUses OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of uses NULL compression for IN towards LAN" + ::= { ltmIsessionProfileStatEntry 3 } + +ltmIsessionProfileStatNullInErrors OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of errors in use NULL compression for IN towards LAN" + ::= { ltmIsessionProfileStatEntry 4 } + +ltmIsessionProfileStatNullInBytesOpt OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of opt bytes NULL compression for IN towards LAN" + ::= { ltmIsessionProfileStatEntry 5 } + +ltmIsessionProfileStatNullInBytesRaw OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of raw bytes NULL compression for IN towards LAN" + ::= { ltmIsessionProfileStatEntry 6 } + +ltmIsessionProfileStatNullOutUses OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of uses NULL compression for OUT towards WAN" + ::= { ltmIsessionProfileStatEntry 7 } + +ltmIsessionProfileStatNullOutErrors OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of errors in use NULL compression for OUT towards WAN" + ::= { ltmIsessionProfileStatEntry 8 } + +ltmIsessionProfileStatNullOutBytesOpt OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of opt bytes NULL compression for OUT towards WAN" + ::= { ltmIsessionProfileStatEntry 9 } + +ltmIsessionProfileStatNullOutBytesRaw OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of raw bytes NULL compression for OUT towards WAN" + ::= { ltmIsessionProfileStatEntry 10 } + +ltmIsessionProfileStatLzoInUses OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of uses LZO compression for IN towards LAN" + ::= { ltmIsessionProfileStatEntry 11 } + +ltmIsessionProfileStatLzoInErrors OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of errors in use LZO compression for IN towards LAN" + ::= { ltmIsessionProfileStatEntry 12 } + +ltmIsessionProfileStatLzoInBytesOpt OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of opt bytes LZO compression for IN towards LAN" + ::= { ltmIsessionProfileStatEntry 13 } + +ltmIsessionProfileStatLzoInBytesRaw OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of raw bytes LZO compression for IN towards LAN" + ::= { ltmIsessionProfileStatEntry 14 } + +ltmIsessionProfileStatLzoOutUses OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of uses LZO compression for OUT towards WAN" + ::= { ltmIsessionProfileStatEntry 15 } + +ltmIsessionProfileStatLzoOutErrors OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of errors in use LZO compression for OUT towards WAN" + ::= { ltmIsessionProfileStatEntry 16 } + +ltmIsessionProfileStatLzoOutBytesOpt OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of opt bytes LZO compression for OUT towards WAN" + ::= { ltmIsessionProfileStatEntry 17 } + +ltmIsessionProfileStatLzoOutBytesRaw OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of raw bytes LZO compression for OUT towards WAN" + ::= { ltmIsessionProfileStatEntry 18 } + +ltmIsessionProfileStatDeflateInUses OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of uses DEFLATE compression for IN towards LAN" + ::= { ltmIsessionProfileStatEntry 19 } + +ltmIsessionProfileStatDeflateInErrors OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of errors in use DEFLATE compression for IN towards LAN" + ::= { ltmIsessionProfileStatEntry 20 } + +ltmIsessionProfileStatDeflateInBytesOpt OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of opt bytes DEFLATE compression for IN towards LAN" + ::= { ltmIsessionProfileStatEntry 21 } + +ltmIsessionProfileStatDeflateInBytesRaw OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of raw bytes DEFLATE compression for IN towards LAN" + ::= { ltmIsessionProfileStatEntry 22 } + +ltmIsessionProfileStatDeflateOutUses OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of uses DEFLATE compression for OUT towards WAN" + ::= { ltmIsessionProfileStatEntry 23 } + +ltmIsessionProfileStatDeflateOutErrors OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of errors in use DEFLATE compression for OUT towards WAN" + ::= { ltmIsessionProfileStatEntry 24 } + +ltmIsessionProfileStatDeflateOutBytesOpt OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of opt bytes DEFLATE compression for OUT towards WAN" + ::= { ltmIsessionProfileStatEntry 25 } + +ltmIsessionProfileStatDeflateOutBytesRaw OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of raw bytes DEFLATE compression for OUT towards WAN" + ::= { ltmIsessionProfileStatEntry 26 } + +ltmIsessionProfileStatDedupInUses OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of uses DEDUPLICATION compression for IN towards LAN" + ::= { ltmIsessionProfileStatEntry 27 } + +ltmIsessionProfileStatDedupInErrors OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of errors in use DEDUPLICATION compression for IN towards LAN" + ::= { ltmIsessionProfileStatEntry 28 } + +ltmIsessionProfileStatDedupInBytesOpt OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of opt bytes DEDUPLICATION compression for IN towards LAN" + ::= { ltmIsessionProfileStatEntry 29 } + +ltmIsessionProfileStatDedupInBytesRaw OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of raw bytes DEDUPLICATION compression for IN towards LAN" + ::= { ltmIsessionProfileStatEntry 30 } + +ltmIsessionProfileStatDedupOutUses OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of uses DEDUPLICATION compression for OUT towards WAN" + ::= { ltmIsessionProfileStatEntry 31 } + +ltmIsessionProfileStatDedupOutErrors OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of errors in use DEDUPLICATION compression for OUT towards WAN" + ::= { ltmIsessionProfileStatEntry 32 } + +ltmIsessionProfileStatDedupOutBytesOpt OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of opt bytes DEDUPLICATION compression for OUT towards WAN" + ::= { ltmIsessionProfileStatEntry 33 } + +ltmIsessionProfileStatDedupOutBytesRaw OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of raw bytes DEDUPLICATION compression for OUT towards WAN" + ::= { ltmIsessionProfileStatEntry 34 } + +ltmIsessionProfileStatDedupInHits OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of deduplication hits for IN towards LAN" + ::= { ltmIsessionProfileStatEntry 35 } + +ltmIsessionProfileStatDedupInHitBytes OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of deduplication hit bytes for IN towards LAN" + ::= { ltmIsessionProfileStatEntry 36 } + +ltmIsessionProfileStatDedupInHitHistBucket1k OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of deduplication hits with size less than 1k bytes for IN towards LAN" + ::= { ltmIsessionProfileStatEntry 37 } + +ltmIsessionProfileStatDedupInHitHistBucket2k OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of deduplication hits with size between 1k and 2k bytes for IN towards LAN" + ::= { ltmIsessionProfileStatEntry 38 } + +ltmIsessionProfileStatDedupInHitHistBucket4k OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of deduplication hits with size between 2k and 4k bytes for IN towards LAN" + ::= { ltmIsessionProfileStatEntry 39 } + +ltmIsessionProfileStatDedupInHitHistBucket8k OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of deduplication hits with size between 4k and 8k bytes for IN towards LAN" + ::= { ltmIsessionProfileStatEntry 40 } + +ltmIsessionProfileStatDedupInHitHistBucket16k OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of deduplication hits with size between 8k and 16k bytes for IN towards LAN" + ::= { ltmIsessionProfileStatEntry 41 } + +ltmIsessionProfileStatDedupInHitHistBucket32k OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of deduplication hits with size between 16k and 32k bytes for IN towards LAN" + ::= { ltmIsessionProfileStatEntry 42 } + +ltmIsessionProfileStatDedupInHitHistBucket64k OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of deduplication hits with size between 32k and 64k bytes for IN towards LAN" + ::= { ltmIsessionProfileStatEntry 43 } + +ltmIsessionProfileStatDedupInHitHistBucket128k OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of deduplication hits with size between 64k and 128k bytes for IN towards LAN" + ::= { ltmIsessionProfileStatEntry 44 } + +ltmIsessionProfileStatDedupInHitHistBucket256k OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of deduplication hits with size between 128k and 256k bytes for IN towards LAN" + ::= { ltmIsessionProfileStatEntry 45 } + +ltmIsessionProfileStatDedupInHitHistBucket512k OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of deduplication hits with size between 256k and 512k bytes for IN towards LAN" + ::= { ltmIsessionProfileStatEntry 46 } + +ltmIsessionProfileStatDedupInHitHistBucket1m OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of deduplication hits with size between 512k and 1m bytes for IN towards LAN" + ::= { ltmIsessionProfileStatEntry 47 } + +ltmIsessionProfileStatDedupInHitHistBucketLarge OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of deduplication hits with size more than 1m bytes for IN towards LAN" + ::= { ltmIsessionProfileStatEntry 48 } + +ltmIsessionProfileStatDedupInMisses OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of deduplication misses for IN towards LAN" + ::= { ltmIsessionProfileStatEntry 49 } + +ltmIsessionProfileStatDedupInMissBytes OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of deduplication misses bytes for IN towards LAN" + ::= { ltmIsessionProfileStatEntry 50 } + +ltmIsessionProfileStatDedupInMissHistBucket1k OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of deduplication misses with size less than 1k bytes for IN towards LAN" + ::= { ltmIsessionProfileStatEntry 51 } + +ltmIsessionProfileStatDedupInMissHistBucket2k OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of deduplication misses with size between 1k and 2k bytes for IN towards LAN" + ::= { ltmIsessionProfileStatEntry 52 } + +ltmIsessionProfileStatDedupInMissHistBucket4k OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of deduplication misses with size between 2k and 4k bytes for IN towards LAN" + ::= { ltmIsessionProfileStatEntry 53 } + +ltmIsessionProfileStatDedupInMissHistBucket8k OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of deduplication misses with size between 4k and 8k bytes for IN towards LAN" + ::= { ltmIsessionProfileStatEntry 54 } + +ltmIsessionProfileStatDedupInMissHistBucket16k OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of deduplication misses with size between 8k and 16k bytes for IN towards LAN" + ::= { ltmIsessionProfileStatEntry 55 } + +ltmIsessionProfileStatDedupInMissHistBucket32k OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of deduplication misses with size between 16k and 32k bytes for IN towards LAN" + ::= { ltmIsessionProfileStatEntry 56 } + +ltmIsessionProfileStatDedupInMissHistBucket64k OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of deduplication misses with size between 32k and 64k bytes for IN towards LAN" + ::= { ltmIsessionProfileStatEntry 57 } + +ltmIsessionProfileStatDedupInMissHistBucket128k OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of deduplication misses with size between 64k and 128k bytes for IN towards LAN" + ::= { ltmIsessionProfileStatEntry 58 } + +ltmIsessionProfileStatDedupInMissHistBucket256k OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of deduplication misses with size between 128k and 256k bytes for IN towards LAN" + ::= { ltmIsessionProfileStatEntry 59 } + +ltmIsessionProfileStatDedupInMissHistBucket512k OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of deduplication misses with size between 256k and 512k bytes for IN towards LAN" + ::= { ltmIsessionProfileStatEntry 60 } + +ltmIsessionProfileStatDedupInMissHistBucket1m OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of deduplication misses with size between 512k and 1m bytes for IN towards LAN" + ::= { ltmIsessionProfileStatEntry 61 } + +ltmIsessionProfileStatDedupInMissHistBucketLarge OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of deduplication misses with size more than 1m bytes for IN towards LAN" + ::= { ltmIsessionProfileStatEntry 62 } + +ltmIsessionProfileStatDedupOutHits OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of deduplication hits for OUT towards WAN" + ::= { ltmIsessionProfileStatEntry 63 } + +ltmIsessionProfileStatDedupOutHitBytes OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of deduplication hit bytes for OUT towards WAN" + ::= { ltmIsessionProfileStatEntry 64 } + +ltmIsessionProfileStatDedupOutHitHistBucket1k OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of deduplication hits with size less than 1k bytes for OUT towards WAN" + ::= { ltmIsessionProfileStatEntry 65 } + +ltmIsessionProfileStatDedupOutHitHistBucket2k OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of deduplication hits with size between 1k and 2k bytes for OUT towards WAN" + ::= { ltmIsessionProfileStatEntry 66 } + +ltmIsessionProfileStatDedupOutHitHistBucket4k OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of deduplication hits with size between 2k and 4k bytes for OUT towards WAN" + ::= { ltmIsessionProfileStatEntry 67 } + +ltmIsessionProfileStatDedupOutHitHistBucket8k OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of deduplication hits with size between 4k and 8k bytes for OUT towards WAN" + ::= { ltmIsessionProfileStatEntry 68 } + +ltmIsessionProfileStatDedupOutHitHistBucket16k OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of deduplication hits with size between 8k and 16k bytes for OUT towards WAN" + ::= { ltmIsessionProfileStatEntry 69 } + +ltmIsessionProfileStatDedupOutHitHistBucket32k OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of deduplication hits with size between 16k and 32k bytes for OUT towards WAN" + ::= { ltmIsessionProfileStatEntry 70 } + +ltmIsessionProfileStatDedupOutHitHistBucket64k OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of deduplication hits with size between 32k and 64k bytes for OUT towards WAN" + ::= { ltmIsessionProfileStatEntry 71 } + +ltmIsessionProfileStatDedupOutHitHistBucket128k OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of deduplication hits with size between 64k and 128k bytes for OUT towards WAN" + ::= { ltmIsessionProfileStatEntry 72 } + +ltmIsessionProfileStatDedupOutHitHistBucket256k OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of deduplication hits with size between 128k and 256k bytes for OUT towards WAN" + ::= { ltmIsessionProfileStatEntry 73 } + +ltmIsessionProfileStatDedupOutHitHistBucket512k OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of deduplication hits with size between 256k and 512k bytes for OUT towards WAN" + ::= { ltmIsessionProfileStatEntry 74 } + +ltmIsessionProfileStatDedupOutHitHistBucket1m OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of deduplication hits with size between 512k and 1m bytes for OUT towards WAN" + ::= { ltmIsessionProfileStatEntry 75 } + +ltmIsessionProfileStatDedupOutHitHistBucketLarge OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of deduplication hits with size more than 1m bytes for OUT towards WAN" + ::= { ltmIsessionProfileStatEntry 76 } + +ltmIsessionProfileStatDedupOutMisses OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of deduplication misses for OUT towards WAN" + ::= { ltmIsessionProfileStatEntry 77 } + +ltmIsessionProfileStatDedupOutMissBytes OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of deduplication misses bytes for OUT towards WAN" + ::= { ltmIsessionProfileStatEntry 78 } + +ltmIsessionProfileStatDedupOutMissHistBucket1k OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of deduplication misses with size less than 1k bytes for OUT towards WAN" + ::= { ltmIsessionProfileStatEntry 79 } + +ltmIsessionProfileStatDedupOutMissHistBucket2k OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of deduplication misses with size between 1k and 2k bytes for OUT towards WAN" + ::= { ltmIsessionProfileStatEntry 80 } + +ltmIsessionProfileStatDedupOutMissHistBucket4k OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of deduplication misses with size between 2k and 4k bytes for OUT towards WAN" + ::= { ltmIsessionProfileStatEntry 81 } + +ltmIsessionProfileStatDedupOutMissHistBucket8k OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of deduplication misses with size between 4k and 8k bytes for OUT towards WAN" + ::= { ltmIsessionProfileStatEntry 82 } + +ltmIsessionProfileStatDedupOutMissHistBucket16k OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of deduplication misses with size between 8k and 16k bytes for OUT towards WAN" + ::= { ltmIsessionProfileStatEntry 83 } + +ltmIsessionProfileStatDedupOutMissHistBucket32k OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of deduplication misses with size between 16k and 32k bytes for OUT towards WAN" + ::= { ltmIsessionProfileStatEntry 84 } + +ltmIsessionProfileStatDedupOutMissHistBucket64k OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of deduplication misses with size between 32k and 64k bytes for OUT towards WAN" + ::= { ltmIsessionProfileStatEntry 85 } + +ltmIsessionProfileStatDedupOutMissHistBucket128k OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of deduplication misses with size between 64k and 128k bytes for OUT towards WAN" + ::= { ltmIsessionProfileStatEntry 86 } + +ltmIsessionProfileStatDedupOutMissHistBucket256k OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of deduplication misses with size between 128k and 256k bytes for OUT towards WAN" + ::= { ltmIsessionProfileStatEntry 87 } + +ltmIsessionProfileStatDedupOutMissHistBucket512k OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of deduplication misses with size between 256k and 512k bytes for OUT towards WAN" + ::= { ltmIsessionProfileStatEntry 88 } + +ltmIsessionProfileStatDedupOutMissHistBucket1m OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of deduplication misses with size between 512k and 1m bytes for OUT towards WAN" + ::= { ltmIsessionProfileStatEntry 89 } + +ltmIsessionProfileStatDedupOutMissHistBucketLarge OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of deduplication misses with size more than 1m bytes for OUT towards WAN" + ::= { ltmIsessionProfileStatEntry 90 } + +ltmIsessionProfileStatOutgoingConnsIdleCur OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The current number of outgoing idle connections" + ::= { ltmIsessionProfileStatEntry 91 } + +ltmIsessionProfileStatOutgoingConnsIdleMax OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The maximum number of outgoing idle connections" + ::= { ltmIsessionProfileStatEntry 92 } + +ltmIsessionProfileStatOutgoingConnsIdleTot OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of outgoing idle connections" + ::= { ltmIsessionProfileStatEntry 93 } + +ltmIsessionProfileStatOutgoingConnsActiveCur OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The current number of outgoing active connections" + ::= { ltmIsessionProfileStatEntry 94 } + +ltmIsessionProfileStatOutgoingConnsActiveMax OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The maximum number of outgoing active connections" + ::= { ltmIsessionProfileStatEntry 95 } + +ltmIsessionProfileStatOutgoingConnsActiveTot OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of outgoing active connections" + ::= { ltmIsessionProfileStatEntry 96 } + +ltmIsessionProfileStatOutgoingConnsErrors OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of outgoing connection errors" + ::= { ltmIsessionProfileStatEntry 97 } + +ltmIsessionProfileStatOutgoingConnsPassthruTot OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of outgoing passthrough connections" + ::= { ltmIsessionProfileStatEntry 98 } + +ltmIsessionProfileStatIncomingConnsActiveCur OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The current number of incoming active connections" + ::= { ltmIsessionProfileStatEntry 99 } + +ltmIsessionProfileStatIncomingConnsActiveMax OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The maximum number of incoming active connections" + ::= { ltmIsessionProfileStatEntry 100 } + +ltmIsessionProfileStatIncomingConnsActiveTot OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of incoming active connections" + ::= { ltmIsessionProfileStatEntry 101 } + +ltmIsessionProfileStatIncomingConnsErrors OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of incoming connection errors" + ::= { ltmIsessionProfileStatEntry 102 } + +ltmIsessionProfileStatBzip2InUses OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of uses BZIP2 compression for IN towards LAN" + ::= { ltmIsessionProfileStatEntry 103 } + +ltmIsessionProfileStatBzip2InErrors OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of errors in use BZIP2 compression for IN towards LAN" + ::= { ltmIsessionProfileStatEntry 104 } + +ltmIsessionProfileStatBzip2InBytesOpt OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of opt bytes BZIP2 compression for IN towards LAN" + ::= { ltmIsessionProfileStatEntry 105 } + +ltmIsessionProfileStatBzip2InBytesRaw OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of raw bytes BZIP2 compression for IN towards LAN" + ::= { ltmIsessionProfileStatEntry 106 } + +ltmIsessionProfileStatBzip2OutUses OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of uses BZIP2 compression for OUT towards WAN" + ::= { ltmIsessionProfileStatEntry 107 } + +ltmIsessionProfileStatBzip2OutErrors OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of errors in use BZIP2 compression for OUT towards WAN" + ::= { ltmIsessionProfileStatEntry 108 } + +ltmIsessionProfileStatBzip2OutBytesOpt OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of opt bytes BZIP2 compression for OUT towards WAN" + ::= { ltmIsessionProfileStatEntry 109 } + +ltmIsessionProfileStatBzip2OutBytesRaw OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of raw bytes BZIP2 compression for OUT towards WAN" + ::= { ltmIsessionProfileStatEntry 110 } + +--================================================================== +-- Profile_xml_xpath_queries +--================================================================== +ltmXmlProfileXpathQueriesNumber OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of ltmXmlProfileXpathQueries entries in the table." + ::= { ltmXmlProfileXpathQueries 1 } + +ltmXmlProfileXpathQueriesTable OBJECT-TYPE + SYNTAX SEQUENCE OF LtmXmlProfileXpathQueriesEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A table containing information of XPath queries in xml profiles." + ::= { ltmXmlProfileXpathQueries 2 } + +ltmXmlProfileXpathQueriesEntry OBJECT-TYPE + SYNTAX LtmXmlProfileXpathQueriesEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Columns in the ltmXmlProfileXpathQueries Table" + INDEX { + ltmXmlProfileXpathQueriesName, + ltmXmlProfileXpathQueriesIndex + } + ::= { ltmXmlProfileXpathQueriesTable 1 } + +LtmXmlProfileXpathQueriesEntry ::= + SEQUENCE { + ltmXmlProfileXpathQueriesName LongDisplayString, + ltmXmlProfileXpathQueriesIndex INTEGER, + ltmXmlProfileXpathQueriesString LongDisplayString + } + +ltmXmlProfileXpathQueriesName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of an xml profile." + ::= { ltmXmlProfileXpathQueriesEntry 1 } + +ltmXmlProfileXpathQueriesIndex OBJECT-TYPE + SYNTAX INTEGER(0..2147483647) + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The index of XPath queries for the specified xml profile." + ::= { ltmXmlProfileXpathQueriesEntry 2 } + +ltmXmlProfileXpathQueriesString OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The XPath query for the specified profile." + ::= { ltmXmlProfileXpathQueriesEntry 3 } + +--================================================================== +-- Profile_xml_namespace_mappings +--================================================================== +ltmXmlProfileNamespaceMappingsNumber OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of ltmXmlProfileNamespaceMappings entries in the table." + ::= { ltmXmlProfileNamespaceMappings 1 } + +ltmXmlProfileNamespaceMappingsTable OBJECT-TYPE + SYNTAX SEQUENCE OF LtmXmlProfileNamespaceMappingsEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A table containing information of namespace mappings in xml profiles." + ::= { ltmXmlProfileNamespaceMappings 2 } + +ltmXmlProfileNamespaceMappingsEntry OBJECT-TYPE + SYNTAX LtmXmlProfileNamespaceMappingsEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Columns in the ltmXmlProfileNamespaceMappings Table" + INDEX { + ltmXmlProfileNamespaceMappingsName, + ltmXmlProfileNamespaceMappingsIndex + } + ::= { ltmXmlProfileNamespaceMappingsTable 1 } + +LtmXmlProfileNamespaceMappingsEntry ::= + SEQUENCE { + ltmXmlProfileNamespaceMappingsName LongDisplayString, + ltmXmlProfileNamespaceMappingsIndex INTEGER, + ltmXmlProfileNamespaceMappingsMappingPrefix LongDisplayString, + ltmXmlProfileNamespaceMappingsMappingNamespace LongDisplayString + } + +ltmXmlProfileNamespaceMappingsName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of an xml profile." + ::= { ltmXmlProfileNamespaceMappingsEntry 1 } + +ltmXmlProfileNamespaceMappingsIndex OBJECT-TYPE + SYNTAX INTEGER(0..2147483647) + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The index of Namespace Mappings for the specified xml profile." + ::= { ltmXmlProfileNamespaceMappingsEntry 2 } + +ltmXmlProfileNamespaceMappingsMappingPrefix OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The Namespace Mapping Prefix for the specified profile." + ::= { ltmXmlProfileNamespaceMappingsEntry 3 } + +ltmXmlProfileNamespaceMappingsMappingNamespace OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The Namespace Mapping Namespace for the specified profile." + ::= { ltmXmlProfileNamespaceMappingsEntry 4 } + +--================================================================== +-- Profile_httpcompression +--================================================================== +ltmHttpCompressionProfileNumber OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of ltmHttpCompressionProfile entries in the table." + ::= { ltmHttpCompressionProfile 1 } + +ltmHttpCompressionProfileTable OBJECT-TYPE + SYNTAX SEQUENCE OF LtmHttpCompressionProfileEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A table containing information of HTTP Compression profiles." + ::= { ltmHttpCompressionProfile 2 } + +ltmHttpCompressionProfileEntry OBJECT-TYPE + SYNTAX LtmHttpCompressionProfileEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Columns in the ltmHttpCompressionProfile Table" + INDEX { + ltmHttpCompressionProfileName + } + ::= { ltmHttpCompressionProfileTable 1 } + +LtmHttpCompressionProfileEntry ::= + SEQUENCE { + ltmHttpCompressionProfileName LongDisplayString, + ltmHttpCompressionProfileConfigSource INTEGER, + ltmHttpCompressionProfileDefaultName LongDisplayString, + ltmHttpCompressionProfileSelective INTEGER, + ltmHttpCompressionProfileMinSize Gauge, + ltmHttpCompressionProfileBufferSize Gauge, + ltmHttpCompressionProfileVaryHeader INTEGER, + ltmHttpCompressionProfileAllowHttp10 INTEGER, + ltmHttpCompressionProfileGzipMemlevel Gauge, + ltmHttpCompressionProfileGzipWindowsize Gauge, + ltmHttpCompressionProfileGzipLevel Gauge, + ltmHttpCompressionProfileKeepAcceptEncoding INTEGER, + ltmHttpCompressionProfileBrowserWorkarounds INTEGER, + ltmHttpCompressionProfileCpusaver INTEGER, + ltmHttpCompressionProfileCpusaverHigh Gauge, + ltmHttpCompressionProfileCpusaverLow Gauge, + ltmHttpCompressionProfilePreferredMethod INTEGER + } + +ltmHttpCompressionProfileName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of a HTTP compression profile." + ::= { ltmHttpCompressionProfileEntry 1 } + +ltmHttpCompressionProfileConfigSource OBJECT-TYPE + SYNTAX INTEGER { + usercfg(0), + basecfg(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The state that specifies whether this is a base/pre-configured profile + or user defined profile." + ::= { ltmHttpCompressionProfileEntry 2 } + +ltmHttpCompressionProfileDefaultName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of the profile from which the specified profile derives + its attribute default values." + ::= { ltmHttpCompressionProfileEntry 3 } + +ltmHttpCompressionProfileSelective OBJECT-TYPE + SYNTAX INTEGER { + false(0), + true(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The state that specifies whether selective compression is enabled." + ::= { ltmHttpCompressionProfileEntry 4 } + +ltmHttpCompressionProfileMinSize OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The value that specifies the minimum length of the server + responses (in bytes) to be considered acceptable for compression." + ::= { ltmHttpCompressionProfileEntry 5 } + +ltmHttpCompressionProfileBufferSize OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The value that specifies the maximum number of uncompressed bytes + that the compression proxy will buffer before it decides whether or + not to compress the server's response, in case the server's response + headers don't specify the content length of the response." + ::= { ltmHttpCompressionProfileEntry 6 } + +ltmHttpCompressionProfileVaryHeader OBJECT-TYPE + SYNTAX INTEGER { + false(0), + true(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The state that specifies whether to insert the header + 'Vary: Accept-Encoding' in the server response for responses that + have been compressed. If the 'Vary:' header already exists in the + server response, then the value 'Accept-Encoding' will be appended to it." + ::= { ltmHttpCompressionProfileEntry 7 } + +ltmHttpCompressionProfileAllowHttp10 OBJECT-TYPE + SYNTAX INTEGER { + false(0), + true(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The state that specifies whether to allow compression on responses + to HTTP 1.0 requests." + ::= { ltmHttpCompressionProfileEntry 8 } + +ltmHttpCompressionProfileGzipMemlevel OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The amount of memory that the proxy will use when doing compression. + It must be an integer no less than 1 and no greater than 9. Higher + values produce faster compression at the expense of more memory usage. + The default memory level will be 8." + ::= { ltmHttpCompressionProfileEntry 9 } + +ltmHttpCompressionProfileGzipWindowsize OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of bits in the window size that the compression proxy + will use when compressing the server response. It should be an integer + no less than 8 and no greater than 15. Higher values produce better + compression ratios at the expense of more memory usage. + The default window size will be 15." + ::= { ltmHttpCompressionProfileEntry 10 } + +ltmHttpCompressionProfileGzipLevel OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The speed of compression that is applied to the response. Minimum + value is 1, maximum is 9. The lower numbers give faster compression + with lower ratios, and higher numbers give slower compression with + higher ratios." + ::= { ltmHttpCompressionProfileEntry 11 } + +ltmHttpCompressionProfileKeepAcceptEncoding OBJECT-TYPE + SYNTAX INTEGER { + false(0), + true(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The state of the option to keep client-encoding header." + ::= { ltmHttpCompressionProfileEntry 12 } + +ltmHttpCompressionProfileBrowserWorkarounds OBJECT-TYPE + SYNTAX INTEGER { + false(0), + true(1) + } + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! The option to control whether or not to disable compression for + known browsers that cannot handle certain types of compressed + responses properly. If it's true, compression for known browsers + will be disabled." + ::= { ltmHttpCompressionProfileEntry 13 } + +ltmHttpCompressionProfileCpusaver OBJECT-TYPE + SYNTAX INTEGER { + false(0), + true(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The state indicating whether CPU saving mode is enable or not + when doing compression." + ::= { ltmHttpCompressionProfileEntry 14 } + +ltmHttpCompressionProfileCpusaverHigh OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The CPU saver high threshold. When CPU utilization exceeds this value, + compression is switched to NULL compression." + ::= { ltmHttpCompressionProfileEntry 15 } + +ltmHttpCompressionProfileCpusaverLow OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The CPU saver low threshold. When CPU utilization drops below + this value, compression is switched to full throttle." + ::= { ltmHttpCompressionProfileEntry 16 } + +ltmHttpCompressionProfilePreferredMethod OBJECT-TYPE + SYNTAX INTEGER { + deflate(0), + gzip(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The option for preferred compression method." + ::= { ltmHttpCompressionProfileEntry 17 } + +--================================================================== +-- Profile_httpcompression_uri_includes +--================================================================== +ltmHttpcompUriInclNumber OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of ltmHttpCompressionProfileUriIncl entries in the table." + ::= { ltmHttpCompressionProfileUriIncl 1 } + +ltmHttpcompUriInclTable OBJECT-TYPE + SYNTAX SEQUENCE OF LtmHttpcompUriInclEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A table containing information of regular expressions used to match + the request URI part of the client requests during compression. + A match must be found in at least one of the 'include' fields." + ::= { ltmHttpCompressionProfileUriIncl 2 } + +ltmHttpcompUriInclEntry OBJECT-TYPE + SYNTAX LtmHttpcompUriInclEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Columns in the ltmHttpcompUriIncl Table" + INDEX { + ltmHttpcompUriInclName, + ltmHttpcompUriInclIndex + } + ::= { ltmHttpcompUriInclTable 1 } + +LtmHttpcompUriInclEntry ::= + SEQUENCE { + ltmHttpcompUriInclName LongDisplayString, + ltmHttpcompUriInclIndex INTEGER, + ltmHttpcompUriInclUri LongDisplayString + } + +ltmHttpcompUriInclName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of a HTTP Compression profile." + ::= { ltmHttpcompUriInclEntry 1 } + +ltmHttpcompUriInclIndex OBJECT-TYPE + SYNTAX INTEGER(0..2147483647) + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The index of the regular expression used to match the request + URI part of the client requests during compression in + 'include' fields for the specified HTTP Compression profile." + ::= { ltmHttpcompUriInclEntry 2 } + +ltmHttpcompUriInclUri OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The regular expression used to match the request URI part + of the client requests during compression in 'include' fields + for the specified HTTP Compression profile." + ::= { ltmHttpcompUriInclEntry 3 } + +--================================================================== +-- Profile_httpcompression_uri_excludes +--================================================================== +ltmHttpcompUriExclNumber OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of ltmHttpCompressionProfileUriExcl entries in the table." + ::= { ltmHttpCompressionProfileUriExcl 1 } + +ltmHttpcompUriExclTable OBJECT-TYPE + SYNTAX SEQUENCE OF LtmHttpcompUriExclEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A table containing information of regular expressions used to match + the request URI part of the client requests during compression. + A match must be found in at least one of the 'exclude' fields." + ::= { ltmHttpCompressionProfileUriExcl 2 } + +ltmHttpcompUriExclEntry OBJECT-TYPE + SYNTAX LtmHttpcompUriExclEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Columns in the ltmHttpcompUriExcl Table" + INDEX { + ltmHttpcompUriExclName, + ltmHttpcompUriExclIndex + } + ::= { ltmHttpcompUriExclTable 1 } + +LtmHttpcompUriExclEntry ::= + SEQUENCE { + ltmHttpcompUriExclName LongDisplayString, + ltmHttpcompUriExclIndex INTEGER, + ltmHttpcompUriExclUri LongDisplayString + } + +ltmHttpcompUriExclName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of a HTTP Compression profile." + ::= { ltmHttpcompUriExclEntry 1 } + +ltmHttpcompUriExclIndex OBJECT-TYPE + SYNTAX INTEGER(0..2147483647) + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The index of the regular expression used to match the request + URI part of the client requests during compression in + 'exclude' fields for the specified HTTP Compression profile." + ::= { ltmHttpcompUriExclEntry 2 } + +ltmHttpcompUriExclUri OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The regular expression used to match the request URI part + of the client requests during compression in 'exclude' fields + for the specified HTTP Compression profile." + ::= { ltmHttpcompUriExclEntry 3 } + +--================================================================== +-- Profile_httpcompression_content_type_includes +--================================================================== +ltmHttpcompContTypeInclNumber OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of ltmHttpCompressionProfileContTypeIncl entries in the table." + ::= { ltmHttpCompressionProfileContTypeIncl 1 } + +ltmHttpcompContTypeInclTable OBJECT-TYPE + SYNTAX SEQUENCE OF LtmHttpcompContTypeInclEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A table containing information of regular expressions used to match + the MIME types in the server response's 'Content-Type:' headers. + A match must be found in at least one of the 'include' fields." + ::= { ltmHttpCompressionProfileContTypeIncl 2 } + +ltmHttpcompContTypeInclEntry OBJECT-TYPE + SYNTAX LtmHttpcompContTypeInclEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Columns in the ltmHttpcompContTypeIncl Table" + INDEX { + ltmHttpcompContTypeInclName, + ltmHttpcompContTypeInclIndex + } + ::= { ltmHttpcompContTypeInclTable 1 } + +LtmHttpcompContTypeInclEntry ::= + SEQUENCE { + ltmHttpcompContTypeInclName LongDisplayString, + ltmHttpcompContTypeInclIndex INTEGER, + ltmHttpcompContTypeInclContentType LongDisplayString + } + +ltmHttpcompContTypeInclName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of a HTTP Compression profile." + ::= { ltmHttpcompContTypeInclEntry 1 } + +ltmHttpcompContTypeInclIndex OBJECT-TYPE + SYNTAX INTEGER(0..2147483647) + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The index of the regular expression to match the MIME types in the + server response's 'Content-Type:' headers in 'include' fields for + the specified HTTP Compression profile." + ::= { ltmHttpcompContTypeInclEntry 2 } + +ltmHttpcompContTypeInclContentType OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The regular expression used to match the MIME types in the server + response's 'Content-Type:' headers in 'include' fields for the + specified HTTP Compression profile." + ::= { ltmHttpcompContTypeInclEntry 3 } + +--================================================================== +-- Profile_httpcompression_content_type_excludes +--================================================================== +ltmHttpcompContTypeExclNumber OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of ltmHttpCompressionProfileContTypeExcl entries in the table." + ::= { ltmHttpCompressionProfileContTypeExcl 1 } + +ltmHttpcompContTypeExclTable OBJECT-TYPE + SYNTAX SEQUENCE OF LtmHttpcompContTypeExclEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A table containing information of regular expressions used to match + the MIME types in the server response's 'Content-Type:' headers. + A match must be found in at least one of the 'exclude' fields." + ::= { ltmHttpCompressionProfileContTypeExcl 2 } + +ltmHttpcompContTypeExclEntry OBJECT-TYPE + SYNTAX LtmHttpcompContTypeExclEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Columns in the ltmHttpcompContTypeExcl Table" + INDEX { + ltmHttpcompContTypeExclName, + ltmHttpcompContTypeExclIndex + } + ::= { ltmHttpcompContTypeExclTable 1 } + +LtmHttpcompContTypeExclEntry ::= + SEQUENCE { + ltmHttpcompContTypeExclName LongDisplayString, + ltmHttpcompContTypeExclIndex INTEGER, + ltmHttpcompContTypeExclContentType LongDisplayString + } + +ltmHttpcompContTypeExclName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of a HTTP Compression profile." + ::= { ltmHttpcompContTypeExclEntry 1 } + +ltmHttpcompContTypeExclIndex OBJECT-TYPE + SYNTAX INTEGER(0..2147483647) + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The index of the regular expression to match the MIME types in the + server response's 'Content-Type:' headers in 'exclude' fields for + the specified HTTP Compression profile." + ::= { ltmHttpcompContTypeExclEntry 2 } + +ltmHttpcompContTypeExclContentType OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The regular expression used to match the MIME types in the server + response's 'Content-Type:' headers in 'exclude' fields for the + specified HTTP Compression profile." + ::= { ltmHttpcompContTypeExclEntry 3 } + +--================================================================== +-- Profile_httpcompression_stat +--================================================================== +ltmHttpCompressionProfileStatResetStats OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "The action to reset resettable statistics data in ltmHttpCompressionProfileStat. + Setting this value to 1 will reset statistics data. + Note, some statistics data may not be reset including data that are incremental counters." + ::= { ltmHttpCompressionProfileStat 1 } + +ltmHttpCompressionProfileStatNumber OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of ltmHttpCompressionProfileStat entries in the table." + ::= { ltmHttpCompressionProfileStat 2 } + +ltmHttpCompressionProfileStatTable OBJECT-TYPE + SYNTAX SEQUENCE OF LtmHttpCompressionProfileStatEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A table containing statistic information of HTTP Compression profiles." + ::= { ltmHttpCompressionProfileStat 3 } + +ltmHttpCompressionProfileStatEntry OBJECT-TYPE + SYNTAX LtmHttpCompressionProfileStatEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Columns in the ltmHttpCompressionProfileStat Table" + INDEX { + ltmHttpCompressionProfileStatName + } + ::= { ltmHttpCompressionProfileStatTable 1 } + +LtmHttpCompressionProfileStatEntry ::= + SEQUENCE { + ltmHttpCompressionProfileStatName LongDisplayString, + ltmHttpCompressionProfileStatPrecompressBytes Counter64, + ltmHttpCompressionProfileStatPostcompressBytes Counter64, + ltmHttpCompressionProfileStatNullCompressBytes Counter64, + ltmHttpCompressionProfileStatHtmlPrecompressBytes Counter64, + ltmHttpCompressionProfileStatHtmlPostcompressBytes Counter64, + ltmHttpCompressionProfileStatCssPrecompressBytes Counter64, + ltmHttpCompressionProfileStatCssPostcompressBytes Counter64, + ltmHttpCompressionProfileStatJsPrecompressBytes Counter64, + ltmHttpCompressionProfileStatJsPostcompressBytes Counter64, + ltmHttpCompressionProfileStatXmlPrecompressBytes Counter64, + ltmHttpCompressionProfileStatXmlPostcompressBytes Counter64, + ltmHttpCompressionProfileStatSgmlPrecompressBytes Counter64, + ltmHttpCompressionProfileStatSgmlPostcompressBytes Counter64, + ltmHttpCompressionProfileStatPlainPrecompressBytes Counter64, + ltmHttpCompressionProfileStatPlainPostcompressBytes Counter64, + ltmHttpCompressionProfileStatOctetPrecompressBytes Counter64, + ltmHttpCompressionProfileStatOctetPostcompressBytes Counter64, + ltmHttpCompressionProfileStatImagePrecompressBytes Counter64, + ltmHttpCompressionProfileStatImagePostcompressBytes Counter64, + ltmHttpCompressionProfileStatVideoPrecompressBytes Counter64, + ltmHttpCompressionProfileStatVideoPostcompressBytes Counter64, + ltmHttpCompressionProfileStatAudioPrecompressBytes Counter64, + ltmHttpCompressionProfileStatAudioPostcompressBytes Counter64, + ltmHttpCompressionProfileStatOtherPrecompressBytes Counter64, + ltmHttpCompressionProfileStatOtherPostcompressBytes Counter64 + } + +ltmHttpCompressionProfileStatName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of a HTTP Compression profile." + ::= { ltmHttpCompressionProfileStatEntry 1 } + +ltmHttpCompressionProfileStatPrecompressBytes OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of response bytes before compression has taken place." + ::= { ltmHttpCompressionProfileStatEntry 2 } + +ltmHttpCompressionProfileStatPostcompressBytes OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of response bytes after compression has taken place." + ::= { ltmHttpCompressionProfileStatEntry 3 } + +ltmHttpCompressionProfileStatNullCompressBytes OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of bytes subjected to NULL compression (for license enforcement)." + ::= { ltmHttpCompressionProfileStatEntry 4 } + +ltmHttpCompressionProfileStatHtmlPrecompressBytes OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of pre-compressed bytes for the MIME-Types: HTML." + ::= { ltmHttpCompressionProfileStatEntry 5 } + +ltmHttpCompressionProfileStatHtmlPostcompressBytes OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of post-compressed bytes for the MIME-Types: HTML." + ::= { ltmHttpCompressionProfileStatEntry 6 } + +ltmHttpCompressionProfileStatCssPrecompressBytes OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of pre-compressed bytes for the MIME-Types: CSS." + ::= { ltmHttpCompressionProfileStatEntry 7 } + +ltmHttpCompressionProfileStatCssPostcompressBytes OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of post-compressed bytes for the MIME-Types: CSS." + ::= { ltmHttpCompressionProfileStatEntry 8 } + +ltmHttpCompressionProfileStatJsPrecompressBytes OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of pre-compressed bytes for the MIME-Types: Javascript." + ::= { ltmHttpCompressionProfileStatEntry 9 } + +ltmHttpCompressionProfileStatJsPostcompressBytes OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of post-compressed bytes for the MIME-Types: Javascript." + ::= { ltmHttpCompressionProfileStatEntry 10 } + +ltmHttpCompressionProfileStatXmlPrecompressBytes OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of pre-compressed bytes for the MIME-Types: XML." + ::= { ltmHttpCompressionProfileStatEntry 11 } + +ltmHttpCompressionProfileStatXmlPostcompressBytes OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of post-compressed bytes for the MIME-Types: XML." + ::= { ltmHttpCompressionProfileStatEntry 12 } + +ltmHttpCompressionProfileStatSgmlPrecompressBytes OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of pre-compressed bytes for the MIME-Types: SGML." + ::= { ltmHttpCompressionProfileStatEntry 13 } + +ltmHttpCompressionProfileStatSgmlPostcompressBytes OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of post-compressed bytes for the MIME-Types: SGML." + ::= { ltmHttpCompressionProfileStatEntry 14 } + +ltmHttpCompressionProfileStatPlainPrecompressBytes OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of pre-compressed bytes for the MIME-Types: Plain." + ::= { ltmHttpCompressionProfileStatEntry 15 } + +ltmHttpCompressionProfileStatPlainPostcompressBytes OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of post-compressed bytes for the MIME-Types: Plain." + ::= { ltmHttpCompressionProfileStatEntry 16 } + +ltmHttpCompressionProfileStatOctetPrecompressBytes OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of pre-compressed bytes for the MIME-Types: Octet stream." + ::= { ltmHttpCompressionProfileStatEntry 17 } + +ltmHttpCompressionProfileStatOctetPostcompressBytes OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of post-compressed bytes for the MIME-Types: Octet stream." + ::= { ltmHttpCompressionProfileStatEntry 18 } + +ltmHttpCompressionProfileStatImagePrecompressBytes OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of pre-compressed bytes for the MIME-Types: Images." + ::= { ltmHttpCompressionProfileStatEntry 19 } + +ltmHttpCompressionProfileStatImagePostcompressBytes OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of post-compressed bytes for the MIME-Types: Images." + ::= { ltmHttpCompressionProfileStatEntry 20 } + +ltmHttpCompressionProfileStatVideoPrecompressBytes OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of pre-compressed bytes for the MIME-Types: Video files." + ::= { ltmHttpCompressionProfileStatEntry 21 } + +ltmHttpCompressionProfileStatVideoPostcompressBytes OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of post-compressed bytes for the MIME-Types: Video files." + ::= { ltmHttpCompressionProfileStatEntry 22 } + +ltmHttpCompressionProfileStatAudioPrecompressBytes OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of pre-compressed bytes for the MIME-Types: Audio files." + ::= { ltmHttpCompressionProfileStatEntry 23 } + +ltmHttpCompressionProfileStatAudioPostcompressBytes OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of post-compressed bytes for the MIME-Types: Audio files." + ::= { ltmHttpCompressionProfileStatEntry 24 } + +ltmHttpCompressionProfileStatOtherPrecompressBytes OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of pre-compressed bytes for the MIME-Types: other than + HTML, CSS, Javascript, XML, SGML, Plain, Images, Video files, + Audio files." + ::= { ltmHttpCompressionProfileStatEntry 25 } + +ltmHttpCompressionProfileStatOtherPostcompressBytes OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of post-compressed bytes for the MIME-Types: other than + HTML, CSS, Javascript, XML, SGML, Plain, Images, Video files, + Audio files." + ::= { ltmHttpCompressionProfileStatEntry 26 } + +--================================================================== +-- Profile_webacceleration +--================================================================== +ltmWebAccelerationProfileNumber OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of ltmWebAccelerationProfile entries in the table." + ::= { ltmWebAccelerationProfile 1 } + +ltmWebAccelerationProfileTable OBJECT-TYPE + SYNTAX SEQUENCE OF LtmWebAccelerationProfileEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A table containing information of Web Acceleration profiles." + ::= { ltmWebAccelerationProfile 2 } + +ltmWebAccelerationProfileEntry OBJECT-TYPE + SYNTAX LtmWebAccelerationProfileEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Columns in the ltmWebAccelerationProfile Table" + INDEX { + ltmWebAccelerationProfileName + } + ::= { ltmWebAccelerationProfileTable 1 } + +LtmWebAccelerationProfileEntry ::= + SEQUENCE { + ltmWebAccelerationProfileName LongDisplayString, + ltmWebAccelerationProfileConfigSource INTEGER, + ltmWebAccelerationProfileDefaultName LongDisplayString, + ltmWebAccelerationProfileCacheSize Gauge, + ltmWebAccelerationProfileCacheMaxEntries Gauge, + ltmWebAccelerationProfileCacheMaxAge Gauge, + ltmWebAccelerationProfileCacheObjectMinSize Gauge, + ltmWebAccelerationProfileCacheObjectMaxSize Gauge, + ltmWebAccelerationProfileCacheIgnoreClient INTEGER, + ltmWebAccelerationProfileCacheAgingRate Gauge, + ltmWebAccelerationProfileCacheInsertAgeHeader INTEGER + } + +ltmWebAccelerationProfileName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of a Web Acceleration profile." + ::= { ltmWebAccelerationProfileEntry 1 } + +ltmWebAccelerationProfileConfigSource OBJECT-TYPE + SYNTAX INTEGER { + usercfg(0), + basecfg(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The state that specifies whether this is a base/pre-configured profile + or user defined profile." + ::= { ltmWebAccelerationProfileEntry 2 } + +ltmWebAccelerationProfileDefaultName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of the profile from which the specified profile derives + its attribute default values." + ::= { ltmWebAccelerationProfileEntry 3 } + +ltmWebAccelerationProfileCacheSize OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The maximum cache size in MB's." + ::= { ltmWebAccelerationProfileEntry 4 } + +ltmWebAccelerationProfileCacheMaxEntries OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The maximum cache entries." + ::= { ltmWebAccelerationProfileEntry 5 } + +ltmWebAccelerationProfileCacheMaxAge OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The maximum age of cached object." + ::= { ltmWebAccelerationProfileEntry 6 } + +ltmWebAccelerationProfileCacheObjectMinSize OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The minimum size requirement for cached object in bytes." + ::= { ltmWebAccelerationProfileEntry 7 } + +ltmWebAccelerationProfileCacheObjectMaxSize OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The maximum size limitation for cached object in bytes." + ::= { ltmWebAccelerationProfileEntry 8 } + +ltmWebAccelerationProfileCacheIgnoreClient OBJECT-TYPE + SYNTAX INTEGER { + none(0), + maxage(1), + all(2) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The state that determine whether cache ignores client cache." + ::= { ltmWebAccelerationProfileEntry 9 } + +ltmWebAccelerationProfileCacheAgingRate OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The aging rate for the cache." + ::= { ltmWebAccelerationProfileEntry 10 } + +ltmWebAccelerationProfileCacheInsertAgeHeader OBJECT-TYPE + SYNTAX INTEGER { + disable(0), + enable(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The mode that indicates whether to insert the Age headers." + ::= { ltmWebAccelerationProfileEntry 11 } + +--================================================================== +-- Profile_webacceleration_cache_uri_excludes +--================================================================== +ltmWebaccCacheUriExclNumber OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of ltmWebAccelerationProfileUriExcl entries in the table." + ::= { ltmWebAccelerationProfileUriExcl 1 } + +ltmWebaccCacheUriExclTable OBJECT-TYPE + SYNTAX SEQUENCE OF LtmWebaccCacheUriExclEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A table containing information of excludes URIs in + Web Acceleration profiles." + ::= { ltmWebAccelerationProfileUriExcl 2 } + +ltmWebaccCacheUriExclEntry OBJECT-TYPE + SYNTAX LtmWebaccCacheUriExclEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Columns in the ltmWebaccCacheUriExcl Table" + INDEX { + ltmWebaccCacheUriExclName, + ltmWebaccCacheUriExclIndex + } + ::= { ltmWebaccCacheUriExclTable 1 } + +LtmWebaccCacheUriExclEntry ::= + SEQUENCE { + ltmWebaccCacheUriExclName LongDisplayString, + ltmWebaccCacheUriExclIndex INTEGER, + ltmWebaccCacheUriExclUri LongDisplayString + } + +ltmWebaccCacheUriExclName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of a Web Acceleration profile." + ::= { ltmWebaccCacheUriExclEntry 1 } + +ltmWebaccCacheUriExclIndex OBJECT-TYPE + SYNTAX INTEGER(0..2147483647) + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The index of exclude URI for the specified profile." + ::= { ltmWebaccCacheUriExclEntry 2 } + +ltmWebaccCacheUriExclUri OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The exclude URI for the specified profile." + ::= { ltmWebaccCacheUriExclEntry 3 } + +--================================================================== +-- Profile_webacceleration_cache_uri_includes +--================================================================== +ltmWebaccCacheUriInclNumber OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of ltmWebAccelerationProfileUriIncl entries in the table." + ::= { ltmWebAccelerationProfileUriIncl 1 } + +ltmWebaccCacheUriInclTable OBJECT-TYPE + SYNTAX SEQUENCE OF LtmWebaccCacheUriInclEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A table containing information of includes URI in Web Acceleration + profiles." + ::= { ltmWebAccelerationProfileUriIncl 2 } + +ltmWebaccCacheUriInclEntry OBJECT-TYPE + SYNTAX LtmWebaccCacheUriInclEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Columns in the ltmWebaccCacheUriIncl Table" + INDEX { + ltmWebaccCacheUriInclName, + ltmWebaccCacheUriInclIndex + } + ::= { ltmWebaccCacheUriInclTable 1 } + +LtmWebaccCacheUriInclEntry ::= + SEQUENCE { + ltmWebaccCacheUriInclName LongDisplayString, + ltmWebaccCacheUriInclIndex INTEGER, + ltmWebaccCacheUriInclUri LongDisplayString + } + +ltmWebaccCacheUriInclName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of a Web Acceleration profile." + ::= { ltmWebaccCacheUriInclEntry 1 } + +ltmWebaccCacheUriInclIndex OBJECT-TYPE + SYNTAX INTEGER(0..2147483647) + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The index of include URI for the specified profile." + ::= { ltmWebaccCacheUriInclEntry 2 } + +ltmWebaccCacheUriInclUri OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The include URI for the specified profile." + ::= { ltmWebaccCacheUriInclEntry 3 } + +--================================================================== +-- Profile_webacceleration_cache_uri_pinned +--================================================================== +ltmWebaccCacheUriPinNumber OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of ltmWebAccelerationProfileUriPin entries in the table." + ::= { ltmWebAccelerationProfileUriPin 1 } + +ltmWebaccCacheUriPinTable OBJECT-TYPE + SYNTAX SEQUENCE OF LtmWebaccCacheUriPinEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A table containing information of pinned URIs in Web Acceleration profiles." + ::= { ltmWebAccelerationProfileUriPin 2 } + +ltmWebaccCacheUriPinEntry OBJECT-TYPE + SYNTAX LtmWebaccCacheUriPinEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Columns in the ltmWebaccCacheUriPin Table" + INDEX { + ltmWebaccCacheUriPinName, + ltmWebaccCacheUriPinIndex + } + ::= { ltmWebaccCacheUriPinTable 1 } + +LtmWebaccCacheUriPinEntry ::= + SEQUENCE { + ltmWebaccCacheUriPinName LongDisplayString, + ltmWebaccCacheUriPinIndex INTEGER, + ltmWebaccCacheUriPinUri LongDisplayString + } + +ltmWebaccCacheUriPinName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of a Web Acceleration profile." + ::= { ltmWebaccCacheUriPinEntry 1 } + +ltmWebaccCacheUriPinIndex OBJECT-TYPE + SYNTAX INTEGER(0..2147483647) + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The index of pinned URI for the specified profile." + ::= { ltmWebaccCacheUriPinEntry 2 } + +ltmWebaccCacheUriPinUri OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The pinned URI for the specified profile." + ::= { ltmWebaccCacheUriPinEntry 3 } + +--================================================================== +-- Profile_webacceleration_stat +--================================================================== +ltmWebAccelerationProfileStatResetStats OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "The action to reset resettable statistics data in ltmWebAccelerationProfileStat. + Setting this value to 1 will reset statistics data. + Note, some statistics data may not be reset including data that are incremental counters." + ::= { ltmWebAccelerationProfileStat 1 } + +ltmWebAccelerationProfileStatNumber OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of ltmWebAccelerationProfileStat entries in the table." + ::= { ltmWebAccelerationProfileStat 2 } + +ltmWebAccelerationProfileStatTable OBJECT-TYPE + SYNTAX SEQUENCE OF LtmWebAccelerationProfileStatEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A table containing statistic information of Web Acceleration profiles." + ::= { ltmWebAccelerationProfileStat 3 } + +ltmWebAccelerationProfileStatEntry OBJECT-TYPE + SYNTAX LtmWebAccelerationProfileStatEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Columns in the ltmWebAccelerationProfileStat Table" + INDEX { + ltmWebAccelerationProfileStatName + } + ::= { ltmWebAccelerationProfileStatTable 1 } + +LtmWebAccelerationProfileStatEntry ::= + SEQUENCE { + ltmWebAccelerationProfileStatName LongDisplayString, + ltmWebAccelerationProfileStatCacheHits Counter64, + ltmWebAccelerationProfileStatCacheMisses Counter64, + ltmWebAccelerationProfileStatCacheMissesAll Counter64, + ltmWebAccelerationProfileStatCacheHitBytes Counter64, + ltmWebAccelerationProfileStatCacheMissBytes Counter64, + ltmWebAccelerationProfileStatCacheMissBytesAll Counter64, + ltmWebAccelerationProfileStatCacheSize Counter64, + ltmWebAccelerationProfileStatCacheCount Counter64, + ltmWebAccelerationProfileStatCacheEvictions Counter64, + ltmWebAccelerationProfileStatInterStripeHits Counter64, + ltmWebAccelerationProfileStatInterStripeMisses Counter64, + ltmWebAccelerationProfileStatInterStripeHitBytes Counter64, + ltmWebAccelerationProfileStatInterStripeSize Counter64, + ltmWebAccelerationProfileStatInterStripeCount Counter64, + ltmWebAccelerationProfileStatInterStripeEvictions Counter64, + ltmWebAccelerationProfileStatRemoteHits Counter64, + ltmWebAccelerationProfileStatRemoteMisses Counter64, + ltmWebAccelerationProfileStatRemoteHitBytes Counter64 + } + +ltmWebAccelerationProfileStatName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of a Web Acceleration profile." + ::= { ltmWebAccelerationProfileStatEntry 1 } + +ltmWebAccelerationProfileStatCacheHits OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of cache hits." + ::= { ltmWebAccelerationProfileStatEntry 2 } + +ltmWebAccelerationProfileStatCacheMisses OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of cache misses, excluding un-cacheable data." + ::= { ltmWebAccelerationProfileStatEntry 3 } + +ltmWebAccelerationProfileStatCacheMissesAll OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of cache misses." + ::= { ltmWebAccelerationProfileStatEntry 4 } + +ltmWebAccelerationProfileStatCacheHitBytes OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of cache hits in bytes." + ::= { ltmWebAccelerationProfileStatEntry 5 } + +ltmWebAccelerationProfileStatCacheMissBytes OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of cache misses in bytes, excluding un-cacheable data." + ::= { ltmWebAccelerationProfileStatEntry 6 } + +ltmWebAccelerationProfileStatCacheMissBytesAll OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of cache misses in bytes." + ::= { ltmWebAccelerationProfileStatEntry 7 } + +ltmWebAccelerationProfileStatCacheSize OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The current cache size (in bytes)." + ::= { ltmWebAccelerationProfileStatEntry 8 } + +ltmWebAccelerationProfileStatCacheCount OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of items stored in cache." + ::= { ltmWebAccelerationProfileStatEntry 9 } + +ltmWebAccelerationProfileStatCacheEvictions OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of cache evictions." + ::= { ltmWebAccelerationProfileStatEntry 10 } + +ltmWebAccelerationProfileStatInterStripeHits OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of inter-stripe cache hits." + ::= { ltmWebAccelerationProfileStatEntry 11 } + +ltmWebAccelerationProfileStatInterStripeMisses OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of inter-stripe cache misses." + ::= { ltmWebAccelerationProfileStatEntry 12 } + +ltmWebAccelerationProfileStatInterStripeHitBytes OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of inter-stripe cache hits in bytes." + ::= { ltmWebAccelerationProfileStatEntry 13 } + +ltmWebAccelerationProfileStatInterStripeSize OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The current inter-stripe cache size (in bytes)." + ::= { ltmWebAccelerationProfileStatEntry 14 } + +ltmWebAccelerationProfileStatInterStripeCount OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of items stored in inter-stripe cache." + ::= { ltmWebAccelerationProfileStatEntry 15 } + +ltmWebAccelerationProfileStatInterStripeEvictions OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of inter-stripe cache evictions." + ::= { ltmWebAccelerationProfileStatEntry 16 } + +ltmWebAccelerationProfileStatRemoteHits OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of remote cache hits." + ::= { ltmWebAccelerationProfileStatEntry 17 } + +ltmWebAccelerationProfileStatRemoteMisses OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of remote cache misses." + ::= { ltmWebAccelerationProfileStatEntry 18 } + +ltmWebAccelerationProfileStatRemoteHitBytes OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of remote cache hits in bytes." + ::= { ltmWebAccelerationProfileStatEntry 19 } + +--================================================================== +-- Rst_cause_stat +--================================================================== +ltmRstCauseStatResetStats OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "The action to reset resettable statistics data in ltmRstCauseStat. + Setting this value to 1 will reset statistics data. + Note, some statistics data may not be reset including data that are incremental counters." + ::= { ltmRstCauseStat 1 } + +ltmRstCauseStatNumber OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of ltmRstCauseStat entries in the table." + ::= { ltmRstCauseStat 2 } + +ltmRstCauseStatTable OBJECT-TYPE + SYNTAX SEQUENCE OF LtmRstCauseStatEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A table containing statistics for TCP/IP reset (RST) causes." + ::= { ltmRstCauseStat 3 } + +ltmRstCauseStatEntry OBJECT-TYPE + SYNTAX LtmRstCauseStatEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Columns in the ltmRstCauseStat Table" + INDEX { + ltmRstCauseStatIndex + } + ::= { ltmRstCauseStatTable 1 } + +LtmRstCauseStatEntry ::= + SEQUENCE { + ltmRstCauseStatIndex INTEGER, + ltmRstCauseStatRstCause LongDisplayString, + ltmRstCauseStatCount Counter64 + } + +ltmRstCauseStatIndex OBJECT-TYPE + SYNTAX INTEGER(0..2147483647) + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The index of cause of TCP/IP reset." + ::= { ltmRstCauseStatEntry 1 } + +ltmRstCauseStatRstCause OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The cause for TCP/IP reset (RST)." + ::= { ltmRstCauseStatEntry 2 } + +ltmRstCauseStatCount OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The count for each TCP/IP reset (RST) cause." + ::= { ltmRstCauseStatEntry 3 } + +--================================================================== +-- Profile_webacceleration_cache_uri_include_overrides +--================================================================== +ltmWebaccCacheUriOverNumber OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of ltmWebAccelerationProfileUriOver entries in the table." + ::= { ltmWebAccelerationProfileUriOver 1 } + +ltmWebaccCacheUriOverTable OBJECT-TYPE + SYNTAX SEQUENCE OF LtmWebaccCacheUriOverEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A table containing information of include override URI in Web Acceleration profiles." + ::= { ltmWebAccelerationProfileUriOver 2 } + +ltmWebaccCacheUriOverEntry OBJECT-TYPE + SYNTAX LtmWebaccCacheUriOverEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Columns in the ltmWebaccCacheUriOver Table" + INDEX { + ltmWebaccCacheUriOverName, + ltmWebaccCacheUriOverIndex + } + ::= { ltmWebaccCacheUriOverTable 1 } + +LtmWebaccCacheUriOverEntry ::= + SEQUENCE { + ltmWebaccCacheUriOverName LongDisplayString, + ltmWebaccCacheUriOverIndex INTEGER, + ltmWebaccCacheUriOverUri LongDisplayString + } + +ltmWebaccCacheUriOverName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of a Web Acceleration profile." + ::= { ltmWebaccCacheUriOverEntry 1 } + +ltmWebaccCacheUriOverIndex OBJECT-TYPE + SYNTAX INTEGER(0..2147483647) + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The index of include override URI for the specified profile." + ::= { ltmWebaccCacheUriOverEntry 2 } + +ltmWebaccCacheUriOverUri OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The include override URI for the specified profile." + ::= { ltmWebaccCacheUriOverEntry 3 } + +--================================================================== +-- Dns_cache_resolver +--================================================================== +ltmDnsCacheNumber OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of ltmDnsCache entries in the table." + ::= { ltmDnsCache 1 } + +ltmDnsCacheTable OBJECT-TYPE + SYNTAX SEQUENCE OF LtmDnsCacheEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A table containing information of DNS cache." + ::= { ltmDnsCache 2 } + +ltmDnsCacheEntry OBJECT-TYPE + SYNTAX LtmDnsCacheEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Columns in the ltmDnsCache Table" + INDEX { + ltmDnsCacheName + } + ::= { ltmDnsCacheTable 1 } + +LtmDnsCacheEntry ::= + SEQUENCE { + ltmDnsCacheName LongDisplayString, + ltmDnsCacheType INTEGER, + ltmDnsCacheMsgCacheSize Gauge, + ltmDnsCacheRrsetCacheSize Gauge, + ltmDnsCacheAnswerDefaultZones INTEGER, + ltmDnsCacheUseIpv4 INTEGER, + ltmDnsCacheUseIpv6 INTEGER, + ltmDnsCacheUseUdp INTEGER, + ltmDnsCacheUseTcp INTEGER, + ltmDnsCacheNameserverCacheCount Gauge, + ltmDnsCacheMaxConcurrentTcp Gauge, + ltmDnsCacheMaxConcurrentUdp Gauge, + ltmDnsCacheUnwantedThreshold Gauge, + ltmDnsCacheRouteDomainName LongDisplayString, + ltmDnsCacheIgnoreCd INTEGER, + ltmDnsCachePrefetchKey INTEGER, + ltmDnsCacheKeyCacheSize Gauge, + ltmDnsCacheRandomizeQueryNameCase INTEGER, + ltmDnsCacheMaxConcurrentQueries Gauge, + ltmDnsCacheAllowedQueryTime Gauge + } + +ltmDnsCacheName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of DNS cache." + ::= { ltmDnsCacheEntry 1 } + +ltmDnsCacheType OBJECT-TYPE + SYNTAX INTEGER { + resolver(0), + validatingResolver(1), + transparentResolver(2) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The type of DNS cache. + resolver - configures a DNS cache with a resolver on the BIG-IP system; + validatingResolver - configures a DNS cache with a resolver and + validator on the BIG-IP system; + transparentResolver - configures a DNS cache without a resolver + on the BIG-IP system." + ::= { ltmDnsCacheEntry 2 } + +ltmDnsCacheMsgCacheSize OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of bytes allocated to the message cache. The default + value is 1m. Relevant to resolver, validatingResolver, and + transparentResolver types." + ::= { ltmDnsCacheEntry 3 } + +ltmDnsCacheRrsetCacheSize OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of bytes allocated to the resource records set cache. + The default value is 10m. Relevant to resolver, validatingResolver, + and transparentResolver types." + ::= { ltmDnsCacheEntry 4 } + +ltmDnsCacheAnswerDefaultZones OBJECT-TYPE + SYNTAX INTEGER { + no(0), + yes(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The state indicating whether or not the resolver answers queries for + default zones: localhost, reverse 127.0.0.1 and ::1, and AS112 zones. + The default value is no. Relevant to resolver, validatingResolver, + and transparentResolver types." + ::= { ltmDnsCacheEntry 5 } + +ltmDnsCacheUseIpv4 OBJECT-TYPE + SYNTAX INTEGER { + no(0), + yes(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The state indicating whether or not the resolver is enabled to + send queries to IPv4 addresses. The default value is yes. Relevant + to resolver and validatingResolver types." + ::= { ltmDnsCacheEntry 6 } + +ltmDnsCacheUseIpv6 OBJECT-TYPE + SYNTAX INTEGER { + no(0), + yes(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The state indicating whether or not the resolver is enabled to + send queries to IPv6 addresses. The default value is yes. Relevant + to resolver and validatingResolver types." + ::= { ltmDnsCacheEntry 7 } + +ltmDnsCacheUseUdp OBJECT-TYPE + SYNTAX INTEGER { + no(0), + yes(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The state indicating whether or not the resolver is enabled to + send queries over UDP. The default value is yes. Relevant to + resolver and validatingResolver types." + ::= { ltmDnsCacheEntry 8 } + +ltmDnsCacheUseTcp OBJECT-TYPE + SYNTAX INTEGER { + no(0), + yes(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The state indicating whether or not the resolver is enabled to + send queries over TCP. The default value is yes. Relevant to + resolver and validatingResolver types." + ::= { ltmDnsCacheEntry 9 } + +ltmDnsCacheNameserverCacheCount OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of DNS name-servers for which connection and capability + data is cached. The default value is 16k. Relevant to resolver and + validatingResolver types." + ::= { ltmDnsCacheEntry 10 } + +ltmDnsCacheMaxConcurrentTcp OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The maximum number of concurrent TCP flows used by the resolver. + The default value is 20. Relevant to resolver and validatingResolver + types." + ::= { ltmDnsCacheEntry 11 } + +ltmDnsCacheMaxConcurrentUdp OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The maximum number of concurrent UDP flows used by the resolver. + The default value is 8192. Relevant to resolver and + validatingResolver types." + ::= { ltmDnsCacheEntry 12 } + +ltmDnsCacheUnwantedThreshold OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The threshold count of unsolicited query replies which triggers + an alert (potential DOS attack underway). The default value is + zero (or off). Relevant to resolver and validatingResolver types." + ::= { ltmDnsCacheEntry 13 } + +ltmDnsCacheRouteDomainName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of the route domain used for resolver outbound traffic. + The default value is the default route domain. Relevant to resolver + and validatingResolver types." + ::= { ltmDnsCacheEntry 14 } + +ltmDnsCacheIgnoreCd OBJECT-TYPE + SYNTAX INTEGER { + no(0), + yes(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The state indicating whether or not the validatingResolver ignores + client queries setting of checking-disabled and performs validation + anyway and only returns secure answers. The default value is no. + Relevant to validatingResolver type." + ::= { ltmDnsCacheEntry 15 } + +ltmDnsCachePrefetchKey OBJECT-TYPE + SYNTAX INTEGER { + no(0), + yes(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The state indicating whether or not the validatingResolver fetches + DNSKEY early in validation process. The default value is yes. + Relevant to validatingResolver type." + ::= { ltmDnsCacheEntry 16 } + +ltmDnsCacheKeyCacheSize OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of bytes allocated to the DNSKEY cache. The default + value is 1m. Relevant to validatingResolver type." + ::= { ltmDnsCacheEntry 17 } + +ltmDnsCacheRandomizeQueryNameCase OBJECT-TYPE + SYNTAX INTEGER { + no(0), + yes(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The state indicating whether or not the resolver is enabled to randomize + the case of query names. The default value is yes. Relevant to resolver + and validatingResolver types." + ::= { ltmDnsCacheEntry 18 } + +ltmDnsCacheMaxConcurrentQueries OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The maximum number of concurrent distinct queries used + by the resolver. A query is identified by query name, type and class. + If the number of distinct queries exceeds this limit, the resolver + will try to find a query from the queue which arrives the earliest. + Replace it with the new query if it has been in the queue longer than + the allowed time. The default value is 1024." + ::= { ltmDnsCacheEntry 19 } + +ltmDnsCacheAllowedQueryTime OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The time allowed for a query to stay in the queue before replaced by + a new query when the number of concurrent distinct queries exceeds + the limit. The default value is 200 milliseconds." + ::= { ltmDnsCacheEntry 20 } + +--================================================================== +-- Dns_cache_resolver_stat +--================================================================== +ltmDnsCacheStatResetStats OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "The action to reset resettable statistics data in ltmDnsCacheStat. + Setting this value to 1 will reset statistics data. + Note, some statistics data may not be reset including data that are incremental counters." + ::= { ltmDnsCacheStat 1 } + +ltmDnsCacheStatNumber OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of ltmDnsCacheStat entries in the table." + ::= { ltmDnsCacheStat 2 } + +ltmDnsCacheStatTable OBJECT-TYPE + SYNTAX SEQUENCE OF LtmDnsCacheStatEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A table containing statistics information of DNS cache." + ::= { ltmDnsCacheStat 3 } + +ltmDnsCacheStatEntry OBJECT-TYPE + SYNTAX LtmDnsCacheStatEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Columns in the ltmDnsCacheStat Table" + INDEX { + ltmDnsCacheStatName + } + ::= { ltmDnsCacheStatTable 1 } + +LtmDnsCacheStatEntry ::= + SEQUENCE { + ltmDnsCacheStatName LongDisplayString, + ltmDnsCacheStatQueries Counter64, + ltmDnsCacheStatResponses Counter64, + ltmDnsCacheStatSync Counter64, + ltmDnsCacheStatAsync Counter64, + ltmDnsCacheStatFailureResolv Counter64, + ltmDnsCacheStatFailureCf Counter64, + ltmDnsCacheStatFailureServer Counter64, + ltmDnsCacheStatFailureSend Counter64, + ltmDnsCacheStatMsgHits Counter64, + ltmDnsCacheStatMsgMisses Counter64, + ltmDnsCacheStatMsgInserts Counter64, + ltmDnsCacheStatMsgUpdates Counter64, + ltmDnsCacheStatMsgEvictions Counter64, + ltmDnsCacheStatRrsetHits Counter64, + ltmDnsCacheStatRrsetMisses Counter64, + ltmDnsCacheStatRrsetInserts Counter64, + ltmDnsCacheStatRrsetUpdates Counter64, + ltmDnsCacheStatRrsetEvictions Counter64, + ltmDnsCacheStatNameserverHits Counter64, + ltmDnsCacheStatNameserverMisses Counter64, + ltmDnsCacheStatNameserverInserts Counter64, + ltmDnsCacheStatNameserverUpdates Counter64, + ltmDnsCacheStatNameserverEvictions Counter64, + ltmDnsCacheStatKeyHits Counter64, + ltmDnsCacheStatKeyMisses Counter64, + ltmDnsCacheStatKeyInserts Counter64, + ltmDnsCacheStatKeyUpdates Counter64, + ltmDnsCacheStatKeyEvictions Counter64, + ltmDnsCacheStatUdpBytesIn Counter64, + ltmDnsCacheStatUdpBytesOut Counter64, + ltmDnsCacheStatUdpPktsIn Counter64, + ltmDnsCacheStatUdpPktsOut Counter64, + ltmDnsCacheStatUdpCurConns Counter64, + ltmDnsCacheStatUdpMaxConns Counter64, + ltmDnsCacheStatUdpTotConns Counter64, + ltmDnsCacheStatTcpBytesIn Counter64, + ltmDnsCacheStatTcpBytesOut Counter64, + ltmDnsCacheStatTcpPktsIn Counter64, + ltmDnsCacheStatTcpPktsOut Counter64, + ltmDnsCacheStatTcpCurConns Counter64, + ltmDnsCacheStatTcpMaxConns Counter64, + ltmDnsCacheStatTcpTotConns Counter64, + ltmDnsCacheStatUnsolicitedReplies Counter64, + ltmDnsCacheStatSecUnchecked Counter64, + ltmDnsCacheStatSecBogus Counter64, + ltmDnsCacheStatSecIndeterminate Counter64, + ltmDnsCacheStatSecInsecure Counter64, + ltmDnsCacheStatSecSecure Counter64, + ltmDnsCacheStatFwdQueries Counter64, + ltmDnsCacheStatFwdResponses Counter64, + ltmDnsCacheStatRpzRewrites Counter64 + } + +ltmDnsCacheStatName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of DNS cache." + ::= { ltmDnsCacheStatEntry 1 } + +ltmDnsCacheStatQueries OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of queries." + ::= { ltmDnsCacheStatEntry 2 } + +ltmDnsCacheStatResponses OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of responses." + ::= { ltmDnsCacheStatEntry 3 } + +ltmDnsCacheStatSync OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of synchronous responses." + ::= { ltmDnsCacheStatEntry 4 } + +ltmDnsCacheStatAsync OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of asynchronous responses." + ::= { ltmDnsCacheStatEntry 5 } + +ltmDnsCacheStatFailureResolv OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of internal resolution failures." + ::= { ltmDnsCacheStatEntry 6 } + +ltmDnsCacheStatFailureCf OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of internal connection failures." + ::= { ltmDnsCacheStatEntry 7 } + +ltmDnsCacheStatFailureServer OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of server core failures." + ::= { ltmDnsCacheStatEntry 8 } + +ltmDnsCacheStatFailureSend OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of response send failures." + ::= { ltmDnsCacheStatEntry 9 } + +ltmDnsCacheStatMsgHits OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of complete message cache hits." + ::= { ltmDnsCacheStatEntry 10 } + +ltmDnsCacheStatMsgMisses OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of complete message cache misses." + ::= { ltmDnsCacheStatEntry 11 } + +ltmDnsCacheStatMsgInserts OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of complete message cache inserts." + ::= { ltmDnsCacheStatEntry 12 } + +ltmDnsCacheStatMsgUpdates OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of complete message cache updates." + ::= { ltmDnsCacheStatEntry 13 } + +ltmDnsCacheStatMsgEvictions OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of complete message cache evictions." + ::= { ltmDnsCacheStatEntry 14 } + +ltmDnsCacheStatRrsetHits OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of resource record set cache hits." + ::= { ltmDnsCacheStatEntry 15 } + +ltmDnsCacheStatRrsetMisses OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of resource record set cache misses." + ::= { ltmDnsCacheStatEntry 16 } + +ltmDnsCacheStatRrsetInserts OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of resource record set cache inserts." + ::= { ltmDnsCacheStatEntry 17 } + +ltmDnsCacheStatRrsetUpdates OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of resource record set cache updates." + ::= { ltmDnsCacheStatEntry 18 } + +ltmDnsCacheStatRrsetEvictions OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of resource record set cache evictions." + ::= { ltmDnsCacheStatEntry 19 } + +ltmDnsCacheStatNameserverHits OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of internet name-server cache hits." + ::= { ltmDnsCacheStatEntry 20 } + +ltmDnsCacheStatNameserverMisses OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of internet name-server cache misses." + ::= { ltmDnsCacheStatEntry 21 } + +ltmDnsCacheStatNameserverInserts OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of internet name-server cache inserts." + ::= { ltmDnsCacheStatEntry 22 } + +ltmDnsCacheStatNameserverUpdates OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of internet name-server cache updates." + ::= { ltmDnsCacheStatEntry 23 } + +ltmDnsCacheStatNameserverEvictions OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of internet name-server evictions." + ::= { ltmDnsCacheStatEntry 24 } + +ltmDnsCacheStatKeyHits OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of DNSSEC key cache hits." + ::= { ltmDnsCacheStatEntry 25 } + +ltmDnsCacheStatKeyMisses OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of DNSSEC key cache misses." + ::= { ltmDnsCacheStatEntry 26 } + +ltmDnsCacheStatKeyInserts OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of DNSSEC key cache inserts." + ::= { ltmDnsCacheStatEntry 27 } + +ltmDnsCacheStatKeyUpdates OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of DNSSEC key cache updates." + ::= { ltmDnsCacheStatEntry 28 } + +ltmDnsCacheStatKeyEvictions OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of DNSSEC key cache evictions." + ::= { ltmDnsCacheStatEntry 29 } + +ltmDnsCacheStatUdpBytesIn OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of UDP bytes received for resolution." + ::= { ltmDnsCacheStatEntry 30 } + +ltmDnsCacheStatUdpBytesOut OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of UDP bytes sent for resolution." + ::= { ltmDnsCacheStatEntry 31 } + +ltmDnsCacheStatUdpPktsIn OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of UDP packets received for resolution." + ::= { ltmDnsCacheStatEntry 32 } + +ltmDnsCacheStatUdpPktsOut OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of UDP packets sent for resolution." + ::= { ltmDnsCacheStatEntry 33 } + +ltmDnsCacheStatUdpCurConns OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of current UDP connections for resolution." + ::= { ltmDnsCacheStatEntry 34 } + +ltmDnsCacheStatUdpMaxConns OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of maximum UDP connections for resolution." + ::= { ltmDnsCacheStatEntry 35 } + +ltmDnsCacheStatUdpTotConns OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of UDP connections for resolution." + ::= { ltmDnsCacheStatEntry 36 } + +ltmDnsCacheStatTcpBytesIn OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of TCP bytes received for resolution." + ::= { ltmDnsCacheStatEntry 37 } + +ltmDnsCacheStatTcpBytesOut OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of TCP bytes sent for resolution." + ::= { ltmDnsCacheStatEntry 38 } + +ltmDnsCacheStatTcpPktsIn OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of TCP packets received for resolution." + ::= { ltmDnsCacheStatEntry 39 } + +ltmDnsCacheStatTcpPktsOut OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of TCP packets sent for resolution." + ::= { ltmDnsCacheStatEntry 40 } + +ltmDnsCacheStatTcpCurConns OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of current TCP connections for resolution." + ::= { ltmDnsCacheStatEntry 41 } + +ltmDnsCacheStatTcpMaxConns OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of maximum TCP connections for resolution." + ::= { ltmDnsCacheStatEntry 42 } + +ltmDnsCacheStatTcpTotConns OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of TCP connections for resolution." + ::= { ltmDnsCacheStatEntry 43 } + +ltmDnsCacheStatUnsolicitedReplies OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of replies received to queries that were + never sent." + ::= { ltmDnsCacheStatEntry 44 } + +ltmDnsCacheStatSecUnchecked OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of DNSSEC unchecked responses." + ::= { ltmDnsCacheStatEntry 45 } + +ltmDnsCacheStatSecBogus OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of DNSSEC bogus responses." + ::= { ltmDnsCacheStatEntry 46 } + +ltmDnsCacheStatSecIndeterminate OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of DNSSEC indeterminate responses." + ::= { ltmDnsCacheStatEntry 47 } + +ltmDnsCacheStatSecInsecure OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of DNSSEC insecure responses." + ::= { ltmDnsCacheStatEntry 48 } + +ltmDnsCacheStatSecSecure OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of DNSSEC secure responses." + ::= { ltmDnsCacheStatEntry 49 } + +ltmDnsCacheStatFwdQueries OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of forward queries received." + ::= { ltmDnsCacheStatEntry 50 } + +ltmDnsCacheStatFwdResponses OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of forward responses sent." + ::= { ltmDnsCacheStatEntry 51 } + +ltmDnsCacheStatRpzRewrites OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of queries rewritten due to response policy." + ::= { ltmDnsCacheStatEntry 52 } + +--================================================================== +-- Profile_dns_stat +--================================================================== +ltmDnsProfileStatResetStats OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "The action to reset resettable statistics data in ltmDnsProfileStat. + Setting this value to 1 will reset statistics data. + Note, some statistics data may not be reset including data that are incremental counters." + ::= { ltmDnsProfileStat 1 } + +ltmDnsProfileStatNumber OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of ltmDnsProfileStat entries in the table." + ::= { ltmDnsProfileStat 2 } + +ltmDnsProfileStatTable OBJECT-TYPE + SYNTAX SEQUENCE OF LtmDnsProfileStatEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A table containing statistics information for DNS profiles." + ::= { ltmDnsProfileStat 3 } + +ltmDnsProfileStatEntry OBJECT-TYPE + SYNTAX LtmDnsProfileStatEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Columns in the ltmDnsProfileStat Table" + INDEX { + ltmDnsProfileStatName + } + ::= { ltmDnsProfileStatTable 1 } + +LtmDnsProfileStatEntry ::= + SEQUENCE { + ltmDnsProfileStatName LongDisplayString, + ltmDnsProfileStatQueries Counter64, + ltmDnsProfileStatResponses Counter64, + ltmDnsProfileStatResponsesPerSec Counter64, + ltmDnsProfileStatToGtm Counter64, + ltmDnsProfileStatDnsExpressReqs Counter64, + ltmDnsProfileStatDnsExpressNotifies Counter64, + ltmDnsProfileStatToCache Counter64, + ltmDnsProfileStatToDns Counter64, + ltmDnsProfileStatDns64Reqs Counter64, + ltmDnsProfileStatDns64Rewrites Counter64, + ltmDnsProfileStatDns64Failures Counter64, + ltmDnsProfileStatHints Counter64, + ltmDnsProfileStatRejects Counter64, + ltmDnsProfileStatNoErrors Counter64, + ltmDnsProfileStatDrops Counter64, + ltmDnsProfileStatMalformed Counter64, + ltmDnsProfileStatTclSuspends Counter64, + ltmDnsProfileStatRecursionDesired Counter64, + ltmDnsProfileStatCheckingDisabled Counter64, + ltmDnsProfileStatEdns0 Counter64, + ltmDnsProfileStatOpcodeQuery Counter64, + ltmDnsProfileStatOpcodeNotify Counter64, + ltmDnsProfileStatOpcodeUpdate Counter64, + ltmDnsProfileStatZoneIxfr Counter64, + ltmDnsProfileStatZoneAxfr Counter64, + ltmDnsProfileStatAuthoritativeAnswer Counter64, + ltmDnsProfileStatRecursionAvailable Counter64, + ltmDnsProfileStatAuthenticatedData Counter64, + ltmDnsProfileStatTruncated Counter64, + ltmDnsProfileStatRcodeNoerror Counter64, + ltmDnsProfileStatRcodeNxdomain Counter64, + ltmDnsProfileStatRcodeServfail Counter64, + ltmDnsProfileStatRcodeRefused Counter64, + ltmDnsProfileStatMalicious Counter64, + ltmDnsProfileStatAReqs Counter64, + ltmDnsProfileStatAaaaReqs Counter64, + ltmDnsProfileStatAnyReqs Counter64, + ltmDnsProfileStatCnameReqs Counter64, + ltmDnsProfileStatMxReqs Counter64, + ltmDnsProfileStatNsReqs Counter64, + ltmDnsProfileStatPtrReqs Counter64, + ltmDnsProfileStatSoaReqs Counter64, + ltmDnsProfileStatSrvReqs Counter64, + ltmDnsProfileStatTxtReqs Counter64, + ltmDnsProfileStatOtherReqs Counter64, + ltmDnsProfileStatDnsEffectiveRateLimit Counter64, + ltmDnsProfileStatDnsConfiguredObjects Counter64, + ltmDnsProfileStatDnsRateRejectedRequests Counter64, + ltmDnsProfileStatGtmEffectiveRateLimit Counter64, + ltmDnsProfileStatGtmConfiguredObjects Counter64, + ltmDnsProfileStatGtmRateRejectedRequests Counter64, + ltmDnsProfileStatGtmRewrites Counter64, + ltmDnsProfileStatOpcodeOther Counter64, + ltmDnsProfileStatFastDnsQueries Counter64, + ltmDnsProfileStatFastDnsResponses Counter64, + ltmDnsProfileStatFastDnsAllowed Counter64, + ltmDnsProfileStatFastDnsDrops Counter64, + ltmDnsProfileStatFastDnsRespTc Counter64, + ltmDnsProfileStatFastDnsRespNx Counter64, + ltmDnsProfileStatFastDnsRespNe Counter64, + ltmDnsProfileStatFastDnsRespRf Counter64, + ltmDnsProfileStatHwMalformed Counter64, + ltmDnsProfileStatHwInspected Counter64, + ltmDnsProfileStatHwCacheLookups Counter64, + ltmDnsProfileStatHwCacheResponses Counter64, + ltmDnsProfileStatNaptrReqs Counter64, + ltmDnsProfileStatRcodeBadvers Counter64, + ltmDnsProfileStatFastDnsRespBvers Counter64 + } + +ltmDnsProfileStatName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of a DNS profile." + ::= { ltmDnsProfileStatEntry 1 } + +ltmDnsProfileStatQueries OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of DNS queries." + ::= { ltmDnsProfileStatEntry 2 } + +ltmDnsProfileStatResponses OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of DNS responses." + ::= { ltmDnsProfileStatEntry 3 } + +ltmDnsProfileStatResponsesPerSec OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The average number of DNS responses per second." + ::= { ltmDnsProfileStatEntry 4 } + +ltmDnsProfileStatToGtm OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of requests sent to GTM." + ::= { ltmDnsProfileStatEntry 5 } + +ltmDnsProfileStatDnsExpressReqs OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of DNS Express requests." + ::= { ltmDnsProfileStatEntry 6 } + +ltmDnsProfileStatDnsExpressNotifies OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of DNS Express notifies." + ::= { ltmDnsProfileStatEntry 7 } + +ltmDnsProfileStatToCache OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of requests sent to the DNS cache." + ::= { ltmDnsProfileStatEntry 8 } + +ltmDnsProfileStatToDns OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of requests sent to backend DNS." + ::= { ltmDnsProfileStatEntry 9 } + +ltmDnsProfileStatDns64Reqs OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of A requests the system generated and sent." + ::= { ltmDnsProfileStatEntry 10 } + +ltmDnsProfileStatDns64Rewrites OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of A responses translated to AAAA." + ::= { ltmDnsProfileStatEntry 11 } + +ltmDnsProfileStatDns64Failures OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of unsuccessful AAAA requests." + ::= { ltmDnsProfileStatEntry 12 } + +ltmDnsProfileStatHints OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of hint (Root Nameservers) responses sent." + ::= { ltmDnsProfileStatEntry 13 } + +ltmDnsProfileStatRejects OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of reject (REFUSED) responses sent." + ::= { ltmDnsProfileStatEntry 14 } + +ltmDnsProfileStatNoErrors OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of NOERROR responses sent." + ::= { ltmDnsProfileStatEntry 15 } + +ltmDnsProfileStatDrops OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of packets dropped (not sent to GTM, DNS-Express, DNSSEC, + DNS64, or Backend DNS (e.g. BIND))." + ::= { ltmDnsProfileStatEntry 16 } + +ltmDnsProfileStatMalformed OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of malformed packets received." + ::= { ltmDnsProfileStatEntry 17 } + +ltmDnsProfileStatTclSuspends OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of TCL suspends." + ::= { ltmDnsProfileStatEntry 18 } + +ltmDnsProfileStatRecursionDesired OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of queries with RD bit set." + ::= { ltmDnsProfileStatEntry 19 } + +ltmDnsProfileStatCheckingDisabled OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of queries with CD bit set." + ::= { ltmDnsProfileStatEntry 20 } + +ltmDnsProfileStatEdns0 OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of queries with EDNS0 bit set." + ::= { ltmDnsProfileStatEntry 21 } + +ltmDnsProfileStatOpcodeQuery OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of queries whose operation code is QUERY." + ::= { ltmDnsProfileStatEntry 22 } + +ltmDnsProfileStatOpcodeNotify OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of queries whose operation code is NOTIFY." + ::= { ltmDnsProfileStatEntry 23 } + +ltmDnsProfileStatOpcodeUpdate OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of queries whose operation code is UPDATE." + ::= { ltmDnsProfileStatEntry 24 } + +ltmDnsProfileStatZoneIxfr OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of queries whose question type is IXFR." + ::= { ltmDnsProfileStatEntry 25 } + +ltmDnsProfileStatZoneAxfr OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of queries whose question type is AXFR." + ::= { ltmDnsProfileStatEntry 26 } + +ltmDnsProfileStatAuthoritativeAnswer OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of responses with AA bit set." + ::= { ltmDnsProfileStatEntry 27 } + +ltmDnsProfileStatRecursionAvailable OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of responses with RA bit set." + ::= { ltmDnsProfileStatEntry 28 } + +ltmDnsProfileStatAuthenticatedData OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of responses with AD bit set." + ::= { ltmDnsProfileStatEntry 29 } + +ltmDnsProfileStatTruncated OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of responses with TC bit set." + ::= { ltmDnsProfileStatEntry 30 } + +ltmDnsProfileStatRcodeNoerror OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of responses whose return code is NOERROR." + ::= { ltmDnsProfileStatEntry 31 } + +ltmDnsProfileStatRcodeNxdomain OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of responses whose return code is NXDOMAIN." + ::= { ltmDnsProfileStatEntry 32 } + +ltmDnsProfileStatRcodeServfail OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of responses whose return code is SERVFAIL." + ::= { ltmDnsProfileStatEntry 33 } + +ltmDnsProfileStatRcodeRefused OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of responses whose return code is REFUSED." + ::= { ltmDnsProfileStatEntry 34 } + +ltmDnsProfileStatMalicious OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of malicious packets received." + ::= { ltmDnsProfileStatEntry 35 } + +ltmDnsProfileStatAReqs OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of A query packets received." + ::= { ltmDnsProfileStatEntry 36 } + +ltmDnsProfileStatAaaaReqs OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of AAAA query packets received." + ::= { ltmDnsProfileStatEntry 37 } + +ltmDnsProfileStatAnyReqs OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of ANY type query packets received." + ::= { ltmDnsProfileStatEntry 38 } + +ltmDnsProfileStatCnameReqs OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of CNAME query packets received." + ::= { ltmDnsProfileStatEntry 39 } + +ltmDnsProfileStatMxReqs OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of MX query packets received." + ::= { ltmDnsProfileStatEntry 40 } + +ltmDnsProfileStatNsReqs OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of NS query packets received." + ::= { ltmDnsProfileStatEntry 41 } + +ltmDnsProfileStatPtrReqs OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of PTR query packets received." + ::= { ltmDnsProfileStatEntry 42 } + +ltmDnsProfileStatSoaReqs OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of SOA query packets received." + ::= { ltmDnsProfileStatEntry 43 } + +ltmDnsProfileStatSrvReqs OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of SRV query packets received." + ::= { ltmDnsProfileStatEntry 44 } + +ltmDnsProfileStatTxtReqs OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of TXT query packets received." + ::= { ltmDnsProfileStatEntry 45 } + +ltmDnsProfileStatOtherReqs OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of uncategorized DNS packets received." + ::= { ltmDnsProfileStatEntry 46 } + +ltmDnsProfileStatDnsEffectiveRateLimit OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The DNS services effective request rate limit." + ::= { ltmDnsProfileStatEntry 47 } + +ltmDnsProfileStatDnsConfiguredObjects OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! + DNS services objects are no longer counted, nor does the number of + DNS services configured objects affect the licensed rate." + ::= { ltmDnsProfileStatEntry 48 } + +ltmDnsProfileStatDnsRateRejectedRequests OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of DNS services requests rejected due to rate limiter action." + ::= { ltmDnsProfileStatEntry 49 } + +ltmDnsProfileStatGtmEffectiveRateLimit OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! + The GTM request rate no longer has its own licensed limit." + ::= { ltmDnsProfileStatEntry 50 } + +ltmDnsProfileStatGtmConfiguredObjects OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! + GTM services objects are no longer counted, nor does the number of + GTM services configured objects affect the licensed rate." + ::= { ltmDnsProfileStatEntry 51 } + +ltmDnsProfileStatGtmRateRejectedRequests OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! + The GTM request rate no longer has its own licensed limit." + ::= { ltmDnsProfileStatEntry 52 } + +ltmDnsProfileStatGtmRewrites OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of responses modified by GTM." + ::= { ltmDnsProfileStatEntry 53 } + +ltmDnsProfileStatOpcodeOther OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of queries whose operation code is uncategorized." + ::= { ltmDnsProfileStatEntry 54 } + +ltmDnsProfileStatFastDnsQueries OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of queries handled by DNS Rapid Response." + ::= { ltmDnsProfileStatEntry 55 } + +ltmDnsProfileStatFastDnsResponses OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of responses returned by DNS Rapid Response." + ::= { ltmDnsProfileStatEntry 56 } + +ltmDnsProfileStatFastDnsAllowed OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of non-matched queries passing through DNS Rapid Response." + ::= { ltmDnsProfileStatEntry 57 } + +ltmDnsProfileStatFastDnsDrops OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of non-matching queries dropped by DNS Rapid Response." + ::= { ltmDnsProfileStatEntry 58 } + +ltmDnsProfileStatFastDnsRespTc OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of non-matching queries resulting in a truncated response by DNS Rapid Response." + ::= { ltmDnsProfileStatEntry 59 } + +ltmDnsProfileStatFastDnsRespNx OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of non-matching queries resulting in a NXDOMAIN response by DNS Rapid Response." + ::= { ltmDnsProfileStatEntry 60 } + +ltmDnsProfileStatFastDnsRespNe OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of non-matching queries resulting in a No-Data response by DNS Rapid Response." + ::= { ltmDnsProfileStatEntry 61 } + +ltmDnsProfileStatFastDnsRespRf OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of non-matching queries resulting in a REFUSED response by DNS Rapid Response." + ::= { ltmDnsProfileStatEntry 62 } + +ltmDnsProfileStatHwMalformed OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of DNS queries determined to be malformed by hardware." + ::= { ltmDnsProfileStatEntry 63 } + +ltmDnsProfileStatHwInspected OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of DNS queries inspected by hardware." + ::= { ltmDnsProfileStatEntry 64 } + +ltmDnsProfileStatHwCacheLookups OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of DNS query match attempts in the hardware response cache." + ::= { ltmDnsProfileStatEntry 65 } + +ltmDnsProfileStatHwCacheResponses OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of DNS responses returned from hardware response cache" + ::= { ltmDnsProfileStatEntry 66 } + +ltmDnsProfileStatNaptrReqs OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of NAPTR query packets received." + ::= { ltmDnsProfileStatEntry 67 } + +ltmDnsProfileStatRcodeBadvers OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of responses whose return code is BADVERS." + ::= { ltmDnsProfileStatEntry 68 } + +ltmDnsProfileStatFastDnsRespBvers OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of queries resulting in a BADVERS response by DNS Rapid Response." + ::= { ltmDnsProfileStatEntry 69 } + +--================================================================== +-- Profile_dos +--================================================================== +ltmDosProfileNumber OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of ltmDosProfile entries in the table." + ::= { ltmDosProfile 1 } + +ltmDosProfileTable OBJECT-TYPE + SYNTAX SEQUENCE OF LtmDosProfileEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A table containing information of DoS profile." + ::= { ltmDosProfile 2 } + +ltmDosProfileEntry OBJECT-TYPE + SYNTAX LtmDosProfileEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Columns in the ltmDosProfile Table" + INDEX { + ltmDosProfileName + } + ::= { ltmDosProfileTable 1 } + +LtmDosProfileEntry ::= + SEQUENCE { + ltmDosProfileName LongDisplayString, + ltmDosProfileConfigSource INTEGER, + ltmDosProfileDefaultName LongDisplayString + } + +ltmDosProfileName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of a DoS profile." + ::= { ltmDosProfileEntry 1 } + +ltmDosProfileConfigSource OBJECT-TYPE + SYNTAX INTEGER { + usercfg(0), + basecfg(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The state that specifies whether this is a base/pre-configured profile + or user defined profile." + ::= { ltmDosProfileEntry 2 } + +ltmDosProfileDefaultName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of the profile from which the specified profile derives + its attribute default values." + ::= { ltmDosProfileEntry 3 } + +--================================================================== +-- Dos_application +--================================================================== +ltmDosApplicationNumber OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of ltmDosApplication entries in the table." + ::= { ltmDosApplication 1 } + +ltmDosApplicationTable OBJECT-TYPE + SYNTAX SEQUENCE OF LtmDosApplicationEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A table containing information of DoS profile Application Security." + ::= { ltmDosApplication 2 } + +ltmDosApplicationEntry OBJECT-TYPE + SYNTAX LtmDosApplicationEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Columns in the ltmDosApplication Table" + INDEX { + ltmDosApplicationProfileName, + ltmDosApplicationName + } + ::= { ltmDosApplicationTable 1 } + +LtmDosApplicationEntry ::= + SEQUENCE { + ltmDosApplicationProfileName LongDisplayString, + ltmDosApplicationName LongDisplayString, + ltmDosApplicationTriggerIrule INTEGER, + ltmDosApplicationTpsBasedMode INTEGER, + ltmDosApplicationLatencyBasedMode INTEGER, + ltmDosApplicationTpsBasedIpClientSideDefense INTEGER, + ltmDosApplicationTpsBasedUrlClientSideDefense INTEGER, + ltmDosApplicationTpsBasedIpRateLimiting INTEGER, + ltmDosApplicationTpsBasedUrlRateLimiting INTEGER, + ltmDosApplicationTpsBasedIpTpsIncreaseRate Gauge, + ltmDosApplicationTpsBasedIpMaximumTps Gauge, + ltmDosApplicationTpsBasedIpMinimumTps Gauge, + ltmDosApplicationTpsBasedUrlTpsIncreaseRate Gauge, + ltmDosApplicationTpsBasedUrlMaximumTps Gauge, + ltmDosApplicationTpsBasedUrlMinimumTps Gauge, + ltmDosApplicationTpsBasedMaximumPreventionDuration Gauge, + ltmDosApplicationLatencyIncreaseRate Gauge, + ltmDosApplicationMaximumLatency Gauge, + ltmDosApplicationMinimumLatency Gauge, + ltmDosApplicationLatencyBasedIpClientSideDefense INTEGER, + ltmDosApplicationLatencyBasedUrlClientSideDefense INTEGER, + ltmDosApplicationLatencyBasedIpRateLimiting INTEGER, + ltmDosApplicationLatencyBasedUrlRateLimiting INTEGER, + ltmDosApplicationLatencyBasedIpTpsIncreaseRate Gauge, + ltmDosApplicationLatencyBasedIpMaximumTps Gauge, + ltmDosApplicationLatencyBasedIpMinimumTps Gauge, + ltmDosApplicationLatencyBasedUrlTpsIncreaseRate Gauge, + ltmDosApplicationLatencyBasedUrlMaximumTps Gauge, + ltmDosApplicationLatencyBasedUrlMinimumTps Gauge, + ltmDosApplicationLatencyBasedMaximumPreventionDuration Gauge, + ltmDosApplicationTpsBasedSiteClientSideDefense INTEGER, + ltmDosApplicationTpsBasedSiteRateLimiting INTEGER, + ltmDosApplicationTpsBasedSiteTpsIncreaseRate Gauge, + ltmDosApplicationTpsBasedSiteMaximumTps Gauge, + ltmDosApplicationTpsBasedSiteMinimumTps Gauge, + ltmDosApplicationTpsBasedEscalationPeriod Gauge, + ltmDosApplicationTpsBasedDeEscalationPeriod Gauge, + ltmDosApplicationLatencyBasedSiteClientSideDefense INTEGER, + ltmDosApplicationLatencyBasedSiteRateLimiting INTEGER, + ltmDosApplicationLatencyBasedSiteTpsIncreaseRate Gauge, + ltmDosApplicationLatencyBasedSiteMaximumTps Gauge, + ltmDosApplicationLatencyBasedSiteMinimumTps Gauge, + ltmDosApplicationLatencyBasedEscalationPeriod Gauge, + ltmDosApplicationLatencyBasedDeEscalationPeriod Gauge, + ltmDosApplicationHeavyUrlProtection INTEGER, + ltmDosApplicationHeavyUrlAutomaticDetection INTEGER, + ltmDosApplicationHeavyUrlLatencyThreshold Gauge + } + +ltmDosApplicationProfileName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of a DoS profile." + ::= { ltmDosApplicationEntry 1 } + +ltmDosApplicationName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The dummy name of enabled Application Security on this profile." + ::= { ltmDosApplicationEntry 2 } + +ltmDosApplicationTriggerIrule OBJECT-TYPE + SYNTAX INTEGER { + false(0), + true(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The state indicating whether Application DoS iRule event is triggered or not." + ::= { ltmDosApplicationEntry 3 } + +ltmDosApplicationTpsBasedMode OBJECT-TYPE + SYNTAX INTEGER { + off(0), + transparent(1), + blocking(2) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The operation mode of TPS-based anomaly detection ." + ::= { ltmDosApplicationEntry 4 } + +ltmDosApplicationLatencyBasedMode OBJECT-TYPE + SYNTAX INTEGER { + off(0), + transparent(1), + blocking(2) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The operation mode of Latency-based anomaly detection." + ::= { ltmDosApplicationEntry 5 } + +ltmDosApplicationTpsBasedIpClientSideDefense OBJECT-TYPE + SYNTAX INTEGER { + false(0), + true(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The state indicating whether Source IP-based client side integrity defense in TPS-based anomaly is enabled or not." + ::= { ltmDosApplicationEntry 6 } + +ltmDosApplicationTpsBasedUrlClientSideDefense OBJECT-TYPE + SYNTAX INTEGER { + false(0), + true(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The state indicating whether URL-based client side integrity defense in TPS-based anomaly is enabled or not." + ::= { ltmDosApplicationEntry 7 } + +ltmDosApplicationTpsBasedIpRateLimiting OBJECT-TYPE + SYNTAX INTEGER { + false(0), + true(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The state indicating whether Source IP-based rate limiting in TPS-based anomaly is enabled or not." + ::= { ltmDosApplicationEntry 8 } + +ltmDosApplicationTpsBasedUrlRateLimiting OBJECT-TYPE + SYNTAX INTEGER { + false(0), + true(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The state indicating whether URL-based rate limiting in TPS-based anomaly is enabled or not." + ::= { ltmDosApplicationEntry 9 } + +ltmDosApplicationTpsBasedIpTpsIncreaseRate OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The value that specifies the percentage by which TPS increased in IP detection criteria of TPS-based anomaly. + It is only used when Source IP-based client side integrity defense and/or rate limiting are enabled in TPS-based anomaly, otherwise ignored." + ::= { ltmDosApplicationEntry 10 } + +ltmDosApplicationTpsBasedIpMaximumTps OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The value that specifies the amount which TPS reached in IP detection criteria of TPS-based anomaly. + It is only used when Source IP-based client side integrity defense and/or rate limiting are enabled in TPS-based anomaly, otherwise ignored." + ::= { ltmDosApplicationEntry 11 } + +ltmDosApplicationTpsBasedIpMinimumTps OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The value that specifies the minimum TPS threshold for detection in IP detection criteria of TPS-based anomaly. + It is only used when Source IP-based client side integrity defense and/or rate limiting are enabled in TPS-based anomaly, otherwise ignored." + ::= { ltmDosApplicationEntry 12 } + +ltmDosApplicationTpsBasedUrlTpsIncreaseRate OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The value that specifies the percentage by which TPS increased in URL detection criteria of TPS-based anomaly. + It is only used when URL-based client side integrity defense and/or rate limiting are enabled in TPS-based anomaly, otherwise ignored." + ::= { ltmDosApplicationEntry 13 } + +ltmDosApplicationTpsBasedUrlMaximumTps OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The value that specifies the amount which TPS reached in URL detection criteria of TPS-based anomaly. + It is only used when URL-based client side integrity defense and/or rate limiting are enabled in TPS-based anomaly, otherwise ignored." + ::= { ltmDosApplicationEntry 14 } + +ltmDosApplicationTpsBasedUrlMinimumTps OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The value that specifies the minimum TPS threshold for detection in URL detection criteria of TPS-based anomaly. + It is only used when URL-based client side integrity defense and/or rate limiting are enabled in TPS-based anomaly, otherwise ignored." + ::= { ltmDosApplicationEntry 15 } + +ltmDosApplicationTpsBasedMaximumPreventionDuration OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! Replaced by ltmDosApplicationTpsBasedEscalationPeriod and ltmDosApplicationTpsBasedDeescalationPeriod. + The value that specifies the maximum prevention duration (in seconds) in TPS-based anomaly. 0 for unlimited." + ::= { ltmDosApplicationEntry 16 } + +ltmDosApplicationLatencyIncreaseRate OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The value that specifies the percentage by which latency increased in detection criteria of Latency-based anomaly." + ::= { ltmDosApplicationEntry 17 } + +ltmDosApplicationMaximumLatency OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The value that specifies the amount which latency reached (in milliseconds) in detection criteria of Latency-based anomaly." + ::= { ltmDosApplicationEntry 18 } + +ltmDosApplicationMinimumLatency OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The value that specifies the minimum latency threshold for detection (in milliseconds) in detection criteria of Latency-based anomaly." + ::= { ltmDosApplicationEntry 19 } + +ltmDosApplicationLatencyBasedIpClientSideDefense OBJECT-TYPE + SYNTAX INTEGER { + false(0), + true(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The state indicating whether Source IP-based client side integrity defense in Latency-based anomaly is enabled or not." + ::= { ltmDosApplicationEntry 20 } + +ltmDosApplicationLatencyBasedUrlClientSideDefense OBJECT-TYPE + SYNTAX INTEGER { + false(0), + true(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The state indicating whether URL-based client side integrity defense in Latency-based anomaly is enabled or not." + ::= { ltmDosApplicationEntry 21 } + +ltmDosApplicationLatencyBasedIpRateLimiting OBJECT-TYPE + SYNTAX INTEGER { + false(0), + true(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The state indicating whether Source IP-based rate limiting in Latency-based anomaly is enabled or not." + ::= { ltmDosApplicationEntry 22 } + +ltmDosApplicationLatencyBasedUrlRateLimiting OBJECT-TYPE + SYNTAX INTEGER { + false(0), + true(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The state indicating whether URL-based rate limiting in Latency-based anomaly is enabled or not." + ::= { ltmDosApplicationEntry 23 } + +ltmDosApplicationLatencyBasedIpTpsIncreaseRate OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The value that specifies the percentage by which TPS increased in suspicious IP criteria of Latency-based anomaly. + It is only used when Source IP-based client side integrity defense and/or rate limiting are enabled in Latency-based anomaly, otherwise ignored." + ::= { ltmDosApplicationEntry 24 } + +ltmDosApplicationLatencyBasedIpMaximumTps OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The value that specifies the amount which TPS reached in suspicious IP criteria of Latency-based anomaly. + It is only used when Source IP-based client side integrity defense and/or rate limiting are enabled in Latency-based anomaly, otherwise ignored." + ::= { ltmDosApplicationEntry 25 } + +ltmDosApplicationLatencyBasedIpMinimumTps OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The value that specifies the minimum TPS threshold for detection in suspicious IP criteria of Latency-based anomaly. + It is only used when Source IP-based client side integrity defense and/or rate limiting are enabled in Latency-based anomaly, otherwise ignored." + ::= { ltmDosApplicationEntry 26 } + +ltmDosApplicationLatencyBasedUrlTpsIncreaseRate OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The value that specifies the percentage by which TPS increased in suspicious URL criteria of Latency-based anomaly. + It is only used when URL-based client side integrity defense and/or rate limiting are enabled in Latency-based anomaly, otherwise ignored." + ::= { ltmDosApplicationEntry 27 } + +ltmDosApplicationLatencyBasedUrlMaximumTps OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The value that specifies the amount which TPS reached in suspicious URL criteria of Latency-based anomaly. + It is only used when URL-based client side integrity defense and/or rate limiting are enabled in Latency-based anomaly, otherwise ignored." + ::= { ltmDosApplicationEntry 28 } + +ltmDosApplicationLatencyBasedUrlMinimumTps OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The value that specifies the minimum TPS threshold for detection in suspicious URL criteria of Latency-based anomaly. + It is only used when URL-based client side integrity defense and/or rate limiting are enabled in Latency-based anomaly, otherwise ignored." + ::= { ltmDosApplicationEntry 29 } + +ltmDosApplicationLatencyBasedMaximumPreventionDuration OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! Replaced by ltmDosApplicationLatencyBasedEscalationPeriod and ltmDosApplicationLatencyBasedDeescalationPeriod. + The value that specifies the maximum prevention duration (in seconds) in Latency-based anomaly. 0 for unlimited." + ::= { ltmDosApplicationEntry 30 } + +ltmDosApplicationTpsBasedSiteClientSideDefense OBJECT-TYPE + SYNTAX INTEGER { + false(0), + true(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The state indicating whether Site-wide client side integrity defense in TPS-based anomaly is enabled or not." + ::= { ltmDosApplicationEntry 31 } + +ltmDosApplicationTpsBasedSiteRateLimiting OBJECT-TYPE + SYNTAX INTEGER { + false(0), + true(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The state indicating whether Site-wide rate limiting in TPS-based anomaly is enabled or not." + ::= { ltmDosApplicationEntry 32 } + +ltmDosApplicationTpsBasedSiteTpsIncreaseRate OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The value that specifies the percentage by which TPS increased in Site-wide detection criteria of TPS-based anomaly. + It is only used when Site-wide client side integrity defense and/or rate limiting are enabled in TPS-based anomaly, otherwise ignored." + ::= { ltmDosApplicationEntry 33 } + +ltmDosApplicationTpsBasedSiteMaximumTps OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The value that specifies the amount which TPS reached in Site-wide detection criteria of TPS-based anomaly. + It is only used when Site-wide client side integrity defense and/or rate limiting are enabled in TPS-based anomaly, otherwise ignored." + ::= { ltmDosApplicationEntry 34 } + +ltmDosApplicationTpsBasedSiteMinimumTps OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The value that specifies the minimum TPS threshold for detection in Site-wide detection criteria of TPS-based anomaly. + It is only used when Site-wide client side integrity defense and/or rate limiting are enabled in TPS-based anomaly, otherwise ignored." + ::= { ltmDosApplicationEntry 35 } + +ltmDosApplicationTpsBasedEscalationPeriod OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The value that specifies the escalation period (in seconds) in TPS-based anomaly." + ::= { ltmDosApplicationEntry 36 } + +ltmDosApplicationTpsBasedDeEscalationPeriod OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The value that specifies the de-escalation period (in seconds) in TPS-based anomaly." + ::= { ltmDosApplicationEntry 37 } + +ltmDosApplicationLatencyBasedSiteClientSideDefense OBJECT-TYPE + SYNTAX INTEGER { + false(0), + true(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The state indicating whether Site-wide client side integrity defense in Latency-based anomaly is enabled or not." + ::= { ltmDosApplicationEntry 38 } + +ltmDosApplicationLatencyBasedSiteRateLimiting OBJECT-TYPE + SYNTAX INTEGER { + false(0), + true(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The state indicating whether Site-wide rate limiting in Latency-based anomaly is enabled or not." + ::= { ltmDosApplicationEntry 39 } + +ltmDosApplicationLatencyBasedSiteTpsIncreaseRate OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The value that specifies the percentage by which TPS increased in suspicious Site-wide criteria of Latency-based anomaly. + It is only used when Site-wide client side integrity defense and/or rate limiting are enabled in Latency-based anomaly, otherwise ignored." + ::= { ltmDosApplicationEntry 40 } + +ltmDosApplicationLatencyBasedSiteMaximumTps OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The value that specifies the amount which TPS reached in suspicious Site-wide criteria of Latency-based anomaly. + It is only used when Site-wide client side integrity defense and/or rate limiting are enabled in Latency-based anomaly, otherwise ignored." + ::= { ltmDosApplicationEntry 41 } + +ltmDosApplicationLatencyBasedSiteMinimumTps OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The value that specifies the minimum TPS threshold for detection in suspicious Site-wide criteria of Latency-based anomaly. + It is only used when Site-wide client side integrity defense and/or rate limiting are enabled in Latency-based anomaly, otherwise ignored." + ::= { ltmDosApplicationEntry 42 } + +ltmDosApplicationLatencyBasedEscalationPeriod OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The value that specifies the escalation period (in seconds) in Latency-based anomaly." + ::= { ltmDosApplicationEntry 43 } + +ltmDosApplicationLatencyBasedDeEscalationPeriod OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The value that specifies the de-escalation period (in seconds) in Latency-based anomaly." + ::= { ltmDosApplicationEntry 44 } + +ltmDosApplicationHeavyUrlProtection OBJECT-TYPE + SYNTAX INTEGER { + false(0), + true(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The state indicating whether heavy URL protection is enabled or not." + ::= { ltmDosApplicationEntry 45 } + +ltmDosApplicationHeavyUrlAutomaticDetection OBJECT-TYPE + SYNTAX INTEGER { + false(0), + true(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The state indicating whether automatic heavy URL detection is enabled or not." + ::= { ltmDosApplicationEntry 46 } + +ltmDosApplicationHeavyUrlLatencyThreshold OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The value that specifies the latency threshold for automatic heavy URL detection (in milliseconds)." + ::= { ltmDosApplicationEntry 47 } + +--================================================================== +-- Dos_white_ip +--================================================================== +ltmDosWhiteIpNumber OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of ltmDosWhiteIp entries in the table." + ::= { ltmDosWhiteIp 1 } + +ltmDosWhiteIpTable OBJECT-TYPE + SYNTAX SEQUENCE OF LtmDosWhiteIpEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A table containing information of DoS profile Application Security IP address whitelist." + ::= { ltmDosWhiteIp 2 } + +ltmDosWhiteIpEntry OBJECT-TYPE + SYNTAX LtmDosWhiteIpEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Columns in the ltmDosWhiteIp Table" + INDEX { + ltmDosWhiteIpParentProfile, + ltmDosWhiteIpParentName, + ltmDosWhiteIpAddressType, + ltmDosWhiteIpAddress, + ltmDosWhiteIpNetmaskType, + ltmDosWhiteIpNetmask + } + ::= { ltmDosWhiteIpTable 1 } + +LtmDosWhiteIpEntry ::= + SEQUENCE { + ltmDosWhiteIpParentProfile LongDisplayString, + ltmDosWhiteIpParentName LongDisplayString, + ltmDosWhiteIpAddressType InetAddressType, + ltmDosWhiteIpAddress InetAddress, + ltmDosWhiteIpNetmaskType InetAddressType, + ltmDosWhiteIpNetmask InetAddress + } + +ltmDosWhiteIpParentProfile OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of a DoS profile." + ::= { ltmDosWhiteIpEntry 1 } + +ltmDosWhiteIpParentName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The dummy name of enabled Application Security on this profile." + ::= { ltmDosWhiteIpEntry 2 } + +ltmDosWhiteIpAddressType OBJECT-TYPE + SYNTAX InetAddressType + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The IP address type of ltmDosWhiteIpAddress" + ::= { ltmDosWhiteIpEntry 3 } + +ltmDosWhiteIpAddress OBJECT-TYPE + SYNTAX InetAddress + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The IP address in the whitelist of the specified DoS profile with Application Security. + It is interpreted within the context of a ltmDosWhiteIpAddressType value." + ::= { ltmDosWhiteIpEntry 4 } + +ltmDosWhiteIpNetmaskType OBJECT-TYPE + SYNTAX InetAddressType + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The IP address type of ltmDosWhiteIpNetmask" + ::= { ltmDosWhiteIpEntry 5 } + +ltmDosWhiteIpNetmask OBJECT-TYPE + SYNTAX InetAddress + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The subnet mask associated with the specified Application DoS profile whitelist IP address. + It is interpreted within the context of a ltmDosWhiteIpNetmaskType value." + ::= { ltmDosWhiteIpEntry 6 } + +--================================================================== +-- Dns_security +--================================================================== +ltmDnsSecurityNumber OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of ltmDnsSecurity entries in the table." + ::= { ltmDnsSecurity 1 } + +ltmDnsSecurityTable OBJECT-TYPE + SYNTAX SEQUENCE OF LtmDnsSecurityEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A table containing information of DNS security." + ::= { ltmDnsSecurity 2 } + +ltmDnsSecurityEntry OBJECT-TYPE + SYNTAX LtmDnsSecurityEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Columns in the ltmDnsSecurity Table" + INDEX { + ltmDnsSecurityName + } + ::= { ltmDnsSecurityTable 1 } + +LtmDnsSecurityEntry ::= + SEQUENCE { + ltmDnsSecurityName LongDisplayString, + ltmDnsSecurityQueryTypeInclusion INTEGER + } + +ltmDnsSecurityName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of DNS security profile." + ::= { ltmDnsSecurityEntry 1 } + +ltmDnsSecurityQueryTypeInclusion OBJECT-TYPE + SYNTAX INTEGER { + no(0), + yes(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The state indicating whether or not the query type filter is + an enable (inclusion) or a disable (exclusion) list. + Value 0 (no) implies disable and 1 (yes) is enable." + ::= { ltmDnsSecurityEntry 2 } + +--================================================================== +-- Dns_security_stat +--================================================================== +ltmDnsSecurityStatResetStats OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "The action to reset resettable statistics data in ltmDnsSecurityStat. + Setting this value to 1 will reset statistics data. + Note, some statistics data may not be reset including data that are incremental counters." + ::= { ltmDnsSecurityStat 1 } + +ltmDnsSecurityStatNumber OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of ltmDnsSecurityStat entries in the table." + ::= { ltmDnsSecurityStat 2 } + +ltmDnsSecurityStatTable OBJECT-TYPE + SYNTAX SEQUENCE OF LtmDnsSecurityStatEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A table containing statistics information of DNS security." + ::= { ltmDnsSecurityStat 3 } + +ltmDnsSecurityStatEntry OBJECT-TYPE + SYNTAX LtmDnsSecurityStatEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Columns in the ltmDnsSecurityStat Table" + INDEX { + ltmDnsSecurityStatName + } + ::= { ltmDnsSecurityStatTable 1 } + +LtmDnsSecurityStatEntry ::= + SEQUENCE { + ltmDnsSecurityStatName LongDisplayString, + ltmDnsSecurityStatFilteredDrops Counter64, + ltmDnsSecurityStatADrops Counter64, + ltmDnsSecurityStatAaaaDrops Counter64, + ltmDnsSecurityStatAnyDrops Counter64, + ltmDnsSecurityStatCnameDrops Counter64, + ltmDnsSecurityStatMxDrops Counter64, + ltmDnsSecurityStatNsDrops Counter64, + ltmDnsSecurityStatPtrDrops Counter64, + ltmDnsSecurityStatSoaDrops Counter64, + ltmDnsSecurityStatSrvDrops Counter64, + ltmDnsSecurityStatTxtDrops Counter64, + ltmDnsSecurityStatOtherDrops Counter64 + } + +ltmDnsSecurityStatName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of DNS security profile." + ::= { ltmDnsSecurityStatEntry 1 } + +ltmDnsSecurityStatFilteredDrops OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of dropped DNS packets due to filtering." + ::= { ltmDnsSecurityStatEntry 2 } + +ltmDnsSecurityStatADrops OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of dropped A packets due to filtering." + ::= { ltmDnsSecurityStatEntry 3 } + +ltmDnsSecurityStatAaaaDrops OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of dropped AAAA packets due to filtering." + ::= { ltmDnsSecurityStatEntry 4 } + +ltmDnsSecurityStatAnyDrops OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of dropped ANY packets due to filtering." + ::= { ltmDnsSecurityStatEntry 5 } + +ltmDnsSecurityStatCnameDrops OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of dropped CNAME packets due to filtering." + ::= { ltmDnsSecurityStatEntry 6 } + +ltmDnsSecurityStatMxDrops OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of dropped MX packets due to filtering." + ::= { ltmDnsSecurityStatEntry 7 } + +ltmDnsSecurityStatNsDrops OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of dropped NS packets due to filtering." + ::= { ltmDnsSecurityStatEntry 8 } + +ltmDnsSecurityStatPtrDrops OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of dropped PTR packets due to filtering." + ::= { ltmDnsSecurityStatEntry 9 } + +ltmDnsSecurityStatSoaDrops OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of dropped SOA packets due to filtering." + ::= { ltmDnsSecurityStatEntry 10 } + +ltmDnsSecurityStatSrvDrops OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of dropped SRV packets due to filtering." + ::= { ltmDnsSecurityStatEntry 11 } + +ltmDnsSecurityStatTxtDrops OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of dropped TXT packets due to filtering." + ::= { ltmDnsSecurityStatEntry 12 } + +ltmDnsSecurityStatOtherDrops OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of dropped OTHER packets due to filtering." + ::= { ltmDnsSecurityStatEntry 13 } + +--================================================================== +-- Bwc_policy_stat +--================================================================== +ltmBwcPolicyStatResetStats OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "The action to reset resettable statistics data in ltmBwcPolicyStat. + Setting this value to 1 will reset statistics data. + Note, some statistics data may not be reset including data that are incremental counters." + ::= { ltmBwcPolicyStat 1 } + +ltmBwcPolicyStatNumber OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of ltmBwcPolicyStat entries in the table." + ::= { ltmBwcPolicyStat 2 } + +ltmBwcPolicyStatTable OBJECT-TYPE + SYNTAX SEQUENCE OF LtmBwcPolicyStatEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A table containing statistics information of BWC policy." + ::= { ltmBwcPolicyStat 3 } + +ltmBwcPolicyStatEntry OBJECT-TYPE + SYNTAX LtmBwcPolicyStatEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Columns in the ltmBwcPolicyStat Table" + INDEX { + ltmBwcPolicyStatName + } + ::= { ltmBwcPolicyStatTable 1 } + +LtmBwcPolicyStatEntry ::= + SEQUENCE { + ltmBwcPolicyStatName LongDisplayString, + ltmBwcPolicyStatBytesPerSec Counter64, + ltmBwcPolicyStatBytesPerSecOut Counter64, + ltmBwcPolicyStatBytesIn Counter64, + ltmBwcPolicyStatBytesPassed Counter64, + ltmBwcPolicyStatBytesDropped Counter64, + ltmBwcPolicyStatPacketsIn Counter64, + ltmBwcPolicyStatPacketsPassed Counter64, + ltmBwcPolicyStatActivePolicies Counter64, + ltmBwcPolicyStatInactivePolicies Counter64, + ltmBwcPolicyStatTotalPolicies Counter64, + ltmBwcPolicyStatTimeDataCollected Counter64, + ltmBwcPolicyStatPacketsPerSec Counter64, + ltmBwcPolicyStatPacketsPerSecOut Counter64 + } + +ltmBwcPolicyStatName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of BWC policy that is configured. There are many types of + BWC policies. This name is string upto max of string name of policy." + ::= { ltmBwcPolicyStatEntry 1 } + +ltmBwcPolicyStatBytesPerSec OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The average input bytes/sec over last 4 seconds. These are bytes as + processed by this policy." + ::= { ltmBwcPolicyStatEntry 2 } + +ltmBwcPolicyStatBytesPerSecOut OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The average output bytes/sec over last 4 seconds. These are bytes + processed by this policy." + ::= { ltmBwcPolicyStatEntry 3 } + +ltmBwcPolicyStatBytesIn OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of bytes ingress. These are bytes ingress to policy before + being processed by policy." + ::= { ltmBwcPolicyStatEntry 4 } + +ltmBwcPolicyStatBytesPassed OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of bytes passed. These are bytes processed by the policy." + ::= { ltmBwcPolicyStatEntry 5 } + +ltmBwcPolicyStatBytesDropped OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of bytes dropped. These are bytes dropped by the policy." + ::= { ltmBwcPolicyStatEntry 6 } + +ltmBwcPolicyStatPacketsIn OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of packets ingress. These are packets input to the policy + processing." + ::= { ltmBwcPolicyStatEntry 7 } + +ltmBwcPolicyStatPacketsPassed OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of packets passed. These are packets passed by the policy." + ::= { ltmBwcPolicyStatEntry 8 } + +ltmBwcPolicyStatActivePolicies OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of current policies. This is active number of current + policies in system." + ::= { ltmBwcPolicyStatEntry 9 } + +ltmBwcPolicyStatInactivePolicies OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of inactive policies created. This is inactive number of + policies in the system." + ::= { ltmBwcPolicyStatEntry 10 } + +ltmBwcPolicyStatTotalPolicies OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of total policies created. This is total number of + policies in system." + ::= { ltmBwcPolicyStatEntry 11 } + +ltmBwcPolicyStatTimeDataCollected OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The time since start in seconds. This is the time since the stats + information has been collected." + ::= { ltmBwcPolicyStatEntry 12 } + +ltmBwcPolicyStatPacketsPerSec OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The average input packets/sec over last 4 seconds. These are packets as + processed by this policy." + ::= { ltmBwcPolicyStatEntry 13 } + +ltmBwcPolicyStatPacketsPerSecOut OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The average output packets/sec over last 4 seconds. These are packets + processed by this policy." + ::= { ltmBwcPolicyStatEntry 14 } + +--================================================================== +-- Dns_security_query_type_filter +--================================================================== +ltmDnsQueryFilterNumber OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of ltmDnsQueryFilter entries in the table." + ::= { ltmDnsQueryFilter 1 } + +ltmDnsQueryFilterTable OBJECT-TYPE + SYNTAX SEQUENCE OF LtmDnsQueryFilterEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A table containing information of DNS query type filtering." + ::= { ltmDnsQueryFilter 2 } + +ltmDnsQueryFilterEntry OBJECT-TYPE + SYNTAX LtmDnsQueryFilterEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Columns in the ltmDnsQueryFilter Table" + INDEX { + ltmDnsQueryFilterName, + ltmDnsQueryFilterIndex + } + ::= { ltmDnsQueryFilterTable 1 } + +LtmDnsQueryFilterEntry ::= + SEQUENCE { + ltmDnsQueryFilterName LongDisplayString, + ltmDnsQueryFilterIndex INTEGER, + ltmDnsQueryFilterType INTEGER + } + +ltmDnsQueryFilterName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of a DNS security profile." + ::= { ltmDnsQueryFilterEntry 1 } + +ltmDnsQueryFilterIndex OBJECT-TYPE + SYNTAX INTEGER(0..2147483647) + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The index of DNS query type filter for the specified DNS security profile." + ::= { ltmDnsQueryFilterEntry 2 } + +ltmDnsQueryFilterType OBJECT-TYPE + SYNTAX INTEGER { + invalid(0), + a(1), + ns(2), + md(3), + mf(4), + cname(5), + soa(6), + mb(7), + mg(8), + mr(9), + null(10), + wks(11), + ptr(12), + hinfo(13), + minfo(14), + mx(15), + txt(16), + rp(17), + afsdb(18), + x25(19), + isdn(20), + rt(21), + nsap(22), + nsapPtr(23), + sg(24), + key(25), + px(26), + gpos(27), + aaaa(28), + loc(29), + nxt(30), + eid(31), + nimloc(32), + srv(33), + atma(34), + naptr(35), + kx(36), + cert(37), + a6(38), + dname(39), + sink(40), + opt(41), + tkey(249), + tsig(250), + ixfr(251), + axfr(252), + mailb(253), + maila(254), + any(255), + zxfr(256), + max(65536) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The DNS query type value that is either included or excluded + depending on the query_type_inclusion flag. Value 0 (no) + implies disable (exclusion) and 1 (yes) is enable + (inclusion)." + ::= { ltmDnsQueryFilterEntry 3 } + +--================================================================== +-- Dns_security_header_opcode_exclusion +--================================================================== +ltmDnsHeaderFilterNumber OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of ltmDnsHeaderFilter entries in the table." + ::= { ltmDnsHeaderFilter 1 } + +ltmDnsHeaderFilterTable OBJECT-TYPE + SYNTAX SEQUENCE OF LtmDnsHeaderFilterEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A table containing information of DNS header opcode filtering." + ::= { ltmDnsHeaderFilter 2 } + +ltmDnsHeaderFilterEntry OBJECT-TYPE + SYNTAX LtmDnsHeaderFilterEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Columns in the ltmDnsHeaderFilter Table" + INDEX { + ltmDnsHeaderFilterName, + ltmDnsHeaderFilterIndex + } + ::= { ltmDnsHeaderFilterTable 1 } + +LtmDnsHeaderFilterEntry ::= + SEQUENCE { + ltmDnsHeaderFilterName LongDisplayString, + ltmDnsHeaderFilterIndex INTEGER, + ltmDnsHeaderFilterOpcodeExclusion INTEGER + } + +ltmDnsHeaderFilterName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of a DNS security profile." + ::= { ltmDnsHeaderFilterEntry 1 } + +ltmDnsHeaderFilterIndex OBJECT-TYPE + SYNTAX INTEGER(0..2147483647) + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The index of DNS header opcode exclusion for the specified DNS security profile." + ::= { ltmDnsHeaderFilterEntry 2 } + +ltmDnsHeaderFilterOpcodeExclusion OBJECT-TYPE + SYNTAX INTEGER { + query(0), + iquery(1), + status(2), + notify(4), + update(5) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The DNS header opcode values. Value of 3 is not used." + ::= { ltmDnsHeaderFilterEntry 3 } + +--================================================================== +-- Lsn_prefix +--================================================================== +ltmLsnPrefixNumber OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of ltmLsnPrefix entries in the table." + ::= { ltmLsnPrefix 1 } + +ltmLsnPrefixTable OBJECT-TYPE + SYNTAX SEQUENCE OF LtmLsnPrefixEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A table containing information of LSN prefix." + ::= { ltmLsnPrefix 2 } + +ltmLsnPrefixEntry OBJECT-TYPE + SYNTAX LtmLsnPrefixEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Columns in the ltmLsnPrefix Table" + INDEX { + ltmLsnPrefixName + } + ::= { ltmLsnPrefixTable 1 } + +LtmLsnPrefixEntry ::= + SEQUENCE { + ltmLsnPrefixName LongDisplayString, + ltmLsnPrefixAddrType InetAddressType, + ltmLsnPrefixAddr InetAddress + } + +ltmLsnPrefixName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of a LSN prefix node." + ::= { ltmLsnPrefixEntry 1 } + +ltmLsnPrefixAddrType OBJECT-TYPE + SYNTAX InetAddressType + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The IP address type of ltmLsnPrefixAddr." + ::= { ltmLsnPrefixEntry 2 } + +ltmLsnPrefixAddr OBJECT-TYPE + SYNTAX InetAddress + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The IP address of a node. It is interpreted within + the context of a ltmLsnPrefixAddrType value." + ::= { ltmLsnPrefixEntry 3 } + +--================================================================== +-- Lsn_pool +--================================================================== +ltmLsnPoolNumber OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of ltmLsnPool entries in the table." + ::= { ltmLsnPool 1 } + +ltmLsnPoolTable OBJECT-TYPE + SYNTAX SEQUENCE OF LtmLsnPoolEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A table containing information of LSN pool." + ::= { ltmLsnPool 2 } + +ltmLsnPoolEntry OBJECT-TYPE + SYNTAX LtmLsnPoolEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Columns in the ltmLsnPool Table" + INDEX { + ltmLsnPoolName + } + ::= { ltmLsnPoolTable 1 } + +LtmLsnPoolEntry ::= + SEQUENCE { + ltmLsnPoolName LongDisplayString, + ltmLsnPoolMemberCount Gauge, + ltmLsnPoolRouteAdvertisement INTEGER, + ltmLsnPoolMode INTEGER, + ltmLsnPoolPersistenceMode INTEGER, + ltmLsnPoolPersistenceTimeout Gauge, + ltmLsnPoolPersistencePrefixLengthIpv4 Gauge, + ltmLsnPoolPersistencePrefixLengthIpv6 Gauge, + ltmLsnPoolInboundConnections INTEGER, + ltmLsnPoolIcmpEcho INTEGER, + ltmLsnPoolTranslationPortRangeLow Gauge, + ltmLsnPoolTranslationPortRangeHigh Gauge, + ltmLsnPoolClientConnectionLimit Gauge, + ltmLsnPoolEgressInterfacesEnabled INTEGER, + ltmLsnPoolLogPublisher LongDisplayString, + ltmLsnPoolHairpinMode INTEGER, + ltmLsnPoolLogProfile LongDisplayString + } + +ltmLsnPoolName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of a LSN Pool." + ::= { ltmLsnPoolEntry 1 } + +ltmLsnPoolMemberCount OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of members in the specified pool." + ::= { ltmLsnPoolEntry 2 } + +ltmLsnPoolRouteAdvertisement OBJECT-TYPE + SYNTAX INTEGER { + false(0), + true(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Specifies whether route advertisement is enabled or disabled for + translated IP addresses." + ::= { ltmLsnPoolEntry 3 } + +ltmLsnPoolMode OBJECT-TYPE + SYNTAX INTEGER { + napt(0), + pba(1), + deterministic(2) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "NAPT mode provides standard address and port translation + allowing multiple clients to share the same external address. + Deterministic mode provides address and port translations + that can be consistently reversed so that external address + and port combinations can identify specific clients." + ::= { ltmLsnPoolEntry 4 } + +ltmLsnPoolPersistenceMode OBJECT-TYPE + SYNTAX INTEGER { + none(0), + address(1), + addressPort(2) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Persistence settings for LSN translation entries. + none: Specifies that there is no persistence for the translation. + address: Specifies that the translation reuses the port mapping for + subsequent packets sent from the same internal IP address and port + to the same external IP address while the mapping is still active, + regardless of the external port. + addressPort: Specifies that the translation reuses the port mapping + for subsequent packets sent from the same internal IP address + and port to the same external IP address and port while the + mapping is still active." + ::= { ltmLsnPoolEntry 5 } + +ltmLsnPoolPersistenceTimeout OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Maximum time-to-live for inactive translation entries." + ::= { ltmLsnPoolEntry 6 } + +ltmLsnPoolPersistencePrefixLengthIpv4 OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! This field is removed. + Number of significant bits in the client IPv4 address to be used as + the persistence key." + ::= { ltmLsnPoolEntry 7 } + +ltmLsnPoolPersistencePrefixLengthIpv6 OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! This field is removed. + Number of significant bits in the client IPv6 address to be used as + the persistence key." + ::= { ltmLsnPoolEntry 8 } + +ltmLsnPoolInboundConnections OBJECT-TYPE + SYNTAX INTEGER { + disabled(0), + automatic(1), + explicit(2) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "If true, will enable inbound connections to translation addresses and ports." + ::= { ltmLsnPoolEntry 9 } + +ltmLsnPoolIcmpEcho OBJECT-TYPE + SYNTAX INTEGER { + false(0), + true(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "If true, will enable icmp-echo requests for translation addresses." + ::= { ltmLsnPoolEntry 10 } + +ltmLsnPoolTranslationPortRangeLow OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Specifies the low end of the range of port numbers available for use with + translation IP addresses." + ::= { ltmLsnPoolEntry 11 } + +ltmLsnPoolTranslationPortRangeHigh OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Specifies the high end of the range of port numbers available for use with + translation IP addresses." + ::= { ltmLsnPoolEntry 12 } + +ltmLsnPoolClientConnectionLimit OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Specifies the maximum number of simultaneous translated connections a client or + subscriber is allowed to have. A value of zero signifies no limit." + ::= { ltmLsnPoolEntry 13 } + +ltmLsnPoolEgressInterfacesEnabled OBJECT-TYPE + SYNTAX INTEGER { + false(0), + true(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "If true, source address translation is allowed on the interfaces specified in + the egress-interfaces list." + ::= { ltmLsnPoolEntry 14 } + +ltmLsnPoolLogPublisher OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Specifies the name of the log publisher that logs translation events, if any." + ::= { ltmLsnPoolEntry 15 } + +ltmLsnPoolHairpinMode OBJECT-TYPE + SYNTAX INTEGER { + disabled(0), + enabled(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "If enabled, will enable hairpinning for inbound connections. A hairpin connection between + two subscribers goes through the NAT device and uses translation addresses so that it + appears to each subscriber that the other is an external host." + ::= { ltmLsnPoolEntry 16 } + +ltmLsnPoolLogProfile OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Specifies the name of the log profile that control the logging of translation events, if any." + ::= { ltmLsnPoolEntry 17 } + +--================================================================== +-- Lsn_prefix_lsn_pool +--================================================================== +ltmLsnPrefixLsnPoolNumber OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of ltmLsnPrefixLsnPool entries in the table." + ::= { ltmLsnPrefixLsnPool 1 } + +ltmLsnPrefixLsnPoolTable OBJECT-TYPE + SYNTAX SEQUENCE OF LtmLsnPrefixLsnPoolEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A table containing information of LSN pool prefix." + ::= { ltmLsnPrefixLsnPool 2 } + +ltmLsnPrefixLsnPoolEntry OBJECT-TYPE + SYNTAX LtmLsnPrefixLsnPoolEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Columns in the ltmLsnPrefixLsnPool Table" + INDEX { + ltmLsnPrefixLsnPoolLsnPoolName, + ltmLsnPrefixLsnPoolLsnPrefixName + } + ::= { ltmLsnPrefixLsnPoolTable 1 } + +LtmLsnPrefixLsnPoolEntry ::= + SEQUENCE { + ltmLsnPrefixLsnPoolLsnPrefixName LongDisplayString, + ltmLsnPrefixLsnPoolLsnPoolName LongDisplayString, + ltmLsnPrefixLsnPoolPrefixAddressType InetAddressType, + ltmLsnPrefixLsnPoolPrefixAddress InetAddress + } + +ltmLsnPrefixLsnPoolLsnPrefixName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of a LSN prefix node." + ::= { ltmLsnPrefixLsnPoolEntry 1 } + +ltmLsnPrefixLsnPoolLsnPoolName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of a LSN pool." + ::= { ltmLsnPrefixLsnPoolEntry 2 } + +ltmLsnPrefixLsnPoolPrefixAddressType OBJECT-TYPE + SYNTAX InetAddressType + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The IP address type of ltmLsnPrefixLsnPoolPrefixAddress." + ::= { ltmLsnPrefixLsnPoolEntry 3 } + +ltmLsnPrefixLsnPoolPrefixAddress OBJECT-TYPE + SYNTAX InetAddress + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The IP address of a node. It is interpreted within + the context of a ltmLsnPrefixLsnPoolPrefixAddressType value." + ::= { ltmLsnPrefixLsnPoolEntry 4 } + +--================================================================== +-- Lsn_prefix_lsn_pool_backup +--================================================================== +ltmLsnPrefixLsnPoolBackupNumber OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of ltmLsnPrefixLsnPoolBackup entries in the table." + ::= { ltmLsnPrefixLsnPoolBackup 1 } + +ltmLsnPrefixLsnPoolBackupTable OBJECT-TYPE + SYNTAX SEQUENCE OF LtmLsnPrefixLsnPoolBackupEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A table containing information of LSN pool backup prefix." + ::= { ltmLsnPrefixLsnPoolBackup 2 } + +ltmLsnPrefixLsnPoolBackupEntry OBJECT-TYPE + SYNTAX LtmLsnPrefixLsnPoolBackupEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Columns in the ltmLsnPrefixLsnPoolBackup Table" + INDEX { + ltmLsnPrefixLsnPoolBackupLsnPoolName, + ltmLsnPrefixLsnPoolBackupLsnPrefixName + } + ::= { ltmLsnPrefixLsnPoolBackupTable 1 } + +LtmLsnPrefixLsnPoolBackupEntry ::= + SEQUENCE { + ltmLsnPrefixLsnPoolBackupLsnPrefixName LongDisplayString, + ltmLsnPrefixLsnPoolBackupLsnPoolName LongDisplayString, + ltmLsnPrefixLsnPoolBackupPrefixAddressType InetAddressType, + ltmLsnPrefixLsnPoolBackupPrefixAddress InetAddress + } + +ltmLsnPrefixLsnPoolBackupLsnPrefixName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of a LSN prefix node." + ::= { ltmLsnPrefixLsnPoolBackupEntry 1 } + +ltmLsnPrefixLsnPoolBackupLsnPoolName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of a LSN pool." + ::= { ltmLsnPrefixLsnPoolBackupEntry 2 } + +ltmLsnPrefixLsnPoolBackupPrefixAddressType OBJECT-TYPE + SYNTAX InetAddressType + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The IP address type of ltmLsnPrefixLsnPoolBackupPrefixAddress." + ::= { ltmLsnPrefixLsnPoolBackupEntry 3 } + +ltmLsnPrefixLsnPoolBackupPrefixAddress OBJECT-TYPE + SYNTAX InetAddress + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The IP address of a node. It is interpreted within + the context of a ltmLsnPrefixLsnPoolBackupPrefixAddressType value." + ::= { ltmLsnPrefixLsnPoolBackupEntry 4 } + +--================================================================== +-- Lsn_pool_vlan +--================================================================== +ltmLsnPoolVlanNumber OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of ltmLsnPoolVlan entries in the table." + ::= { ltmLsnPoolVlan 1 } + +ltmLsnPoolVlanTable OBJECT-TYPE + SYNTAX SEQUENCE OF LtmLsnPoolVlanEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A table containing VLAN information of LSN pool." + ::= { ltmLsnPoolVlan 2 } + +ltmLsnPoolVlanEntry OBJECT-TYPE + SYNTAX LtmLsnPoolVlanEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Columns in the ltmLsnPoolVlan Table" + INDEX { + ltmLsnPoolVlanLsnPoolName, + ltmLsnPoolVlanVlanName + } + ::= { ltmLsnPoolVlanTable 1 } + +LtmLsnPoolVlanEntry ::= + SEQUENCE { + ltmLsnPoolVlanLsnPoolName LongDisplayString, + ltmLsnPoolVlanVlanName LongDisplayString + } + +ltmLsnPoolVlanLsnPoolName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of a LSN pool." + ::= { ltmLsnPoolVlanEntry 1 } + +ltmLsnPoolVlanVlanName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of VLAN for LSN pool." + ::= { ltmLsnPoolVlanEntry 2 } + +--================================================================== +-- Lsn_pool_stat +--================================================================== +ltmLsnPoolStatResetStats OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "The action to reset resettable statistics data in ltmLsnPoolStat. + Setting this value to 1 will reset statistics data. + Note, some statistics data may not be reset including data that are incremental counters." + ::= { ltmLsnPoolStat 1 } + +ltmLsnPoolStatNumber OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of ltmLsnPoolStat entries in the table." + ::= { ltmLsnPoolStat 2 } + +ltmLsnPoolStatTable OBJECT-TYPE + SYNTAX SEQUENCE OF LtmLsnPoolStatEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A table containing statistic information of LSN pool." + ::= { ltmLsnPoolStat 3 } + +ltmLsnPoolStatEntry OBJECT-TYPE + SYNTAX LtmLsnPoolStatEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Columns in the ltmLsnPoolStat Table" + INDEX { + ltmLsnPoolStatName + } + ::= { ltmLsnPoolStatTable 1 } + +LtmLsnPoolStatEntry ::= + SEQUENCE { + ltmLsnPoolStatName LongDisplayString, + ltmLsnPoolStatTranslationRequests Counter64, + ltmLsnPoolStatHairpinConnectionRequests Counter64, + ltmLsnPoolStatActiveTranslations Counter64, + ltmLsnPoolStatActiveHairpinConnections Counter64, + ltmLsnPoolStatTranslationRequestFailures Counter64, + ltmLsnPoolStatPersistenceMappingFailures Counter64, + ltmLsnPoolStatHairpinConnectionFailures Counter64, + ltmLsnPoolStatBackupPoolTranslations Counter64, + ltmLsnPoolStatLogAttempts Counter64, + ltmLsnPoolStatLogFailures Counter64, + ltmLsnPoolStatTotalEndPoints Counter64, + ltmLsnPoolStatPcpAnnounceRequests Counter64, + ltmLsnPoolStatPcpAnnounceResponsesUcast Counter64, + ltmLsnPoolStatPcpAnnounceResponsesMulticast Counter64, + ltmLsnPoolStatPcpMapRequests Counter64, + ltmLsnPoolStatPcpMapResponses Counter64, + ltmLsnPoolStatPcpPeerRequests Counter64, + ltmLsnPoolStatPcpPeerResponses Counter64, + ltmLsnPoolStatPcpErrorsInvalidRequest Counter64, + ltmLsnPoolStatPcpErrorsUnavailableResource Counter64, + ltmLsnPoolStatPcpErrorsNotAuthorized Counter64, + ltmLsnPoolStatPcpErrorsOther Counter64, + ltmLsnPoolStatActivePortBlocks Counter64, + ltmLsnPoolStatActiveClientsReachedLimit Counter64, + ltmLsnPoolStatActiveZombiePortBlocks Counter64, + ltmLsnPoolStatTotalClientsReachedLimit Counter64, + ltmLsnPoolStatTotalPortBlockAllocations Counter64, + ltmLsnPoolStatTotalPortBlockAllocationFailures Counter64, + ltmLsnPoolStatTotalPortBlockDeallocations Counter64, + ltmLsnPoolStatTotalZombiePortBlocksCreated Counter64, + ltmLsnPoolStatTotalZombiePortBlocksDeleted Counter64, + ltmLsnPoolStatTotalZombiePortBlockConnsKilled Counter64, + ltmLsnPoolStatEndPointsString LongDisplayString + } + +ltmLsnPoolStatName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of a LSN Pool." + ::= { ltmLsnPoolStatEntry 1 } + +ltmLsnPoolStatTranslationRequests OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of translation requests." + ::= { ltmLsnPoolStatEntry 2 } + +ltmLsnPoolStatHairpinConnectionRequests OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of hairpin connection requests. A hairpin connection between + two subscribers goes through the NAT device and uses translation addresses so + that it appears to each subscriber that the other is an external host." + ::= { ltmLsnPoolStatEntry 3 } + +ltmLsnPoolStatActiveTranslations OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of active translations." + ::= { ltmLsnPoolStatEntry 4 } + +ltmLsnPoolStatActiveHairpinConnections OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of active hairpin connections. A hairpin connection between + two subscribers goes through the NAT device and uses translation addresses so + that it appears to each subscriber that the other is an external host." + ::= { ltmLsnPoolStatEntry 5 } + +ltmLsnPoolStatTranslationRequestFailures OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of translation request failures." + ::= { ltmLsnPoolStatEntry 6 } + +ltmLsnPoolStatPersistenceMappingFailures OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of persistence mapping translation request failures." + ::= { ltmLsnPoolStatEntry 7 } + +ltmLsnPoolStatHairpinConnectionFailures OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of failed hairpin connections. A hairpin connection failure + occurs when a subscriber connects to an inbound reservation but a connection + could not be created." + ::= { ltmLsnPoolStatEntry 8 } + +ltmLsnPoolStatBackupPoolTranslations OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of translation requests that were served using the backup pool." + ::= { ltmLsnPoolStatEntry 9 } + +ltmLsnPoolStatLogAttempts OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of logging attempts." + ::= { ltmLsnPoolStatEntry 10 } + +ltmLsnPoolStatLogFailures OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of logging attempts that resulted in failure." + ::= { ltmLsnPoolStatEntry 11 } + +ltmLsnPoolStatTotalEndPoints OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The product of the number of IP addresses and the translation port + range. This is computed when the pool membership or translation + port range changes." + ::= { ltmLsnPoolStatEntry 12 } + +ltmLsnPoolStatPcpAnnounceRequests OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of PCP Announce requests received." + ::= { ltmLsnPoolStatEntry 13 } + +ltmLsnPoolStatPcpAnnounceResponsesUcast OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of unicast PCP Announce responses transmitted." + ::= { ltmLsnPoolStatEntry 14 } + +ltmLsnPoolStatPcpAnnounceResponsesMulticast OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of multicast PCP Announce responses transmitted." + ::= { ltmLsnPoolStatEntry 15 } + +ltmLsnPoolStatPcpMapRequests OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of PCP Map requests received." + ::= { ltmLsnPoolStatEntry 16 } + +ltmLsnPoolStatPcpMapResponses OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of PCP Map responses transmitted." + ::= { ltmLsnPoolStatEntry 17 } + +ltmLsnPoolStatPcpPeerRequests OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of PCP Peer requests received." + ::= { ltmLsnPoolStatEntry 18 } + +ltmLsnPoolStatPcpPeerResponses OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of PCP Peer responses transmitted." + ::= { ltmLsnPoolStatEntry 19 } + +ltmLsnPoolStatPcpErrorsInvalidRequest OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of invalid or malformed PCP requests received." + ::= { ltmLsnPoolStatEntry 20 } + +ltmLsnPoolStatPcpErrorsUnavailableResource OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of PCP requests received where the server has insufficient + resources to complete the requested operation." + ::= { ltmLsnPoolStatEntry 21 } + +ltmLsnPoolStatPcpErrorsNotAuthorized OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of PCP requests that generated (or caused) an + unauthorized error when attempting to create a mapping." + ::= { ltmLsnPoolStatEntry 22 } + +ltmLsnPoolStatPcpErrorsOther OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of PCP requests received that resulted in other errors." + ::= { ltmLsnPoolStatEntry 23 } + +ltmLsnPoolStatActivePortBlocks OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of port blocks actively in use." + ::= { ltmLsnPoolStatEntry 24 } + +ltmLsnPoolStatActiveClientsReachedLimit OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Total clients who have reached the max port blocks allocated to them." + ::= { ltmLsnPoolStatEntry 25 } + +ltmLsnPoolStatActiveZombiePortBlocks OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Total blocks which have reached their lifetime and cannot be used for + new allocations. They are not yet deleted because there are + connections using ports in that block." + ::= { ltmLsnPoolStatEntry 26 } + +ltmLsnPoolStatTotalClientsReachedLimit OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Total client connections rejected because client hit + client-block-limit and could not find any free ports in the + existing blocks." + ::= { ltmLsnPoolStatEntry 27 } + +ltmLsnPoolStatTotalPortBlockAllocations OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Total port block allocations." + ::= { ltmLsnPoolStatEntry 28 } + +ltmLsnPoolStatTotalPortBlockAllocationFailures OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Total port block allocation failures." + ::= { ltmLsnPoolStatEntry 29 } + +ltmLsnPoolStatTotalPortBlockDeallocations OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Total port blocks freed." + ::= { ltmLsnPoolStatEntry 30 } + +ltmLsnPoolStatTotalZombiePortBlocksCreated OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Total blocks which have reached their lifetime and cannot be used for + new allocations. They are not yet deleted because there are + connections using ports in that block." + ::= { ltmLsnPoolStatEntry 31 } + +ltmLsnPoolStatTotalZombiePortBlocksDeleted OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Total zombie blocks deleted after their zombie timeouts. When a zombie + block is deleted, the connections using them are killed." + ::= { ltmLsnPoolStatEntry 32 } + +ltmLsnPoolStatTotalZombiePortBlockConnsKilled OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Total connections killed due to zombie block reaching zombie timeout." + ::= { ltmLsnPoolStatEntry 33 } + +ltmLsnPoolStatEndPointsString OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The product of the number of IP addresses and the translation port + range. This is computed when the pool membership or translation + port range changes." + ::= { ltmLsnPoolStatEntry 34 } + +--================================================================== +-- Profile_spdy +--================================================================== +ltmSpdyProfileNumber OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated!. + The number of ltmSpdyProfile entries in the table." + ::= { ltmSpdyProfile 1 } + +ltmSpdyProfileTable OBJECT-TYPE + SYNTAX SEQUENCE OF LtmSpdyProfileEntry + MAX-ACCESS not-accessible + STATUS deprecated + DESCRIPTION + "Deprecated! A table containing information about the SPDY profile." + ::= { ltmSpdyProfile 2 } + +ltmSpdyProfileEntry OBJECT-TYPE + SYNTAX LtmSpdyProfileEntry + MAX-ACCESS not-accessible + STATUS deprecated + DESCRIPTION + "Columns in the ltmSpdyProfile Table" + INDEX { + ltmSpdyProfileName + } + ::= { ltmSpdyProfileTable 1 } + +LtmSpdyProfileEntry ::= + SEQUENCE { + ltmSpdyProfileName LongDisplayString, + ltmSpdyProfileConfigSource INTEGER, + ltmSpdyProfileDefaultName LongDisplayString, + ltmSpdyProfileActivationMode INTEGER, + ltmSpdyProfilePriorityHandling INTEGER, + ltmSpdyProfileInsertHeader INTEGER, + ltmSpdyProfileInsertHeaderName LongDisplayString, + ltmSpdyProfileConcurrentStreamsPerConnection Gauge, + ltmSpdyProfileConnectionIdleTimeout Gauge, + ltmSpdyProfileReceiveWindow Gauge, + ltmSpdyProfileFrameSize Gauge, + ltmSpdyProfileWriteSize Gauge, + ltmSpdyProfileCompressionLevel Gauge, + ltmSpdyProfileCompressionWindowSize Gauge + } + +ltmSpdyProfileName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! The name of a SPDY profile." + ::= { ltmSpdyProfileEntry 1 } + +ltmSpdyProfileConfigSource OBJECT-TYPE + SYNTAX INTEGER { + usercfg(0), + basecfg(1) + } + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! The state that specifies whether this is a base/pre-configured profile + or user defined profile." + ::= { ltmSpdyProfileEntry 2 } + +ltmSpdyProfileDefaultName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! The name of the profile from which the specified profile derives + its attribute default values." + ::= { ltmSpdyProfileEntry 3 } + +ltmSpdyProfileActivationMode OBJECT-TYPE + SYNTAX INTEGER { + npn(0), + always(1) + } + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! The manner in which SPDY connections are made. + npn - TLS Extension, Next Protocol Negotiation is used to decide which + SPDY protocol is used. + always - All connections will be assumed to be SPDY connections. + Clients that only support HTTP will not be supported." + ::= { ltmSpdyProfileEntry 4 } + +ltmSpdyProfilePriorityHandling OBJECT-TYPE + SYNTAX INTEGER { + strict(0), + fair(1) + } + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! The manner in which streams of different priorities are handled. + strict - Higher priority streams will be processed to completion + before lower priority streams are processed. + fair - Higher priority streams will use more bandwidth than lower + priority streams without completely blocking the lower priority + streams." + ::= { ltmSpdyProfileEntry 5 } + +ltmSpdyProfileInsertHeader OBJECT-TYPE + SYNTAX INTEGER { + false(0), + true(1) + } + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! The state indicating whether or not an HTTP header that indicates the + use of SPDY should be inserted into the request going to the back-end + server." + ::= { ltmSpdyProfileEntry 6 } + +ltmSpdyProfileInsertHeaderName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! The HTTP header inserted into the request going to the back-end server, + if that functionality is enabled." + ::= { ltmSpdyProfileEntry 7 } + +ltmSpdyProfileConcurrentStreamsPerConnection OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! The maximum amount of concurrent streams allowed per connection." + ::= { ltmSpdyProfileEntry 8 } + +ltmSpdyProfileConnectionIdleTimeout OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! The amount of time, in seconds, a connection is open idly before it is + shutdown." + ::= { ltmSpdyProfileEntry 9 } + +ltmSpdyProfileReceiveWindow OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! Specifies the size of the receive window in kilobytes. The receive + window is a mechanism to stall individual upload streams when needed. + This mechanism is only available for SPDY version 3 connections." + ::= { ltmSpdyProfileEntry 10 } + +ltmSpdyProfileFrameSize OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! Specifies the size of the data frames, in bytes, that SPDY will send to + the client. Larger frame sizes will improve network utilization, but + may affect concurrency." + ::= { ltmSpdyProfileEntry 11 } + +ltmSpdyProfileWriteSize OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! Specifies the total size of combined data frames, in bytes, SPDY will + send in a single write. This controls the size of the TLS records when + SPDY is used over SSL. A large write size will cause SPDY to buffer + more data, but will improve network utilization." + ::= { ltmSpdyProfileEntry 12 } + +ltmSpdyProfileCompressionLevel OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! Specifies the amount of compression to do by default for the headers of + the specified profiles. The compression level must be between 0 and + 10. Higher numbers correspond to more compression." + ::= { ltmSpdyProfileEntry 13 } + +ltmSpdyProfileCompressionWindowSize OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! Specifies the size of the compression window for the specified profiles in + kilobytes. The compression window size must be between 1 and 128 + kilobytes." + ::= { ltmSpdyProfileEntry 14 } + +--================================================================== +-- Profile_spdy_protocol_versions +--================================================================== +ltmSpdyProfileProtocolVersionsNumber OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated!. + The number of ltmSpdyProfileProtocolVersions entries in the table." + ::= { ltmSpdyProfileProtocolVersions 1 } + +ltmSpdyProfileProtocolVersionsTable OBJECT-TYPE + SYNTAX SEQUENCE OF LtmSpdyProfileProtocolVersionsEntry + MAX-ACCESS not-accessible + STATUS deprecated + DESCRIPTION + "Deprecated! A table containing information on the supported SPDY protocol + versions." + ::= { ltmSpdyProfileProtocolVersions 2 } + +ltmSpdyProfileProtocolVersionsEntry OBJECT-TYPE + SYNTAX LtmSpdyProfileProtocolVersionsEntry + MAX-ACCESS not-accessible + STATUS deprecated + DESCRIPTION + "Columns in the ltmSpdyProfileProtocolVersions Table" + INDEX { + ltmSpdyProfileProtocolVersionsName, + ltmSpdyProfileProtocolVersionsIndex + } + ::= { ltmSpdyProfileProtocolVersionsTable 1 } + +LtmSpdyProfileProtocolVersionsEntry ::= + SEQUENCE { + ltmSpdyProfileProtocolVersionsName LongDisplayString, + ltmSpdyProfileProtocolVersionsIndex INTEGER, + ltmSpdyProfileProtocolVersionsProtocolVersions INTEGER + } + +ltmSpdyProfileProtocolVersionsName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! The name of a SPDY profile." + ::= { ltmSpdyProfileProtocolVersionsEntry 1 } + +ltmSpdyProfileProtocolVersionsIndex OBJECT-TYPE + SYNTAX INTEGER(0..2147483647) + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! The index of the protocol versions used to determine which SPDY + versions are supported and in what order those versions should be + prioritized when deciding which version to use. This prioritization is + only used when the activation mode is set to npn." + ::= { ltmSpdyProfileProtocolVersionsEntry 2 } + +ltmSpdyProfileProtocolVersionsProtocolVersions OBJECT-TYPE + SYNTAX INTEGER { + spdy2(1), + spdy3(2), + http11(3) + } + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! The SPDY version supported. + spdy2 - indicates that SPDY version 2 is supported. + spdy3 - indicates that SPDY version 3 is supported. + http11 - indicates that HTTP1.1 is supported when SPDY is not + supported/requested by a client." + ::= { ltmSpdyProfileProtocolVersionsEntry 3 } + +--================================================================== +-- Profile_spdy_stat +--================================================================== +ltmSpdyProfileStatResetStats OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-write + STATUS deprecated + DESCRIPTION + "Deprecated!. + The action to reset resettable statistics data in ltmSpdyProfileStat. + Setting this value to 1 will reset statistics data. + Note, some statistics data may not be reset including data that are incremental counters." + ::= { ltmSpdyProfileStat 1 } + +ltmSpdyProfileStatNumber OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated!. + The number of ltmSpdyProfileStat entries in the table." + ::= { ltmSpdyProfileStat 2 } + +ltmSpdyProfileStatTable OBJECT-TYPE + SYNTAX SEQUENCE OF LtmSpdyProfileStatEntry + MAX-ACCESS not-accessible + STATUS deprecated + DESCRIPTION + "Deprecated! A table containing statistics information about the SPDY profile." + ::= { ltmSpdyProfileStat 3 } + +ltmSpdyProfileStatEntry OBJECT-TYPE + SYNTAX LtmSpdyProfileStatEntry + MAX-ACCESS not-accessible + STATUS deprecated + DESCRIPTION + "Columns in the ltmSpdyProfileStat Table" + INDEX { + ltmSpdyProfileStatName + } + ::= { ltmSpdyProfileStatTable 1 } + +LtmSpdyProfileStatEntry ::= + SEQUENCE { + ltmSpdyProfileStatName LongDisplayString, + ltmSpdyProfileStatConnectionsAccepted Counter64, + ltmSpdyProfileStatConnectionsCurrent Counter64, + ltmSpdyProfileStatConnectionsMax Counter64, + ltmSpdyProfileStatDataFramesReceived Counter64, + ltmSpdyProfileStatDataFramesSent Counter64, + ltmSpdyProfileStatFlowsCreated Counter64, + ltmSpdyProfileStatFlowsCurrent Counter64, + ltmSpdyProfileStatFlowsMax Counter64, + ltmSpdyProfileStatGoawayFramesReceived Counter64, + ltmSpdyProfileStatGoawayFramesSent Counter64, + ltmSpdyProfileStatHeadersFramesReceived Counter64, + ltmSpdyProfileStatHeadersFramesSent Counter64, + ltmSpdyProfileStatHttpRequestBytes Counter64, + ltmSpdyProfileStatHttpResponseBytes Counter64, + ltmSpdyProfileStatNoopFramesReceived Counter64, + ltmSpdyProfileStatNoopFramesSent Counter64, + ltmSpdyProfileStatPingFramesReceived Counter64, + ltmSpdyProfileStatPingFramesSent Counter64, + ltmSpdyProfileStatRstStreamFramesReceived Counter64, + ltmSpdyProfileStatRstStreamFramesSent Counter64, + ltmSpdyProfileStatSettingsFramesReceived Counter64, + ltmSpdyProfileStatSettingsFramesSent Counter64, + ltmSpdyProfileStatSpdyRequestBytes Counter64, + ltmSpdyProfileStatSpdyRequestFrames Counter64, + ltmSpdyProfileStatSpdyResponseBytes Counter64, + ltmSpdyProfileStatSpdyResponseFrames Counter64, + ltmSpdyProfileStatSynReplyFramesReceived Counter64, + ltmSpdyProfileStatSynReplyFramesSent Counter64, + ltmSpdyProfileStatSynStreamFramesReceived Counter64, + ltmSpdyProfileStatSynStreamFramesSent Counter64, + ltmSpdyProfileStatV2StreamsCreated Counter64, + ltmSpdyProfileStatV2StreamsCurrent Counter64, + ltmSpdyProfileStatV2StreamsMax Counter64, + ltmSpdyProfileStatV3StreamsCreated Counter64, + ltmSpdyProfileStatV3StreamsCurrent Counter64, + ltmSpdyProfileStatV3StreamsMax Counter64, + ltmSpdyProfileStatWindowUpdateFramesReceived Counter64, + ltmSpdyProfileStatWindowUpdateFramesSent Counter64 + } + +ltmSpdyProfileStatName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! The name of the SPDY profile." + ::= { ltmSpdyProfileStatEntry 1 } + +ltmSpdyProfileStatConnectionsAccepted OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! The total number of accepted connections." + ::= { ltmSpdyProfileStatEntry 2 } + +ltmSpdyProfileStatConnectionsCurrent OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! The total number of connections currently active." + ::= { ltmSpdyProfileStatEntry 3 } + +ltmSpdyProfileStatConnectionsMax OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! The maximum number of connections open simultaneously." + ::= { ltmSpdyProfileStatEntry 4 } + +ltmSpdyProfileStatDataFramesReceived OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! The total number of data frames received." + ::= { ltmSpdyProfileStatEntry 5 } + +ltmSpdyProfileStatDataFramesSent OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! The total number of data frames sent." + ::= { ltmSpdyProfileStatEntry 6 } + +ltmSpdyProfileStatFlowsCreated OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! The total number of flows created." + ::= { ltmSpdyProfileStatEntry 7 } + +ltmSpdyProfileStatFlowsCurrent OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! The total number of flows currently active." + ::= { ltmSpdyProfileStatEntry 8 } + +ltmSpdyProfileStatFlowsMax OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! The maximum number of flows open simultaneously." + ::= { ltmSpdyProfileStatEntry 9 } + +ltmSpdyProfileStatGoawayFramesReceived OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! The total number of GOAWAY frames received." + ::= { ltmSpdyProfileStatEntry 10 } + +ltmSpdyProfileStatGoawayFramesSent OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! The total number of GOAWAY frames sent." + ::= { ltmSpdyProfileStatEntry 11 } + +ltmSpdyProfileStatHeadersFramesReceived OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! The total number of HEADERS frames received." + ::= { ltmSpdyProfileStatEntry 12 } + +ltmSpdyProfileStatHeadersFramesSent OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! The total number of HEADERS frames sent." + ::= { ltmSpdyProfileStatEntry 13 } + +ltmSpdyProfileStatHttpRequestBytes OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! The total number of HTTP request bytes." + ::= { ltmSpdyProfileStatEntry 14 } + +ltmSpdyProfileStatHttpResponseBytes OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! The total number of HTTP response bytes." + ::= { ltmSpdyProfileStatEntry 15 } + +ltmSpdyProfileStatNoopFramesReceived OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! The total number of NOOP frames received." + ::= { ltmSpdyProfileStatEntry 16 } + +ltmSpdyProfileStatNoopFramesSent OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! The total number of NOOP frames sent." + ::= { ltmSpdyProfileStatEntry 17 } + +ltmSpdyProfileStatPingFramesReceived OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! The total number of PING frames received." + ::= { ltmSpdyProfileStatEntry 18 } + +ltmSpdyProfileStatPingFramesSent OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! The total number of PING frames sent." + ::= { ltmSpdyProfileStatEntry 19 } + +ltmSpdyProfileStatRstStreamFramesReceived OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! The total number of RST_STREAM frames received." + ::= { ltmSpdyProfileStatEntry 20 } + +ltmSpdyProfileStatRstStreamFramesSent OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! The total number of RST_STREAM frames sent." + ::= { ltmSpdyProfileStatEntry 21 } + +ltmSpdyProfileStatSettingsFramesReceived OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! The total number of SETTINGS frames received." + ::= { ltmSpdyProfileStatEntry 22 } + +ltmSpdyProfileStatSettingsFramesSent OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! The total number of SETTINGS frames sent." + ::= { ltmSpdyProfileStatEntry 23 } + +ltmSpdyProfileStatSpdyRequestBytes OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! The total number of SPDY request bytes." + ::= { ltmSpdyProfileStatEntry 24 } + +ltmSpdyProfileStatSpdyRequestFrames OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! The total number of SPDY request frames." + ::= { ltmSpdyProfileStatEntry 25 } + +ltmSpdyProfileStatSpdyResponseBytes OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! The total number of SPDY response bytes." + ::= { ltmSpdyProfileStatEntry 26 } + +ltmSpdyProfileStatSpdyResponseFrames OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! The total number of SPDY response frames." + ::= { ltmSpdyProfileStatEntry 27 } + +ltmSpdyProfileStatSynReplyFramesReceived OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! The total number of SYN_REPLY frames received." + ::= { ltmSpdyProfileStatEntry 28 } + +ltmSpdyProfileStatSynReplyFramesSent OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! The total number of SYN_REPLY frames sent." + ::= { ltmSpdyProfileStatEntry 29 } + +ltmSpdyProfileStatSynStreamFramesReceived OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! The total number of SYN_STREAM frames received." + ::= { ltmSpdyProfileStatEntry 30 } + +ltmSpdyProfileStatSynStreamFramesSent OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! The total number of SYN_STREAM frames sent." + ::= { ltmSpdyProfileStatEntry 31 } + +ltmSpdyProfileStatV2StreamsCreated OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! The total number of SPDYv2 streams created." + ::= { ltmSpdyProfileStatEntry 32 } + +ltmSpdyProfileStatV2StreamsCurrent OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! The total number of SPDYv2 streams currently active." + ::= { ltmSpdyProfileStatEntry 33 } + +ltmSpdyProfileStatV2StreamsMax OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! The maximum number of SPDYv2 streams open simultaneously." + ::= { ltmSpdyProfileStatEntry 34 } + +ltmSpdyProfileStatV3StreamsCreated OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! The total number of SPDYv3 streams created." + ::= { ltmSpdyProfileStatEntry 35 } + +ltmSpdyProfileStatV3StreamsCurrent OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! The total number of SPDYv3 streams currently active." + ::= { ltmSpdyProfileStatEntry 36 } + +ltmSpdyProfileStatV3StreamsMax OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! The maximum number of SPDYv3 streams open simultaneously." + ::= { ltmSpdyProfileStatEntry 37 } + +ltmSpdyProfileStatWindowUpdateFramesReceived OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! The total number of WINDOW_UPDATE frames received." + ::= { ltmSpdyProfileStatEntry 38 } + +ltmSpdyProfileStatWindowUpdateFramesSent OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! The total number of WINDOW_UPDATE frames sent." + ::= { ltmSpdyProfileStatEntry 39 } + +--================================================================== +-- Profile_ftp_stat +--================================================================== +ltmFtpProfileStatResetStats OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "The action to reset resettable statistics data in ltmFtpProfileStat. + Setting this value to 1 will reset statistics data. + Note, some statistics data may not be reset including data that are incremental counters." + ::= { ltmFtpProfileStat 1 } + +ltmFtpProfileStatNumber OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of ltmFtpProfileStat entries in the table." + ::= { ltmFtpProfileStat 2 } + +ltmFtpProfileStatTable OBJECT-TYPE + SYNTAX SEQUENCE OF LtmFtpProfileStatEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A table containing statistics information about the FTP profile." + ::= { ltmFtpProfileStat 3 } + +ltmFtpProfileStatEntry OBJECT-TYPE + SYNTAX LtmFtpProfileStatEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Columns in the ltmFtpProfileStat Table" + INDEX { + ltmFtpProfileStatName + } + ::= { ltmFtpProfileStatTable 1 } + +LtmFtpProfileStatEntry ::= + SEQUENCE { + ltmFtpProfileStatName LongDisplayString, + ltmFtpProfileStatLoginRequests Counter64, + ltmFtpProfileStatDownloadRequests Counter64, + ltmFtpProfileStatUploadRequests Counter64, + ltmFtpProfileStatFtpsSessions Counter64, + ltmFtpProfileStatPassthruTransitions Counter64, + ltmFtpProfileStatFtpsIntercepts Counter64, + ltmFtpProfileStatFtpsResets Counter64, + ltmFtpProfileStatFtpsBypasses Counter64, + ltmFtpProfileStatPassiveRequests Counter64, + ltmFtpProfileStatActiveRequests Counter64 + } + +ltmFtpProfileStatName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of the FTP profile." + ::= { ltmFtpProfileStatEntry 1 } + +ltmFtpProfileStatLoginRequests OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of login requests received." + ::= { ltmFtpProfileStatEntry 2 } + +ltmFtpProfileStatDownloadRequests OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of download requests received." + ::= { ltmFtpProfileStatEntry 3 } + +ltmFtpProfileStatUploadRequests OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of upload requests received." + ::= { ltmFtpProfileStatEntry 4 } + +ltmFtpProfileStatFtpsSessions OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of sessions entering explicit FTPS mode." + ::= { ltmFtpProfileStatEntry 5 } + +ltmFtpProfileStatPassthruTransitions OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of sessions entering pass through mode." + ::= { ltmFtpProfileStatEntry 6 } + +ltmFtpProfileStatFtpsIntercepts OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of intercepted FTPS connections." + ::= { ltmFtpProfileStatEntry 7 } + +ltmFtpProfileStatFtpsResets OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of reset FTP connections due to FTPS policy." + ::= { ltmFtpProfileStatEntry 8 } + +ltmFtpProfileStatFtpsBypasses OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of FTP transitions to pass through mode due to SSL bypass." + ::= { ltmFtpProfileStatEntry 9 } + +ltmFtpProfileStatPassiveRequests OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of passive transfer requests received." + ::= { ltmFtpProfileStatEntry 10 } + +ltmFtpProfileStatActiveRequests OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of active transfer requests received." + ::= { ltmFtpProfileStatEntry 11 } + +--================================================================== +-- Dos_application_heavy_url_includes +--================================================================== +ltmDosApplicationHeavyUrlInclNumber OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of ltmDosApplicationHeavyUrlIncl entries in the table." + ::= { ltmDosApplicationHeavyUrlIncl 1 } + +ltmDosApplicationHeavyUrlInclTable OBJECT-TYPE + SYNTAX SEQUENCE OF LtmDosApplicationHeavyUrlInclEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A table containing information of manually-configured (included) heavy URLs in DoS profile Application Security." + ::= { ltmDosApplicationHeavyUrlIncl 2 } + +ltmDosApplicationHeavyUrlInclEntry OBJECT-TYPE + SYNTAX LtmDosApplicationHeavyUrlInclEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Columns in the ltmDosApplicationHeavyUrlIncl Table" + INDEX { + ltmDosApplicationHeavyUrlInclProfileName, + ltmDosApplicationHeavyUrlInclName, + ltmDosApplicationHeavyUrlInclIndex + } + ::= { ltmDosApplicationHeavyUrlInclTable 1 } + +LtmDosApplicationHeavyUrlInclEntry ::= + SEQUENCE { + ltmDosApplicationHeavyUrlInclProfileName LongDisplayString, + ltmDosApplicationHeavyUrlInclName LongDisplayString, + ltmDosApplicationHeavyUrlInclIndex INTEGER, + ltmDosApplicationHeavyUrlInclUrl LongDisplayString + } + +ltmDosApplicationHeavyUrlInclProfileName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of a DoS profile." + ::= { ltmDosApplicationHeavyUrlInclEntry 1 } + +ltmDosApplicationHeavyUrlInclName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The dummy name of enabled Application Security on this profile." + ::= { ltmDosApplicationHeavyUrlInclEntry 2 } + +ltmDosApplicationHeavyUrlInclIndex OBJECT-TYPE + SYNTAX INTEGER(0..2147483647) + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The index of the included heavy URL for the specified DoS profile with Application Security." + ::= { ltmDosApplicationHeavyUrlInclEntry 3 } + +ltmDosApplicationHeavyUrlInclUrl OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The included heavy URL for the specified DoS profile with Application Security." + ::= { ltmDosApplicationHeavyUrlInclEntry 4 } + +--================================================================== +-- Dos_application_heavy_url_excludes +--================================================================== +ltmDosApplicationHeavyUrlExclNumber OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of ltmDosApplicationHeavyUrlExcl entries in the table." + ::= { ltmDosApplicationHeavyUrlExcl 1 } + +ltmDosApplicationHeavyUrlExclTable OBJECT-TYPE + SYNTAX SEQUENCE OF LtmDosApplicationHeavyUrlExclEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A table containing information of ignored (excluded) heavy URLs in DoS profile Application Security." + ::= { ltmDosApplicationHeavyUrlExcl 2 } + +ltmDosApplicationHeavyUrlExclEntry OBJECT-TYPE + SYNTAX LtmDosApplicationHeavyUrlExclEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Columns in the ltmDosApplicationHeavyUrlExcl Table" + INDEX { + ltmDosApplicationHeavyUrlExclProfileName, + ltmDosApplicationHeavyUrlExclName, + ltmDosApplicationHeavyUrlExclIndex + } + ::= { ltmDosApplicationHeavyUrlExclTable 1 } + +LtmDosApplicationHeavyUrlExclEntry ::= + SEQUENCE { + ltmDosApplicationHeavyUrlExclProfileName LongDisplayString, + ltmDosApplicationHeavyUrlExclName LongDisplayString, + ltmDosApplicationHeavyUrlExclIndex INTEGER, + ltmDosApplicationHeavyUrlExclUrl LongDisplayString + } + +ltmDosApplicationHeavyUrlExclProfileName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of a DoS profile." + ::= { ltmDosApplicationHeavyUrlExclEntry 1 } + +ltmDosApplicationHeavyUrlExclName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The dummy name of enabled Application Security on this profile." + ::= { ltmDosApplicationHeavyUrlExclEntry 2 } + +ltmDosApplicationHeavyUrlExclIndex OBJECT-TYPE + SYNTAX INTEGER(0..2147483647) + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The index of the excluded heavy URL for the specified DoS profile with Application Security." + ::= { ltmDosApplicationHeavyUrlExclEntry 3 } + +ltmDosApplicationHeavyUrlExclUrl OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The excluded heavy URL for the specified DoS profile with Application Security." + ::= { ltmDosApplicationHeavyUrlExclEntry 4 } + +--================================================================== +-- Profile_v6rd +--================================================================== +ltmV6rdProfileNumber OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of ltmV6rdProfile entries in the table." + ::= { ltmV6rdProfile 1 } + +ltmV6rdProfileTable OBJECT-TYPE + SYNTAX SEQUENCE OF LtmV6rdProfileEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A table containing information about the V6RD profile." + ::= { ltmV6rdProfile 2 } + +ltmV6rdProfileEntry OBJECT-TYPE + SYNTAX LtmV6rdProfileEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Columns in the ltmV6rdProfile Table" + INDEX { + ltmV6rdProfileName + } + ::= { ltmV6rdProfileTable 1 } + +LtmV6rdProfileEntry ::= + SEQUENCE { + ltmV6rdProfileName LongDisplayString, + ltmV6rdProfileConfigSource INTEGER, + ltmV6rdProfileDefaultName LongDisplayString, + ltmV6rdProfileIpv4prefixType InetAddressType, + ltmV6rdProfileIpv4prefix InetAddress, + ltmV6rdProfileIpv4prefixlen Gauge, + ltmV6rdProfileV6rdprefixType InetAddressType, + ltmV6rdProfileV6rdprefix InetAddress, + ltmV6rdProfileV6rdprefixlen Gauge + } + +ltmV6rdProfileName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of a V6RD profile." + ::= { ltmV6rdProfileEntry 1 } + +ltmV6rdProfileConfigSource OBJECT-TYPE + SYNTAX INTEGER { + usercfg(0), + basecfg(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The state that specifies whether this is a base/pre-configured profile + or user defined profile." + ::= { ltmV6rdProfileEntry 2 } + +ltmV6rdProfileDefaultName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of the profile from which the specified profile derives + its attribute default values." + ::= { ltmV6rdProfileEntry 3 } + +ltmV6rdProfileIpv4prefixType OBJECT-TYPE + SYNTAX InetAddressType + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The IP address type of ltmV6rdProfileIpv4prefix." + ::= { ltmV6rdProfileEntry 4 } + +ltmV6rdProfileIpv4prefix OBJECT-TYPE + SYNTAX InetAddress + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "IPv4 prefix for Customer Edge routers. It is interpreted within + the context of a ltmV6rdProfileIpv4prefixType value." + ::= { ltmV6rdProfileEntry 5 } + +ltmV6rdProfileIpv4prefixlen OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of high-order bits of IPv4 addresses that are not embedded in the IPv6 addresses of a given V6RD domain." + ::= { ltmV6rdProfileEntry 6 } + +ltmV6rdProfileV6rdprefixType OBJECT-TYPE + SYNTAX InetAddressType + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The IP address type of ltmV6rdProfileV6rdprefix." + ::= { ltmV6rdProfileEntry 7 } + +ltmV6rdProfileV6rdprefix OBJECT-TYPE + SYNTAX InetAddress + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "IPv6 prefix 6RD domain. It is interpreted within + the context of a ltmV6rdProfileV6rdprefixType value." + ::= { ltmV6rdProfileEntry 8 } + +ltmV6rdProfileV6rdprefixlen OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The length of the 6rd IPv6 prefix for the given 6rd domain." + ::= { ltmV6rdProfileEntry 9 } + +--================================================================== +-- Profile_pptp +--================================================================== +ltmPptpProfileNumber OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of ltmPptpProfile entries in the table." + ::= { ltmPptpProfile 1 } + +ltmPptpProfileTable OBJECT-TYPE + SYNTAX SEQUENCE OF LtmPptpProfileEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A table containing information about the PPTP profile." + ::= { ltmPptpProfile 2 } + +ltmPptpProfileEntry OBJECT-TYPE + SYNTAX LtmPptpProfileEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Columns in the ltmPptpProfile Table" + INDEX { + ltmPptpProfileName + } + ::= { ltmPptpProfileTable 1 } + +LtmPptpProfileEntry ::= + SEQUENCE { + ltmPptpProfileName LongDisplayString, + ltmPptpProfileDescription LongDisplayString, + ltmPptpProfileConfigSource INTEGER, + ltmPptpProfileDefaultName LongDisplayString, + ltmPptpProfileLogServerIp INTEGER, + ltmPptpProfileLogPublisher LongDisplayString, + ltmPptpProfileCsvFormat INTEGER + } + +ltmPptpProfileName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of a PPTP profile." + ::= { ltmPptpProfileEntry 1 } + +ltmPptpProfileDescription OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The description of a PPTP profile." + ::= { ltmPptpProfileEntry 2 } + +ltmPptpProfileConfigSource OBJECT-TYPE + SYNTAX INTEGER { + usercfg(0), + basecfg(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The state that specifies whether this is a base/pre-configured profile + or user defined profile." + ::= { ltmPptpProfileEntry 3 } + +ltmPptpProfileDefaultName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of the profile from which the specified profile derives + its attribute default values." + ::= { ltmPptpProfileEntry 4 } + +ltmPptpProfileLogServerIp OBJECT-TYPE + SYNTAX INTEGER { + false(0), + true(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "state indicate whether the log messages for call establishment/disconnect + include the server's ip address." + ::= { ltmPptpProfileEntry 5 } + +ltmPptpProfileLogPublisher OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Specifies the name of the log publisher for PPTP events." + ::= { ltmPptpProfileEntry 6 } + +ltmPptpProfileCsvFormat OBJECT-TYPE + SYNTAX INTEGER { + false(0), + true(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Use csv log format for output." + ::= { ltmPptpProfileEntry 7 } + +--================================================================== +-- Profile_pptp_stat +--================================================================== +ltmPptpProfileStatResetStats OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "The action to reset resettable statistics data in ltmPptpProfileStat. + Setting this value to 1 will reset statistics data. + Note, some statistics data may not be reset including data that are incremental counters." + ::= { ltmPptpProfileStat 1 } + +ltmPptpProfileStatNumber OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of ltmPptpProfileStat entries in the table." + ::= { ltmPptpProfileStat 2 } + +ltmPptpProfileStatTable OBJECT-TYPE + SYNTAX SEQUENCE OF LtmPptpProfileStatEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A table containing statistics information about the PPTP profile." + ::= { ltmPptpProfileStat 3 } + +ltmPptpProfileStatEntry OBJECT-TYPE + SYNTAX LtmPptpProfileStatEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Columns in the ltmPptpProfileStat Table" + INDEX { + ltmPptpProfileStatName + } + ::= { ltmPptpProfileStatTable 1 } + +LtmPptpProfileStatEntry ::= + SEQUENCE { + ltmPptpProfileStatName LongDisplayString, + ltmPptpProfileStatStartRequests Counter64, + ltmPptpProfileStatStartReplies Counter64, + ltmPptpProfileStatStopRequests Counter64, + ltmPptpProfileStatStopReplies Counter64, + ltmPptpProfileStatEchoRequests Counter64, + ltmPptpProfileStatEchoReplies Counter64, + ltmPptpProfileStatOutgoingCallRequests Counter64, + ltmPptpProfileStatOutgoingCallReplies Counter64, + ltmPptpProfileStatCallClearRequests Counter64, + ltmPptpProfileStatCallDisconnectNotifies Counter64, + ltmPptpProfileStatWanErrorNotifies Counter64, + ltmPptpProfileStatSetLinkInfo Counter64, + ltmPptpProfileStatActiveCalls Counter64, + ltmPptpProfileStatTotalCalls Counter64, + ltmPptpProfileStatFailedCalls Counter64 + } + +ltmPptpProfileStatName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of the PPTP profile." + ::= { ltmPptpProfileStatEntry 1 } + +ltmPptpProfileStatStartRequests OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Number of PPTP control messages used to establish the control + connection between a server and a client." + ::= { ltmPptpProfileStatEntry 2 } + +ltmPptpProfileStatStartReplies OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Number of PPTP control messages sent in reply to a received + Start-Control-Connection-Request message." + ::= { ltmPptpProfileStatEntry 3 } + +ltmPptpProfileStatStopRequests OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Number of PPTP control messages sent by one peer of a client-server + control connection to inform the other peer that the control + connection should be closed." + ::= { ltmPptpProfileStatEntry 4 } + +ltmPptpProfileStatStopReplies OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Number of PPTP control messages sent by one peer of a client-server + control connection upon receipt of a + Stop-Control-Connection-Request from the other peer." + ::= { ltmPptpProfileStatEntry 5 } + +ltmPptpProfileStatEchoRequests OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Number of PPTP control messages sent by either peer of a client-server + control connection." + ::= { ltmPptpProfileStatEntry 6 } + +ltmPptpProfileStatEchoReplies OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Number of PPTP control messages sent by either peer of a client-server + control connection in response to the receipt of an Echo-Request." + ::= { ltmPptpProfileStatEntry 7 } + +ltmPptpProfileStatOutgoingCallRequests OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Number of PPTP control messages sent by the server to the client to + indicate that an outbound call from the client is to be + established." + ::= { ltmPptpProfileStatEntry 8 } + +ltmPptpProfileStatOutgoingCallReplies OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Number of PPTP control messages sent by the client to the server in + response to a received Outgoing-Call-Request message." + ::= { ltmPptpProfileStatEntry 9 } + +ltmPptpProfileStatCallClearRequests OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Number of PPTP control messages sent by the server to the client + indicating that a particular call is to be disconnected." + ::= { ltmPptpProfileStatEntry 10 } + +ltmPptpProfileStatCallDisconnectNotifies OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Number of PPTP Call-Disconnect-Notify control messages sent by the client + to the server. Its purpose is to inform the server of both the + disconnection and the reason for it." + ::= { ltmPptpProfileStatEntry 11 } + +ltmPptpProfileStatWanErrorNotifies OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Number of WAN-Error-Notify messages sent by the client to the server to + indicate WAN error conditions (conditions that occur on the interface + supporting PPP)." + ::= { ltmPptpProfileStatEntry 12 } + +ltmPptpProfileStatSetLinkInfo OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Number of PPTP control messages sent by the server to the client to + set PPP-negotiated options." + ::= { ltmPptpProfileStatEntry 13 } + +ltmPptpProfileStatActiveCalls OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Number of active PPTP calls." + ::= { ltmPptpProfileStatEntry 14 } + +ltmPptpProfileStatTotalCalls OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Total number of PPTP calls served." + ::= { ltmPptpProfileStatEntry 15 } + +ltmPptpProfileStatFailedCalls OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Total number of PPTP calls that failed." + ::= { ltmPptpProfileStatEntry 16 } + +--================================================================== +-- Profile_pcp +--================================================================== +ltmPcpProfileNumber OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of ltmPcpProfile entries in the table." + ::= { ltmPcpProfile 1 } + +ltmPcpProfileTable OBJECT-TYPE + SYNTAX SEQUENCE OF LtmPcpProfileEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A table containing information about the Port Control Protocol (PCP) profile." + ::= { ltmPcpProfile 2 } + +ltmPcpProfileEntry OBJECT-TYPE + SYNTAX LtmPcpProfileEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Columns in the ltmPcpProfile Table" + INDEX { + ltmPcpProfileName + } + ::= { ltmPcpProfileTable 1 } + +LtmPcpProfileEntry ::= + SEQUENCE { + ltmPcpProfileName LongDisplayString, + ltmPcpProfileConfigSource INTEGER, + ltmPcpProfileDefaultName LongDisplayString, + ltmPcpProfileListeningPort InetPortNumber, + ltmPcpProfileMulticastPort InetPortNumber, + ltmPcpProfileMinMappingLifetime Gauge, + ltmPcpProfileMaxMappingLifetime Gauge, + ltmPcpProfileMapRecycleDelay Gauge, + ltmPcpProfileMapLimitPerClient Gauge, + ltmPcpProfileMapFilterLimit Gauge, + ltmPcpProfileThirdPartyOption INTEGER, + ltmPcpProfileRuleName LongDisplayString + } + +ltmPcpProfileName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of a PCP profile." + ::= { ltmPcpProfileEntry 1 } + +ltmPcpProfileConfigSource OBJECT-TYPE + SYNTAX INTEGER { + usercfg(0), + basecfg(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The state that specifies whether this is a base/pre-configured profile + or user defined profile." + ::= { ltmPcpProfileEntry 2 } + +ltmPcpProfileDefaultName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of the profile from which the specified profile derives + its attribute default values." + ::= { ltmPcpProfileEntry 3 } + +ltmPcpProfileListeningPort OBJECT-TYPE + SYNTAX InetPortNumber + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The port which Port Control Protocol listener listens for PCP client-to-server + request message." + ::= { ltmPcpProfileEntry 4 } + +ltmPcpProfileMulticastPort OBJECT-TYPE + SYNTAX InetPortNumber + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The port which Port Control Protocol sends server-to-client multicast notifications." + ::= { ltmPcpProfileEntry 5 } + +ltmPcpProfileMinMappingLifetime OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Minimum duration of a mapping." + ::= { ltmPcpProfileEntry 6 } + +ltmPcpProfileMaxMappingLifetime OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Maximum allowed duration of a mapping." + ::= { ltmPcpProfileEntry 7 } + +ltmPcpProfileMapRecycleDelay OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "How long to wait before reusing a mapping that was deleted." + ::= { ltmPcpProfileEntry 8 } + +ltmPcpProfileMapLimitPerClient OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Maximum number of mappings allowed per client." + ::= { ltmPcpProfileEntry 9 } + +ltmPcpProfileMapFilterLimit OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Maximum number of filters allowed per mapping." + ::= { ltmPcpProfileEntry 10 } + +ltmPcpProfileThirdPartyOption OBJECT-TYPE + SYNTAX INTEGER { + false(0), + true(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "If true, allows a PCP client to create mappings on behalf of another internal host." + ::= { ltmPcpProfileEntry 11 } + +ltmPcpProfileRuleName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of the rule that the specified profile will be using." + ::= { ltmPcpProfileEntry 12 } + +--================================================================== +-- Pcp_prefix +--================================================================== +ltmPcpPrefixNumber OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of ltmPcpPrefix entries in the table." + ::= { ltmPcpPrefix 1 } + +ltmPcpPrefixTable OBJECT-TYPE + SYNTAX SEQUENCE OF LtmPcpPrefixEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A table containing information of PCP prefix." + ::= { ltmPcpPrefix 2 } + +ltmPcpPrefixEntry OBJECT-TYPE + SYNTAX LtmPcpPrefixEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Columns in the ltmPcpPrefix Table" + INDEX { + ltmPcpPrefixName + } + ::= { ltmPcpPrefixTable 1 } + +LtmPcpPrefixEntry ::= + SEQUENCE { + ltmPcpPrefixName LongDisplayString, + ltmPcpPrefixAddrType InetAddressType, + ltmPcpPrefixAddr InetAddress + } + +ltmPcpPrefixName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of a PCP prefix node." + ::= { ltmPcpPrefixEntry 1 } + +ltmPcpPrefixAddrType OBJECT-TYPE + SYNTAX InetAddressType + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The IP address type of ltmPcpPrefixAddr." + ::= { ltmPcpPrefixEntry 2 } + +ltmPcpPrefixAddr OBJECT-TYPE + SYNTAX InetAddress + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The IP address of a node. It is interpreted within + the context of a ltmPcpPrefixAddrType value." + ::= { ltmPcpPrefixEntry 3 } + +--================================================================== +-- Pcp_prefix_profile_pcp +--================================================================== +ltmPcpPrefixProfilePcpNumber OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of ltmPcpPrefixProfilePcp entries in the table." + ::= { ltmPcpPrefixProfilePcp 1 } + +ltmPcpPrefixProfilePcpTable OBJECT-TYPE + SYNTAX SEQUENCE OF LtmPcpPrefixProfilePcpEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A table containing information of PCP profile prefix, or third-party-subnets." + ::= { ltmPcpPrefixProfilePcp 2 } + +ltmPcpPrefixProfilePcpEntry OBJECT-TYPE + SYNTAX LtmPcpPrefixProfilePcpEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Columns in the ltmPcpPrefixProfilePcp Table" + INDEX { + ltmPcpPrefixProfilePcpName, + ltmPcpPrefixProfilePcpPcpPrefixName + } + ::= { ltmPcpPrefixProfilePcpTable 1 } + +LtmPcpPrefixProfilePcpEntry ::= + SEQUENCE { + ltmPcpPrefixProfilePcpPcpPrefixName LongDisplayString, + ltmPcpPrefixProfilePcpName LongDisplayString, + ltmPcpPrefixProfilePcpPrefixAddressType InetAddressType, + ltmPcpPrefixProfilePcpPrefixAddress InetAddress + } + +ltmPcpPrefixProfilePcpPcpPrefixName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of a PCP prefix node." + ::= { ltmPcpPrefixProfilePcpEntry 1 } + +ltmPcpPrefixProfilePcpName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of a PCP profile." + ::= { ltmPcpPrefixProfilePcpEntry 2 } + +ltmPcpPrefixProfilePcpPrefixAddressType OBJECT-TYPE + SYNTAX InetAddressType + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The IP address type of ltmPcpPrefixProfilePcpPrefixAddress." + ::= { ltmPcpPrefixProfilePcpEntry 3 } + +ltmPcpPrefixProfilePcpPrefixAddress OBJECT-TYPE + SYNTAX InetAddress + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The IP address of a node. It is interpreted within + the context of a ltmPcpPrefixProfilePcpPrefixAddressType value." + ::= { ltmPcpPrefixProfilePcpEntry 4 } + +--================================================================== +-- Profile_pcp_stat +--================================================================== +ltmPcpProfileStatResetStats OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "The action to reset resettable statistics data in ltmPcpProfileStat. + Setting this value to 1 will reset statistics data. + Note, some statistics data may not be reset including data that are incremental counters." + ::= { ltmPcpProfileStat 1 } + +ltmPcpProfileStatNumber OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of ltmPcpProfileStat entries in the table." + ::= { ltmPcpProfileStat 2 } + +ltmPcpProfileStatTable OBJECT-TYPE + SYNTAX SEQUENCE OF LtmPcpProfileStatEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A table containing statistics information about the Port Control Protocol + (PCP) profile." + ::= { ltmPcpProfileStat 3 } + +ltmPcpProfileStatEntry OBJECT-TYPE + SYNTAX LtmPcpProfileStatEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Columns in the ltmPcpProfileStat Table" + INDEX { + ltmPcpProfileStatName + } + ::= { ltmPcpProfileStatTable 1 } + +LtmPcpProfileStatEntry ::= + SEQUENCE { + ltmPcpProfileStatName LongDisplayString, + ltmPcpProfileStatPcpAnnounceRequests Counter64, + ltmPcpProfileStatPcpAnnounceResponsesUcast Counter64, + ltmPcpProfileStatPcpAnnounceResponsesMulticast Counter64, + ltmPcpProfileStatPcpMapRequests Counter64, + ltmPcpProfileStatPcpMapResponses Counter64, + ltmPcpProfileStatPcpPeerRequests Counter64, + ltmPcpProfileStatPcpPeerResponses Counter64, + ltmPcpProfileStatPcpErrorsInvalidRequest Counter64, + ltmPcpProfileStatPcpErrorsUnavailableResource Counter64, + ltmPcpProfileStatPcpErrorsNotAuthorized Counter64, + ltmPcpProfileStatPcpErrorsOther Counter64 + } + +ltmPcpProfileStatName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of the PCP profile." + ::= { ltmPcpProfileStatEntry 1 } + +ltmPcpProfileStatPcpAnnounceRequests OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of Announce requests received." + ::= { ltmPcpProfileStatEntry 2 } + +ltmPcpProfileStatPcpAnnounceResponsesUcast OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of unicast Announce responses transmitted." + ::= { ltmPcpProfileStatEntry 3 } + +ltmPcpProfileStatPcpAnnounceResponsesMulticast OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of multicast Announce responses transmitted." + ::= { ltmPcpProfileStatEntry 4 } + +ltmPcpProfileStatPcpMapRequests OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of Map requests received." + ::= { ltmPcpProfileStatEntry 5 } + +ltmPcpProfileStatPcpMapResponses OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of Map responses transmitted." + ::= { ltmPcpProfileStatEntry 6 } + +ltmPcpProfileStatPcpPeerRequests OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of Peer requests received." + ::= { ltmPcpProfileStatEntry 7 } + +ltmPcpProfileStatPcpPeerResponses OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of Peer responses transmitted." + ::= { ltmPcpProfileStatEntry 8 } + +ltmPcpProfileStatPcpErrorsInvalidRequest OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of invalid or malformed PCP requests received." + ::= { ltmPcpProfileStatEntry 9 } + +ltmPcpProfileStatPcpErrorsUnavailableResource OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of PCP requests received where the server has insufficient + resources to complete the requested operation." + ::= { ltmPcpProfileStatEntry 10 } + +ltmPcpProfileStatPcpErrorsNotAuthorized OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of PCP requests that generated (or caused) an + unauthorized error when attempting to create a mapping." + ::= { ltmPcpProfileStatEntry 11 } + +ltmPcpProfileStatPcpErrorsOther OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of PCP requests received that resulted in other errors." + ::= { ltmPcpProfileStatEntry 12 } + +--================================================================== +-- Tmm_dns_zone_stat +--================================================================== +ltmDnsExpressStatResetStats OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "The action to reset resettable statistics data in ltmDnsExpressStat. + Setting this value to 1 will reset statistics data. + Note, some statistics data may not be reset including data that are incremental counters." + ::= { ltmDnsExpressStat 1 } + +ltmDnsExpressStatNumber OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of ltmDnsExpressStat entries in the table." + ::= { ltmDnsExpressStat 2 } + +ltmDnsExpressStatTable OBJECT-TYPE + SYNTAX SEQUENCE OF LtmDnsExpressStatEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A table containing statistics information about DNS Express zone transfer." + ::= { ltmDnsExpressStat 3 } + +ltmDnsExpressStatEntry OBJECT-TYPE + SYNTAX LtmDnsExpressStatEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Columns in the ltmDnsExpressStat Table" + INDEX { + ltmDnsExpressStatName + } + ::= { ltmDnsExpressStatTable 1 } + +LtmDnsExpressStatEntry ::= + SEQUENCE { + ltmDnsExpressStatName LongDisplayString, + ltmDnsExpressStatDnsxQueries Counter64, + ltmDnsExpressStatDnsxResponses Counter64, + ltmDnsExpressStatDnsxNotifiesRecv Counter64, + ltmDnsExpressStatAxfrQueries Counter64, + ltmDnsExpressStatIxfrQueries Counter64, + ltmDnsExpressStatXfrQueriesAclFailed Counter64, + ltmDnsExpressStatXfrNotifiesSent Counter64, + ltmDnsExpressStatDnsxXfrMsgs Counter64, + ltmDnsExpressStatXfrNotifiesFailed Counter64, + ltmDnsExpressStatTsigMissing Counter64, + ltmDnsExpressStatTsigNotRequired Counter64, + ltmDnsExpressStatTsigVerified Counter64, + ltmDnsExpressStatTsigBadKey Counter64, + ltmDnsExpressStatTsigBadSig Counter64, + ltmDnsExpressStatTsigBadTime Counter64 + } + +ltmDnsExpressStatName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of DNS zone." + ::= { ltmDnsExpressStatEntry 1 } + +ltmDnsExpressStatDnsxQueries OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Total number of queries sent to DNS Express." + ::= { ltmDnsExpressStatEntry 2 } + +ltmDnsExpressStatDnsxResponses OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Total number of queries answered by DNS Express." + ::= { ltmDnsExpressStatEntry 3 } + +ltmDnsExpressStatDnsxNotifiesRecv OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Total number of zone notifies received by DNS Express." + ::= { ltmDnsExpressStatEntry 4 } + +ltmDnsExpressStatAxfrQueries OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Total number of AXFR queries." + ::= { ltmDnsExpressStatEntry 5 } + +ltmDnsExpressStatIxfrQueries OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Total number of IXFR queries." + ::= { ltmDnsExpressStatEntry 6 } + +ltmDnsExpressStatXfrQueriesAclFailed OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Total number of zone transfer queries whose source IP address is not in the ACL." + ::= { ltmDnsExpressStatEntry 7 } + +ltmDnsExpressStatXfrNotifiesSent OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Total number of zone notifies sent to the clients." + ::= { ltmDnsExpressStatEntry 8 } + +ltmDnsExpressStatDnsxXfrMsgs OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Total number of zone transfer messages sent to the clients from DNS Express." + ::= { ltmDnsExpressStatEntry 9 } + +ltmDnsExpressStatXfrNotifiesFailed OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Total number of failures when sending notifies to the clients." + ::= { ltmDnsExpressStatEntry 10 } + +ltmDnsExpressStatTsigMissing OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Total number of zone transfer queries without TSIG while it is required." + ::= { ltmDnsExpressStatEntry 11 } + +ltmDnsExpressStatTsigNotRequired OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Total number of zone transfer queries without TSIG and TSIG is not required." + ::= { ltmDnsExpressStatEntry 12 } + +ltmDnsExpressStatTsigVerified OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Total number of zone transfer queries whose HMAC is verified." + ::= { ltmDnsExpressStatEntry 13 } + +ltmDnsExpressStatTsigBadKey OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Total number of zone transfer queries with a bad key." + ::= { ltmDnsExpressStatEntry 14 } + +ltmDnsExpressStatTsigBadSig OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Total number of zone transfer queries with a bad HMAC." + ::= { ltmDnsExpressStatEntry 15 } + +ltmDnsExpressStatTsigBadTime OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Total number of zone transfer queries with a bad time." + ::= { ltmDnsExpressStatEntry 16 } + +--================================================================== +-- Tmm_dns_server_stat +--================================================================== +ltmDnsServerStatResetStats OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "The action to reset resettable statistics data in ltmDnsServerStat. + Setting this value to 1 will reset statistics data. + Note, some statistics data may not be reset including data that are incremental counters." + ::= { ltmDnsServerStat 1 } + +ltmDnsServerStatNumber OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of ltmDnsServerStat entries in the table." + ::= { ltmDnsServerStat 2 } + +ltmDnsServerStatTable OBJECT-TYPE + SYNTAX SEQUENCE OF LtmDnsServerStatEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A table containing statistics information about DNS server zone transfer." + ::= { ltmDnsServerStat 3 } + +ltmDnsServerStatEntry OBJECT-TYPE + SYNTAX LtmDnsServerStatEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Columns in the ltmDnsServerStat Table" + INDEX { + ltmDnsServerStatName + } + ::= { ltmDnsServerStatTable 1 } + +LtmDnsServerStatEntry ::= + SEQUENCE { + ltmDnsServerStatName LongDisplayString, + ltmDnsServerStatXfrQueries Counter64, + ltmDnsServerStatXfrResponses Counter64, + ltmDnsServerStatXfrNotifies Counter64, + ltmDnsServerStatXfrNotifyFailed Counter64 + } + +ltmDnsServerStatName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of DNS server." + ::= { ltmDnsServerStatEntry 1 } + +ltmDnsServerStatXfrQueries OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Total number of zone transfer queries." + ::= { ltmDnsServerStatEntry 2 } + +ltmDnsServerStatXfrResponses OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Total number of zone transfer responses." + ::= { ltmDnsServerStatEntry 3 } + +ltmDnsServerStatXfrNotifies OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Total number of zone transfer notifies." + ::= { ltmDnsServerStatEntry 4 } + +ltmDnsServerStatXfrNotifyFailed OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Total number of zone transfer notify failures." + ::= { ltmDnsServerStatEntry 5 } + +--================================================================== +-- Dns_cache_forward_zone +--================================================================== +ltmDnsCacheForwardZoneNumber OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of ltmDnsCacheForwardZone entries in the table." + ::= { ltmDnsCacheForwardZone 1 } + +ltmDnsCacheForwardZoneTable OBJECT-TYPE + SYNTAX SEQUENCE OF LtmDnsCacheForwardZoneEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A table containing information about DNS Cache Forward Zone." + ::= { ltmDnsCacheForwardZone 2 } + +ltmDnsCacheForwardZoneEntry OBJECT-TYPE + SYNTAX LtmDnsCacheForwardZoneEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Columns in the ltmDnsCacheForwardZone Table" + INDEX { + ltmDnsCacheForwardZoneName, + ltmDnsCacheForwardZoneCacheName + } + ::= { ltmDnsCacheForwardZoneTable 1 } + +LtmDnsCacheForwardZoneEntry ::= + SEQUENCE { + ltmDnsCacheForwardZoneName LongDisplayString, + ltmDnsCacheForwardZoneCacheName LongDisplayString + } + +ltmDnsCacheForwardZoneName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of DNS Cache Forward Zone." + ::= { ltmDnsCacheForwardZoneEntry 1 } + +ltmDnsCacheForwardZoneCacheName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of DNS Cache to which the specified Forward Zone belongs." + ::= { ltmDnsCacheForwardZoneEntry 2 } + +--================================================================== +-- Dns_cache_forward_zone_name_server +--================================================================== +ltmDnsCacheForwardZoneNameServerNumber OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of ltmDnsCacheForwardZoneNameServer entries in the table." + ::= { ltmDnsCacheForwardZoneNameServer 1 } + +ltmDnsCacheForwardZoneNameServerTable OBJECT-TYPE + SYNTAX SEQUENCE OF LtmDnsCacheForwardZoneNameServerEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A table containing information about DNS Cache Forward Zone Nameserver." + ::= { ltmDnsCacheForwardZoneNameServer 2 } + +ltmDnsCacheForwardZoneNameServerEntry OBJECT-TYPE + SYNTAX LtmDnsCacheForwardZoneNameServerEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Columns in the ltmDnsCacheForwardZoneNameServer Table" + INDEX { + ltmDnsCacheForwardZoneNameServerAddrType, + ltmDnsCacheForwardZoneNameServerAddr, + ltmDnsCacheForwardZoneNameServerPort, + ltmDnsCacheForwardZoneNameServerForwardZoneName, + ltmDnsCacheForwardZoneNameServerCacheName + } + ::= { ltmDnsCacheForwardZoneNameServerTable 1 } + +LtmDnsCacheForwardZoneNameServerEntry ::= + SEQUENCE { + ltmDnsCacheForwardZoneNameServerAddrType InetAddressType, + ltmDnsCacheForwardZoneNameServerAddr InetAddress, + ltmDnsCacheForwardZoneNameServerPort InetPortNumber, + ltmDnsCacheForwardZoneNameServerForwardZoneName LongDisplayString, + ltmDnsCacheForwardZoneNameServerCacheName LongDisplayString + } + +ltmDnsCacheForwardZoneNameServerAddrType OBJECT-TYPE + SYNTAX InetAddressType + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The IP address type of the ltmDnsCacheForwardZoneNameServerIp." + ::= { ltmDnsCacheForwardZoneNameServerEntry 1 } + +ltmDnsCacheForwardZoneNameServerAddr OBJECT-TYPE + SYNTAX InetAddress + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The IP address of the specified nameserver. It is interpreted within + the context of a ltmDnsCacheForwardZoneNameServerIpType" + ::= { ltmDnsCacheForwardZoneNameServerEntry 2 } + +ltmDnsCacheForwardZoneNameServerPort OBJECT-TYPE + SYNTAX InetPortNumber + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The port of the specified nameserver." + ::= { ltmDnsCacheForwardZoneNameServerEntry 3 } + +ltmDnsCacheForwardZoneNameServerForwardZoneName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of DNS Cache Forward Zone to which the specified nameserver belongs." + ::= { ltmDnsCacheForwardZoneNameServerEntry 4 } + +ltmDnsCacheForwardZoneNameServerCacheName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of DNS Cache to which the specified nameserver, and it's parent Forward Zone, belongs." + ::= { ltmDnsCacheForwardZoneNameServerEntry 5 } + +--================================================================== +-- Clientssl_certkeychain +--================================================================== +ltmClientSslCertKeyChainNumber OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of ltmClientSslCertKeyChain entries in the table." + ::= { ltmClientSslCertKeyChain 1 } + +ltmClientSslCertKeyChainTable OBJECT-TYPE + SYNTAX SEQUENCE OF LtmClientSslCertKeyChainEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A table containing cert, key and chain configuration of client-side SSL profiles." + ::= { ltmClientSslCertKeyChain 2 } + +ltmClientSslCertKeyChainEntry OBJECT-TYPE + SYNTAX LtmClientSslCertKeyChainEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Columns in the ltmClientSslCertKeyChain Table" + INDEX { + ltmClientSslCertKeyChainName, + ltmClientSslCertKeyChainClientssl + } + ::= { ltmClientSslCertKeyChainTable 1 } + +LtmClientSslCertKeyChainEntry ::= + SEQUENCE { + ltmClientSslCertKeyChainName LongDisplayString, + ltmClientSslCertKeyChainClientssl LongDisplayString, + ltmClientSslCertKeyChainCert LongDisplayString, + ltmClientSslCertKeyChainKey LongDisplayString, + ltmClientSslCertKeyChainChain LongDisplayString, + ltmClientSslCertKeyChainOcspStplParams LongDisplayString + } + +ltmClientSslCertKeyChainName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of a certkeychain set." + ::= { ltmClientSslCertKeyChainEntry 1 } + +ltmClientSslCertKeyChainClientssl OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of a ClientSSL profile the set is related to." + ::= { ltmClientSslCertKeyChainEntry 2 } + +ltmClientSslCertKeyChainCert OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The certificate file name." + ::= { ltmClientSslCertKeyChainEntry 3 } + +ltmClientSslCertKeyChainKey OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The key file name." + ::= { ltmClientSslCertKeyChainEntry 4 } + +ltmClientSslCertKeyChainChain OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The certificate chain file name." + ::= { ltmClientSslCertKeyChainEntry 5 } + +ltmClientSslCertKeyChainOcspStplParams OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of the OCSP Stapling Parameters object." + ::= { ltmClientSslCertKeyChainEntry 6 } + +--================================================================== +-- Dos_attack_data_stat +--================================================================== +ltmDosAttackDataStatResetStats OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "The action to reset resettable statistics data in ltmDosAttackDataStat. + Setting this value to 1 will reset statistics data. + Note, some statistics data may not be reset including data that are incremental counters." + ::= { ltmDosAttackDataStat 1 } + +ltmDosAttackDataStatNumber OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of ltmDosAttackDataStat entries in the table." + ::= { ltmDosAttackDataStat 2 } + +ltmDosAttackDataStatTable OBJECT-TYPE + SYNTAX SEQUENCE OF LtmDosAttackDataStatEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A table containing statistic information of DoS attack data." + ::= { ltmDosAttackDataStat 3 } + +ltmDosAttackDataStatEntry OBJECT-TYPE + SYNTAX LtmDosAttackDataStatEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Columns in the ltmDosAttackDataStat Table" + INDEX { + ltmDosAttackDataStatDeviceName, + ltmDosAttackDataStatVectorName, + ltmDosAttackDataStatAttackType + } + ::= { ltmDosAttackDataStatTable 1 } + +LtmDosAttackDataStatEntry ::= + SEQUENCE { + ltmDosAttackDataStatDeviceName LongDisplayString, + ltmDosAttackDataStatVectorName LongDisplayString, + ltmDosAttackDataStatAttackType INTEGER, + ltmDosAttackDataStatAttackDetected Counter64, + ltmDosAttackDataStatAttackCount Counter64, + ltmDosAttackDataStatStats Counter64, + ltmDosAttackDataStatStatsRate Counter64, + ltmDosAttackDataStatStats1m Counter64, + ltmDosAttackDataStatStats1h Counter64, + ltmDosAttackDataStatDrops Counter64, + ltmDosAttackDataStatDropsRate Counter64, + ltmDosAttackDataStatDrops1m Counter64, + ltmDosAttackDataStatDrops1h Counter64, + ltmDosAttackDataStatWlCount Counter64 + } + +ltmDosAttackDataStatDeviceName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of the DoS Device." + ::= { ltmDosAttackDataStatEntry 1 } + +ltmDosAttackDataStatVectorName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of the DoS Vector." + ::= { ltmDosAttackDataStatEntry 2 } + +ltmDosAttackDataStatAttackType OBJECT-TYPE + SYNTAX INTEGER { + etherBrdcstPkt(1), + etherMulticstPkt(2), + etherMacSaEqDa(3), + arpFlood(4), + badVer(5), + hdrLenTooShort(6), + hdrLenGtL2Len(7), + ipLenGtL2Len(8), + l2LenGgtIpLen(9), + noL4(10), + badTtlVal(11), + ttlLeqOne(12), + ipErrChksum(13), + ipOptFrames(14), + ipFragFlood(15), + badIgmpFrame(16), + ipShortFrag(17), + igmpFlood(18), + badIpv6Ver(19), + ipv6LenGtL2Len(20), + payloadLenLsL2Len(21), + tooManyExtHdrs(22), + dupExtHdr(23), + extHdrTooLarge(24), + l4ExtHdrsGoEnd(25), + badIpv6HopCnt(26), + hopCntLeqOne(27), + routingHeaderType0(28), + ipv6ExtHdrFrames(29), + ipv6FragFlood(30), + badExtHdrOrder(31), + ipv6ShortFrag(32), + igmpFragFlood(33), + tcpHdrLenTooShort(34), + tclHdrLenGtL2Len(35), + unkTcpOptType(36), + optPresentWithIllegalLen(37), + tcpOptOverrunsTcpHdr(38), + badTcpChksum(39), + badTcpFlagsAllSet(40), + badTcpFlagsAllClr(41), + synAndFinSet(42), + finOnlySet(43), + tcpSynFlood(44), + tcpSynackFlood(45), + tcpRstFlood(46), + badIcmpChksum(47), + tcpBadUrg(48), + tcpWindowSize(49), + ipv6AtomicFrag(50), + badUdpHdr(51), + badUdpChksum(52), + ipBadSrc(53), + ipv6BadSrc(54), + badIcmpFrame(55), + icmpv4Flood(56), + icmpFrag(57), + icmpFrameTooLarge(58), + icmpv6Flood(59), + hostUnreachable(60), + tidcmp(61), + udpFlood(62), + dnsOversize(63), + landAttack(64), + dnsResponseFlood(65), + dnsMalformed(66), + dnsQdcountLimit(67), + dnsAnyQuery(68), + dnsAQuery(69), + dnsPtrQuery(70), + dnsNsQuery(71), + dnsSoaQuery(72), + dnsCnameQuery(73), + dnsMxQuery(74), + dnsAaaaQuery(75), + dnsTxtQuery(76), + dnsSrvQuery(77), + dnsAxfrQuery(78), + dnsIxfrQuery(79), + dnsOtherQuery(80), + ipOtherFrag(81), + ipv6OtherFrag(82), + sipMalformed(83), + sipInviteMethod(84), + sipAckMethod(85), + sipOptionsMethod(86), + sipByeMethod(87), + sipCancelMethod(88), + sipRegisterMethod(89), + sipPublishMethod(90), + sipNotifyMethod(91), + sipSubscribeMethod(92), + sipMessageMethod(93), + sipPrackMethod(94), + sipOtherMethod(95), + ipOverlapFrag(96), + ipv6OverlapFrag(97), + badIpOpt(98), + tcpAckFlood(99), + sweep(101), + flood(102), + unkIpoptType(103), + badSctpChksum(104), + ipUnkProt(105), + tcpSynOversize(106) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The DoS attack vector type." + ::= { ltmDosAttackDataStatEntry 3 } + +ltmDosAttackDataStatAttackDetected OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "A Boolean representing whether or not an attack is currently + occurring." + ::= { ltmDosAttackDataStatEntry 4 } + +ltmDosAttackDataStatAttackCount OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of attacks detected." + ::= { ltmDosAttackDataStatEntry 5 } + +ltmDosAttackDataStatStats OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of attack packets received." + ::= { ltmDosAttackDataStatEntry 6 } + +ltmDosAttackDataStatStatsRate OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of attack packets received per second." + ::= { ltmDosAttackDataStatEntry 7 } + +ltmDosAttackDataStatStats1m OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of attack packets received in the last minute." + ::= { ltmDosAttackDataStatEntry 8 } + +ltmDosAttackDataStatStats1h OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of attack packets received in the last hour." + ::= { ltmDosAttackDataStatEntry 9 } + +ltmDosAttackDataStatDrops OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of attack packets dropped." + ::= { ltmDosAttackDataStatEntry 10 } + +ltmDosAttackDataStatDropsRate OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of attack packets dropped per second." + ::= { ltmDosAttackDataStatEntry 11 } + +ltmDosAttackDataStatDrops1m OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of attack packets dropped in the last minute." + ::= { ltmDosAttackDataStatEntry 12 } + +ltmDosAttackDataStatDrops1h OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of attack packets dropped in the last hour." + ::= { ltmDosAttackDataStatEntry 13 } + +ltmDosAttackDataStatWlCount OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Total number of whitelist hits." + ::= { ltmDosAttackDataStatEntry 14 } + +--================================================================== +-- Network_attack_data_stat +--================================================================== +ltmNetworkAttackDataStatResetStats OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "The action to reset resettable statistics data in ltmNetworkAttackDataStat. + Setting this value to 1 will reset statistics data. + Note, some statistics data may not be reset including data that are incremental counters." + ::= { ltmNetworkAttackDataStat 1 } + +ltmNetworkAttackDataStatNumber OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of ltmNetworkAttackDataStat entries in the table." + ::= { ltmNetworkAttackDataStat 2 } + +ltmNetworkAttackDataStatTable OBJECT-TYPE + SYNTAX SEQUENCE OF LtmNetworkAttackDataStatEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A table containing statistic information of Network DoS attack data." + ::= { ltmNetworkAttackDataStat 3 } + +ltmNetworkAttackDataStatEntry OBJECT-TYPE + SYNTAX LtmNetworkAttackDataStatEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Columns in the ltmNetworkAttackDataStat Table" + INDEX { + ltmNetworkAttackDataStatProfileName, + ltmNetworkAttackDataStatVectorName, + ltmNetworkAttackDataStatAttackType, + ltmNetworkAttackDataStatVsName + } + ::= { ltmNetworkAttackDataStatTable 1 } + +LtmNetworkAttackDataStatEntry ::= + SEQUENCE { + ltmNetworkAttackDataStatProfileName LongDisplayString, + ltmNetworkAttackDataStatVsName LongDisplayString, + ltmNetworkAttackDataStatVectorName LongDisplayString, + ltmNetworkAttackDataStatAttackType INTEGER, + ltmNetworkAttackDataStatAttackDetected Counter64, + ltmNetworkAttackDataStatAttackCount Counter64, + ltmNetworkAttackDataStatStats Counter64, + ltmNetworkAttackDataStatStatsRate Counter64, + ltmNetworkAttackDataStatStats1m Counter64, + ltmNetworkAttackDataStatStats1h Counter64, + ltmNetworkAttackDataStatDrops Counter64, + ltmNetworkAttackDataStatDropsRate Counter64, + ltmNetworkAttackDataStatDrops1m Counter64, + ltmNetworkAttackDataStatDrops1h Counter64, + ltmNetworkAttackDataStatWlCount Counter64 + } + +ltmNetworkAttackDataStatProfileName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of the DoS Profile." + ::= { ltmNetworkAttackDataStatEntry 1 } + +ltmNetworkAttackDataStatVsName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of the virtual server." + ::= { ltmNetworkAttackDataStatEntry 2 } + +ltmNetworkAttackDataStatVectorName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of the DoS Vector." + ::= { ltmNetworkAttackDataStatEntry 3 } + +ltmNetworkAttackDataStatAttackType OBJECT-TYPE + SYNTAX INTEGER { + ipOptFrames(1), + ipLowTtl(2), + hopCntLow(3), + icmpFrag(4), + ipFragFlood(5), + tooManyExtHdrs(6), + extHdrTooLarge(7), + ipv6ExtHdrFrames(8), + ipv6FragFlood(9), + unkTcpOptType(10), + optPresentWithIllegalLen(11), + tcpOptOverrunsTcpHdr(12), + tcpSynFlood(13), + tcpSynackFlood(14), + tcpRstFlood(15), + tcpBadUrg(16), + tcpWindowSize(17), + hostUnreachable(18), + tidcmp(19), + icmpv4Flood(20), + icmpv6Flood(21), + udpFlood(22), + sweep(23), + tcpSynOversize(24) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The DoS attack vector type." + ::= { ltmNetworkAttackDataStatEntry 4 } + +ltmNetworkAttackDataStatAttackDetected OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "A Boolean representing whether or not an attack is currently + occurring." + ::= { ltmNetworkAttackDataStatEntry 5 } + +ltmNetworkAttackDataStatAttackCount OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of attacks detected." + ::= { ltmNetworkAttackDataStatEntry 6 } + +ltmNetworkAttackDataStatStats OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of attack packets received." + ::= { ltmNetworkAttackDataStatEntry 7 } + +ltmNetworkAttackDataStatStatsRate OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of attack packets received per second." + ::= { ltmNetworkAttackDataStatEntry 8 } + +ltmNetworkAttackDataStatStats1m OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of attack packets received in the last minute." + ::= { ltmNetworkAttackDataStatEntry 9 } + +ltmNetworkAttackDataStatStats1h OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of attack packets received in the last hour." + ::= { ltmNetworkAttackDataStatEntry 10 } + +ltmNetworkAttackDataStatDrops OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of attack packets dropped." + ::= { ltmNetworkAttackDataStatEntry 11 } + +ltmNetworkAttackDataStatDropsRate OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of attack packets dropped per second." + ::= { ltmNetworkAttackDataStatEntry 12 } + +ltmNetworkAttackDataStatDrops1m OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of attack packets dropped in the last minute." + ::= { ltmNetworkAttackDataStatEntry 13 } + +ltmNetworkAttackDataStatDrops1h OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of attack packets dropped in the last hour." + ::= { ltmNetworkAttackDataStatEntry 14 } + +ltmNetworkAttackDataStatWlCount OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Total number of whitelist hits." + ::= { ltmNetworkAttackDataStatEntry 15 } + +--================================================================== +-- Fw_admin_ip_rule_stat +--================================================================== +ltmFwAdminIpRuleStatNumber OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of ltmFwAdminIpRuleStat entries in the table." + ::= { ltmFwAdminIpRuleStat 1 } + +ltmFwAdminIpRuleStatTable OBJECT-TYPE + SYNTAX SEQUENCE OF LtmFwAdminIpRuleStatEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A table containing statistic information of Management IP Firewall Rules." + ::= { ltmFwAdminIpRuleStat 2 } + +ltmFwAdminIpRuleStatEntry OBJECT-TYPE + SYNTAX LtmFwAdminIpRuleStatEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Columns in the ltmFwAdminIpRuleStat Table" + INDEX { + ltmFwAdminIpRuleStatRuleName, + ltmFwAdminIpRuleStatContainerName + } + ::= { ltmFwAdminIpRuleStatTable 1 } + +LtmFwAdminIpRuleStatEntry ::= + SEQUENCE { + ltmFwAdminIpRuleStatRuleName LongDisplayString, + ltmFwAdminIpRuleStatContainerName LongDisplayString, + ltmFwAdminIpRuleStatCounter Counter64 + } + +ltmFwAdminIpRuleStatRuleName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of the rule." + ::= { ltmFwAdminIpRuleStatEntry 1 } + +ltmFwAdminIpRuleStatContainerName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of the containing item." + ::= { ltmFwAdminIpRuleStatEntry 2 } + +ltmFwAdminIpRuleStatCounter OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of packets matching this rule." + ::= { ltmFwAdminIpRuleStatEntry 3 } + +--================================================================== +-- Fw_ipint_global_stat +--================================================================== +ltmFwIpintGlobalStatResetStats OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "The action to reset resettable statistics data in ltmFwIpintGlobalStat. + Setting this value to 1 will reset statistics data. + Note, some statistics data may not be reset including data that are incremental counters." + ::= { ltmFwIpintGlobalStat 1 } + +ltmFwIpintGlobalStatNumber OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of ltmFwIpintGlobalStat entries in the table." + ::= { ltmFwIpintGlobalStat 2 } + +ltmFwIpintGlobalStatTable OBJECT-TYPE + SYNTAX SEQUENCE OF LtmFwIpintGlobalStatEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A table containing statistic information of global IP Intelligence data." + ::= { ltmFwIpintGlobalStat 3 } + +ltmFwIpintGlobalStatEntry OBJECT-TYPE + SYNTAX LtmFwIpintGlobalStatEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Columns in the ltmFwIpintGlobalStat Table" + INDEX { + ltmFwIpintGlobalStatBlClassName + } + ::= { ltmFwIpintGlobalStatTable 1 } + +LtmFwIpintGlobalStatEntry ::= + SEQUENCE { + ltmFwIpintGlobalStatBlClassName LongDisplayString, + ltmFwIpintGlobalStatSrcIpBlacklist Counter64, + ltmFwIpintGlobalStatDstIpBlacklist Counter64 + } + +ltmFwIpintGlobalStatBlClassName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The blacklist class name." + ::= { ltmFwIpintGlobalStatEntry 1 } + +ltmFwIpintGlobalStatSrcIpBlacklist OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of packets whose source IP matched this category." + ::= { ltmFwIpintGlobalStatEntry 2 } + +ltmFwIpintGlobalStatDstIpBlacklist OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of packets whose destination IP matched this category." + ::= { ltmFwIpintGlobalStatEntry 3 } + +--================================================================== +-- Fw_ipint_virtual_stat +--================================================================== +ltmFwIpintVirtualStatResetStats OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "The action to reset resettable statistics data in ltmFwIpintVirtualStat. + Setting this value to 1 will reset statistics data. + Note, some statistics data may not be reset including data that are incremental counters." + ::= { ltmFwIpintVirtualStat 1 } + +ltmFwIpintVirtualStatNumber OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of ltmFwIpintVirtualStat entries in the table." + ::= { ltmFwIpintVirtualStat 2 } + +ltmFwIpintVirtualStatTable OBJECT-TYPE + SYNTAX SEQUENCE OF LtmFwIpintVirtualStatEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A table containing statistic information of virtual server IP Intelligence data." + ::= { ltmFwIpintVirtualStat 3 } + +ltmFwIpintVirtualStatEntry OBJECT-TYPE + SYNTAX LtmFwIpintVirtualStatEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Columns in the ltmFwIpintVirtualStat Table" + INDEX { + ltmFwIpintVirtualStatContextName, + ltmFwIpintVirtualStatBlClassName + } + ::= { ltmFwIpintVirtualStatTable 1 } + +LtmFwIpintVirtualStatEntry ::= + SEQUENCE { + ltmFwIpintVirtualStatContextName LongDisplayString, + ltmFwIpintVirtualStatBlClassName LongDisplayString, + ltmFwIpintVirtualStatSrcIpBlacklist Counter64, + ltmFwIpintVirtualStatDstIpBlacklist Counter64 + } + +ltmFwIpintVirtualStatContextName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of the virtual server." + ::= { ltmFwIpintVirtualStatEntry 1 } + +ltmFwIpintVirtualStatBlClassName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The blacklist class name." + ::= { ltmFwIpintVirtualStatEntry 2 } + +ltmFwIpintVirtualStatSrcIpBlacklist OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of packets whose source IP matched this category." + ::= { ltmFwIpintVirtualStatEntry 3 } + +ltmFwIpintVirtualStatDstIpBlacklist OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of packets whose destination IP matched this category." + ::= { ltmFwIpintVirtualStatEntry 4 } + +--================================================================== +-- Fw_ipint_route_domain_stat +--================================================================== +ltmFwIpintRouteDomainStatResetStats OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "The action to reset resettable statistics data in ltmFwIpintRouteDomainStat. + Setting this value to 1 will reset statistics data. + Note, some statistics data may not be reset including data that are incremental counters." + ::= { ltmFwIpintRouteDomainStat 1 } + +ltmFwIpintRouteDomainStatNumber OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of ltmFwIpintRouteDomainStat entries in the table." + ::= { ltmFwIpintRouteDomainStat 2 } + +ltmFwIpintRouteDomainStatTable OBJECT-TYPE + SYNTAX SEQUENCE OF LtmFwIpintRouteDomainStatEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A table containing statistic information of route domain IP Intelligence data." + ::= { ltmFwIpintRouteDomainStat 3 } + +ltmFwIpintRouteDomainStatEntry OBJECT-TYPE + SYNTAX LtmFwIpintRouteDomainStatEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Columns in the ltmFwIpintRouteDomainStat Table" + INDEX { + ltmFwIpintRouteDomainStatContextName, + ltmFwIpintRouteDomainStatBlClassName + } + ::= { ltmFwIpintRouteDomainStatTable 1 } + +LtmFwIpintRouteDomainStatEntry ::= + SEQUENCE { + ltmFwIpintRouteDomainStatContextName LongDisplayString, + ltmFwIpintRouteDomainStatBlClassName LongDisplayString, + ltmFwIpintRouteDomainStatSrcIpBlacklist Counter64, + ltmFwIpintRouteDomainStatDstIpBlacklist Counter64 + } + +ltmFwIpintRouteDomainStatContextName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of the route domain." + ::= { ltmFwIpintRouteDomainStatEntry 1 } + +ltmFwIpintRouteDomainStatBlClassName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The blacklist class name." + ::= { ltmFwIpintRouteDomainStatEntry 2 } + +ltmFwIpintRouteDomainStatSrcIpBlacklist OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of packets whose source IP matched this category." + ::= { ltmFwIpintRouteDomainStatEntry 3 } + +ltmFwIpintRouteDomainStatDstIpBlacklist OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of packets whose destination IP matched this category." + ::= { ltmFwIpintRouteDomainStatEntry 4 } + +--================================================================== +-- Route_domain_stat +--================================================================== +ltmRouteDomainStatResetStats OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "The action to reset resettable statistics data in ltmRouteDomainStat. + Setting this value to 1 will reset statistics data. + Note, some statistics data may not be reset including data that are incremental counters." + ::= { ltmRouteDomainStat 1 } + +ltmRouteDomainStatNumber OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of ltmRouteDomainStat entries in the table." + ::= { ltmRouteDomainStat 2 } + +ltmRouteDomainStatTable OBJECT-TYPE + SYNTAX SEQUENCE OF LtmRouteDomainStatEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A table containing statistic information of route domains." + ::= { ltmRouteDomainStat 3 } + +ltmRouteDomainStatEntry OBJECT-TYPE + SYNTAX LtmRouteDomainStatEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Columns in the ltmRouteDomainStat Table" + INDEX { + ltmRouteDomainStatName + } + ::= { ltmRouteDomainStatTable 1 } + +LtmRouteDomainStatEntry ::= + SEQUENCE { + ltmRouteDomainStatName LongDisplayString, + ltmRouteDomainStatConnLimit Gauge, + ltmRouteDomainStatConnectionFlowMiss Counter64, + ltmRouteDomainStatClientPktsIn Counter64, + ltmRouteDomainStatClientBytesIn Counter64, + ltmRouteDomainStatClientPktsOut Counter64, + ltmRouteDomainStatClientBytesOut Counter64, + ltmRouteDomainStatClientMaxConns Counter64, + ltmRouteDomainStatClientTotConns Counter64, + ltmRouteDomainStatClientCurConns Gauge, + ltmRouteDomainStatClientEvictedConns Counter64, + ltmRouteDomainStatClientSlowKilled Counter64, + ltmRouteDomainStatServerPktsIn Counter64, + ltmRouteDomainStatServerBytesIn Counter64, + ltmRouteDomainStatServerPktsOut Counter64, + ltmRouteDomainStatServerBytesOut Counter64, + ltmRouteDomainStatServerMaxConns Counter64, + ltmRouteDomainStatServerTotConns Counter64, + ltmRouteDomainStatServerCurConns Gauge, + ltmRouteDomainStatServerEvictedConns Counter64, + ltmRouteDomainStatServerSlowKilled Counter64 + } + +ltmRouteDomainStatName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of a route domain." + ::= { ltmRouteDomainStatEntry 1 } + +ltmRouteDomainStatConnLimit OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The maximum number of connections the specified route domain is allowed + to have open at one time." + ::= { ltmRouteDomainStatEntry 2 } + +ltmRouteDomainStatConnectionFlowMiss OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of packets received that have no associated connection flow open." + ::= { ltmRouteDomainStatEntry 3 } + +ltmRouteDomainStatClientPktsIn OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of packets received by the specified route domain from client-side." + ::= { ltmRouteDomainStatEntry 4 } + +ltmRouteDomainStatClientBytesIn OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of bytes received by the specified route domain from client-side." + ::= { ltmRouteDomainStatEntry 5 } + +ltmRouteDomainStatClientPktsOut OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of packets sent to client-side on the specified route domain." + ::= { ltmRouteDomainStatEntry 6 } + +ltmRouteDomainStatClientBytesOut OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of bytes sent to client-side on the specified route domain." + ::= { ltmRouteDomainStatEntry 7 } + +ltmRouteDomainStatClientMaxConns OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The maximum connections from client-side on the specified route domain." + ::= { ltmRouteDomainStatEntry 8 } + +ltmRouteDomainStatClientTotConns OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total connections from client-side on the specified route domain." + ::= { ltmRouteDomainStatEntry 9 } + +ltmRouteDomainStatClientCurConns OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The current connections from client-side on the specified route domain." + ::= { ltmRouteDomainStatEntry 10 } + +ltmRouteDomainStatClientEvictedConns OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of client-side connections that have been evicted on the specified route domain." + ::= { ltmRouteDomainStatEntry 11 } + +ltmRouteDomainStatClientSlowKilled OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of slow client-side connections that have been killed on the specified route domain." + ::= { ltmRouteDomainStatEntry 12 } + +ltmRouteDomainStatServerPktsIn OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of packets received by the specified route domain from server-side." + ::= { ltmRouteDomainStatEntry 13 } + +ltmRouteDomainStatServerBytesIn OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of bytes received by the specified route domain from server-side." + ::= { ltmRouteDomainStatEntry 14 } + +ltmRouteDomainStatServerPktsOut OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of packets sent to server-side on the specified route domain." + ::= { ltmRouteDomainStatEntry 15 } + +ltmRouteDomainStatServerBytesOut OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of bytes sent to server-side on the specified route domain." + ::= { ltmRouteDomainStatEntry 16 } + +ltmRouteDomainStatServerMaxConns OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The maximum connections from server-side on the specified route domain." + ::= { ltmRouteDomainStatEntry 17 } + +ltmRouteDomainStatServerTotConns OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total connections from server-side on the specified route domain." + ::= { ltmRouteDomainStatEntry 18 } + +ltmRouteDomainStatServerCurConns OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The current connections from server-side on the specified route domain." + ::= { ltmRouteDomainStatEntry 19 } + +ltmRouteDomainStatServerEvictedConns OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of server-side connections that have been evicted on the specified route domain." + ::= { ltmRouteDomainStatEntry 20 } + +ltmRouteDomainStatServerSlowKilled OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of slow server-side connections that have been killed on the specified route domain." + ::= { ltmRouteDomainStatEntry 21 } + +--================================================================== +-- Flow_eviction_policy_stat +--================================================================== +ltmFlowEvictionPolicyStatResetStats OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "The action to reset resettable statistics data in ltmFlowEvictionPolicyStat. + Setting this value to 1 will reset statistics data. + Note, some statistics data may not be reset including data that are incremental counters." + ::= { ltmFlowEvictionPolicyStat 1 } + +ltmFlowEvictionPolicyStatNumber OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of ltmFlowEvictionPolicyStat entries in the table." + ::= { ltmFlowEvictionPolicyStat 2 } + +ltmFlowEvictionPolicyStatTable OBJECT-TYPE + SYNTAX SEQUENCE OF LtmFlowEvictionPolicyStatEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A table containing statistic information of flow eviction policies." + ::= { ltmFlowEvictionPolicyStat 3 } + +ltmFlowEvictionPolicyStatEntry OBJECT-TYPE + SYNTAX LtmFlowEvictionPolicyStatEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Columns in the ltmFlowEvictionPolicyStat Table" + INDEX { + ltmFlowEvictionPolicyStatPolicyName, + ltmFlowEvictionPolicyStatSweptContext, + ltmFlowEvictionPolicyStatContextName + } + ::= { ltmFlowEvictionPolicyStatTable 1 } + +LtmFlowEvictionPolicyStatEntry ::= + SEQUENCE { + ltmFlowEvictionPolicyStatPolicyName LongDisplayString, + ltmFlowEvictionPolicyStatSweptContext LongDisplayString, + ltmFlowEvictionPolicyStatContextName LongDisplayString, + ltmFlowEvictionPolicyStatEvicted Counter64 + } + +ltmFlowEvictionPolicyStatPolicyName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The policy name." + ::= { ltmFlowEvictionPolicyStatEntry 1 } + +ltmFlowEvictionPolicyStatSweptContext OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The context that was swept." + ::= { ltmFlowEvictionPolicyStatEntry 2 } + +ltmFlowEvictionPolicyStatContextName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The context name." + ::= { ltmFlowEvictionPolicyStatEntry 3 } + +ltmFlowEvictionPolicyStatEvicted OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of evicted flows." + ::= { ltmFlowEvictionPolicyStatEntry 4 } + +--================================================================== +-- Alg_log_profile +--================================================================== +ltmAlgLogProfileNumber OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of ltmAlgLogProfile entries in the table." + ::= { ltmAlgLogProfile 1 } + +ltmAlgLogProfileTable OBJECT-TYPE + SYNTAX SEQUENCE OF LtmAlgLogProfileEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A table containing information about the ALG log profile." + ::= { ltmAlgLogProfile 2 } + +ltmAlgLogProfileEntry OBJECT-TYPE + SYNTAX LtmAlgLogProfileEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Columns in the ltmAlgLogProfile Table" + INDEX { + ltmAlgLogProfileName + } + ::= { ltmAlgLogProfileTable 1 } + +LtmAlgLogProfileEntry ::= + SEQUENCE { + ltmAlgLogProfileName LongDisplayString, + ltmAlgLogProfileDescription LongDisplayString, + ltmAlgLogProfileConfigSource INTEGER, + ltmAlgLogProfileDefaultName LongDisplayString, + ltmAlgLogProfileStartControlAction INTEGER, + ltmAlgLogProfileEndControlAction INTEGER, + ltmAlgLogProfileStartDataAction INTEGER, + ltmAlgLogProfileEndDataAction INTEGER, + ltmAlgLogProfileInboundAction INTEGER, + ltmAlgLogProfileCsvFormat INTEGER + } + +ltmAlgLogProfileName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of a ALG Log profile." + ::= { ltmAlgLogProfileEntry 1 } + +ltmAlgLogProfileDescription OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The description of a ALG log profile." + ::= { ltmAlgLogProfileEntry 2 } + +ltmAlgLogProfileConfigSource OBJECT-TYPE + SYNTAX INTEGER { + usercfg(0), + basecfg(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The state that specifies whether this is a base/pre-configured profile + or user defined profile." + ::= { ltmAlgLogProfileEntry 3 } + +ltmAlgLogProfileDefaultName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of the profile from which the specified profile derives + its attribute default values." + ::= { ltmAlgLogProfileEntry 4 } + +ltmAlgLogProfileStartControlAction OBJECT-TYPE + SYNTAX INTEGER { + disabled(1), + enabled(2), + backupAllocationOnly(3) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Log action to occur at the creation of the control channel connection." + ::= { ltmAlgLogProfileEntry 5 } + +ltmAlgLogProfileEndControlAction OBJECT-TYPE + SYNTAX INTEGER { + disabled(1), + enabled(2), + backupAllocationOnly(3) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Log action to occur at the end of the control channel connection." + ::= { ltmAlgLogProfileEntry 6 } + +ltmAlgLogProfileStartDataAction OBJECT-TYPE + SYNTAX INTEGER { + disabled(1), + enabled(2), + backupAllocationOnly(3) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Log action to occur at the creation of the data channel connection." + ::= { ltmAlgLogProfileEntry 7 } + +ltmAlgLogProfileEndDataAction OBJECT-TYPE + SYNTAX INTEGER { + disabled(1), + enabled(2), + backupAllocationOnly(3) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Log action to occur at the end of the data channel connection." + ::= { ltmAlgLogProfileEntry 8 } + +ltmAlgLogProfileInboundAction OBJECT-TYPE + SYNTAX INTEGER { + disabled(1), + enabled(2) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Log action to occur for inbound transactions, this could be either + incoming or outgoing message." + ::= { ltmAlgLogProfileEntry 9 } + +ltmAlgLogProfileCsvFormat OBJECT-TYPE + SYNTAX INTEGER { + disabled(0), + enabled(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Use CSV log format for output." + ::= { ltmAlgLogProfileEntry 10 } + +--================================================================== +-- Alg_log_profile_start_control_elements +--================================================================== +ltmAlgLogProfileStartControlElementsNumber OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of ltmAlgLogProfileStartControlElements entries in the table." + ::= { ltmAlgLogProfileStartControlElements 1 } + +ltmAlgLogProfileStartControlElementsTable OBJECT-TYPE + SYNTAX SEQUENCE OF LtmAlgLogProfileStartControlElementsEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A table containing information on the optional elements of start control event log message." + ::= { ltmAlgLogProfileStartControlElements 2 } + +ltmAlgLogProfileStartControlElementsEntry OBJECT-TYPE + SYNTAX LtmAlgLogProfileStartControlElementsEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Columns in the ltmAlgLogProfileStartControlElements Table" + INDEX { + ltmAlgLogProfileStartControlElementsName, + ltmAlgLogProfileStartControlElementsIndex + } + ::= { ltmAlgLogProfileStartControlElementsTable 1 } + +LtmAlgLogProfileStartControlElementsEntry ::= + SEQUENCE { + ltmAlgLogProfileStartControlElementsName LongDisplayString, + ltmAlgLogProfileStartControlElementsIndex INTEGER, + ltmAlgLogProfileStartControlElementsElements INTEGER + } + +ltmAlgLogProfileStartControlElementsName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of a ALG Log profile." + ::= { ltmAlgLogProfileStartControlElementsEntry 1 } + +ltmAlgLogProfileStartControlElementsIndex OBJECT-TYPE + SYNTAX INTEGER(0..2147483647) + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The index of the optional element for ALG event log messages." + ::= { ltmAlgLogProfileStartControlElementsEntry 2 } + +ltmAlgLogProfileStartControlElementsElements OBJECT-TYPE + SYNTAX INTEGER { + destination(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The optional element of ALG event log messages." + ::= { ltmAlgLogProfileStartControlElementsEntry 3 } + +--================================================================== +-- Alg_log_profile_end_control_elements +--================================================================== +ltmAlgLogProfileEndControlElementsNumber OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of ltmAlgLogProfileEndControlElements entries in the table." + ::= { ltmAlgLogProfileEndControlElements 1 } + +ltmAlgLogProfileEndControlElementsTable OBJECT-TYPE + SYNTAX SEQUENCE OF LtmAlgLogProfileEndControlElementsEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A table containing information on the optional elements of end control event log message." + ::= { ltmAlgLogProfileEndControlElements 2 } + +ltmAlgLogProfileEndControlElementsEntry OBJECT-TYPE + SYNTAX LtmAlgLogProfileEndControlElementsEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Columns in the ltmAlgLogProfileEndControlElements Table" + INDEX { + ltmAlgLogProfileEndControlElementsName, + ltmAlgLogProfileEndControlElementsIndex + } + ::= { ltmAlgLogProfileEndControlElementsTable 1 } + +LtmAlgLogProfileEndControlElementsEntry ::= + SEQUENCE { + ltmAlgLogProfileEndControlElementsName LongDisplayString, + ltmAlgLogProfileEndControlElementsIndex INTEGER, + ltmAlgLogProfileEndControlElementsElements INTEGER + } + +ltmAlgLogProfileEndControlElementsName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of a ALG Log profile." + ::= { ltmAlgLogProfileEndControlElementsEntry 1 } + +ltmAlgLogProfileEndControlElementsIndex OBJECT-TYPE + SYNTAX INTEGER(0..2147483647) + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The index of the optional element for ALG event log messages." + ::= { ltmAlgLogProfileEndControlElementsEntry 2 } + +ltmAlgLogProfileEndControlElementsElements OBJECT-TYPE + SYNTAX INTEGER { + destination(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The optional element of ALG event log messages." + ::= { ltmAlgLogProfileEndControlElementsEntry 3 } + +--================================================================== +-- Alg_log_profile_start_data_elements +--================================================================== +ltmAlgLogProfileStartDataElementsNumber OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of ltmAlgLogProfileStartDataElements entries in the table." + ::= { ltmAlgLogProfileStartDataElements 1 } + +ltmAlgLogProfileStartDataElementsTable OBJECT-TYPE + SYNTAX SEQUENCE OF LtmAlgLogProfileStartDataElementsEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A table containing information on the optional elements of start data event log message." + ::= { ltmAlgLogProfileStartDataElements 2 } + +ltmAlgLogProfileStartDataElementsEntry OBJECT-TYPE + SYNTAX LtmAlgLogProfileStartDataElementsEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Columns in the ltmAlgLogProfileStartDataElements Table" + INDEX { + ltmAlgLogProfileStartDataElementsName, + ltmAlgLogProfileStartDataElementsIndex + } + ::= { ltmAlgLogProfileStartDataElementsTable 1 } + +LtmAlgLogProfileStartDataElementsEntry ::= + SEQUENCE { + ltmAlgLogProfileStartDataElementsName LongDisplayString, + ltmAlgLogProfileStartDataElementsIndex INTEGER, + ltmAlgLogProfileStartDataElementsElements INTEGER + } + +ltmAlgLogProfileStartDataElementsName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of a ALG Log profile." + ::= { ltmAlgLogProfileStartDataElementsEntry 1 } + +ltmAlgLogProfileStartDataElementsIndex OBJECT-TYPE + SYNTAX INTEGER(0..2147483647) + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The index of the optional element for ALG event log messages." + ::= { ltmAlgLogProfileStartDataElementsEntry 2 } + +ltmAlgLogProfileStartDataElementsElements OBJECT-TYPE + SYNTAX INTEGER { + destination(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The optional element of ALG event log messages." + ::= { ltmAlgLogProfileStartDataElementsEntry 3 } + +--================================================================== +-- Alg_log_profile_end_data_elements +--================================================================== +ltmAlgLogProfileEndDataElementsNumber OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of ltmAlgLogProfileEndDataElements entries in the table." + ::= { ltmAlgLogProfileEndDataElements 1 } + +ltmAlgLogProfileEndDataElementsTable OBJECT-TYPE + SYNTAX SEQUENCE OF LtmAlgLogProfileEndDataElementsEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A table containing information on the optional elements of end data event log message." + ::= { ltmAlgLogProfileEndDataElements 2 } + +ltmAlgLogProfileEndDataElementsEntry OBJECT-TYPE + SYNTAX LtmAlgLogProfileEndDataElementsEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Columns in the ltmAlgLogProfileEndDataElements Table" + INDEX { + ltmAlgLogProfileEndDataElementsName, + ltmAlgLogProfileEndDataElementsIndex + } + ::= { ltmAlgLogProfileEndDataElementsTable 1 } + +LtmAlgLogProfileEndDataElementsEntry ::= + SEQUENCE { + ltmAlgLogProfileEndDataElementsName LongDisplayString, + ltmAlgLogProfileEndDataElementsIndex INTEGER, + ltmAlgLogProfileEndDataElementsElements INTEGER + } + +ltmAlgLogProfileEndDataElementsName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of a ALG Log profile." + ::= { ltmAlgLogProfileEndDataElementsEntry 1 } + +ltmAlgLogProfileEndDataElementsIndex OBJECT-TYPE + SYNTAX INTEGER(0..2147483647) + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The index of the optional element for ALG event log messages." + ::= { ltmAlgLogProfileEndDataElementsEntry 2 } + +ltmAlgLogProfileEndDataElementsElements OBJECT-TYPE + SYNTAX INTEGER { + destination(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The optional element of ALG event log messages." + ::= { ltmAlgLogProfileEndDataElementsEntry 3 } + +--================================================================== +-- Lsn_log_profile +--================================================================== +ltmLsnLogProfileNumber OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of ltmLsnLogProfile entries in the table." + ::= { ltmLsnLogProfile 1 } + +ltmLsnLogProfileTable OBJECT-TYPE + SYNTAX SEQUENCE OF LtmLsnLogProfileEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A table containing information about the LSN log profile." + ::= { ltmLsnLogProfile 2 } + +ltmLsnLogProfileEntry OBJECT-TYPE + SYNTAX LtmLsnLogProfileEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Columns in the ltmLsnLogProfile Table" + INDEX { + ltmLsnLogProfileName + } + ::= { ltmLsnLogProfileTable 1 } + +LtmLsnLogProfileEntry ::= + SEQUENCE { + ltmLsnLogProfileName LongDisplayString, + ltmLsnLogProfileDescription LongDisplayString, + ltmLsnLogProfileConfigSource INTEGER, + ltmLsnLogProfileDefaultName LongDisplayString, + ltmLsnLogProfileStartOutboundAction INTEGER, + ltmLsnLogProfileEndOutboundAction INTEGER, + ltmLsnLogProfileStartInboundAction INTEGER, + ltmLsnLogProfileEndInboundAction INTEGER, + ltmLsnLogProfileQuotaExceededAction INTEGER, + ltmLsnLogProfileErrorsAction INTEGER, + ltmLsnLogProfileCsvFormat INTEGER + } + +ltmLsnLogProfileName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of a ALG Log profile." + ::= { ltmLsnLogProfileEntry 1 } + +ltmLsnLogProfileDescription OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The description of a ALG log profile." + ::= { ltmLsnLogProfileEntry 2 } + +ltmLsnLogProfileConfigSource OBJECT-TYPE + SYNTAX INTEGER { + usercfg(0), + basecfg(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The state that specifies whether this is a base/pre-configured profile + or user defined profile." + ::= { ltmLsnLogProfileEntry 3 } + +ltmLsnLogProfileDefaultName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of the profile from which the specified profile derives + its attribute default values." + ::= { ltmLsnLogProfileEntry 4 } + +ltmLsnLogProfileStartOutboundAction OBJECT-TYPE + SYNTAX INTEGER { + disabled(1), + enabled(2), + backupAllocationOnly(3) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Log action to occur at the creation of the outbound LSN connection." + ::= { ltmLsnLogProfileEntry 5 } + +ltmLsnLogProfileEndOutboundAction OBJECT-TYPE + SYNTAX INTEGER { + disabled(1), + enabled(2), + backupAllocationOnly(3) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Log action to occur at the end of the outbound LSN connection." + ::= { ltmLsnLogProfileEntry 6 } + +ltmLsnLogProfileStartInboundAction OBJECT-TYPE + SYNTAX INTEGER { + disabled(1), + enabled(2), + backupAllocationOnly(3) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Log action to occur at the creation of the incoming connection." + ::= { ltmLsnLogProfileEntry 7 } + +ltmLsnLogProfileEndInboundAction OBJECT-TYPE + SYNTAX INTEGER { + disabled(1), + enabled(2), + backupAllocationOnly(3) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Log action to occur at the end of the incoming connection." + ::= { ltmLsnLogProfileEntry 8 } + +ltmLsnLogProfileQuotaExceededAction OBJECT-TYPE + SYNTAX INTEGER { + disabled(1), + enabled(2) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Log action to occur when LSN client exceeded allocated resources." + ::= { ltmLsnLogProfileEntry 9 } + +ltmLsnLogProfileErrorsAction OBJECT-TYPE + SYNTAX INTEGER { + disabled(1), + enabled(2) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Log action to occur when LSN translation errors occur." + ::= { ltmLsnLogProfileEntry 10 } + +ltmLsnLogProfileCsvFormat OBJECT-TYPE + SYNTAX INTEGER { + disabled(0), + enabled(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Use CSV log format for output." + ::= { ltmLsnLogProfileEntry 11 } + +--================================================================== +-- Lsn_log_profile_start_outbound_elements +--================================================================== +ltmLsnLogProfileStartOutboundElementsNumber OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of ltmLsnLogProfileStartOutboundElements entries in the table." + ::= { ltmLsnLogProfileStartOutboundElements 1 } + +ltmLsnLogProfileStartOutboundElementsTable OBJECT-TYPE + SYNTAX SEQUENCE OF LtmLsnLogProfileStartOutboundElementsEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A table containing information on the optional elements of start outbound event log message." + ::= { ltmLsnLogProfileStartOutboundElements 2 } + +ltmLsnLogProfileStartOutboundElementsEntry OBJECT-TYPE + SYNTAX LtmLsnLogProfileStartOutboundElementsEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Columns in the ltmLsnLogProfileStartOutboundElements Table" + INDEX { + ltmLsnLogProfileStartOutboundElementsName, + ltmLsnLogProfileStartOutboundElementsIndex + } + ::= { ltmLsnLogProfileStartOutboundElementsTable 1 } + +LtmLsnLogProfileStartOutboundElementsEntry ::= + SEQUENCE { + ltmLsnLogProfileStartOutboundElementsName LongDisplayString, + ltmLsnLogProfileStartOutboundElementsIndex INTEGER, + ltmLsnLogProfileStartOutboundElementsElements INTEGER + } + +ltmLsnLogProfileStartOutboundElementsName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of a LSN Log profile." + ::= { ltmLsnLogProfileStartOutboundElementsEntry 1 } + +ltmLsnLogProfileStartOutboundElementsIndex OBJECT-TYPE + SYNTAX INTEGER(0..2147483647) + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The index of the optional element for LSN log messages." + ::= { ltmLsnLogProfileStartOutboundElementsEntry 2 } + +ltmLsnLogProfileStartOutboundElementsElements OBJECT-TYPE + SYNTAX INTEGER { + destination(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The optional element of LSN log messages." + ::= { ltmLsnLogProfileStartOutboundElementsEntry 3 } + +--================================================================== +-- Lsn_log_profile_end_outbound_elements +--================================================================== +ltmLsnLogProfileEndOutboundElementsNumber OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of ltmLsnLogProfileEndOutboundElements entries in the table." + ::= { ltmLsnLogProfileEndOutboundElements 1 } + +ltmLsnLogProfileEndOutboundElementsTable OBJECT-TYPE + SYNTAX SEQUENCE OF LtmLsnLogProfileEndOutboundElementsEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A table containing information on the optional elements of end outbound event log message." + ::= { ltmLsnLogProfileEndOutboundElements 2 } + +ltmLsnLogProfileEndOutboundElementsEntry OBJECT-TYPE + SYNTAX LtmLsnLogProfileEndOutboundElementsEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Columns in the ltmLsnLogProfileEndOutboundElements Table" + INDEX { + ltmLsnLogProfileEndOutboundElementsName, + ltmLsnLogProfileEndOutboundElementsIndex + } + ::= { ltmLsnLogProfileEndOutboundElementsTable 1 } + +LtmLsnLogProfileEndOutboundElementsEntry ::= + SEQUENCE { + ltmLsnLogProfileEndOutboundElementsName LongDisplayString, + ltmLsnLogProfileEndOutboundElementsIndex INTEGER, + ltmLsnLogProfileEndOutboundElementsElements INTEGER + } + +ltmLsnLogProfileEndOutboundElementsName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of a LSN Log profile." + ::= { ltmLsnLogProfileEndOutboundElementsEntry 1 } + +ltmLsnLogProfileEndOutboundElementsIndex OBJECT-TYPE + SYNTAX INTEGER(0..2147483647) + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The index of the optional element for LSN log messages." + ::= { ltmLsnLogProfileEndOutboundElementsEntry 2 } + +ltmLsnLogProfileEndOutboundElementsElements OBJECT-TYPE + SYNTAX INTEGER { + destination(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The optional element of LSN log messages." + ::= { ltmLsnLogProfileEndOutboundElementsEntry 3 } + +--================================================================== +-- Ocsp_stapling_params +--================================================================== +ltmOcspStaplingParametersNumber OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of ltmOcspStaplingParameters entries in the table." + ::= { ltmOcspStaplingParameters 1 } + +ltmOcspStaplingParametersTable OBJECT-TYPE + SYNTAX SEQUENCE OF LtmOcspStaplingParametersEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A table containing options to be used for enabling OCSP Stapling on clientside SSL profiles." + ::= { ltmOcspStaplingParameters 2 } + +ltmOcspStaplingParametersEntry OBJECT-TYPE + SYNTAX LtmOcspStaplingParametersEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Columns in the ltmOcspStaplingParameters Table" + INDEX { + ltmOcspStaplingParametersName + } + ::= { ltmOcspStaplingParametersTable 1 } + +LtmOcspStaplingParametersEntry ::= + SEQUENCE { + ltmOcspStaplingParametersName LongDisplayString, + ltmOcspStaplingParametersUseProxyServer INTEGER, + ltmOcspStaplingParametersProxyServerPool LongDisplayString, + ltmOcspStaplingParametersDnsResolver LongDisplayString, + ltmOcspStaplingParametersTrustedCa LongDisplayString, + ltmOcspStaplingParametersTrustedResponders LongDisplayString, + ltmOcspStaplingParametersUrl LongDisplayString, + ltmOcspStaplingParametersSignerCert LongDisplayString, + ltmOcspStaplingParametersSignerKey LongDisplayString, + ltmOcspStaplingParametersSignHash INTEGER, + ltmOcspStaplingParametersTimeout Gauge, + ltmOcspStaplingParametersClockSkew Gauge, + ltmOcspStaplingParametersStatusAge Gauge, + ltmOcspStaplingParametersCacheTimeout Gauge, + ltmOcspStaplingParametersCacheErrorTimeout Gauge, + ltmOcspStaplingParametersStrictRespCertCheck INTEGER + } + +ltmOcspStaplingParametersName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of the OCSP Stapling Parameters object." + ::= { ltmOcspStaplingParametersEntry 1 } + +ltmOcspStaplingParametersUseProxyServer OBJECT-TYPE + SYNTAX INTEGER { + false(0), + true(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Whether to use a proxy server or a DNS resolver." + ::= { ltmOcspStaplingParametersEntry 2 } + +ltmOcspStaplingParametersProxyServerPool OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of the proxy server pool." + ::= { ltmOcspStaplingParametersEntry 3 } + +ltmOcspStaplingParametersDnsResolver OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of the DNS resolver." + ::= { ltmOcspStaplingParametersEntry 4 } + +ltmOcspStaplingParametersTrustedCa OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of the trusted certificate authority file." + ::= { ltmOcspStaplingParametersEntry 5 } + +ltmOcspStaplingParametersTrustedResponders OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of the file containing the trusted OCSP responders." + ::= { ltmOcspStaplingParametersEntry 6 } + +ltmOcspStaplingParametersUrl OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of the responder URL." + ::= { ltmOcspStaplingParametersEntry 7 } + +ltmOcspStaplingParametersSignerCert OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of the signer certificate file." + ::= { ltmOcspStaplingParametersEntry 8 } + +ltmOcspStaplingParametersSignerKey OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of the signer key file." + ::= { ltmOcspStaplingParametersEntry 9 } + +ltmOcspStaplingParametersSignHash OBJECT-TYPE + SYNTAX INTEGER { + sha1(0), + sha256(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The hash algorithm used for signing the OCSP request." + ::= { ltmOcspStaplingParametersEntry 10 } + +ltmOcspStaplingParametersTimeout OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The OCSP Stapling timeout." + ::= { ltmOcspStaplingParametersEntry 11 } + +ltmOcspStaplingParametersClockSkew OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The maximum allowable clock skew between the BIG-IP and the OCSP responder." + ::= { ltmOcspStaplingParametersEntry 12 } + +ltmOcspStaplingParametersStatusAge OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The allowed age of the OCSP response when nextUpdate time is not specified in the response." + ::= { ltmOcspStaplingParametersEntry 13 } + +ltmOcspStaplingParametersCacheTimeout OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The desired lifetime of the OCSP response in the cache, in seconds." + ::= { ltmOcspStaplingParametersEntry 14 } + +ltmOcspStaplingParametersCacheErrorTimeout OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The lifetime of an error response in the cache, in seconds." + ::= { ltmOcspStaplingParametersEntry 15 } + +ltmOcspStaplingParametersStrictRespCertCheck OBJECT-TYPE + SYNTAX INTEGER { + false(0), + true(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Whether the certificate in the OCSP response should be checked for OCSP signing extension." + ::= { ltmOcspStaplingParametersEntry 16 } + +--================================================================== +-- Fw_rule_stat +--================================================================== +ltmFwRuleStatNumber OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of ltmFwRuleStat entries in the table." + ::= { ltmFwRuleStat 1 } + +ltmFwRuleStatTable OBJECT-TYPE + SYNTAX SEQUENCE OF LtmFwRuleStatEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A table containing statistic information of Firewall rule stats." + ::= { ltmFwRuleStat 2 } + +ltmFwRuleStatEntry OBJECT-TYPE + SYNTAX LtmFwRuleStatEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Columns in the ltmFwRuleStat Table" + INDEX { + ltmFwRuleStatContextType, + ltmFwRuleStatContextName, + ltmFwRuleStatRuleName, + ltmFwRuleStatRuleListName, + ltmFwRuleStatPolicyName, + ltmFwRuleStatRuleStatType + } + ::= { ltmFwRuleStatTable 1 } + +LtmFwRuleStatEntry ::= + SEQUENCE { + ltmFwRuleStatContextType LongDisplayString, + ltmFwRuleStatContextName LongDisplayString, + ltmFwRuleStatRuleName LongDisplayString, + ltmFwRuleStatRuleListName LongDisplayString, + ltmFwRuleStatPolicyName LongDisplayString, + ltmFwRuleStatRuleStatType INTEGER, + ltmFwRuleStatActualRule LongDisplayString, + ltmFwRuleStatCounter Counter64, + ltmFwRuleStatLastHitTime Counter64, + ltmFwRuleStatLastHitTimeFmt LongDisplayString, + ltmFwRuleStatOverlapper LongDisplayString, + ltmFwRuleStatOverlapType LongDisplayString, + ltmFwRuleStatAction INTEGER + } + +ltmFwRuleStatContextType OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The context type." + ::= { ltmFwRuleStatEntry 1 } + +ltmFwRuleStatContextName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The context name." + ::= { ltmFwRuleStatEntry 2 } + +ltmFwRuleStatRuleName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The rule name." + ::= { ltmFwRuleStatEntry 3 } + +ltmFwRuleStatRuleListName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The rule list name." + ::= { ltmFwRuleStatEntry 4 } + +ltmFwRuleStatPolicyName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The policy name." + ::= { ltmFwRuleStatEntry 5 } + +ltmFwRuleStatRuleStatType OBJECT-TYPE + SYNTAX INTEGER { + enforced(1), + staged(2), + active(3), + overlapper(4) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "" + ::= { ltmFwRuleStatEntry 6 } + +ltmFwRuleStatActualRule OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The actual rule name." + ::= { ltmFwRuleStatEntry 7 } + +ltmFwRuleStatCounter OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of packets matching this rule." + ::= { ltmFwRuleStatEntry 8 } + +ltmFwRuleStatLastHitTime OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The last time a packet matched this rule." + ::= { ltmFwRuleStatEntry 9 } + +ltmFwRuleStatLastHitTimeFmt OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The last time a packet matched this rule, in human readable format." + ::= { ltmFwRuleStatEntry 10 } + +ltmFwRuleStatOverlapper OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The overlapper for this rule." + ::= { ltmFwRuleStatEntry 11 } + +ltmFwRuleStatOverlapType OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The overlap type." + ::= { ltmFwRuleStatEntry 12 } + +ltmFwRuleStatAction OBJECT-TYPE + SYNTAX INTEGER { + accept(0), + acceptDecisively(1), + reject(2), + drop(3) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The rule action" + ::= { ltmFwRuleStatEntry 13 } + +--================================================================== +-- Fw_context_stat +--================================================================== +ltmFwContextStatNumber OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of ltmFwContextStat entries in the table." + ::= { ltmFwContextStat 1 } + +ltmFwContextStatTable OBJECT-TYPE + SYNTAX SEQUENCE OF LtmFwContextStatEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A table containing statistic information of Firewall context stats." + ::= { ltmFwContextStat 2 } + +ltmFwContextStatEntry OBJECT-TYPE + SYNTAX LtmFwContextStatEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Columns in the ltmFwContextStat Table" + INDEX { + ltmFwContextStatContextType, + ltmFwContextStatContextName + } + ::= { ltmFwContextStatTable 1 } + +LtmFwContextStatEntry ::= + SEQUENCE { + ltmFwContextStatContextType LongDisplayString, + ltmFwContextStatContextName LongDisplayString, + ltmFwContextStatEnforcedPacketsAccept Counter64, + ltmFwContextStatEnforcedPacketsAcceptDecisively Counter64, + ltmFwContextStatEnforcedPacketsReject Counter64, + ltmFwContextStatEnforcedPacketsDrop Counter64, + ltmFwContextStatEnforcedPacketsDefaultAccept Counter64, + ltmFwContextStatEnforcedPacketsDefaultReject Counter64, + ltmFwContextStatEnforcedPacketsDefaultDrop Counter64, + ltmFwContextStatStagedPacketsAccept Counter64, + ltmFwContextStatStagedPacketsAcceptDecisively Counter64, + ltmFwContextStatStagedPacketsReject Counter64, + ltmFwContextStatStagedPacketsDrop Counter64, + ltmFwContextStatStagedPacketsDefaultAccept Counter64, + ltmFwContextStatStagedPacketsDefaultReject Counter64, + ltmFwContextStatStagedPacketsDefaultDrop Counter64 + } + +ltmFwContextStatContextType OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The context type." + ::= { ltmFwContextStatEntry 1 } + +ltmFwContextStatContextName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The context name." + ::= { ltmFwContextStatEntry 2 } + +ltmFwContextStatEnforcedPacketsAccept OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of packets accepted by enforced policy of this context." + ::= { ltmFwContextStatEntry 3 } + +ltmFwContextStatEnforcedPacketsAcceptDecisively OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of packets accepted-decisively by enforced policy of this context." + ::= { ltmFwContextStatEntry 4 } + +ltmFwContextStatEnforcedPacketsReject OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of packets rejected by enforced policy of this context." + ::= { ltmFwContextStatEntry 5 } + +ltmFwContextStatEnforcedPacketsDrop OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of packets dropped by enforced policy of this context." + ::= { ltmFwContextStatEntry 6 } + +ltmFwContextStatEnforcedPacketsDefaultAccept OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of packets accepted by default rule of enforced policy of this context." + ::= { ltmFwContextStatEntry 7 } + +ltmFwContextStatEnforcedPacketsDefaultReject OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of packets rejected by default rule of enforced policy of this context." + ::= { ltmFwContextStatEntry 8 } + +ltmFwContextStatEnforcedPacketsDefaultDrop OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of packets dropped by default rule of enforced policy of this context." + ::= { ltmFwContextStatEntry 9 } + +ltmFwContextStatStagedPacketsAccept OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of packets accepted by staged policy of this context." + ::= { ltmFwContextStatEntry 10 } + +ltmFwContextStatStagedPacketsAcceptDecisively OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of packets accepted-decisively by staged policy of this context." + ::= { ltmFwContextStatEntry 11 } + +ltmFwContextStatStagedPacketsReject OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of packets rejected by staged policy of this context." + ::= { ltmFwContextStatEntry 12 } + +ltmFwContextStatStagedPacketsDrop OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of packets dropped by staged policy of this context." + ::= { ltmFwContextStatEntry 13 } + +ltmFwContextStatStagedPacketsDefaultAccept OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of packets accepted by default rule of staged policy of this context." + ::= { ltmFwContextStatEntry 14 } + +ltmFwContextStatStagedPacketsDefaultReject OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of packets rejected by default rule of staged policy of this context." + ::= { ltmFwContextStatEntry 15 } + +ltmFwContextStatStagedPacketsDefaultDrop OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of packets dropped by default rule of staged policy of this context." + ::= { ltmFwContextStatEntry 16 } + +--================================================================== +-- Fw_policy_rule_stat +--================================================================== +ltmFwPolicyRuleStatNumber OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of ltmFwPolicyRuleStat entries in the table." + ::= { ltmFwPolicyRuleStat 1 } + +ltmFwPolicyRuleStatTable OBJECT-TYPE + SYNTAX SEQUENCE OF LtmFwPolicyRuleStatEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A table containing statistic information of Firewall policy rule stats." + ::= { ltmFwPolicyRuleStat 2 } + +ltmFwPolicyRuleStatEntry OBJECT-TYPE + SYNTAX LtmFwPolicyRuleStatEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Columns in the ltmFwPolicyRuleStat Table" + INDEX { + ltmFwPolicyRuleStatContextType, + ltmFwPolicyRuleStatContextName, + ltmFwPolicyRuleStatRuleName, + ltmFwPolicyRuleStatRuleListName, + ltmFwPolicyRuleStatPolicyName, + ltmFwPolicyRuleStatRuleStatType + } + ::= { ltmFwPolicyRuleStatTable 1 } + +LtmFwPolicyRuleStatEntry ::= + SEQUENCE { + ltmFwPolicyRuleStatContextType LongDisplayString, + ltmFwPolicyRuleStatContextName LongDisplayString, + ltmFwPolicyRuleStatRuleName LongDisplayString, + ltmFwPolicyRuleStatRuleListName LongDisplayString, + ltmFwPolicyRuleStatPolicyName LongDisplayString, + ltmFwPolicyRuleStatRuleStatType INTEGER, + ltmFwPolicyRuleStatActualRule LongDisplayString, + ltmFwPolicyRuleStatCounter Counter64, + ltmFwPolicyRuleStatLastHitTime Counter64, + ltmFwPolicyRuleStatLastHitTimeFmt LongDisplayString, + ltmFwPolicyRuleStatOverlapper LongDisplayString, + ltmFwPolicyRuleStatOverlapType LongDisplayString + } + +ltmFwPolicyRuleStatContextType OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The context type." + ::= { ltmFwPolicyRuleStatEntry 1 } + +ltmFwPolicyRuleStatContextName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The context name." + ::= { ltmFwPolicyRuleStatEntry 2 } + +ltmFwPolicyRuleStatRuleName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The rule name." + ::= { ltmFwPolicyRuleStatEntry 3 } + +ltmFwPolicyRuleStatRuleListName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The rule list name." + ::= { ltmFwPolicyRuleStatEntry 4 } + +ltmFwPolicyRuleStatPolicyName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The policy name." + ::= { ltmFwPolicyRuleStatEntry 5 } + +ltmFwPolicyRuleStatRuleStatType OBJECT-TYPE + SYNTAX INTEGER { + enforced(1), + staged(2), + active(3), + overlapper(4) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "" + ::= { ltmFwPolicyRuleStatEntry 6 } + +ltmFwPolicyRuleStatActualRule OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The actual rule name." + ::= { ltmFwPolicyRuleStatEntry 7 } + +ltmFwPolicyRuleStatCounter OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of packets matching this rule." + ::= { ltmFwPolicyRuleStatEntry 8 } + +ltmFwPolicyRuleStatLastHitTime OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The last time a packet matched this rule." + ::= { ltmFwPolicyRuleStatEntry 9 } + +ltmFwPolicyRuleStatLastHitTimeFmt OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The last time a packet matched this rule, in human readable format." + ::= { ltmFwPolicyRuleStatEntry 10 } + +ltmFwPolicyRuleStatOverlapper OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The overlapper for this rule." + ::= { ltmFwPolicyRuleStatEntry 11 } + +ltmFwPolicyRuleStatOverlapType OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The overlap type." + ::= { ltmFwPolicyRuleStatEntry 12 } + +--================================================================== +-- Profile_tftp +--================================================================== +ltmTftpProfileNumber OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of ltmTftpProfile entries in the table." + ::= { ltmTftpProfile 1 } + +ltmTftpProfileTable OBJECT-TYPE + SYNTAX SEQUENCE OF LtmTftpProfileEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A table containing information for TFTP profiles." + ::= { ltmTftpProfile 2 } + +ltmTftpProfileEntry OBJECT-TYPE + SYNTAX LtmTftpProfileEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Columns in the ltmTftpProfile Table" + INDEX { + ltmTftpProfileName + } + ::= { ltmTftpProfileTable 1 } + +LtmTftpProfileEntry ::= + SEQUENCE { + ltmTftpProfileName LongDisplayString, + ltmTftpProfileConfigSource INTEGER, + ltmTftpProfileDefaultName LongDisplayString, + ltmTftpProfileIdleTimeout Gauge, + ltmTftpProfileLogPublisher LongDisplayString, + ltmTftpProfileLogProfile LongDisplayString + } + +ltmTftpProfileName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of a TFTP profile." + ::= { ltmTftpProfileEntry 1 } + +ltmTftpProfileConfigSource OBJECT-TYPE + SYNTAX INTEGER { + usercfg(0), + basecfg(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The state that specifies whether this is a base/pre-configured profile + or user defined profile." + ::= { ltmTftpProfileEntry 2 } + +ltmTftpProfileDefaultName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of the profile from which the specified profile derives + its attribute default values." + ::= { ltmTftpProfileEntry 3 } + +ltmTftpProfileIdleTimeout OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The idle timeout for TFTP connections." + ::= { ltmTftpProfileEntry 4 } + +ltmTftpProfileLogPublisher OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Specifies the name of the log publisher that logs ALG events, if any." + ::= { ltmTftpProfileEntry 5 } + +ltmTftpProfileLogProfile OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Specifies the name of the log profile that control the logging of ALG events, if any." + ::= { ltmTftpProfileEntry 6 } + +--================================================================== +-- Profile_tftp_stat +--================================================================== +ltmTftpProfileStatResetStats OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "The action to reset resettable statistics data in ltmTftpProfileStat. + Setting this value to 1 will reset statistics data. + Note, some statistics data may not be reset including data that are incremental counters." + ::= { ltmTftpProfileStat 1 } + +ltmTftpProfileStatNumber OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of ltmTftpProfileStat entries in the table." + ::= { ltmTftpProfileStat 2 } + +ltmTftpProfileStatTable OBJECT-TYPE + SYNTAX SEQUENCE OF LtmTftpProfileStatEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A table containing statistics information for the TFTP profile." + ::= { ltmTftpProfileStat 3 } + +ltmTftpProfileStatEntry OBJECT-TYPE + SYNTAX LtmTftpProfileStatEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Columns in the ltmTftpProfileStat Table" + INDEX { + ltmTftpProfileStatName + } + ::= { ltmTftpProfileStatTable 1 } + +LtmTftpProfileStatEntry ::= + SEQUENCE { + ltmTftpProfileStatName LongDisplayString, + ltmTftpProfileStatReadRequests Counter64, + ltmTftpProfileStatWriteRequests Counter64, + ltmTftpProfileStatDiscardedRequests Counter64 + } + +ltmTftpProfileStatName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of the TFTP profile." + ::= { ltmTftpProfileStatEntry 1 } + +ltmTftpProfileStatReadRequests OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of read requests received." + ::= { ltmTftpProfileStatEntry 2 } + +ltmTftpProfileStatWriteRequests OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of write requests received." + ::= { ltmTftpProfileStatEntry 3 } + +ltmTftpProfileStatDiscardedRequests OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of requests that were discarded." + ::= { ltmTftpProfileStatEntry 4 } + +--================================================================== +-- Profile_ipsecalg +--================================================================== +ltmIpsecalgProfileNumber OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of ltmIpsecalgProfile entries in the table." + ::= { ltmIpsecalgProfile 1 } + +ltmIpsecalgProfileTable OBJECT-TYPE + SYNTAX SEQUENCE OF LtmIpsecalgProfileEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A table containing information for IPsecALG profiles." + ::= { ltmIpsecalgProfile 2 } + +ltmIpsecalgProfileEntry OBJECT-TYPE + SYNTAX LtmIpsecalgProfileEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Columns in the ltmIpsecalgProfile Table" + INDEX { + ltmIpsecalgProfileName + } + ::= { ltmIpsecalgProfileTable 1 } + +LtmIpsecalgProfileEntry ::= + SEQUENCE { + ltmIpsecalgProfileName LongDisplayString, + ltmIpsecalgProfileConfigSource INTEGER, + ltmIpsecalgProfileDefaultName LongDisplayString, + ltmIpsecalgProfileIdleTimeout Gauge, + ltmIpsecalgProfilePendingIkeConnectionLimit Gauge, + ltmIpsecalgProfileInitialConnectionTimeout Gauge, + ltmIpsecalgProfileLogPublisher LongDisplayString, + ltmIpsecalgProfileLogProfile LongDisplayString + } + +ltmIpsecalgProfileName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of a IPsecALG profile." + ::= { ltmIpsecalgProfileEntry 1 } + +ltmIpsecalgProfileConfigSource OBJECT-TYPE + SYNTAX INTEGER { + usercfg(0), + basecfg(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The state that specifies whether this is a base/pre-configured profile + or user defined profile." + ::= { ltmIpsecalgProfileEntry 2 } + +ltmIpsecalgProfileDefaultName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of the profile from which the specified profile derives + its attribute default values." + ::= { ltmIpsecalgProfileEntry 3 } + +ltmIpsecalgProfileIdleTimeout OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The idle timeout for IPsecALG connections." + ::= { ltmIpsecalgProfileEntry 4 } + +ltmIpsecalgProfilePendingIkeConnectionLimit OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The pending IKE connections limit per client for IPsecALG connections." + ::= { ltmIpsecalgProfileEntry 5 } + +ltmIpsecalgProfileInitialConnectionTimeout OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The initial connection timeout for servers to respond to an IKE/IPSEC request." + ::= { ltmIpsecalgProfileEntry 6 } + +ltmIpsecalgProfileLogPublisher OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Specifies the name of the log publisher that logs ALG events, if any." + ::= { ltmIpsecalgProfileEntry 7 } + +ltmIpsecalgProfileLogProfile OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Specifies the name of the log profile that control the logging of ALG events, if any." + ::= { ltmIpsecalgProfileEntry 8 } + +--================================================================== +-- Profile_http_known_methods +--================================================================== +ltmKnownMethodsNumber OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of ltmHttpProfileKnownMethods entries in the table." + ::= { ltmHttpProfileKnownMethods 1 } + +ltmKnownMethodsTable OBJECT-TYPE + SYNTAX SEQUENCE OF LtmKnownMethodsEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A table containing the known HTTP methods in the HTTP profiles." + ::= { ltmHttpProfileKnownMethods 2 } + +ltmKnownMethodsEntry OBJECT-TYPE + SYNTAX LtmKnownMethodsEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Columns in the ltmKnownMethods Table" + INDEX { + ltmKnownMethodsName, + ltmKnownMethodsIndex + } + ::= { ltmKnownMethodsTable 1 } + +LtmKnownMethodsEntry ::= + SEQUENCE { + ltmKnownMethodsName LongDisplayString, + ltmKnownMethodsIndex INTEGER, + ltmKnownMethodsStr LongDisplayString + } + +ltmKnownMethodsName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of a HTTP profile." + ::= { ltmKnownMethodsEntry 1 } + +ltmKnownMethodsIndex OBJECT-TYPE + SYNTAX INTEGER(0..2147483647) + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The index of a known HTTP method for the specified HTTP profile." + ::= { ltmKnownMethodsEntry 2 } + +ltmKnownMethodsStr OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "A known HTTP method in the specified profile." + ::= { ltmKnownMethodsEntry 3 } + +--================================================================== +-- Profile_ipsecalg_stat +--================================================================== +ltmIpsecalgProfileStatResetStats OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "The action to reset resettable statistics data in ltmIpsecalgProfileStat. + Setting this value to 1 will reset statistics data. + Note, some statistics data may not be reset including data that are incremental counters." + ::= { ltmIpsecalgProfileStat 1 } + +ltmIpsecalgProfileStatNumber OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of ltmIpsecalgProfileStat entries in the table." + ::= { ltmIpsecalgProfileStat 2 } + +ltmIpsecalgProfileStatTable OBJECT-TYPE + SYNTAX SEQUENCE OF LtmIpsecalgProfileStatEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A table containing statistics information for the IPsecALG profile." + ::= { ltmIpsecalgProfileStat 3 } + +ltmIpsecalgProfileStatEntry OBJECT-TYPE + SYNTAX LtmIpsecalgProfileStatEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Columns in the ltmIpsecalgProfileStat Table" + INDEX { + ltmIpsecalgProfileStatName + } + ::= { ltmIpsecalgProfileStatTable 1 } + +LtmIpsecalgProfileStatEntry ::= + SEQUENCE { + ltmIpsecalgProfileStatName LongDisplayString, + ltmIpsecalgProfileStatIkePackets Counter64, + ltmIpsecalgProfileStatTunnelCreates Counter64, + ltmIpsecalgProfileStatTunnelTeardowns Counter64, + ltmIpsecalgProfileStatFailures Counter64, + ltmIpsecalgProfileStatPendingIkeConnectionLimitDrops Counter64 + } + +ltmIpsecalgProfileStatName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of the IPsecALG profile." + ::= { ltmIpsecalgProfileStatEntry 1 } + +ltmIpsecalgProfileStatIkePackets OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Number of IKE packets." + ::= { ltmIpsecalgProfileStatEntry 2 } + +ltmIpsecalgProfileStatTunnelCreates OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Number of tunnel creates." + ::= { ltmIpsecalgProfileStatEntry 3 } + +ltmIpsecalgProfileStatTunnelTeardowns OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Number of tunnel teardowns." + ::= { ltmIpsecalgProfileStatEntry 4 } + +ltmIpsecalgProfileStatFailures OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Number of failed connection attempts." + ::= { ltmIpsecalgProfileStatEntry 5 } + +ltmIpsecalgProfileStatPendingIkeConnectionLimitDrops OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Number of dropped IKE connections because a client exceeded its limit of pending unacknowledged connections." + ::= { ltmIpsecalgProfileStatEntry 6 } + +--================================================================== +-- Profile_http2 +--================================================================== +ltmHttp2ProfileNumber OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of ltmHttp2Profile entries in the table." + ::= { ltmHttp2Profile 1 } + +ltmHttp2ProfileTable OBJECT-TYPE + SYNTAX SEQUENCE OF LtmHttp2ProfileEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A table containing information about the HTTP/2 profile." + ::= { ltmHttp2Profile 2 } + +ltmHttp2ProfileEntry OBJECT-TYPE + SYNTAX LtmHttp2ProfileEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Columns in the ltmHttp2Profile Table" + INDEX { + ltmHttp2ProfileName + } + ::= { ltmHttp2ProfileTable 1 } + +LtmHttp2ProfileEntry ::= + SEQUENCE { + ltmHttp2ProfileName LongDisplayString, + ltmHttp2ProfileConfigSource INTEGER, + ltmHttp2ProfileDefaultName LongDisplayString, + ltmHttp2ProfileInsertHeader INTEGER, + ltmHttp2ProfileInsertHeaderName LongDisplayString, + ltmHttp2ProfileConcurrentStreamsPerConnection Gauge, + ltmHttp2ProfileConnectionIdleTimeout Gauge, + ltmHttp2ProfileReceiveWindow Gauge, + ltmHttp2ProfileFrameSize Gauge, + ltmHttp2ProfileWriteSize Gauge, + ltmHttp2ProfileHeaderTableSize Gauge, + ltmHttp2ProfileEnforceTlsRequirements INTEGER, + ltmHttp2ProfileIncludeContentLength INTEGER + } + +ltmHttp2ProfileName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of a HTTP/2 profile." + ::= { ltmHttp2ProfileEntry 1 } + +ltmHttp2ProfileConfigSource OBJECT-TYPE + SYNTAX INTEGER { + usercfg(0), + basecfg(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The state that specifies whether this is a base/pre-configured profile + or user defined profile." + ::= { ltmHttp2ProfileEntry 2 } + +ltmHttp2ProfileDefaultName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of the profile from which the specified profile derives + its attribute default values." + ::= { ltmHttp2ProfileEntry 3 } + +ltmHttp2ProfileInsertHeader OBJECT-TYPE + SYNTAX INTEGER { + false(0), + true(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The state indicating whether or not an HTTP header that indicates the + use of HTTP/2 should be inserted into the request going to the back-end + server." + ::= { ltmHttp2ProfileEntry 4 } + +ltmHttp2ProfileInsertHeaderName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The HTTP header inserted into the request going to the back-end server, + if that functionality is enabled." + ::= { ltmHttp2ProfileEntry 5 } + +ltmHttp2ProfileConcurrentStreamsPerConnection OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The maximum amount of concurrent streams allowed per connection." + ::= { ltmHttp2ProfileEntry 6 } + +ltmHttp2ProfileConnectionIdleTimeout OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The amount of time, in seconds, a connection is open idly before it is + shutdown." + ::= { ltmHttp2ProfileEntry 7 } + +ltmHttp2ProfileReceiveWindow OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Specifies the size of the receive window in kilobytes. The receive + window is a mechanism to stall individual upload streams when + needed." + ::= { ltmHttp2ProfileEntry 8 } + +ltmHttp2ProfileFrameSize OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Specifies the size of the data frames, in bytes, that HTTP/2 will send to + the client. Larger frame sizes will improve network utilization, but + may affect concurrency." + ::= { ltmHttp2ProfileEntry 9 } + +ltmHttp2ProfileWriteSize OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Specifies the total size of combined data frames, in bytes, HTTP/2 will + send in a single write. This controls the size of the TLS records when + HTTP/2 is used over SSL. A large write size will cause HTTP/2 to buffer + more data, but will improve network utilization." + ::= { ltmHttp2ProfileEntry 10 } + +ltmHttp2ProfileHeaderTableSize OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Specifies the total size of the header table that will be used to + decompress HTTP/2 requests." + ::= { ltmHttp2ProfileEntry 11 } + +ltmHttp2ProfileEnforceTlsRequirements OBJECT-TYPE + SYNTAX INTEGER { + false(0), + true(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Specifies whether the TLS connection requirements, as + specified in the HTTP/2 protocol specification, will be enforced." + ::= { ltmHttp2ProfileEntry 12 } + +ltmHttp2ProfileIncludeContentLength OBJECT-TYPE + SYNTAX INTEGER { + false(0), + true(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Ignored. The Content Length header is always sent." + ::= { ltmHttp2ProfileEntry 13 } + +--================================================================== +-- Profile_http2_activation_modes +--================================================================== +ltmHttp2ProfileActivationModesNumber OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of ltmHttp2ProfileActivationModes entries in the table." + ::= { ltmHttp2ProfileActivationModes 1 } + +ltmHttp2ProfileActivationModesTable OBJECT-TYPE + SYNTAX SEQUENCE OF LtmHttp2ProfileActivationModesEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A table containing information on the supported HTTP/2 activation + modes." + ::= { ltmHttp2ProfileActivationModes 2 } + +ltmHttp2ProfileActivationModesEntry OBJECT-TYPE + SYNTAX LtmHttp2ProfileActivationModesEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Columns in the ltmHttp2ProfileActivationModes Table" + INDEX { + ltmHttp2ProfileActivationModesName, + ltmHttp2ProfileActivationModesIndex + } + ::= { ltmHttp2ProfileActivationModesTable 1 } + +LtmHttp2ProfileActivationModesEntry ::= + SEQUENCE { + ltmHttp2ProfileActivationModesName LongDisplayString, + ltmHttp2ProfileActivationModesIndex INTEGER, + ltmHttp2ProfileActivationModesActivationModes INTEGER + } + +ltmHttp2ProfileActivationModesName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of a HTTP/2 profile." + ::= { ltmHttp2ProfileActivationModesEntry 1 } + +ltmHttp2ProfileActivationModesIndex OBJECT-TYPE + SYNTAX INTEGER(0..2147483647) + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The index of the protocol versions used to determine which HTTP/2 + versions are supported and in what order those versions should be + prioritized when deciding which version to use. This prioritization is + only used when the activation mode is set to npn." + ::= { ltmHttp2ProfileActivationModesEntry 2 } + +ltmHttp2ProfileActivationModesActivationModes OBJECT-TYPE + SYNTAX INTEGER { + alpn(0), + npn(1), + always(2) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The HTTP/2 version supported. + alpn - indicates that HTTP/2 will be negotiated through the TLS ALPN extension + npn - indicates that HTTP/2 will be negotiated through the TLS NPN extension + always - indicates that HTTP/2 is always active" + ::= { ltmHttp2ProfileActivationModesEntry 3 } + +--================================================================== +-- Profile_http2_stat +--================================================================== +ltmHttp2ProfileStatResetStats OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "The action to reset resettable statistics data in ltmHttp2ProfileStat. + Setting this value to 1 will reset statistics data. + Note, some statistics data may not be reset including data that are incremental counters." + ::= { ltmHttp2ProfileStat 1 } + +ltmHttp2ProfileStatNumber OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of ltmHttp2ProfileStat entries in the table." + ::= { ltmHttp2ProfileStat 2 } + +ltmHttp2ProfileStatTable OBJECT-TYPE + SYNTAX SEQUENCE OF LtmHttp2ProfileStatEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A table containing statistics information about the HTTP/2 profile." + ::= { ltmHttp2ProfileStat 3 } + +ltmHttp2ProfileStatEntry OBJECT-TYPE + SYNTAX LtmHttp2ProfileStatEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Columns in the ltmHttp2ProfileStat Table" + INDEX { + ltmHttp2ProfileStatName + } + ::= { ltmHttp2ProfileStatTable 1 } + +LtmHttp2ProfileStatEntry ::= + SEQUENCE { + ltmHttp2ProfileStatName LongDisplayString, + ltmHttp2ProfileStatConnectionsAccepted Counter64, + ltmHttp2ProfileStatConnectionsCurrent Counter64, + ltmHttp2ProfileStatConnectionsMax Counter64, + ltmHttp2ProfileStatContinuationFramesReceived Counter64, + ltmHttp2ProfileStatContinuationFramesSent Counter64, + ltmHttp2ProfileStatDataFramesReceived Counter64, + ltmHttp2ProfileStatDataFramesSent Counter64, + ltmHttp2ProfileStatFlowsCreated Counter64, + ltmHttp2ProfileStatFlowsCurrent Counter64, + ltmHttp2ProfileStatFlowsMax Counter64, + ltmHttp2ProfileStatGoawayFramesReceived Counter64, + ltmHttp2ProfileStatGoawayFramesSent Counter64, + ltmHttp2ProfileStatHeadersFramesReceived Counter64, + ltmHttp2ProfileStatHeadersFramesSent Counter64, + ltmHttp2ProfileStatHttp2RequestBytes Counter64, + ltmHttp2ProfileStatHttp2RequestFrames Counter64, + ltmHttp2ProfileStatHttp2ResponseBytes Counter64, + ltmHttp2ProfileStatHttp2ResponseFrames Counter64, + ltmHttp2ProfileStatHttpRequestBytes Counter64, + ltmHttp2ProfileStatHttpResponseBytes Counter64, + ltmHttp2ProfileStatPingFramesReceived Counter64, + ltmHttp2ProfileStatPingFramesSent Counter64, + ltmHttp2ProfileStatPriorityFramesReceived Counter64, + ltmHttp2ProfileStatPriorityFramesSent Counter64, + ltmHttp2ProfileStatPushPromiseFramesReceived Counter64, + ltmHttp2ProfileStatPushPromiseFramesSent Counter64, + ltmHttp2ProfileStatRstStreamFramesReceived Counter64, + ltmHttp2ProfileStatRstStreamFramesSent Counter64, + ltmHttp2ProfileStatSettingsFramesReceived Counter64, + ltmHttp2ProfileStatSettingsFramesSent Counter64, + ltmHttp2ProfileStatStreamsCreated Counter64, + ltmHttp2ProfileStatStreamsCurrent Counter64, + ltmHttp2ProfileStatStreamsMax Counter64, + ltmHttp2ProfileStatWindowUpdateFramesReceived Counter64, + ltmHttp2ProfileStatWindowUpdateFramesSent Counter64 + } + +ltmHttp2ProfileStatName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of the HTTP/2 profile." + ::= { ltmHttp2ProfileStatEntry 1 } + +ltmHttp2ProfileStatConnectionsAccepted OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of accepted connections." + ::= { ltmHttp2ProfileStatEntry 2 } + +ltmHttp2ProfileStatConnectionsCurrent OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of connections currently active." + ::= { ltmHttp2ProfileStatEntry 3 } + +ltmHttp2ProfileStatConnectionsMax OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The maximum number of connections open simultaneously." + ::= { ltmHttp2ProfileStatEntry 4 } + +ltmHttp2ProfileStatContinuationFramesReceived OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of CONTINUATION frames received." + ::= { ltmHttp2ProfileStatEntry 5 } + +ltmHttp2ProfileStatContinuationFramesSent OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of CONTINUATION frames sent." + ::= { ltmHttp2ProfileStatEntry 6 } + +ltmHttp2ProfileStatDataFramesReceived OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of DATA frames received." + ::= { ltmHttp2ProfileStatEntry 7 } + +ltmHttp2ProfileStatDataFramesSent OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of DATA frames sent." + ::= { ltmHttp2ProfileStatEntry 8 } + +ltmHttp2ProfileStatFlowsCreated OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of flows created." + ::= { ltmHttp2ProfileStatEntry 9 } + +ltmHttp2ProfileStatFlowsCurrent OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of flows currently active." + ::= { ltmHttp2ProfileStatEntry 10 } + +ltmHttp2ProfileStatFlowsMax OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The maximum number of flows open simultaneously." + ::= { ltmHttp2ProfileStatEntry 11 } + +ltmHttp2ProfileStatGoawayFramesReceived OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of GOAWAY frames received." + ::= { ltmHttp2ProfileStatEntry 12 } + +ltmHttp2ProfileStatGoawayFramesSent OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of GOAWAY frames sent." + ::= { ltmHttp2ProfileStatEntry 13 } + +ltmHttp2ProfileStatHeadersFramesReceived OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of HEADERS frames received." + ::= { ltmHttp2ProfileStatEntry 14 } + +ltmHttp2ProfileStatHeadersFramesSent OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of HEADERS frames sent." + ::= { ltmHttp2ProfileStatEntry 15 } + +ltmHttp2ProfileStatHttp2RequestBytes OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of HTTP/2 request bytes." + ::= { ltmHttp2ProfileStatEntry 16 } + +ltmHttp2ProfileStatHttp2RequestFrames OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of HTTP/2 request frames." + ::= { ltmHttp2ProfileStatEntry 17 } + +ltmHttp2ProfileStatHttp2ResponseBytes OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of HTTP/2 response bytes." + ::= { ltmHttp2ProfileStatEntry 18 } + +ltmHttp2ProfileStatHttp2ResponseFrames OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of HTTP/2 response frames." + ::= { ltmHttp2ProfileStatEntry 19 } + +ltmHttp2ProfileStatHttpRequestBytes OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of HTTP request bytes." + ::= { ltmHttp2ProfileStatEntry 20 } + +ltmHttp2ProfileStatHttpResponseBytes OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of HTTP response bytes." + ::= { ltmHttp2ProfileStatEntry 21 } + +ltmHttp2ProfileStatPingFramesReceived OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of PING frames received." + ::= { ltmHttp2ProfileStatEntry 22 } + +ltmHttp2ProfileStatPingFramesSent OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of PING frames sent." + ::= { ltmHttp2ProfileStatEntry 23 } + +ltmHttp2ProfileStatPriorityFramesReceived OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of PRIORITY frames received." + ::= { ltmHttp2ProfileStatEntry 24 } + +ltmHttp2ProfileStatPriorityFramesSent OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of PRIORITY frames sent." + ::= { ltmHttp2ProfileStatEntry 25 } + +ltmHttp2ProfileStatPushPromiseFramesReceived OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of PUSH_PROMISE frames received." + ::= { ltmHttp2ProfileStatEntry 26 } + +ltmHttp2ProfileStatPushPromiseFramesSent OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of PUSH_PROMISE frames sent." + ::= { ltmHttp2ProfileStatEntry 27 } + +ltmHttp2ProfileStatRstStreamFramesReceived OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of RST_STREAM frames received." + ::= { ltmHttp2ProfileStatEntry 28 } + +ltmHttp2ProfileStatRstStreamFramesSent OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of RST_STREAM frames sent." + ::= { ltmHttp2ProfileStatEntry 29 } + +ltmHttp2ProfileStatSettingsFramesReceived OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of SETTINGS frames received." + ::= { ltmHttp2ProfileStatEntry 30 } + +ltmHttp2ProfileStatSettingsFramesSent OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of SETTINGS frames sent." + ::= { ltmHttp2ProfileStatEntry 31 } + +ltmHttp2ProfileStatStreamsCreated OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of HTTP/2 streams created." + ::= { ltmHttp2ProfileStatEntry 32 } + +ltmHttp2ProfileStatStreamsCurrent OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of HTTP/2 streams currently active." + ::= { ltmHttp2ProfileStatEntry 33 } + +ltmHttp2ProfileStatStreamsMax OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The maximum number of HTTP/2 streams open simultaneously." + ::= { ltmHttp2ProfileStatEntry 34 } + +ltmHttp2ProfileStatWindowUpdateFramesReceived OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of WINDOW_UPDATE frames received." + ::= { ltmHttp2ProfileStatEntry 35 } + +ltmHttp2ProfileStatWindowUpdateFramesSent OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of WINDOW_UPDATE frames sent." + ::= { ltmHttp2ProfileStatEntry 36 } + +--================================================================== +-- Lsn_pool_failure_stat +--================================================================== +ltmLsnPoolFailureStatResetStats OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "The action to reset resettable statistics data in ltmLsnPoolFailureStat. + Setting this value to 1 will reset statistics data. + Note, some statistics data may not be reset including data that are incremental counters." + ::= { ltmLsnPoolFailureStat 1 } + +ltmLsnPoolFailureStatNumber OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of ltmLsnPoolFailureStat entries in the table." + ::= { ltmLsnPoolFailureStat 2 } + +ltmLsnPoolFailureStatTable OBJECT-TYPE + SYNTAX SEQUENCE OF LtmLsnPoolFailureStatEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A table containing statistic information of LSN pool failures." + ::= { ltmLsnPoolFailureStat 3 } + +ltmLsnPoolFailureStatEntry OBJECT-TYPE + SYNTAX LtmLsnPoolFailureStatEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Columns in the ltmLsnPoolFailureStat Table" + INDEX { + ltmLsnPoolFailureStatName, + ltmLsnPoolFailureStatFailureCause + } + ::= { ltmLsnPoolFailureStatTable 1 } + +LtmLsnPoolFailureStatEntry ::= + SEQUENCE { + ltmLsnPoolFailureStatName LongDisplayString, + ltmLsnPoolFailureStatFailureCause LongDisplayString, + ltmLsnPoolFailureStatFailureCount Counter64 + } + +ltmLsnPoolFailureStatName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of a LSN Pool." + ::= { ltmLsnPoolFailureStatEntry 1 } + +ltmLsnPoolFailureStatFailureCause OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of a LSN Pool failure cause." + ::= { ltmLsnPoolFailureStatEntry 2 } + +ltmLsnPoolFailureStatFailureCount OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The value of a LSN Pool failure cause." + ::= { ltmLsnPoolFailureStatEntry 3 } + +--================================================================== +-- Profile_websocket +--================================================================== +ltmWebsocketProfileNumber OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of ltmWebsocketProfile entries in the table." + ::= { ltmWebsocketProfile 1 } + +ltmWebsocketProfileTable OBJECT-TYPE + SYNTAX SEQUENCE OF LtmWebsocketProfileEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A table containing information about the WebSocket profile." + ::= { ltmWebsocketProfile 2 } + +ltmWebsocketProfileEntry OBJECT-TYPE + SYNTAX LtmWebsocketProfileEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Columns in the ltmWebsocketProfile Table" + INDEX { + ltmWebsocketProfileName + } + ::= { ltmWebsocketProfileTable 1 } + +LtmWebsocketProfileEntry ::= + SEQUENCE { + ltmWebsocketProfileName LongDisplayString, + ltmWebsocketProfileConfigSource INTEGER, + ltmWebsocketProfileDefaultName LongDisplayString, + ltmWebsocketProfileMasking INTEGER + } + +ltmWebsocketProfileName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of a WebSocket profile." + ::= { ltmWebsocketProfileEntry 1 } + +ltmWebsocketProfileConfigSource OBJECT-TYPE + SYNTAX INTEGER { + usercfg(0), + basecfg(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The state that specifies whether this is a base/pre-configured profile + or user defined profile." + ::= { ltmWebsocketProfileEntry 2 } + +ltmWebsocketProfileDefaultName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of the profile from which the specified profile derives + its attribute default values." + ::= { ltmWebsocketProfileEntry 3 } + +ltmWebsocketProfileMasking OBJECT-TYPE + SYNTAX INTEGER { + unmask(0), + remask(1), + preserve(2) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The masking operation applied to WebSocket frames. + unmask - WebSocket feature unmasks the frame and provides cleartext data + to other features. The frames are masked again before sending + the frames over the client or server. + remask - WebSocket feature unmasks the frame and provides cleartext data + to other features. The frames are masked using configured mask again + before sending the frames over the client or server. + preserve - WebSocket feature does not perform any masking operation on the frames." + ::= { ltmWebsocketProfileEntry 4 } + +--================================================================== +-- Profile_websocket_stat +--================================================================== +ltmWebsocketProfileStatResetStats OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "The action to reset resettable statistics data in ltmWebsocketProfileStat. + Setting this value to 1 will reset statistics data. + Note, some statistics data may not be reset including data that are incremental counters." + ::= { ltmWebsocketProfileStat 1 } + +ltmWebsocketProfileStatNumber OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of ltmWebsocketProfileStat entries in the table." + ::= { ltmWebsocketProfileStat 2 } + +ltmWebsocketProfileStatTable OBJECT-TYPE + SYNTAX SEQUENCE OF LtmWebsocketProfileStatEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A table containing statistics information about the WebSocket profile." + ::= { ltmWebsocketProfileStat 3 } + +ltmWebsocketProfileStatEntry OBJECT-TYPE + SYNTAX LtmWebsocketProfileStatEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Columns in the ltmWebsocketProfileStat Table" + INDEX { + ltmWebsocketProfileStatName + } + ::= { ltmWebsocketProfileStatTable 1 } + +LtmWebsocketProfileStatEntry ::= + SEQUENCE { + ltmWebsocketProfileStatName LongDisplayString, + ltmWebsocketProfileStatConnectionsAccepted Counter64, + ltmWebsocketProfileStatConnectionsCurrent Counter64, + ltmWebsocketProfileStatConnectionsMax Counter64, + ltmWebsocketProfileStatContFramesClientRecv Counter64, + ltmWebsocketProfileStatContFramesServerRecv Counter64, + ltmWebsocketProfileStatTextFramesClientRecv Counter64, + ltmWebsocketProfileStatTextFramesServerRecv Counter64, + ltmWebsocketProfileStatBinaryFramesClientRecv Counter64, + ltmWebsocketProfileStatBinaryFramesServerRecv Counter64, + ltmWebsocketProfileStatCloseFramesClientRecv Counter64, + ltmWebsocketProfileStatCloseFramesServerRecv Counter64, + ltmWebsocketProfileStatPingFramesClientRecv Counter64, + ltmWebsocketProfileStatPingFramesServerRecv Counter64, + ltmWebsocketProfileStatPongFramesClientRecv Counter64, + ltmWebsocketProfileStatPongFramesServerRecv Counter64, + ltmWebsocketProfileStatCloseRsnNormalClientRecv Counter64, + ltmWebsocketProfileStatCloseRsnNormalServerRecv Counter64, + ltmWebsocketProfileStatCloseRsnEpGoawayClientRecv Counter64, + ltmWebsocketProfileStatCloseRsnEpGoawayServerRecv Counter64, + ltmWebsocketProfileStatCloseRsnProtErrClientRecv Counter64, + ltmWebsocketProfileStatCloseRsnProtErrServerRecv Counter64, + ltmWebsocketProfileStatCloseRsnProcErrClientRecv Counter64, + ltmWebsocketProfileStatCloseRsnProcErrServerRecv Counter64, + ltmWebsocketProfileStatCloseRsnExtFailClientRecv Counter64, + ltmWebsocketProfileStatCloseRsnExtFailServerRecv Counter64, + ltmWebsocketProfileStatCloseRsnOtherClientRecv Counter64, + ltmWebsocketProfileStatCloseRsnOtherServerRecv Counter64 + } + +ltmWebsocketProfileStatName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of the WebSocket profile." + ::= { ltmWebsocketProfileStatEntry 1 } + +ltmWebsocketProfileStatConnectionsAccepted OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of accepted connections." + ::= { ltmWebsocketProfileStatEntry 2 } + +ltmWebsocketProfileStatConnectionsCurrent OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of connections currently active." + ::= { ltmWebsocketProfileStatEntry 3 } + +ltmWebsocketProfileStatConnectionsMax OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The maximum number of connections open simultaneously." + ::= { ltmWebsocketProfileStatEntry 4 } + +ltmWebsocketProfileStatContFramesClientRecv OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of CONT frames received from client." + ::= { ltmWebsocketProfileStatEntry 5 } + +ltmWebsocketProfileStatContFramesServerRecv OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of CONT frames received from server." + ::= { ltmWebsocketProfileStatEntry 6 } + +ltmWebsocketProfileStatTextFramesClientRecv OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of Text frames received from client." + ::= { ltmWebsocketProfileStatEntry 7 } + +ltmWebsocketProfileStatTextFramesServerRecv OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of Text frames received from server." + ::= { ltmWebsocketProfileStatEntry 8 } + +ltmWebsocketProfileStatBinaryFramesClientRecv OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of Binary frames received from client." + ::= { ltmWebsocketProfileStatEntry 9 } + +ltmWebsocketProfileStatBinaryFramesServerRecv OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of Binary frames received from server." + ::= { ltmWebsocketProfileStatEntry 10 } + +ltmWebsocketProfileStatCloseFramesClientRecv OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of Close frames received from client." + ::= { ltmWebsocketProfileStatEntry 11 } + +ltmWebsocketProfileStatCloseFramesServerRecv OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of Close frames received from server." + ::= { ltmWebsocketProfileStatEntry 12 } + +ltmWebsocketProfileStatPingFramesClientRecv OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of Ping frames received from client." + ::= { ltmWebsocketProfileStatEntry 13 } + +ltmWebsocketProfileStatPingFramesServerRecv OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of Ping frames received from server." + ::= { ltmWebsocketProfileStatEntry 14 } + +ltmWebsocketProfileStatPongFramesClientRecv OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of Pong frames received from client." + ::= { ltmWebsocketProfileStatEntry 15 } + +ltmWebsocketProfileStatPongFramesServerRecv OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of Pong frames received from server." + ::= { ltmWebsocketProfileStatEntry 16 } + +ltmWebsocketProfileStatCloseRsnNormalClientRecv OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of Close frames with reason Normal received from client." + ::= { ltmWebsocketProfileStatEntry 17 } + +ltmWebsocketProfileStatCloseRsnNormalServerRecv OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of Close frames with reason Normal received from server." + ::= { ltmWebsocketProfileStatEntry 18 } + +ltmWebsocketProfileStatCloseRsnEpGoawayClientRecv OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of Close frames with reason Endpoint Going Away received from client." + ::= { ltmWebsocketProfileStatEntry 19 } + +ltmWebsocketProfileStatCloseRsnEpGoawayServerRecv OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of Close frames with reason Endpoint Going Away received from server." + ::= { ltmWebsocketProfileStatEntry 20 } + +ltmWebsocketProfileStatCloseRsnProtErrClientRecv OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of Close frames with reason Protocol Error received from client." + ::= { ltmWebsocketProfileStatEntry 21 } + +ltmWebsocketProfileStatCloseRsnProtErrServerRecv OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of Close frames with reason Protocol Error received from server." + ::= { ltmWebsocketProfileStatEntry 22 } + +ltmWebsocketProfileStatCloseRsnProcErrClientRecv OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of Close frames with reason Processing Error received from client." + ::= { ltmWebsocketProfileStatEntry 23 } + +ltmWebsocketProfileStatCloseRsnProcErrServerRecv OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of Close frames with reason Processing Error received from server." + ::= { ltmWebsocketProfileStatEntry 24 } + +ltmWebsocketProfileStatCloseRsnExtFailClientRecv OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of Close frames with reason Extension Negotiation Fail received from client." + ::= { ltmWebsocketProfileStatEntry 25 } + +ltmWebsocketProfileStatCloseRsnExtFailServerRecv OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of Close frames with reason Extension Negotiation Fail received from server." + ::= { ltmWebsocketProfileStatEntry 26 } + +ltmWebsocketProfileStatCloseRsnOtherClientRecv OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of Close frames with reason Other received from client." + ::= { ltmWebsocketProfileStatEntry 27 } + +ltmWebsocketProfileStatCloseRsnOtherServerRecv OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of Close frames with reason Other received from server." + ::= { ltmWebsocketProfileStatEntry 28 } + +--================================================================== +-- Profile_tcpanalytics +--================================================================== +ltmTcpanalyticsProfileNumber OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of ltmTcpanalyticsProfile entries in the table." + ::= { ltmTcpanalyticsProfile 1 } + +ltmTcpanalyticsProfileTable OBJECT-TYPE + SYNTAX SEQUENCE OF LtmTcpanalyticsProfileEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A table containing configuration of TCP Analytics." + ::= { ltmTcpanalyticsProfile 2 } + +ltmTcpanalyticsProfileEntry OBJECT-TYPE + SYNTAX LtmTcpanalyticsProfileEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Columns in the ltmTcpanalyticsProfile Table" + INDEX { + ltmTcpanalyticsProfileName + } + ::= { ltmTcpanalyticsProfileTable 1 } + +LtmTcpanalyticsProfileEntry ::= + SEQUENCE { + ltmTcpanalyticsProfileName LongDisplayString, + ltmTcpanalyticsProfileConfigSource INTEGER, + ltmTcpanalyticsProfileDefaultName LongDisplayString, + ltmTcpanalyticsProfileCollectedByClientSide INTEGER, + ltmTcpanalyticsProfileCollectedByServerSide INTEGER, + ltmTcpanalyticsProfileCollectCity INTEGER, + ltmTcpanalyticsProfileCollectContinent INTEGER, + ltmTcpanalyticsProfileCollectCountry INTEGER, + ltmTcpanalyticsProfileCollectNexthop INTEGER, + ltmTcpanalyticsProfileCollectPostCode INTEGER, + ltmTcpanalyticsProfileCollectRegion INTEGER, + ltmTcpanalyticsProfileCollectRemoteHostIp INTEGER, + ltmTcpanalyticsProfileCollectRemoteHostSubnet INTEGER, + ltmTcpanalyticsProfileCollectedStatsInternalLogging INTEGER, + ltmTcpanalyticsProfileCollectedStatsExternalLogging INTEGER, + ltmTcpanalyticsProfileExternalLoggingPublisher LongDisplayString + } + +ltmTcpanalyticsProfileName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of a TCP analytics profile." + ::= { ltmTcpanalyticsProfileEntry 1 } + +ltmTcpanalyticsProfileConfigSource OBJECT-TYPE + SYNTAX INTEGER { + usercfg(0), + basecfg(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The state that specifies whether this is a base/pre-configured + profile or user defined profile." + ::= { ltmTcpanalyticsProfileEntry 2 } + +ltmTcpanalyticsProfileDefaultName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of the profile from which the specified profile derives + its attribute default values." + ::= { ltmTcpanalyticsProfileEntry 3 } + +ltmTcpanalyticsProfileCollectedByClientSide OBJECT-TYPE + SYNTAX INTEGER { + false(0), + true(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "If true, client side connections collect TCP analytics data unless + directed otherwise by iRule. If false, client side connections only + collect data if directed by iRule." + ::= { ltmTcpanalyticsProfileEntry 4 } + +ltmTcpanalyticsProfileCollectedByServerSide OBJECT-TYPE + SYNTAX INTEGER { + false(0), + true(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "If true, server side connections collect TCP analytics data unless + directed otherwise by iRule. If false, server side connections only + collect data if directed by iRule." + ::= { ltmTcpanalyticsProfileEntry 5 } + +ltmTcpanalyticsProfileCollectCity OBJECT-TYPE + SYNTAX INTEGER { + false(0), + true(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "If true, AVR stores the city (from the GeoIP database) for the + remote IP address of the connection with TCP statistics. See + SOL11176 on support.f5.com for more on GeoIP." + ::= { ltmTcpanalyticsProfileEntry 6 } + +ltmTcpanalyticsProfileCollectContinent OBJECT-TYPE + SYNTAX INTEGER { + false(0), + true(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "If true, AVR stores the continent (from the GeoIP database) for the + remote IP address of the connection with TCP statistics. See + SOL11176 on support.f5.com for more on GeoIP." + ::= { ltmTcpanalyticsProfileEntry 7 } + +ltmTcpanalyticsProfileCollectCountry OBJECT-TYPE + SYNTAX INTEGER { + false(0), + true(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "If true, AVR stores the country (from the GeoIP database) for the + remote IP address of the connection with TCP statistics. See + SOL11176 on support.f5.com for more on GeoIP." + ::= { ltmTcpanalyticsProfileEntry 8 } + +ltmTcpanalyticsProfileCollectNexthop OBJECT-TYPE + SYNTAX INTEGER { + false(0), + true(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "If true, AVR stores the next hop ethernet address of the connection + with TCP statistics." + ::= { ltmTcpanalyticsProfileEntry 9 } + +ltmTcpanalyticsProfileCollectPostCode OBJECT-TYPE + SYNTAX INTEGER { + false(0), + true(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "If true, AVR stores the postcode (from the GeoIP database) for the + remote IP address of the connection with TCP statistics. See + SOL11176 on support.f5.com for more on GeoIP." + ::= { ltmTcpanalyticsProfileEntry 10 } + +ltmTcpanalyticsProfileCollectRegion OBJECT-TYPE + SYNTAX INTEGER { + false(0), + true(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "If true, AVR stores the region (from the GeoIP database) for the + remote IP address of the connection with TCP statistics. See + SOL11176 on support.f5.com for more on GeoIP." + ::= { ltmTcpanalyticsProfileEntry 11 } + +ltmTcpanalyticsProfileCollectRemoteHostIp OBJECT-TYPE + SYNTAX INTEGER { + false(0), + true(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "If true, AVR stores the remote host IP address with TCP + statistics." + ::= { ltmTcpanalyticsProfileEntry 12 } + +ltmTcpanalyticsProfileCollectRemoteHostSubnet OBJECT-TYPE + SYNTAX INTEGER { + false(0), + true(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "If true, AVR stores the remote host IP subnet (24-bit) with TCP + statistics." + ::= { ltmTcpanalyticsProfileEntry 13 } + +ltmTcpanalyticsProfileCollectedStatsInternalLogging OBJECT-TYPE + SYNTAX INTEGER { + false(0), + true(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "If true, TCP statistics are logged on the local BIG-IP." + ::= { ltmTcpanalyticsProfileEntry 14 } + +ltmTcpanalyticsProfileCollectedStatsExternalLogging OBJECT-TYPE + SYNTAX INTEGER { + false(0), + true(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "If true, TCP statistics are logged on a remote machine." + ::= { ltmTcpanalyticsProfileEntry 15 } + +ltmTcpanalyticsProfileExternalLoggingPublisher OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of the publisher to accept external logging." + ::= { ltmTcpanalyticsProfileEntry 16 } + +--================================================================== +-- Profile_splitsessionclient +--================================================================== +ltmSplitsessionclientProfileNumber OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of ltmSplitsessionclientProfile entries in the table." + ::= { ltmSplitsessionclientProfile 1 } + +ltmSplitsessionclientProfileTable OBJECT-TYPE + SYNTAX SEQUENCE OF LtmSplitsessionclientProfileEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A table containing information about the Splitsessionclient profile." + ::= { ltmSplitsessionclientProfile 2 } + +ltmSplitsessionclientProfileEntry OBJECT-TYPE + SYNTAX LtmSplitsessionclientProfileEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Columns in the ltmSplitsessionclientProfile Table" + INDEX { + ltmSplitsessionclientProfileName + } + ::= { ltmSplitsessionclientProfileTable 1 } + +LtmSplitsessionclientProfileEntry ::= + SEQUENCE { + ltmSplitsessionclientProfileName LongDisplayString, + ltmSplitsessionclientProfileConfigSource INTEGER, + ltmSplitsessionclientProfileDefaultName LongDisplayString, + ltmSplitsessionclientProfilePeerIp InetAddressType, + ltmSplitsessionclientProfilePeerPort InetPortNumber + } + +ltmSplitsessionclientProfileName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of a Splitsessionclient profile." + ::= { ltmSplitsessionclientProfileEntry 1 } + +ltmSplitsessionclientProfileConfigSource OBJECT-TYPE + SYNTAX INTEGER { + usercfg(0), + basecfg(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The state that specifies whether this is a base/pre-configured profile + or user defined profile." + ::= { ltmSplitsessionclientProfileEntry 2 } + +ltmSplitsessionclientProfileDefaultName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of the profile from which the specified profile derives + its attribute default values." + ::= { ltmSplitsessionclientProfileEntry 3 } + +ltmSplitsessionclientProfilePeerIp OBJECT-TYPE + SYNTAX InetAddressType + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The IP address of the peer that is used for Out-of-band connection." + ::= { ltmSplitsessionclientProfileEntry 4 } + +ltmSplitsessionclientProfilePeerPort OBJECT-TYPE + SYNTAX InetPortNumber + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The port of the peer that is used for Out-of-band connection." + ::= { ltmSplitsessionclientProfileEntry 5 } + +--================================================================== +-- Profile_splitsessionclient_stat +--================================================================== +ltmSplitsessionclientProfileStatResetStats OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "The action to reset resettable statistics data in ltmSplitsessionclientProfileStat. + Setting this value to 1 will reset statistics data. + Note, some statistics data may not be reset including data that are incremental counters." + ::= { ltmSplitsessionclientProfileStat 1 } + +ltmSplitsessionclientProfileStatNumber OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of ltmSplitsessionclientProfileStat entries in the table." + ::= { ltmSplitsessionclientProfileStat 2 } + +ltmSplitsessionclientProfileStatTable OBJECT-TYPE + SYNTAX SEQUENCE OF LtmSplitsessionclientProfileStatEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A table containing statistics information about the Splitsessionclient profile." + ::= { ltmSplitsessionclientProfileStat 3 } + +ltmSplitsessionclientProfileStatEntry OBJECT-TYPE + SYNTAX LtmSplitsessionclientProfileStatEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Columns in the ltmSplitsessionclientProfileStat Table" + INDEX { + ltmSplitsessionclientProfileStatName + } + ::= { ltmSplitsessionclientProfileStatTable 1 } + +LtmSplitsessionclientProfileStatEntry ::= + SEQUENCE { + ltmSplitsessionclientProfileStatName LongDisplayString, + ltmSplitsessionclientProfileStatConnectionsAccepted Counter64, + ltmSplitsessionclientProfileStatConnectionsCurrent Counter64, + ltmSplitsessionclientProfileStatConnectionsMax Counter64, + ltmSplitsessionclientProfileStatConnPeerActive Counter64, + ltmSplitsessionclientProfileStatConnPeerTimeout Counter64, + ltmSplitsessionclientProfileStatConnPeerReset Counter64, + ltmSplitsessionclientProfileStatPeerMsgRecd Counter64, + ltmSplitsessionclientProfileStatPeerMsgSent Counter64 + } + +ltmSplitsessionclientProfileStatName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of the Splitsessionclient profile." + ::= { ltmSplitsessionclientProfileStatEntry 1 } + +ltmSplitsessionclientProfileStatConnectionsAccepted OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of accepted connections." + ::= { ltmSplitsessionclientProfileStatEntry 2 } + +ltmSplitsessionclientProfileStatConnectionsCurrent OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of connections currently active." + ::= { ltmSplitsessionclientProfileStatEntry 3 } + +ltmSplitsessionclientProfileStatConnectionsMax OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The maximum number of connections open simultaneously." + ::= { ltmSplitsessionclientProfileStatEntry 4 } + +ltmSplitsessionclientProfileStatConnPeerActive OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of Out-of-band connections established with the peer." + ::= { ltmSplitsessionclientProfileStatEntry 5 } + +ltmSplitsessionclientProfileStatConnPeerTimeout OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of Out-of-band connections that timed out." + ::= { ltmSplitsessionclientProfileStatEntry 6 } + +ltmSplitsessionclientProfileStatConnPeerReset OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of Out-of-band connections that were reset." + ::= { ltmSplitsessionclientProfileStatEntry 7 } + +ltmSplitsessionclientProfileStatPeerMsgRecd OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of messages received over the Out-of-band connections." + ::= { ltmSplitsessionclientProfileStatEntry 8 } + +ltmSplitsessionclientProfileStatPeerMsgSent OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of messages sent over the Out-of-band connections." + ::= { ltmSplitsessionclientProfileStatEntry 9 } + +--================================================================== +-- Profile_splitsessionserver +--================================================================== +ltmSplitsessionserverProfileNumber OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of ltmSplitsessionserverProfile entries in the table." + ::= { ltmSplitsessionserverProfile 1 } + +ltmSplitsessionserverProfileTable OBJECT-TYPE + SYNTAX SEQUENCE OF LtmSplitsessionserverProfileEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A table containing information about the Splitsessionserver profile." + ::= { ltmSplitsessionserverProfile 2 } + +ltmSplitsessionserverProfileEntry OBJECT-TYPE + SYNTAX LtmSplitsessionserverProfileEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Columns in the ltmSplitsessionserverProfile Table" + INDEX { + ltmSplitsessionserverProfileName + } + ::= { ltmSplitsessionserverProfileTable 1 } + +LtmSplitsessionserverProfileEntry ::= + SEQUENCE { + ltmSplitsessionserverProfileName LongDisplayString, + ltmSplitsessionserverProfileConfigSource INTEGER, + ltmSplitsessionserverProfileDefaultName LongDisplayString, + ltmSplitsessionserverProfileListenIp InetAddressType, + ltmSplitsessionserverProfileListenPort InetPortNumber + } + +ltmSplitsessionserverProfileName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of a Splitsessionserver profile." + ::= { ltmSplitsessionserverProfileEntry 1 } + +ltmSplitsessionserverProfileConfigSource OBJECT-TYPE + SYNTAX INTEGER { + usercfg(0), + basecfg(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The state that specifies whether this is a base/pre-configured profile + or user defined profile." + ::= { ltmSplitsessionserverProfileEntry 2 } + +ltmSplitsessionserverProfileDefaultName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of the profile from which the specified profile derives + its attribute default values." + ::= { ltmSplitsessionserverProfileEntry 3 } + +ltmSplitsessionserverProfileListenIp OBJECT-TYPE + SYNTAX InetAddressType + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The IP address that the peer uses to connect for Out-of-band connection." + ::= { ltmSplitsessionserverProfileEntry 4 } + +ltmSplitsessionserverProfileListenPort OBJECT-TYPE + SYNTAX InetPortNumber + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The port that the peer uses to connect for Out-of-band connection." + ::= { ltmSplitsessionserverProfileEntry 5 } + +--================================================================== +-- Profile_splitsessionserver_stat +--================================================================== +ltmSplitsessionserverProfileStatResetStats OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "The action to reset resettable statistics data in ltmSplitsessionserverProfileStat. + Setting this value to 1 will reset statistics data. + Note, some statistics data may not be reset including data that are incremental counters." + ::= { ltmSplitsessionserverProfileStat 1 } + +ltmSplitsessionserverProfileStatNumber OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of ltmSplitsessionserverProfileStat entries in the table." + ::= { ltmSplitsessionserverProfileStat 2 } + +ltmSplitsessionserverProfileStatTable OBJECT-TYPE + SYNTAX SEQUENCE OF LtmSplitsessionserverProfileStatEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A table containing statistics information about the Splitsessionserver profile." + ::= { ltmSplitsessionserverProfileStat 3 } + +ltmSplitsessionserverProfileStatEntry OBJECT-TYPE + SYNTAX LtmSplitsessionserverProfileStatEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Columns in the ltmSplitsessionserverProfileStat Table" + INDEX { + ltmSplitsessionserverProfileStatName + } + ::= { ltmSplitsessionserverProfileStatTable 1 } + +LtmSplitsessionserverProfileStatEntry ::= + SEQUENCE { + ltmSplitsessionserverProfileStatName LongDisplayString, + ltmSplitsessionserverProfileStatConnectionsAccepted Counter64, + ltmSplitsessionserverProfileStatConnectionsCurrent Counter64, + ltmSplitsessionserverProfileStatConnectionsMax Counter64, + ltmSplitsessionserverProfileStatConnPeerActive Counter64, + ltmSplitsessionserverProfileStatConnPeerTimeout Counter64, + ltmSplitsessionserverProfileStatConnPeerReset Counter64, + ltmSplitsessionserverProfileStatPeerMsgRecd Counter64, + ltmSplitsessionserverProfileStatPeerMsgSent Counter64 + } + +ltmSplitsessionserverProfileStatName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of the Splitsessionserver profile." + ::= { ltmSplitsessionserverProfileStatEntry 1 } + +ltmSplitsessionserverProfileStatConnectionsAccepted OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of accepted connections." + ::= { ltmSplitsessionserverProfileStatEntry 2 } + +ltmSplitsessionserverProfileStatConnectionsCurrent OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of connections currently active." + ::= { ltmSplitsessionserverProfileStatEntry 3 } + +ltmSplitsessionserverProfileStatConnectionsMax OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The maximum number of connections open simultaneously." + ::= { ltmSplitsessionserverProfileStatEntry 4 } + +ltmSplitsessionserverProfileStatConnPeerActive OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of Out-of-band connections established with the peer." + ::= { ltmSplitsessionserverProfileStatEntry 5 } + +ltmSplitsessionserverProfileStatConnPeerTimeout OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of Out-of-band connections that timed out." + ::= { ltmSplitsessionserverProfileStatEntry 6 } + +ltmSplitsessionserverProfileStatConnPeerReset OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of Out-of-band connections that were reset." + ::= { ltmSplitsessionserverProfileStatEntry 7 } + +ltmSplitsessionserverProfileStatPeerMsgRecd OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of messages received over the Out-of-band connections." + ::= { ltmSplitsessionserverProfileStatEntry 8 } + +ltmSplitsessionserverProfileStatPeerMsgSent OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of messages sent over the Out-of-band connections." + ::= { ltmSplitsessionserverProfileStatEntry 9 } + +--================================================================== +-- Profile_http_proxy_connect +--================================================================== +ltmHttpProxyConnectProfileNumber OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of ltmHttpProxyConnectProfile entries in the table." + ::= { ltmHttpProxyConnectProfile 1 } + +ltmHttpProxyConnectProfileTable OBJECT-TYPE + SYNTAX SEQUENCE OF LtmHttpProxyConnectProfileEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A table containing information about the HTTP Proxy Connect profile." + ::= { ltmHttpProxyConnectProfile 2 } + +ltmHttpProxyConnectProfileEntry OBJECT-TYPE + SYNTAX LtmHttpProxyConnectProfileEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Columns in the ltmHttpProxyConnectProfile Table" + INDEX { + ltmHttpProxyConnectProfileName + } + ::= { ltmHttpProxyConnectProfileTable 1 } + +LtmHttpProxyConnectProfileEntry ::= + SEQUENCE { + ltmHttpProxyConnectProfileName LongDisplayString, + ltmHttpProxyConnectProfileConfigSource INTEGER, + ltmHttpProxyConnectProfileDefaultName LongDisplayString, + ltmHttpProxyConnectProfileDefaultState INTEGER + } + +ltmHttpProxyConnectProfileName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of a HTTP Proxy Connect profile." + ::= { ltmHttpProxyConnectProfileEntry 1 } + +ltmHttpProxyConnectProfileConfigSource OBJECT-TYPE + SYNTAX INTEGER { + usercfg(0), + basecfg(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The state that specifies whether this is a base/pre-configured profile + or user defined profile." + ::= { ltmHttpProxyConnectProfileEntry 2 } + +ltmHttpProxyConnectProfileDefaultName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of the profile from which the specified profile derives + its attribute default values." + ::= { ltmHttpProxyConnectProfileEntry 3 } + +ltmHttpProxyConnectProfileDefaultState OBJECT-TYPE + SYNTAX INTEGER { + false(0), + true(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Enable proxy chaining by default, or not." + ::= { ltmHttpProxyConnectProfileEntry 4 } + +--================================================================== +-- Profile_http_proxy_connect_stat +--================================================================== +ltmHttpProxyConnectProfileStatResetStats OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "The action to reset resettable statistics data in ltmHttpProxyConnectProfileStat. + Setting this value to 1 will reset statistics data. + Note, some statistics data may not be reset including data that are incremental counters." + ::= { ltmHttpProxyConnectProfileStat 1 } + +ltmHttpProxyConnectProfileStatNumber OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of ltmHttpProxyConnectProfileStat entries in the table." + ::= { ltmHttpProxyConnectProfileStat 2 } + +ltmHttpProxyConnectProfileStatTable OBJECT-TYPE + SYNTAX SEQUENCE OF LtmHttpProxyConnectProfileStatEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A table containing statistic information of HTTP Proxy Connect profiles." + ::= { ltmHttpProxyConnectProfileStat 3 } + +ltmHttpProxyConnectProfileStatEntry OBJECT-TYPE + SYNTAX LtmHttpProxyConnectProfileStatEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Columns in the ltmHttpProxyConnectProfileStat Table" + INDEX { + ltmHttpProxyConnectProfileStatName + } + ::= { ltmHttpProxyConnectProfileStatTable 1 } + +LtmHttpProxyConnectProfileStatEntry ::= + SEQUENCE { + ltmHttpProxyConnectProfileStatName LongDisplayString, + ltmHttpProxyConnectProfileStatResp2xxCnt Counter64, + ltmHttpProxyConnectProfileStatResp3xxCnt Counter64, + ltmHttpProxyConnectProfileStatResp4xxCnt Counter64, + ltmHttpProxyConnectProfileStatResp5xxCnt Counter64, + ltmHttpProxyConnectProfileStatRespOtherCnt Counter64, + ltmHttpProxyConnectProfileStatV9Resp Counter64, + ltmHttpProxyConnectProfileStatV10Resp Counter64, + ltmHttpProxyConnectProfileStatV11Resp Counter64, + ltmHttpProxyConnectProfileStatProxyConnReqs Counter64 + } + +ltmHttpProxyConnectProfileStatName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of a HTTP Proxy Connect profile." + ::= { ltmHttpProxyConnectProfileStatEntry 1 } + +ltmHttpProxyConnectProfileStatResp2xxCnt OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of server-side responses in range of 200 to 206 + (successful responses)" + ::= { ltmHttpProxyConnectProfileStatEntry 2 } + +ltmHttpProxyConnectProfileStatResp3xxCnt OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of server-side responses in range of 300 to 307 + (redirection responses)." + ::= { ltmHttpProxyConnectProfileStatEntry 3 } + +ltmHttpProxyConnectProfileStatResp4xxCnt OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of server-side responses in range of 400 to 417 + (client errors)." + ::= { ltmHttpProxyConnectProfileStatEntry 4 } + +ltmHttpProxyConnectProfileStatResp5xxCnt OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of server-side responses in range of 500 to 505 + (server errors)." + ::= { ltmHttpProxyConnectProfileStatEntry 5 } + +ltmHttpProxyConnectProfileStatRespOtherCnt OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of server-side responses with other status ids." + ::= { ltmHttpProxyConnectProfileStatEntry 6 } + +ltmHttpProxyConnectProfileStatV9Resp OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of version 9 responses." + ::= { ltmHttpProxyConnectProfileStatEntry 7 } + +ltmHttpProxyConnectProfileStatV10Resp OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of version 10 responses." + ::= { ltmHttpProxyConnectProfileStatEntry 8 } + +ltmHttpProxyConnectProfileStatV11Resp OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of version 11 responses." + ::= { ltmHttpProxyConnectProfileStatEntry 9 } + +ltmHttpProxyConnectProfileStatProxyConnReqs OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of CONNECT requests." + ::= { ltmHttpProxyConnectProfileStatEntry 10 } + +--================================================================== +-- Profile_diametersession +--================================================================== +ltmDiametersessionProfileNumber OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of ltmDiametersessionProfile entries in the table." + ::= { ltmDiametersessionProfile 1 } + +ltmDiametersessionProfileTable OBJECT-TYPE + SYNTAX SEQUENCE OF LtmDiametersessionProfileEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A table containing configuration information for diameter session profiles." + ::= { ltmDiametersessionProfile 2 } + +ltmDiametersessionProfileEntry OBJECT-TYPE + SYNTAX LtmDiametersessionProfileEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Columns in the ltmDiametersessionProfile Table" + INDEX { + ltmDiametersessionProfileName + } + ::= { ltmDiametersessionProfileTable 1 } + +LtmDiametersessionProfileEntry ::= + SEQUENCE { + ltmDiametersessionProfileName LongDisplayString, + ltmDiametersessionProfileConfigSource INTEGER, + ltmDiametersessionProfileDefaultName LongDisplayString, + ltmDiametersessionProfileRouteUnconfiguredPeers INTEGER, + ltmDiametersessionProfileHandshakeTimeout Gauge, + ltmDiametersessionProfileMaxRetransmissions Gauge, + ltmDiametersessionProfileMaxWatchdogFailures Gauge, + ltmDiametersessionProfileResetOnTimeout INTEGER, + ltmDiametersessionProfileRetransmissionTimeout Gauge, + ltmDiametersessionProfileRetransmissionAction Gauge, + ltmDiametersessionProfileArrayRetransmissionErrorCode LongDisplayString, + ltmDiametersessionProfileRetransmissionQueueMaxMessages Gauge, + ltmDiametersessionProfileRetransmissionQueueMaxBytes Gauge, + ltmDiametersessionProfileRetransmissionQueueLimitHigh Gauge, + ltmDiametersessionProfileRetransmissionQueueLimitLow Gauge, + ltmDiametersessionProfileDiscardUnroutable INTEGER, + ltmDiametersessionProfileWatchdogTimeout Gauge, + ltmDiametersessionProfileMaxMessageSize Gauge, + ltmDiametersessionProfilePersistType Gauge, + ltmDiametersessionProfilePersistAvp LongDisplayString, + ltmDiametersessionProfilePersistTimeout Gauge, + ltmDiametersessionProfileOriginHostRewrite LongDisplayString, + ltmDiametersessionProfileOriginRealmRewrite LongDisplayString, + ltmDiametersessionProfileDestHostRewrite LongDisplayString, + ltmDiametersessionProfileDestRealmRewrite LongDisplayString, + ltmDiametersessionProfileOriginHost LongDisplayString, + ltmDiametersessionProfileOriginRealm LongDisplayString, + ltmDiametersessionProfileHostIpAddress LongDisplayString, + ltmDiametersessionProfileVendorId Gauge, + ltmDiametersessionProfileProductName LongDisplayString, + ltmDiametersessionProfileAuthApplicationId Gauge, + ltmDiametersessionProfileAcctApplicationId Gauge, + ltmDiametersessionProfileArrayAuthApplicationId LongDisplayString, + ltmDiametersessionProfileArrayAcctApplicationId LongDisplayString, + ltmDiametersessionProfileVendorSpecificVendorId Gauge, + ltmDiametersessionProfileVendorSpecificAuthApplicationId Gauge, + ltmDiametersessionProfileVendorSpecificAcctApplicationId Gauge + } + +ltmDiametersessionProfileName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The Name of the diametersession profile." + ::= { ltmDiametersessionProfileEntry 1 } + +ltmDiametersessionProfileConfigSource OBJECT-TYPE + SYNTAX INTEGER { + usercfg(0), + basecfg(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The state that specifies whether this is a base/pre-configured profile + or user defined profile." + ::= { ltmDiametersessionProfileEntry 2 } + +ltmDiametersessionProfileDefaultName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of the profile from which the specified profile derives + its attribute default values." + ::= { ltmDiametersessionProfileEntry 3 } + +ltmDiametersessionProfileRouteUnconfiguredPeers OBJECT-TYPE + SYNTAX INTEGER { + false(0), + true(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "When it is + enabled, unconfigured peers is added to the route table." + ::= { ltmDiametersessionProfileEntry 4 } + +ltmDiametersessionProfileHandshakeTimeout OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Indicates the number of seconds + before the handshake times out to a peer." + ::= { ltmDiametersessionProfileEntry 5 } + +ltmDiametersessionProfileMaxRetransmissions OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Number of times, the peer tries to + retransmit the message." + ::= { ltmDiametersessionProfileEntry 6 } + +ltmDiametersessionProfileMaxWatchdogFailures OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Specifies the maximum number of + device watchdog failures that the traffic management system can + take before it tears down the connection. After the system + receives this number of device watchdog failures, it closes the + connection if the reset-on-timeout is enabled. However, if the + reset-on-timeout is not enabled, but the watchdog timeout count is + great and equal than 3 times of max-watchdog-failures, then the + connection is closed." + ::= { ltmDiametersessionProfileEntry 7 } + +ltmDiametersessionProfileResetOnTimeout OBJECT-TYPE + SYNTAX INTEGER { + false(0), + true(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "When it is enabled + and the watchdog failures exceed the max watchdog failure, the + system resets the connection. The default value is enabled." + ::= { ltmDiametersessionProfileEntry 8 } + +ltmDiametersessionProfileRetransmissionTimeout OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Specifies the retransmission + timeout in seconds. This setting specifies the number of seconds + the BIG-IP waits to retransmit the request messages if it does not + receive the corresponding answer messages. The default value is + 10." + ::= { ltmDiametersessionProfileEntry 9 } + +ltmDiametersessionProfileRetransmissionAction OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Specifies the action to be + performed when retransmission is triggered for a request message. + disable: retransmission is disabled busy: A busy answer is sent to + the originator of the request unavailable: A unable to deliver + answer is sent to the originator of the request retransmit: the + request message will be retransmitted." + ::= { ltmDiametersessionProfileEntry 10 } + +ltmDiametersessionProfileArrayRetransmissionErrorCode OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Specifies a list of + DIAMETER error codes that if an answer message is received + containing one of the listed error codes, the corresponding + request will be retransmitted as directed by the + retransmission-action. Each error-code in the list is limited + from 1000 to 6999" + ::= { ltmDiametersessionProfileEntry 11 } + +ltmDiametersessionProfileRetransmissionQueueMaxMessages OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Specifies the + maximum number of messages that may be held in the retransmission + message queue. If a request message is received that is enabled + for retransmission and the retransmission queue has reached its + configured limit, a busy answer will be returned to the + originator. A value of zero disables the limit." + ::= { ltmDiametersessionProfileEntry 12 } + +ltmDiametersessionProfileRetransmissionQueueMaxBytes OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Specifies the maximum + number of bytes that may be held in the retransmission message + queue. If a request message is received that is enabled for + retransmission and the retransmission queue has reached its + configured limit, a busy answer will be returned to the + originator. A value of zero disables the limit." + ::= { ltmDiametersessionProfileEntry 13 } + +ltmDiametersessionProfileRetransmissionQueueLimitHigh OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Specifies the high + watermark for the retransmission queue in percent. If the number + of messages or bytes in the retransmission queue for a connection + exceeds the high watermark, the TCP window will begin to close. If + zero value disables closing the TCP window based on queue size." + ::= { ltmDiametersessionProfileEntry 14 } + +ltmDiametersessionProfileRetransmissionQueueLimitLow OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Specifies the low + watermark for the retransmission queue in percent. If the number + of messages or bytes in the retransmission queue for a connection + drops below the low watermark, the TCP window will reopen." + ::= { ltmDiametersessionProfileEntry 15 } + +ltmDiametersessionProfileDiscardUnroutable OBJECT-TYPE + SYNTAX INTEGER { + false(0), + true(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "If enabled, + discard unroutable messages." + ::= { ltmDiametersessionProfileEntry 16 } + +ltmDiametersessionProfileWatchdogTimeout OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Specifies the watchdog timeout in + seconds. This setting specifies the number of seconds that a + connection is idle before the device watchdog request is sent. The + default value is 0, which means BIG-IP will not send a device + watchdog request to either client or server side." + ::= { ltmDiametersessionProfileEntry 17 } + +ltmDiametersessionProfileMaxMessageSize OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Maximum bytes that will be allowed + for the messages. The default value is 0, which means no such + restriction is allowed in BIG-IP." + ::= { ltmDiametersessionProfileEntry 18 } + +ltmDiametersessionProfilePersistType OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Specifies the type of the persistence. + None - Persistence is disabled + AVP - To persist based on avp in the message. + Custom - To persist based on the custom key specified using iRule." + ::= { ltmDiametersessionProfileEntry 19 } + +ltmDiametersessionProfilePersistAvp OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Specifies the Diameter AVP that is used + for persistence. The format is avp[index] for a single AVP or + a[x]:b[y]:c[z]:d[w] for a grouped AVP. There may be at most 4 AVPs + in a group. The AVP name is used as the session-key; it may be an + ASCII string or numeric ID in the range 1 to 4294967295 (AVP code + can be specified instead of AVP name). The default value is + 'SESSION-ID[0]'. A grouped-avp can be specified with the following + syntax: + grouped-avp-name[index]:nested-avp1[index1]:nested-avp2[index2], + where nested-avp1 and nested-avp2 are the AVPs in the grouped + AVP." + ::= { ltmDiametersessionProfileEntry 20 } + +ltmDiametersessionProfilePersistTimeout OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Indicates the timeout value for + persistence entries in seconds. Its recommended to have the + persist-timeout to be greater than transaction timeout, specified + in the Diameter router configuration, as the lesser of the two is + used when creating the persist record on receiving of the first + Diameter request message. Upon receiving of the response for the + first Diameter request message the persistence record is updated + with the persist-timeout value. (For any subsequent responses + received the persist timeout is updated for the persist + record.)" + ::= { ltmDiametersessionProfileEntry 21 } + +ltmDiametersessionProfileOriginHostRewrite OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Rewrites the Origin-Host AVP to + the specified value on the egress." + ::= { ltmDiametersessionProfileEntry 22 } + +ltmDiametersessionProfileOriginRealmRewrite OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Rewrites the Origin-Host AVP to + the specified value on the egress." + ::= { ltmDiametersessionProfileEntry 23 } + +ltmDiametersessionProfileDestHostRewrite OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Rewrites the Destination-Host AVP + to the specified value on the egress." + ::= { ltmDiametersessionProfileEntry 24 } + +ltmDiametersessionProfileDestRealmRewrite OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Rewrites the Destination-Realm AVP + to the specified value on the egress." + ::= { ltmDiametersessionProfileEntry 25 } + +ltmDiametersessionProfileOriginHost OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Specifies the identifier of the + originating server in the form siteserver.f5.com. Must specify the + origin-host." + ::= { ltmDiametersessionProfileEntry 26 } + +ltmDiametersessionProfileOriginRealm OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Origin-Realm AVP data. Must specify the + origin-realm." + ::= { ltmDiametersessionProfileEntry 27 } + +ltmDiametersessionProfileHostIpAddress OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Specifies the IP address of the + diameter server. If no value is specified, the system uses the + BIG-IP system's IP address on the VLAN that the system uses to + generate traffic to the server." + ::= { ltmDiametersessionProfileEntry 28 } + +ltmDiametersessionProfileVendorId OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Specifies the vendor identification number + assigned to your diameter server by the Internet Assigned Numbers + Authority (IANA). The default is 0." + ::= { ltmDiametersessionProfileEntry 29 } + +ltmDiametersessionProfileProductName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Specifies the vendor-assigned name for + the product." + ::= { ltmDiametersessionProfileEntry 30 } + +ltmDiametersessionProfileAuthApplicationId OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Specifies the Authentication and + Authorization identifier for a specific application, as specified + in RFC 6733." + ::= { ltmDiametersessionProfileEntry 31 } + +ltmDiametersessionProfileAcctApplicationId OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Specifies the Accounting + identifier for a specific application, as specified in RFC + 6733." + ::= { ltmDiametersessionProfileEntry 32 } + +ltmDiametersessionProfileArrayAuthApplicationId OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Specifies a space separted + list of Authentication and Authorization identifiers for a + specific application, as specified in RFC 6733." + ::= { ltmDiametersessionProfileEntry 33 } + +ltmDiametersessionProfileArrayAcctApplicationId OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Specifies a space separated + list of Accounting identifiers for a specific application, as + specified in RFC 6733." + ::= { ltmDiametersessionProfileEntry 34 } + +ltmDiametersessionProfileVendorSpecificVendorId OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Specifies the vendor + identification number for the vendor-specific application." + ::= { ltmDiametersessionProfileEntry 35 } + +ltmDiametersessionProfileVendorSpecificAuthApplicationId OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Specifies the + authentication identification number for the vendor-specific + application." + ::= { ltmDiametersessionProfileEntry 36 } + +ltmDiametersessionProfileVendorSpecificAcctApplicationId OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Specifies the + accounting identification number for the vendor-specific + application." + ::= { ltmDiametersessionProfileEntry 37 } + +--================================================================== +-- Profile_diametersession_stat +--================================================================== +ltmDiametersessionProfileStatResetStats OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "The action to reset resettable statistics data in ltmDiametersessionProfileStat. + Setting this value to 1 will reset statistics data. + Note, some statistics data may not be reset including data that are incremental counters." + ::= { ltmDiametersessionProfileStat 1 } + +ltmDiametersessionProfileStatNumber OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of ltmDiametersessionProfileStat entries in the table." + ::= { ltmDiametersessionProfileStat 2 } + +ltmDiametersessionProfileStatTable OBJECT-TYPE + SYNTAX SEQUENCE OF LtmDiametersessionProfileStatEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A table containing statistic information for diameter session profiles." + ::= { ltmDiametersessionProfileStat 3 } + +ltmDiametersessionProfileStatEntry OBJECT-TYPE + SYNTAX LtmDiametersessionProfileStatEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Columns in the ltmDiametersessionProfileStat Table" + INDEX { + ltmDiametersessionProfileStatName + } + ::= { ltmDiametersessionProfileStatTable 1 } + +LtmDiametersessionProfileStatEntry ::= + SEQUENCE { + ltmDiametersessionProfileStatName LongDisplayString, + ltmDiametersessionProfileStatVsName LongDisplayString, + ltmDiametersessionProfileStatTotCapExcReq Counter64, + ltmDiametersessionProfileStatTotCapExcAns Counter64, + ltmDiametersessionProfileStatTotDeviceWatchdogRequests Counter64, + ltmDiametersessionProfileStatTotDeviceWatchdogAnswers Counter64, + ltmDiametersessionProfileStatTotDisconnectPeerRequests Counter64, + ltmDiametersessionProfileStatTotDisconnectPeerAnswers Counter64, + ltmDiametersessionProfileStatTotAccountingRequests Counter64, + ltmDiametersessionProfileStatTotAccountingAnswers Counter64, + ltmDiametersessionProfileStatTotCreditControlRequests Counter64, + ltmDiametersessionProfileStatTotCreditControlAnswers Counter64, + ltmDiametersessionProfileStatTotUserAuthorizationRequests Counter64, + ltmDiametersessionProfileStatTotUserAuthorizationAnswers Counter64, + ltmDiametersessionProfileStatTotOtherRequests Counter64, + ltmDiametersessionProfileStatTotOtherAnswers Counter64, + ltmDiametersessionProfileStatTotBadMessages Counter64, + ltmDiametersessionProfileStatTotRejectedUnconfiguredPeers Counter64, + ltmDiametersessionProfileStatCurReqQueuedForRetrans Counter64, + ltmDiametersessionProfileStatTotRetransReturnedBusy Counter64, + ltmDiametersessionProfileStatTotRetransReturnedUnavail Counter64, + ltmDiametersessionProfileStatTotRetransReqRetransmitted Counter64, + ltmDiametersessionProfileStatTotRetransmissionTimeout Counter64, + ltmDiametersessionProfileStatTotRetransmissionErrorCode Counter64, + ltmDiametersessionProfileStatTotRetransmissionIrule Counter64 + } + +ltmDiametersessionProfileStatName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The Name of the diametersession profile." + ::= { ltmDiametersessionProfileStatEntry 1 } + +ltmDiametersessionProfileStatVsName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The Name of the virtual server." + ::= { ltmDiametersessionProfileStatEntry 2 } + +ltmDiametersessionProfileStatTotCapExcReq OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Displays the number of Capabilities Exchange Request messages." + ::= { ltmDiametersessionProfileStatEntry 3 } + +ltmDiametersessionProfileStatTotCapExcAns OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Displays the number of Capabilities Exchange Answer messages." + ::= { ltmDiametersessionProfileStatEntry 4 } + +ltmDiametersessionProfileStatTotDeviceWatchdogRequests OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Displays the number of Device Watchdog Request messages." + ::= { ltmDiametersessionProfileStatEntry 5 } + +ltmDiametersessionProfileStatTotDeviceWatchdogAnswers OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Displays the number of Device Watchdog Answers messages." + ::= { ltmDiametersessionProfileStatEntry 6 } + +ltmDiametersessionProfileStatTotDisconnectPeerRequests OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Displays the number of Disconnect Peer Request messages." + ::= { ltmDiametersessionProfileStatEntry 7 } + +ltmDiametersessionProfileStatTotDisconnectPeerAnswers OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Displays the number of Disconnect Peer Answer messages." + ::= { ltmDiametersessionProfileStatEntry 8 } + +ltmDiametersessionProfileStatTotAccountingRequests OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Displays the number of Accounting Request messages." + ::= { ltmDiametersessionProfileStatEntry 9 } + +ltmDiametersessionProfileStatTotAccountingAnswers OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Displays the number of Accounting Answers messages." + ::= { ltmDiametersessionProfileStatEntry 10 } + +ltmDiametersessionProfileStatTotCreditControlRequests OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Displays the number of Credit Control Request messages." + ::= { ltmDiametersessionProfileStatEntry 11 } + +ltmDiametersessionProfileStatTotCreditControlAnswers OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Displays the number of Credit Control Answers messages." + ::= { ltmDiametersessionProfileStatEntry 12 } + +ltmDiametersessionProfileStatTotUserAuthorizationRequests OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Displays the number of User Authorization Request messages." + ::= { ltmDiametersessionProfileStatEntry 13 } + +ltmDiametersessionProfileStatTotUserAuthorizationAnswers OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Displays the number of User Authorization Answers messages." + ::= { ltmDiametersessionProfileStatEntry 14 } + +ltmDiametersessionProfileStatTotOtherRequests OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Displays the number of Other Request messages." + ::= { ltmDiametersessionProfileStatEntry 15 } + +ltmDiametersessionProfileStatTotOtherAnswers OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Displays the number of Other Answers messages." + ::= { ltmDiametersessionProfileStatEntry 16 } + +ltmDiametersessionProfileStatTotBadMessages OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Displays the number of Bad Messages." + ::= { ltmDiametersessionProfileStatEntry 17 } + +ltmDiametersessionProfileStatTotRejectedUnconfiguredPeers OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Displays the number of Messages Rejected for Unconfigured Peers." + ::= { ltmDiametersessionProfileStatEntry 18 } + +ltmDiametersessionProfileStatCurReqQueuedForRetrans OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Displays the current number of request messages queued for retransmission." + ::= { ltmDiametersessionProfileStatEntry 19 } + +ltmDiametersessionProfileStatTotRetransReturnedBusy OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Displays the total number of requests triggered for retransmission that returned a busy answer." + ::= { ltmDiametersessionProfileStatEntry 20 } + +ltmDiametersessionProfileStatTotRetransReturnedUnavail OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Displays the total number of requests triggered for retransmission that returned a unable to deliver answer." + ::= { ltmDiametersessionProfileStatEntry 21 } + +ltmDiametersessionProfileStatTotRetransReqRetransmitted OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Displays the total number of requests retransmitted." + ::= { ltmDiametersessionProfileStatEntry 22 } + +ltmDiametersessionProfileStatTotRetransmissionTimeout OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Displays the total number of requests triggered for retransmission due to timeout." + ::= { ltmDiametersessionProfileStatEntry 23 } + +ltmDiametersessionProfileStatTotRetransmissionErrorCode OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Displays the total number of requests triggered for retransmission due a error code." + ::= { ltmDiametersessionProfileStatEntry 24 } + +ltmDiametersessionProfileStatTotRetransmissionIrule OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Displays the total number of requests triggered for retransmission by iRule command." + ::= { ltmDiametersessionProfileStatEntry 25 } + +--================================================================== +-- Profile_diameterrouter +--================================================================== +ltmDiameterrouterProfileNumber OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of ltmDiameterrouterProfile entries in the table." + ::= { ltmDiameterrouterProfile 1 } + +ltmDiameterrouterProfileTable OBJECT-TYPE + SYNTAX SEQUENCE OF LtmDiameterrouterProfileEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A table containing configuration information for diameter router profiles." + ::= { ltmDiameterrouterProfile 2 } + +ltmDiameterrouterProfileEntry OBJECT-TYPE + SYNTAX LtmDiameterrouterProfileEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Columns in the ltmDiameterrouterProfile Table" + INDEX { + ltmDiameterrouterProfileName + } + ::= { ltmDiameterrouterProfileTable 1 } + +LtmDiameterrouterProfileEntry ::= + SEQUENCE { + ltmDiameterrouterProfileName LongDisplayString, + ltmDiameterrouterProfileConfigSource INTEGER, + ltmDiameterrouterProfileDefaultName LongDisplayString, + ltmDiameterrouterProfileMirrored Counter64, + ltmDiameterrouterProfileTrafficGroup LongDisplayString, + ltmDiameterrouterProfileSupportedApplications Counter64, + ltmDiameterrouterProfileIgnorePeerPort Counter64, + ltmDiameterrouterProfileMaxPendingMessages Counter64, + ltmDiameterrouterProfileMaxPendingBytes Counter64, + ltmDiameterrouterProfileHaMsgSweeperInterval Counter64, + ltmDiameterrouterProfilePendingReqSweeperInterval Counter64, + ltmDiameterrouterProfileUseLocalConnection Counter64, + ltmDiameterrouterProfileTransactionTimeout Counter64, + ltmDiameterrouterProfileMaxRetries Counter64 + } + +ltmDiameterrouterProfileName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The Name of the diameterrouter profile." + ::= { ltmDiameterrouterProfileEntry 1 } + +ltmDiameterrouterProfileConfigSource OBJECT-TYPE + SYNTAX INTEGER { + usercfg(0), + basecfg(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The state that specifies whether this is a base/pre-configured profile + or user defined profile." + ::= { ltmDiameterrouterProfileEntry 2 } + +ltmDiameterrouterProfileDefaultName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of the profile from which the specified profile derives + its attribute default values." + ::= { ltmDiameterrouterProfileEntry 3 } + +ltmDiameterrouterProfileMirrored OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Enables mirroring of all incoming connections + for all virtual servers using this router instance, and all + outgoing connection created by this router instance." + ::= { ltmDiameterrouterProfileEntry 4 } + +ltmDiameterrouterProfileTrafficGroup OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The traffic group for the router + instance. All virtual servers using this router profile will have + the their traffic group replaced by the traffic group of the + router profile." + ::= { ltmDiameterrouterProfileEntry 5 } + +ltmDiameterrouterProfileSupportedApplications OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "List of supported application-ids" + ::= { ltmDiameterrouterProfileEntry 6 } + +ltmDiameterrouterProfileIgnorePeerPort OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "If set, the remote port on the peers + connecting to BIGIP is ignored when searching for an existing + connection." + ::= { ltmDiameterrouterProfileEntry 7 } + +ltmDiameterrouterProfileMaxPendingMessages OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The maximum number of pending + messages that are held while waiting for a connection to a peer to + be created. Once reached any additional messages to the peer are + flagged as undeliverable and dropped. A default value of 0, uses + default value 256." + ::= { ltmDiameterrouterProfileEntry 8 } + +ltmDiameterrouterProfileMaxPendingBytes OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The maximum number of bytes + contained within pending messages that are held while waiting for + a connection to a peer to be created. Once reached any additional + messages to the peer are flagged as undeliverable and dropped. A + default value of 0, uses default value 32768." + ::= { ltmDiameterrouterProfileEntry 9 } + +ltmDiameterrouterProfileHaMsgSweeperInterval OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "This attribute sets the + frequency of the mirrored message sweeper. For virtual servers + where mirroring is enabled, the received messages will be + processed on both the active device and the standby device. On the + standby device, the messages are not routed, instead they are + stored in a message store until the active device sends a + notification that the message has been routed to the standby + device so that the standby device can deliver the message to the + equivalent connection for egress processing. A sweeper has been + implemented to drop messages from the message store if they remain + in the store longer than the time specified in this attribute. The + time shall be in milliseconds." + ::= { ltmDiameterrouterProfileEntry 10 } + +ltmDiameterrouterProfilePendingReqSweeperInterval OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "This attribute sets the + frequency for the pending request sweeper. When run, data retained + to assist with forwarding received answer messages will be removed + if it is older than twice the transaction timeout value. If set to + zero the sweeper will be disabled. The time shall be in + milli-seconds." + ::= { ltmDiameterrouterProfileEntry 11 } + +ltmDiameterrouterProfileUseLocalConnection OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Controls whether connections + established by the ingress TMM are preferred over connections + established by other TMMs when selecting egress connection to + destination peer." + ::= { ltmDiameterrouterProfileEntry 12 } + +ltmDiameterrouterProfileTransactionTimeout OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Specifies the maximum time in + seconds between request and its response. A provisional response + restarts the timer. This may not affect all transactions. The + scenarios where BIG-IP waits for response, is impacted, by + dropping any persistent data maintained for this request." + ::= { ltmDiameterrouterProfileEntry 13 } + +ltmDiameterrouterProfileMaxRetries OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The maximum number of attempts to retry + creating a connection to a peer. Once reached, all pending + messages will be flagged as undeliverable and returned to the + originator. A default value of 0, indicates no connection retries + will happen. Need to remove this from schema, never exposed to + end user." + ::= { ltmDiameterrouterProfileEntry 14 } + +--================================================================== +-- Profile_diameterrouter_stat +--================================================================== +ltmDiameterrouterProfileStatResetStats OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "The action to reset resettable statistics data in ltmDiameterrouterProfileStat. + Setting this value to 1 will reset statistics data. + Note, some statistics data may not be reset including data that are incremental counters." + ::= { ltmDiameterrouterProfileStat 1 } + +ltmDiameterrouterProfileStatNumber OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of ltmDiameterrouterProfileStat entries in the table." + ::= { ltmDiameterrouterProfileStat 2 } + +ltmDiameterrouterProfileStatTable OBJECT-TYPE + SYNTAX SEQUENCE OF LtmDiameterrouterProfileStatEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A table containing statistic information for diameter router profiles." + ::= { ltmDiameterrouterProfileStat 3 } + +ltmDiameterrouterProfileStatEntry OBJECT-TYPE + SYNTAX LtmDiameterrouterProfileStatEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Columns in the ltmDiameterrouterProfileStat Table" + INDEX { + ltmDiameterrouterProfileStatName + } + ::= { ltmDiameterrouterProfileStatTable 1 } + +LtmDiameterrouterProfileStatEntry ::= + SEQUENCE { + ltmDiameterrouterProfileStatName LongDisplayString, + ltmDiameterrouterProfileStatVsName LongDisplayString, + ltmDiameterrouterProfileStatCurPendingRequests Gauge, + ltmDiameterrouterProfileStatTotExpiredPendingRequests Gauge, + ltmDiameterrouterProfileStatTotDroppedUnexpectedAnswers Gauge, + ltmDiameterrouterProfileStatTotDroppedLateAnswers Gauge + } + +ltmDiameterrouterProfileStatName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The Name of the diametersession profile." + ::= { ltmDiameterrouterProfileStatEntry 1 } + +ltmDiameterrouterProfileStatVsName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The Name of the virtual server." + ::= { ltmDiameterrouterProfileStatEntry 2 } + +ltmDiameterrouterProfileStatCurPendingRequests OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Displays the cur_pending_requests" + ::= { ltmDiameterrouterProfileStatEntry 3 } + +ltmDiameterrouterProfileStatTotExpiredPendingRequests OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Displays the tot_expired_pending_requests" + ::= { ltmDiameterrouterProfileStatEntry 4 } + +ltmDiameterrouterProfileStatTotDroppedUnexpectedAnswers OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Displays the tot_dropped_unexpected_answers" + ::= { ltmDiameterrouterProfileStatEntry 5 } + +ltmDiameterrouterProfileStatTotDroppedLateAnswers OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Displays the tot_dropped_late_answers" + ::= { ltmDiameterrouterProfileStatEntry 6 } + +--================================================================== +-- Profile_serverssl_c3d_cert_extension_custom_oids +--================================================================== +ltmServerSslProfileC3dCertExtensionCustomOidsNumber OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of ltmServerSslProfileC3dCertExtensionCustomOids entries in the table." + ::= { ltmServerSslProfileC3dCertExtensionCustomOids 1 } + +ltmServerSslProfileC3dCertExtensionCustomOidsTable OBJECT-TYPE + SYNTAX SEQUENCE OF LtmServerSslProfileC3dCertExtensionCustomOidsEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A table containing the custom extension OIDs information of the client + certificates to be included in the generated certificates of server-ssl profile." + ::= { ltmServerSslProfileC3dCertExtensionCustomOids 2 } + +ltmServerSslProfileC3dCertExtensionCustomOidsEntry OBJECT-TYPE + SYNTAX LtmServerSslProfileC3dCertExtensionCustomOidsEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Columns in the ltmServerSslProfileC3dCertExtensionCustomOids Table" + INDEX { + ltmServerSslProfileC3dCertExtensionCustomOidsServerssl, + ltmServerSslProfileC3dCertExtensionCustomOidsIndex + } + ::= { ltmServerSslProfileC3dCertExtensionCustomOidsTable 1 } + +LtmServerSslProfileC3dCertExtensionCustomOidsEntry ::= + SEQUENCE { + ltmServerSslProfileC3dCertExtensionCustomOidsServerssl LongDisplayString, + ltmServerSslProfileC3dCertExtensionCustomOidsIndex INTEGER, + ltmServerSslProfileC3dCertExtensionCustomOidsOid LongDisplayString + } + +ltmServerSslProfileC3dCertExtensionCustomOidsServerssl OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of a server-ssl profile the set is related to." + ::= { ltmServerSslProfileC3dCertExtensionCustomOidsEntry 1 } + +ltmServerSslProfileC3dCertExtensionCustomOidsIndex OBJECT-TYPE + SYNTAX INTEGER(0..2147483647) + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The index of the included certificate extension custom OID." + ::= { ltmServerSslProfileC3dCertExtensionCustomOidsEntry 2 } + +ltmServerSslProfileC3dCertExtensionCustomOidsOid OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The certificate extension custom OID." + ::= { ltmServerSslProfileC3dCertExtensionCustomOidsEntry 3 } + +--================================================================== +-- Source_translation_dynamic +--================================================================== +ltmFwNatDynamicPoolNumber OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of ltmFwNatDynamicPool entries in the table." + ::= { ltmFwNatDynamicPool 1 } + +ltmFwNatDynamicPoolTable OBJECT-TYPE + SYNTAX SEQUENCE OF LtmFwNatDynamicPoolEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A table containing information for a Dynamic AFM NAT Translation Pool." + ::= { ltmFwNatDynamicPool 2 } + +ltmFwNatDynamicPoolEntry OBJECT-TYPE + SYNTAX LtmFwNatDynamicPoolEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Columns in the ltmFwNatDynamicPool Table" + INDEX { + ltmFwNatDynamicPoolName + } + ::= { ltmFwNatDynamicPoolTable 1 } + +LtmFwNatDynamicPoolEntry ::= + SEQUENCE { + ltmFwNatDynamicPoolName LongDisplayString, + ltmFwNatDynamicPoolDescription LongDisplayString, + ltmFwNatDynamicPoolAddressCount Counter64, + ltmFwNatDynamicPoolPortCount Counter64, + ltmFwNatDynamicPoolAddrFamily Gauge, + ltmFwNatDynamicPoolType INTEGER, + ltmFwNatDynamicPoolPatMode INTEGER, + ltmFwNatDynamicPoolInboundMode INTEGER, + ltmFwNatDynamicPoolMappingMode Gauge, + ltmFwNatDynamicPoolMappingTimeout Gauge, + ltmFwNatDynamicPoolBlockLifetime Gauge, + ltmFwNatDynamicPoolBlockIdleTimeout Gauge, + ltmFwNatDynamicPoolZombieTimeout Gauge, + ltmFwNatDynamicPoolBlockSize Gauge, + ltmFwNatDynamicPoolClientBlockLimit Gauge, + ltmFwNatDynamicPoolRouteAdvertisement INTEGER, + ltmFwNatDynamicPoolProxyArp INTEGER, + ltmFwNatDynamicPoolHairpinMode INTEGER, + ltmFwNatDynamicPoolIcmpEcho INTEGER, + ltmFwNatDynamicPoolClientConnectionLimit Gauge, + ltmFwNatDynamicPoolEgressInterfacesEnabled INTEGER, + ltmFwNatDynamicPoolTrafficGroup LongDisplayString, + ltmFwNatDynamicPoolPcpName LongDisplayString, + ltmFwNatDynamicPoolPcpSelfipName LongDisplayString, + ltmFwNatDynamicPoolDsliteTunnel LongDisplayString, + ltmFwNatDynamicPoolPcpEpoch Gauge + } + +ltmFwNatDynamicPoolName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of a Dynamic AFM NAT Translation Pool." + ::= { ltmFwNatDynamicPoolEntry 1 } + +ltmFwNatDynamicPoolDescription OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The description of a Dynamic AFM NAT Translation Pool." + ::= { ltmFwNatDynamicPoolEntry 2 } + +ltmFwNatDynamicPoolAddressCount OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The address count of a Dynamic AFM NAT Translation Pool." + ::= { ltmFwNatDynamicPoolEntry 3 } + +ltmFwNatDynamicPoolPortCount OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The port count of a Dynamic AFM NAT Translation Pool." + ::= { ltmFwNatDynamicPoolEntry 4 } + +ltmFwNatDynamicPoolAddrFamily OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The addr family of a Dynamic AFM NAT Translation Pool." + ::= { ltmFwNatDynamicPoolEntry 5 } + +ltmFwNatDynamicPoolType OBJECT-TYPE + SYNTAX INTEGER { + none(0), + staticNat(1), + staticPat(2), + dynamicNat(3), + dynamicPat(4) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The type of a Dynamic AFM NAT Translation Pool." + ::= { ltmFwNatDynamicPoolEntry 6 } + +ltmFwNatDynamicPoolPatMode OBJECT-TYPE + SYNTAX INTEGER { + napt(0), + pba(1), + deterministic(2) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The pat mode of a Dynamic AFM NAT Translation Pool." + ::= { ltmFwNatDynamicPoolEntry 7 } + +ltmFwNatDynamicPoolInboundMode OBJECT-TYPE + SYNTAX INTEGER { + none(0), + eif(1), + explicit(2) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The inbound mode of a Dynamic AFM NAT Translation Pool." + ::= { ltmFwNatDynamicPoolEntry 8 } + +ltmFwNatDynamicPoolMappingMode OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The mapping mode of a Dynamic AFM NAT Translation Pool." + ::= { ltmFwNatDynamicPoolEntry 9 } + +ltmFwNatDynamicPoolMappingTimeout OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The mapping timeout of a Dynamic AFM NAT Translation Pool." + ::= { ltmFwNatDynamicPoolEntry 10 } + +ltmFwNatDynamicPoolBlockLifetime OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The block lifetime of a Dynamic AFM NAT Translation Pool." + ::= { ltmFwNatDynamicPoolEntry 11 } + +ltmFwNatDynamicPoolBlockIdleTimeout OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The block idle timeout of a Dynamic AFM NAT Translation Pool." + ::= { ltmFwNatDynamicPoolEntry 12 } + +ltmFwNatDynamicPoolZombieTimeout OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The zombie timeout of a Dynamic AFM NAT Translation Pool." + ::= { ltmFwNatDynamicPoolEntry 13 } + +ltmFwNatDynamicPoolBlockSize OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The block size of a Dynamic AFM NAT Translation Pool." + ::= { ltmFwNatDynamicPoolEntry 14 } + +ltmFwNatDynamicPoolClientBlockLimit OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The client block limit of a Dynamic AFM NAT Translation Pool." + ::= { ltmFwNatDynamicPoolEntry 15 } + +ltmFwNatDynamicPoolRouteAdvertisement OBJECT-TYPE + SYNTAX INTEGER { + false(0), + true(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The route advertisement setting of a Dynamic AFM NAT Translation Pool." + ::= { ltmFwNatDynamicPoolEntry 16 } + +ltmFwNatDynamicPoolProxyArp OBJECT-TYPE + SYNTAX INTEGER { + false(0), + true(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The proxy arp of a Dynamic AFM NAT Translation Pool." + ::= { ltmFwNatDynamicPoolEntry 17 } + +ltmFwNatDynamicPoolHairpinMode OBJECT-TYPE + SYNTAX INTEGER { + false(0), + true(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The hairpin mode of a Dynamic AFM NAT Translation Pool." + ::= { ltmFwNatDynamicPoolEntry 18 } + +ltmFwNatDynamicPoolIcmpEcho OBJECT-TYPE + SYNTAX INTEGER { + false(0), + true(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The icmp echo of a Dynamic AFM NAT Translation Pool." + ::= { ltmFwNatDynamicPoolEntry 19 } + +ltmFwNatDynamicPoolClientConnectionLimit OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The client connection limit of a Dynamic AFM NAT Translation Pool." + ::= { ltmFwNatDynamicPoolEntry 20 } + +ltmFwNatDynamicPoolEgressInterfacesEnabled OBJECT-TYPE + SYNTAX INTEGER { + false(0), + true(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Whether or not the egress interfaces for a Dynamic AFM NAT Translation Pool are enabled." + ::= { ltmFwNatDynamicPoolEntry 21 } + +ltmFwNatDynamicPoolTrafficGroup OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The traffic group of a Dynamic AFM NAT Translation Pool." + ::= { ltmFwNatDynamicPoolEntry 22 } + +ltmFwNatDynamicPoolPcpName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The pcp name of a Dynamic AFM NAT Translation Pool." + ::= { ltmFwNatDynamicPoolEntry 23 } + +ltmFwNatDynamicPoolPcpSelfipName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The pcp selfip name of a Dynamic AFM NAT Translation Pool." + ::= { ltmFwNatDynamicPoolEntry 24 } + +ltmFwNatDynamicPoolDsliteTunnel OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The dslite tunnel of a Dynamic AFM NAT Translation Pool." + ::= { ltmFwNatDynamicPoolEntry 25 } + +ltmFwNatDynamicPoolPcpEpoch OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The pcp epoch of a Dynamic AFM NAT Translation Pool." + ::= { ltmFwNatDynamicPoolEntry 26 } + +--================================================================== +-- Source_translation_dynamic_stat +--================================================================== +ltmFwNatDynamicPoolStatResetStats OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "The action to reset resettable statistics data in ltmFwNatDynamicPoolStat. + Setting this value to 1 will reset statistics data. + Note, some statistics data may not be reset including data that are incremental counters." + ::= { ltmFwNatDynamicPoolStat 1 } + +ltmFwNatDynamicPoolStatNumber OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of ltmFwNatDynamicPoolStat entries in the table." + ::= { ltmFwNatDynamicPoolStat 2 } + +ltmFwNatDynamicPoolStatTable OBJECT-TYPE + SYNTAX SEQUENCE OF LtmFwNatDynamicPoolStatEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A table containing statistic information for a Dynamic AFM NAT Translation Pool." + ::= { ltmFwNatDynamicPoolStat 3 } + +ltmFwNatDynamicPoolStatEntry OBJECT-TYPE + SYNTAX LtmFwNatDynamicPoolStatEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Columns in the ltmFwNatDynamicPoolStat Table" + INDEX { + ltmFwNatDynamicPoolStatName + } + ::= { ltmFwNatDynamicPoolStatTable 1 } + +LtmFwNatDynamicPoolStatEntry ::= + SEQUENCE { + ltmFwNatDynamicPoolStatName LongDisplayString, + ltmFwNatDynamicPoolStatLsnTranslationRequests Counter64, + ltmFwNatDynamicPoolStatLsnHairpinConnectionRequests Counter64, + ltmFwNatDynamicPoolStatLsnActiveTranslations Counter64, + ltmFwNatDynamicPoolStatLsnActiveHairpinConnections Counter64, + ltmFwNatDynamicPoolStatLsnTranslationRequestFailures Counter64, + ltmFwNatDynamicPoolStatLsnPersistenceMappingFailures Counter64, + ltmFwNatDynamicPoolStatLsnHairpinConnectionFailures Counter64, + ltmFwNatDynamicPoolStatLsnBackupPoolTranslations Counter64, + ltmFwNatDynamicPoolStatLsnActiveEndPoints Counter64, + ltmFwNatDynamicPoolStatLsnEndPoints Counter64, + ltmFwNatDynamicPoolStatLsnEndPointsHighValue LongDisplayString, + ltmFwNatDynamicPoolStatPbaActivePortBlocks Counter64, + ltmFwNatDynamicPoolStatPbaActiveClientsReachedLimit Counter64, + ltmFwNatDynamicPoolStatPbaActiveZombiePortBlocks Counter64, + ltmFwNatDynamicPoolStatPbaPortBlockAllocations Counter64, + ltmFwNatDynamicPoolStatPbaPortBlockAllocationFailures Counter64, + ltmFwNatDynamicPoolStatPbaPortBlockDeallocations Counter64, + ltmFwNatDynamicPoolStatPbaClientsReachedLimit Counter64, + ltmFwNatDynamicPoolStatPbaZombiePortBlocksCreated Counter64, + ltmFwNatDynamicPoolStatPbaZombiePortBlocksDeleted Counter64, + ltmFwNatDynamicPoolStatPbaZombiePortBlockConnsKilled Counter64, + ltmFwNatDynamicPoolStatPcpAnnounceRequests Counter64, + ltmFwNatDynamicPoolStatPcpAnnounceResponsesUcast Counter64, + ltmFwNatDynamicPoolStatPcpAnnounceResponsesMulticast Counter64, + ltmFwNatDynamicPoolStatPcpMapRequests Counter64, + ltmFwNatDynamicPoolStatPcpMapResponses Counter64, + ltmFwNatDynamicPoolStatPcpPeerRequests Counter64, + ltmFwNatDynamicPoolStatPcpPeerResponses Counter64, + ltmFwNatDynamicPoolStatPcpErrorsInvalidRequest Counter64, + ltmFwNatDynamicPoolStatPcpErrorsUnavailableResource Counter64, + ltmFwNatDynamicPoolStatPcpErrorsNotAuthorized Counter64, + ltmFwNatDynamicPoolStatPcpErrorsOther Counter64 + } + +ltmFwNatDynamicPoolStatName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of a Dynamic AFM NAT Translation Pool." + ::= { ltmFwNatDynamicPoolStatEntry 1 } + +ltmFwNatDynamicPoolStatLsnTranslationRequests OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of translation requests." + ::= { ltmFwNatDynamicPoolStatEntry 2 } + +ltmFwNatDynamicPoolStatLsnHairpinConnectionRequests OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of hairpin connection requests." + ::= { ltmFwNatDynamicPoolStatEntry 3 } + +ltmFwNatDynamicPoolStatLsnActiveTranslations OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of active translations." + ::= { ltmFwNatDynamicPoolStatEntry 4 } + +ltmFwNatDynamicPoolStatLsnActiveHairpinConnections OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of active hairpin connections." + ::= { ltmFwNatDynamicPoolStatEntry 5 } + +ltmFwNatDynamicPoolStatLsnTranslationRequestFailures OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of translation request failures." + ::= { ltmFwNatDynamicPoolStatEntry 6 } + +ltmFwNatDynamicPoolStatLsnPersistenceMappingFailures OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of persistence mapping failures." + ::= { ltmFwNatDynamicPoolStatEntry 7 } + +ltmFwNatDynamicPoolStatLsnHairpinConnectionFailures OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of hairpin connection failures." + ::= { ltmFwNatDynamicPoolStatEntry 8 } + +ltmFwNatDynamicPoolStatLsnBackupPoolTranslations OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of backup pool translations." + ::= { ltmFwNatDynamicPoolStatEntry 9 } + +ltmFwNatDynamicPoolStatLsnActiveEndPoints OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of active end points." + ::= { ltmFwNatDynamicPoolStatEntry 10 } + +ltmFwNatDynamicPoolStatLsnEndPoints OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of end points." + ::= { ltmFwNatDynamicPoolStatEntry 11 } + +ltmFwNatDynamicPoolStatLsnEndPointsHighValue OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The end points high value." + ::= { ltmFwNatDynamicPoolStatEntry 12 } + +ltmFwNatDynamicPoolStatPbaActivePortBlocks OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of active port blocks." + ::= { ltmFwNatDynamicPoolStatEntry 13 } + +ltmFwNatDynamicPoolStatPbaActiveClientsReachedLimit OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of active clients reached limit." + ::= { ltmFwNatDynamicPoolStatEntry 14 } + +ltmFwNatDynamicPoolStatPbaActiveZombiePortBlocks OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of active zombie port blocks." + ::= { ltmFwNatDynamicPoolStatEntry 15 } + +ltmFwNatDynamicPoolStatPbaPortBlockAllocations OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of port block allocations." + ::= { ltmFwNatDynamicPoolStatEntry 16 } + +ltmFwNatDynamicPoolStatPbaPortBlockAllocationFailures OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of port block allocation failures." + ::= { ltmFwNatDynamicPoolStatEntry 17 } + +ltmFwNatDynamicPoolStatPbaPortBlockDeallocations OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of port block deallocations." + ::= { ltmFwNatDynamicPoolStatEntry 18 } + +ltmFwNatDynamicPoolStatPbaClientsReachedLimit OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of clients reached limit." + ::= { ltmFwNatDynamicPoolStatEntry 19 } + +ltmFwNatDynamicPoolStatPbaZombiePortBlocksCreated OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of zombie port blocks created." + ::= { ltmFwNatDynamicPoolStatEntry 20 } + +ltmFwNatDynamicPoolStatPbaZombiePortBlocksDeleted OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of zombie port blocks deleted." + ::= { ltmFwNatDynamicPoolStatEntry 21 } + +ltmFwNatDynamicPoolStatPbaZombiePortBlockConnsKilled OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of zombie port block connections killed." + ::= { ltmFwNatDynamicPoolStatEntry 22 } + +ltmFwNatDynamicPoolStatPcpAnnounceRequests OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of announce requests." + ::= { ltmFwNatDynamicPoolStatEntry 23 } + +ltmFwNatDynamicPoolStatPcpAnnounceResponsesUcast OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of announce responses ucast." + ::= { ltmFwNatDynamicPoolStatEntry 24 } + +ltmFwNatDynamicPoolStatPcpAnnounceResponsesMulticast OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of announce responses multicast." + ::= { ltmFwNatDynamicPoolStatEntry 25 } + +ltmFwNatDynamicPoolStatPcpMapRequests OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of map requests." + ::= { ltmFwNatDynamicPoolStatEntry 26 } + +ltmFwNatDynamicPoolStatPcpMapResponses OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of map responses." + ::= { ltmFwNatDynamicPoolStatEntry 27 } + +ltmFwNatDynamicPoolStatPcpPeerRequests OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of peer requests." + ::= { ltmFwNatDynamicPoolStatEntry 28 } + +ltmFwNatDynamicPoolStatPcpPeerResponses OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of peer responses." + ::= { ltmFwNatDynamicPoolStatEntry 29 } + +ltmFwNatDynamicPoolStatPcpErrorsInvalidRequest OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of errors: invalid request." + ::= { ltmFwNatDynamicPoolStatEntry 30 } + +ltmFwNatDynamicPoolStatPcpErrorsUnavailableResource OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of errors: unavailable resource." + ::= { ltmFwNatDynamicPoolStatEntry 31 } + +ltmFwNatDynamicPoolStatPcpErrorsNotAuthorized OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of errors: not authorized." + ::= { ltmFwNatDynamicPoolStatEntry 32 } + +ltmFwNatDynamicPoolStatPcpErrorsOther OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of errors: other." + ::= { ltmFwNatDynamicPoolStatEntry 33 } + +--================================================================== +-- Source_translation_failure_stat +--================================================================== +ltmFwNatDynamicPoolFailureStatResetStats OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "The action to reset resettable statistics data in ltmFwNatDynamicPoolFailureStat. + Setting this value to 1 will reset statistics data. + Note, some statistics data may not be reset including data that are incremental counters." + ::= { ltmFwNatDynamicPoolFailureStat 1 } + +ltmFwNatDynamicPoolFailureStatNumber OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of ltmFwNatDynamicPoolFailureStat entries in the table." + ::= { ltmFwNatDynamicPoolFailureStat 2 } + +ltmFwNatDynamicPoolFailureStatTable OBJECT-TYPE + SYNTAX SEQUENCE OF LtmFwNatDynamicPoolFailureStatEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A table containing statistic information for Dynamic AFM NAT Translation Pool failures." + ::= { ltmFwNatDynamicPoolFailureStat 3 } + +ltmFwNatDynamicPoolFailureStatEntry OBJECT-TYPE + SYNTAX LtmFwNatDynamicPoolFailureStatEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Columns in the ltmFwNatDynamicPoolFailureStat Table" + INDEX { + ltmFwNatDynamicPoolFailureStatName, + ltmFwNatDynamicPoolFailureStatFailureCause + } + ::= { ltmFwNatDynamicPoolFailureStatTable 1 } + +LtmFwNatDynamicPoolFailureStatEntry ::= + SEQUENCE { + ltmFwNatDynamicPoolFailureStatName LongDisplayString, + ltmFwNatDynamicPoolFailureStatFailureCause LongDisplayString, + ltmFwNatDynamicPoolFailureStatFailureCount Counter64 + } + +ltmFwNatDynamicPoolFailureStatName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of a Dynamic AFM NAT Translation Pool." + ::= { ltmFwNatDynamicPoolFailureStatEntry 1 } + +ltmFwNatDynamicPoolFailureStatFailureCause OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of a Dynamic AFM NAT Translation Pool failure cause." + ::= { ltmFwNatDynamicPoolFailureStatEntry 2 } + +ltmFwNatDynamicPoolFailureStatFailureCount OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The value of a Dynamic AFM NAT Translation Pool failure cause." + ::= { ltmFwNatDynamicPoolFailureStatEntry 3 } + +--================================================================ + -- Compliance and Group +--================================================================ + +bigipLocalTMCompliance MODULE-COMPLIANCE + STATUS current + DESCRIPTION + "This specifies the objects that are required to claim + compliance to F5 Traffic Management System." + MODULE + MANDATORY-GROUPS { bigipLocalTMGroups } + ::= { bigipCompliances 2 } + +bigipLocalTMGroups OBJECT IDENTIFIER ::= { bigipGroups 2 } + +ltmAttrGroup OBJECT-GROUP + OBJECTS { + ltmAttrLbmodeFastestMaxIdleTime, + ltmAttrMirrorState, + ltmAttrPersistDestAddrLimitMode, + ltmAttrPersistDestAddrMaxCount, + ltmAttrSnatAnyIpProtocol, + ltmAttrMirrorPeerIpAddr + } + STATUS current + DESCRIPTION + "A collection of objects of ltmGlobalAttr MIB." + ::= { bigipLocalTMGroups 1 } + +ltmRateFilterGroup OBJECT-GROUP + OBJECTS { + ltmRateFilterNumber, + ltmRateFilterCname, + ltmRateFilterRate, + ltmRateFilterCeil, + ltmRateFilterBurst, + ltmRateFilterPname, + ltmRateFilterQtype, + ltmRateFilterDirection + } + STATUS current + DESCRIPTION + "A collection of objects of ltmRateFilter MIB." + ::= { bigipLocalTMGroups 2 } + +ltmRateFilterStatGroup OBJECT-GROUP + OBJECTS { + ltmRateFilterStatResetStats, + ltmRateFilterStatNumber, + ltmRateFilterStatCname, + ltmRateFilterStatRateBytes, + ltmRateFilterStatBurstBytes, + ltmRateFilterStatDroppedBytes, + ltmRateFilterStatBytesQueued, + ltmRateFilterStatBytesPerSec, + ltmRateFilterStatDropTailPkts, + ltmRateFilterStatDropTailBytes, + ltmRateFilterStatDropRandPkts, + ltmRateFilterStatDropRandBytes, + ltmRateFilterStatDropTotPkts, + ltmRateFilterStatDropTotBytes + } + STATUS current + DESCRIPTION + "A collection of objects of ltmRateFilterStat MIB." + ::= { bigipLocalTMGroups 3 } + +ltmMirrorPortGroup OBJECT-GROUP + OBJECTS { + ltmMirrorPortNumber, + ltmMirrorPortName + } + STATUS current + DESCRIPTION + "A collection of objects of ltmMirrorPort MIB." + ::= { bigipLocalTMGroups 4 } + +ltmMirrorPortMemberGroup OBJECT-GROUP + OBJECTS { + ltmMirrorPortMemberNumber, + ltmMirrorPortMemberToName, + ltmMirrorPortMemberName, + ltmMirrorPortMemberConduitName + } + STATUS current + DESCRIPTION + "A collection of objects of ltmMirrorPortMember MIB." + ::= { bigipLocalTMGroups 5 } + +ltmNatGroup OBJECT-GROUP + OBJECTS { + ltmNatNumber, + ltmNatTransAddrType, + ltmNatTransAddr, + ltmNatOrigAddrType, + ltmNatOrigAddr, + ltmNatEnabled, + ltmNatArpEnabled, + ltmNatUnitId, + ltmNatListedEnabledVlans, + ltmNatName + } + STATUS current + DESCRIPTION + "A collection of objects of ltmNat MIB." + ::= { bigipLocalTMGroups 6 } + +ltmNatStatGroup OBJECT-GROUP + OBJECTS { + ltmNatStatResetStats, + ltmNatStatNumber, + ltmNatStatTransAddrType, + ltmNatStatTransAddr, + ltmNatStatServerPktsIn, + ltmNatStatServerBytesIn, + ltmNatStatServerPktsOut, + ltmNatStatServerBytesOut, + ltmNatStatServerMaxConns, + ltmNatStatServerTotConns, + ltmNatStatServerCurConns, + ltmNatStatName + } + STATUS current + DESCRIPTION + "A collection of objects of ltmNatStat MIB." + ::= { bigipLocalTMGroups 7 } + +ltmNatVlanGroup OBJECT-GROUP + OBJECTS { + ltmNatVlanNumber, + ltmNatVlanTransAddrType, + ltmNatVlanTransAddr, + ltmNatVlanVlanName, + ltmNatVlanNatName + } + STATUS current + DESCRIPTION + "A collection of objects of ltmNatVlan MIB." + ::= { bigipLocalTMGroups 8 } + +ltmNodeAddrGroup OBJECT-GROUP + OBJECTS { + ltmNodeAddrNumber, + ltmNodeAddrAddrType, + ltmNodeAddrAddr, + ltmNodeAddrConnLimit, + ltmNodeAddrRatio, + ltmNodeAddrDynamicRatio, + ltmNodeAddrMonitorState, + ltmNodeAddrMonitorStatus, + ltmNodeAddrMonitorRule, + ltmNodeAddrNewSessionEnable, + ltmNodeAddrSessionStatus, + ltmNodeAddrPoolMemberRefCount, + ltmNodeAddrScreenName, + ltmNodeAddrAvailabilityState, + ltmNodeAddrEnabledState, + ltmNodeAddrDisabledParentType, + ltmNodeAddrStatusReason, + ltmNodeAddrName + } + STATUS current + DESCRIPTION + "A collection of objects of ltmNodeAddr MIB." + ::= { bigipLocalTMGroups 9 } + +ltmNodeAddrStatGroup OBJECT-GROUP + OBJECTS { + ltmNodeAddrStatResetStats, + ltmNodeAddrStatNumber, + ltmNodeAddrStatAddrType, + ltmNodeAddrStatAddr, + ltmNodeAddrStatServerPktsIn, + ltmNodeAddrStatServerBytesIn, + ltmNodeAddrStatServerPktsOut, + ltmNodeAddrStatServerBytesOut, + ltmNodeAddrStatServerMaxConns, + ltmNodeAddrStatServerTotConns, + ltmNodeAddrStatServerCurConns, + ltmNodeAddrStatPvaPktsIn, + ltmNodeAddrStatPvaBytesIn, + ltmNodeAddrStatPvaPktsOut, + ltmNodeAddrStatPvaBytesOut, + ltmNodeAddrStatPvaMaxConns, + ltmNodeAddrStatPvaTotConns, + ltmNodeAddrStatPvaCurConns, + ltmNodeAddrStatTotRequests, + ltmNodeAddrStatTotPvaAssistConn, + ltmNodeAddrStatCurrPvaAssistConn, + ltmNodeAddrStatNodeName, + ltmNodeAddrStatCurSessions, + ltmNodeAddrStatCurrentConnsPerSec, + ltmNodeAddrStatDurationRateExceeded + } + STATUS current + DESCRIPTION + "A collection of objects of ltmNodeAddrStat MIB." + ::= { bigipLocalTMGroups 10 } + +ltmPoolGroup OBJECT-GROUP + OBJECTS { + ltmPoolNumber, + ltmPoolName, + ltmPoolLbMode, + ltmPoolActionOnServiceDown, + ltmPoolMinUpMembers, + ltmPoolMinUpMembersEnable, + ltmPoolMinUpMemberAction, + ltmPoolMinActiveMembers, + ltmPoolActiveMemberCnt, + ltmPoolDisallowSnat, + ltmPoolDisallowNat, + ltmPoolSimpleTimeout, + ltmPoolIpTosToClient, + ltmPoolIpTosToServer, + ltmPoolLinkQosToClient, + ltmPoolLinkQosToServer, + ltmPoolDynamicRatioSum, + ltmPoolMonitorRule, + ltmPoolAvailabilityState, + ltmPoolEnabledState, + ltmPoolDisabledParentType, + ltmPoolStatusReason, + ltmPoolSlowRampTime, + ltmPoolMemberCnt, + ltmPoolQueueOnConnectionLimit, + ltmPoolQueueDepthLimit, + ltmPoolQueueTimeLimit, + ltmPoolDescription + } + STATUS current + DESCRIPTION + "A collection of objects of ltmPool MIB." + ::= { bigipLocalTMGroups 11 } + +ltmPoolStatGroup OBJECT-GROUP + OBJECTS { + ltmPoolStatResetStats, + ltmPoolStatNumber, + ltmPoolStatName, + ltmPoolStatServerPktsIn, + ltmPoolStatServerBytesIn, + ltmPoolStatServerPktsOut, + ltmPoolStatServerBytesOut, + ltmPoolStatServerMaxConns, + ltmPoolStatServerTotConns, + ltmPoolStatServerCurConns, + ltmPoolStatPvaPktsIn, + ltmPoolStatPvaBytesIn, + ltmPoolStatPvaPktsOut, + ltmPoolStatPvaBytesOut, + ltmPoolStatPvaMaxConns, + ltmPoolStatPvaTotConns, + ltmPoolStatPvaCurConns, + ltmPoolStatTotPvaAssistConn, + ltmPoolStatCurrPvaAssistConn, + ltmPoolStatConnqDepth, + ltmPoolStatConnqAgeHead, + ltmPoolStatConnqAgeMax, + ltmPoolStatConnqAgeEma, + ltmPoolStatConnqAgeEdm, + ltmPoolStatConnqServiced, + ltmPoolStatConnqAllDepth, + ltmPoolStatConnqAllAgeHead, + ltmPoolStatConnqAllAgeMax, + ltmPoolStatConnqAllAgeEma, + ltmPoolStatConnqAllAgeEdm, + ltmPoolStatConnqAllServiced, + ltmPoolStatTotRequests, + ltmPoolStatCurSessions + } + STATUS current + DESCRIPTION + "A collection of objects of ltmPoolStat MIB." + ::= { bigipLocalTMGroups 12 } + +ltmPoolMemberGroup OBJECT-GROUP + OBJECTS { + ltmPoolMemberNumber, + ltmPoolMemberPoolName, + ltmPoolMemberAddrType, + ltmPoolMemberAddr, + ltmPoolMemberPort, + ltmPoolMemberConnLimit, + ltmPoolMemberRatio, + ltmPoolMemberWeight, + ltmPoolMemberPriority, + ltmPoolMemberDynamicRatio, + ltmPoolMemberMonitorState, + ltmPoolMemberMonitorStatus, + ltmPoolMemberNewSessionEnable, + ltmPoolMemberSessionStatus, + ltmPoolMemberMonitorRule, + ltmPoolMemberAvailabilityState, + ltmPoolMemberEnabledState, + ltmPoolMemberDisabledParentType, + ltmPoolMemberStatusReason, + ltmPoolMemberNodeName + } + STATUS current + DESCRIPTION + "A collection of objects of ltmPoolMember MIB." + ::= { bigipLocalTMGroups 13 } + +ltmPoolMemberStatGroup OBJECT-GROUP + OBJECTS { + ltmPoolMemberStatResetStats, + ltmPoolMemberStatNumber, + ltmPoolMemberStatPoolName, + ltmPoolMemberStatAddrType, + ltmPoolMemberStatAddr, + ltmPoolMemberStatPort, + ltmPoolMemberStatServerPktsIn, + ltmPoolMemberStatServerBytesIn, + ltmPoolMemberStatServerPktsOut, + ltmPoolMemberStatServerBytesOut, + ltmPoolMemberStatServerMaxConns, + ltmPoolMemberStatServerTotConns, + ltmPoolMemberStatServerCurConns, + ltmPoolMemberStatPvaPktsIn, + ltmPoolMemberStatPvaBytesIn, + ltmPoolMemberStatPvaPktsOut, + ltmPoolMemberStatPvaBytesOut, + ltmPoolMemberStatPvaMaxConns, + ltmPoolMemberStatPvaTotConns, + ltmPoolMemberStatPvaCurConns, + ltmPoolMemberStatTotRequests, + ltmPoolMemberStatTotPvaAssistConn, + ltmPoolMemberStatCurrPvaAssistConn, + ltmPoolMemberStatConnqDepth, + ltmPoolMemberStatConnqAgeHead, + ltmPoolMemberStatConnqAgeMax, + ltmPoolMemberStatConnqAgeEma, + ltmPoolMemberStatConnqAgeEdm, + ltmPoolMemberStatConnqServiced, + ltmPoolMemberStatNodeName, + ltmPoolMemberStatCurSessions, + ltmPoolMemberStatCurrentConnsPerSec, + ltmPoolMemberStatDurationRateExceeded + } + STATUS current + DESCRIPTION + "A collection of objects of ltmPoolMemberStat MIB." + ::= { bigipLocalTMGroups 14 } + +ltmAuthProfileGroup OBJECT-GROUP + OBJECTS { + ltmAuthProfileNumber, + ltmAuthProfileName, + ltmAuthProfileConfigSource, + ltmAuthProfileDefaultName, + ltmAuthProfileConfigName, + ltmAuthProfileType, + ltmAuthProfileMode, + ltmAuthProfileCredentialSource, + ltmAuthProfileRuleName, + ltmAuthProfileIdleTimeout + } + STATUS current + DESCRIPTION + "A collection of objects of ltmAuthProfile MIB." + ::= { bigipLocalTMGroups 15 } + +ltmAuthProfileStatGroup OBJECT-GROUP + OBJECTS { + ltmAuthProfileStatResetStats, + ltmAuthProfileStatNumber, + ltmAuthProfileStatName, + ltmAuthProfileStatTotSessions, + ltmAuthProfileStatCurSessions, + ltmAuthProfileStatMaxSessions, + ltmAuthProfileStatSuccessResults, + ltmAuthProfileStatFailureResults, + ltmAuthProfileStatWantcredentialResults, + ltmAuthProfileStatErrorResults + } + STATUS current + DESCRIPTION + "A collection of objects of ltmAuthProfileStat MIB." + ::= { bigipLocalTMGroups 16 } + +ltmClientSslGroup OBJECT-GROUP + OBJECTS { + ltmClientSslNumber, + ltmClientSslName, + ltmClientSslConfigSource, + ltmClientSslDefaultName, + ltmClientSslMode, + ltmClientSslKey, + ltmClientSslCert, + ltmClientSslChain, + ltmClientSslCafile, + ltmClientSslCrlfile, + ltmClientSslClientcertca, + ltmClientSslCiphers, + ltmClientSslPassphrase, + ltmClientSslOptions, + ltmClientSslModsslmethods, + ltmClientSslCacheSize, + ltmClientSslCacheTimeout, + ltmClientSslRenegotiatePeriod, + ltmClientSslRenegotiateSize, + ltmClientSslRenegotiateMaxRecordDelay, + ltmClientSslHandshakeTimeout, + ltmClientSslAlertTimeout, + ltmClientSslPeerCertMode, + ltmClientSslAuthenticateOnce, + ltmClientSslAuthenticateDepth, + ltmClientSslUncleanShutdown, + ltmClientSslStrictResume, + ltmClientSslAllowNonssl, + ltmClientSslSessionTicket, + ltmClientSslFwdpEnabled, + ltmClientSslFwdpCaKey, + ltmClientSslFwdpCaCert, + ltmClientSslFwdpCaPassphrase, + ltmClientSslFwdpCertLifespan, + ltmClientSslFwdpCertExtensionIncludes, + ltmClientSslFwdpLookupByIpaddrPort, + ltmClientSslGenericAlert, + ltmClientSslSslSignHash, + ltmClientSslFwdpBypassEnabled, + ltmClientSslFwdpBypassDipBList, + ltmClientSslFwdpBypassDipWList, + ltmClientSslFwdpBypassSipBList, + ltmClientSslFwdpBypassSipWList, + ltmClientSslFwdpBypassHnBList, + ltmClientSslFwdpBypassHnWList, + ltmClientSslProxySsl, + ltmClientSslProxySslPassthrough, + ltmClientSslPeerNoRenegotiateTimeout, + ltmClientSslMaxRenegotiationsPerMin, + ltmClientSslSessionMirroring, + ltmClientSslMaxAggregateRenegotiationsPerMin, + ltmClientSslSessionTicketTimeout, + ltmClientSslAllowExpiredCrl, + ltmClientSslMaxActiveHandshake, + ltmClientSslAllowDynamicRecordSizing, + ltmClientSslMaximumRecordSize, + ltmClientSslBypassHsAlertEnabled, + ltmClientSslBypassClientCertFailEnabled, + ltmClientSslOcspStapling, + ltmClientSslNotifyCertStatusToVs, + ltmClientSslC3dEnabled, + ltmClientSslCentityOcspObjName, + ltmClientSslDropUnknownOcspStatus + } + STATUS current + DESCRIPTION + "A collection of objects of ltmClientSslProfile MIB." + ::= { bigipLocalTMGroups 17 } + +ltmClientSslStatGroup OBJECT-GROUP + OBJECTS { + ltmClientSslStatResetStats, + ltmClientSslStatNumber, + ltmClientSslStatName, + ltmClientSslStatCurConns, + ltmClientSslStatMaxConns, + ltmClientSslStatCurNativeConns, + ltmClientSslStatMaxNativeConns, + ltmClientSslStatTotNativeConns, + ltmClientSslStatCurCompatConns, + ltmClientSslStatMaxCompatConns, + ltmClientSslStatTotCompatConns, + ltmClientSslStatEncryptedBytesIn, + ltmClientSslStatEncryptedBytesOut, + ltmClientSslStatDecryptedBytesIn, + ltmClientSslStatDecryptedBytesOut, + ltmClientSslStatRecordsIn, + ltmClientSslStatRecordsOut, + ltmClientSslStatFullyHwAcceleratedConns, + ltmClientSslStatPartiallyHwAcceleratedConns, + ltmClientSslStatNonHwAcceleratedConns, + ltmClientSslStatPrematureDisconnects, + ltmClientSslStatMidstreamRenegotiations, + ltmClientSslStatSessCacheCurEntries, + ltmClientSslStatSessCacheHits, + ltmClientSslStatSessCacheLookups, + ltmClientSslStatSessCacheOverflows, + ltmClientSslStatSessCacheInvalidations, + ltmClientSslStatPeercertValid, + ltmClientSslStatPeercertInvalid, + ltmClientSslStatPeercertNone, + ltmClientSslStatHandshakeFailures, + ltmClientSslStatBadRecords, + ltmClientSslStatFatalAlerts, + ltmClientSslStatSslv2, + ltmClientSslStatSslv3, + ltmClientSslStatTlsv1, + ltmClientSslStatAdhKeyxchg, + ltmClientSslStatDhDssKeyxchg, + ltmClientSslStatDhRsaKeyxchg, + ltmClientSslStatDssKeyxchg, + ltmClientSslStatEdhDssKeyxchg, + ltmClientSslStatRsaKeyxchg, + ltmClientSslStatNullBulk, + ltmClientSslStatAesBulk, + ltmClientSslStatDesBulk, + ltmClientSslStatIdeaBulk, + ltmClientSslStatRc2Bulk, + ltmClientSslStatRc4Bulk, + ltmClientSslStatNullDigest, + ltmClientSslStatMd5Digest, + ltmClientSslStatShaDigest, + ltmClientSslStatNotssl, + ltmClientSslStatEdhRsaKeyxchg, + ltmClientSslStatSecureHandshakes, + ltmClientSslStatInsecureHandshakeAccepts, + ltmClientSslStatInsecureHandshakeRejects, + ltmClientSslStatInsecureRenegotiationRejects, + ltmClientSslStatSniRejects, + ltmClientSslStatTlsv11, + ltmClientSslStatTlsv12, + ltmClientSslStatDtlsv1, + ltmClientSslStatReused, + ltmClientSslStatReuseFailed, + ltmClientSslStatEcdheRsaKeyxchg, + ltmClientSslStatConns, + ltmClientSslStatCachedCerts, + ltmClientSslStatEcdhRsaKeyxchg, + ltmClientSslStatEcdheEcdsaKeyxchg, + ltmClientSslStatEcdhEcdsaKeyxchg, + ltmClientSslStatDheDssKeyxchg, + ltmClientSslStatAesGcmBulk, + ltmClientSslStatDestinationIpBypasses, + ltmClientSslStatSourceIpBypasses, + ltmClientSslStatHostnameBypasses, + ltmClientSslStatRenegotiationsRejected, + ltmClientSslStatOcspStaplingConns, + ltmClientSslStatOcspStaplingResponseStatusErrors, + ltmClientSslStatOcspStaplingResponseValidationErrors, + ltmClientSslStatOcspStaplingCertStatusErrors, + ltmClientSslStatOcspStaplingOcspConnHttpErrors, + ltmClientSslStatOcspStaplingOcspConnTimeouts, + ltmClientSslStatOcspStaplingOcspConnFailures, + ltmClientSslStatAggregateRenegotiationsRejected, + ltmClientSslStatSessionMirrorSuccess, + ltmClientSslStatSessionMirrorFailure, + ltmClientSslStatConnectionMirrorPeerReady, + ltmClientSslStatConnectionMirrorHaCtxSent, + ltmClientSslStatConnectionMirrorHaCtxRecv, + ltmClientSslStatConnectionMirrorHaHsSuccess, + ltmClientSslStatConnectionMirrorHaFailure, + ltmClientSslStatConnectionMirrorHaTimeout, + ltmClientSslStatDtlsTxPushbacks, + ltmClientSslStatCamelliaBulk, + ltmClientSslStatActiveHandshakeRejected, + ltmClientSslStatCurrentActiveHandshakes, + ltmClientSslStatLicensedTps, + ltmClientSslStatRecordSize1k, + ltmClientSslStatRecordSize2k, + ltmClientSslStatRecordSize3k, + ltmClientSslStatRecordSize4k, + ltmClientSslStatRecordSize5k, + ltmClientSslStatRecordSize6k, + ltmClientSslStatRecordSize7k, + ltmClientSslStatRecordSize8k, + ltmClientSslStatRecordSize9k, + ltmClientSslStatRecordSize10k, + ltmClientSslStatRecordSize11k, + ltmClientSslStatRecordSize12k, + ltmClientSslStatRecordSize13k, + ltmClientSslStatRecordSize14k, + ltmClientSslStatRecordSize15k, + ltmClientSslStatRecordSize16k, + ltmClientSslStatExtendedMasterSecrets, + ltmClientSslStatBypassesHandshakeAlert, + ltmClientSslStatBypassClientCertificateRequest, + ltmClientSslStatOcspFwdpClientsslCachedResp, + ltmClientSslStatOcspFwdpClientsslCertStatusReq, + ltmClientSslStatOcspFwdpClientsslStapledResp, + ltmClientSslStatOcspFwdpClientsslRespstatusErrResp, + ltmClientSslStatOcspFwdpClientsslInvalidCertResp, + ltmClientSslStatOcspFwdpClientsslRevokedResp, + ltmClientSslStatOcspFwdpClientsslUnknownResp, + ltmClientSslStatC3dConns, + ltmClientSslStatTlsv13, + ltmClientSslStatChacha20Poly1305Bulk + } + STATUS current + DESCRIPTION + "A collection of objects of ltmClientSslProfileStat MIB." + ::= { bigipLocalTMGroups 18 } + +ltmServerSslGroup OBJECT-GROUP + OBJECTS { + ltmServerSslNumber, + ltmServerSslName, + ltmServerSslConfigSource, + ltmServerSslDefaultName, + ltmServerSslMode, + ltmServerSslKey, + ltmServerSslCert, + ltmServerSslChain, + ltmServerSslCafile, + ltmServerSslCrlfile, + ltmServerSslCiphers, + ltmServerSslPassphrase, + ltmServerSslOptions, + ltmServerSslModsslmethods, + ltmServerSslRenegotiatePeriod, + ltmServerSslRenegotiateSize, + ltmServerSslPeerCertMode, + ltmServerSslAuthenticateOnce, + ltmServerSslAuthenticateDepth, + ltmServerSslAuthenticateName, + ltmServerSslUncleanShutdown, + ltmServerSslStrictResume, + ltmServerSslHandshakeTimeout, + ltmServerSslAlertTimeout, + ltmServerSslCacheSize, + ltmServerSslCacheTimeout, + ltmServerSslSessionTicket, + ltmServerSslFwdpEnabled, + ltmServerSslDropExpCert, + ltmServerSslDropUntrustCa, + ltmServerSslGenericAlert, + ltmServerSslSslSignHash, + ltmServerSslFwdpBypassEnabled, + ltmServerSslProxySsl, + ltmServerSslProxySslPassthrough, + ltmServerSslSessionMirroring, + ltmServerSslAllowExpiredCrl, + ltmServerSslMaxActiveHandshake, + ltmServerSslBypassHsAlertEnabled, + ltmServerSslBypassClientCertFailEnabled, + ltmServerSslCentityOcspObjName, + ltmServerSslC3dEnabled, + ltmServerSslC3dCaKey, + ltmServerSslC3dCaCert, + ltmServerSslC3dCaPassphrase, + ltmServerSslC3dCertLifespan, + ltmServerSslC3dCertExtensionIncludes + } + STATUS current + DESCRIPTION + "A collection of objects of ltmServerSslProfile MIB." + ::= { bigipLocalTMGroups 19 } + +ltmServerSslStatGroup OBJECT-GROUP + OBJECTS { + ltmServerSslStatResetStats, + ltmServerSslStatNumber, + ltmServerSslStatName, + ltmServerSslStatCurConns, + ltmServerSslStatMaxConns, + ltmServerSslStatCurNativeConns, + ltmServerSslStatMaxNativeConns, + ltmServerSslStatTotNativeConns, + ltmServerSslStatCurCompatConns, + ltmServerSslStatMaxCompatConns, + ltmServerSslStatTotCompatConns, + ltmServerSslStatEncryptedBytesIn, + ltmServerSslStatEncryptedBytesOut, + ltmServerSslStatDecryptedBytesIn, + ltmServerSslStatDecryptedBytesOut, + ltmServerSslStatRecordsIn, + ltmServerSslStatRecordsOut, + ltmServerSslStatFullyHwAcceleratedConns, + ltmServerSslStatPartiallyHwAcceleratedConns, + ltmServerSslStatNonHwAcceleratedConns, + ltmServerSslStatPrematureDisconnects, + ltmServerSslStatMidstreamRenegotiations, + ltmServerSslStatSessCacheCurEntries, + ltmServerSslStatSessCacheHits, + ltmServerSslStatSessCacheLookups, + ltmServerSslStatSessCacheOverflows, + ltmServerSslStatSessCacheInvalidations, + ltmServerSslStatPeercertValid, + ltmServerSslStatPeercertInvalid, + ltmServerSslStatPeercertNone, + ltmServerSslStatHandshakeFailures, + ltmServerSslStatBadRecords, + ltmServerSslStatFatalAlerts, + ltmServerSslStatSslv2, + ltmServerSslStatSslv3, + ltmServerSslStatTlsv1, + ltmServerSslStatAdhKeyxchg, + ltmServerSslStatDhDssKeyxchg, + ltmServerSslStatDhRsaKeyxchg, + ltmServerSslStatDssKeyxchg, + ltmServerSslStatEdhDssKeyxchg, + ltmServerSslStatRsaKeyxchg, + ltmServerSslStatNullBulk, + ltmServerSslStatAesBulk, + ltmServerSslStatDesBulk, + ltmServerSslStatIdeaBulk, + ltmServerSslStatRc2Bulk, + ltmServerSslStatRc4Bulk, + ltmServerSslStatNullDigest, + ltmServerSslStatMd5Digest, + ltmServerSslStatShaDigest, + ltmServerSslStatNotssl, + ltmServerSslStatEdhRsaKeyxchg, + ltmServerSslStatSecureHandshakes, + ltmServerSslStatInsecureHandshakeAccepts, + ltmServerSslStatInsecureHandshakeRejects, + ltmServerSslStatInsecureRenegotiationRejects, + ltmServerSslStatSniRejects, + ltmServerSslStatTlsv11, + ltmServerSslStatTlsv12, + ltmServerSslStatDtlsv1, + ltmServerSslStatReused, + ltmServerSslStatReuseFailed, + ltmServerSslStatEcdheRsaKeyxchg, + ltmServerSslStatConns, + ltmServerSslStatEcdhRsaKeyxchg, + ltmServerSslStatEcdheEcdsaKeyxchg, + ltmServerSslStatEcdhEcdsaKeyxchg, + ltmServerSslStatDheDssKeyxchg, + ltmServerSslStatAesGcmBulk, + ltmServerSslStatDestinationIpBypasses, + ltmServerSslStatSourceIpBypasses, + ltmServerSslStatHostnameBypasses, + ltmServerSslStatSessionMirrorSuccess, + ltmServerSslStatSessionMirrorFailure, + ltmServerSslStatConnectionMirrorPeerReady, + ltmServerSslStatConnectionMirrorHaCtxSent, + ltmServerSslStatConnectionMirrorHaCtxRecv, + ltmServerSslStatConnectionMirrorHaHsSuccess, + ltmServerSslStatConnectionMirrorHaFailure, + ltmServerSslStatConnectionMirrorHaTimeout, + ltmServerSslStatDtlsTxPushbacks, + ltmServerSslStatCamelliaBulk, + ltmServerSslStatActiveHandshakeRejected, + ltmServerSslStatCurrentActiveHandshakes, + ltmServerSslStatLicensedTps, + ltmServerSslStatExtendedMasterSecrets, + ltmServerSslStatOcspServersslCachedResp, + ltmServerSslStatOcspServersslStapledResp, + ltmServerSslStatOcspServersslResponderQueries, + ltmServerSslStatOcspServersslResponseErrors, + ltmServerSslStatOcspServersslCertStatusUnknown, + ltmServerSslStatOcspServersslCertStatusRevoked, + ltmServerSslStatC3dConns, + ltmServerSslStatTlsv13, + ltmServerSslStatChacha20Poly1305Bulk + } + STATUS current + DESCRIPTION + "A collection of objects of ltmServerSslProfileStat MIB." + ::= { bigipLocalTMGroups 20 } + +ltmConnPoolProfileGroup OBJECT-GROUP + OBJECTS { + ltmConnPoolProfileNumber, + ltmConnPoolProfileName, + ltmConnPoolProfileConfigSource, + ltmConnPoolProfileDefaultName, + ltmConnPoolProfileSrcMaskType, + ltmConnPoolProfileSrcMask, + ltmConnPoolProfileMaxSize, + ltmConnPoolProfileMaxAge, + ltmConnPoolProfileMaxReuse, + ltmConnPoolProfileIdleTimeout + } + STATUS current + DESCRIPTION + "A collection of objects of ltmConnPoolProfile MIB." + ::= { bigipLocalTMGroups 21 } + +ltmConnPoolProfileStatGroup OBJECT-GROUP + OBJECTS { + ltmConnPoolProfileStatResetStats, + ltmConnPoolProfileStatNumber, + ltmConnPoolProfileStatName, + ltmConnPoolProfileStatCurSize, + ltmConnPoolProfileStatMaxSize, + ltmConnPoolProfileStatReuses, + ltmConnPoolProfileStatConnects + } + STATUS current + DESCRIPTION + "A collection of objects of ltmConnPoolProfileStat MIB." + ::= { bigipLocalTMGroups 22 } + +ltmFastL4ProfileGroup OBJECT-GROUP + OBJECTS { + ltmFastL4ProfileNumber, + ltmFastL4ProfileName, + ltmFastL4ProfileConfigSource, + ltmFastL4ProfileDefaultName, + ltmFastL4ProfileResetOnTimeout, + ltmFastL4ProfileIpFragReass, + ltmFastL4ProfileIdleTimeout, + ltmFastL4ProfileTcpHandshakeTimeout, + ltmFastL4ProfileMssOverride, + ltmFastL4ProfilePvaAccelMode, + ltmFastL4ProfileTcpTimestampMode, + ltmFastL4ProfileTcpWscaleMode, + ltmFastL4ProfileTcpGenerateIsn, + ltmFastL4ProfileTcpStripSack, + ltmFastL4ProfileIpTosToClient, + ltmFastL4ProfileIpTosToServer, + ltmFastL4ProfileLinkQosToClient, + ltmFastL4ProfileLinkQosToServer, + ltmFastL4ProfileRttFromClient, + ltmFastL4ProfileRttFromServer, + ltmFastL4ProfileTcpCloseTimeout, + ltmFastL4ProfileLooseInitiation, + ltmFastL4ProfileLooseClose, + ltmFastL4ProfileHardSyncookie, + ltmFastL4ProfileSoftSyncookie, + ltmFastL4ProfileLateBinding, + ltmFastL4ProfileExplicitFlowMigration, + ltmFastL4ProfileClientTimeout, + ltmFastL4ProfileTimeoutRecovery + } + STATUS current + DESCRIPTION + "A collection of objects of ltmFastL4Profile MIB." + ::= { bigipLocalTMGroups 23 } + +ltmFtpProfileGroup OBJECT-GROUP + OBJECTS { + ltmFtpProfileNumber, + ltmFtpProfileName, + ltmFtpProfileConfigSource, + ltmFtpProfileDefaultName, + ltmFtpProfileTranslateExtended, + ltmFtpProfileDataPort, + ltmFtpProfileLogPublisher, + ltmFtpProfileLogProfile + } + STATUS current + DESCRIPTION + "A collection of objects of ltmFtpProfile MIB." + ::= { bigipLocalTMGroups 24 } + +ltmHttpProfileGroup OBJECT-GROUP + OBJECTS { + ltmHttpProfileNumber, + ltmHttpProfileName, + ltmHttpProfileConfigSource, + ltmHttpProfileDefaultName, + ltmHttpProfileBasicAuthRealm, + ltmHttpProfileOneConnect, + ltmHttpProfileHeaderInsert, + ltmHttpProfileHeaderErase, + ltmHttpProfileFallbackHost, + ltmHttpProfileCompressMode, + ltmHttpProfileCompressMinSize, + ltmHttpProfileCompressBufferSize, + ltmHttpProfileCompressVaryHeader, + ltmHttpProfileCompressAllowHttp10, + ltmHttpProfileCompressGzipMemlevel, + ltmHttpProfileCompressGzipWindowsize, + ltmHttpProfileCompressGzipLevel, + ltmHttpProfileCompressKeepAcceptEncoding, + ltmHttpProfileCompressBrowserWorkarounds, + ltmHttpProfileResponseChunking, + ltmHttpProfileLwsMaxColumn, + ltmHttpProfileLwsSeparator, + ltmHttpProfileRedirectRewrite, + ltmHttpProfileMaxHeaderSize, + ltmHttpProfilePipelining, + ltmHttpProfileInsertXforwardedFor, + ltmHttpProfileMaxRequests, + ltmHttpProfileCompressCpusaver, + ltmHttpProfileCompressCpusaverHigh, + ltmHttpProfileCompressCpusaverLow, + ltmHttpProfileRamcache, + ltmHttpProfileRamcacheSize, + ltmHttpProfileRamcacheMaxEntries, + ltmHttpProfileRamcacheMaxAge, + ltmHttpProfileRamcacheObjectMinSize, + ltmHttpProfileRamcacheObjectMaxSize, + ltmHttpProfileRamcacheIgnoreClient, + ltmHttpProfileRamcacheAgingRate, + ltmHttpProfileRamcacheInsertAgeHeader, + ltmHttpProfileCompressPreferredMethod, + ltmHttpProfileServerAgentName, + ltmHttpProfilePassthroughPipeline, + ltmHttpProfileTruncatedRedirects, + ltmHttpProfilePassthroughOversizeClientHeaders, + ltmHttpProfilePassthroughOversizeServerHeaders, + ltmHttpProfilePassthroughExcessClientHeaders, + ltmHttpProfilePassthroughExcessServerHeaders, + ltmHttpProfilePassthroughUnknownMethod, + ltmHttpProfileHstsMode, + ltmHttpProfileHstsMaximumAge, + ltmHttpProfileHstsIncludeSubdomains, + ltmHttpProfileHstsPreload, + ltmHttpProfileOneConnectStatusReuse + } + STATUS current + DESCRIPTION + "A collection of objects of ltmHttpProfile MIB." + ::= { bigipLocalTMGroups 25 } + +ltmCompUriInclGroup OBJECT-GROUP + OBJECTS { + ltmCompUriInclNumber, + ltmCompUriInclName, + ltmCompUriInclIndex, + ltmCompUriInclUri + } + STATUS current + DESCRIPTION + "A collection of objects of ltmHttpProfileCompUriIncl MIB." + ::= { bigipLocalTMGroups 26 } + +ltmCompUriExclGroup OBJECT-GROUP + OBJECTS { + ltmCompUriExclNumber, + ltmCompUriExclName, + ltmCompUriExclIndex, + ltmCompUriExclUri + } + STATUS current + DESCRIPTION + "A collection of objects of ltmHttpProfileCompUriExcl MIB." + ::= { bigipLocalTMGroups 27 } + +ltmCompContTypeInclGroup OBJECT-GROUP + OBJECTS { + ltmCompContTypeInclNumber, + ltmCompContTypeInclName, + ltmCompContTypeInclIndex, + ltmCompContTypeInclContentType + } + STATUS current + DESCRIPTION + "A collection of objects of ltmHttpProfileCompContTypeIncl MIB." + ::= { bigipLocalTMGroups 28 } + +ltmCompContTypeExclGroup OBJECT-GROUP + OBJECTS { + ltmCompContTypeExclNumber, + ltmCompContTypeExclName, + ltmCompContTypeExclIndex, + ltmCompContTypeExclContentType + } + STATUS current + DESCRIPTION + "A collection of objects of ltmHttpProfileCompContTypeExcl MIB." + ::= { bigipLocalTMGroups 29 } + +ltmHttpProfileStatGroup OBJECT-GROUP + OBJECTS { + ltmHttpProfileStatResetStats, + ltmHttpProfileStatNumber, + ltmHttpProfileStatName, + ltmHttpProfileStatCookiePersistInserts, + ltmHttpProfileStatResp2xxCnt, + ltmHttpProfileStatResp3xxCnt, + ltmHttpProfileStatResp4xxCnt, + ltmHttpProfileStatResp5xxCnt, + ltmHttpProfileStatNumberReqs, + ltmHttpProfileStatGetReqs, + ltmHttpProfileStatPostReqs, + ltmHttpProfileStatV9Reqs, + ltmHttpProfileStatV10Reqs, + ltmHttpProfileStatV11Reqs, + ltmHttpProfileStatV9Resp, + ltmHttpProfileStatV10Resp, + ltmHttpProfileStatV11Resp, + ltmHttpProfileStatMaxKeepaliveReq, + ltmHttpProfileStatRespBucket1k, + ltmHttpProfileStatRespBucket4k, + ltmHttpProfileStatRespBucket16k, + ltmHttpProfileStatRespBucket32k, + ltmHttpProfileStatPrecompressBytes, + ltmHttpProfileStatPostcompressBytes, + ltmHttpProfileStatNullCompressBytes, + ltmHttpProfileStatHtmlPrecompressBytes, + ltmHttpProfileStatHtmlPostcompressBytes, + ltmHttpProfileStatCssPrecompressBytes, + ltmHttpProfileStatCssPostcompressBytes, + ltmHttpProfileStatJsPrecompressBytes, + ltmHttpProfileStatJsPostcompressBytes, + ltmHttpProfileStatXmlPrecompressBytes, + ltmHttpProfileStatXmlPostcompressBytes, + ltmHttpProfileStatSgmlPrecompressBytes, + ltmHttpProfileStatSgmlPostcompressBytes, + ltmHttpProfileStatPlainPrecompressBytes, + ltmHttpProfileStatPlainPostcompressBytes, + ltmHttpProfileStatOctetPrecompressBytes, + ltmHttpProfileStatOctetPostcompressBytes, + ltmHttpProfileStatImagePrecompressBytes, + ltmHttpProfileStatImagePostcompressBytes, + ltmHttpProfileStatVideoPrecompressBytes, + ltmHttpProfileStatVideoPostcompressBytes, + ltmHttpProfileStatAudioPrecompressBytes, + ltmHttpProfileStatAudioPostcompressBytes, + ltmHttpProfileStatOtherPrecompressBytes, + ltmHttpProfileStatOtherPostcompressBytes, + ltmHttpProfileStatRamcacheHits, + ltmHttpProfileStatRamcacheMisses, + ltmHttpProfileStatRamcacheMissesAll, + ltmHttpProfileStatRamcacheHitBytes, + ltmHttpProfileStatRamcacheMissBytes, + ltmHttpProfileStatRamcacheMissBytesAll, + ltmHttpProfileStatRamcacheSize, + ltmHttpProfileStatRamcacheCount, + ltmHttpProfileStatRamcacheEvictions, + ltmHttpProfileStatRespBucket64k, + ltmHttpProfileStatPassthroughIrule, + ltmHttpProfileStatPassthroughConnect, + ltmHttpProfileStatPassthroughWebSockets, + ltmHttpProfileStatPassthroughOversizeClientHeaders, + ltmHttpProfileStatPassthroughOversizeServerHeaders, + ltmHttpProfileStatPassthroughExcessClientHeaders, + ltmHttpProfileStatPassthroughExcessServerHeaders, + ltmHttpProfileStatPassthroughUnknownMethod, + ltmHttpProfileStatPassthroughPipeline + } + STATUS current + DESCRIPTION + "A collection of objects of ltmHttpProfileStat MIB." + ::= { bigipLocalTMGroups 30 } + +ltmPersistProfileGroup OBJECT-GROUP + OBJECTS { + ltmPersistProfileNumber, + ltmPersistProfileName, + ltmPersistProfileConfigSource, + ltmPersistProfileDefaultName, + ltmPersistProfileMode, + ltmPersistProfileMirror, + ltmPersistProfileTimeout, + ltmPersistProfileMaskType, + ltmPersistProfileMask, + ltmPersistProfileCookieMethod, + ltmPersistProfileCookieName, + ltmPersistProfileCookieExpiration, + ltmPersistProfileCookieHashOffset, + ltmPersistProfileCookieHashLength, + ltmPersistProfileMsrdpNoSessionDir, + ltmPersistProfileMapProxies, + ltmPersistProfileAcrossServices, + ltmPersistProfileAcrossVirtuals, + ltmPersistProfileAcrossPools, + ltmPersistProfileUieRule, + ltmPersistProfileSipInfo, + ltmPersistProfileCookieHttpOnly, + ltmPersistProfileCookieSecure + } + STATUS current + DESCRIPTION + "A collection of objects of ltmPersistProfile MIB." + ::= { bigipLocalTMGroups 31 } + +ltmStreamProfileGroup OBJECT-GROUP + OBJECTS { + ltmStreamProfileNumber, + ltmStreamProfileName, + ltmStreamProfileConfigSource, + ltmStreamProfileDefaultName, + ltmStreamProfileSource, + ltmStreamProfileTarget + } + STATUS current + DESCRIPTION + "A collection of objects of ltmStreamProfile MIB." + ::= { bigipLocalTMGroups 32 } + +ltmStreamProfileStatGroup OBJECT-GROUP + OBJECTS { + ltmStreamProfileStatResetStats, + ltmStreamProfileStatNumber, + ltmStreamProfileStatName, + ltmStreamProfileStatReplaces + } + STATUS current + DESCRIPTION + "A collection of objects of ltmStreamProfileStat MIB." + ::= { bigipLocalTMGroups 33 } + +ltmTcpProfileGroup OBJECT-GROUP + OBJECTS { + ltmTcpProfileNumber, + ltmTcpProfileName, + ltmTcpProfileConfigSource, + ltmTcpProfileDefaultName, + ltmTcpProfileResetOnTimeout, + ltmTcpProfileTimeWaitRecycle, + ltmTcpProfileDelayedAcks, + ltmTcpProfileProxyMss, + ltmTcpProfileProxyOptions, + ltmTcpProfileProxyBufferLow, + ltmTcpProfileProxyBufferHigh, + ltmTcpProfileIdleTimeout, + ltmTcpProfileTimeWaitTimeout, + ltmTcpProfileFinWaitTimeout, + ltmTcpProfileCloseWaitTimeout, + ltmTcpProfileSndbuf, + ltmTcpProfileRcvwnd, + ltmTcpProfileKeepAliveInterval, + ltmTcpProfileSynMaxrtx, + ltmTcpProfileMaxrtx, + ltmTcpProfileIpTosToClient, + ltmTcpProfileLinkQosToClient, + ltmTcpProfileDeferredAccept, + ltmTcpProfileSelectiveAcks, + ltmTcpProfileEcn, + ltmTcpProfileLimitedTransmit, + ltmTcpProfileHighPerfTcpExt, + ltmTcpProfileSlowStart, + ltmTcpProfileBandwidthDelay, + ltmTcpProfileNagle, + ltmTcpProfileAckOnPush, + ltmTcpProfileMd5Sig, + ltmTcpProfileMd5SigPass, + ltmTcpProfileAbc, + ltmTcpProfileCongestionCtrl, + ltmTcpProfileDsack, + ltmTcpProfileCmetricsCache, + ltmTcpProfileVerifiedAccept, + ltmTcpProfilePktLossIgnoreRate, + ltmTcpProfilePktLossIgnoreBurst, + ltmTcpProfileZeroWindowTimeout, + ltmTcpProfileInitCwnd, + ltmTcpProfileInitRwnd, + ltmTcpProfileDelayWindowControl, + ltmTcpProfileSynRtoBase, + ltmTcpProfileTimestamps, + ltmTcpProfileMinRto, + ltmTcpProfileMptcp, + ltmTcpProfileRatePace, + ltmTcpProfileMptcpCsum, + ltmTcpProfileMptcpCsumVerify, + ltmTcpProfileMptcpDebug, + ltmTcpProfileMptcpFallback, + ltmTcpProfileMptcpJoinmax, + ltmTcpProfileMptcpNojoindssack, + ltmTcpProfileMptcpRtomax, + ltmTcpProfileMptcpRxmitmin, + ltmTcpProfileMptcpSubflowmax, + ltmTcpProfileMptcpMakeafterbreak, + ltmTcpProfileMptcpTimeout, + ltmTcpProfileMptcpFastjoin, + ltmTcpProfileEarlyRetransmit, + ltmTcpProfileTailLossProbe, + ltmTcpProfileCmetricsCacheTimeout, + ltmTcpProfileRatePaceMaxRate, + ltmTcpProfileFastOpen, + ltmTcpProfileFastOpenCookieExpiration, + ltmTcpProfileFinWait2Timeout, + ltmTcpProfileRexmtThresh, + ltmTcpProfileAutoSendBuffer, + ltmTcpProfileAutoReceiveWindow, + ltmTcpProfileAutoProxyBuffer, + ltmTcpProfileEnhancedLossRecovery, + ltmTcpProfilePushFlag + } + STATUS current + DESCRIPTION + "A collection of objects of ltmTcpProfile MIB." + ::= { bigipLocalTMGroups 34 } + +ltmTcpProfileStatGroup OBJECT-GROUP + OBJECTS { + ltmTcpProfileStatResetStats, + ltmTcpProfileStatNumber, + ltmTcpProfileStatName, + ltmTcpProfileStatOpen, + ltmTcpProfileStatCloseWait, + ltmTcpProfileStatFinWait, + ltmTcpProfileStatTimeWait, + ltmTcpProfileStatAccepts, + ltmTcpProfileStatAcceptfails, + ltmTcpProfileStatConnects, + ltmTcpProfileStatConnfails, + ltmTcpProfileStatExpires, + ltmTcpProfileStatAbandons, + ltmTcpProfileStatRxrst, + ltmTcpProfileStatRxbadsum, + ltmTcpProfileStatRxbadseg, + ltmTcpProfileStatRxooseg, + ltmTcpProfileStatRxcookie, + ltmTcpProfileStatRxbadcookie, + ltmTcpProfileStatSyncacheover, + ltmTcpProfileStatTxrexmits, + ltmTcpProfileStatFinWait2 + } + STATUS current + DESCRIPTION + "A collection of objects of ltmTcpProfileStat MIB." + ::= { bigipLocalTMGroups 35 } + +ltmUdpProfileGroup OBJECT-GROUP + OBJECTS { + ltmUdpProfileNumber, + ltmUdpProfileName, + ltmUdpProfileConfigSource, + ltmUdpProfileDefaultName, + ltmUdpProfileIdleTimeout, + ltmUdpProfileIpTosToClient, + ltmUdpProfileLinkQosToClient, + ltmUdpProfileDatagramLb, + ltmUdpProfileAllowNoPayload, + ltmUdpProfileSndbuf + } + STATUS current + DESCRIPTION + "A collection of objects of ltmUdpProfile MIB." + ::= { bigipLocalTMGroups 36 } + +ltmUdpProfileStatGroup OBJECT-GROUP + OBJECTS { + ltmUdpProfileStatResetStats, + ltmUdpProfileStatNumber, + ltmUdpProfileStatName, + ltmUdpProfileStatOpen, + ltmUdpProfileStatAccepts, + ltmUdpProfileStatAcceptfails, + ltmUdpProfileStatConnects, + ltmUdpProfileStatConnfails, + ltmUdpProfileStatExpires, + ltmUdpProfileStatRxdgram, + ltmUdpProfileStatRxbaddgram, + ltmUdpProfileStatRxunreach, + ltmUdpProfileStatRxbadsum, + ltmUdpProfileStatRxnosum, + ltmUdpProfileStatTxdgram + } + STATUS current + DESCRIPTION + "A collection of objects of ltmUdpProfileStat MIB." + ::= { bigipLocalTMGroups 37 } + +ltmRuleGroup OBJECT-GROUP + OBJECTS { + ltmRuleNumber, + ltmRuleName, + ltmRuleDefinition, + ltmRuleConfigSource + } + STATUS current + DESCRIPTION + "A collection of objects of ltmRule MIB." + ::= { bigipLocalTMGroups 38 } + +ltmRuleEventGroup OBJECT-GROUP + OBJECTS { + ltmRuleEventNumber, + ltmRuleEventName, + ltmRuleEventEventType, + ltmRuleEventPriority, + ltmRuleEventScript + } + STATUS current + DESCRIPTION + "A collection of objects of ltmRuleEvent MIB." + ::= { bigipLocalTMGroups 39 } + +ltmRuleEventStatGroup OBJECT-GROUP + OBJECTS { + ltmRuleEventStatResetStats, + ltmRuleEventStatNumber, + ltmRuleEventStatName, + ltmRuleEventStatEventType, + ltmRuleEventStatPriority, + ltmRuleEventStatFailures, + ltmRuleEventStatAborts, + ltmRuleEventStatTotalExecutions, + ltmRuleEventStatAvgCycles, + ltmRuleEventStatMaxCycles, + ltmRuleEventStatMinCycles + } + STATUS current + DESCRIPTION + "A collection of objects of ltmRuleEventStat MIB." + ::= { bigipLocalTMGroups 40 } + +ltmSnatGroup OBJECT-GROUP + OBJECTS { + ltmSnatNumber, + ltmSnatName, + ltmSnatSfFlags, + ltmSnatType, + ltmSnatTransAddrType, + ltmSnatTransAddr, + ltmSnatSnatpoolName, + ltmSnatListedEnabledVlans, + ltmSnatTransAddrName + } + STATUS current + DESCRIPTION + "A collection of objects of ltmSnat MIB." + ::= { bigipLocalTMGroups 41 } + +ltmSnatStatGroup OBJECT-GROUP + OBJECTS { + ltmSnatStatResetStats, + ltmSnatStatNumber, + ltmSnatStatName, + ltmSnatStatClientPktsIn, + ltmSnatStatClientBytesIn, + ltmSnatStatClientPktsOut, + ltmSnatStatClientBytesOut, + ltmSnatStatClientMaxConns, + ltmSnatStatClientTotConns, + ltmSnatStatClientCurConns + } + STATUS current + DESCRIPTION + "A collection of objects of ltmSnatStat MIB." + ::= { bigipLocalTMGroups 42 } + +ltmSnatVlanGroup OBJECT-GROUP + OBJECTS { + ltmSnatVlanNumber, + ltmSnatVlanSnatName, + ltmSnatVlanVlanName + } + STATUS current + DESCRIPTION + "A collection of objects of ltmSnatVlan MIB." + ::= { bigipLocalTMGroups 43 } + +ltmSnatOrigAddrGroup OBJECT-GROUP + OBJECTS { + ltmSnatOrigAddrNumber, + ltmSnatOrigAddrSnatName, + ltmSnatOrigAddrAddrType, + ltmSnatOrigAddrAddr, + ltmSnatOrigAddrWildmaskType, + ltmSnatOrigAddrWildmask + } + STATUS current + DESCRIPTION + "A collection of objects of ltmSnatOrigAddr MIB." + ::= { bigipLocalTMGroups 44 } + +ltmTransAddrGroup OBJECT-GROUP + OBJECTS { + ltmTransAddrNumber, + ltmTransAddrAddrType, + ltmTransAddrAddr, + ltmTransAddrEnabled, + ltmTransAddrConnLimit, + ltmTransAddrTcpIdleTimeout, + ltmTransAddrUdpIdleTimeout, + ltmTransAddrIpIdleTimeout, + ltmTransAddrArpEnabled, + ltmTransAddrUnitId, + ltmTransAddrName + } + STATUS current + DESCRIPTION + "A collection of objects of ltmTransAddr MIB." + ::= { bigipLocalTMGroups 45 } + +ltmTransAddrStatGroup OBJECT-GROUP + OBJECTS { + ltmTransAddrStatResetStats, + ltmTransAddrStatNumber, + ltmTransAddrStatAddrType, + ltmTransAddrStatAddr, + ltmTransAddrStatServerPktsIn, + ltmTransAddrStatServerBytesIn, + ltmTransAddrStatServerPktsOut, + ltmTransAddrStatServerBytesOut, + ltmTransAddrStatServerMaxConns, + ltmTransAddrStatServerTotConns, + ltmTransAddrStatServerCurConns, + ltmTransAddrStatName + } + STATUS current + DESCRIPTION + "A collection of objects of ltmTransAddrStat MIB." + ::= { bigipLocalTMGroups 46 } + +ltmSnatPoolGroup OBJECT-GROUP + OBJECTS { + ltmSnatPoolNumber, + ltmSnatPoolName + } + STATUS current + DESCRIPTION + "A collection of objects of ltmSnatPool MIB." + ::= { bigipLocalTMGroups 47 } + +ltmSnatPoolStatGroup OBJECT-GROUP + OBJECTS { + ltmSnatPoolStatResetStats, + ltmSnatPoolStatNumber, + ltmSnatPoolStatName, + ltmSnatPoolStatServerPktsIn, + ltmSnatPoolStatServerBytesIn, + ltmSnatPoolStatServerPktsOut, + ltmSnatPoolStatServerBytesOut, + ltmSnatPoolStatServerMaxConns, + ltmSnatPoolStatServerTotConns, + ltmSnatPoolStatServerCurConns + } + STATUS current + DESCRIPTION + "A collection of objects of ltmSnatPoolStat MIB." + ::= { bigipLocalTMGroups 48 } + +ltmSnatpoolTransAddrGroup OBJECT-GROUP + OBJECTS { + ltmSnatpoolTransAddrNumber, + ltmSnatpoolTransAddrSnatpoolName, + ltmSnatpoolTransAddrTransAddrType, + ltmSnatpoolTransAddrTransAddr, + ltmSnatpoolTransAddrTransAddrName + } + STATUS current + DESCRIPTION + "A collection of objects of ltmSnatpoolTransAddr MIB." + ::= { bigipLocalTMGroups 49 } + +ltmVirtualServGroup OBJECT-GROUP + OBJECTS { + ltmVirtualServNumber, + ltmVirtualServName, + ltmVirtualServAddrType, + ltmVirtualServAddr, + ltmVirtualServWildmaskType, + ltmVirtualServWildmask, + ltmVirtualServPort, + ltmVirtualServIpProto, + ltmVirtualServListedEnabledVlans, + ltmVirtualServEnabled, + ltmVirtualServConnLimit, + ltmVirtualServRclass, + ltmVirtualServSfFlags, + ltmVirtualServTranslateAddr, + ltmVirtualServTranslatePort, + ltmVirtualServType, + ltmVirtualServSnatType, + ltmVirtualServLasthopPoolName, + ltmVirtualServSnatpoolName, + ltmVirtualServDefaultPool, + ltmVirtualServFallbackPersist, + ltmVirtualServActualPvaAccel, + ltmVirtualServAvailabilityState, + ltmVirtualServEnabledState, + ltmVirtualServDisabledParentType, + ltmVirtualServStatusReason, + ltmVirtualServGtmScore, + ltmVirtualServCmpEnabled, + ltmVirtualServSrcport, + ltmVirtualServVaName, + ltmVirtualServSourceAddressTranslationType, + ltmVirtualServSourceAddressTranslationPool, + ltmVirtualServServiceDownImmediateAction + } + STATUS current + DESCRIPTION + "A collection of objects of ltmVirtualServ MIB." + ::= { bigipLocalTMGroups 50 } + +ltmVirtualServStatGroup OBJECT-GROUP + OBJECTS { + ltmVirtualServStatResetStats, + ltmVirtualServStatNumber, + ltmVirtualServStatName, + ltmVirtualServStatCsMinConnDur, + ltmVirtualServStatCsMaxConnDur, + ltmVirtualServStatCsMeanConnDur, + ltmVirtualServStatNoNodesErrors, + ltmVirtualServStatClientPktsIn, + ltmVirtualServStatClientBytesIn, + ltmVirtualServStatClientPktsOut, + ltmVirtualServStatClientBytesOut, + ltmVirtualServStatClientMaxConns, + ltmVirtualServStatClientTotConns, + ltmVirtualServStatClientCurConns, + ltmVirtualServStatEphemeralPktsIn, + ltmVirtualServStatEphemeralBytesIn, + ltmVirtualServStatEphemeralPktsOut, + ltmVirtualServStatEphemeralBytesOut, + ltmVirtualServStatEphemeralMaxConns, + ltmVirtualServStatEphemeralTotConns, + ltmVirtualServStatEphemeralCurConns, + ltmVirtualServStatPvaPktsIn, + ltmVirtualServStatPvaBytesIn, + ltmVirtualServStatPvaPktsOut, + ltmVirtualServStatPvaBytesOut, + ltmVirtualServStatPvaMaxConns, + ltmVirtualServStatPvaTotConns, + ltmVirtualServStatPvaCurConns, + ltmVirtualServStatTotRequests, + ltmVirtualServStatTotPvaAssistConn, + ltmVirtualServStatCurrPvaAssistConn, + ltmVirtualServStatCycleCount, + ltmVirtualServStatVsUsageRatio5s, + ltmVirtualServStatVsUsageRatio1m, + ltmVirtualServStatVsUsageRatio5m, + ltmVirtualServStatCurrentConnsPerSec, + ltmVirtualServStatDurationRateExceeded, + ltmVirtualServStatSwSyncookies, + ltmVirtualServStatSwSyncookieAccepts, + ltmVirtualServStatHwSyncookies, + ltmVirtualServStatHwSyncookieAccepts, + ltmVirtualServStatClientEvictedConns, + ltmVirtualServStatClientSlowKilled, + ltmVirtualServStatWlSyncookieHits, + ltmVirtualServStatWlSyncookieAccepts, + ltmVirtualServStatWlSyncookieRejects + } + STATUS current + DESCRIPTION + "A collection of objects of ltmVirtualServStat MIB." + ::= { bigipLocalTMGroups 51 } + +ltmVirtualServAuthGroup OBJECT-GROUP + OBJECTS { + ltmVirtualServAuthNumber, + ltmVirtualServAuthVsName, + ltmVirtualServAuthProfileName + } + STATUS current + DESCRIPTION + "A collection of objects of ltmVirtualServAuth MIB." + ::= { bigipLocalTMGroups 52 } + +ltmVirtualServPersistGroup OBJECT-GROUP + OBJECTS { + ltmVirtualServPersistNumber, + ltmVirtualServPersistVsName, + ltmVirtualServPersistProfileName, + ltmVirtualServPersistUseDefault + } + STATUS current + DESCRIPTION + "A collection of objects of ltmVirtualServPersist MIB." + ::= { bigipLocalTMGroups 53 } + +ltmVirtualServProfileGroup OBJECT-GROUP + OBJECTS { + ltmVirtualServProfileNumber, + ltmVirtualServProfileVsName, + ltmVirtualServProfileProfileName, + ltmVirtualServProfileType, + ltmVirtualServProfileContext + } + STATUS current + DESCRIPTION + "A collection of objects of ltmVirtualServProfile MIB." + ::= { bigipLocalTMGroups 54 } + +ltmVirtualServPoolGroup OBJECT-GROUP + OBJECTS { + ltmVirtualServPoolNumber, + ltmVirtualServPoolVirtualServerName, + ltmVirtualServPoolPoolName, + ltmVirtualServPoolRuleName + } + STATUS current + DESCRIPTION + "A collection of objects of ltmVirtualServPool MIB." + ::= { bigipLocalTMGroups 55 } + +ltmVirtualServClonePoolGroup OBJECT-GROUP + OBJECTS { + ltmVirtualServClonePoolNumber, + ltmVirtualServClonePoolVirtualServerName, + ltmVirtualServClonePoolPoolName, + ltmVirtualServClonePoolType + } + STATUS current + DESCRIPTION + "A collection of objects of ltmVirtualServClonePool MIB." + ::= { bigipLocalTMGroups 56 } + +ltmVirtualServRuleGroup OBJECT-GROUP + OBJECTS { + ltmVirtualServRuleNumber, + ltmVirtualServRuleVirtualServerName, + ltmVirtualServRuleRuleName, + ltmVirtualServRulePriority + } + STATUS current + DESCRIPTION + "A collection of objects of ltmVirtualServRule MIB." + ::= { bigipLocalTMGroups 57 } + +ltmVirtualServVlanGroup OBJECT-GROUP + OBJECTS { + ltmVirtualServVlanNumber, + ltmVirtualServVlanVsName, + ltmVirtualServVlanVlanName + } + STATUS current + DESCRIPTION + "A collection of objects of ltmVirtualServVlan MIB." + ::= { bigipLocalTMGroups 58 } + +ltmVirtualAddrGroup OBJECT-GROUP + OBJECTS { + ltmVirtualAddrNumber, + ltmVirtualAddrAddrType, + ltmVirtualAddrAddr, + ltmVirtualAddrEnabled, + ltmVirtualAddrConnLimit, + ltmVirtualAddrArpEnabled, + ltmVirtualAddrSfFlags, + ltmVirtualAddrUnitId, + ltmVirtualAddrRouteAdvertisement, + ltmVirtualAddrAvailabilityState, + ltmVirtualAddrEnabledState, + ltmVirtualAddrDisabledParentType, + ltmVirtualAddrStatusReason, + ltmVirtualAddrServer, + ltmVirtualAddrIsFloat, + ltmVirtualAddrName, + ltmVirtualAddrIcmpEcho + } + STATUS current + DESCRIPTION + "A collection of objects of ltmVirtualAddr MIB." + ::= { bigipLocalTMGroups 59 } + +ltmVirtualAddrStatGroup OBJECT-GROUP + OBJECTS { + ltmVirtualAddrStatResetStats, + ltmVirtualAddrStatNumber, + ltmVirtualAddrStatAddrType, + ltmVirtualAddrStatAddr, + ltmVirtualAddrStatClientPktsIn, + ltmVirtualAddrStatClientBytesIn, + ltmVirtualAddrStatClientPktsOut, + ltmVirtualAddrStatClientBytesOut, + ltmVirtualAddrStatClientMaxConns, + ltmVirtualAddrStatClientTotConns, + ltmVirtualAddrStatClientCurConns, + ltmVirtualAddrStatPvaPktsIn, + ltmVirtualAddrStatPvaBytesIn, + ltmVirtualAddrStatPvaPktsOut, + ltmVirtualAddrStatPvaBytesOut, + ltmVirtualAddrStatPvaMaxConns, + ltmVirtualAddrStatPvaTotConns, + ltmVirtualAddrStatPvaCurConns, + ltmVirtualAddrStatTotPvaAssistConn, + ltmVirtualAddrStatCurrPvaAssistConn, + ltmVirtualAddrStatName + } + STATUS current + DESCRIPTION + "A collection of objects of ltmVirtualAddrStat MIB." + ::= { bigipLocalTMGroups 60 } + +ltmFastHttpProfileGroup OBJECT-GROUP + OBJECTS { + ltmFastHttpProfileNumber, + ltmFastHttpProfileName, + ltmFastHttpProfileConfigSource, + ltmFastHttpProfileDefaultName, + ltmFastHttpProfileResetOnTimeout, + ltmFastHttpProfileIdleTimeout, + ltmFastHttpProfileMssOverride, + ltmFastHttpProfileClientCloseTimeout, + ltmFastHttpProfileServerCloseTimeout, + ltmFastHttpProfileConnpoolMaxSize, + ltmFastHttpProfileConnpoolMinSize, + ltmFastHttpProfileConnpoolStep, + ltmFastHttpProfileConnpoolMaxReuse, + ltmFastHttpProfileConnpoolIdleTimeout, + ltmFastHttpProfileMaxHeaderSize, + ltmFastHttpProfileMaxRequests, + ltmFastHttpProfileInsertXforwardedFor, + ltmFastHttpProfileHttp11CloseWorkarounds, + ltmFastHttpProfileHeaderInsert, + ltmFastHttpProfileUncleanShutdown, + ltmFastHttpProfileForceHttp10Response, + ltmFastHttpProfileLayer7, + ltmFastHttpProfileConnpoolReplenish + } + STATUS current + DESCRIPTION + "A collection of objects of ltmFastHttpProfile MIB." + ::= { bigipLocalTMGroups 61 } + +ltmFastHttpProfileStatGroup OBJECT-GROUP + OBJECTS { + ltmFastHttpProfileStatResetStats, + ltmFastHttpProfileStatNumber, + ltmFastHttpProfileStatName, + ltmFastHttpProfileStatClientSyns, + ltmFastHttpProfileStatClientAccepts, + ltmFastHttpProfileStatServerConnects, + ltmFastHttpProfileStatConnpoolCurSize, + ltmFastHttpProfileStatConnpoolMaxSize, + ltmFastHttpProfileStatConnpoolReuses, + ltmFastHttpProfileStatConnpoolExhausted, + ltmFastHttpProfileStatNumberReqs, + ltmFastHttpProfileStatUnbufferedReqs, + ltmFastHttpProfileStatGetReqs, + ltmFastHttpProfileStatPostReqs, + ltmFastHttpProfileStatV9Reqs, + ltmFastHttpProfileStatV10Reqs, + ltmFastHttpProfileStatV11Reqs, + ltmFastHttpProfileStatResp2xxCnt, + ltmFastHttpProfileStatResp3xxCnt, + ltmFastHttpProfileStatResp4xxCnt, + ltmFastHttpProfileStatResp5xxCnt, + ltmFastHttpProfileStatReqParseErrors, + ltmFastHttpProfileStatRespParseErrors, + ltmFastHttpProfileStatClientRxBad, + ltmFastHttpProfileStatServerRxBad, + ltmFastHttpProfileStatPipelinedReqs + } + STATUS current + DESCRIPTION + "A collection of objects of ltmFastHttpProfileStat MIB." + ::= { bigipLocalTMGroups 62 } + +ltmXmlProfileGroup OBJECT-GROUP + OBJECTS { + ltmXmlProfileNumber, + ltmXmlProfileName, + ltmXmlProfileConfigSource, + ltmXmlProfileDefaultName, + ltmXmlProfileAbortOnError, + ltmXmlProfileMaxBufferSize, + ltmXmlProfileMultipleQueryMatches + } + STATUS current + DESCRIPTION + "A collection of objects of ltmXmlProfile MIB." + ::= { bigipLocalTMGroups 63 } + +ltmXmlProfileStatGroup OBJECT-GROUP + OBJECTS { + ltmXmlProfileStatResetStats, + ltmXmlProfileStatNumber, + ltmXmlProfileStatName, + ltmXmlProfileStatNumErrors, + ltmXmlProfileStatNumInspectedDocuments, + ltmXmlProfileStatNumDocumentsWithOneMatch, + ltmXmlProfileStatNumDocumentsWithTwoMatches, + ltmXmlProfileStatNumDocumentsWithThreeMatches, + ltmXmlProfileStatNumDocumentsWithNoMatches, + ltmXmlProfileStatNumMalformedDocuments + } + STATUS current + DESCRIPTION + "A collection of objects of ltmXmlProfileStat MIB." + ::= { bigipLocalTMGroups 64 } + +ltmRamUriExclGroup OBJECT-GROUP + OBJECTS { + ltmRamUriExclNumber, + ltmRamUriExclName, + ltmRamUriExclIndex, + ltmRamUriExclUri + } + STATUS current + DESCRIPTION + "A collection of objects of ltmHttpProfileRamUriExcl MIB." + ::= { bigipLocalTMGroups 65 } + +ltmRamUriInclGroup OBJECT-GROUP + OBJECTS { + ltmRamUriInclNumber, + ltmRamUriInclName, + ltmRamUriInclIndex, + ltmRamUriInclUri + } + STATUS current + DESCRIPTION + "A collection of objects of ltmHttpProfileRamUriIncl MIB." + ::= { bigipLocalTMGroups 66 } + +ltmRamUriPinGroup OBJECT-GROUP + OBJECTS { + ltmRamUriPinNumber, + ltmRamUriPinName, + ltmRamUriPinIndex, + ltmRamUriPinUri + } + STATUS current + DESCRIPTION + "A collection of objects of ltmHttpProfileRamUriPin MIB." + ::= { bigipLocalTMGroups 67 } + +ltmDnsProfileGroup OBJECT-GROUP + OBJECTS { + ltmDnsProfileNumber, + ltmDnsProfileName, + ltmDnsProfileConfigSource, + ltmDnsProfileDefaultName, + ltmDnsProfileGtmEnabled, + ltmDnsProfileDns64Mode, + ltmDnsProfileDns64PrefixType, + ltmDnsProfileDns64Prefix, + ltmDnsProfileDns64AdditionalRewrite, + ltmDnsProfileDnsLastAction, + ltmDnsProfileUseLocalBind, + ltmDnsProfileDnsExpressEnabled, + ltmDnsProfileDnssecEnabled, + ltmDnsProfileCacheEnabled, + ltmDnsProfileDnsCache, + ltmDnsProfileProcessRd, + ltmDnsProfileAvrDnsStatSampleRate, + ltmDnsProfileSecurity, + ltmDnsProfileSecurityEnabled, + ltmDnsProfileLoggingProfile, + ltmDnsProfileLoggingEnabled, + ltmDnsProfileFastDnsEnabled, + ltmDnsProfileHwValidation, + ltmDnsProfileHwCache + } + STATUS current + DESCRIPTION + "A collection of objects of ltmDnsProfile MIB." + ::= { bigipLocalTMGroups 68 } + +ltmHttpClassGroup OBJECT-GROUP + OBJECTS { + ltmHttpClassNumber, + ltmHttpClassName, + ltmHttpClassConfigSource, + ltmHttpClassDefaultName, + ltmHttpClassPoolName, + ltmHttpClassAsmEnabled, + ltmHttpClassWaEnabled, + ltmHttpClassRedirectLocation, + ltmHttpClassUrlRewrite + } + STATUS current + DESCRIPTION + "A collection of objects of ltmHttpClassProfile MIB." + ::= { bigipLocalTMGroups 69 } + +ltmHttpClassHostGroup OBJECT-GROUP + OBJECTS { + ltmHttpClassHostNumber, + ltmHttpClassHostName, + ltmHttpClassHostIndex, + ltmHttpClassHostString + } + STATUS current + DESCRIPTION + "A collection of objects of ltmHttpClassProfileHost MIB." + ::= { bigipLocalTMGroups 70 } + +ltmHttpClassUriGroup OBJECT-GROUP + OBJECTS { + ltmHttpClassUriNumber, + ltmHttpClassUriName, + ltmHttpClassUriIndex, + ltmHttpClassUriString + } + STATUS current + DESCRIPTION + "A collection of objects of ltmHttpClassProfileUri MIB." + ::= { bigipLocalTMGroups 71 } + +ltmHttpClassHeadGroup OBJECT-GROUP + OBJECTS { + ltmHttpClassHeadNumber, + ltmHttpClassHeadName, + ltmHttpClassHeadIndex, + ltmHttpClassHeadString + } + STATUS current + DESCRIPTION + "A collection of objects of ltmHttpClassProfileHead MIB." + ::= { bigipLocalTMGroups 72 } + +ltmHttpClassCookGroup OBJECT-GROUP + OBJECTS { + ltmHttpClassCookNumber, + ltmHttpClassCookName, + ltmHttpClassCookIndex, + ltmHttpClassCookString + } + STATUS current + DESCRIPTION + "A collection of objects of ltmHttpClassProfileCook MIB." + ::= { bigipLocalTMGroups 73 } + +ltmHttpClassStatGroup OBJECT-GROUP + OBJECTS { + ltmHttpClassStatResetStats, + ltmHttpClassStatNumber, + ltmHttpClassStatName, + ltmHttpClassStatCookiePersistInserts, + ltmHttpClassStatResp2xxCnt, + ltmHttpClassStatResp3xxCnt, + ltmHttpClassStatResp4xxCnt, + ltmHttpClassStatResp5xxCnt, + ltmHttpClassStatNumberReqs, + ltmHttpClassStatGetReqs, + ltmHttpClassStatPostReqs, + ltmHttpClassStatV9Reqs, + ltmHttpClassStatV10Reqs, + ltmHttpClassStatV11Reqs, + ltmHttpClassStatV9Resp, + ltmHttpClassStatV10Resp, + ltmHttpClassStatV11Resp, + ltmHttpClassStatMaxKeepaliveReq, + ltmHttpClassStatRespBucket1k, + ltmHttpClassStatRespBucket4k, + ltmHttpClassStatRespBucket16k, + ltmHttpClassStatRespBucket32k, + ltmHttpClassStatRespBucket64k, + ltmHttpClassStatPrecompressBytes, + ltmHttpClassStatPostcompressBytes, + ltmHttpClassStatNullCompressBytes, + ltmHttpClassStatHtmlPrecompressBytes, + ltmHttpClassStatHtmlPostcompressBytes, + ltmHttpClassStatCssPrecompressBytes, + ltmHttpClassStatCssPostcompressBytes, + ltmHttpClassStatJsPrecompressBytes, + ltmHttpClassStatJsPostcompressBytes, + ltmHttpClassStatXmlPrecompressBytes, + ltmHttpClassStatXmlPostcompressBytes, + ltmHttpClassStatSgmlPrecompressBytes, + ltmHttpClassStatSgmlPostcompressBytes, + ltmHttpClassStatPlainPrecompressBytes, + ltmHttpClassStatPlainPostcompressBytes, + ltmHttpClassStatOctetPrecompressBytes, + ltmHttpClassStatOctetPostcompressBytes, + ltmHttpClassStatImagePrecompressBytes, + ltmHttpClassStatImagePostcompressBytes, + ltmHttpClassStatVideoPrecompressBytes, + ltmHttpClassStatVideoPostcompressBytes, + ltmHttpClassStatAudioPrecompressBytes, + ltmHttpClassStatAudioPostcompressBytes, + ltmHttpClassStatOtherPrecompressBytes, + ltmHttpClassStatOtherPostcompressBytes, + ltmHttpClassStatRamcacheHits, + ltmHttpClassStatRamcacheMisses, + ltmHttpClassStatRamcacheMissesAll, + ltmHttpClassStatRamcacheHitBytes, + ltmHttpClassStatRamcacheMissBytes, + ltmHttpClassStatRamcacheMissBytesAll + } + STATUS current + DESCRIPTION + "A collection of objects of ltmHttpClassProfileStat MIB." + ::= { bigipLocalTMGroups 74 } + +ltmIiopProfileGroup OBJECT-GROUP + OBJECTS { + ltmIiopProfileName, + ltmIiopProfileConfigSource, + ltmIiopProfileDefaultName, + ltmIiopProfilePersistRequestId, + ltmIiopProfilePersistObjectKey, + ltmIiopProfileAbortOnTimeout, + ltmIiopProfileTimeout + } + STATUS current + DESCRIPTION + "A collection of objects of ltmIiopProfile MIB." + ::= { bigipLocalTMGroups 75 } + +ltmIiopProfileStatGroup OBJECT-GROUP + OBJECTS { + ltmIiopProfileStatResetStats, + ltmIiopProfileStatName, + ltmIiopProfileStatNumRequests, + ltmIiopProfileStatNumResponses, + ltmIiopProfileStatNumCancels, + ltmIiopProfileStatNumErrors, + ltmIiopProfileStatNumFragments + } + STATUS current + DESCRIPTION + "A collection of objects of ltmIiopProfileStat MIB." + ::= { bigipLocalTMGroups 76 } + +ltmRtspProfileGroup OBJECT-GROUP + OBJECTS { + ltmRtspProfileNumber, + ltmRtspProfileName, + ltmRtspProfileConfigSource, + ltmRtspProfileDefaultName, + ltmRtspProfileIdleTimeout, + ltmRtspProfileMaxHeaderSize, + ltmRtspProfileMaxQueuedData, + ltmRtspProfileUnicastRedirect, + ltmRtspProfileMulticastRedirect, + ltmRtspProfileSessionReconnect, + ltmRtspProfileRealHttpPersistence, + ltmRtspProfileProxy, + ltmRtspProfileProxyHeader, + ltmRtspProfileRtpPort, + ltmRtspProfileRtcpPort, + ltmRtspProfileLogPublisher, + ltmRtspProfileLogProfile + } + STATUS current + DESCRIPTION + "A collection of objects of ltmRtspProfile MIB." + ::= { bigipLocalTMGroups 77 } + +ltmRtspProfileStatGroup OBJECT-GROUP + OBJECTS { + ltmRtspProfileStatResetStats, + ltmRtspProfileStatNumber, + ltmRtspProfileStatName, + ltmRtspProfileStatNumRequests, + ltmRtspProfileStatNumResponses, + ltmRtspProfileStatNumErrors, + ltmRtspProfileStatNumInterleaved + } + STATUS current + DESCRIPTION + "A collection of objects of ltmRtspProfileStat MIB." + ::= { bigipLocalTMGroups 78 } + +ltmSctpProfileGroup OBJECT-GROUP + OBJECTS { + ltmSctpProfileNumber, + ltmSctpProfileName, + ltmSctpProfileConfigSource, + ltmSctpProfileDefaultName, + ltmSctpProfileRcvOrdered, + ltmSctpProfileSndPartial, + ltmSctpProfileTcpShutdown, + ltmSctpProfileResetOnTimeout, + ltmSctpProfileOutStreams, + ltmSctpProfileInStreams, + ltmSctpProfileSndbuf, + ltmSctpProfileRcvwnd, + ltmSctpProfileTxChunks, + ltmSctpProfileRxChunks, + ltmSctpProfileCookieExpiration, + ltmSctpProfileInitMaxrtx, + ltmSctpProfileAssocMaxrtx, + ltmSctpProfileProxyBufferLow, + ltmSctpProfileProxyBufferHigh, + ltmSctpProfileIdleTimeout, + ltmSctpProfileHeartbeatInterval, + ltmSctpProfileIpTosToPeer, + ltmSctpProfileLinkQosToPeer, + ltmSctpProfileSecret, + ltmSctpProfileMaxBurst, + ltmSctpProfileHeartbeatMaxBurst, + ltmSctpProfileMaxCommunicationPaths, + ltmSctpProfileMaxPathRetransmitLimit, + ltmSctpProfileServerSideMultihoming, + ltmSctpProfileClientSideMultihoming, + ltmSctpProfileRtoInitial, + ltmSctpProfileRtoMin, + ltmSctpProfileRtoMax, + ltmSctpProfileSackTimeout + } + STATUS current + DESCRIPTION + "A collection of objects of ltmSctpProfile MIB." + ::= { bigipLocalTMGroups 79 } + +ltmSctpProfileStatGroup OBJECT-GROUP + OBJECTS { + ltmSctpProfileStatResetStats, + ltmSctpProfileStatNumber, + ltmSctpProfileStatName, + ltmSctpProfileStatAccepts, + ltmSctpProfileStatAcceptfails, + ltmSctpProfileStatConnects, + ltmSctpProfileStatConnfails, + ltmSctpProfileStatExpires, + ltmSctpProfileStatAbandons, + ltmSctpProfileStatRxrst, + ltmSctpProfileStatRxbadsum, + ltmSctpProfileStatRxcookie, + ltmSctpProfileStatRxbadcookie, + ltmSctpProfileStatAssociations, + ltmSctpProfileStatClosing, + ltmSctpProfileStatConfirmedAddresses, + ltmSctpProfileStatUnconfirmedAddresses, + ltmSctpProfileStatActivePaths, + ltmSctpProfileStatInactivePaths + } + STATUS current + DESCRIPTION + "A collection of objects of ltmSctpProfileStat MIB." + ::= { bigipLocalTMGroups 80 } + +ltmUserStatProfileGroup OBJECT-GROUP + OBJECTS { + ltmUserStatProfileNumber, + ltmUserStatProfileName, + ltmUserStatProfileConfigSource, + ltmUserStatProfileDefaultName + } + STATUS current + DESCRIPTION + "A collection of objects of ltmUserStatProfile MIB." + ::= { bigipLocalTMGroups 81 } + +ltmUserStatProfileStatGroup OBJECT-GROUP + OBJECTS { + ltmUserStatProfileStatResetStats, + ltmUserStatProfileStatNumber, + ltmUserStatProfileStatName, + ltmUserStatProfileStatFieldId, + ltmUserStatProfileStatFieldName, + ltmUserStatProfileStatFieldValue + } + STATUS current + DESCRIPTION + "A collection of objects of ltmUserStatProfileStat MIB." + ::= { bigipLocalTMGroups 83 } + +ltmVsHttpClassGroup OBJECT-GROUP + OBJECTS { + ltmVsHttpClassNumber, + ltmVsHttpClassVsName, + ltmVsHttpClassProfileName, + ltmVsHttpClassPriority + } + STATUS current + DESCRIPTION + "A collection of objects of ltmVirtualServHttpClass MIB." + ::= { bigipLocalTMGroups 84 } + +ltmNodeAddrStatusGroup OBJECT-GROUP + OBJECTS { + ltmNodeAddrStatusNumber, + ltmNodeAddrStatusAddrType, + ltmNodeAddrStatusAddr, + ltmNodeAddrStatusAvailState, + ltmNodeAddrStatusEnabledState, + ltmNodeAddrStatusParentType, + ltmNodeAddrStatusDetailReason, + ltmNodeAddrStatusName + } + STATUS current + DESCRIPTION + "A collection of objects of ltmNodeAddrStatus MIB." + ::= { bigipLocalTMGroups 85 } + +ltmPoolStatusGroup OBJECT-GROUP + OBJECTS { + ltmPoolStatusNumber, + ltmPoolStatusName, + ltmPoolStatusAvailState, + ltmPoolStatusEnabledState, + ltmPoolStatusParentType, + ltmPoolStatusDetailReason + } + STATUS current + DESCRIPTION + "A collection of objects of ltmPoolStatus MIB." + ::= { bigipLocalTMGroups 86 } + +ltmPoolMbrStatusGroup OBJECT-GROUP + OBJECTS { + ltmPoolMbrStatusNumber, + ltmPoolMbrStatusPoolName, + ltmPoolMbrStatusAddrType, + ltmPoolMbrStatusAddr, + ltmPoolMbrStatusPort, + ltmPoolMbrStatusAvailState, + ltmPoolMbrStatusEnabledState, + ltmPoolMbrStatusParentType, + ltmPoolMbrStatusDetailReason, + ltmPoolMbrStatusNodeName + } + STATUS current + DESCRIPTION + "A collection of objects of ltmPoolMemberStatus MIB." + ::= { bigipLocalTMGroups 87 } + +ltmVsStatusGroup OBJECT-GROUP + OBJECTS { + ltmVsStatusNumber, + ltmVsStatusName, + ltmVsStatusAvailState, + ltmVsStatusEnabledState, + ltmVsStatusParentType, + ltmVsStatusDetailReason + } + STATUS current + DESCRIPTION + "A collection of objects of ltmVirtualServStatus MIB." + ::= { bigipLocalTMGroups 88 } + +ltmVAddrStatusGroup OBJECT-GROUP + OBJECTS { + ltmVAddrStatusNumber, + ltmVAddrStatusAddrType, + ltmVAddrStatusAddr, + ltmVAddrStatusAvailState, + ltmVAddrStatusEnabledState, + ltmVAddrStatusParentType, + ltmVAddrStatusDetailReason, + ltmVAddrStatusName + } + STATUS current + DESCRIPTION + "A collection of objects of ltmVirtualAddrStatus MIB." + ::= { bigipLocalTMGroups 89 } + +ltmFallbackStatusGroup OBJECT-GROUP + OBJECTS { + ltmFallbackStatusNumber, + ltmFallbackStatusName, + ltmFallbackStatusIndex, + ltmFallbackStatusCode + } + STATUS current + DESCRIPTION + "A collection of objects of ltmHttpProfileFallbackStatus MIB." + ::= { bigipLocalTMGroups 90 } + +ltmRespHeadersPermGroup OBJECT-GROUP + OBJECTS { + ltmRespHeadersPermNumber, + ltmRespHeadersPermName, + ltmRespHeadersPermIndex, + ltmRespHeadersPermStr + } + STATUS current + DESCRIPTION + "A collection of objects of ltmHttpProfileRespHeadersPerm MIB." + ::= { bigipLocalTMGroups 91 } + +ltmEncCookiesGroup OBJECT-GROUP + OBJECTS { + ltmEncCookiesNumber, + ltmEncCookiesName, + ltmEncCookiesIndex, + ltmEncCookiesStr + } + STATUS current + DESCRIPTION + "A collection of objects of ltmHttpProfileEncCookies MIB." + ::= { bigipLocalTMGroups 92 } + +ltmFastL4ProfileStatGroup OBJECT-GROUP + OBJECTS { + ltmFastL4ProfileStatResetStats, + ltmFastL4ProfileStatNumber, + ltmFastL4ProfileStatName, + ltmFastL4ProfileStatOpen, + ltmFastL4ProfileStatAccepts, + ltmFastL4ProfileStatAcceptfails, + ltmFastL4ProfileStatExpires, + ltmFastL4ProfileStatRxbadpkt, + ltmFastL4ProfileStatRxunreach, + ltmFastL4ProfileStatRxbadunreach, + ltmFastL4ProfileStatRxbadsum, + ltmFastL4ProfileStatTxerrors, + ltmFastL4ProfileStatSyncookIssue, + ltmFastL4ProfileStatSyncookAccept, + ltmFastL4ProfileStatSyncookReject, + ltmFastL4ProfileStatServersynrtx, + ltmFastL4ProfileStatLbcSuccessful, + ltmFastL4ProfileStatLbcTimedout + } + STATUS current + DESCRIPTION + "A collection of objects of ltmFastL4ProfileStat MIB." + ::= { bigipLocalTMGroups 93 } + +ltmSipProfileGroup OBJECT-GROUP + OBJECTS { + ltmSipProfileNumber, + ltmSipProfileName, + ltmSipProfileConfigSource, + ltmSipProfileDefaultName, + ltmSipProfileMaxSize, + ltmSipProfileTerminateBye, + ltmSipProfileInsertVia, + ltmSipProfileSecureVia, + ltmSipProfileInsertRecordRoute, + ltmSipProfileFirewallEnabled, + ltmSipProfileLogPublisher, + ltmSipProfileLogProfile + } + STATUS current + DESCRIPTION + "A collection of objects of ltmSipProfile MIB." + ::= { bigipLocalTMGroups 94 } + +ltmSipProfileStatGroup OBJECT-GROUP + OBJECTS { + ltmSipProfileStatResetStats, + ltmSipProfileStatNumber, + ltmSipProfileStatName, + ltmSipProfileStatRequests, + ltmSipProfileStatResponses, + ltmSipProfileStatBadmsgs, + ltmSipProfileStatDrops + } + STATUS current + DESCRIPTION + "A collection of objects of ltmSipProfileStat MIB." + ::= { bigipLocalTMGroups 95 } + +ltmVirtualModuleScoreGroup OBJECT-GROUP + OBJECTS { + ltmVirtualModuleScoreNumber, + ltmVirtualModuleScoreVsName, + ltmVirtualModuleScoreModuleType, + ltmVirtualModuleScoreScore + } + STATUS current + DESCRIPTION + "A collection of objects of ltmVirtualModuleScore MIB." + ::= { bigipLocalTMGroups 96 } + +ltmIsessionProfileGroup OBJECT-GROUP + OBJECTS { + ltmIsessionProfileNumber, + ltmIsessionProfileName, + ltmIsessionProfileMode, + ltmIsessionProfileConnectionReuse, + ltmIsessionProfileCompressionNull, + ltmIsessionProfileCompressionDeflate, + ltmIsessionProfileCompressionLzo, + ltmIsessionProfileCompressionAdaptive, + ltmIsessionProfileDeduplication, + ltmIsessionProfilePortTransparency, + ltmIsessionProfileTargetVirtual, + ltmIsessionProfileEndpointPool, + ltmIsessionProfileCompressionDeflateLevel, + ltmIsessionProfileCompressionBzip2, + ltmIsessionProfileCompression, + ltmIsessionProfileCompressionCodecs + } + STATUS current + DESCRIPTION + "A collection of objects of ltmIsessionProfile MIB." + ::= { bigipLocalTMGroups 97 } + +ltmIsessionProfileStatGroup OBJECT-GROUP + OBJECTS { + ltmIsessionProfileStatResetStats, + ltmIsessionProfileStatNumber, + ltmIsessionProfileStatVsName, + ltmIsessionProfileStatProfileName, + ltmIsessionProfileStatNullInUses, + ltmIsessionProfileStatNullInErrors, + ltmIsessionProfileStatNullInBytesOpt, + ltmIsessionProfileStatNullInBytesRaw, + ltmIsessionProfileStatNullOutUses, + ltmIsessionProfileStatNullOutErrors, + ltmIsessionProfileStatNullOutBytesOpt, + ltmIsessionProfileStatNullOutBytesRaw, + ltmIsessionProfileStatLzoInUses, + ltmIsessionProfileStatLzoInErrors, + ltmIsessionProfileStatLzoInBytesOpt, + ltmIsessionProfileStatLzoInBytesRaw, + ltmIsessionProfileStatLzoOutUses, + ltmIsessionProfileStatLzoOutErrors, + ltmIsessionProfileStatLzoOutBytesOpt, + ltmIsessionProfileStatLzoOutBytesRaw, + ltmIsessionProfileStatDeflateInUses, + ltmIsessionProfileStatDeflateInErrors, + ltmIsessionProfileStatDeflateInBytesOpt, + ltmIsessionProfileStatDeflateInBytesRaw, + ltmIsessionProfileStatDeflateOutUses, + ltmIsessionProfileStatDeflateOutErrors, + ltmIsessionProfileStatDeflateOutBytesOpt, + ltmIsessionProfileStatDeflateOutBytesRaw, + ltmIsessionProfileStatDedupInUses, + ltmIsessionProfileStatDedupInErrors, + ltmIsessionProfileStatDedupInBytesOpt, + ltmIsessionProfileStatDedupInBytesRaw, + ltmIsessionProfileStatDedupOutUses, + ltmIsessionProfileStatDedupOutErrors, + ltmIsessionProfileStatDedupOutBytesOpt, + ltmIsessionProfileStatDedupOutBytesRaw, + ltmIsessionProfileStatDedupInHits, + ltmIsessionProfileStatDedupInHitBytes, + ltmIsessionProfileStatDedupInHitHistBucket1k, + ltmIsessionProfileStatDedupInHitHistBucket2k, + ltmIsessionProfileStatDedupInHitHistBucket4k, + ltmIsessionProfileStatDedupInHitHistBucket8k, + ltmIsessionProfileStatDedupInHitHistBucket16k, + ltmIsessionProfileStatDedupInHitHistBucket32k, + ltmIsessionProfileStatDedupInHitHistBucket64k, + ltmIsessionProfileStatDedupInHitHistBucket128k, + ltmIsessionProfileStatDedupInHitHistBucket256k, + ltmIsessionProfileStatDedupInHitHistBucket512k, + ltmIsessionProfileStatDedupInHitHistBucket1m, + ltmIsessionProfileStatDedupInHitHistBucketLarge, + ltmIsessionProfileStatDedupInMisses, + ltmIsessionProfileStatDedupInMissBytes, + ltmIsessionProfileStatDedupInMissHistBucket1k, + ltmIsessionProfileStatDedupInMissHistBucket2k, + ltmIsessionProfileStatDedupInMissHistBucket4k, + ltmIsessionProfileStatDedupInMissHistBucket8k, + ltmIsessionProfileStatDedupInMissHistBucket16k, + ltmIsessionProfileStatDedupInMissHistBucket32k, + ltmIsessionProfileStatDedupInMissHistBucket64k, + ltmIsessionProfileStatDedupInMissHistBucket128k, + ltmIsessionProfileStatDedupInMissHistBucket256k, + ltmIsessionProfileStatDedupInMissHistBucket512k, + ltmIsessionProfileStatDedupInMissHistBucket1m, + ltmIsessionProfileStatDedupInMissHistBucketLarge, + ltmIsessionProfileStatDedupOutHits, + ltmIsessionProfileStatDedupOutHitBytes, + ltmIsessionProfileStatDedupOutHitHistBucket1k, + ltmIsessionProfileStatDedupOutHitHistBucket2k, + ltmIsessionProfileStatDedupOutHitHistBucket4k, + ltmIsessionProfileStatDedupOutHitHistBucket8k, + ltmIsessionProfileStatDedupOutHitHistBucket16k, + ltmIsessionProfileStatDedupOutHitHistBucket32k, + ltmIsessionProfileStatDedupOutHitHistBucket64k, + ltmIsessionProfileStatDedupOutHitHistBucket128k, + ltmIsessionProfileStatDedupOutHitHistBucket256k, + ltmIsessionProfileStatDedupOutHitHistBucket512k, + ltmIsessionProfileStatDedupOutHitHistBucket1m, + ltmIsessionProfileStatDedupOutHitHistBucketLarge, + ltmIsessionProfileStatDedupOutMisses, + ltmIsessionProfileStatDedupOutMissBytes, + ltmIsessionProfileStatDedupOutMissHistBucket1k, + ltmIsessionProfileStatDedupOutMissHistBucket2k, + ltmIsessionProfileStatDedupOutMissHistBucket4k, + ltmIsessionProfileStatDedupOutMissHistBucket8k, + ltmIsessionProfileStatDedupOutMissHistBucket16k, + ltmIsessionProfileStatDedupOutMissHistBucket32k, + ltmIsessionProfileStatDedupOutMissHistBucket64k, + ltmIsessionProfileStatDedupOutMissHistBucket128k, + ltmIsessionProfileStatDedupOutMissHistBucket256k, + ltmIsessionProfileStatDedupOutMissHistBucket512k, + ltmIsessionProfileStatDedupOutMissHistBucket1m, + ltmIsessionProfileStatDedupOutMissHistBucketLarge, + ltmIsessionProfileStatOutgoingConnsIdleCur, + ltmIsessionProfileStatOutgoingConnsIdleMax, + ltmIsessionProfileStatOutgoingConnsIdleTot, + ltmIsessionProfileStatOutgoingConnsActiveCur, + ltmIsessionProfileStatOutgoingConnsActiveMax, + ltmIsessionProfileStatOutgoingConnsActiveTot, + ltmIsessionProfileStatOutgoingConnsErrors, + ltmIsessionProfileStatOutgoingConnsPassthruTot, + ltmIsessionProfileStatIncomingConnsActiveCur, + ltmIsessionProfileStatIncomingConnsActiveMax, + ltmIsessionProfileStatIncomingConnsActiveTot, + ltmIsessionProfileStatIncomingConnsErrors, + ltmIsessionProfileStatBzip2InUses, + ltmIsessionProfileStatBzip2InErrors, + ltmIsessionProfileStatBzip2InBytesOpt, + ltmIsessionProfileStatBzip2InBytesRaw, + ltmIsessionProfileStatBzip2OutUses, + ltmIsessionProfileStatBzip2OutErrors, + ltmIsessionProfileStatBzip2OutBytesOpt, + ltmIsessionProfileStatBzip2OutBytesRaw + } + STATUS current + DESCRIPTION + "A collection of objects of ltmIsessionProfileStat MIB." + ::= { bigipLocalTMGroups 98 } + +ltmXmlProfileXpathQueriesGroup OBJECT-GROUP + OBJECTS { + ltmXmlProfileXpathQueriesNumber, + ltmXmlProfileXpathQueriesName, + ltmXmlProfileXpathQueriesIndex, + ltmXmlProfileXpathQueriesString + } + STATUS current + DESCRIPTION + "A collection of objects of ltmXmlProfileXpathQueries MIB." + ::= { bigipLocalTMGroups 99 } + +ltmXmlProfileNamespaceMappingsGroup OBJECT-GROUP + OBJECTS { + ltmXmlProfileNamespaceMappingsNumber, + ltmXmlProfileNamespaceMappingsName, + ltmXmlProfileNamespaceMappingsIndex, + ltmXmlProfileNamespaceMappingsMappingPrefix, + ltmXmlProfileNamespaceMappingsMappingNamespace + } + STATUS current + DESCRIPTION + "A collection of objects of ltmXmlProfileNamespaceMappings MIB." + ::= { bigipLocalTMGroups 100 } + +ltmHttpCompressionProfileGroup OBJECT-GROUP + OBJECTS { + ltmHttpCompressionProfileNumber, + ltmHttpCompressionProfileName, + ltmHttpCompressionProfileConfigSource, + ltmHttpCompressionProfileDefaultName, + ltmHttpCompressionProfileSelective, + ltmHttpCompressionProfileMinSize, + ltmHttpCompressionProfileBufferSize, + ltmHttpCompressionProfileVaryHeader, + ltmHttpCompressionProfileAllowHttp10, + ltmHttpCompressionProfileGzipMemlevel, + ltmHttpCompressionProfileGzipWindowsize, + ltmHttpCompressionProfileGzipLevel, + ltmHttpCompressionProfileKeepAcceptEncoding, + ltmHttpCompressionProfileBrowserWorkarounds, + ltmHttpCompressionProfileCpusaver, + ltmHttpCompressionProfileCpusaverHigh, + ltmHttpCompressionProfileCpusaverLow, + ltmHttpCompressionProfilePreferredMethod + } + STATUS current + DESCRIPTION + "A collection of objects of ltmHttpCompressionProfile MIB." + ::= { bigipLocalTMGroups 101 } + +ltmHttpcompUriInclGroup OBJECT-GROUP + OBJECTS { + ltmHttpcompUriInclNumber, + ltmHttpcompUriInclName, + ltmHttpcompUriInclIndex, + ltmHttpcompUriInclUri + } + STATUS current + DESCRIPTION + "A collection of objects of ltmHttpCompressionProfileUriIncl MIB." + ::= { bigipLocalTMGroups 102 } + +ltmHttpcompUriExclGroup OBJECT-GROUP + OBJECTS { + ltmHttpcompUriExclNumber, + ltmHttpcompUriExclName, + ltmHttpcompUriExclIndex, + ltmHttpcompUriExclUri + } + STATUS current + DESCRIPTION + "A collection of objects of ltmHttpCompressionProfileUriExcl MIB." + ::= { bigipLocalTMGroups 103 } + +ltmHttpcompContTypeInclGroup OBJECT-GROUP + OBJECTS { + ltmHttpcompContTypeInclNumber, + ltmHttpcompContTypeInclName, + ltmHttpcompContTypeInclIndex, + ltmHttpcompContTypeInclContentType + } + STATUS current + DESCRIPTION + "A collection of objects of ltmHttpCompressionProfileContTypeIncl MIB." + ::= { bigipLocalTMGroups 104 } + +ltmHttpcompContTypeExclGroup OBJECT-GROUP + OBJECTS { + ltmHttpcompContTypeExclNumber, + ltmHttpcompContTypeExclName, + ltmHttpcompContTypeExclIndex, + ltmHttpcompContTypeExclContentType + } + STATUS current + DESCRIPTION + "A collection of objects of ltmHttpCompressionProfileContTypeExcl MIB." + ::= { bigipLocalTMGroups 105 } + +ltmHttpCompressionProfileStatGroup OBJECT-GROUP + OBJECTS { + ltmHttpCompressionProfileStatResetStats, + ltmHttpCompressionProfileStatNumber, + ltmHttpCompressionProfileStatName, + ltmHttpCompressionProfileStatPrecompressBytes, + ltmHttpCompressionProfileStatPostcompressBytes, + ltmHttpCompressionProfileStatNullCompressBytes, + ltmHttpCompressionProfileStatHtmlPrecompressBytes, + ltmHttpCompressionProfileStatHtmlPostcompressBytes, + ltmHttpCompressionProfileStatCssPrecompressBytes, + ltmHttpCompressionProfileStatCssPostcompressBytes, + ltmHttpCompressionProfileStatJsPrecompressBytes, + ltmHttpCompressionProfileStatJsPostcompressBytes, + ltmHttpCompressionProfileStatXmlPrecompressBytes, + ltmHttpCompressionProfileStatXmlPostcompressBytes, + ltmHttpCompressionProfileStatSgmlPrecompressBytes, + ltmHttpCompressionProfileStatSgmlPostcompressBytes, + ltmHttpCompressionProfileStatPlainPrecompressBytes, + ltmHttpCompressionProfileStatPlainPostcompressBytes, + ltmHttpCompressionProfileStatOctetPrecompressBytes, + ltmHttpCompressionProfileStatOctetPostcompressBytes, + ltmHttpCompressionProfileStatImagePrecompressBytes, + ltmHttpCompressionProfileStatImagePostcompressBytes, + ltmHttpCompressionProfileStatVideoPrecompressBytes, + ltmHttpCompressionProfileStatVideoPostcompressBytes, + ltmHttpCompressionProfileStatAudioPrecompressBytes, + ltmHttpCompressionProfileStatAudioPostcompressBytes, + ltmHttpCompressionProfileStatOtherPrecompressBytes, + ltmHttpCompressionProfileStatOtherPostcompressBytes + } + STATUS current + DESCRIPTION + "A collection of objects of ltmHttpCompressionProfileStat MIB." + ::= { bigipLocalTMGroups 106 } + +ltmWebAccelerationProfileGroup OBJECT-GROUP + OBJECTS { + ltmWebAccelerationProfileNumber, + ltmWebAccelerationProfileName, + ltmWebAccelerationProfileConfigSource, + ltmWebAccelerationProfileDefaultName, + ltmWebAccelerationProfileCacheSize, + ltmWebAccelerationProfileCacheMaxEntries, + ltmWebAccelerationProfileCacheMaxAge, + ltmWebAccelerationProfileCacheObjectMinSize, + ltmWebAccelerationProfileCacheObjectMaxSize, + ltmWebAccelerationProfileCacheIgnoreClient, + ltmWebAccelerationProfileCacheAgingRate, + ltmWebAccelerationProfileCacheInsertAgeHeader + } + STATUS current + DESCRIPTION + "A collection of objects of ltmWebAccelerationProfile MIB." + ::= { bigipLocalTMGroups 107 } + +ltmWebaccCacheUriExclGroup OBJECT-GROUP + OBJECTS { + ltmWebaccCacheUriExclNumber, + ltmWebaccCacheUriExclName, + ltmWebaccCacheUriExclIndex, + ltmWebaccCacheUriExclUri + } + STATUS current + DESCRIPTION + "A collection of objects of ltmWebAccelerationProfileUriExcl MIB." + ::= { bigipLocalTMGroups 108 } + +ltmWebaccCacheUriInclGroup OBJECT-GROUP + OBJECTS { + ltmWebaccCacheUriInclNumber, + ltmWebaccCacheUriInclName, + ltmWebaccCacheUriInclIndex, + ltmWebaccCacheUriInclUri + } + STATUS current + DESCRIPTION + "A collection of objects of ltmWebAccelerationProfileUriIncl MIB." + ::= { bigipLocalTMGroups 109 } + +ltmWebaccCacheUriPinGroup OBJECT-GROUP + OBJECTS { + ltmWebaccCacheUriPinNumber, + ltmWebaccCacheUriPinName, + ltmWebaccCacheUriPinIndex, + ltmWebaccCacheUriPinUri + } + STATUS current + DESCRIPTION + "A collection of objects of ltmWebAccelerationProfileUriPin MIB." + ::= { bigipLocalTMGroups 110 } + +ltmWebAccelerationProfileStatGroup OBJECT-GROUP + OBJECTS { + ltmWebAccelerationProfileStatResetStats, + ltmWebAccelerationProfileStatNumber, + ltmWebAccelerationProfileStatName, + ltmWebAccelerationProfileStatCacheHits, + ltmWebAccelerationProfileStatCacheMisses, + ltmWebAccelerationProfileStatCacheMissesAll, + ltmWebAccelerationProfileStatCacheHitBytes, + ltmWebAccelerationProfileStatCacheMissBytes, + ltmWebAccelerationProfileStatCacheMissBytesAll, + ltmWebAccelerationProfileStatCacheSize, + ltmWebAccelerationProfileStatCacheCount, + ltmWebAccelerationProfileStatCacheEvictions, + ltmWebAccelerationProfileStatInterStripeHits, + ltmWebAccelerationProfileStatInterStripeMisses, + ltmWebAccelerationProfileStatInterStripeHitBytes, + ltmWebAccelerationProfileStatInterStripeSize, + ltmWebAccelerationProfileStatInterStripeCount, + ltmWebAccelerationProfileStatInterStripeEvictions, + ltmWebAccelerationProfileStatRemoteHits, + ltmWebAccelerationProfileStatRemoteMisses, + ltmWebAccelerationProfileStatRemoteHitBytes + } + STATUS current + DESCRIPTION + "A collection of objects of ltmWebAccelerationProfileStat MIB." + ::= { bigipLocalTMGroups 111 } + +ltmRstCauseStatGroup OBJECT-GROUP + OBJECTS { + ltmRstCauseStatResetStats, + ltmRstCauseStatNumber, + ltmRstCauseStatIndex, + ltmRstCauseStatRstCause, + ltmRstCauseStatCount + } + STATUS current + DESCRIPTION + "A collection of objects of ltmRstCauseStat MIB." + ::= { bigipLocalTMGroups 112 } + +ltmWebaccCacheUriOverGroup OBJECT-GROUP + OBJECTS { + ltmWebaccCacheUriOverNumber, + ltmWebaccCacheUriOverName, + ltmWebaccCacheUriOverIndex, + ltmWebaccCacheUriOverUri + } + STATUS current + DESCRIPTION + "A collection of objects of ltmWebAccelerationProfileUriOver MIB." + ::= { bigipLocalTMGroups 113 } + +ltmDnsCacheGroup OBJECT-GROUP + OBJECTS { + ltmDnsCacheNumber, + ltmDnsCacheName, + ltmDnsCacheType, + ltmDnsCacheMsgCacheSize, + ltmDnsCacheRrsetCacheSize, + ltmDnsCacheAnswerDefaultZones, + ltmDnsCacheUseIpv4, + ltmDnsCacheUseIpv6, + ltmDnsCacheUseUdp, + ltmDnsCacheUseTcp, + ltmDnsCacheNameserverCacheCount, + ltmDnsCacheMaxConcurrentTcp, + ltmDnsCacheMaxConcurrentUdp, + ltmDnsCacheUnwantedThreshold, + ltmDnsCacheRouteDomainName, + ltmDnsCacheIgnoreCd, + ltmDnsCachePrefetchKey, + ltmDnsCacheKeyCacheSize, + ltmDnsCacheRandomizeQueryNameCase, + ltmDnsCacheMaxConcurrentQueries, + ltmDnsCacheAllowedQueryTime + } + STATUS current + DESCRIPTION + "A collection of objects of ltmDnsCache MIB." + ::= { bigipLocalTMGroups 114 } + +ltmDnsCacheStatGroup OBJECT-GROUP + OBJECTS { + ltmDnsCacheStatResetStats, + ltmDnsCacheStatNumber, + ltmDnsCacheStatName, + ltmDnsCacheStatQueries, + ltmDnsCacheStatResponses, + ltmDnsCacheStatSync, + ltmDnsCacheStatAsync, + ltmDnsCacheStatFailureResolv, + ltmDnsCacheStatFailureCf, + ltmDnsCacheStatFailureServer, + ltmDnsCacheStatFailureSend, + ltmDnsCacheStatMsgHits, + ltmDnsCacheStatMsgMisses, + ltmDnsCacheStatMsgInserts, + ltmDnsCacheStatMsgUpdates, + ltmDnsCacheStatMsgEvictions, + ltmDnsCacheStatRrsetHits, + ltmDnsCacheStatRrsetMisses, + ltmDnsCacheStatRrsetInserts, + ltmDnsCacheStatRrsetUpdates, + ltmDnsCacheStatRrsetEvictions, + ltmDnsCacheStatNameserverHits, + ltmDnsCacheStatNameserverMisses, + ltmDnsCacheStatNameserverInserts, + ltmDnsCacheStatNameserverUpdates, + ltmDnsCacheStatNameserverEvictions, + ltmDnsCacheStatKeyHits, + ltmDnsCacheStatKeyMisses, + ltmDnsCacheStatKeyInserts, + ltmDnsCacheStatKeyUpdates, + ltmDnsCacheStatKeyEvictions, + ltmDnsCacheStatUdpBytesIn, + ltmDnsCacheStatUdpBytesOut, + ltmDnsCacheStatUdpPktsIn, + ltmDnsCacheStatUdpPktsOut, + ltmDnsCacheStatUdpCurConns, + ltmDnsCacheStatUdpMaxConns, + ltmDnsCacheStatUdpTotConns, + ltmDnsCacheStatTcpBytesIn, + ltmDnsCacheStatTcpBytesOut, + ltmDnsCacheStatTcpPktsIn, + ltmDnsCacheStatTcpPktsOut, + ltmDnsCacheStatTcpCurConns, + ltmDnsCacheStatTcpMaxConns, + ltmDnsCacheStatTcpTotConns, + ltmDnsCacheStatUnsolicitedReplies, + ltmDnsCacheStatSecUnchecked, + ltmDnsCacheStatSecBogus, + ltmDnsCacheStatSecIndeterminate, + ltmDnsCacheStatSecInsecure, + ltmDnsCacheStatSecSecure, + ltmDnsCacheStatFwdQueries, + ltmDnsCacheStatFwdResponses, + ltmDnsCacheStatRpzRewrites + } + STATUS current + DESCRIPTION + "A collection of objects of ltmDnsCacheStat MIB." + ::= { bigipLocalTMGroups 115 } + +ltmDnsProfileStatGroup OBJECT-GROUP + OBJECTS { + ltmDnsProfileStatResetStats, + ltmDnsProfileStatNumber, + ltmDnsProfileStatName, + ltmDnsProfileStatQueries, + ltmDnsProfileStatResponses, + ltmDnsProfileStatResponsesPerSec, + ltmDnsProfileStatToGtm, + ltmDnsProfileStatDnsExpressReqs, + ltmDnsProfileStatDnsExpressNotifies, + ltmDnsProfileStatToCache, + ltmDnsProfileStatToDns, + ltmDnsProfileStatDns64Reqs, + ltmDnsProfileStatDns64Rewrites, + ltmDnsProfileStatDns64Failures, + ltmDnsProfileStatHints, + ltmDnsProfileStatRejects, + ltmDnsProfileStatNoErrors, + ltmDnsProfileStatDrops, + ltmDnsProfileStatMalformed, + ltmDnsProfileStatTclSuspends, + ltmDnsProfileStatRecursionDesired, + ltmDnsProfileStatCheckingDisabled, + ltmDnsProfileStatEdns0, + ltmDnsProfileStatOpcodeQuery, + ltmDnsProfileStatOpcodeNotify, + ltmDnsProfileStatOpcodeUpdate, + ltmDnsProfileStatZoneIxfr, + ltmDnsProfileStatZoneAxfr, + ltmDnsProfileStatAuthoritativeAnswer, + ltmDnsProfileStatRecursionAvailable, + ltmDnsProfileStatAuthenticatedData, + ltmDnsProfileStatTruncated, + ltmDnsProfileStatRcodeNoerror, + ltmDnsProfileStatRcodeNxdomain, + ltmDnsProfileStatRcodeServfail, + ltmDnsProfileStatRcodeRefused, + ltmDnsProfileStatMalicious, + ltmDnsProfileStatAReqs, + ltmDnsProfileStatAaaaReqs, + ltmDnsProfileStatAnyReqs, + ltmDnsProfileStatCnameReqs, + ltmDnsProfileStatMxReqs, + ltmDnsProfileStatNsReqs, + ltmDnsProfileStatPtrReqs, + ltmDnsProfileStatSoaReqs, + ltmDnsProfileStatSrvReqs, + ltmDnsProfileStatTxtReqs, + ltmDnsProfileStatOtherReqs, + ltmDnsProfileStatDnsEffectiveRateLimit, + ltmDnsProfileStatDnsConfiguredObjects, + ltmDnsProfileStatDnsRateRejectedRequests, + ltmDnsProfileStatGtmEffectiveRateLimit, + ltmDnsProfileStatGtmConfiguredObjects, + ltmDnsProfileStatGtmRateRejectedRequests, + ltmDnsProfileStatGtmRewrites, + ltmDnsProfileStatOpcodeOther, + ltmDnsProfileStatFastDnsQueries, + ltmDnsProfileStatFastDnsResponses, + ltmDnsProfileStatFastDnsAllowed, + ltmDnsProfileStatFastDnsDrops, + ltmDnsProfileStatFastDnsRespTc, + ltmDnsProfileStatFastDnsRespNx, + ltmDnsProfileStatFastDnsRespNe, + ltmDnsProfileStatFastDnsRespRf, + ltmDnsProfileStatHwMalformed, + ltmDnsProfileStatHwInspected, + ltmDnsProfileStatHwCacheLookups, + ltmDnsProfileStatHwCacheResponses, + ltmDnsProfileStatNaptrReqs, + ltmDnsProfileStatRcodeBadvers, + ltmDnsProfileStatFastDnsRespBvers + } + STATUS current + DESCRIPTION + "A collection of objects of ltmDnsProfileStat MIB." + ::= { bigipLocalTMGroups 116 } + +ltmDosProfileGroup OBJECT-GROUP + OBJECTS { + ltmDosProfileNumber, + ltmDosProfileName, + ltmDosProfileConfigSource, + ltmDosProfileDefaultName + } + STATUS current + DESCRIPTION + "A collection of objects of ltmDosProfile MIB." + ::= { bigipLocalTMGroups 117 } + +ltmDosApplicationGroup OBJECT-GROUP + OBJECTS { + ltmDosApplicationNumber, + ltmDosApplicationProfileName, + ltmDosApplicationName, + ltmDosApplicationTriggerIrule, + ltmDosApplicationTpsBasedMode, + ltmDosApplicationLatencyBasedMode, + ltmDosApplicationTpsBasedIpClientSideDefense, + ltmDosApplicationTpsBasedUrlClientSideDefense, + ltmDosApplicationTpsBasedIpRateLimiting, + ltmDosApplicationTpsBasedUrlRateLimiting, + ltmDosApplicationTpsBasedIpTpsIncreaseRate, + ltmDosApplicationTpsBasedIpMaximumTps, + ltmDosApplicationTpsBasedIpMinimumTps, + ltmDosApplicationTpsBasedUrlTpsIncreaseRate, + ltmDosApplicationTpsBasedUrlMaximumTps, + ltmDosApplicationTpsBasedUrlMinimumTps, + ltmDosApplicationTpsBasedMaximumPreventionDuration, + ltmDosApplicationLatencyIncreaseRate, + ltmDosApplicationMaximumLatency, + ltmDosApplicationMinimumLatency, + ltmDosApplicationLatencyBasedIpClientSideDefense, + ltmDosApplicationLatencyBasedUrlClientSideDefense, + ltmDosApplicationLatencyBasedIpRateLimiting, + ltmDosApplicationLatencyBasedUrlRateLimiting, + ltmDosApplicationLatencyBasedIpTpsIncreaseRate, + ltmDosApplicationLatencyBasedIpMaximumTps, + ltmDosApplicationLatencyBasedIpMinimumTps, + ltmDosApplicationLatencyBasedUrlTpsIncreaseRate, + ltmDosApplicationLatencyBasedUrlMaximumTps, + ltmDosApplicationLatencyBasedUrlMinimumTps, + ltmDosApplicationLatencyBasedMaximumPreventionDuration, + ltmDosApplicationTpsBasedSiteClientSideDefense, + ltmDosApplicationTpsBasedSiteRateLimiting, + ltmDosApplicationTpsBasedSiteTpsIncreaseRate, + ltmDosApplicationTpsBasedSiteMaximumTps, + ltmDosApplicationTpsBasedSiteMinimumTps, + ltmDosApplicationTpsBasedEscalationPeriod, + ltmDosApplicationTpsBasedDeEscalationPeriod, + ltmDosApplicationLatencyBasedSiteClientSideDefense, + ltmDosApplicationLatencyBasedSiteRateLimiting, + ltmDosApplicationLatencyBasedSiteTpsIncreaseRate, + ltmDosApplicationLatencyBasedSiteMaximumTps, + ltmDosApplicationLatencyBasedSiteMinimumTps, + ltmDosApplicationLatencyBasedEscalationPeriod, + ltmDosApplicationLatencyBasedDeEscalationPeriod, + ltmDosApplicationHeavyUrlProtection, + ltmDosApplicationHeavyUrlAutomaticDetection, + ltmDosApplicationHeavyUrlLatencyThreshold + } + STATUS current + DESCRIPTION + "A collection of objects of ltmDosApplication MIB." + ::= { bigipLocalTMGroups 118 } + +ltmDosWhiteIpGroup OBJECT-GROUP + OBJECTS { + ltmDosWhiteIpNumber, + ltmDosWhiteIpParentProfile, + ltmDosWhiteIpParentName, + ltmDosWhiteIpAddressType, + ltmDosWhiteIpAddress, + ltmDosWhiteIpNetmaskType, + ltmDosWhiteIpNetmask + } + STATUS current + DESCRIPTION + "A collection of objects of ltmDosWhiteIp MIB." + ::= { bigipLocalTMGroups 119 } + +ltmDnsSecurityGroup OBJECT-GROUP + OBJECTS { + ltmDnsSecurityNumber, + ltmDnsSecurityName, + ltmDnsSecurityQueryTypeInclusion + } + STATUS current + DESCRIPTION + "A collection of objects of ltmDnsSecurity MIB." + ::= { bigipLocalTMGroups 120 } + +ltmDnsSecurityStatGroup OBJECT-GROUP + OBJECTS { + ltmDnsSecurityStatResetStats, + ltmDnsSecurityStatNumber, + ltmDnsSecurityStatName, + ltmDnsSecurityStatFilteredDrops, + ltmDnsSecurityStatADrops, + ltmDnsSecurityStatAaaaDrops, + ltmDnsSecurityStatAnyDrops, + ltmDnsSecurityStatCnameDrops, + ltmDnsSecurityStatMxDrops, + ltmDnsSecurityStatNsDrops, + ltmDnsSecurityStatPtrDrops, + ltmDnsSecurityStatSoaDrops, + ltmDnsSecurityStatSrvDrops, + ltmDnsSecurityStatTxtDrops, + ltmDnsSecurityStatOtherDrops + } + STATUS current + DESCRIPTION + "A collection of objects of ltmDnsSecurityStat MIB." + ::= { bigipLocalTMGroups 121 } + +ltmBwcPolicyStatGroup OBJECT-GROUP + OBJECTS { + ltmBwcPolicyStatResetStats, + ltmBwcPolicyStatNumber, + ltmBwcPolicyStatName, + ltmBwcPolicyStatBytesPerSec, + ltmBwcPolicyStatBytesPerSecOut, + ltmBwcPolicyStatBytesIn, + ltmBwcPolicyStatBytesPassed, + ltmBwcPolicyStatBytesDropped, + ltmBwcPolicyStatPacketsIn, + ltmBwcPolicyStatPacketsPassed, + ltmBwcPolicyStatActivePolicies, + ltmBwcPolicyStatInactivePolicies, + ltmBwcPolicyStatTotalPolicies, + ltmBwcPolicyStatTimeDataCollected, + ltmBwcPolicyStatPacketsPerSec, + ltmBwcPolicyStatPacketsPerSecOut + } + STATUS current + DESCRIPTION + "A collection of objects of ltmBwcPolicyStat MIB." + ::= { bigipLocalTMGroups 122 } + +ltmDnsQueryFilterGroup OBJECT-GROUP + OBJECTS { + ltmDnsQueryFilterNumber, + ltmDnsQueryFilterName, + ltmDnsQueryFilterIndex, + ltmDnsQueryFilterType + } + STATUS current + DESCRIPTION + "A collection of objects of ltmDnsQueryFilter MIB." + ::= { bigipLocalTMGroups 123 } + +ltmDnsHeaderFilterGroup OBJECT-GROUP + OBJECTS { + ltmDnsHeaderFilterNumber, + ltmDnsHeaderFilterName, + ltmDnsHeaderFilterIndex, + ltmDnsHeaderFilterOpcodeExclusion + } + STATUS current + DESCRIPTION + "A collection of objects of ltmDnsHeaderFilter MIB." + ::= { bigipLocalTMGroups 124 } + +ltmLsnPrefixGroup OBJECT-GROUP + OBJECTS { + ltmLsnPrefixNumber, + ltmLsnPrefixName, + ltmLsnPrefixAddrType, + ltmLsnPrefixAddr + } + STATUS current + DESCRIPTION + "A collection of objects of ltmLsnPrefix MIB." + ::= { bigipLocalTMGroups 125 } + +ltmLsnPoolGroup OBJECT-GROUP + OBJECTS { + ltmLsnPoolNumber, + ltmLsnPoolName, + ltmLsnPoolMemberCount, + ltmLsnPoolRouteAdvertisement, + ltmLsnPoolMode, + ltmLsnPoolPersistenceMode, + ltmLsnPoolPersistenceTimeout, + ltmLsnPoolPersistencePrefixLengthIpv4, + ltmLsnPoolPersistencePrefixLengthIpv6, + ltmLsnPoolInboundConnections, + ltmLsnPoolIcmpEcho, + ltmLsnPoolTranslationPortRangeLow, + ltmLsnPoolTranslationPortRangeHigh, + ltmLsnPoolClientConnectionLimit, + ltmLsnPoolEgressInterfacesEnabled, + ltmLsnPoolLogPublisher, + ltmLsnPoolHairpinMode, + ltmLsnPoolLogProfile + } + STATUS current + DESCRIPTION + "A collection of objects of ltmLsnPool MIB." + ::= { bigipLocalTMGroups 126 } + +ltmLsnPrefixLsnPoolGroup OBJECT-GROUP + OBJECTS { + ltmLsnPrefixLsnPoolNumber, + ltmLsnPrefixLsnPoolLsnPrefixName, + ltmLsnPrefixLsnPoolLsnPoolName, + ltmLsnPrefixLsnPoolPrefixAddressType, + ltmLsnPrefixLsnPoolPrefixAddress + } + STATUS current + DESCRIPTION + "A collection of objects of ltmLsnPrefixLsnPool MIB." + ::= { bigipLocalTMGroups 127 } + +ltmLsnPrefixLsnPoolBackupGroup OBJECT-GROUP + OBJECTS { + ltmLsnPrefixLsnPoolBackupNumber, + ltmLsnPrefixLsnPoolBackupLsnPrefixName, + ltmLsnPrefixLsnPoolBackupLsnPoolName, + ltmLsnPrefixLsnPoolBackupPrefixAddressType, + ltmLsnPrefixLsnPoolBackupPrefixAddress + } + STATUS current + DESCRIPTION + "A collection of objects of ltmLsnPrefixLsnPoolBackup MIB." + ::= { bigipLocalTMGroups 128 } + +ltmLsnPoolVlanGroup OBJECT-GROUP + OBJECTS { + ltmLsnPoolVlanNumber, + ltmLsnPoolVlanLsnPoolName, + ltmLsnPoolVlanVlanName + } + STATUS current + DESCRIPTION + "A collection of objects of ltmLsnPoolVlan MIB." + ::= { bigipLocalTMGroups 129 } + +ltmLsnPoolStatGroup OBJECT-GROUP + OBJECTS { + ltmLsnPoolStatResetStats, + ltmLsnPoolStatNumber, + ltmLsnPoolStatName, + ltmLsnPoolStatTranslationRequests, + ltmLsnPoolStatHairpinConnectionRequests, + ltmLsnPoolStatActiveTranslations, + ltmLsnPoolStatActiveHairpinConnections, + ltmLsnPoolStatTranslationRequestFailures, + ltmLsnPoolStatPersistenceMappingFailures, + ltmLsnPoolStatHairpinConnectionFailures, + ltmLsnPoolStatBackupPoolTranslations, + ltmLsnPoolStatLogAttempts, + ltmLsnPoolStatLogFailures, + ltmLsnPoolStatTotalEndPoints, + ltmLsnPoolStatPcpAnnounceRequests, + ltmLsnPoolStatPcpAnnounceResponsesUcast, + ltmLsnPoolStatPcpAnnounceResponsesMulticast, + ltmLsnPoolStatPcpMapRequests, + ltmLsnPoolStatPcpMapResponses, + ltmLsnPoolStatPcpPeerRequests, + ltmLsnPoolStatPcpPeerResponses, + ltmLsnPoolStatPcpErrorsInvalidRequest, + ltmLsnPoolStatPcpErrorsUnavailableResource, + ltmLsnPoolStatPcpErrorsNotAuthorized, + ltmLsnPoolStatPcpErrorsOther, + ltmLsnPoolStatActivePortBlocks, + ltmLsnPoolStatActiveClientsReachedLimit, + ltmLsnPoolStatActiveZombiePortBlocks, + ltmLsnPoolStatTotalClientsReachedLimit, + ltmLsnPoolStatTotalPortBlockAllocations, + ltmLsnPoolStatTotalPortBlockAllocationFailures, + ltmLsnPoolStatTotalPortBlockDeallocations, + ltmLsnPoolStatTotalZombiePortBlocksCreated, + ltmLsnPoolStatTotalZombiePortBlocksDeleted, + ltmLsnPoolStatTotalZombiePortBlockConnsKilled, + ltmLsnPoolStatEndPointsString + } + STATUS current + DESCRIPTION + "A collection of objects of ltmLsnPoolStat MIB." + ::= { bigipLocalTMGroups 130 } + +ltmSpdyProfileGroup OBJECT-GROUP + OBJECTS { + ltmSpdyProfileNumber, + ltmSpdyProfileName, + ltmSpdyProfileConfigSource, + ltmSpdyProfileDefaultName, + ltmSpdyProfileActivationMode, + ltmSpdyProfilePriorityHandling, + ltmSpdyProfileInsertHeader, + ltmSpdyProfileInsertHeaderName, + ltmSpdyProfileConcurrentStreamsPerConnection, + ltmSpdyProfileConnectionIdleTimeout, + ltmSpdyProfileReceiveWindow, + ltmSpdyProfileFrameSize, + ltmSpdyProfileWriteSize, + ltmSpdyProfileCompressionLevel, + ltmSpdyProfileCompressionWindowSize + } + STATUS current + DESCRIPTION + "A collection of objects of ltmSpdyProfile MIB." + ::= { bigipLocalTMGroups 131 } + +ltmSpdyProfileProtocolVersionsGroup OBJECT-GROUP + OBJECTS { + ltmSpdyProfileProtocolVersionsNumber, + ltmSpdyProfileProtocolVersionsName, + ltmSpdyProfileProtocolVersionsIndex, + ltmSpdyProfileProtocolVersionsProtocolVersions + } + STATUS current + DESCRIPTION + "A collection of objects of ltmSpdyProfileProtocolVersions MIB." + ::= { bigipLocalTMGroups 132 } + +ltmSpdyProfileStatGroup OBJECT-GROUP + OBJECTS { + ltmSpdyProfileStatResetStats, + ltmSpdyProfileStatNumber, + ltmSpdyProfileStatName, + ltmSpdyProfileStatConnectionsAccepted, + ltmSpdyProfileStatConnectionsCurrent, + ltmSpdyProfileStatConnectionsMax, + ltmSpdyProfileStatDataFramesReceived, + ltmSpdyProfileStatDataFramesSent, + ltmSpdyProfileStatFlowsCreated, + ltmSpdyProfileStatFlowsCurrent, + ltmSpdyProfileStatFlowsMax, + ltmSpdyProfileStatGoawayFramesReceived, + ltmSpdyProfileStatGoawayFramesSent, + ltmSpdyProfileStatHeadersFramesReceived, + ltmSpdyProfileStatHeadersFramesSent, + ltmSpdyProfileStatHttpRequestBytes, + ltmSpdyProfileStatHttpResponseBytes, + ltmSpdyProfileStatNoopFramesReceived, + ltmSpdyProfileStatNoopFramesSent, + ltmSpdyProfileStatPingFramesReceived, + ltmSpdyProfileStatPingFramesSent, + ltmSpdyProfileStatRstStreamFramesReceived, + ltmSpdyProfileStatRstStreamFramesSent, + ltmSpdyProfileStatSettingsFramesReceived, + ltmSpdyProfileStatSettingsFramesSent, + ltmSpdyProfileStatSpdyRequestBytes, + ltmSpdyProfileStatSpdyRequestFrames, + ltmSpdyProfileStatSpdyResponseBytes, + ltmSpdyProfileStatSpdyResponseFrames, + ltmSpdyProfileStatSynReplyFramesReceived, + ltmSpdyProfileStatSynReplyFramesSent, + ltmSpdyProfileStatSynStreamFramesReceived, + ltmSpdyProfileStatSynStreamFramesSent, + ltmSpdyProfileStatV2StreamsCreated, + ltmSpdyProfileStatV2StreamsCurrent, + ltmSpdyProfileStatV2StreamsMax, + ltmSpdyProfileStatV3StreamsCreated, + ltmSpdyProfileStatV3StreamsCurrent, + ltmSpdyProfileStatV3StreamsMax, + ltmSpdyProfileStatWindowUpdateFramesReceived, + ltmSpdyProfileStatWindowUpdateFramesSent + } + STATUS current + DESCRIPTION + "A collection of objects of ltmSpdyProfileStat MIB." + ::= { bigipLocalTMGroups 133 } + +ltmFtpProfileStatGroup OBJECT-GROUP + OBJECTS { + ltmFtpProfileStatResetStats, + ltmFtpProfileStatNumber, + ltmFtpProfileStatName, + ltmFtpProfileStatLoginRequests, + ltmFtpProfileStatDownloadRequests, + ltmFtpProfileStatUploadRequests, + ltmFtpProfileStatFtpsSessions, + ltmFtpProfileStatPassthruTransitions, + ltmFtpProfileStatFtpsIntercepts, + ltmFtpProfileStatFtpsResets, + ltmFtpProfileStatFtpsBypasses, + ltmFtpProfileStatPassiveRequests, + ltmFtpProfileStatActiveRequests + } + STATUS current + DESCRIPTION + "A collection of objects of ltmFtpProfileStat MIB." + ::= { bigipLocalTMGroups 134 } + +ltmDosApplicationHeavyUrlInclGroup OBJECT-GROUP + OBJECTS { + ltmDosApplicationHeavyUrlInclNumber, + ltmDosApplicationHeavyUrlInclProfileName, + ltmDosApplicationHeavyUrlInclName, + ltmDosApplicationHeavyUrlInclIndex, + ltmDosApplicationHeavyUrlInclUrl + } + STATUS current + DESCRIPTION + "A collection of objects of ltmDosApplicationHeavyUrlIncl MIB." + ::= { bigipLocalTMGroups 135 } + +ltmDosApplicationHeavyUrlExclGroup OBJECT-GROUP + OBJECTS { + ltmDosApplicationHeavyUrlExclNumber, + ltmDosApplicationHeavyUrlExclProfileName, + ltmDosApplicationHeavyUrlExclName, + ltmDosApplicationHeavyUrlExclIndex, + ltmDosApplicationHeavyUrlExclUrl + } + STATUS current + DESCRIPTION + "A collection of objects of ltmDosApplicationHeavyUrlExcl MIB." + ::= { bigipLocalTMGroups 136 } + +ltmV6rdProfileGroup OBJECT-GROUP + OBJECTS { + ltmV6rdProfileNumber, + ltmV6rdProfileName, + ltmV6rdProfileConfigSource, + ltmV6rdProfileDefaultName, + ltmV6rdProfileIpv4prefixType, + ltmV6rdProfileIpv4prefix, + ltmV6rdProfileIpv4prefixlen, + ltmV6rdProfileV6rdprefixType, + ltmV6rdProfileV6rdprefix, + ltmV6rdProfileV6rdprefixlen + } + STATUS current + DESCRIPTION + "A collection of objects of ltmV6rdProfile MIB." + ::= { bigipLocalTMGroups 137 } + +ltmPptpProfileGroup OBJECT-GROUP + OBJECTS { + ltmPptpProfileNumber, + ltmPptpProfileName, + ltmPptpProfileDescription, + ltmPptpProfileConfigSource, + ltmPptpProfileDefaultName, + ltmPptpProfileLogServerIp, + ltmPptpProfileLogPublisher, + ltmPptpProfileCsvFormat + } + STATUS current + DESCRIPTION + "A collection of objects of ltmPptpProfile MIB." + ::= { bigipLocalTMGroups 138 } + +ltmPptpProfileStatGroup OBJECT-GROUP + OBJECTS { + ltmPptpProfileStatResetStats, + ltmPptpProfileStatNumber, + ltmPptpProfileStatName, + ltmPptpProfileStatStartRequests, + ltmPptpProfileStatStartReplies, + ltmPptpProfileStatStopRequests, + ltmPptpProfileStatStopReplies, + ltmPptpProfileStatEchoRequests, + ltmPptpProfileStatEchoReplies, + ltmPptpProfileStatOutgoingCallRequests, + ltmPptpProfileStatOutgoingCallReplies, + ltmPptpProfileStatCallClearRequests, + ltmPptpProfileStatCallDisconnectNotifies, + ltmPptpProfileStatWanErrorNotifies, + ltmPptpProfileStatSetLinkInfo, + ltmPptpProfileStatActiveCalls, + ltmPptpProfileStatTotalCalls, + ltmPptpProfileStatFailedCalls + } + STATUS current + DESCRIPTION + "A collection of objects of ltmPptpProfileStat MIB." + ::= { bigipLocalTMGroups 139 } + +ltmPcpProfileGroup OBJECT-GROUP + OBJECTS { + ltmPcpProfileNumber, + ltmPcpProfileName, + ltmPcpProfileConfigSource, + ltmPcpProfileDefaultName, + ltmPcpProfileListeningPort, + ltmPcpProfileMulticastPort, + ltmPcpProfileMinMappingLifetime, + ltmPcpProfileMaxMappingLifetime, + ltmPcpProfileMapRecycleDelay, + ltmPcpProfileMapLimitPerClient, + ltmPcpProfileMapFilterLimit, + ltmPcpProfileThirdPartyOption, + ltmPcpProfileRuleName + } + STATUS current + DESCRIPTION + "A collection of objects of ltmPcpProfile MIB." + ::= { bigipLocalTMGroups 140 } + +ltmPcpPrefixGroup OBJECT-GROUP + OBJECTS { + ltmPcpPrefixNumber, + ltmPcpPrefixName, + ltmPcpPrefixAddrType, + ltmPcpPrefixAddr + } + STATUS current + DESCRIPTION + "A collection of objects of ltmPcpPrefix MIB." + ::= { bigipLocalTMGroups 141 } + +ltmPcpPrefixProfilePcpGroup OBJECT-GROUP + OBJECTS { + ltmPcpPrefixProfilePcpNumber, + ltmPcpPrefixProfilePcpPcpPrefixName, + ltmPcpPrefixProfilePcpName, + ltmPcpPrefixProfilePcpPrefixAddressType, + ltmPcpPrefixProfilePcpPrefixAddress + } + STATUS current + DESCRIPTION + "A collection of objects of ltmPcpPrefixProfilePcp MIB." + ::= { bigipLocalTMGroups 142 } + +ltmPcpProfileStatGroup OBJECT-GROUP + OBJECTS { + ltmPcpProfileStatResetStats, + ltmPcpProfileStatNumber, + ltmPcpProfileStatName, + ltmPcpProfileStatPcpAnnounceRequests, + ltmPcpProfileStatPcpAnnounceResponsesUcast, + ltmPcpProfileStatPcpAnnounceResponsesMulticast, + ltmPcpProfileStatPcpMapRequests, + ltmPcpProfileStatPcpMapResponses, + ltmPcpProfileStatPcpPeerRequests, + ltmPcpProfileStatPcpPeerResponses, + ltmPcpProfileStatPcpErrorsInvalidRequest, + ltmPcpProfileStatPcpErrorsUnavailableResource, + ltmPcpProfileStatPcpErrorsNotAuthorized, + ltmPcpProfileStatPcpErrorsOther + } + STATUS current + DESCRIPTION + "A collection of objects of ltmPcpProfileStat MIB." + ::= { bigipLocalTMGroups 143 } + +ltmDnsExpressStatGroup OBJECT-GROUP + OBJECTS { + ltmDnsExpressStatResetStats, + ltmDnsExpressStatNumber, + ltmDnsExpressStatName, + ltmDnsExpressStatDnsxQueries, + ltmDnsExpressStatDnsxResponses, + ltmDnsExpressStatDnsxNotifiesRecv, + ltmDnsExpressStatAxfrQueries, + ltmDnsExpressStatIxfrQueries, + ltmDnsExpressStatXfrQueriesAclFailed, + ltmDnsExpressStatXfrNotifiesSent, + ltmDnsExpressStatDnsxXfrMsgs, + ltmDnsExpressStatXfrNotifiesFailed, + ltmDnsExpressStatTsigMissing, + ltmDnsExpressStatTsigNotRequired, + ltmDnsExpressStatTsigVerified, + ltmDnsExpressStatTsigBadKey, + ltmDnsExpressStatTsigBadSig, + ltmDnsExpressStatTsigBadTime + } + STATUS current + DESCRIPTION + "A collection of objects of ltmDnsExpressStat MIB." + ::= { bigipLocalTMGroups 144 } + +ltmDnsServerStatGroup OBJECT-GROUP + OBJECTS { + ltmDnsServerStatResetStats, + ltmDnsServerStatNumber, + ltmDnsServerStatName, + ltmDnsServerStatXfrQueries, + ltmDnsServerStatXfrResponses, + ltmDnsServerStatXfrNotifies, + ltmDnsServerStatXfrNotifyFailed + } + STATUS current + DESCRIPTION + "A collection of objects of ltmDnsServerStat MIB." + ::= { bigipLocalTMGroups 145 } + +ltmDnsCacheForwardZoneGroup OBJECT-GROUP + OBJECTS { + ltmDnsCacheForwardZoneNumber, + ltmDnsCacheForwardZoneName, + ltmDnsCacheForwardZoneCacheName + } + STATUS current + DESCRIPTION + "A collection of objects of ltmDnsCacheForwardZone MIB." + ::= { bigipLocalTMGroups 146 } + +ltmDnsCacheForwardZoneNameServerGroup OBJECT-GROUP + OBJECTS { + ltmDnsCacheForwardZoneNameServerNumber, + ltmDnsCacheForwardZoneNameServerAddrType, + ltmDnsCacheForwardZoneNameServerAddr, + ltmDnsCacheForwardZoneNameServerPort, + ltmDnsCacheForwardZoneNameServerForwardZoneName, + ltmDnsCacheForwardZoneNameServerCacheName + } + STATUS current + DESCRIPTION + "A collection of objects of ltmDnsCacheForwardZoneNameServer MIB." + ::= { bigipLocalTMGroups 147 } + +ltmClientSslCertKeyChainGroup OBJECT-GROUP + OBJECTS { + ltmClientSslCertKeyChainNumber, + ltmClientSslCertKeyChainName, + ltmClientSslCertKeyChainClientssl, + ltmClientSslCertKeyChainCert, + ltmClientSslCertKeyChainKey, + ltmClientSslCertKeyChainChain, + ltmClientSslCertKeyChainOcspStplParams + } + STATUS current + DESCRIPTION + "A collection of objects of ltmClientSslCertKeyChain MIB." + ::= { bigipLocalTMGroups 148 } + +ltmDosAttackDataStatGroup OBJECT-GROUP + OBJECTS { + ltmDosAttackDataStatResetStats, + ltmDosAttackDataStatNumber, + ltmDosAttackDataStatDeviceName, + ltmDosAttackDataStatVectorName, + ltmDosAttackDataStatAttackType, + ltmDosAttackDataStatAttackDetected, + ltmDosAttackDataStatAttackCount, + ltmDosAttackDataStatStats, + ltmDosAttackDataStatStatsRate, + ltmDosAttackDataStatStats1m, + ltmDosAttackDataStatStats1h, + ltmDosAttackDataStatDrops, + ltmDosAttackDataStatDropsRate, + ltmDosAttackDataStatDrops1m, + ltmDosAttackDataStatDrops1h, + ltmDosAttackDataStatWlCount + } + STATUS current + DESCRIPTION + "A collection of objects of ltmDosAttackDataStat MIB." + ::= { bigipLocalTMGroups 149 } + +ltmNetworkAttackDataStatGroup OBJECT-GROUP + OBJECTS { + ltmNetworkAttackDataStatResetStats, + ltmNetworkAttackDataStatNumber, + ltmNetworkAttackDataStatProfileName, + ltmNetworkAttackDataStatVsName, + ltmNetworkAttackDataStatVectorName, + ltmNetworkAttackDataStatAttackType, + ltmNetworkAttackDataStatAttackDetected, + ltmNetworkAttackDataStatAttackCount, + ltmNetworkAttackDataStatStats, + ltmNetworkAttackDataStatStatsRate, + ltmNetworkAttackDataStatStats1m, + ltmNetworkAttackDataStatStats1h, + ltmNetworkAttackDataStatDrops, + ltmNetworkAttackDataStatDropsRate, + ltmNetworkAttackDataStatDrops1m, + ltmNetworkAttackDataStatDrops1h, + ltmNetworkAttackDataStatWlCount + } + STATUS current + DESCRIPTION + "A collection of objects of ltmNetworkAttackDataStat MIB." + ::= { bigipLocalTMGroups 150 } + +ltmFwAdminIpRuleStatGroup OBJECT-GROUP + OBJECTS { + ltmFwAdminIpRuleStatNumber, + ltmFwAdminIpRuleStatRuleName, + ltmFwAdminIpRuleStatContainerName, + ltmFwAdminIpRuleStatCounter + } + STATUS current + DESCRIPTION + "A collection of objects of ltmFwAdminIpRuleStat MIB." + ::= { bigipLocalTMGroups 151 } + +ltmFwIpintGlobalStatGroup OBJECT-GROUP + OBJECTS { + ltmFwIpintGlobalStatResetStats, + ltmFwIpintGlobalStatNumber, + ltmFwIpintGlobalStatBlClassName, + ltmFwIpintGlobalStatSrcIpBlacklist, + ltmFwIpintGlobalStatDstIpBlacklist + } + STATUS current + DESCRIPTION + "A collection of objects of ltmFwIpintGlobalStat MIB." + ::= { bigipLocalTMGroups 152 } + +ltmFwIpintVirtualStatGroup OBJECT-GROUP + OBJECTS { + ltmFwIpintVirtualStatResetStats, + ltmFwIpintVirtualStatNumber, + ltmFwIpintVirtualStatContextName, + ltmFwIpintVirtualStatBlClassName, + ltmFwIpintVirtualStatSrcIpBlacklist, + ltmFwIpintVirtualStatDstIpBlacklist + } + STATUS current + DESCRIPTION + "A collection of objects of ltmFwIpintVirtualStat MIB." + ::= { bigipLocalTMGroups 153 } + +ltmFwIpintRouteDomainStatGroup OBJECT-GROUP + OBJECTS { + ltmFwIpintRouteDomainStatResetStats, + ltmFwIpintRouteDomainStatNumber, + ltmFwIpintRouteDomainStatContextName, + ltmFwIpintRouteDomainStatBlClassName, + ltmFwIpintRouteDomainStatSrcIpBlacklist, + ltmFwIpintRouteDomainStatDstIpBlacklist + } + STATUS current + DESCRIPTION + "A collection of objects of ltmFwIpintRouteDomainStat MIB." + ::= { bigipLocalTMGroups 154 } + +ltmRouteDomainStatGroup OBJECT-GROUP + OBJECTS { + ltmRouteDomainStatResetStats, + ltmRouteDomainStatNumber, + ltmRouteDomainStatName, + ltmRouteDomainStatConnLimit, + ltmRouteDomainStatConnectionFlowMiss, + ltmRouteDomainStatClientPktsIn, + ltmRouteDomainStatClientBytesIn, + ltmRouteDomainStatClientPktsOut, + ltmRouteDomainStatClientBytesOut, + ltmRouteDomainStatClientMaxConns, + ltmRouteDomainStatClientTotConns, + ltmRouteDomainStatClientCurConns, + ltmRouteDomainStatClientEvictedConns, + ltmRouteDomainStatClientSlowKilled, + ltmRouteDomainStatServerPktsIn, + ltmRouteDomainStatServerBytesIn, + ltmRouteDomainStatServerPktsOut, + ltmRouteDomainStatServerBytesOut, + ltmRouteDomainStatServerMaxConns, + ltmRouteDomainStatServerTotConns, + ltmRouteDomainStatServerCurConns, + ltmRouteDomainStatServerEvictedConns, + ltmRouteDomainStatServerSlowKilled + } + STATUS current + DESCRIPTION + "A collection of objects of ltmRouteDomainStat MIB." + ::= { bigipLocalTMGroups 155 } + +ltmFlowEvictionPolicyStatGroup OBJECT-GROUP + OBJECTS { + ltmFlowEvictionPolicyStatResetStats, + ltmFlowEvictionPolicyStatNumber, + ltmFlowEvictionPolicyStatPolicyName, + ltmFlowEvictionPolicyStatSweptContext, + ltmFlowEvictionPolicyStatContextName, + ltmFlowEvictionPolicyStatEvicted + } + STATUS current + DESCRIPTION + "A collection of objects of ltmFlowEvictionPolicyStat MIB." + ::= { bigipLocalTMGroups 156 } + +ltmAlgLogProfileGroup OBJECT-GROUP + OBJECTS { + ltmAlgLogProfileNumber, + ltmAlgLogProfileName, + ltmAlgLogProfileDescription, + ltmAlgLogProfileConfigSource, + ltmAlgLogProfileDefaultName, + ltmAlgLogProfileStartControlAction, + ltmAlgLogProfileEndControlAction, + ltmAlgLogProfileStartDataAction, + ltmAlgLogProfileEndDataAction, + ltmAlgLogProfileInboundAction, + ltmAlgLogProfileCsvFormat + } + STATUS current + DESCRIPTION + "A collection of objects of ltmAlgLogProfile MIB." + ::= { bigipLocalTMGroups 157 } + +ltmAlgLogProfileStartControlElementsGroup OBJECT-GROUP + OBJECTS { + ltmAlgLogProfileStartControlElementsNumber, + ltmAlgLogProfileStartControlElementsName, + ltmAlgLogProfileStartControlElementsIndex, + ltmAlgLogProfileStartControlElementsElements + } + STATUS current + DESCRIPTION + "A collection of objects of ltmAlgLogProfileStartControlElements MIB." + ::= { bigipLocalTMGroups 158 } + +ltmAlgLogProfileEndControlElementsGroup OBJECT-GROUP + OBJECTS { + ltmAlgLogProfileEndControlElementsNumber, + ltmAlgLogProfileEndControlElementsName, + ltmAlgLogProfileEndControlElementsIndex, + ltmAlgLogProfileEndControlElementsElements + } + STATUS current + DESCRIPTION + "A collection of objects of ltmAlgLogProfileEndControlElements MIB." + ::= { bigipLocalTMGroups 159 } + +ltmAlgLogProfileStartDataElementsGroup OBJECT-GROUP + OBJECTS { + ltmAlgLogProfileStartDataElementsNumber, + ltmAlgLogProfileStartDataElementsName, + ltmAlgLogProfileStartDataElementsIndex, + ltmAlgLogProfileStartDataElementsElements + } + STATUS current + DESCRIPTION + "A collection of objects of ltmAlgLogProfileStartDataElements MIB." + ::= { bigipLocalTMGroups 160 } + +ltmAlgLogProfileEndDataElementsGroup OBJECT-GROUP + OBJECTS { + ltmAlgLogProfileEndDataElementsNumber, + ltmAlgLogProfileEndDataElementsName, + ltmAlgLogProfileEndDataElementsIndex, + ltmAlgLogProfileEndDataElementsElements + } + STATUS current + DESCRIPTION + "A collection of objects of ltmAlgLogProfileEndDataElements MIB." + ::= { bigipLocalTMGroups 161 } + +ltmLsnLogProfileGroup OBJECT-GROUP + OBJECTS { + ltmLsnLogProfileNumber, + ltmLsnLogProfileName, + ltmLsnLogProfileDescription, + ltmLsnLogProfileConfigSource, + ltmLsnLogProfileDefaultName, + ltmLsnLogProfileStartOutboundAction, + ltmLsnLogProfileEndOutboundAction, + ltmLsnLogProfileStartInboundAction, + ltmLsnLogProfileEndInboundAction, + ltmLsnLogProfileQuotaExceededAction, + ltmLsnLogProfileErrorsAction, + ltmLsnLogProfileCsvFormat + } + STATUS current + DESCRIPTION + "A collection of objects of ltmLsnLogProfile MIB." + ::= { bigipLocalTMGroups 162 } + +ltmLsnLogProfileStartOutboundElementsGroup OBJECT-GROUP + OBJECTS { + ltmLsnLogProfileStartOutboundElementsNumber, + ltmLsnLogProfileStartOutboundElementsName, + ltmLsnLogProfileStartOutboundElementsIndex, + ltmLsnLogProfileStartOutboundElementsElements + } + STATUS current + DESCRIPTION + "A collection of objects of ltmLsnLogProfileStartOutboundElements MIB." + ::= { bigipLocalTMGroups 163 } + +ltmLsnLogProfileEndOutboundElementsGroup OBJECT-GROUP + OBJECTS { + ltmLsnLogProfileEndOutboundElementsNumber, + ltmLsnLogProfileEndOutboundElementsName, + ltmLsnLogProfileEndOutboundElementsIndex, + ltmLsnLogProfileEndOutboundElementsElements + } + STATUS current + DESCRIPTION + "A collection of objects of ltmLsnLogProfileEndOutboundElements MIB." + ::= { bigipLocalTMGroups 164 } + +ltmOcspStaplingParametersGroup OBJECT-GROUP + OBJECTS { + ltmOcspStaplingParametersNumber, + ltmOcspStaplingParametersName, + ltmOcspStaplingParametersUseProxyServer, + ltmOcspStaplingParametersProxyServerPool, + ltmOcspStaplingParametersDnsResolver, + ltmOcspStaplingParametersTrustedCa, + ltmOcspStaplingParametersTrustedResponders, + ltmOcspStaplingParametersUrl, + ltmOcspStaplingParametersSignerCert, + ltmOcspStaplingParametersSignerKey, + ltmOcspStaplingParametersSignHash, + ltmOcspStaplingParametersTimeout, + ltmOcspStaplingParametersClockSkew, + ltmOcspStaplingParametersStatusAge, + ltmOcspStaplingParametersCacheTimeout, + ltmOcspStaplingParametersCacheErrorTimeout, + ltmOcspStaplingParametersStrictRespCertCheck + } + STATUS current + DESCRIPTION + "A collection of objects of ltmOcspStaplingParameters MIB." + ::= { bigipLocalTMGroups 165 } + +ltmFwRuleStatGroup OBJECT-GROUP + OBJECTS { + ltmFwRuleStatNumber, + ltmFwRuleStatContextType, + ltmFwRuleStatContextName, + ltmFwRuleStatRuleName, + ltmFwRuleStatRuleListName, + ltmFwRuleStatPolicyName, + ltmFwRuleStatRuleStatType, + ltmFwRuleStatActualRule, + ltmFwRuleStatCounter, + ltmFwRuleStatLastHitTime, + ltmFwRuleStatLastHitTimeFmt, + ltmFwRuleStatOverlapper, + ltmFwRuleStatOverlapType, + ltmFwRuleStatAction + } + STATUS current + DESCRIPTION + "A collection of objects of ltmFwRuleStat MIB." + ::= { bigipLocalTMGroups 166 } + +ltmFwContextStatGroup OBJECT-GROUP + OBJECTS { + ltmFwContextStatNumber, + ltmFwContextStatContextType, + ltmFwContextStatContextName, + ltmFwContextStatEnforcedPacketsAccept, + ltmFwContextStatEnforcedPacketsAcceptDecisively, + ltmFwContextStatEnforcedPacketsReject, + ltmFwContextStatEnforcedPacketsDrop, + ltmFwContextStatEnforcedPacketsDefaultAccept, + ltmFwContextStatEnforcedPacketsDefaultReject, + ltmFwContextStatEnforcedPacketsDefaultDrop, + ltmFwContextStatStagedPacketsAccept, + ltmFwContextStatStagedPacketsAcceptDecisively, + ltmFwContextStatStagedPacketsReject, + ltmFwContextStatStagedPacketsDrop, + ltmFwContextStatStagedPacketsDefaultAccept, + ltmFwContextStatStagedPacketsDefaultReject, + ltmFwContextStatStagedPacketsDefaultDrop + } + STATUS current + DESCRIPTION + "A collection of objects of ltmFwContextStat MIB." + ::= { bigipLocalTMGroups 167 } + +ltmFwPolicyRuleStatGroup OBJECT-GROUP + OBJECTS { + ltmFwPolicyRuleStatNumber, + ltmFwPolicyRuleStatContextType, + ltmFwPolicyRuleStatContextName, + ltmFwPolicyRuleStatRuleName, + ltmFwPolicyRuleStatRuleListName, + ltmFwPolicyRuleStatPolicyName, + ltmFwPolicyRuleStatRuleStatType, + ltmFwPolicyRuleStatActualRule, + ltmFwPolicyRuleStatCounter, + ltmFwPolicyRuleStatLastHitTime, + ltmFwPolicyRuleStatLastHitTimeFmt, + ltmFwPolicyRuleStatOverlapper, + ltmFwPolicyRuleStatOverlapType + } + STATUS current + DESCRIPTION + "A collection of objects of ltmFwPolicyRuleStat MIB." + ::= { bigipLocalTMGroups 168 } + +ltmTftpProfileGroup OBJECT-GROUP + OBJECTS { + ltmTftpProfileNumber, + ltmTftpProfileName, + ltmTftpProfileConfigSource, + ltmTftpProfileDefaultName, + ltmTftpProfileIdleTimeout, + ltmTftpProfileLogPublisher, + ltmTftpProfileLogProfile + } + STATUS current + DESCRIPTION + "A collection of objects of ltmTftpProfile MIB." + ::= { bigipLocalTMGroups 169 } + +ltmTftpProfileStatGroup OBJECT-GROUP + OBJECTS { + ltmTftpProfileStatResetStats, + ltmTftpProfileStatNumber, + ltmTftpProfileStatName, + ltmTftpProfileStatReadRequests, + ltmTftpProfileStatWriteRequests, + ltmTftpProfileStatDiscardedRequests + } + STATUS current + DESCRIPTION + "A collection of objects of ltmTftpProfileStat MIB." + ::= { bigipLocalTMGroups 170 } + +ltmIpsecalgProfileGroup OBJECT-GROUP + OBJECTS { + ltmIpsecalgProfileNumber, + ltmIpsecalgProfileName, + ltmIpsecalgProfileConfigSource, + ltmIpsecalgProfileDefaultName, + ltmIpsecalgProfileIdleTimeout, + ltmIpsecalgProfilePendingIkeConnectionLimit, + ltmIpsecalgProfileInitialConnectionTimeout, + ltmIpsecalgProfileLogPublisher, + ltmIpsecalgProfileLogProfile + } + STATUS current + DESCRIPTION + "A collection of objects of ltmIpsecalgProfile MIB." + ::= { bigipLocalTMGroups 171 } + +ltmKnownMethodsGroup OBJECT-GROUP + OBJECTS { + ltmKnownMethodsNumber, + ltmKnownMethodsName, + ltmKnownMethodsIndex, + ltmKnownMethodsStr + } + STATUS current + DESCRIPTION + "A collection of objects of ltmHttpProfileKnownMethods MIB." + ::= { bigipLocalTMGroups 172 } + +ltmIpsecalgProfileStatGroup OBJECT-GROUP + OBJECTS { + ltmIpsecalgProfileStatResetStats, + ltmIpsecalgProfileStatNumber, + ltmIpsecalgProfileStatName, + ltmIpsecalgProfileStatIkePackets, + ltmIpsecalgProfileStatTunnelCreates, + ltmIpsecalgProfileStatTunnelTeardowns, + ltmIpsecalgProfileStatFailures, + ltmIpsecalgProfileStatPendingIkeConnectionLimitDrops + } + STATUS current + DESCRIPTION + "A collection of objects of ltmIpsecalgProfileStat MIB." + ::= { bigipLocalTMGroups 173 } + +ltmHttp2ProfileGroup OBJECT-GROUP + OBJECTS { + ltmHttp2ProfileNumber, + ltmHttp2ProfileName, + ltmHttp2ProfileConfigSource, + ltmHttp2ProfileDefaultName, + ltmHttp2ProfileInsertHeader, + ltmHttp2ProfileInsertHeaderName, + ltmHttp2ProfileConcurrentStreamsPerConnection, + ltmHttp2ProfileConnectionIdleTimeout, + ltmHttp2ProfileReceiveWindow, + ltmHttp2ProfileFrameSize, + ltmHttp2ProfileWriteSize, + ltmHttp2ProfileHeaderTableSize, + ltmHttp2ProfileEnforceTlsRequirements, + ltmHttp2ProfileIncludeContentLength + } + STATUS current + DESCRIPTION + "A collection of objects of ltmHttp2Profile MIB." + ::= { bigipLocalTMGroups 174 } + +ltmHttp2ProfileActivationModesGroup OBJECT-GROUP + OBJECTS { + ltmHttp2ProfileActivationModesNumber, + ltmHttp2ProfileActivationModesName, + ltmHttp2ProfileActivationModesIndex, + ltmHttp2ProfileActivationModesActivationModes + } + STATUS current + DESCRIPTION + "A collection of objects of ltmHttp2ProfileActivationModes MIB." + ::= { bigipLocalTMGroups 175 } + +ltmHttp2ProfileStatGroup OBJECT-GROUP + OBJECTS { + ltmHttp2ProfileStatResetStats, + ltmHttp2ProfileStatNumber, + ltmHttp2ProfileStatName, + ltmHttp2ProfileStatConnectionsAccepted, + ltmHttp2ProfileStatConnectionsCurrent, + ltmHttp2ProfileStatConnectionsMax, + ltmHttp2ProfileStatContinuationFramesReceived, + ltmHttp2ProfileStatContinuationFramesSent, + ltmHttp2ProfileStatDataFramesReceived, + ltmHttp2ProfileStatDataFramesSent, + ltmHttp2ProfileStatFlowsCreated, + ltmHttp2ProfileStatFlowsCurrent, + ltmHttp2ProfileStatFlowsMax, + ltmHttp2ProfileStatGoawayFramesReceived, + ltmHttp2ProfileStatGoawayFramesSent, + ltmHttp2ProfileStatHeadersFramesReceived, + ltmHttp2ProfileStatHeadersFramesSent, + ltmHttp2ProfileStatHttp2RequestBytes, + ltmHttp2ProfileStatHttp2RequestFrames, + ltmHttp2ProfileStatHttp2ResponseBytes, + ltmHttp2ProfileStatHttp2ResponseFrames, + ltmHttp2ProfileStatHttpRequestBytes, + ltmHttp2ProfileStatHttpResponseBytes, + ltmHttp2ProfileStatPingFramesReceived, + ltmHttp2ProfileStatPingFramesSent, + ltmHttp2ProfileStatPriorityFramesReceived, + ltmHttp2ProfileStatPriorityFramesSent, + ltmHttp2ProfileStatPushPromiseFramesReceived, + ltmHttp2ProfileStatPushPromiseFramesSent, + ltmHttp2ProfileStatRstStreamFramesReceived, + ltmHttp2ProfileStatRstStreamFramesSent, + ltmHttp2ProfileStatSettingsFramesReceived, + ltmHttp2ProfileStatSettingsFramesSent, + ltmHttp2ProfileStatStreamsCreated, + ltmHttp2ProfileStatStreamsCurrent, + ltmHttp2ProfileStatStreamsMax, + ltmHttp2ProfileStatWindowUpdateFramesReceived, + ltmHttp2ProfileStatWindowUpdateFramesSent + } + STATUS current + DESCRIPTION + "A collection of objects of ltmHttp2ProfileStat MIB." + ::= { bigipLocalTMGroups 176 } + +ltmLsnPoolFailureStatGroup OBJECT-GROUP + OBJECTS { + ltmLsnPoolFailureStatResetStats, + ltmLsnPoolFailureStatNumber, + ltmLsnPoolFailureStatName, + ltmLsnPoolFailureStatFailureCause, + ltmLsnPoolFailureStatFailureCount + } + STATUS current + DESCRIPTION + "A collection of objects of ltmLsnPoolFailureStat MIB." + ::= { bigipLocalTMGroups 177 } + +ltmWebsocketProfileGroup OBJECT-GROUP + OBJECTS { + ltmWebsocketProfileNumber, + ltmWebsocketProfileName, + ltmWebsocketProfileConfigSource, + ltmWebsocketProfileDefaultName, + ltmWebsocketProfileMasking + } + STATUS current + DESCRIPTION + "A collection of objects of ltmWebsocketProfile MIB." + ::= { bigipLocalTMGroups 178 } + +ltmWebsocketProfileStatGroup OBJECT-GROUP + OBJECTS { + ltmWebsocketProfileStatResetStats, + ltmWebsocketProfileStatNumber, + ltmWebsocketProfileStatName, + ltmWebsocketProfileStatConnectionsAccepted, + ltmWebsocketProfileStatConnectionsCurrent, + ltmWebsocketProfileStatConnectionsMax, + ltmWebsocketProfileStatContFramesClientRecv, + ltmWebsocketProfileStatContFramesServerRecv, + ltmWebsocketProfileStatTextFramesClientRecv, + ltmWebsocketProfileStatTextFramesServerRecv, + ltmWebsocketProfileStatBinaryFramesClientRecv, + ltmWebsocketProfileStatBinaryFramesServerRecv, + ltmWebsocketProfileStatCloseFramesClientRecv, + ltmWebsocketProfileStatCloseFramesServerRecv, + ltmWebsocketProfileStatPingFramesClientRecv, + ltmWebsocketProfileStatPingFramesServerRecv, + ltmWebsocketProfileStatPongFramesClientRecv, + ltmWebsocketProfileStatPongFramesServerRecv, + ltmWebsocketProfileStatCloseRsnNormalClientRecv, + ltmWebsocketProfileStatCloseRsnNormalServerRecv, + ltmWebsocketProfileStatCloseRsnEpGoawayClientRecv, + ltmWebsocketProfileStatCloseRsnEpGoawayServerRecv, + ltmWebsocketProfileStatCloseRsnProtErrClientRecv, + ltmWebsocketProfileStatCloseRsnProtErrServerRecv, + ltmWebsocketProfileStatCloseRsnProcErrClientRecv, + ltmWebsocketProfileStatCloseRsnProcErrServerRecv, + ltmWebsocketProfileStatCloseRsnExtFailClientRecv, + ltmWebsocketProfileStatCloseRsnExtFailServerRecv, + ltmWebsocketProfileStatCloseRsnOtherClientRecv, + ltmWebsocketProfileStatCloseRsnOtherServerRecv + } + STATUS current + DESCRIPTION + "A collection of objects of ltmWebsocketProfileStat MIB." + ::= { bigipLocalTMGroups 179 } + +ltmTcpanalyticsProfileGroup OBJECT-GROUP + OBJECTS { + ltmTcpanalyticsProfileNumber, + ltmTcpanalyticsProfileName, + ltmTcpanalyticsProfileConfigSource, + ltmTcpanalyticsProfileDefaultName, + ltmTcpanalyticsProfileCollectedByClientSide, + ltmTcpanalyticsProfileCollectedByServerSide, + ltmTcpanalyticsProfileCollectCity, + ltmTcpanalyticsProfileCollectContinent, + ltmTcpanalyticsProfileCollectCountry, + ltmTcpanalyticsProfileCollectNexthop, + ltmTcpanalyticsProfileCollectPostCode, + ltmTcpanalyticsProfileCollectRegion, + ltmTcpanalyticsProfileCollectRemoteHostIp, + ltmTcpanalyticsProfileCollectRemoteHostSubnet, + ltmTcpanalyticsProfileCollectedStatsInternalLogging, + ltmTcpanalyticsProfileCollectedStatsExternalLogging, + ltmTcpanalyticsProfileExternalLoggingPublisher + } + STATUS current + DESCRIPTION + "A collection of objects of ltmTcpanalyticsProfile MIB." + ::= { bigipLocalTMGroups 180 } + +ltmSplitsessionclientProfileGroup OBJECT-GROUP + OBJECTS { + ltmSplitsessionclientProfileNumber, + ltmSplitsessionclientProfileName, + ltmSplitsessionclientProfileConfigSource, + ltmSplitsessionclientProfileDefaultName, + ltmSplitsessionclientProfilePeerIp, + ltmSplitsessionclientProfilePeerPort + } + STATUS current + DESCRIPTION + "A collection of objects of ltmSplitsessionclientProfile MIB." + ::= { bigipLocalTMGroups 181 } + +ltmSplitsessionclientProfileStatGroup OBJECT-GROUP + OBJECTS { + ltmSplitsessionclientProfileStatResetStats, + ltmSplitsessionclientProfileStatNumber, + ltmSplitsessionclientProfileStatName, + ltmSplitsessionclientProfileStatConnectionsAccepted, + ltmSplitsessionclientProfileStatConnectionsCurrent, + ltmSplitsessionclientProfileStatConnectionsMax, + ltmSplitsessionclientProfileStatConnPeerActive, + ltmSplitsessionclientProfileStatConnPeerTimeout, + ltmSplitsessionclientProfileStatConnPeerReset, + ltmSplitsessionclientProfileStatPeerMsgRecd, + ltmSplitsessionclientProfileStatPeerMsgSent + } + STATUS current + DESCRIPTION + "A collection of objects of ltmSplitsessionclientProfileStat MIB." + ::= { bigipLocalTMGroups 182 } + +ltmSplitsessionserverProfileGroup OBJECT-GROUP + OBJECTS { + ltmSplitsessionserverProfileNumber, + ltmSplitsessionserverProfileName, + ltmSplitsessionserverProfileConfigSource, + ltmSplitsessionserverProfileDefaultName, + ltmSplitsessionserverProfileListenIp, + ltmSplitsessionserverProfileListenPort + } + STATUS current + DESCRIPTION + "A collection of objects of ltmSplitsessionserverProfile MIB." + ::= { bigipLocalTMGroups 183 } + +ltmSplitsessionserverProfileStatGroup OBJECT-GROUP + OBJECTS { + ltmSplitsessionserverProfileStatResetStats, + ltmSplitsessionserverProfileStatNumber, + ltmSplitsessionserverProfileStatName, + ltmSplitsessionserverProfileStatConnectionsAccepted, + ltmSplitsessionserverProfileStatConnectionsCurrent, + ltmSplitsessionserverProfileStatConnectionsMax, + ltmSplitsessionserverProfileStatConnPeerActive, + ltmSplitsessionserverProfileStatConnPeerTimeout, + ltmSplitsessionserverProfileStatConnPeerReset, + ltmSplitsessionserverProfileStatPeerMsgRecd, + ltmSplitsessionserverProfileStatPeerMsgSent + } + STATUS current + DESCRIPTION + "A collection of objects of ltmSplitsessionserverProfileStat MIB." + ::= { bigipLocalTMGroups 184 } + +ltmHttpProxyConnectProfileGroup OBJECT-GROUP + OBJECTS { + ltmHttpProxyConnectProfileNumber, + ltmHttpProxyConnectProfileName, + ltmHttpProxyConnectProfileConfigSource, + ltmHttpProxyConnectProfileDefaultName, + ltmHttpProxyConnectProfileDefaultState + } + STATUS current + DESCRIPTION + "A collection of objects of ltmHttpProxyConnectProfile MIB." + ::= { bigipLocalTMGroups 185 } + +ltmHttpProxyConnectProfileStatGroup OBJECT-GROUP + OBJECTS { + ltmHttpProxyConnectProfileStatResetStats, + ltmHttpProxyConnectProfileStatNumber, + ltmHttpProxyConnectProfileStatName, + ltmHttpProxyConnectProfileStatResp2xxCnt, + ltmHttpProxyConnectProfileStatResp3xxCnt, + ltmHttpProxyConnectProfileStatResp4xxCnt, + ltmHttpProxyConnectProfileStatResp5xxCnt, + ltmHttpProxyConnectProfileStatRespOtherCnt, + ltmHttpProxyConnectProfileStatV9Resp, + ltmHttpProxyConnectProfileStatV10Resp, + ltmHttpProxyConnectProfileStatV11Resp, + ltmHttpProxyConnectProfileStatProxyConnReqs + } + STATUS current + DESCRIPTION + "A collection of objects of ltmHttpProxyConnectProfileStat MIB." + ::= { bigipLocalTMGroups 186 } + +ltmDiametersessionProfileGroup OBJECT-GROUP + OBJECTS { + ltmDiametersessionProfileNumber, + ltmDiametersessionProfileName, + ltmDiametersessionProfileConfigSource, + ltmDiametersessionProfileDefaultName, + ltmDiametersessionProfileRouteUnconfiguredPeers, + ltmDiametersessionProfileHandshakeTimeout, + ltmDiametersessionProfileMaxRetransmissions, + ltmDiametersessionProfileMaxWatchdogFailures, + ltmDiametersessionProfileResetOnTimeout, + ltmDiametersessionProfileRetransmissionTimeout, + ltmDiametersessionProfileRetransmissionAction, + ltmDiametersessionProfileArrayRetransmissionErrorCode, + ltmDiametersessionProfileRetransmissionQueueMaxMessages, + ltmDiametersessionProfileRetransmissionQueueMaxBytes, + ltmDiametersessionProfileRetransmissionQueueLimitHigh, + ltmDiametersessionProfileRetransmissionQueueLimitLow, + ltmDiametersessionProfileDiscardUnroutable, + ltmDiametersessionProfileWatchdogTimeout, + ltmDiametersessionProfileMaxMessageSize, + ltmDiametersessionProfilePersistType, + ltmDiametersessionProfilePersistAvp, + ltmDiametersessionProfilePersistTimeout, + ltmDiametersessionProfileOriginHostRewrite, + ltmDiametersessionProfileOriginRealmRewrite, + ltmDiametersessionProfileDestHostRewrite, + ltmDiametersessionProfileDestRealmRewrite, + ltmDiametersessionProfileOriginHost, + ltmDiametersessionProfileOriginRealm, + ltmDiametersessionProfileHostIpAddress, + ltmDiametersessionProfileVendorId, + ltmDiametersessionProfileProductName, + ltmDiametersessionProfileAuthApplicationId, + ltmDiametersessionProfileAcctApplicationId, + ltmDiametersessionProfileArrayAuthApplicationId, + ltmDiametersessionProfileArrayAcctApplicationId, + ltmDiametersessionProfileVendorSpecificVendorId, + ltmDiametersessionProfileVendorSpecificAuthApplicationId, + ltmDiametersessionProfileVendorSpecificAcctApplicationId + } + STATUS current + DESCRIPTION + "A collection of objects of ltmDiametersessionProfile MIB." + ::= { bigipLocalTMGroups 187 } + +ltmDiametersessionProfileStatGroup OBJECT-GROUP + OBJECTS { + ltmDiametersessionProfileStatResetStats, + ltmDiametersessionProfileStatNumber, + ltmDiametersessionProfileStatName, + ltmDiametersessionProfileStatVsName, + ltmDiametersessionProfileStatTotCapExcReq, + ltmDiametersessionProfileStatTotCapExcAns, + ltmDiametersessionProfileStatTotDeviceWatchdogRequests, + ltmDiametersessionProfileStatTotDeviceWatchdogAnswers, + ltmDiametersessionProfileStatTotDisconnectPeerRequests, + ltmDiametersessionProfileStatTotDisconnectPeerAnswers, + ltmDiametersessionProfileStatTotAccountingRequests, + ltmDiametersessionProfileStatTotAccountingAnswers, + ltmDiametersessionProfileStatTotCreditControlRequests, + ltmDiametersessionProfileStatTotCreditControlAnswers, + ltmDiametersessionProfileStatTotUserAuthorizationRequests, + ltmDiametersessionProfileStatTotUserAuthorizationAnswers, + ltmDiametersessionProfileStatTotOtherRequests, + ltmDiametersessionProfileStatTotOtherAnswers, + ltmDiametersessionProfileStatTotBadMessages, + ltmDiametersessionProfileStatTotRejectedUnconfiguredPeers, + ltmDiametersessionProfileStatCurReqQueuedForRetrans, + ltmDiametersessionProfileStatTotRetransReturnedBusy, + ltmDiametersessionProfileStatTotRetransReturnedUnavail, + ltmDiametersessionProfileStatTotRetransReqRetransmitted, + ltmDiametersessionProfileStatTotRetransmissionTimeout, + ltmDiametersessionProfileStatTotRetransmissionErrorCode, + ltmDiametersessionProfileStatTotRetransmissionIrule + } + STATUS current + DESCRIPTION + "A collection of objects of ltmDiametersessionProfileStat MIB." + ::= { bigipLocalTMGroups 188 } + +ltmDiameterrouterProfileGroup OBJECT-GROUP + OBJECTS { + ltmDiameterrouterProfileNumber, + ltmDiameterrouterProfileName, + ltmDiameterrouterProfileConfigSource, + ltmDiameterrouterProfileDefaultName, + ltmDiameterrouterProfileMirrored, + ltmDiameterrouterProfileTrafficGroup, + ltmDiameterrouterProfileSupportedApplications, + ltmDiameterrouterProfileIgnorePeerPort, + ltmDiameterrouterProfileMaxPendingMessages, + ltmDiameterrouterProfileMaxPendingBytes, + ltmDiameterrouterProfileHaMsgSweeperInterval, + ltmDiameterrouterProfilePendingReqSweeperInterval, + ltmDiameterrouterProfileUseLocalConnection, + ltmDiameterrouterProfileTransactionTimeout, + ltmDiameterrouterProfileMaxRetries + } + STATUS current + DESCRIPTION + "A collection of objects of ltmDiameterrouterProfile MIB." + ::= { bigipLocalTMGroups 189 } + +ltmDiameterrouterProfileStatGroup OBJECT-GROUP + OBJECTS { + ltmDiameterrouterProfileStatResetStats, + ltmDiameterrouterProfileStatNumber, + ltmDiameterrouterProfileStatName, + ltmDiameterrouterProfileStatVsName, + ltmDiameterrouterProfileStatCurPendingRequests, + ltmDiameterrouterProfileStatTotExpiredPendingRequests, + ltmDiameterrouterProfileStatTotDroppedUnexpectedAnswers, + ltmDiameterrouterProfileStatTotDroppedLateAnswers + } + STATUS current + DESCRIPTION + "A collection of objects of ltmDiameterrouterProfileStat MIB." + ::= { bigipLocalTMGroups 190 } + +ltmServerSslProfileC3dCertExtensionCustomOidsGroup OBJECT-GROUP + OBJECTS { + ltmServerSslProfileC3dCertExtensionCustomOidsNumber, + ltmServerSslProfileC3dCertExtensionCustomOidsServerssl, + ltmServerSslProfileC3dCertExtensionCustomOidsIndex, + ltmServerSslProfileC3dCertExtensionCustomOidsOid + } + STATUS current + DESCRIPTION + "A collection of objects of ltmServerSslProfileC3dCertExtensionCustomOids MIB." + ::= { bigipLocalTMGroups 191 } + +ltmFwNatDynamicPoolGroup OBJECT-GROUP + OBJECTS { + ltmFwNatDynamicPoolNumber, + ltmFwNatDynamicPoolName, + ltmFwNatDynamicPoolDescription, + ltmFwNatDynamicPoolAddressCount, + ltmFwNatDynamicPoolPortCount, + ltmFwNatDynamicPoolAddrFamily, + ltmFwNatDynamicPoolType, + ltmFwNatDynamicPoolPatMode, + ltmFwNatDynamicPoolInboundMode, + ltmFwNatDynamicPoolMappingMode, + ltmFwNatDynamicPoolMappingTimeout, + ltmFwNatDynamicPoolBlockLifetime, + ltmFwNatDynamicPoolBlockIdleTimeout, + ltmFwNatDynamicPoolZombieTimeout, + ltmFwNatDynamicPoolBlockSize, + ltmFwNatDynamicPoolClientBlockLimit, + ltmFwNatDynamicPoolRouteAdvertisement, + ltmFwNatDynamicPoolProxyArp, + ltmFwNatDynamicPoolHairpinMode, + ltmFwNatDynamicPoolIcmpEcho, + ltmFwNatDynamicPoolClientConnectionLimit, + ltmFwNatDynamicPoolEgressInterfacesEnabled, + ltmFwNatDynamicPoolTrafficGroup, + ltmFwNatDynamicPoolPcpName, + ltmFwNatDynamicPoolPcpSelfipName, + ltmFwNatDynamicPoolDsliteTunnel, + ltmFwNatDynamicPoolPcpEpoch + } + STATUS current + DESCRIPTION + "A collection of objects of ltmFwNatDynamicPool MIB." + ::= { bigipLocalTMGroups 192 } + +ltmFwNatDynamicPoolStatGroup OBJECT-GROUP + OBJECTS { + ltmFwNatDynamicPoolStatResetStats, + ltmFwNatDynamicPoolStatNumber, + ltmFwNatDynamicPoolStatName, + ltmFwNatDynamicPoolStatLsnTranslationRequests, + ltmFwNatDynamicPoolStatLsnHairpinConnectionRequests, + ltmFwNatDynamicPoolStatLsnActiveTranslations, + ltmFwNatDynamicPoolStatLsnActiveHairpinConnections, + ltmFwNatDynamicPoolStatLsnTranslationRequestFailures, + ltmFwNatDynamicPoolStatLsnPersistenceMappingFailures, + ltmFwNatDynamicPoolStatLsnHairpinConnectionFailures, + ltmFwNatDynamicPoolStatLsnBackupPoolTranslations, + ltmFwNatDynamicPoolStatLsnActiveEndPoints, + ltmFwNatDynamicPoolStatLsnEndPoints, + ltmFwNatDynamicPoolStatLsnEndPointsHighValue, + ltmFwNatDynamicPoolStatPbaActivePortBlocks, + ltmFwNatDynamicPoolStatPbaActiveClientsReachedLimit, + ltmFwNatDynamicPoolStatPbaActiveZombiePortBlocks, + ltmFwNatDynamicPoolStatPbaPortBlockAllocations, + ltmFwNatDynamicPoolStatPbaPortBlockAllocationFailures, + ltmFwNatDynamicPoolStatPbaPortBlockDeallocations, + ltmFwNatDynamicPoolStatPbaClientsReachedLimit, + ltmFwNatDynamicPoolStatPbaZombiePortBlocksCreated, + ltmFwNatDynamicPoolStatPbaZombiePortBlocksDeleted, + ltmFwNatDynamicPoolStatPbaZombiePortBlockConnsKilled, + ltmFwNatDynamicPoolStatPcpAnnounceRequests, + ltmFwNatDynamicPoolStatPcpAnnounceResponsesUcast, + ltmFwNatDynamicPoolStatPcpAnnounceResponsesMulticast, + ltmFwNatDynamicPoolStatPcpMapRequests, + ltmFwNatDynamicPoolStatPcpMapResponses, + ltmFwNatDynamicPoolStatPcpPeerRequests, + ltmFwNatDynamicPoolStatPcpPeerResponses, + ltmFwNatDynamicPoolStatPcpErrorsInvalidRequest, + ltmFwNatDynamicPoolStatPcpErrorsUnavailableResource, + ltmFwNatDynamicPoolStatPcpErrorsNotAuthorized, + ltmFwNatDynamicPoolStatPcpErrorsOther + } + STATUS current + DESCRIPTION + "A collection of objects of ltmFwNatDynamicPoolStat MIB." + ::= { bigipLocalTMGroups 193 } + +ltmFwNatDynamicPoolFailureStatGroup OBJECT-GROUP + OBJECTS { + ltmFwNatDynamicPoolFailureStatResetStats, + ltmFwNatDynamicPoolFailureStatNumber, + ltmFwNatDynamicPoolFailureStatName, + ltmFwNatDynamicPoolFailureStatFailureCause, + ltmFwNatDynamicPoolFailureStatFailureCount + } + STATUS current + DESCRIPTION + "A collection of objects of ltmFwNatDynamicPoolFailureStat MIB." + ::= { bigipLocalTMGroups 194 } +END diff --git a/MIBS/f5/F5-BIGIP-SYSTEM-MIB b/MIBS/f5/F5-BIGIP-SYSTEM-MIB new file mode 100644 index 0000000..24a22eb --- /dev/null +++ b/MIBS/f5/F5-BIGIP-SYSTEM-MIB @@ -0,0 +1,25801 @@ + +F5-BIGIP-SYSTEM-MIB DEFINITIONS ::= BEGIN +--================================================================ +-- F5-BIGIP-SYSTEM-MIB +-- A private enterprise MIB for F5 traffic management +-- systems. +-- VERSION: 14.1.2.7 +--================================================================ + +IMPORTS + OBJECT-TYPE, NOTIFICATION-TYPE, MODULE-IDENTITY, + Opaque, enterprises, Counter32, Counter64, TimeTicks + FROM SNMPv2-SMI + + Gauge + FROM RFC1155-SMI + + TEXTUAL-CONVENTION, MacAddress + FROM SNMPv2-TC + + OBJECT-GROUP, MODULE-COMPLIANCE + FROM SNMPv2-CONF + + InetAddress, InetAddressType, InetPortNumber + FROM INET-ADDRESS-MIB + + bigipTrafficMgmt, bigipCompliances, bigipGroups, LongDisplayString + FROM F5-BIGIP-COMMON-MIB; + +--================================================================ +bigipSystem MODULE-IDENTITY + LAST-UPDATED "202003311355Z" -- Tue Mar 31 13:55:01 UTC 2020 + ORGANIZATION "F5 Networks, Inc." + CONTACT-INFO + "postal: F5 Networks, Inc. + 401 Elliott Ave. West + Seattle, WA 98119 + phone: (206) 272-5555 + email: support@f5.com" + + DESCRIPTION + "Top-level infrastructure of the F5 enterprise MIB tree." + ::= { bigipTrafficMgmt 1 } + +--================================================================ + +--bigipSystem +sysGlobals OBJECT IDENTIFIER ::= { bigipSystem 1 } +sysNetwork OBJECT IDENTIFIER ::= { bigipSystem 2 } +sysPlatform OBJECT IDENTIFIER ::= { bigipSystem 3 } +sysProduct OBJECT IDENTIFIER ::= { bigipSystem 4 } +sysSubMemory OBJECT IDENTIFIER ::= { bigipSystem 5 } +sysSystem OBJECT IDENTIFIER ::= { bigipSystem 6 } +sysHostInfoStat OBJECT IDENTIFIER ::= { bigipSystem 7 } +sysSystemStat OBJECT IDENTIFIER ::= { bigipSystem 8 } +sysSoftware OBJECT IDENTIFIER ::= { bigipSystem 9 } +sysClusters OBJECT IDENTIFIER ::= { bigipSystem 10 } +sysModules OBJECT IDENTIFIER ::= { bigipSystem 11 } +sysProcess OBJECT IDENTIFIER ::= { bigipSystem 12 } +sysVCMP OBJECT IDENTIFIER ::= { bigipSystem 13 } +sysCM OBJECT IDENTIFIER ::= { bigipSystem 14 } +sysCrypto OBJECT IDENTIFIER ::= { bigipSystem 15 } + + +--sysNetwork +sysAdmin OBJECT IDENTIFIER ::= { sysNetwork 1 } +sysArpNdp OBJECT IDENTIFIER ::= { sysNetwork 2} +sysDot1dBridge OBJECT IDENTIFIER ::= { sysNetwork 3 } +sysInterfaces OBJECT IDENTIFIER ::= { sysNetwork 4 } +sysL2 OBJECT IDENTIFIER ::= { sysNetwork 5 } +sysPacketFilters OBJECT IDENTIFIER ::= { sysNetwork 6 } +sysRoute OBJECT IDENTIFIER ::= { sysNetwork 7 } +sysSelfIps OBJECT IDENTIFIER ::= { sysNetwork 8 } +sysSelfPorts OBJECT IDENTIFIER ::= { sysNetwork 9 } +sysSpanningTree OBJECT IDENTIFIER ::= { sysNetwork 10 } +sysTransmission OBJECT IDENTIFIER ::= { sysNetwork 11 } +sysTrunks OBJECT IDENTIFIER ::= { sysNetwork 12 } +sysVlans OBJECT IDENTIFIER ::= { sysNetwork 13 } +sysDevice OBJECT IDENTIFIER ::= { sysNetwork 14 } +sysTunnels OBJECT IDENTIFIER ::= { sysNetwork 15 } +sysLldp OBJECT IDENTIFIER ::= { sysNetwork 16 } +sysIPsec OBJECT IDENTIFIER ::= { sysNetwork 17 } + +--sysGlobals +sysGlobalAttrs OBJECT IDENTIFIER ::= { sysGlobals 1 } +sysGlobalStats OBJECT IDENTIFIER ::= { sysGlobals 2 } + +--sysGlobalAttrs +sysGlobalAttr OBJECT IDENTIFIER ::= { sysGlobalAttrs 1 } + +--sysGlobalStats +sysGlobalStat OBJECT IDENTIFIER ::= { sysGlobalStats 1 } +sysGlobalAuthStat OBJECT IDENTIFIER ::= { sysGlobalStats 2 } +sysGlobalConnPoolStat OBJECT IDENTIFIER ::= { sysGlobalStats 3 } +sysGlobalHttpStat OBJECT IDENTIFIER ::= { sysGlobalStats 4 } +sysGlobalIcmpStat OBJECT IDENTIFIER ::= { sysGlobalStats 5 } +sysGlobalIcmp6Stat OBJECT IDENTIFIER ::= { sysGlobalStats 6 } +sysGlobalIpStat OBJECT IDENTIFIER ::= { sysGlobalStats 7 } +sysGlobalIp6Stat OBJECT IDENTIFIER ::= { sysGlobalStats 8 } +sysGlobalClientSslStat OBJECT IDENTIFIER ::= { sysGlobalStats 9 } +sysGlobalServerSslStat OBJECT IDENTIFIER ::= { sysGlobalStats 10 } +sysGlobalStreamStat OBJECT IDENTIFIER ::= { sysGlobalStats 11 } +sysGlobalTcpStat OBJECT IDENTIFIER ::= { sysGlobalStats 12 } +sysGlobalUdpStat OBJECT IDENTIFIER ::= { sysGlobalStats 13 } +sysGlobalFastHttpStat OBJECT IDENTIFIER ::= { sysGlobalStats 14 } +sysGlobalXmlStat OBJECT IDENTIFIER ::= { sysGlobalStats 15 } +sysGlobalIiopStat OBJECT IDENTIFIER ::= { sysGlobalStats 16 } +sysGlobalRtspStat OBJECT IDENTIFIER ::= { sysGlobalStats 17 } +sysGlobalSctpStat OBJECT IDENTIFIER ::= { sysGlobalStats 18 } +sysGlobalFastL4Stat OBJECT IDENTIFIER ::= { sysGlobalStats 19 } +sysGlobalHost OBJECT IDENTIFIER ::= { sysGlobalStats 20 } +sysGlobalTmmStat OBJECT IDENTIFIER ::= { sysGlobalStats 21 } +sysGlobalHttpCompressionStat OBJECT IDENTIFIER ::= { sysGlobalStats 22 } +sysGlobalWebAccelerationStat OBJECT IDENTIFIER ::= { sysGlobalStats 23 } +sysGlobalDnsStat OBJECT IDENTIFIER ::= { sysGlobalStats 24 } +sysGlobalLsnPoolStat OBJECT IDENTIFIER ::= { sysGlobalStats 25 } +sysGlobalFtpStat OBJECT IDENTIFIER ::= { sysGlobalStats 26 } +sysGlobalSipStat OBJECT IDENTIFIER ::= { sysGlobalStats 27 } +sysGlobalPptpStat OBJECT IDENTIFIER ::= { sysGlobalStats 28 } +sysGlobalPcpStat OBJECT IDENTIFIER ::= { sysGlobalStats 29 } +sysGlobalDnsServerStat OBJECT IDENTIFIER ::= { sysGlobalStats 30 } +sysGlobalMptcpStat OBJECT IDENTIFIER ::= { sysGlobalStats 31 } +sysGlobalTftpStat OBJECT IDENTIFIER ::= { sysGlobalStats 32 } +sysGlobalLsnPoolFailureStat OBJECT IDENTIFIER ::= { sysGlobalStats 33 } +sysGlobalIpsecalgStat OBJECT IDENTIFIER ::= { sysGlobalStats 34 } +sysGlobalDiametersessionStat OBJECT IDENTIFIER ::= { sysGlobalStats 35 } +sysGlobalDiameterrouterStat OBJECT IDENTIFIER ::= { sysGlobalStats 36 } +sysGlobalFwNatDynamicPoolStat OBJECT IDENTIFIER ::= { sysGlobalStats 39 } +sysGlobalFwNatDynamicPoolFailureStat OBJECT IDENTIFIER ::= { sysGlobalStats 40 } + +--sysAdmin +sysAdminIp OBJECT IDENTIFIER ::= { sysAdmin 1 } + +--sysDevice +sysSysDevice OBJECT IDENTIFIER ::= { sysDevice 1 } +sysUnicastAddr OBJECT IDENTIFIER ::= { sysDevice 2 } +sysSysDeviceActiveModules OBJECT IDENTIFIER ::= { sysDevice 4 } +sysSysDeviceInactiveModules OBJECT IDENTIFIER ::= { sysDevice 5 } +sysSysDeviceOptionalModules OBJECT IDENTIFIER ::= { sysDevice 6 } +sysSysDeviceTimelimitedModules OBJECT IDENTIFIER ::= { sysDevice 7 } + +--sysPlatform +sysCpu OBJECT IDENTIFIER ::= { sysPlatform 1 } +sysChassis OBJECT IDENTIFIER ::= { sysPlatform 2 } +sysGeneral OBJECT IDENTIFIER ::= { sysPlatform 3 } +sysDeviceModelOIDs OBJECT IDENTIFIER ::= { sysPlatform 4 } +sysPlatformInfo OBJECT IDENTIFIER ::= { sysPlatform 5 } +sysCpuSensor OBJECT IDENTIFIER ::= { sysPlatform 6 } + +sysChassisFan OBJECT IDENTIFIER ::= { sysChassis 1 } +sysChassisPowerSupply OBJECT IDENTIFIER ::= { sysChassis 2 } +sysChassisTemp OBJECT IDENTIFIER ::= { sysChassis 3 } +sysBladeTemp OBJECT IDENTIFIER ::= { sysChassis 4 } +sysBladeVoltage OBJECT IDENTIFIER ::= { sysChassis 5 } + +-- sysArpNdp +sysArpStaticEntry OBJECT IDENTIFIER ::= { sysArpNdp 1 } + +-- sysDot1dBridge +sysDot1dbaseStat OBJECT IDENTIFIER ::= { sysDot1dBridge 1 } +sysDot1dbaseStatPort OBJECT IDENTIFIER ::= { sysDot1dBridge 2 } + +--sysInterfaces +sysInterface OBJECT IDENTIFIER ::= { sysInterfaces 1 } +sysInterfaceMediaOptions OBJECT IDENTIFIER ::= { sysInterfaces 2 } +sysInterfaceId OBJECT IDENTIFIER ::= { sysInterfaces 3 } +sysInterfaceStat OBJECT IDENTIFIER ::= { sysInterfaces 4 } +sysIfxStat OBJECT IDENTIFIER ::= { sysInterfaces 5 } +sysInterfaceMediaSfp OBJECT IDENTIFIER ::= { sysInterfaces 6 } +sysSwitchDdmStat OBJECT IDENTIFIER ::= { sysInterfaces 7 } + +-- sysL2 +sysL2Forward OBJECT IDENTIFIER ::= { sysL2 1 } +sysL2ForwardStat OBJECT IDENTIFIER ::= { sysL2 2 } +sysL2ForwardAttr OBJECT IDENTIFIER ::= { sysL2 3 } + +--sysPacketFilters +sysPacketFilter OBJECT IDENTIFIER ::= { sysPacketFilters 1 } +sysPacketFilterAddress OBJECT IDENTIFIER ::= { sysPacketFilters 2 } +sysPacketFilterVlan OBJECT IDENTIFIER ::= { sysPacketFilters 3 } +sysPacketFilterMac OBJECT IDENTIFIER ::= { sysPacketFilters 4 } +sysPacketFilterStat OBJECT IDENTIFIER ::= { sysPacketFilters 5 } + +-- sysRoute +sysRouteMgmtEntry OBJECT IDENTIFIER ::= { sysRoute 1 } +sysRouteStaticEntry OBJECT IDENTIFIER ::= { sysRoute 2 } + +--sysSelfIps +sysSelfIp OBJECT IDENTIFIER ::= { sysSelfIps 1 } + +--sysSelfPorts +sysSelfPort OBJECT IDENTIFIER ::= { sysSelfPorts 1 } +sysSelfPortDefault OBJECT IDENTIFIER ::= { sysSelfPorts 2 } + +--sysSpanningTree +sysStp OBJECT IDENTIFIER ::= { sysSpanningTree 1 } +sysStpGlobals OBJECT IDENTIFIER ::= { sysSpanningTree 2 } +sysStpInterfaceMbr OBJECT IDENTIFIER ::= { sysSpanningTree 3 } +sysStpVlanMbr OBJECT IDENTIFIER ::= { sysSpanningTree 4 } +sysStpBridgeStat OBJECT IDENTIFIER ::= { sysSpanningTree 5 } +sysStpBridgeTreeStat OBJECT IDENTIFIER ::= { sysSpanningTree 6 } +sysStpInterfaceStat OBJECT IDENTIFIER ::= { sysSpanningTree 7 } +sysStpInterfaceTreeStat OBJECT IDENTIFIER ::= { sysSpanningTree 8 } +sysStpGlobals2 OBJECT IDENTIFIER ::= { sysSpanningTree 9 } + +--sysTransmission +sysDot3Stat OBJECT IDENTIFIER ::= { sysTransmission 1 } + +--sysTrunks +sysTrunk OBJECT IDENTIFIER ::= { sysTrunks 1 } +sysTrunkStat OBJECT IDENTIFIER ::= { sysTrunks 2 } +sysTrunkCfgMember OBJECT IDENTIFIER ::= { sysTrunks 3 } + +--sysVlans +sysVlan OBJECT IDENTIFIER ::= { sysVlans 1 } +sysVlanMember OBJECT IDENTIFIER ::= { sysVlans 2 } +sysVlanGroup OBJECT IDENTIFIER ::= { sysVlans 3 } +sysVlanGroupMbr OBJECT IDENTIFIER ::= { sysVlans 4 } +sysProxyExclusion OBJECT IDENTIFIER ::= { sysVlans 5 } +sysVlanStat OBJECT IDENTIFIER ::= { sysVlans 6 } +sysVlanxStat OBJECT IDENTIFIER ::= { sysVlans 7 } + +--sysTunnels +sysFecStat OBJECT IDENTIFIER ::= { sysTunnels 1 } + +--sysHostInfoStat +sysHostMemory OBJECT IDENTIFIER ::= { sysHostInfoStat 1 } +sysHostCpu OBJECT IDENTIFIER ::= { sysHostInfoStat 2 } +sysHostDisk OBJECT IDENTIFIER ::= { sysHostInfoStat 3 } +sysMultiHost OBJECT IDENTIFIER ::= { sysHostInfoStat 4 } +sysMultiHostCpu OBJECT IDENTIFIER ::= { sysHostInfoStat 5 } +sysLogicalDisk OBJECT IDENTIFIER ::= { sysHostInfoStat 6 } +sysPhysicalDisk OBJECT IDENTIFIER ::= { sysHostInfoStat 7 } +sysDiskBay OBJECT IDENTIFIER ::= { sysHostInfoStat 8 } +sysLogicalDiskMembers OBJECT IDENTIFIER ::= { sysHostInfoStat 9 } + +--sysSoftware +sysSoftwareVolume OBJECT IDENTIFIER ::= { sysSoftware 1 } +sysSoftwareImage OBJECT IDENTIFIER ::= { sysSoftware 2 } +sysSoftwareHotfix OBJECT IDENTIFIER ::= { sysSoftware 3 } +sysSoftwareStatus OBJECT IDENTIFIER ::= { sysSoftware 4 } + +--sysSystemStat +sysPvaStat OBJECT IDENTIFIER ::= { sysSystemStat 1 } +sysTmmStat OBJECT IDENTIFIER ::= { sysSystemStat 2 } +sysTmmProcStat OBJECT IDENTIFIER ::= { sysSystemStat 3 } +sysTmmPagesStat OBJECT IDENTIFIER ::= { sysSystemStat 4 } + +--sysClusters +sysCluster OBJECT IDENTIFIER ::= { sysClusters 1 } +sysClusterMbr OBJECT IDENTIFIER ::= { sysClusters 2 } +sysChassisSlot OBJECT IDENTIFIER ::= { sysClusters 3 } + +--sysModules +sysModuleAllocation OBJECT IDENTIFIER ::= { sysModules 1 } + +--sysProcess +sysProcPidStat OBJECT IDENTIFIER ::= { sysProcess 1 } +sysPlaneStat OBJECT IDENTIFIER ::= { sysProcess 2 } + +--sysVCMP +sysVcmp OBJECT IDENTIFIER ::= { sysVCMP 1 } +sysVcmpCpuCore OBJECT IDENTIFIER ::= { sysVCMP 2 } +sysVcmpVlan OBJECT IDENTIFIER ::= { sysVCMP 3 } +sysVcmpStat OBJECT IDENTIFIER ::= { sysVCMP 4 } +sysVcmpAssignedSlots OBJECT IDENTIFIER ::= { sysVCMP 5 } +sysVcmpAllowedSlots OBJECT IDENTIFIER ::= { sysVCMP 6 } +sysVirtualDisk OBJECT IDENTIFIER ::= { sysVCMP 7 } + +--sysCM +sysCmSyncStatus OBJECT IDENTIFIER ::= { sysCM 1 } +sysCmSyncStatusDetails OBJECT IDENTIFIER ::= { sysCM 2 } +sysCmFailoverStatus OBJECT IDENTIFIER ::= { sysCM 3 } +sysCmFailoverStatusDetails OBJECT IDENTIFIER ::= { sysCM 4 } +sysCmTrafficGroupStatus OBJECT IDENTIFIER ::= { sysCM 5 } + +--sysCrypto +sysCertificateFileObject OBJECT IDENTIFIER ::= { sysCrypto 1 } +sysCertValidatorOcsp OBJECT IDENTIFIER ::= { sysCrypto 2 } +sysJoinCertValidator OBJECT IDENTIFIER ::= { sysCrypto 3 } +sysCertValidatorOcspStat OBJECT IDENTIFIER ::= { sysCrypto 4 } +sysCertStatusObject OBJECT IDENTIFIER ::= { sysCrypto 5 } +sysCertOrderManager OBJECT IDENTIFIER ::= { sysCrypto 6 } +sysCertOrderManagerStat OBJECT IDENTIFIER ::= { sysCrypto 7 } +sysJoinCertOrderManager OBJECT IDENTIFIER ::= { sysCrypto 8 } +sysJoinCertOrderManagerStat OBJECT IDENTIFIER ::= { sysCrypto 9 } + +--sysLldp +sysLldpNeighbors OBJECT IDENTIFIER ::= { sysLldp 1 } + +--sysIPsec +sysIpsecSpdStat OBJECT IDENTIFIER ::= { sysIPsec 1 } + +bigip520 OBJECT IDENTIFIER ::= { sysDeviceModelOIDs 1 } +bigip540 OBJECT IDENTIFIER ::= { sysDeviceModelOIDs 2 } +bigip1000 OBJECT IDENTIFIER ::= { sysDeviceModelOIDs 3 } +bigip1500 OBJECT IDENTIFIER ::= { sysDeviceModelOIDs 4 } +bigip2400 OBJECT IDENTIFIER ::= { sysDeviceModelOIDs 5 } +bigip3400 OBJECT IDENTIFIER ::= { sysDeviceModelOIDs 6 } +bigip4100 OBJECT IDENTIFIER ::= { sysDeviceModelOIDs 7 } +bigip5100 OBJECT IDENTIFIER ::= { sysDeviceModelOIDs 8 } +bigip5110 OBJECT IDENTIFIER ::= { sysDeviceModelOIDs 9 } +bigip6400 OBJECT IDENTIFIER ::= { sysDeviceModelOIDs 10 } +bigip6800 OBJECT IDENTIFIER ::= { sysDeviceModelOIDs 11 } +bigip8400 OBJECT IDENTIFIER ::= { sysDeviceModelOIDs 12 } +bigip8800 OBJECT IDENTIFIER ::= { sysDeviceModelOIDs 13 } +em3000 OBJECT IDENTIFIER ::= { sysDeviceModelOIDs 14 } +wj300 OBJECT IDENTIFIER ::= { sysDeviceModelOIDs 15 } +wj400 OBJECT IDENTIFIER ::= { sysDeviceModelOIDs 16 } +wj500 OBJECT IDENTIFIER ::= { sysDeviceModelOIDs 17 } +wj800 OBJECT IDENTIFIER ::= { sysDeviceModelOIDs 18 } +bigipViprion4 OBJECT IDENTIFIER ::= { sysDeviceModelOIDs 19 } +bigip1600 OBJECT IDENTIFIER ::= { sysDeviceModelOIDs 20 } +bigip3600 OBJECT IDENTIFIER ::= { sysDeviceModelOIDs 21 } +bigip6900 OBJECT IDENTIFIER ::= { sysDeviceModelOIDs 22 } +bigip8900 OBJECT IDENTIFIER ::= { sysDeviceModelOIDs 23 } +bigip3900 OBJECT IDENTIFIER ::= { sysDeviceModelOIDs 24 } +bigip8950 OBJECT IDENTIFIER ::= { sysDeviceModelOIDs 25 } +em4000 OBJECT IDENTIFIER ::= { sysDeviceModelOIDs 26 } +bigip11050 OBJECT IDENTIFIER ::= { sysDeviceModelOIDs 27 } +em500 OBJECT IDENTIFIER ::= { sysDeviceModelOIDs 28 } + +arx1000 OBJECT IDENTIFIER ::= { sysDeviceModelOIDs 29 } +arx2000 OBJECT IDENTIFIER ::= { sysDeviceModelOIDs 30 } +arx4000 OBJECT IDENTIFIER ::= { sysDeviceModelOIDs 31 } +arx500 OBJECT IDENTIFIER ::= { sysDeviceModelOIDs 32 } +bigip3410 OBJECT IDENTIFIER ::= { sysDeviceModelOIDs 33 } +bigipPb100 OBJECT IDENTIFIER ::= { sysDeviceModelOIDs 34 } +bigipPb100n OBJECT IDENTIFIER ::= { sysDeviceModelOIDs 35 } +sam4300 OBJECT IDENTIFIER ::= { sysDeviceModelOIDs 36 } +firepass1200 OBJECT IDENTIFIER ::= { sysDeviceModelOIDs 37 } +firepass4100 OBJECT IDENTIFIER ::= { sysDeviceModelOIDs 38 } +firepass4300 OBJECT IDENTIFIER ::= { sysDeviceModelOIDs 39 } +swanWJ200 OBJECT IDENTIFIER ::= { sysDeviceModelOIDs 40 } +trafficShield4100 OBJECT IDENTIFIER ::= { sysDeviceModelOIDs 41 } +wa4500 OBJECT IDENTIFIER ::= { sysDeviceModelOIDs 42 } +bigipVirtualEdition OBJECT IDENTIFIER ::= { sysDeviceModelOIDs 43 } + +bigip11000 OBJECT IDENTIFIER ::= { sysDeviceModelOIDs 44 } +bigip11050N OBJECT IDENTIFIER ::= { sysDeviceModelOIDs 45 } +bigipVprB2100 OBJECT IDENTIFIER ::= { sysDeviceModelOIDs 46 } +bigipVprB4300 OBJECT IDENTIFIER ::= { sysDeviceModelOIDs 47 } +bigipVprC2400 OBJECT IDENTIFIER ::= { sysDeviceModelOIDs 48 } +arx1500 OBJECT IDENTIFIER ::= { sysDeviceModelOIDs 49 } +arx2500 OBJECT IDENTIFIER ::= { sysDeviceModelOIDs 50 } +bigip11000F OBJECT IDENTIFIER ::= { sysDeviceModelOIDs 51 } +bigip11050F OBJECT IDENTIFIER ::= { sysDeviceModelOIDs 52 } +bigip6900F OBJECT IDENTIFIER ::= { sysDeviceModelOIDs 53 } +bigip6900N OBJECT IDENTIFIER ::= { sysDeviceModelOIDs 54 } +bigip6900S OBJECT IDENTIFIER ::= { sysDeviceModelOIDs 55 } +bigip8900F OBJECT IDENTIFIER ::= { sysDeviceModelOIDs 56 } +bigip8950S OBJECT IDENTIFIER ::= { sysDeviceModelOIDs 57 } +bigipPb200N OBJECT IDENTIFIER ::= { sysDeviceModelOIDs 58 } +bigip4000 OBJECT IDENTIFIER ::= { sysDeviceModelOIDs 59 } +bigip10000 OBJECT IDENTIFIER ::= { sysDeviceModelOIDs 60 } +bigip2000 OBJECT IDENTIFIER ::= { sysDeviceModelOIDs 61 } +bigip5000 OBJECT IDENTIFIER ::= { sysDeviceModelOIDs 62 } +bigip7000 OBJECT IDENTIFIER ::= { sysDeviceModelOIDs 63 } +bigip800 OBJECT IDENTIFIER ::= { sysDeviceModelOIDs 64 } +bigipVprB4300N OBJECT IDENTIFIER ::= { sysDeviceModelOIDs 65 } +bigip10000F OBJECT IDENTIFIER ::= { sysDeviceModelOIDs 66 } +bigip10000S OBJECT IDENTIFIER ::= { sysDeviceModelOIDs 67 } +bigip7000F OBJECT IDENTIFIER ::= { sysDeviceModelOIDs 68 } +bigip7000S OBJECT IDENTIFIER ::= { sysDeviceModelOIDs 69 } +bigipVprB2250 OBJECT IDENTIFIER ::= { sysDeviceModelOIDs 70 } +bigip5050 OBJECT IDENTIFIER ::= { sysDeviceModelOIDs 71 } +bigip5250 OBJECT IDENTIFIER ::= { sysDeviceModelOIDs 72 } +bigip4050 OBJECT IDENTIFIER ::= { sysDeviceModelOIDs 73 } +bigip4250 OBJECT IDENTIFIER ::= { sysDeviceModelOIDs 74 } +bigip2050 OBJECT IDENTIFIER ::= { sysDeviceModelOIDs 75 } +bigip2250 OBJECT IDENTIFIER ::= { sysDeviceModelOIDs 76 } +bigip7050 OBJECT IDENTIFIER ::= { sysDeviceModelOIDs 77 } +bigip7250 OBJECT IDENTIFIER ::= { sysDeviceModelOIDs 78 } +bigip10050 OBJECT IDENTIFIER ::= { sysDeviceModelOIDs 79 } +bigip10250 OBJECT IDENTIFIER ::= { sysDeviceModelOIDs 80 } +bigip2200 OBJECT IDENTIFIER ::= { sysDeviceModelOIDs 81 } +bigip4200 OBJECT IDENTIFIER ::= { sysDeviceModelOIDs 82 } +bigip5200 OBJECT IDENTIFIER ::= { sysDeviceModelOIDs 83 } +bigip7200 OBJECT IDENTIFIER ::= { sysDeviceModelOIDs 84 } +bigip7200F OBJECT IDENTIFIER ::= { sysDeviceModelOIDs 85 } +bigip7200S OBJECT IDENTIFIER ::= { sysDeviceModelOIDs 86 } +bigip10200 OBJECT IDENTIFIER ::= { sysDeviceModelOIDs 87 } +bigip10200F OBJECT IDENTIFIER ::= { sysDeviceModelOIDs 88 } +bigip10200S OBJECT IDENTIFIER ::= { sysDeviceModelOIDs 89 } +bigiq7000 OBJECT IDENTIFIER ::= { sysDeviceModelOIDs 90 } +bigip5250F OBJECT IDENTIFIER ::= { sysDeviceModelOIDs 91 } +bigip12050 OBJECT IDENTIFIER ::= { sysDeviceModelOIDs 92 } +bigip10350N OBJECT IDENTIFIER ::= { sysDeviceModelOIDs 93 } +bigipVcmpGuest OBJECT IDENTIFIER ::= { sysDeviceModelOIDs 94 } +bigipVprC2200 OBJECT IDENTIFIER ::= { sysDeviceModelOIDs 95 } +bigip7055 OBJECT IDENTIFIER ::= { sysDeviceModelOIDs 96 } +bigip7255 OBJECT IDENTIFIER ::= { sysDeviceModelOIDs 97 } +bigip10055 OBJECT IDENTIFIER ::= { sysDeviceModelOIDs 98 } +bigip10255 OBJECT IDENTIFIER ::= { sysDeviceModelOIDs 99 } +bigipPb200 OBJECT IDENTIFIER ::= { sysDeviceModelOIDs 100 } +bigipVprB2150 OBJECT IDENTIFIER ::= { sysDeviceModelOIDs 101 } +bigipVprB4450N OBJECT IDENTIFIER ::= { sysDeviceModelOIDs 102 } +bigip10350 OBJECT IDENTIFIER ::= { sysDeviceModelOIDs 103 } +bigipi2600 OBJECT IDENTIFIER ::= { sysDeviceModelOIDs 104 } +bigipi2800 OBJECT IDENTIFIER ::= { sysDeviceModelOIDs 105 } +bigipi4600 OBJECT IDENTIFIER ::= { sysDeviceModelOIDs 106 } +bigipi4800 OBJECT IDENTIFIER ::= { sysDeviceModelOIDs 107 } +bigipi5600 OBJECT IDENTIFIER ::= { sysDeviceModelOIDs 108 } +bigipi5800 OBJECT IDENTIFIER ::= { sysDeviceModelOIDs 109 } +bigipi7600 OBJECT IDENTIFIER ::= { sysDeviceModelOIDs 110 } +bigipi7800 OBJECT IDENTIFIER ::= { sysDeviceModelOIDs 111 } +bigipi10600 OBJECT IDENTIFIER ::= { sysDeviceModelOIDs 112 } +bigipi10800 OBJECT IDENTIFIER ::= { sysDeviceModelOIDs 113 } +bigipi12600 OBJECT IDENTIFIER ::= { sysDeviceModelOIDs 114 } +bigipi12800 OBJECT IDENTIFIER ::= { sysDeviceModelOIDs 115 } +bigipi15600 OBJECT IDENTIFIER ::= { sysDeviceModelOIDs 116 } +bigipi15800 OBJECT IDENTIFIER ::= { sysDeviceModelOIDs 117 } +herculoni2800 OBJECT IDENTIFIER ::= { sysDeviceModelOIDs 118 } +herculoni5800 OBJECT IDENTIFIER ::= { sysDeviceModelOIDs 119 } +herculoni10800 OBJECT IDENTIFIER ::= { sysDeviceModelOIDs 120 } +bigipi11600 OBJECT IDENTIFIER ::= { sysDeviceModelOIDs 121 } +bigipi11800 OBJECT IDENTIFIER ::= { sysDeviceModelOIDs 122 } +bigipi11800-DS OBJECT IDENTIFIER ::= { sysDeviceModelOIDs 123 } +bigipi5820-DF OBJECT IDENTIFIER ::= { sysDeviceModelOIDs 124 } +bigipi7820-DF OBJECT IDENTIFIER ::= { sysDeviceModelOIDs 125 } +bigipi850 OBJECT IDENTIFIER ::= { sysDeviceModelOIDs 126 } +bigipi11600-DS OBJECT IDENTIFIER ::= { sysDeviceModelOIDs 127 } +bigipi11400-DS OBJECT IDENTIFIER ::= { sysDeviceModelOIDs 128 } +bigipi7600-D OBJECT IDENTIFIER ::= { sysDeviceModelOIDs 129 } +bigipi7800-D OBJECT IDENTIFIER ::= { sysDeviceModelOIDs 130 } +bigipi15600-N OBJECT IDENTIFIER ::= { sysDeviceModelOIDs 131 } +bigipi15800-N OBJECT IDENTIFIER ::= { sysDeviceModelOIDs 132 } + +unknown OBJECT IDENTIFIER ::= { sysDeviceModelOIDs 1000 } + + + +--================================================================== +-- Global_attr +--================================================================== +sysAttrArpMaxEntries OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The maximum number of dynamic entries which can be exist + at one time." + ::= { sysGlobalAttr 1 } + +sysAttrArpAddReciprocal OBJECT-TYPE + SYNTAX INTEGER { + disable(0), + enable(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "When enabled add the IP/MAC address of an ARP requester + into the ARP table. Enabling this field can allow a malicious + user on the local net to poison the ARP cache. Disabling + it reduces the performance of the system" + ::= { sysGlobalAttr 2 } + +sysAttrArpTimeout OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Determine how long (in seconds) ARP entries are kept in + the cache before being marked stale." + ::= { sysGlobalAttr 3 } + +sysAttrArpRetries OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The maximum number of times to request an ARP before + giving up and marking the IP address as unavailable." + ::= { sysGlobalAttr 4 } + +sysAttrBootQuiet OBJECT-TYPE + SYNTAX INTEGER { + disable(0), + enable(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The behavior of boot message display during a reboot of + the system. Enabling this suppresses the messages. + Disabling this displays messages." + ::= { sysGlobalAttr 5 } + +sysAttrConfigsyncState OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! Replaced by sysCmSyncStatus and sysCmSyncStatusDetails. + Enumerated state between peer systems. + -1 - uninitialized or disabled config state + 0 - Synchronized + 1 - Local config modified, recommend configsync to peer + 2 - Peer config modified, recommend configsync from peer + 3 - Config modified on both systems, manual intervention required" + ::= { sysGlobalAttr 6 } + +sysAttrConnAdaptiveReaperHiwat OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The high threshold for dynamic reaper, at which point no + new connection will be allowed." + ::= { sysGlobalAttr 7 } + +sysAttrConnAdaptiveReaperLowat OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The low threshold for dynamic reaper, at which point the + reaper will kick in." + ::= { sysGlobalAttr 8 } + +sysAttrConnAutoLasthop OBJECT-TYPE + SYNTAX INTEGER { + disable(0), + enable(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The behavior of automatic last hop pools." + ::= { sysGlobalAttr 9 } + +sysAttrFailoverActiveMode OBJECT-TYPE + SYNTAX INTEGER { + disable(0), + enable(1) + } + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! The redundant pair mode. Enabling is to use active-active mode. + By default this is disable, active-standby mode is used." + ::= { sysGlobalAttr 10 } + +sysAttrFailoverForceActive OBJECT-TYPE + SYNTAX INTEGER { + disable(0), + enable(1) + } + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! The behavior of failover. Enabling makes failover daemon + always attempt to become the active unit." + ::= { sysGlobalAttr 11 } + +sysAttrFailoverForceStandby OBJECT-TYPE + SYNTAX INTEGER { + disable(0), + enable(1) + } + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! The behavior of failover. Enabling makes failover daemon + go to standby whenever is senses its peer alive." + ::= { sysGlobalAttr 12 } + +sysAttrFailoverIsRedundant OBJECT-TYPE + SYNTAX INTEGER { + false(0), + true(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The redundant mode of the system." + ::= { sysGlobalAttr 13 } + +sysAttrFailoverMemoryRestartPercent OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! Refer sysAttrConnAdaptiveReaperHiwat and sysAttrConnAdaptiveReaperLowat + for memory threshold when TMM (Traffic Management Module) takes actions. + The percentage of memory usage that triggers reboot." + ::= { sysGlobalAttr 14 } + +sysAttrFailoverNetwork OBJECT-TYPE + SYNTAX INTEGER { + disable(0), + enable(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The behavior of using the network as a backup to, or + instead of, the serial line for failover if this value + is 1. By default this feature is disabled." + ::= { sysGlobalAttr 15 } + +sysAttrFailoverStandbyLinkDownTime OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "How long the external link is held down when the unit + fails over and becomes standby. This is so an external + switch will update its L2 tables and use the newly active + unit's link. Each unit = 1/10 of a second. + Zero value = disable (ie. do not bring link down)." + ::= { sysGlobalAttr 16 } + +sysAttrFailoverSslhardware OBJECT-TYPE + SYNTAX INTEGER { + disable(0), + enable(1) + } + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! This feature has been eliminated. + Enables/disables the action prescribed by + sysAttrFailoverSslhardwareAction (failover or reboot)." + ::= { sysGlobalAttr 17 } + +sysAttrFailoverSslhardwareAction OBJECT-TYPE + SYNTAX INTEGER { + failover(0), + reboot(1) + } + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! This feature has been eliminated. + This is controlled by the sysAttrFailoverSslhardware. + If sysAttrFailoverSslhardware is enabled, the action + prescribed here will take place when SSL hardware fails." + ::= { sysGlobalAttr 18 } + +sysAttrFailoverUnitMask OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! Refer to sysCmTrafficGroupStatus, sysCmFailoverStatus, and + sysCmFailoverStatusDetails. + This data indicates whether the machine is active or standby. + The value for this data could be 0, 1, 2, or 3. + The values of 1 and 2 are only defined for an active-active installation. + If two boxes are both active, value for unit 1 will be 1 and value for unit 2 will be 2. + Otherwise, for active unit, this value is 3; for stand-by unit, this value is 0." + ::= { sysGlobalAttr 19 } + +sysAttrFailoverUnitId OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! Refer to sysCmTrafficGroupStatus, sysCmFailoverStatus, and + sysCmFailoverStatusDetails. + The controller unique unit id, 1 or 2, in the event that + network communication is not possible with its peer." + ::= { sysGlobalAttr 20 } + +sysAttrModeMaint OBJECT-TYPE + SYNTAX INTEGER { + disable(0), + enable(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The state of system maintenance mode. + disable - not in maintenance mode; + enable - maintenance mode." + ::= { sysGlobalAttr 21 } + +sysAttrPacketFilter OBJECT-TYPE + SYNTAX INTEGER { + disabled(0), + enabled(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "This option globally enables or disables processing of all + packet filter options, including the rule list. The packet + filter is enabled by default." + ::= { sysGlobalAttr 22 } + +sysAttrPacketFilterAllowImportantIcmp OBJECT-TYPE + SYNTAX INTEGER { + disabled(0), + enabled(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "This option causes the packet filter to automatically + accept a number of important ICMP types without requiring + the addition of a rule to handle them. Acceptance of ICMP + traffic by this option occurs prior to rule list evaluation, + making it impossible to override the behavior of this option + with a rule. The types of ICMP packets accepted by this + option include: + UNREACH (3) - all types + SOURCEQUENCH (4) + REDIRECT (5) - all types + TIMEXCEED (11) - all types + This option is enabled by default." + ::= { sysGlobalAttr 23 } + +sysAttrPacketFilterEstablished OBJECT-TYPE + SYNTAX INTEGER { + disabled(0), + enabled(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The status of filter established feature. This option + controls whether or not filter rules are applied to + packets which are part of an existing, established + connection or pseudo-connection. When this option is + enabled, all ingress packets are subject to filter + rules. When the option is disabled, filter rules are not + applied to packets which are part of an existing + connection. That is useful to prevent filtering of reply + traffic. This option is disabled by default." + ::= { sysGlobalAttr 24 } + +sysAttrPacketFilterDefaultAction OBJECT-TYPE + SYNTAX INTEGER { + accept(0), + discard(1), + reject(2) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The filter default action. This variable controls how to + handle packets which did not match any rules. It can be + either accept, discard or reject. The default value is + accept." + ::= { sysGlobalAttr 25 } + +sysAttrPacketFilterSendIcmpErrors OBJECT-TYPE + SYNTAX INTEGER { + disable(0), + enable(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The feature to control the kind of errors to send for REJECT rules." + ::= { sysGlobalAttr 26 } + +sysAttrPvaAcceleration OBJECT-TYPE + SYNTAX INTEGER { + none(0), + partial(1), + full(2) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The type of hardware acceleration desired." + ::= { sysGlobalAttr 27 } + +sysAttrVlanFDBTimeout OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Controls how long before an entry expires in the L2 forwarding + database." + ::= { sysGlobalAttr 28 } + +sysAttrWatchdogState OBJECT-TYPE + SYNTAX INTEGER { + disable(0), + enable(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The state of watch dog feature - a hardware device that + monitors the system for hardware failure. " + ::= { sysGlobalAttr 29 } + +--================================================================== +-- Global_stat +--================================================================== +sysStatResetStats OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "The action to reset resettable statistics data in sysGlobalStat. + Setting this value to 1 will reset statistics data. + Note, some statistics data may not be reset including data that are incremental counters." + ::= { sysGlobalStat 1 } + +sysStatClientPktsIn OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of packets received by the system from client-side." + ::= { sysGlobalStat 2 } + +sysStatClientBytesIn OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of bytes received by the system from client-side." + ::= { sysGlobalStat 3 } + +sysStatClientPktsOut OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of packets sent to client-side from the system." + ::= { sysGlobalStat 4 } + +sysStatClientBytesOut OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of bytes sent to client-side from the system." + ::= { sysGlobalStat 5 } + +sysStatClientMaxConns OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The maximum connections from client-side to the system." + ::= { sysGlobalStat 6 } + +sysStatClientTotConns OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total connections from client-side to the system." + ::= { sysGlobalStat 7 } + +sysStatClientCurConns OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The current connections from client-side to the system." + ::= { sysGlobalStat 8 } + +sysStatServerPktsIn OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of packets received by the system from server-side." + ::= { sysGlobalStat 9 } + +sysStatServerBytesIn OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of bytes received by the system from server-side." + ::= { sysGlobalStat 10 } + +sysStatServerPktsOut OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of packets sent to server-side from the system." + ::= { sysGlobalStat 11 } + +sysStatServerBytesOut OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of bytes sent to server-side from the system." + ::= { sysGlobalStat 12 } + +sysStatServerMaxConns OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The maximum connections from server-side to the system." + ::= { sysGlobalStat 13 } + +sysStatServerTotConns OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total connections from server-side to the system." + ::= { sysGlobalStat 14 } + +sysStatServerCurConns OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The current connections from server-side to the system." + ::= { sysGlobalStat 15 } + +sysStatPvaClientPktsIn OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of hardware accelerated packets received + by the system from client-side." + ::= { sysGlobalStat 16 } + +sysStatPvaClientBytesIn OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of hardware accelerated bytes received + by the system from client-side." + ::= { sysGlobalStat 17 } + +sysStatPvaClientPktsOut OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of hardware accelerated packets sent to client-side from the system." + ::= { sysGlobalStat 18 } + +sysStatPvaClientBytesOut OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of hardware accelerated bytes sent to client-side from the system." + ::= { sysGlobalStat 19 } + +sysStatPvaClientMaxConns OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The maximum hardware accelerated connections from client-side to the system." + ::= { sysGlobalStat 20 } + +sysStatPvaClientTotConns OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total hardware accelerated connections from client-side to the system." + ::= { sysGlobalStat 21 } + +sysStatPvaClientCurConns OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The current hardware accelerated connections from client-side to the system." + ::= { sysGlobalStat 22 } + +sysStatPvaServerPktsIn OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of hardware accelerated packets received + by the system from server-side." + ::= { sysGlobalStat 23 } + +sysStatPvaServerBytesIn OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of hardware accelerated bytes received + by the system from server-side." + ::= { sysGlobalStat 24 } + +sysStatPvaServerPktsOut OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of hardware accelerated packets sent to server-side from the system." + ::= { sysGlobalStat 25 } + +sysStatPvaServerBytesOut OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of hardware accelerated bytes sent to server-side from the system." + ::= { sysGlobalStat 26 } + +sysStatPvaServerMaxConns OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The maximum hardware accelerated connections from server-side to the system." + ::= { sysGlobalStat 27 } + +sysStatPvaServerTotConns OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total hardware accelerated connections from server-side to the system." + ::= { sysGlobalStat 28 } + +sysStatPvaServerCurConns OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The current hardware accelerated connections from server-side to the system." + ::= { sysGlobalStat 29 } + +sysStatTotPvaAssistConn OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of the partially hardware accelerated connections on the system." + ::= { sysGlobalStat 30 } + +sysStatCurrPvaAssistConn OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The current number of the partially hardware accelerated connections on the system." + ::= { sysGlobalStat 31 } + +sysStatMaintenanceModeDeny OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The connection requests rejected because the virtual + server was in maintenance mode. " + ::= { sysGlobalStat 32 } + +sysStatMaxConnVirtualPathDeny OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The connection requests rejected because they exceeded + the connection limit for a virtual server (IP:port)." + ::= { sysGlobalStat 33 } + +sysStatVirtualServerNonSynDeny OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The packets that are not connection requests and are + destined for a virtual server that has no connection + for the client address." + ::= { sysGlobalStat 34 } + +sysStatNoHandlerDeny OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The incoming packets that could not be processed by a + a virtual server, NAT, or SNAT." + ::= { sysGlobalStat 35 } + +sysStatLicenseDeny OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The packets which were dropped due to exceeding licensing + limitations." + ::= { sysGlobalStat 36 } + +sysStatConnectionMemoryErrors OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The errors of that connection could not be created because memory + was not available." + ::= { sysGlobalStat 37 } + +sysStatCpuCount OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of CPUs on the system." + ::= { sysGlobalStat 38 } + +sysStatActiveCpuCount OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of active CPUs on the system." + ::= { sysGlobalStat 39 } + +sysStatMultiProcessorMode OBJECT-TYPE + SYNTAX INTEGER { + modeup(0), + modesmp(1) + } + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! Used to refer to the mode the system's processors were + running in." + ::= { sysGlobalStat 40 } + +sysStatTmTotalCycles OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Traffic management CPU usage. The total cycles spent in + traffic management." + ::= { sysGlobalStat 41 } + +sysStatTmIdleCycles OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Traffic management CPU usage. The cycles spent polling with no + traffic." + ::= { sysGlobalStat 42 } + +sysStatTmSleepCycles OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Traffic management CPU usage. The cycles yielded." + ::= { sysGlobalStat 43 } + +sysStatMemoryTotal OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total memory available in bytes for TMM (Traffic Management Module). + Use sysStatMemoryTotalKb for gauge type." + ::= { sysGlobalStat 44 } + +sysStatMemoryUsed OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The memory in use in bytes for TMM (Traffic Management Module). + Use sysStatMemoryUsedKb for gauge type." + ::= { sysGlobalStat 45 } + +sysStatDroppedPackets OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total dropped packets." + ::= { sysGlobalStat 46 } + +sysStatIncomingPacketErrors OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total incoming packet errors for the system." + ::= { sysGlobalStat 47 } + +sysStatOutgoingPacketErrors OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total outgoing packet errors for the system." + ::= { sysGlobalStat 48 } + +sysStatAuthTotSessions OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of concurrent auth sessions on the system." + ::= { sysGlobalStat 49 } + +sysStatAuthCurSessions OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The current number of concurrent auth sessions on the system." + ::= { sysGlobalStat 50 } + +sysStatAuthMaxSessions OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The maximum number of concurrent auth sessions on the system." + ::= { sysGlobalStat 51 } + +sysStatAuthSuccessResults OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of auth success results (That is when a + successful authorization has completed all of the required + auth services.) on the system." + ::= { sysGlobalStat 52 } + +sysStatAuthFailureResults OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of auth failure results (That is when an + unsuccessful authorization operation has completed.) on the system." + ::= { sysGlobalStat 53 } + +sysStatAuthWantcredentialResults OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of auth wantcredential results (That is when + an authorization operation needs an additional credential.) on the system." + ::= { sysGlobalStat 54 } + +sysStatAuthErrorResults OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of auth error results (That is when an error + occurred during authorization has occurred.) on the system." + ::= { sysGlobalStat 55 } + +sysStatHttpRequests OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of HTTP requests to the system." + ::= { sysGlobalStat 56 } + +sysStatHardSyncookieGen OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of hardware SYN cookies are generated on the system." + ::= { sysGlobalStat 57 } + +sysStatHardSyncookieDet OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of hardware SYN cookies are detected on the system." + ::= { sysGlobalStat 58 } + +sysStatClientPktsIn5s OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The average number of packets received by the system from client-side in the last five seconds." + ::= { sysGlobalStat 59 } + +sysStatClientBytesIn5s OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The average number of bytes received by the system from client-side in the last five seconds." + ::= { sysGlobalStat 60 } + +sysStatClientPktsOut5s OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The average number of packets sent to client-side from the system in the last five seconds." + ::= { sysGlobalStat 61 } + +sysStatClientBytesOut5s OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The average number of bytes sent to client-side from the system in the last five seconds." + ::= { sysGlobalStat 62 } + +sysStatClientMaxConns5s OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The maximum connections from client-side to the system in the last five seconds." + ::= { sysGlobalStat 63 } + +sysStatClientTotConns5s OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! the average connection data is available in sysStatClientCurConns5s." + ::= { sysGlobalStat 64 } + +sysStatClientCurConns5s OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The average current connections from client-side to the system in the last five seconds." + ::= { sysGlobalStat 65 } + +sysStatServerPktsIn5s OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The average number of packets received by the system from server-side in the last five seconds." + ::= { sysGlobalStat 66 } + +sysStatServerBytesIn5s OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The average number of bytes received by the system from server-side in the last five seconds." + ::= { sysGlobalStat 67 } + +sysStatServerPktsOut5s OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The average number of packets sent to server-side from the system in the last five seconds." + ::= { sysGlobalStat 68 } + +sysStatServerBytesOut5s OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The average number of bytes sent to server-side from the system in the last five seconds." + ::= { sysGlobalStat 69 } + +sysStatServerMaxConns5s OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The maximum connections from server-side to the system in the last five seconds." + ::= { sysGlobalStat 70 } + +sysStatServerTotConns5s OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! the average connection data is available in sysStatServerCurConns5s." + ::= { sysGlobalStat 71 } + +sysStatServerCurConns5s OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The average current connections from server-side to the system in the last five seconds." + ::= { sysGlobalStat 72 } + +sysStatClientPktsIn1m OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The average number of packets received by the system from client-side in the last one minute." + ::= { sysGlobalStat 73 } + +sysStatClientBytesIn1m OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The average number of bytes received by the system from client-side in the last one minute." + ::= { sysGlobalStat 74 } + +sysStatClientPktsOut1m OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The average number of packets sent to client-side from the system in the last one minute." + ::= { sysGlobalStat 75 } + +sysStatClientBytesOut1m OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The average number of bytes sent to client-side from the system in the last one minute." + ::= { sysGlobalStat 76 } + +sysStatClientMaxConns1m OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The maximum connections from client-side to the system in the last one minute." + ::= { sysGlobalStat 77 } + +sysStatClientTotConns1m OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! the average connection data is available in sysStatClientCurConns1m." + ::= { sysGlobalStat 78 } + +sysStatClientCurConns1m OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The average current connections from client-side to the system in the last one minute." + ::= { sysGlobalStat 79 } + +sysStatServerPktsIn1m OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The average number of packets received by the system from server-side in the last one minute." + ::= { sysGlobalStat 80 } + +sysStatServerBytesIn1m OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The average number of bytes received by the system from server-side in the last one minute." + ::= { sysGlobalStat 81 } + +sysStatServerPktsOut1m OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The average number of packets sent to server-side from the system in the last one minute." + ::= { sysGlobalStat 82 } + +sysStatServerBytesOut1m OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The average number of bytes sent to server-side from the system in the last one minute." + ::= { sysGlobalStat 83 } + +sysStatServerMaxConns1m OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The maximum connections from server-side to the system in the last one minute." + ::= { sysGlobalStat 84 } + +sysStatServerTotConns1m OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! the average connection data is available in sysStatServerCurConns1m." + ::= { sysGlobalStat 85 } + +sysStatServerCurConns1m OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The average current connections from server-side to the system in the last one minute." + ::= { sysGlobalStat 86 } + +sysStatClientPktsIn5m OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The average average number of packets received by the system from client-side in the last five minutes." + ::= { sysGlobalStat 87 } + +sysStatClientBytesIn5m OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The average number of bytes received by the system from client-side in the last five minutes." + ::= { sysGlobalStat 88 } + +sysStatClientPktsOut5m OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The average number of packets sent to client-side from the system in the last five minutes." + ::= { sysGlobalStat 89 } + +sysStatClientBytesOut5m OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The average number of bytes sent to client-side from the system in the last five minutes." + ::= { sysGlobalStat 90 } + +sysStatClientMaxConns5m OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The maximum connections from client-side to the system in the last five minutes." + ::= { sysGlobalStat 91 } + +sysStatClientTotConns5m OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! the average connection data is available in sysStatClientCurConns5m." + ::= { sysGlobalStat 92 } + +sysStatClientCurConns5m OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The average current connections from client-side to the system in the last five minutes." + ::= { sysGlobalStat 93 } + +sysStatServerPktsIn5m OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The average number of packets received by the system from server-side in the last five minutes." + ::= { sysGlobalStat 94 } + +sysStatServerBytesIn5m OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The average number of bytes received by the system from server-side in the last five minutes." + ::= { sysGlobalStat 95 } + +sysStatServerPktsOut5m OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The average number of packets sent to server-side from the system in the last five minutes." + ::= { sysGlobalStat 96 } + +sysStatServerBytesOut5m OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The average number of bytes sent to server-side from the system in the last five minutes." + ::= { sysGlobalStat 97 } + +sysStatServerMaxConns5m OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The maximum connections from server-side to the system in the last five minutes." + ::= { sysGlobalStat 98 } + +sysStatServerTotConns5m OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! the average connection data is available in sysStatServerCurConns5m." + ::= { sysGlobalStat 99 } + +sysStatServerCurConns5m OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The average current connections from server-side to the system in the last five minutes." + ::= { sysGlobalStat 100 } + +sysStatPvaClientPktsIn5s OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The average number of hardware accelerated packets received + by the system from client-side in the last five seconds." + ::= { sysGlobalStat 101 } + +sysStatPvaClientBytesIn5s OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The average number of hardware accelerated bytes received + by the system from client-side in the last five seconds." + ::= { sysGlobalStat 102 } + +sysStatPvaClientPktsOut5s OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The average number of hardware accelerated packets sent to client-side from the system in the last five seconds." + ::= { sysGlobalStat 103 } + +sysStatPvaClientBytesOut5s OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The average number of hardware accelerated bytes sent to client-side from the system in the last five seconds." + ::= { sysGlobalStat 104 } + +sysStatPvaClientMaxConns5s OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The maximum hardware accelerated connections from client-side to the system in the last five seconds." + ::= { sysGlobalStat 105 } + +sysStatPvaClientTotConns5s OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! the average connection data is available in sysStatPvaClientCurConns5s" + ::= { sysGlobalStat 106 } + +sysStatPvaClientCurConns5s OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The average current hardware accelerated connections from client-side to the system in the last five seconds." + ::= { sysGlobalStat 107 } + +sysStatPvaServerPktsIn5s OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The average number of hardware accelerated packets received + by the system from server-side in the last five seconds." + ::= { sysGlobalStat 108 } + +sysStatPvaServerBytesIn5s OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The average number of hardware accelerated bytes received + by the system from server-side in the last five seconds." + ::= { sysGlobalStat 109 } + +sysStatPvaServerPktsOut5s OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The average number of hardware accelerated packets sent to server-side from the system in the last five seconds." + ::= { sysGlobalStat 110 } + +sysStatPvaServerBytesOut5s OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The average number of hardware accelerated bytes sent to server-side from the system in the last five seconds." + ::= { sysGlobalStat 111 } + +sysStatPvaServerMaxConns5s OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The maximum hardware accelerated connections from server-side to the system in the last five seconds." + ::= { sysGlobalStat 112 } + +sysStatPvaServerTotConns5s OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! the average connection data is available in sysStatPvaServerCurConns5s." + ::= { sysGlobalStat 113 } + +sysStatPvaServerCurConns5s OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The average current hardware accelerated connections from server-side to the system in the last five seconds." + ::= { sysGlobalStat 114 } + +sysStatPvaClientPktsIn1m OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The average number of hardware accelerated packets received + by the system from client-side in the last five seconds." + ::= { sysGlobalStat 115 } + +sysStatPvaClientBytesIn1m OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The average number of hardware accelerated bytes received + by the system from client-side in the last one minute." + ::= { sysGlobalStat 116 } + +sysStatPvaClientPktsOut1m OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The average number of hardware accelerated packets sent to client-side from the system in the last one minute." + ::= { sysGlobalStat 117 } + +sysStatPvaClientBytesOut1m OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The average number of hardware accelerated bytes sent to client-side from the system in the last one minute." + ::= { sysGlobalStat 118 } + +sysStatPvaClientMaxConns1m OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The maximum hardware accelerated connections from client-side to the system in the last one minute." + ::= { sysGlobalStat 119 } + +sysStatPvaClientTotConns1m OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! the average connection data is available in sysStatPvaClientCurConns1m." + ::= { sysGlobalStat 120 } + +sysStatPvaClientCurConns1m OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The average current hardware accelerated connections from client-side to the system in the last one minute." + ::= { sysGlobalStat 121 } + +sysStatPvaServerPktsIn1m OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The average number of hardware accelerated packets received + by the system from server-side in the last one minute." + ::= { sysGlobalStat 122 } + +sysStatPvaServerBytesIn1m OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The average number of hardware accelerated bytes received + by the system from server-side in the last one minute." + ::= { sysGlobalStat 123 } + +sysStatPvaServerPktsOut1m OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The average number of hardware accelerated packets sent to server-side from the system in the last one minute." + ::= { sysGlobalStat 124 } + +sysStatPvaServerBytesOut1m OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The average number of hardware accelerated bytes sent to server-side from the system in the last one minute." + ::= { sysGlobalStat 125 } + +sysStatPvaServerMaxConns1m OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The maximum hardware accelerated connections from server-side to the system in the last one minute." + ::= { sysGlobalStat 126 } + +sysStatPvaServerTotConns1m OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! the average connection data is available in sysStatPvaServerCurConns1m." + ::= { sysGlobalStat 127 } + +sysStatPvaServerCurConns1m OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The average current hardware accelerated connections from server-side to the system in the last one minute." + ::= { sysGlobalStat 128 } + +sysStatPvaClientPktsIn5m OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The average number of hardware accelerated packets received + by the system from client-side in the last five minutes." + ::= { sysGlobalStat 129 } + +sysStatPvaClientBytesIn5m OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The average number of hardware accelerated bytes received + by the system from client-side in the last five minutes." + ::= { sysGlobalStat 130 } + +sysStatPvaClientPktsOut5m OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The average number of hardware accelerated packets sent to client-side from the system in the last five minutes." + ::= { sysGlobalStat 131 } + +sysStatPvaClientBytesOut5m OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The average number of hardware accelerated bytes sent to client-side from the system in the last five minutes." + ::= { sysGlobalStat 132 } + +sysStatPvaClientMaxConns5m OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The maximum hardware accelerated connections from client-side to the system in the last five minutes." + ::= { sysGlobalStat 133 } + +sysStatPvaClientTotConns5m OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! the average connection data is available in sysStatPvaClientCurConns5m." + ::= { sysGlobalStat 134 } + +sysStatPvaClientCurConns5m OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The average current hardware accelerated connections from client-side to the system in the last five minutes." + ::= { sysGlobalStat 135 } + +sysStatPvaServerPktsIn5m OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The average number of hardware accelerated packets received + by the system from server-side in the last five minutes." + ::= { sysGlobalStat 136 } + +sysStatPvaServerBytesIn5m OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The average number of hardware accelerated bytes received + by the system from server-side in the last five minutes." + ::= { sysGlobalStat 137 } + +sysStatPvaServerPktsOut5m OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The average number of hardware accelerated packets sent to server-side from the system in the last five minutes." + ::= { sysGlobalStat 138 } + +sysStatPvaServerBytesOut5m OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The average number of hardware accelerated bytes sent to server-side from the system in the last five minutes." + ::= { sysGlobalStat 139 } + +sysStatPvaServerMaxConns5m OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The maximum hardware accelerated connections from server-side to the system in the last five minutes." + ::= { sysGlobalStat 140 } + +sysStatPvaServerTotConns5m OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! the average connection data is available in sysStatPvaServerCurConns5m." + ::= { sysGlobalStat 141 } + +sysStatPvaServerCurConns5m OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The average current hardware accelerated connections from server-side to the system in the last five minutes." + ::= { sysGlobalStat 142 } + +sysStatMemoryTotalKb OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total memory available in Kilobytes for TMM (Traffic Management Module)." + ::= { sysGlobalStat 143 } + +sysStatMemoryUsedKb OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The memory in use in Kilobytes for TMM (Traffic Management Module)." + ::= { sysGlobalStat 144 } + +--================================================================== +-- Global_auth_stat +--================================================================== +sysAuthStatResetStats OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "The action to reset resettable statistics data in sysGlobalAuthStat. + Setting this value to 1 will reset statistics data. + Note, some statistics data may not be reset including data that are incremental counters." + ::= { sysGlobalAuthStat 1 } + +sysAuthStatTotSessions OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of concurrent auth sessions." + ::= { sysGlobalAuthStat 2 } + +sysAuthStatCurSessions OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The current number of concurrent auth sessions." + ::= { sysGlobalAuthStat 3 } + +sysAuthStatMaxSessions OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The maximum number of concurrent auth sessions" + ::= { sysGlobalAuthStat 4 } + +sysAuthStatSuccessResults OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of auth success results (That is when a + successful authorization has completed all of the required + auth services.)." + ::= { sysGlobalAuthStat 5 } + +sysAuthStatFailureResults OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of auth failure results (That is when an + unsuccessful authorization operation has completed.)." + ::= { sysGlobalAuthStat 6 } + +sysAuthStatWantcredentialResults OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of auth wantcredential results (That is when + an authorization operation needs an additional credential.)" + ::= { sysGlobalAuthStat 7 } + +sysAuthStatErrorResults OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of auth error results (That is when an error + occurred during authorization has occurred.)." + ::= { sysGlobalAuthStat 8 } + +--================================================================== +-- Global_connpool_stat +--================================================================== +sysConnPoolStatResetStats OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "The action to reset resettable statistics data in sysGlobalConnPoolStat. + Setting this value to 1 will reset statistics data. + Note, some statistics data may not be reset including data that are incremental counters." + ::= { sysGlobalConnPoolStat 1 } + +sysConnPoolStatCurSize OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of currently idle connections in pools on the system." + ::= { sysGlobalConnPoolStat 2 } + +sysConnPoolStatMaxSize OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of idle connections in pools on the system." + ::= { sysGlobalConnPoolStat 3 } + +sysConnPoolStatReuses OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of times a connection was reused from pools on the system." + ::= { sysGlobalConnPoolStat 4 } + +sysConnPoolStatConnects OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of times a new connection was initiated in pools on the system." + ::= { sysGlobalConnPoolStat 5 } + +--================================================================== +-- Global_http_stat +--================================================================== +sysHttpStatResetStats OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "The action to reset resettable statistics data in sysGlobalHttpStat. + Setting this value to 1 will reset statistics data. + Note, some statistics data may not be reset including data that are incremental counters." + ::= { sysGlobalHttpStat 1 } + +sysHttpStatCookiePersistInserts OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of successful attempts to insert HTTP headers + for cookie persistence (set-cookie header insertions)." + ::= { sysGlobalHttpStat 2 } + +sysHttpStatResp2xxCnt OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of server-side responses in range of 200 to 206 + (successful responses)" + ::= { sysGlobalHttpStat 3 } + +sysHttpStatResp3xxCnt OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of server-side responses in range of 300 to 307 + (redirection responses)." + ::= { sysGlobalHttpStat 4 } + +sysHttpStatResp4xxCnt OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of server-side responses in range of 400 to 417 + (client errors)." + ::= { sysGlobalHttpStat 5 } + +sysHttpStatResp5xxCnt OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of server-side responses in range of 500 to 505 + (server errors)." + ::= { sysGlobalHttpStat 6 } + +sysHttpStatNumberReqs OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of HTTP requests." + ::= { sysGlobalHttpStat 7 } + +sysHttpStatGetReqs OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of HTTP get requests." + ::= { sysGlobalHttpStat 8 } + +sysHttpStatPostReqs OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of HTTP post requests." + ::= { sysGlobalHttpStat 9 } + +sysHttpStatV9Reqs OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of version 9 requests." + ::= { sysGlobalHttpStat 10 } + +sysHttpStatV10Reqs OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of version 10 requests." + ::= { sysGlobalHttpStat 11 } + +sysHttpStatV11Reqs OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of version 11 requests." + ::= { sysGlobalHttpStat 12 } + +sysHttpStatV9Resp OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of version 9 responses." + ::= { sysGlobalHttpStat 13 } + +sysHttpStatV10Resp OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of version 10 responses." + ::= { sysGlobalHttpStat 14 } + +sysHttpStatV11Resp OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of version 11 responses." + ::= { sysGlobalHttpStat 15 } + +sysHttpStatMaxKeepaliveReq OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The maximum number of requests made in a connection." + ::= { sysGlobalHttpStat 16 } + +sysHttpStatRespBucket1k OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of responses under 1k." + ::= { sysGlobalHttpStat 17 } + +sysHttpStatRespBucket4k OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of responses under 1 - 4k." + ::= { sysGlobalHttpStat 18 } + +sysHttpStatRespBucket16k OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of responses under 4 - 16k." + ::= { sysGlobalHttpStat 19 } + +sysHttpStatRespBucket32k OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of responses under 16 - 32k." + ::= { sysGlobalHttpStat 20 } + +sysHttpStatPrecompressBytes OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! The number of response bytes before compression has taken place." + ::= { sysGlobalHttpStat 21 } + +sysHttpStatPostcompressBytes OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! The number of response bytes after compression has taken place." + ::= { sysGlobalHttpStat 22 } + +sysHttpStatNullCompressBytes OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! The number of bytes subjected to NULL compression (for license enforcement)." + ::= { sysGlobalHttpStat 23 } + +sysHttpStatHtmlPrecompressBytes OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! The number of precompressed bytes for the MIME-Types: HTML." + ::= { sysGlobalHttpStat 24 } + +sysHttpStatHtmlPostcompressBytes OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! The number of postcompressed bytes for the MIME-Types: HTML." + ::= { sysGlobalHttpStat 25 } + +sysHttpStatCssPrecompressBytes OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! The number of precompressed bytes for the MIME-Types: CSS." + ::= { sysGlobalHttpStat 26 } + +sysHttpStatCssPostcompressBytes OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! The number of postcompressed bytes for the MIME-Types: CSS." + ::= { sysGlobalHttpStat 27 } + +sysHttpStatJsPrecompressBytes OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! The number of precompressed bytes for the MIME-Types: Javascript." + ::= { sysGlobalHttpStat 28 } + +sysHttpStatJsPostcompressBytes OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! The number of postcompressed bytes for the MIME-Types: Javascript." + ::= { sysGlobalHttpStat 29 } + +sysHttpStatXmlPrecompressBytes OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! The number of precompressed bytes for the MIME-Types: XML." + ::= { sysGlobalHttpStat 30 } + +sysHttpStatXmlPostcompressBytes OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! The number of postcompressed bytes for the MIME-Types: XML." + ::= { sysGlobalHttpStat 31 } + +sysHttpStatSgmlPrecompressBytes OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! The number of precompressed bytes for the MIME-Types: SGML." + ::= { sysGlobalHttpStat 32 } + +sysHttpStatSgmlPostcompressBytes OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! The number of postcompressed bytes for the MIME-Types: SGML." + ::= { sysGlobalHttpStat 33 } + +sysHttpStatPlainPrecompressBytes OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! The number of precompressed bytes for the MIME-Types: Plain." + ::= { sysGlobalHttpStat 34 } + +sysHttpStatPlainPostcompressBytes OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! The number of postcompressed bytes for the MIME-Types: Plain." + ::= { sysGlobalHttpStat 35 } + +sysHttpStatOctetPrecompressBytes OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! The number of precompressed bytes for the MIME-Types: Octet stream." + ::= { sysGlobalHttpStat 36 } + +sysHttpStatOctetPostcompressBytes OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! The number of postcompressed bytes for the MIME-Types: Octet stream." + ::= { sysGlobalHttpStat 37 } + +sysHttpStatImagePrecompressBytes OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! The number of precompressed bytes for the MIME-Types: Images." + ::= { sysGlobalHttpStat 38 } + +sysHttpStatImagePostcompressBytes OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! The number of postcompressed bytes for the MIME-Types: Images." + ::= { sysGlobalHttpStat 39 } + +sysHttpStatVideoPrecompressBytes OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! The number of precompressed bytes for the MIME-Types: Video files." + ::= { sysGlobalHttpStat 40 } + +sysHttpStatVideoPostcompressBytes OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! The number of postcompressed bytes for the MIME-Types: Video files." + ::= { sysGlobalHttpStat 41 } + +sysHttpStatAudioPrecompressBytes OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! The number of precompressed bytes for the MIME-Types: Audio files." + ::= { sysGlobalHttpStat 42 } + +sysHttpStatAudioPostcompressBytes OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! The number of postcompressed bytes for the MIME-Types: Audio files." + ::= { sysGlobalHttpStat 43 } + +sysHttpStatOtherPrecompressBytes OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! The number of precompressed bytes for the MIME-Types: other than + HTML, CSS, Javascript, XML, SGML, Plain, Images, Video files, + Audio files." + ::= { sysGlobalHttpStat 44 } + +sysHttpStatOtherPostcompressBytes OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! The number of postcompressed bytes for the MIME-Types: other than + HTML, CSS, Javascript, XML, SGML, Plain, Images, Video files, + Audio files." + ::= { sysGlobalHttpStat 45 } + +sysHttpStatRamcacheHits OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! The number of RAM cache hits." + ::= { sysGlobalHttpStat 46 } + +sysHttpStatRamcacheMisses OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! The number of RAM cache misses, excluding un-cacheable data." + ::= { sysGlobalHttpStat 47 } + +sysHttpStatRamcacheMissesAll OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! The total number of RAM cache misses." + ::= { sysGlobalHttpStat 48 } + +sysHttpStatRamcacheHitBytes OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! The number of RAM cache hits in bytes." + ::= { sysGlobalHttpStat 49 } + +sysHttpStatRamcacheMissBytes OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! The number of RAM cache misses in bytes, excluding un-cacheable data." + ::= { sysGlobalHttpStat 50 } + +sysHttpStatRamcacheMissBytesAll OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! The total number of RAM cache misses in bytes." + ::= { sysGlobalHttpStat 51 } + +sysHttpStatRamcacheSize OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! The Ram cache current size." + ::= { sysGlobalHttpStat 52 } + +sysHttpStatRamcacheCount OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! The number of items stored in Ram cache." + ::= { sysGlobalHttpStat 53 } + +sysHttpStatRamcacheEvictions OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! The number of Ram cache evictions." + ::= { sysGlobalHttpStat 54 } + +sysHttpStatRespBucket64k OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! Please use the larger buckets." + ::= { sysGlobalHttpStat 55 } + +--================================================================== +-- Icmp_stat +--================================================================== +sysIcmpStatResetStats OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "The action to reset resettable statistics data in sysGlobalIcmpStat. + Setting this value to 1 will reset statistics data. + Note, some statistics data may not be reset including data that are incremental counters." + ::= { sysGlobalIcmpStat 1 } + +sysIcmpStatTx OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of ICMP messages which this entity attempted + to send." + ::= { sysGlobalIcmpStat 2 } + +sysIcmpStatRx OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of ICMP messages which the entity received." + ::= { sysGlobalIcmpStat 3 } + +sysIcmpStatForward OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of ICMP messages which the entity forwarded." + ::= { sysGlobalIcmpStat 4 } + +sysIcmpStatDrop OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of ICMP messages which the entity dropped." + ::= { sysGlobalIcmpStat 5 } + +sysIcmpStatErrCksum OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of ICMP messages which the entity received but + determined as having ICMP-specific errors, bad ICMP checksums." + ::= { sysGlobalIcmpStat 6 } + +sysIcmpStatErrLen OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of ICMP messages which the entity received but + determined as having ICMP-specific errors, bad ICMP bad length." + ::= { sysGlobalIcmpStat 7 } + +sysIcmpStatErrMem OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of memory allocation errors in the process." + ::= { sysGlobalIcmpStat 8 } + +sysIcmpStatErrRtx OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of routing errors." + ::= { sysGlobalIcmpStat 9 } + +sysIcmpStatErrProto OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of ICMP messages which the entity received but + determined as having protocol errors." + ::= { sysGlobalIcmpStat 10 } + +sysIcmpStatErrOpt OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of errors in options." + ::= { sysGlobalIcmpStat 11 } + +sysIcmpStatErr OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of other not specified errors." + ::= { sysGlobalIcmpStat 12 } + +--================================================================== +-- Icmp6_stat +--================================================================== +sysIcmp6StatResetStats OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "The action to reset resettable statistics data in sysGlobalIcmp6Stat. + Setting this value to 1 will reset statistics data. + Note, some statistics data may not be reset including data that are incremental counters." + ::= { sysGlobalIcmp6Stat 1 } + +sysIcmp6StatTx OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of ICMP messages which this entity attempted + to send." + ::= { sysGlobalIcmp6Stat 2 } + +sysIcmp6StatRx OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of ICMP messages which the entity received." + ::= { sysGlobalIcmp6Stat 3 } + +sysIcmp6StatForward OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of ICMP messages which the entity forwarded." + ::= { sysGlobalIcmp6Stat 4 } + +sysIcmp6StatDrop OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of ICMP messages which the entity dropped." + ::= { sysGlobalIcmp6Stat 5 } + +sysIcmp6StatErrCksum OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of ICMP messages which the entity received but + determined as having ICMP-specific errors, bad ICMP checksums." + ::= { sysGlobalIcmp6Stat 6 } + +sysIcmp6StatErrLen OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of ICMP messages which the entity received but + determined as having ICMP-specific errors, bad ICMP bad length." + ::= { sysGlobalIcmp6Stat 7 } + +sysIcmp6StatErrMem OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of memory allocation errors in the process." + ::= { sysGlobalIcmp6Stat 8 } + +sysIcmp6StatErrRtx OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of routing errors." + ::= { sysGlobalIcmp6Stat 9 } + +sysIcmp6StatErrProto OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of ICMP messages which the entity received but + determined as having protocol errors." + ::= { sysGlobalIcmp6Stat 10 } + +sysIcmp6StatErrOpt OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of errors in options." + ::= { sysGlobalIcmp6Stat 11 } + +sysIcmp6StatErr OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of other not specified errors." + ::= { sysGlobalIcmp6Stat 12 } + +--================================================================== +-- Ip_stat +--================================================================== +sysIpStatResetStats OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "The action to reset resettable statistics data in sysGlobalIpStat. + Setting this value to 1 will reset statistics data. + Note, some statistics data may not be reset including data that are incremental counters." + ::= { sysGlobalIpStat 1 } + +sysIpStatTx OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of transmitted datagrams to interfaces." + ::= { sysGlobalIpStat 2 } + +sysIpStatRx OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of received datagrams from interfaces." + ::= { sysGlobalIpStat 3 } + +sysIpStatDropped OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of dropped datagrams." + ::= { sysGlobalIpStat 4 } + +sysIpStatRxFrag OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of received IP datagrams that have been successfully + fragmented at this entity." + ::= { sysGlobalIpStat 5 } + +sysIpStatRxFragDropped OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of received IP datagrams that have been dropped + because they needed to be fragmented at this entity but could + not be." + ::= { sysGlobalIpStat 6 } + +sysIpStatTxFrag OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of transmitted IP datagrams that have been successfully + fragmented at this entity." + ::= { sysGlobalIpStat 7 } + +sysIpStatTxFragDropped OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of transmitted IP datagrams that have been dropped + because they needed to be fragmented at this entity but could + not be." + ::= { sysGlobalIpStat 8 } + +sysIpStatReassembled OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of IP datagrams successfully reassembled." + ::= { sysGlobalIpStat 9 } + +sysIpStatErrCksum OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of datagrams discarded due to errors in their + IP headers, bad checksums." + ::= { sysGlobalIpStat 10 } + +sysIpStatErrLen OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of IP datagrams discarded due to errors in their + IP headers, bad length." + ::= { sysGlobalIpStat 11 } + +sysIpStatErrMem OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of memory allocation errors in the packet process." + ::= { sysGlobalIpStat 12 } + +sysIpStatErrRtx OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of routing errors." + ::= { sysGlobalIpStat 13 } + +sysIpStatErrProto OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of IP datagrams discarded due to errors in their + protocols." + ::= { sysGlobalIpStat 14 } + +sysIpStatErrOpt OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of errors in options." + ::= { sysGlobalIpStat 15 } + +sysIpStatErrReassembledTooLong OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of IP datagrams discarded due to errors of + reassembled too long." + ::= { sysGlobalIpStat 16 } + +sysIpStatNbrPbqFullDropped OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of IP datagrams dropped because the neighbor + queue was full." + ::= { sysGlobalIpStat 17 } + +sysIpStatNbrUnreachableDropped OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of IP datagrams dropped because the neighbor + host or gateway was unreachable." + ::= { sysGlobalIpStat 18 } + +sysIpStatMcastTx OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Number of transmitted multicast packets." + ::= { sysGlobalIpStat 19 } + +sysIpStatMcastRx OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Number of received multicast packets." + ::= { sysGlobalIpStat 20 } + +sysIpStatErrMcastRpf OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Number of multicast packets dropped due to failed + reverse-path-forward (RPF) check." + ::= { sysGlobalIpStat 21 } + +sysIpStatErrMcastWrongIf OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Number of multicast packets dropped due to wrong interface." + ::= { sysGlobalIpStat 22 } + +sysIpStatErrMcastNoRoute OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Number of multicast packets dropped due to failure to lookup route." + ::= { sysGlobalIpStat 23 } + +sysIpStatErrMcastRouteLookupTimeout OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Number of multicast packets dropped due to timeout while looking up + route." + ::= { sysGlobalIpStat 24 } + +sysIpStatErrMcastMaxPendingPackets OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Number of multicast packets dropped due to pending queue being full." + ::= { sysGlobalIpStat 25 } + +sysIpStatErrMcastMaxPendingRoutes OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Number of multicast packets dropped due to pending routing exceeded + the max number." + ::= { sysGlobalIpStat 26 } + +--================================================================== +-- Ip6_stat +--================================================================== +sysIp6StatResetStats OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "The action to reset resettable statistics data in sysGlobalIp6Stat. + Setting this value to 1 will reset statistics data. + Note, some statistics data may not be reset including data that are incremental counters." + ::= { sysGlobalIp6Stat 1 } + +sysIp6StatTx OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of transmitted datagrams to interfaces." + ::= { sysGlobalIp6Stat 2 } + +sysIp6StatRx OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of received datagrams from interfaces." + ::= { sysGlobalIp6Stat 3 } + +sysIp6StatDropped OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of dropped datagrams." + ::= { sysGlobalIp6Stat 4 } + +sysIp6StatRxFrag OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of received IP datagrams that have been successfully + fragmented at this entity." + ::= { sysGlobalIp6Stat 5 } + +sysIp6StatRxFragDropped OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of received IP datagrams that have been dropped + because they needed to be fragmented at this entity but could + not be." + ::= { sysGlobalIp6Stat 6 } + +sysIp6StatTxFrag OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of transmitted IP datagrams that have been successfully + fragmented at this entity." + ::= { sysGlobalIp6Stat 7 } + +sysIp6StatTxFragDropped OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of transmitted IP datagrams that have been dropped + because they needed to be fragmented at this entity but could + not be." + ::= { sysGlobalIp6Stat 8 } + +sysIp6StatReassembled OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of IP datagrams successfully reassembled." + ::= { sysGlobalIp6Stat 9 } + +sysIp6StatErrCksum OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of datagrams discarded due to errors in their + IP headers, bad checksums." + ::= { sysGlobalIp6Stat 10 } + +sysIp6StatErrLen OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of IP datagrams discarded due to errors in their + IP headers, bad length." + ::= { sysGlobalIp6Stat 11 } + +sysIp6StatErrMem OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of memory allocation errors in the packet process." + ::= { sysGlobalIp6Stat 12 } + +sysIp6StatErrRtx OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of routing errors." + ::= { sysGlobalIp6Stat 13 } + +sysIp6StatErrProto OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of IP datagrams discarded due to errors in their + protocols." + ::= { sysGlobalIp6Stat 14 } + +sysIp6StatErrOpt OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of errors in options." + ::= { sysGlobalIp6Stat 15 } + +sysIp6StatErrReassembledTooLong OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of IP datagrams discarded due to errors of + reassembled too long." + ::= { sysGlobalIp6Stat 16 } + +sysIp6StatNbrPbqFullDropped OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of IP datagrams dropped because the neighbor + queue was full." + ::= { sysGlobalIp6Stat 17 } + +sysIp6StatNbrUnreachableDropped OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of IP datagrams dropped because the neighbor + host or gateway was unreachable." + ::= { sysGlobalIp6Stat 18 } + +sysIp6StatMcastTx OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Number of transmitted multicast packets." + ::= { sysGlobalIp6Stat 19 } + +sysIp6StatMcastRx OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Number of received multicast packets." + ::= { sysGlobalIp6Stat 20 } + +sysIp6StatErrMcastRpf OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Number of multicast packets dropped due to failed + reverse-path-forward (RPF) check." + ::= { sysGlobalIp6Stat 21 } + +sysIp6StatErrMcastWrongIf OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Number of multicast packets dropped due to wrong interface." + ::= { sysGlobalIp6Stat 22 } + +sysIp6StatErrMcastNoRoute OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Number of multicast packets dropped due to failure to lookup route." + ::= { sysGlobalIp6Stat 23 } + +sysIp6StatErrMcastRouteLookupTimeout OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Number of multicast packets dropped due to timeout while looking up + route." + ::= { sysGlobalIp6Stat 24 } + +sysIp6StatErrMcastMaxPendingPackets OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Number of multicast packets dropped due to pending queue being full." + ::= { sysGlobalIp6Stat 25 } + +sysIp6StatErrMcastMaxPendingRoutes OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Number of multicast packets dropped due to pending routing exceeded + the max number." + ::= { sysGlobalIp6Stat 26 } + +--================================================================== +-- Global_clientssl_stat +--================================================================== +sysClientsslStatResetStats OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "The action to reset resettable statistics data in sysGlobalClientSslStat. + Setting this value to 1 will reset statistics data. + Note, some statistics data may not be reset including data that are incremental counters." + ::= { sysGlobalClientSslStat 1 } + +sysClientsslStatCurConns OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The current number of concurrent connections with + established SSL sessions being maintained by the filter." + ::= { sysGlobalClientSslStat 2 } + +sysClientsslStatMaxConns OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The maximum number of concurrent connections with + established SSL sessions being maintained by the filter." + ::= { sysGlobalClientSslStat 3 } + +sysClientsslStatCurNativeConns OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The current number of concurrent native connections with + established SSL sessions being maintained by the filter." + ::= { sysGlobalClientSslStat 4 } + +sysClientsslStatMaxNativeConns OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The maximum number of concurrent native connections with + established SSL sessions being maintained by the filter." + ::= { sysGlobalClientSslStat 5 } + +sysClientsslStatTotNativeConns OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of concurrent native connections with + established SSL sessions being maintained by the filter." + ::= { sysGlobalClientSslStat 6 } + +sysClientsslStatCurCompatConns OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The current number of concurrent compat connections with + established SSL sessions being maintained by the filter." + ::= { sysGlobalClientSslStat 7 } + +sysClientsslStatMaxCompatConns OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The maximum number of concurrent compat connections with + established SSL sessions being maintained by the filter." + ::= { sysGlobalClientSslStat 8 } + +sysClientsslStatTotCompatConns OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of concurrent compat connections with + established SSL sessions being maintained by the filter." + ::= { sysGlobalClientSslStat 9 } + +sysClientsslStatEncryptedBytesIn OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total encrypted bytes received." + ::= { sysGlobalClientSslStat 10 } + +sysClientsslStatEncryptedBytesOut OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total encrypted bytes sent." + ::= { sysGlobalClientSslStat 11 } + +sysClientsslStatDecryptedBytesIn OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total decrypted bytes received." + ::= { sysGlobalClientSslStat 12 } + +sysClientsslStatDecryptedBytesOut OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total decrypted bytes sent." + ::= { sysGlobalClientSslStat 13 } + +sysClientsslStatRecordsIn OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total records received." + ::= { sysGlobalClientSslStat 14 } + +sysClientsslStatRecordsOut OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total records sent." + ::= { sysGlobalClientSslStat 15 } + +sysClientsslStatFullyHwAcceleratedConns OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Fully hardware-accelerated implies usage of the Cavium + Nitrox or similar hardware accelerator such that all + significant cryptographic operations are offloaded, + including but not limited to the SSL handshake (at least + the RSA/DSA/DH operations) and record processing (at least + the bulk cipher plus MAC)." + ::= { sysGlobalClientSslStat 16 } + +sysClientsslStatPartiallyHwAcceleratedConns OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Partially hardware-accelerated indicates that at least the + RSA decryptions are offloaded." + ::= { sysGlobalClientSslStat 17 } + +sysClientsslStatNonHwAcceleratedConns OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Non-accelerated connections are those for which no + steady-state hardware acceleration is available (either + because no hardware accelerators are available or because + the necessary cryptographic operations are unsupported). + Because the extent of hardware acceleration may not be known + until a connection has closed (mid-stream SSL handshakes + might renegotiate an SSL session not supported by hardware + acceleration), this statistic will not be updated for a + given connection until it has closed." + ::= { sysGlobalClientSslStat 18 } + +sysClientsslStatPrematureDisconnects OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of connections disconnected before SSL session + establishment: the total number of connections that were + prematurely closed before an SSL session was established, + not including connections in pass-through mode." + ::= { sysGlobalClientSslStat 19 } + +sysClientsslStatMidstreamRenegotiations OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of mid-stream SSL re-negotiations, not including + initial SSL session establishment." + ::= { sysGlobalClientSslStat 20 } + +sysClientsslStatSessCacheCurEntries OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of the current entries in this cache." + ::= { sysGlobalClientSslStat 21 } + +sysClientsslStatSessCacheHits OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of the cache hits." + ::= { sysGlobalClientSslStat 22 } + +sysClientsslStatSessCacheLookups OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of the cache lookups." + ::= { sysGlobalClientSslStat 23 } + +sysClientsslStatSessCacheOverflows OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of the cache overflows." + ::= { sysGlobalClientSslStat 24 } + +sysClientsslStatSessCacheInvalidations OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of the session invalidations." + ::= { sysGlobalClientSslStat 25 } + +sysClientsslStatPeercertValid OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of the valid certificates." + ::= { sysGlobalClientSslStat 26 } + +sysClientsslStatPeercertInvalid OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of the invalid certificates." + ::= { sysGlobalClientSslStat 27 } + +sysClientsslStatPeercertNone OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of connections without certificates." + ::= { sysGlobalClientSslStat 28 } + +sysClientsslStatHandshakeFailures OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of handshake failures." + ::= { sysGlobalClientSslStat 29 } + +sysClientsslStatBadRecords OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of the bad records." + ::= { sysGlobalClientSslStat 30 } + +sysClientsslStatFatalAlerts OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of the fatal alerts." + ::= { sysGlobalClientSslStat 31 } + +sysClientsslStatSslv2 OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The SSL protocol version 2." + ::= { sysGlobalClientSslStat 32 } + +sysClientsslStatSslv3 OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The SSL protocol version 3." + ::= { sysGlobalClientSslStat 33 } + +sysClientsslStatTlsv1 OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The SSL TLS protocol version 1." + ::= { sysGlobalClientSslStat 34 } + +sysClientsslStatAdhKeyxchg OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The anonymous Diffie-Hellman." + ::= { sysGlobalClientSslStat 35 } + +sysClientsslStatDhDssKeyxchg OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! DSS certificate is obsolete in BIGIP. + The diffie-Hellman w/ DSS certificate." + ::= { sysGlobalClientSslStat 36 } + +sysClientsslStatDhRsaKeyxchg OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The diffie-Hellman w/ RSA certificate." + ::= { sysGlobalClientSslStat 37 } + +sysClientsslStatDssKeyxchg OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! DSS certificate is obsolete in BIGIP. + The DSS certificate." + ::= { sysGlobalClientSslStat 38 } + +sysClientsslStatEdhDssKeyxchg OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! DSS certificate is obsolete in BIGIP. + The ephemeral Diffie-Hellman w/ DSS cert." + ::= { sysGlobalClientSslStat 39 } + +sysClientsslStatRsaKeyxchg OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The RSA certificate." + ::= { sysGlobalClientSslStat 40 } + +sysClientsslStatNullBulk OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "No encryption." + ::= { sysGlobalClientSslStat 41 } + +sysClientsslStatAesBulk OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Advanced Encryption Standard (CBC)." + ::= { sysGlobalClientSslStat 42 } + +sysClientsslStatDesBulk OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Digital Encryption Standard (CBC)." + ::= { sysGlobalClientSslStat 43 } + +sysClientsslStatIdeaBulk OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "IDEA (old SSLv2 cipher)." + ::= { sysGlobalClientSslStat 44 } + +sysClientsslStatRc2Bulk OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Rivest Cipher 2 (CBC)." + ::= { sysGlobalClientSslStat 45 } + +sysClientsslStatRc4Bulk OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Rivest Cipher 4 (CBC)." + ::= { sysGlobalClientSslStat 46 } + +sysClientsslStatNullDigest OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "No message authentication." + ::= { sysGlobalClientSslStat 47 } + +sysClientsslStatMd5Digest OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Message Digest 5." + ::= { sysGlobalClientSslStat 48 } + +sysClientsslStatShaDigest OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Secure Hash Algorithm." + ::= { sysGlobalClientSslStat 49 } + +sysClientsslStatNotssl OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of the bad client greetings." + ::= { sysGlobalClientSslStat 50 } + +sysClientsslStatEdhRsaKeyxchg OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Ephemeral Diffie-Hellman w/ RSA cert." + ::= { sysGlobalClientSslStat 51 } + +sysClientsslStatTotConns5s OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The average total SSL connections from client-side to the system in last five seconds." + ::= { sysGlobalClientSslStat 52 } + +sysClientsslStatTotConns1m OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The average total SSL connections from client-side to the system in last one minute." + ::= { sysGlobalClientSslStat 53 } + +sysClientsslStatTotConns5m OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The average total SSL connections from client-side to the system in last five minutes." + ::= { sysGlobalClientSslStat 54 } + +sysClientsslStatSecureHandshakes OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of handshakes, including mid-stream re-negotiations, + performed with peers supporting SSL secure renegotiation." + ::= { sysGlobalClientSslStat 55 } + +sysClientsslStatInsecureHandshakeAccepts OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of handshakes, including mid-stream re-negotiations, + performed with peers not supporting SSL secure renegotiation." + ::= { sysGlobalClientSslStat 56 } + +sysClientsslStatInsecureHandshakeRejects OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of rejected initial handshakes with peers + not supporting SSL secure renegotiation." + ::= { sysGlobalClientSslStat 57 } + +sysClientsslStatInsecureRenegotiationRejects OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of rejected renegotiation attempts by peers + not supporting SSL secure renegotiation." + ::= { sysGlobalClientSslStat 58 } + +sysClientsslStatSniRejects OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of rejected handshake attempts by peers + not supporting SSL SNI extension or having mismatched + server names." + ::= { sysGlobalClientSslStat 59 } + +sysClientsslStatTlsv11 OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The SSL TLS protocol version 1.1." + ::= { sysGlobalClientSslStat 60 } + +sysClientsslStatTlsv12 OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The SSL TLS protocol version 1.2." + ::= { sysGlobalClientSslStat 61 } + +sysClientsslStatDtlsv1 OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The SSL DTLS protocol version 1.0." + ::= { sysGlobalClientSslStat 62 } + +sysClientsslStatEcdheRsaKeyxchg OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Ephemeral ECDH w/ RSA cert." + ::= { sysGlobalClientSslStat 63 } + +sysClientsslStatConns OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total connections using SSL FWDP feature." + ::= { sysGlobalClientSslStat 64 } + +sysClientsslStatCachedCerts OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total SSL FWDP cached certificates." + ::= { sysGlobalClientSslStat 65 } + +sysClientsslStatEcdhRsaKeyxchg OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Fixed ECDH with RSA signed cert." + ::= { sysGlobalClientSslStat 66 } + +sysClientsslStatEcdheEcdsaKeyxchg OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Ephemeral ECDH with ECDSA cert." + ::= { sysGlobalClientSslStat 67 } + +sysClientsslStatEcdhEcdsaKeyxchg OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Fixed ECDH with ECDSA cert." + ::= { sysGlobalClientSslStat 68 } + +sysClientsslStatDheDssKeyxchg OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Ephemeral DH with DSS cert." + ::= { sysGlobalClientSslStat 69 } + +sysClientsslStatAesGcmBulk OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Advanced Encryption Standard Galois Counter Mode (AES-GCM)." + ::= { sysGlobalClientSslStat 70 } + +sysClientsslStatDestinationIpBypasses OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total SSL FWDP Destination IP Bypasses." + ::= { sysGlobalClientSslStat 71 } + +sysClientsslStatSourceIpBypasses OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total SSL FWDP Source IP Bypasses." + ::= { sysGlobalClientSslStat 72 } + +sysClientsslStatHostnameBypasses OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total SSL FWDP Hostname Bypasses." + ::= { sysGlobalClientSslStat 73 } + +sysClientsslStatAggregateRenegotiationsRejected OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of aggregate renegotiations rejected." + ::= { sysGlobalClientSslStat 74 } + +sysClientsslStatOcspStaplingConns OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total connections sending the status-request extension in the client hello." + ::= { sysGlobalClientSslStat 75 } + +sysClientsslStatOcspStaplingResponseStatusErrors OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total OCSP response errors." + ::= { sysGlobalClientSslStat 76 } + +sysClientsslStatOcspStaplingResponseValidationErrors OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total OCSP response validation errors." + ::= { sysGlobalClientSslStat 77 } + +sysClientsslStatOcspStaplingCertStatusErrors OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total certificate status errors (revoked, unknown)." + ::= { sysGlobalClientSslStat 78 } + +sysClientsslStatOcspStaplingOcspConnHttpErrors OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total HTTP errors on the connection made to fetch the OCSP response." + ::= { sysGlobalClientSslStat 79 } + +sysClientsslStatOcspStaplingOcspConnTimeouts OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total timeouts on the connection made to fetch the OCSP response." + ::= { sysGlobalClientSslStat 80 } + +sysClientsslStatOcspStaplingOcspConnFailures OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total connection failures when fetching OCSP response." + ::= { sysGlobalClientSslStat 81 } + +sysClientsslStatSessionMirrorSuccess OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total SSL sessions mirrored successfully." + ::= { sysGlobalClientSslStat 82 } + +sysClientsslStatSessionMirrorFailure OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total SSL session mirror failures." + ::= { sysGlobalClientSslStat 83 } + +sysClientsslStatConnectionMirrorPeerReady OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total SSL HA peer ready messages." + ::= { sysGlobalClientSslStat 84 } + +sysClientsslStatConnectionMirrorHaCtxSent OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total SSL HA context sent messages." + ::= { sysGlobalClientSslStat 85 } + +sysClientsslStatConnectionMirrorHaCtxRecv OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total SSL HA context received messages." + ::= { sysGlobalClientSslStat 86 } + +sysClientsslStatConnectionMirrorHaHsSuccess OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total SSL HA handshake succesful." + ::= { sysGlobalClientSslStat 87 } + +sysClientsslStatConnectionMirrorHaFailure OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total SSL HA failures." + ::= { sysGlobalClientSslStat 88 } + +sysClientsslStatConnectionMirrorHaTimeout OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total SSL HA timeouts." + ::= { sysGlobalClientSslStat 89 } + +sysClientsslStatDtlsTxPushbacks OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of the Datagram Transport Layer Security transmitted packets which are pushed back." + ::= { sysGlobalClientSslStat 90 } + +sysClientsslStatCamelliaBulk OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Camellia Cipher (CBC)." + ::= { sysGlobalClientSslStat 91 } + +sysClientsslStatActiveHandshakeRejected OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of active handshakes rejected." + ::= { sysGlobalClientSslStat 92 } + +sysClientsslStatCurrentActiveHandshakes OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of current active handshakes." + ::= { sysGlobalClientSslStat 93 } + +sysClientsslStatExtendedMasterSecrets OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of extended master secret handshakes." + ::= { sysGlobalClientSslStat 94 } + +sysClientsslStatBypassesHandshakeAlert OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total ssl fwdp bypasses by receiving handshake alert." + ::= { sysGlobalClientSslStat 95 } + +sysClientsslStatBypassClientCertificateRequest OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total ssl fwdp bypasses by failed client certificate request." + ::= { sysGlobalClientSslStat 96 } + +sysClientsslStatOcspFwdpClientsslCachedResp OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total SSL OCSP FWDP certificate status responses cached." + ::= { sysGlobalClientSslStat 97 } + +sysClientsslStatOcspFwdpClientsslCertStatusReq OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of connections that requested OCSP certificate status." + ::= { sysGlobalClientSslStat 98 } + +sysClientsslStatOcspFwdpClientsslStapledResp OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of connections for which OCSP certificate status was stapled." + ::= { sysGlobalClientSslStat 99 } + +sysClientsslStatOcspFwdpClientsslRespstatusErrResp OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of connections for which stapled response did not indicate success." + ::= { sysGlobalClientSslStat 100 } + +sysClientsslStatOcspFwdpClientsslInvalidCertResp OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of connections for which invalid certificate was returned to indicate revoked response." + ::= { sysGlobalClientSslStat 101 } + +sysClientsslStatOcspFwdpClientsslRevokedResp OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of connections for which stapled response indicated revoked certificate status." + ::= { sysGlobalClientSslStat 102 } + +sysClientsslStatOcspFwdpClientsslUnknownResp OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of connections for which stapled response indicated unknown certificate status." + ::= { sysGlobalClientSslStat 103 } + +sysClientsslStatC3dConns OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total connections using SSL C3D feature." + ::= { sysGlobalClientSslStat 104 } + +sysClientsslStatChacha20Poly1305Bulk OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "ChaCha20-Poly1305." + ::= { sysGlobalClientSslStat 105 } + +--================================================================== +-- Global_serverssl_stat +--================================================================== +sysServersslStatResetStats OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "The action to reset resettable statistics data in sysGlobalServerSslStat. + Setting this value to 1 will reset statistics data. + Note, some statistics data may not be reset including data that are incremental counters." + ::= { sysGlobalServerSslStat 1 } + +sysServersslStatCurConns OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The current number of concurrent connections with + established SSL sessions being maintained by the filter." + ::= { sysGlobalServerSslStat 2 } + +sysServersslStatMaxConns OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The maximum number of concurrent connections with + established SSL sessions being maintained by the filter." + ::= { sysGlobalServerSslStat 3 } + +sysServersslStatCurNativeConns OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The current number of concurrent native connections with + established SSL sessions being maintained by the filter." + ::= { sysGlobalServerSslStat 4 } + +sysServersslStatMaxNativeConns OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The maximum number of concurrent native connections with + established SSL sessions being maintained by the filter." + ::= { sysGlobalServerSslStat 5 } + +sysServersslStatTotNativeConns OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of concurrent native connections with + established SSL sessions being maintained by the filter." + ::= { sysGlobalServerSslStat 6 } + +sysServersslStatCurCompatConns OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The current number of concurrent compat connections with + established SSL sessions being maintained by the filter." + ::= { sysGlobalServerSslStat 7 } + +sysServersslStatMaxCompatConns OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The maximum number of concurrent compat connections with + established SSL sessions being maintained by the filter." + ::= { sysGlobalServerSslStat 8 } + +sysServersslStatTotCompatConns OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of concurrent compat connections with + established SSL sessions being maintained by the filter." + ::= { sysGlobalServerSslStat 9 } + +sysServersslStatEncryptedBytesIn OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total encrypted bytes received." + ::= { sysGlobalServerSslStat 10 } + +sysServersslStatEncryptedBytesOut OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total encrypted bytes sent." + ::= { sysGlobalServerSslStat 11 } + +sysServersslStatDecryptedBytesIn OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total decrypted bytes received." + ::= { sysGlobalServerSslStat 12 } + +sysServersslStatDecryptedBytesOut OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total decrypted bytes sent." + ::= { sysGlobalServerSslStat 13 } + +sysServersslStatRecordsIn OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total records received." + ::= { sysGlobalServerSslStat 14 } + +sysServersslStatRecordsOut OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total records sent." + ::= { sysGlobalServerSslStat 15 } + +sysServersslStatFullyHwAcceleratedConns OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Fully hardware-accelerated implies usage of the Cavium + Nitrox or similar hardware accelerator such that all + significant cryptographic operations are offloaded, + including but not limited to the SSL handshake (at least + the RSA/DSA/DH operations) and record processing (at least + the bulk cipher plus MAC)." + ::= { sysGlobalServerSslStat 16 } + +sysServersslStatPartiallyHwAcceleratedConns OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Partially hardware-accelerated indicates that at least the + RSA decryptions are offloaded." + ::= { sysGlobalServerSslStat 17 } + +sysServersslStatNonHwAcceleratedConns OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Non-accelerated connections are those for which no + steady-state hardware acceleration is available (either + because no hardware accelerators are available or because + the necessary cryptographic operations are unsupported). + Because the extent of hardware acceleration may not be known + until a connection has closed (mid-stream SSL handshakes + might renegotiate an SSL session not supported by hardware + acceleration), this statistic will not be updated for a + given connection until it has closed." + ::= { sysGlobalServerSslStat 18 } + +sysServersslStatPrematureDisconnects OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of connections disconnected before SSL session + establishment: the total number of connections that were + prematurely closed before an SSL session was established, + not including connections in pass-through mode." + ::= { sysGlobalServerSslStat 19 } + +sysServersslStatMidstreamRenegotiations OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of mid-stream SSL re-negotiations, not including + initial SSL session establishment." + ::= { sysGlobalServerSslStat 20 } + +sysServersslStatSessCacheCurEntries OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of the current entries in this cache." + ::= { sysGlobalServerSslStat 21 } + +sysServersslStatSessCacheHits OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of the cache hits." + ::= { sysGlobalServerSslStat 22 } + +sysServersslStatSessCacheLookups OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of the cache lookups." + ::= { sysGlobalServerSslStat 23 } + +sysServersslStatSessCacheOverflows OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of the cache overflows." + ::= { sysGlobalServerSslStat 24 } + +sysServersslStatSessCacheInvalidations OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of the session invalidations." + ::= { sysGlobalServerSslStat 25 } + +sysServersslStatPeercertValid OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of the valid certificates." + ::= { sysGlobalServerSslStat 26 } + +sysServersslStatPeercertInvalid OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of the invalid certificates." + ::= { sysGlobalServerSslStat 27 } + +sysServersslStatPeercertNone OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of connections without certificates." + ::= { sysGlobalServerSslStat 28 } + +sysServersslStatHandshakeFailures OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of handshake failures." + ::= { sysGlobalServerSslStat 29 } + +sysServersslStatBadRecords OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of the bad records." + ::= { sysGlobalServerSslStat 30 } + +sysServersslStatFatalAlerts OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of the fatal alerts." + ::= { sysGlobalServerSslStat 31 } + +sysServersslStatSslv2 OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The SSL protocol version 2." + ::= { sysGlobalServerSslStat 32 } + +sysServersslStatSslv3 OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The SSL protocol version 3." + ::= { sysGlobalServerSslStat 33 } + +sysServersslStatTlsv1 OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The SSL TLS protocol version 1." + ::= { sysGlobalServerSslStat 34 } + +sysServersslStatAdhKeyxchg OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The anonymous Diffie-Hellman." + ::= { sysGlobalServerSslStat 35 } + +sysServersslStatDhDssKeyxchg OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! DSS certificate is obsolete in BIGIP. + The diffie-Hellman w/ DSS certificate." + ::= { sysGlobalServerSslStat 36 } + +sysServersslStatDhRsaKeyxchg OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The diffie-Hellman w/ RSA certificate." + ::= { sysGlobalServerSslStat 37 } + +sysServersslStatDssKeyxchg OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! DSS certificate is obsolete in BIGIP. + The DSS certificate." + ::= { sysGlobalServerSslStat 38 } + +sysServersslStatEdhDssKeyxchg OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! DSS certificate is obsolete in BIGIP. + The ephemeral Diffie-Hellman w/ DSS cert." + ::= { sysGlobalServerSslStat 39 } + +sysServersslStatRsaKeyxchg OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The RSA certificate." + ::= { sysGlobalServerSslStat 40 } + +sysServersslStatNullBulk OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "No encryption." + ::= { sysGlobalServerSslStat 41 } + +sysServersslStatAesBulk OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Advanced Encryption Standard (CBC)." + ::= { sysGlobalServerSslStat 42 } + +sysServersslStatDesBulk OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Digital Encryption Standard (CBC)." + ::= { sysGlobalServerSslStat 43 } + +sysServersslStatIdeaBulk OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "IDEA (old SSLv2 cipher)." + ::= { sysGlobalServerSslStat 44 } + +sysServersslStatRc2Bulk OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Rivest Cipher 2 (CBC)." + ::= { sysGlobalServerSslStat 45 } + +sysServersslStatRc4Bulk OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Rivest Cipher 4 (CBC)." + ::= { sysGlobalServerSslStat 46 } + +sysServersslStatNullDigest OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "No message authentication." + ::= { sysGlobalServerSslStat 47 } + +sysServersslStatMd5Digest OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Message Digest 5." + ::= { sysGlobalServerSslStat 48 } + +sysServersslStatShaDigest OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Secure Hash Algorithm." + ::= { sysGlobalServerSslStat 49 } + +sysServersslStatNotssl OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of the bad client greetings." + ::= { sysGlobalServerSslStat 50 } + +sysServersslStatEdhRsaKeyxchg OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Ephemeral Diffie-Hellman w/ RSA cert." + ::= { sysGlobalServerSslStat 51 } + +sysServersslStatSecureHandshakes OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of handshakes, including mid-stream re-negotiations, + performed with peers supporting SSL secure renegotiation." + ::= { sysGlobalServerSslStat 52 } + +sysServersslStatInsecureHandshakeAccepts OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of handshakes, including mid-stream re-negotiations, + performed with peers not supporting SSL secure renegotiation." + ::= { sysGlobalServerSslStat 53 } + +sysServersslStatInsecureHandshakeRejects OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of rejected initial handshakes with peers + not supporting SSL secure renegotiation." + ::= { sysGlobalServerSslStat 54 } + +sysServersslStatInsecureRenegotiationRejects OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of rejected renegotiation attempts by peers + not supporting SSL secure renegotiation." + ::= { sysGlobalServerSslStat 55 } + +sysServersslStatSniRejects OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of rejected handshake attempts by peers + not supporting SSL SNI extension or having mismatched + server names." + ::= { sysGlobalServerSslStat 56 } + +sysServersslStatTlsv11 OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The SSL TLS protocol version 1.1." + ::= { sysGlobalServerSslStat 57 } + +sysServersslStatTlsv12 OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The SSL TLS protocol version 1.2." + ::= { sysGlobalServerSslStat 58 } + +sysServersslStatDtlsv1 OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The SSL DTLS protocol version 1.0." + ::= { sysGlobalServerSslStat 59 } + +sysServersslStatEcdheRsaKeyxchg OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Ephemeral ECDH w/ RSA cert." + ::= { sysGlobalServerSslStat 60 } + +sysServersslStatConns OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total connections using SSL FWDP feature." + ::= { sysGlobalServerSslStat 61 } + +sysServersslStatEcdhRsaKeyxchg OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Fixed ECDH with RSA signed cert." + ::= { sysGlobalServerSslStat 62 } + +sysServersslStatEcdheEcdsaKeyxchg OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Ephemeral ECDH with ECDSA cert." + ::= { sysGlobalServerSslStat 63 } + +sysServersslStatEcdhEcdsaKeyxchg OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Fixed ECDH with ECDSA cert." + ::= { sysGlobalServerSslStat 64 } + +sysServersslStatDheDssKeyxchg OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Ephemeral DH with DSS cert." + ::= { sysGlobalServerSslStat 65 } + +sysServersslStatAesGcmBulk OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Advanced Encryption Standard Galois Counter Mode (AES-GCM)." + ::= { sysGlobalServerSslStat 66 } + +sysServersslStatDestinationIpBypasses OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total SSL FWDP Destination IP Bypasses." + ::= { sysGlobalServerSslStat 67 } + +sysServersslStatSourceIpBypasses OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total SSL FWDP Source IP Bypasses." + ::= { sysGlobalServerSslStat 68 } + +sysServersslStatHostnameBypasses OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total SSL FWDP Hostname Bypasses." + ::= { sysGlobalServerSslStat 69 } + +sysServersslStatRenegotiationsRejected OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of renegotiations rejected." + ::= { sysGlobalServerSslStat 70 } + +sysServersslStatAggregateRenegotiationsRejected OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of aggregate renegotiations rejected." + ::= { sysGlobalServerSslStat 71 } + +sysServersslStatSessionMirrorSuccess OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total SSL sessions mirrored successfully." + ::= { sysGlobalServerSslStat 72 } + +sysServersslStatSessionMirrorFailure OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total SSL session mirror failures." + ::= { sysGlobalServerSslStat 73 } + +sysServersslStatConnectionMirrorPeerReady OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total SSL HA peer ready messages." + ::= { sysGlobalServerSslStat 74 } + +sysServersslStatConnectionMirrorHaCtxSent OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total SSL HA context sent messages." + ::= { sysGlobalServerSslStat 75 } + +sysServersslStatConnectionMirrorHaCtxRecv OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total SSL HA context received messages." + ::= { sysGlobalServerSslStat 76 } + +sysServersslStatConnectionMirrorHaHsSuccess OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total SSL HA handshake succesful." + ::= { sysGlobalServerSslStat 77 } + +sysServersslStatConnectionMirrorHaFailure OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total SSL HA failures." + ::= { sysGlobalServerSslStat 78 } + +sysServersslStatConnectionMirrorHaTimeout OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total SSL HA timeouts." + ::= { sysGlobalServerSslStat 79 } + +sysServersslStatDtlsTxPushbacks OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of the Datagram Transport Layer Security transmitted packets which are pushed back." + ::= { sysGlobalServerSslStat 80 } + +sysServersslStatCamelliaBulk OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Camellia Cipher (CBC)." + ::= { sysGlobalServerSslStat 81 } + +sysServersslStatActiveHandshakeRejected OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of active handshakes rejected." + ::= { sysGlobalServerSslStat 82 } + +sysServersslStatCurrentActiveHandshakes OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of current active handshakes." + ::= { sysGlobalServerSslStat 83 } + +sysServersslStatExtendedMasterSecrets OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of extended master secret handshakes." + ::= { sysGlobalServerSslStat 84 } + +sysServersslStatBypassesHandshakeAlert OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total ssl fwdp bypasses by receiving handshake alert." + ::= { sysGlobalServerSslStat 85 } + +sysServersslStatBypassClientCertificateRequest OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total ssl fwdp bypasses by failed client certificate request." + ::= { sysGlobalServerSslStat 86 } + +sysServersslStatOcspServersslCachedResp OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Total number of server connections for which OCSP response was obtained from the cache." + ::= { sysGlobalServerSslStat 87 } + +sysServersslStatOcspServersslStapledResp OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Total number of server connections that had stapled a valid OCSP response." + ::= { sysGlobalServerSslStat 88 } + +sysServersslStatOcspServersslResponderQueries OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Total number of server connections that required communicating with OCSP responder." + ::= { sysGlobalServerSslStat 89 } + +sysServersslStatOcspServersslResponseErrors OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Total number of server connections for which OCSP responder query failed for any reason." + ::= { sysGlobalServerSslStat 90 } + +sysServersslStatOcspServersslCertStatusUnknown OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Total number of server connections for which certificate status was indicated as unknown." + ::= { sysGlobalServerSslStat 91 } + +sysServersslStatOcspServersslCertStatusRevoked OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Total number of server connections for which certificate status was indicated as revoked." + ::= { sysGlobalServerSslStat 92 } + +sysServersslStatC3dConns OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total connections using SSL C3D feature." + ::= { sysGlobalServerSslStat 93 } + +sysServersslStatChacha20Poly1305Bulk OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "ChaCha20-Poly1305." + ::= { sysGlobalServerSslStat 94 } + +--================================================================== +-- Global_stream_stat +--================================================================== +sysStreamStatResetStats OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "The action to reset resettable statistics data in sysGlobalStreamStat. + Setting this value to 1 will reset statistics data. + Note, some statistics data may not be reset including data that are incremental counters." + ::= { sysGlobalStreamStat 1 } + +sysStreamStatReplaces OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of replace operations completed on the system." + ::= { sysGlobalStreamStat 2 } + +--================================================================== +-- Global_tcp_stat +--================================================================== +sysTcpStatResetStats OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "The action to reset resettable statistics data in sysGlobalTcpStat. + Setting this value to 1 will reset statistics data. + Note, some statistics data may not be reset including data that are incremental counters." + ::= { sysGlobalTcpStat 1 } + +sysTcpStatOpen OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of current open connections." + ::= { sysGlobalTcpStat 2 } + +sysTcpStatCloseWait OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of current connections in CLOSE-WAIT/LAST-ACK." + ::= { sysGlobalTcpStat 3 } + +sysTcpStatFinWait OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of current connections in FIN-WAIT-1/CLOSING." + ::= { sysGlobalTcpStat 4 } + +sysTcpStatTimeWait OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of current connections in TIME-WAIT." + ::= { sysGlobalTcpStat 5 } + +sysTcpStatAccepts OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of connections accepted." + ::= { sysGlobalTcpStat 6 } + +sysTcpStatAcceptfails OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of connections not accepted." + ::= { sysGlobalTcpStat 7 } + +sysTcpStatConnects OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of connections established." + ::= { sysGlobalTcpStat 8 } + +sysTcpStatConnfails OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of connections failures." + ::= { sysGlobalTcpStat 9 } + +sysTcpStatExpires OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of connections expired due to idle timeout." + ::= { sysGlobalTcpStat 10 } + +sysTcpStatAbandons OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of connections abandoned connections due to + retries/keep-alives." + ::= { sysGlobalTcpStat 11 } + +sysTcpStatRxrst OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of received RST." + ::= { sysGlobalTcpStat 12 } + +sysTcpStatRxbadsum OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of bad checksum." + ::= { sysGlobalTcpStat 13 } + +sysTcpStatRxbadseg OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of malformed segments." + ::= { sysGlobalTcpStat 14 } + +sysTcpStatRxooseg OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of out of order segments." + ::= { sysGlobalTcpStat 15 } + +sysTcpStatRxcookie OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of received SYN-cookies." + ::= { sysGlobalTcpStat 16 } + +sysTcpStatRxbadcookie OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of bad SYN-cookies." + ::= { sysGlobalTcpStat 17 } + +sysTcpStatSyncacheover OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of SYN-cache overflow." + ::= { sysGlobalTcpStat 18 } + +sysTcpStatTxrexmits OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of retransmitted segments." + ::= { sysGlobalTcpStat 19 } + +sysTcpStatFinWait2 OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of current connections in FIN-WAIT-2." + ::= { sysGlobalTcpStat 20 } + +--================================================================== +-- Global_udp_stat +--================================================================== +sysUdpStatResetStats OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "The action to reset resettable statistics data in sysGlobalUdpStat. + Setting this value to 1 will reset statistics data. + Note, some statistics data may not be reset including data that are incremental counters." + ::= { sysGlobalUdpStat 1 } + +sysUdpStatOpen OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of current open connections." + ::= { sysGlobalUdpStat 2 } + +sysUdpStatAccepts OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of connections accepted." + ::= { sysGlobalUdpStat 3 } + +sysUdpStatAcceptfails OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of connections not accepted." + ::= { sysGlobalUdpStat 4 } + +sysUdpStatConnects OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of connections established." + ::= { sysGlobalUdpStat 5 } + +sysUdpStatConnfails OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of connections failures." + ::= { sysGlobalUdpStat 6 } + +sysUdpStatExpires OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of connections expired connections due to idle timeout." + ::= { sysGlobalUdpStat 7 } + +sysUdpStatRxdgram OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of received datagrams." + ::= { sysGlobalUdpStat 8 } + +sysUdpStatRxbaddgram OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of malformed datagrams." + ::= { sysGlobalUdpStat 9 } + +sysUdpStatRxunreach OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of received ICMP un-reached." + ::= { sysGlobalUdpStat 10 } + +sysUdpStatRxbadsum OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of bad checksum." + ::= { sysGlobalUdpStat 11 } + +sysUdpStatRxnosum OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of no checksum." + ::= { sysGlobalUdpStat 12 } + +sysUdpStatTxdgram OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of transmitted datagrams." + ::= { sysGlobalUdpStat 13 } + +--================================================================== +-- Admin_ip +--================================================================== +sysAdminIpNumber OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of sysAdminIp entries in the table." + ::= { sysAdminIp 1 } + +sysAdminIpTable OBJECT-TYPE + SYNTAX SEQUENCE OF SysAdminIpEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A table containing information of a device's administrative IP addresses on this machine." + ::= { sysAdminIp 2 } + +sysAdminIpEntry OBJECT-TYPE + SYNTAX SysAdminIpEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Columns in the sysAdminIp Table" + INDEX { + sysAdminIpAddrType, + sysAdminIpAddr + } + ::= { sysAdminIpTable 1 } + +SysAdminIpEntry ::= + SEQUENCE { + sysAdminIpAddrType InetAddressType, + sysAdminIpAddr InetAddress, + sysAdminIpNetmaskType InetAddressType, + sysAdminIpNetmask InetAddress, + sysAdminIpName LongDisplayString + } + +sysAdminIpAddrType OBJECT-TYPE + SYNTAX InetAddressType + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The IP address type of sysAdminIpAddr" + ::= { sysAdminIpEntry 1 } + +sysAdminIpAddr OBJECT-TYPE + SYNTAX InetAddress + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "An administrative IP address on this machine. It is + interpreted within the context of a sysAdminIpAddrType value." + ::= { sysAdminIpEntry 2 } + +sysAdminIpNetmaskType OBJECT-TYPE + SYNTAX InetAddressType + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The netmask type of sysAdminIpNetmask" + ::= { sysAdminIpEntry 3 } + +sysAdminIpNetmask OBJECT-TYPE + SYNTAX InetAddress + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The netmask for the administrative IP address on this machine. It is + interpreted within the context of a sysAdminIpNetmaskType value." + ::= { sysAdminIpEntry 4 } + +sysAdminIpName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of admin ip." + ::= { sysAdminIpEntry 5 } + +--================================================================== +-- Arp_static_entry +--================================================================== +sysArpStaticEntryNumber OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of sysArpStaticEntry entries in the table." + ::= { sysArpStaticEntry 1 } + +sysArpStaticEntryTable OBJECT-TYPE + SYNTAX SEQUENCE OF SysArpStaticEntryEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A table containing information of static ARP/NDP entries." + ::= { sysArpStaticEntry 2 } + +sysArpStaticEntryEntry OBJECT-TYPE + SYNTAX SysArpStaticEntryEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Columns in the sysArpStaticEntry Table" + INDEX { + sysArpStaticEntryName + } + ::= { sysArpStaticEntryTable 1 } + +SysArpStaticEntryEntry ::= + SEQUENCE { + sysArpStaticEntryIpAddrType InetAddressType, + sysArpStaticEntryIpAddr InetAddress, + sysArpStaticEntryMacAddr MacAddress, + sysArpStaticEntryName LongDisplayString + } + +sysArpStaticEntryIpAddrType OBJECT-TYPE + SYNTAX InetAddressType + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The IP address type of sysArpStaticEntryIpAddr." + ::= { sysArpStaticEntryEntry 1 } + +sysArpStaticEntryIpAddr OBJECT-TYPE + SYNTAX InetAddress + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "An IP address entry of the ARP/NDP entry. It is interpreted within + the context of a sysArpStaticEntryIpAddrType." + ::= { sysArpStaticEntryEntry 2 } + +sysArpStaticEntryMacAddr OBJECT-TYPE + SYNTAX MacAddress + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The MAC address which the specified IP address to be mapped to." + ::= { sysArpStaticEntryEntry 3 } + +sysArpStaticEntryName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name binding" + ::= { sysArpStaticEntryEntry 4 } + +--================================================================== +-- Snmp_bridge_stat +--================================================================== +sysDot1dbaseStatResetStats OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "The action to reset resettable statistics data in sysDot1dbaseStat. + Setting this value to 1 will reset statistics data. + Note, some statistics data may not be reset including data that are incremental counters." + ::= { sysDot1dbaseStat 1 } + +sysDot1dbaseStatMacAddr OBJECT-TYPE + SYNTAX MacAddress + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The MAC address used by this bridge when it must + be referred to in a unique fashion. It is + recommended that this be the numerically smallest + MAC address of all ports that belong to this + bridge. However it is only required to be unique. + When concatenated with dot1dStpPriority a unique + bridge identifier is formed which is used in the + spanning tree protocol." + ::= { sysDot1dbaseStat 2 } + +sysDot1dbaseStatNumPorts OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of ports controlled by this bridging entity." + ::= { sysDot1dbaseStat 3 } + +sysDot1dbaseStatType OBJECT-TYPE + SYNTAX INTEGER { + uninitialized(0), + unknown(1), + transparentonly(2), + sourcerouteonly(3) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Indicates what type of bridging this bridge can + perform. If a bridge is actually performing a + certain type of bridging this will be indicated by + entries in the port table for the given type." + ::= { sysDot1dbaseStat 4 } + +--================================================================== +-- Snmp_dot1dbase_stat_port +--================================================================== +sysDot1dbaseStatPortNumber OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of sysDot1dbaseStatPort entries in the table." + ::= { sysDot1dbaseStatPort 1 } + +sysDot1dbaseStatPortTable OBJECT-TYPE + SYNTAX SEQUENCE OF SysDot1dbaseStatPortEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A table that contains generic information about + every port that is associated with this bridge. + Transparent, source-route, etc. ports are included. + This is a part of sysDot1dbaseStat and syssysDot1dbaseStatResetStat + will reset data in this table." + ::= { sysDot1dbaseStatPort 2 } + +sysDot1dbaseStatPortEntry OBJECT-TYPE + SYNTAX SysDot1dbaseStatPortEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Columns in the sysDot1dbaseStatPort Table" + INDEX { + sysDot1dbaseStatPortIndex + } + ::= { sysDot1dbaseStatPortTable 1 } + +SysDot1dbaseStatPortEntry ::= + SEQUENCE { + sysDot1dbaseStatPortIndex INTEGER, + sysDot1dbaseStatPortPort INTEGER, + sysDot1dbaseStatPortName LongDisplayString, + sysDot1dbaseStatPortDelayExceededDiscards Counter64, + sysDot1dbaseStatPortMtuExceededDiscards Counter64 + } + +sysDot1dbaseStatPortIndex OBJECT-TYPE + SYNTAX INTEGER(0..2147483647) + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The index of the table that contains generic information + about every port that is associated with this bridge." + ::= { sysDot1dbaseStatPortEntry 1 } + +sysDot1dbaseStatPortPort OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The port number of the port for which this entry + contains bridge management information." + ::= { sysDot1dbaseStatPortEntry 2 } + +sysDot1dbaseStatPortName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of the interface corresponding to the port." + ::= { sysDot1dbaseStatPortEntry 3 } + +sysDot1dbaseStatPortDelayExceededDiscards OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of frames discarded by this port due + to excessive transit delay through the bridge. It + is incremented by both transparent and source + route bridges." + ::= { sysDot1dbaseStatPortEntry 4 } + +sysDot1dbaseStatPortMtuExceededDiscards OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of frames discarded by this port due + to an excessive size. It is incremented by both + transparent and source route bridges." + ::= { sysDot1dbaseStatPortEntry 5 } + +--================================================================== +-- Interface +--================================================================== +sysInterfaceNumber OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of sysInterface entries in the table." + ::= { sysInterface 1 } + +sysInterfaceTable OBJECT-TYPE + SYNTAX SEQUENCE OF SysInterfaceEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A table containing information of the interfaces on the device." + ::= { sysInterface 2 } + +sysInterfaceEntry OBJECT-TYPE + SYNTAX SysInterfaceEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Columns in the sysInterface Table" + INDEX { + sysInterfaceName + } + ::= { sysInterfaceTable 1 } + +SysInterfaceEntry ::= + SEQUENCE { + sysInterfaceName LongDisplayString, + sysInterfaceMediaMaxSpeed Gauge, + sysInterfaceMediaMaxDuplex INTEGER, + sysInterfaceMediaActiveSpeed Gauge, + sysInterfaceMediaActiveDuplex INTEGER, + sysInterfaceMacAddr MacAddress, + sysInterfaceMtu Gauge, + sysInterfaceEnabled INTEGER, + sysInterfaceLearnMode INTEGER, + sysInterfaceFlowCtrlReq INTEGER, + sysInterfaceStpLink INTEGER, + sysInterfaceStpEdge INTEGER, + sysInterfaceStpEdgeActive INTEGER, + sysInterfaceStpAuto INTEGER, + sysInterfaceStpEnable INTEGER, + sysInterfaceStpReset INTEGER, + sysInterfaceStatus INTEGER, + sysInterfaceComboPort INTEGER, + sysInterfacePreferSfp INTEGER, + sysInterfaceSfpMedia INTEGER, + sysInterfacePhyMaster INTEGER + } + +sysInterfaceName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of an interface." + ::= { sysInterfaceEntry 1 } + +sysInterfaceMediaMaxSpeed OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The best possible media speed in MBPS for the specified interface." + ::= { sysInterfaceEntry 2 } + +sysInterfaceMediaMaxDuplex OBJECT-TYPE + SYNTAX INTEGER { + none(0), + half(1), + full(2) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The best possible media duplex mode for the specified interface. + half - Force half duplex; + full - Force full duplex; + none - All media is deselected." + ::= { sysInterfaceEntry 3 } + +sysInterfaceMediaActiveSpeed OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The current active media speed for the specified interface." + ::= { sysInterfaceEntry 4 } + +sysInterfaceMediaActiveDuplex OBJECT-TYPE + SYNTAX INTEGER { + none(0), + half(1), + full(2) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The active media duplex mode for the specified interface. + half - Force half duplex; + full - Force full duplex; + none - All media is deselected." + ::= { sysInterfaceEntry 5 } + +sysInterfaceMacAddr OBJECT-TYPE + SYNTAX MacAddress + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The MAC address of the specified interface." + ::= { sysInterfaceEntry 6 } + +sysInterfaceMtu OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The maximum transmission unit size of datagram which can be + sent/received on the specified interface." + ::= { sysInterfaceEntry 7 } + +sysInterfaceEnabled OBJECT-TYPE + SYNTAX INTEGER { + false(0), + true(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The state of the specified interface, whether it is enabled." + ::= { sysInterfaceEntry 8 } + +sysInterfaceLearnMode OBJECT-TYPE + SYNTAX INTEGER { + learnforward(0), + nolearnforward(1), + nolearndrop(2) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The learn mode of the specified interface." + ::= { sysInterfaceEntry 9 } + +sysInterfaceFlowCtrlReq OBJECT-TYPE + SYNTAX INTEGER { + none(0), + txrx(1), + tx(2), + rx(3) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The request pause state of the specified interface. + none - no pause; + txrx - pause all data flow; + tx - pause out going data flow; + rx - pause in coming data flow." + ::= { sysInterfaceEntry 10 } + +sysInterfaceStpLink OBJECT-TYPE + SYNTAX INTEGER { + linkp2p(0), + linkshared(1), + linkauto(2) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The STP link types for the specified interface." + ::= { sysInterfaceEntry 11 } + +sysInterfaceStpEdge OBJECT-TYPE + SYNTAX INTEGER { + false(0), + true(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The edge-port state for the specified interface is enabled." + ::= { sysInterfaceEntry 12 } + +sysInterfaceStpEdgeActive OBJECT-TYPE + SYNTAX INTEGER { + false(0), + true(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The active edge-port state for the specified interface is enabled." + ::= { sysInterfaceEntry 13 } + +sysInterfaceStpAuto OBJECT-TYPE + SYNTAX INTEGER { + false(0), + true(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The auto edge-port detection state for the specified interface is enabled." + ::= { sysInterfaceEntry 14 } + +sysInterfaceStpEnable OBJECT-TYPE + SYNTAX INTEGER { + false(0), + true(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The STP state for the specified interface is enabled." + ::= { sysInterfaceEntry 15 } + +sysInterfaceStpReset OBJECT-TYPE + SYNTAX INTEGER { + false(0), + true(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The STP protocol detection reset state for the specified interface is enabled." + ::= { sysInterfaceEntry 16 } + +sysInterfaceStatus OBJECT-TYPE + SYNTAX INTEGER { + up(0), + down(1), + uninitialized(3), + unpopulated(5) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The current state of the specified interface. + up - has link and is initialized; + down - has no link and is initialized; + uninitialized - has not been initialized; + unpopulated - interface not physically populated." + ::= { sysInterfaceEntry 17 } + +sysInterfaceComboPort OBJECT-TYPE + SYNTAX INTEGER { + false(0), + true(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The state which indicates whether or not the specified interface is a dual media + port supporting both fixed copper and SFP." + ::= { sysInterfaceEntry 18 } + +sysInterfacePreferSfp OBJECT-TYPE + SYNTAX INTEGER { + false(0), + true(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The state which indicates whether or not SFP is the preferred media. + This is only used only for dual media ports." + ::= { sysInterfaceEntry 19 } + +sysInterfaceSfpMedia OBJECT-TYPE + SYNTAX INTEGER { + false(0), + true(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The state indicating whether or not the specified interface supports SFP media." + ::= { sysInterfaceEntry 20 } + +sysInterfacePhyMaster OBJECT-TYPE + SYNTAX INTEGER { + slave(0), + master(1), + auto(2), + none(3) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The configured SFP media type of the specified interface." + ::= { sysInterfaceEntry 21 } + +--================================================================== +-- Interface_media_options +--================================================================== +sysIntfMediaNumber OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of sysInterfaceMediaOptions entries in the table." + ::= { sysInterfaceMediaOptions 1 } + +sysIntfMediaTable OBJECT-TYPE + SYNTAX SEQUENCE OF SysIntfMediaEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A table containing information of the non-SFP media options of the interfaces." + ::= { sysInterfaceMediaOptions 2 } + +sysIntfMediaEntry OBJECT-TYPE + SYNTAX SysIntfMediaEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Columns in the sysIntfMedia Table" + INDEX { + sysIntfMediaName, + sysIntfMediaIndex + } + ::= { sysIntfMediaTable 1 } + +SysIntfMediaEntry ::= + SEQUENCE { + sysIntfMediaName LongDisplayString, + sysIntfMediaIndex INTEGER, + sysIntfMediaMediaOption INTEGER + } + +sysIntfMediaName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of an interface." + ::= { sysIntfMediaEntry 1 } + +sysIntfMediaIndex OBJECT-TYPE + SYNTAX INTEGER(0..2147483647) + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The index of the non-SFP media option for the specified interface." + ::= { sysIntfMediaEntry 2 } + +sysIntfMediaMediaOption OBJECT-TYPE + SYNTAX INTEGER { + media10THdx(1), + media10TFdx(2), + media100TxHdx(3), + media100TxFdx(4), + media1000THdx(5), + media1000TFdx(6), + media1000FxHdx(7), + media1000FxFdx(8), + media10000TxHdx(9), + media10000TFdx(10), + media10000FxHdx(11), + media10000FxFdx(12), + mediaAuto(13), + mediaInternal(14), + media1000SxHdx(15), + media1000SxFdx(16), + media1000LxHdx(17), + media1000LxFdx(18), + media10000SrFdx(19), + media10000LrFdx(20), + media10000ErFdx(21), + media1000CxFdx(22), + media10000SfpPlusCuFdx(23), + media40000Sr4Fdx(24), + media40000Lr4Fdx(25), + media40000Cr4Fdx(26), + media40000Fdx(27), + media42000Fdx(28), + media100000Fdx(29), + media100000Sr4Fdx(30), + media100000Lr4Fdx(31), + media100000Cr4Fdx(32), + media100000Ar4dx(33) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The media option for non-SFP media of the specified interface. + media10THdx - 10BaseT:RJ45, half duplex, + media10TFdx - 10BaseT:RJ45, full duplex, + media100TxHdx - 100BaseTX:RJ45, half duplex, + media100TxFdx - 100BaseTX:RJ45, full duplex, + media1000THdx - 1000BaseT - gigabit ethernet RJ45, half duplex, + media1000TFdx - 1000BaseTX:gigabit ethernet RJ45, full duplex, + media1000FxHdx - deprecated. 1000BaseTX:gigabit over fiber, half duplex, + media1000FxFdx - deprecated. 1000BaseTX:gigabit over fiber, full duplex, + media10000TxHdx - deprecated. 1000BaseTX:10gigabit RJ45, half duplex, + media10000TFdx - 10000BaseT - 10gig Ethernet - Copper, full duplex, + media10000FxHdx - deprecated. 1000BaseTX:10gigabit over fiber, half duplex, + media10000FxFdx - deprecated. 1000BaseTX:10gigabit over fiber, full duplex, + mediaAuto - autoselect best media, + mediaInternal - this media option is only used internally, + media1000SxHdx - deprecated. 1000BaseSX: gigabit over fiber - Shortwave, half duplex, + media1000SxFdx - 1000BaseSX: gigabit over fiber - Shortwave, full duplex , + media1000LxHdx - deprecated.1000BaseLX - gigabit over fiber - Longwave, full duplex, + media1000LxFdx - 1000BaseLX - gigabit over fiber - Longwave, half duplex, + media10000SrFdx - 10GBase-SR - Shortwave 850nm multimode fiber - 300m max - serial 64B/66B encoding, full duplex, + media10000LrFdx - 10GBase-LR - Longwave 1310nm single mode fiber - 10km max - serial 64B/66B encoding, full duplex, + media10000ErFdx - 10GBase-ER - Extra longwave 1550nm single mode fiber - 40km max - serial 64B/66B encoding, full duplex, + media1000CxFdx - 1000BaseCX: Copper, full duplex, + media10000SfpPlusCuFdx - 10G SFP+: Copper, full duplex, + media40000Sr4Fdx - 40GBase: fiber, Shortwave (850nm), full duplex, + media40000Lr4Fdx - 40GBase: fiber, Longwave (1310nm), full duplex., + media40000Cr4Fdx - 40GBase: Copper, full duplex., + media40000Fdx - 40GBase: Full duplex., + media42000Fdx - 42GBase: Full duplex., + media100000Fdx - 100GBase: Full duplex., + media100000Sr4Fdx - 100GBase: fiber, Shortwave (850nm), full duplex, + media100000Lr4Fdx - 100GBase: fiber, Longwave (1310nm), full duplex., + media100000Cr4Fdx - 100GBase: Copper, full duplex., + media100000Ar4Fdx - 100GBase: Active Optical Cable, full duplex." + ::= { sysIntfMediaEntry 3 } + +--================================================================== +-- Interface_id +--================================================================== +sysIfNumber OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of sysInterfaceId entries in the table." + ::= { sysInterfaceId 1 } + +sysIfTable OBJECT-TYPE + SYNTAX SEQUENCE OF SysIfEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A table that contains information of numerical IDs and names of a collection of + interfaces." + ::= { sysInterfaceId 2 } + +sysIfEntry OBJECT-TYPE + SYNTAX SysIfEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Columns in the sysIf Table" + INDEX { + sysIfIndex + } + ::= { sysIfTable 1 } + +SysIfEntry ::= + SEQUENCE { + sysIfIndex INTEGER, + sysIfName LongDisplayString + } + +sysIfIndex OBJECT-TYPE + SYNTAX INTEGER(0..2147483647) + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The unique value for an interface." + ::= { sysIfEntry 1 } + +sysIfName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name for an interface associated with the specified interface ID." + ::= { sysIfEntry 2 } + +--================================================================== +-- Interface_stat +--================================================================== +sysInterfaceStatResetStats OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "The action to reset resettable statistics data in sysInterfaceStat. + Setting this value to 1 will reset statistics data. + Note, some statistics data may not be reset including data that are incremental counters." + ::= { sysInterfaceStat 1 } + +sysInterfaceStatNumber OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of sysInterfaceStat entries in the table." + ::= { sysInterfaceStat 2 } + +sysInterfaceStatTable OBJECT-TYPE + SYNTAX SEQUENCE OF SysInterfaceStatEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A table containing statistic information of the interfaces on the device." + ::= { sysInterfaceStat 3 } + +sysInterfaceStatEntry OBJECT-TYPE + SYNTAX SysInterfaceStatEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Columns in the sysInterfaceStat Table" + INDEX { + sysInterfaceStatName + } + ::= { sysInterfaceStatTable 1 } + +SysInterfaceStatEntry ::= + SEQUENCE { + sysInterfaceStatName LongDisplayString, + sysInterfaceStatPktsIn Counter64, + sysInterfaceStatBytesIn Counter64, + sysInterfaceStatPktsOut Counter64, + sysInterfaceStatBytesOut Counter64, + sysInterfaceStatMcastIn Counter64, + sysInterfaceStatMcastOut Counter64, + sysInterfaceStatErrorsIn Counter64, + sysInterfaceStatErrorsOut Counter64, + sysInterfaceStatDropsIn Counter64, + sysInterfaceStatDropsOut Counter64, + sysInterfaceStatCollisions Counter64, + sysInterfaceStatQqIn Counter64, + sysInterfaceStatQqOut Counter64, + sysInterfaceStatPauseActive INTEGER + } + +sysInterfaceStatName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of an interface." + ::= { sysInterfaceStatEntry 1 } + +sysInterfaceStatPktsIn OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of packets received on this interface." + ::= { sysInterfaceStatEntry 2 } + +sysInterfaceStatBytesIn OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of bytes received on the specified interface." + ::= { sysInterfaceStatEntry 3 } + +sysInterfaceStatPktsOut OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of packets transmitted out of the specified interface." + ::= { sysInterfaceStatEntry 4 } + +sysInterfaceStatBytesOut OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of bytes transmitted out of the specified interface." + ::= { sysInterfaceStatEntry 5 } + +sysInterfaceStatMcastIn OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of multicast packets received on the specified interface." + ::= { sysInterfaceStatEntry 6 } + +sysInterfaceStatMcastOut OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of multicast packets transmitted out of the specified interface." + ::= { sysInterfaceStatEntry 7 } + +sysInterfaceStatErrorsIn OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of received packets that are either undersized, + oversized, or have FCS errors by the specified interface." + ::= { sysInterfaceStatEntry 8 } + +sysInterfaceStatErrorsOut OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of excessive collisions, incremented for each + frame that experienced 16 collisions during transmission and + was aborted on the specified interface." + ::= { sysInterfaceStatEntry 9 } + +sysInterfaceStatDropsIn OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of packets dropped on ingress for various reasons on the specified interface." + ::= { sysInterfaceStatEntry 10 } + +sysInterfaceStatDropsOut OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of packets aged out or with excessive transmission + delays due to multiple deferrals on the specified interface." + ::= { sysInterfaceStatEntry 11 } + +sysInterfaceStatCollisions OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of collisions on the specified interface, incremented by the + number of collisions experienced during transmissions of a frame" + ::= { sysInterfaceStatEntry 12 } + +sysInterfaceStatQqIn OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of double tagged packets received on the specified interface." + ::= { sysInterfaceStatEntry 13 } + +sysInterfaceStatQqOut OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of double tagged packets transmitted out of the specified interface." + ::= { sysInterfaceStatEntry 14 } + +sysInterfaceStatPauseActive OBJECT-TYPE + SYNTAX INTEGER { + none(0), + txrx(1), + tx(2), + rx(3) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The pause state of the specified interface. + none - no pause; + txrx - pause all data flow; + tx - pause out going data flow; + rx - pause in coming data flow." + ::= { sysInterfaceStatEntry 15 } + +--================================================================== +-- Snmp_ifx_stat +--================================================================== +sysIfxStatResetStats OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "The action to reset resettable statistics data in sysIfxStat. + Setting this value to 1 will reset statistics data. + Note, some statistics data may not be reset including data that are incremental counters." + ::= { sysIfxStat 1 } + +sysIfxStatNumber OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of sysIfxStat entries in the table." + ::= { sysIfxStat 2 } + +sysIfxStatTable OBJECT-TYPE + SYNTAX SEQUENCE OF SysIfxStatEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A table that contains additional statistic information of collection of + interfaces." + ::= { sysIfxStat 3 } + +sysIfxStatEntry OBJECT-TYPE + SYNTAX SysIfxStatEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Columns in the sysIfxStat Table" + INDEX { + sysIfxStatName + } + ::= { sysIfxStatTable 1 } + +SysIfxStatEntry ::= + SEQUENCE { + sysIfxStatName LongDisplayString, + sysIfxStatInMulticastPkts Counter64, + sysIfxStatInBroadcastPkts Counter64, + sysIfxStatOutMulticastPkts Counter64, + sysIfxStatOutBroadcastPkts Counter64, + sysIfxStatHcInOctets Counter64, + sysIfxStatHcInUcastPkts Counter64, + sysIfxStatHcInMulticastPkts Counter64, + sysIfxStatHcInBroadcastPkts Counter64, + sysIfxStatHcOutOctets Counter64, + sysIfxStatHcOutUcastPkts Counter64, + sysIfxStatHcOutMulticastPkts Counter64, + sysIfxStatHcOutBroadcastPkts Counter64, + sysIfxStatHighSpeed Counter64, + sysIfxStatConnectorPresent Gauge, + sysIfxStatCounterDiscontinuityTime Counter64, + sysIfxStatAlias LongDisplayString + } + +sysIfxStatName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of the interface." + ::= { sysIfxStatEntry 1 } + +sysIfxStatInMulticastPkts OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of packets, delivered by this sub-layer to a + higher (sub-)layer, which were addressed to a multicast + address at this sub-layer. For a MAC layer protocol, this + includes both Group and Functional addresses." + ::= { sysIfxStatEntry 2 } + +sysIfxStatInBroadcastPkts OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of packets, delivered by this sub-layer to a + higher (sub-)layer, which were addressed to a broadcast + address at this sub-layer." + ::= { sysIfxStatEntry 3 } + +sysIfxStatOutMulticastPkts OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of packets that higher-level protocols + requested be transmitted, and which were addressed to a + multicast address at this sub-layer, including those that + were discarded or not sent. For a MAC layer protocol, this + includes both Group and Functional addresses." + ::= { sysIfxStatEntry 4 } + +sysIfxStatOutBroadcastPkts OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of packets that higher-level protocols + requested be transmitted, and which were addressed to a + broadcast address at this sub-layer, including those that + were discarded or not sent." + ::= { sysIfxStatEntry 5 } + +sysIfxStatHcInOctets OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of octets received on the interface, + including framing characters." + ::= { sysIfxStatEntry 6 } + +sysIfxStatHcInUcastPkts OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of packets, delivered by this sub-layer to a + higher (sub-)layer, which were not addressed to a multicast + or broadcast address at this sub-layer." + ::= { sysIfxStatEntry 7 } + +sysIfxStatHcInMulticastPkts OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of packets, delivered by this sub-layer to a + higher (sub-)layer, which were addressed to a multicast + address at this sub-layer. For a MAC layer protocol, this + includes both Group and Functional addresses." + ::= { sysIfxStatEntry 8 } + +sysIfxStatHcInBroadcastPkts OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of packets, delivered by this sub-layer to a + higher (sub-)layer, which were addressed to a broadcast + address at this sub-layer." + ::= { sysIfxStatEntry 9 } + +sysIfxStatHcOutOctets OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of octets transmitted out of the + interface, including framing characters." + ::= { sysIfxStatEntry 10 } + +sysIfxStatHcOutUcastPkts OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of packets that higher-level protocols + requested be transmitted, and which were not addressed to a + multicast or broadcast address at this sub-layer, including + those that were discarded or not sent." + ::= { sysIfxStatEntry 11 } + +sysIfxStatHcOutMulticastPkts OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of packets that higher-level protocols + requested be transmitted, and which were addressed to a + multicast address at this sub-layer, including those that + were discarded or not sent. For a MAC layer protocol, this + includes both Group and Functional addresses." + ::= { sysIfxStatEntry 12 } + +sysIfxStatHcOutBroadcastPkts OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of packets that higher-level protocols + requested be transmitted, and which were addressed to a + broadcast address at this sub-layer, including those that + were discarded or not sent." + ::= { sysIfxStatEntry 13 } + +sysIfxStatHighSpeed OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "An estimate of the interface's current bandwidth in units + of 1,000,000 bits per second. If this object reports a + value of `n' then the speed of the interface is somewhere in + the range of `n-500,000' to `n+499,999'. For interfaces + which do not vary in bandwidth or for those where no + accurate estimation can be made, this object should contain + the nominal bandwidth. For a sub-layer which has no concept + of bandwidth, this object should be zero." + ::= { sysIfxStatEntry 14 } + +sysIfxStatConnectorPresent OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "This object has the value 'true(1)' if the interface + sublayer has a physical connector and the value 'false(2)' + otherwise." + ::= { sysIfxStatEntry 15 } + +sysIfxStatCounterDiscontinuityTime OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "This object always contains a zero value." + ::= { sysIfxStatEntry 16 } + +sysIfxStatAlias OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "This object is an 'alias' name for the interface as + specified by a network manager, and provides a non-volatile + 'handle' for the interface." + ::= { sysIfxStatEntry 17 } + +--================================================================== +-- L2_forward +--================================================================== +sysL2ForwardNumber OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of sysL2Forward entries in the table." + ::= { sysL2Forward 1 } + +sysL2ForwardTable OBJECT-TYPE + SYNTAX SEQUENCE OF SysL2ForwardEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A table containing static L2 forwarding entries information." + ::= { sysL2Forward 2 } + +sysL2ForwardEntry OBJECT-TYPE + SYNTAX SysL2ForwardEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Columns in the sysL2Forward Table" + INDEX { + sysL2ForwardVlanName, + sysL2ForwardMacAddr + } + ::= { sysL2ForwardTable 1 } + +SysL2ForwardEntry ::= + SEQUENCE { + sysL2ForwardVlanName LongDisplayString, + sysL2ForwardMacAddr MacAddress, + sysL2ForwardIfname LongDisplayString, + sysL2ForwardIftype INTEGER, + sysL2ForwardDynamic INTEGER + } + +sysL2ForwardVlanName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The VLAN name which static forward entity is from." + ::= { sysL2ForwardEntry 1 } + +sysL2ForwardMacAddr OBJECT-TYPE + SYNTAX MacAddress + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The MAC address for the specified VLAN." + ::= { sysL2ForwardEntry 2 } + +sysL2ForwardIfname OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of interface for the specified VLAN." + ::= { sysL2ForwardEntry 3 } + +sysL2ForwardIftype OBJECT-TYPE + SYNTAX INTEGER { + interface(0), + trunk(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The type of interface for the specified VLAN." + ::= { sysL2ForwardEntry 4 } + +sysL2ForwardDynamic OBJECT-TYPE + SYNTAX INTEGER { + false(0), + true(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The dynamic state of the specified entity." + ::= { sysL2ForwardEntry 5 } + +--================================================================== +-- Packet_filter_rule +--================================================================== +sysPacketFilterNumber OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of sysPacketFilter entries in the table." + ::= { sysPacketFilter 1 } + +sysPacketFilterTable OBJECT-TYPE + SYNTAX SEQUENCE OF SysPacketFilterEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A table containing information of packet filters." + ::= { sysPacketFilter 2 } + +sysPacketFilterEntry OBJECT-TYPE + SYNTAX SysPacketFilterEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Columns in the sysPacketFilter Table" + INDEX { + sysPacketFilterRname + } + ::= { sysPacketFilterTable 1 } + +SysPacketFilterEntry ::= + SEQUENCE { + sysPacketFilterRname LongDisplayString, + sysPacketFilterOrder INTEGER, + sysPacketFilterAction INTEGER, + sysPacketFilterVname LongDisplayString, + sysPacketFilterLog INTEGER, + sysPacketFilterRclass LongDisplayString, + sysPacketFilterExpression LongDisplayString + } + +sysPacketFilterRname OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of the rule is used only for identification by the + user and for logging." + ::= { sysPacketFilterEntry 1 } + +sysPacketFilterOrder OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The rule sort-order. The sort-order part of the rule is an + integer value used to assign a relative weight to the rule. + The sort-order may be any number between 0 and 999, but no two + rules may have the same value. The specific value of the + sort-order is not important, only its position relative to the + other rules' sort-orders. Rule evaluation order is determined + by starting with the lowest numbered rule and moving up through + to the highest." + ::= { sysPacketFilterEntry 2 } + +sysPacketFilterAction OBJECT-TYPE + SYNTAX INTEGER { + none(0), + accept(1), + discard(2), + reject(3), + continue(4) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The action the filter takes. The action part of the rule can + be any one of the values accept, discard, reject or none. + The reject behaves as discard, but also returns an ICMP packet + to the sender indicating that the traffic matching the rule was + explicitly rejected. The ICMP will be of type 3 (destination + unreachable), code 13 (administratively prohibited), and + contain most or all of the L3 and L4 headers of the packet + being rejected. The none is special in that it indicates no + action. It can be used for pure accounting or logging purposes + without making a decision on how to handle the traffic." + ::= { sysPacketFilterEntry 3 } + +sysPacketFilterVname OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The VLAN name currently in existence. The VLAN part of the + rule determines which ingress VLAN to match on. If present, + this must be a specific VLAN name currently in existence. If + omitted, the rule matches all VLANs." + ::= { sysPacketFilterEntry 4 } + +sysPacketFilterLog OBJECT-TYPE + SYNTAX INTEGER { + false(0), + true(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The log option, whether or not logging will be performed. + If a rule has an associated logging action, an entry will be + created in the system log each time the rule is matched. The + log entry will contain details of the traffic that matched + the rule, such as source and destination addresses and ports. + If a rule does not have an associated logging action, no log + entry is created." + ::= { sysPacketFilterEntry 5 } + +sysPacketFilterRclass OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The rate class name specified by the user." + ::= { sysPacketFilterEntry 6 } + +sysPacketFilterExpression OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The BPF(Berkeley Packet Filter) filter expression. The filter + part of the rule is the expression used to match ingress + traffic." + ::= { sysPacketFilterEntry 7 } + +--================================================================== +-- Packet_filter_allow_trusted_address +--================================================================== +sysPacketFilterAddrNumber OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of sysPacketFilterAddress entries in the table." + ::= { sysPacketFilterAddress 1 } + +sysPacketFilterAddrTable OBJECT-TYPE + SYNTAX SEQUENCE OF SysPacketFilterAddrEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A table containing information of rate filter allow/trusted addresses." + ::= { sysPacketFilterAddress 2 } + +sysPacketFilterAddrEntry OBJECT-TYPE + SYNTAX SysPacketFilterAddrEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Columns in the sysPacketFilterAddr Table" + INDEX { + sysPacketFilterAddrRname, + sysPacketFilterAddrIndex + } + ::= { sysPacketFilterAddrTable 1 } + +SysPacketFilterAddrEntry ::= + SEQUENCE { + sysPacketFilterAddrIndex INTEGER, + sysPacketFilterAddrIpType InetAddressType, + sysPacketFilterAddrIp InetAddress, + sysPacketFilterAddrRname LongDisplayString + } + +sysPacketFilterAddrIndex OBJECT-TYPE + SYNTAX INTEGER(0..2147483647) + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Name is now used for indexing." + ::= { sysPacketFilterAddrEntry 1 } + +sysPacketFilterAddrIpType OBJECT-TYPE + SYNTAX InetAddressType + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The IP address type of sysPacketFilterAllowTrustedAddress" + ::= { sysPacketFilterAddrEntry 2 } + +sysPacketFilterAddrIp OBJECT-TYPE + SYNTAX InetAddress + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The allow trusted IP address in the packet filter. + It is interpreted within the context of an sysPacketFilterAllowTrustedAddressType value." + ::= { sysPacketFilterAddrEntry 3 } + +sysPacketFilterAddrRname OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of the rule for use in folders." + ::= { sysPacketFilterAddrEntry 4 } + +--================================================================== +-- Packet_filter_allow_trusted_vlan +--================================================================== +sysPacketFilterVlanNumber OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of sysPacketFilterVlan entries in the table." + ::= { sysPacketFilterVlan 1 } + +sysPacketFilterVlanTable OBJECT-TYPE + SYNTAX SEQUENCE OF SysPacketFilterVlanEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A table containing information of rate filter allow/trusted VLANs." + ::= { sysPacketFilterVlan 2 } + +sysPacketFilterVlanEntry OBJECT-TYPE + SYNTAX SysPacketFilterVlanEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Columns in the sysPacketFilterVlan Table" + INDEX { + sysPacketFilterVlanRname, + sysPacketFilterVlanIndex + } + ::= { sysPacketFilterVlanTable 1 } + +SysPacketFilterVlanEntry ::= + SEQUENCE { + sysPacketFilterVlanIndex INTEGER, + sysPacketFilterVlanName LongDisplayString, + sysPacketFilterVlanRname LongDisplayString + } + +sysPacketFilterVlanIndex OBJECT-TYPE + SYNTAX INTEGER(0..2147483647) + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Name is now used for indexing." + ::= { sysPacketFilterVlanEntry 1 } + +sysPacketFilterVlanName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of the allow trusted VLAN in the packet filter." + ::= { sysPacketFilterVlanEntry 2 } + +sysPacketFilterVlanRname OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of the rule for use in folders." + ::= { sysPacketFilterVlanEntry 3 } + +--================================================================== +-- Packet_filter_allow_trusted_mac_addr +--================================================================== +sysPacketFilterMacNumber OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of sysPacketFilterMac entries in the table." + ::= { sysPacketFilterMac 1 } + +sysPacketFilterMacTable OBJECT-TYPE + SYNTAX SEQUENCE OF SysPacketFilterMacEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A table containing information of rate filter allow/trusted MAC addresses." + ::= { sysPacketFilterMac 2 } + +sysPacketFilterMacEntry OBJECT-TYPE + SYNTAX SysPacketFilterMacEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Columns in the sysPacketFilterMac Table" + INDEX { + sysPacketFilterMacRname, + sysPacketFilterMacIndex + } + ::= { sysPacketFilterMacTable 1 } + +SysPacketFilterMacEntry ::= + SEQUENCE { + sysPacketFilterMacIndex INTEGER, + sysPacketFilterMacAddr MacAddress, + sysPacketFilterMacRname LongDisplayString + } + +sysPacketFilterMacIndex OBJECT-TYPE + SYNTAX INTEGER(0..2147483647) + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Name is now used for indexing." + ::= { sysPacketFilterMacEntry 1 } + +sysPacketFilterMacAddr OBJECT-TYPE + SYNTAX MacAddress + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The allow trusted MAC address in the packet filter." + ::= { sysPacketFilterMacEntry 2 } + +sysPacketFilterMacRname OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of the rule for use in folders." + ::= { sysPacketFilterMacEntry 3 } + +--================================================================== +-- Packet_filter_rule_stat +--================================================================== +sysPacketFilterStatResetStats OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "The action to reset resettable statistics data in sysPacketFilterStat. + Setting this value to 1 will reset statistics data. + Note, some statistics data may not be reset including data that are incremental counters." + ::= { sysPacketFilterStat 1 } + +sysPacketFilterStatNumber OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of sysPacketFilterStat entries in the table." + ::= { sysPacketFilterStat 2 } + +sysPacketFilterStatTable OBJECT-TYPE + SYNTAX SEQUENCE OF SysPacketFilterStatEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A table containing statistic information of packet filters." + ::= { sysPacketFilterStat 3 } + +sysPacketFilterStatEntry OBJECT-TYPE + SYNTAX SysPacketFilterStatEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Columns in the sysPacketFilterStat Table" + INDEX { + sysPacketFilterStatRname + } + ::= { sysPacketFilterStatTable 1 } + +SysPacketFilterStatEntry ::= + SEQUENCE { + sysPacketFilterStatRname LongDisplayString, + sysPacketFilterStatHits Gauge + } + +sysPacketFilterStatRname OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of the rule is used only for identification by the + user and for logging." + ::= { sysPacketFilterStatEntry 1 } + +sysPacketFilterStatHits OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of matches on filter rule. Each time a rule is + matched by a packet, a use count for that rule is + incremented. This is unrelated to the optional logging action + which might be enabled for the rule. The use count for a new + rule starts at zero and increments for each matching packet." + ::= { sysPacketFilterStatEntry 2 } + +--================================================================== +-- Route_mgmt_entry +--================================================================== +sysRouteMgmtEntryNumber OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of sysRouteMgmtEntry entries in the table." + ::= { sysRouteMgmtEntry 1 } + +sysRouteMgmtEntryTable OBJECT-TYPE + SYNTAX SEQUENCE OF SysRouteMgmtEntryEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A table containing administrative route information." + ::= { sysRouteMgmtEntry 2 } + +sysRouteMgmtEntryEntry OBJECT-TYPE + SYNTAX SysRouteMgmtEntryEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Columns in the sysRouteMgmtEntry Table" + INDEX { + sysRouteMgmtEntryName + } + ::= { sysRouteMgmtEntryTable 1 } + +SysRouteMgmtEntryEntry ::= + SEQUENCE { + sysRouteMgmtEntryDestType InetAddressType, + sysRouteMgmtEntryDest InetAddress, + sysRouteMgmtEntryNetmaskType InetAddressType, + sysRouteMgmtEntryNetmask InetAddress, + sysRouteMgmtEntryType INTEGER, + sysRouteMgmtEntryGatewayType InetAddressType, + sysRouteMgmtEntryGateway InetAddress, + sysRouteMgmtEntryMtu INTEGER, + sysRouteMgmtEntryName LongDisplayString + } + +sysRouteMgmtEntryDestType OBJECT-TYPE + SYNTAX InetAddressType + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The IP address type of sysRouteMgmtEntryDest." + ::= { sysRouteMgmtEntryEntry 1 } + +sysRouteMgmtEntryDest OBJECT-TYPE + SYNTAX InetAddress + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The destination IP address in the route table. It is interpreted + within the context of a sysRouteMgmtEntryDestType value." + ::= { sysRouteMgmtEntryEntry 2 } + +sysRouteMgmtEntryNetmaskType OBJECT-TYPE + SYNTAX InetAddressType + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The IP address type of sysRouteMgmtEntryNetmask." + ::= { sysRouteMgmtEntryEntry 3 } + +sysRouteMgmtEntryNetmask OBJECT-TYPE + SYNTAX InetAddress + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The netmask of the specified destination IP address in the route table. + It is interpreted within the context of + a sysRouteMgmtEntryNetmaskType value." + ::= { sysRouteMgmtEntryEntry 4 } + +sysRouteMgmtEntryType OBJECT-TYPE + SYNTAX INTEGER { + gateway(0), + pool(1), + interface(2), + blackhole(3) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The type of the specified route." + ::= { sysRouteMgmtEntryEntry 5 } + +sysRouteMgmtEntryGatewayType OBJECT-TYPE + SYNTAX InetAddressType + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The IP address type of sysRouteMgmtEntryGateway." + ::= { sysRouteMgmtEntryEntry 6 } + +sysRouteMgmtEntryGateway OBJECT-TYPE + SYNTAX InetAddress + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The gateway to the specified destination IP address in the route table. + It is interpreted within the context of an + sysRouteMgmtEntryGatewayType value." + ::= { sysRouteMgmtEntryEntry 7 } + +sysRouteMgmtEntryMtu OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The maximum transmission unit size of datagram which can be + sent to the specified destination." + ::= { sysRouteMgmtEntryEntry 8 } + +sysRouteMgmtEntryName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of destination." + ::= { sysRouteMgmtEntryEntry 9 } + +--================================================================== +-- Route_static_entry +--================================================================== +sysRouteStaticEntryNumber OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of sysRouteStaticEntry entries in the table." + ::= { sysRouteStaticEntry 1 } + +sysRouteStaticEntryTable OBJECT-TYPE + SYNTAX SEQUENCE OF SysRouteStaticEntryEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A table containing static route information." + ::= { sysRouteStaticEntry 2 } + +sysRouteStaticEntryEntry OBJECT-TYPE + SYNTAX SysRouteStaticEntryEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Columns in the sysRouteStaticEntry Table" + INDEX { + sysRouteStaticEntryName + } + ::= { sysRouteStaticEntryTable 1 } + +SysRouteStaticEntryEntry ::= + SEQUENCE { + sysRouteStaticEntryDestType InetAddressType, + sysRouteStaticEntryDest InetAddress, + sysRouteStaticEntryNetmaskType InetAddressType, + sysRouteStaticEntryNetmask InetAddress, + sysRouteStaticEntryType INTEGER, + sysRouteStaticEntryVlanName LongDisplayString, + sysRouteStaticEntryGatewayType InetAddressType, + sysRouteStaticEntryGateway InetAddress, + sysRouteStaticEntryPoolName LongDisplayString, + sysRouteStaticEntryMtu INTEGER, + sysRouteStaticEntryName LongDisplayString + } + +sysRouteStaticEntryDestType OBJECT-TYPE + SYNTAX InetAddressType + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The IP address type of sysRouteStaticEntryDest." + ::= { sysRouteStaticEntryEntry 1 } + +sysRouteStaticEntryDest OBJECT-TYPE + SYNTAX InetAddress + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The destination IP address in the route table. It is interpreted + within the context of a sysRouteStaticEntryDestType value." + ::= { sysRouteStaticEntryEntry 2 } + +sysRouteStaticEntryNetmaskType OBJECT-TYPE + SYNTAX InetAddressType + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The IP address type of sysRouteStaticEntryNetmask." + ::= { sysRouteStaticEntryEntry 3 } + +sysRouteStaticEntryNetmask OBJECT-TYPE + SYNTAX InetAddress + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The netmask of the specified destination IP address in the route table. + It is interpreted within the context of + a sysRouteStaticEntryNetmaskType value." + ::= { sysRouteStaticEntryEntry 4 } + +sysRouteStaticEntryType OBJECT-TYPE + SYNTAX INTEGER { + gateway(0), + pool(1), + interface(2), + blackhole(3) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The type of the specified route." + ::= { sysRouteStaticEntryEntry 5 } + +sysRouteStaticEntryVlanName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of the VLAN which the specified destination associates with." + ::= { sysRouteStaticEntryEntry 6 } + +sysRouteStaticEntryGatewayType OBJECT-TYPE + SYNTAX InetAddressType + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The IP address type of sysRouteStaticEntryGateway." + ::= { sysRouteStaticEntryEntry 7 } + +sysRouteStaticEntryGateway OBJECT-TYPE + SYNTAX InetAddress + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The gateway to the specified destination IP address in the route table. + It is interpreted within the context of an + sysRouteStaticEntryGatewayType value." + ::= { sysRouteStaticEntryEntry 8 } + +sysRouteStaticEntryPoolName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of the pool which the specified destination associates with." + ::= { sysRouteStaticEntryEntry 9 } + +sysRouteStaticEntryMtu OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The maximum transmission unit size of datagram which can be + sent to the specified destination." + ::= { sysRouteStaticEntryEntry 10 } + +sysRouteStaticEntryName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of destination." + ::= { sysRouteStaticEntryEntry 11 } + +--================================================================== +-- Self_ip +--================================================================== +sysSelfIpNumber OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of sysSelfIp entries in the table." + ::= { sysSelfIp 1 } + +sysSelfIpTable OBJECT-TYPE + SYNTAX SEQUENCE OF SysSelfIpEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A table containing information of self IPs." + ::= { sysSelfIp 2 } + +sysSelfIpEntry OBJECT-TYPE + SYNTAX SysSelfIpEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Columns in the sysSelfIp Table" + INDEX { + sysSelfIpName + } + ::= { sysSelfIpTable 1 } + +SysSelfIpEntry ::= + SEQUENCE { + sysSelfIpAddrType InetAddressType, + sysSelfIpAddr InetAddress, + sysSelfIpNetmaskType InetAddressType, + sysSelfIpNetmask InetAddress, + sysSelfIpUnitId Gauge, + sysSelfIpIsFloating INTEGER, + sysSelfIpVlanName LongDisplayString, + sysSelfIpName LongDisplayString + } + +sysSelfIpAddrType OBJECT-TYPE + SYNTAX InetAddressType + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The IP address type of sysSelfIpAddr." + ::= { sysSelfIpEntry 1 } + +sysSelfIpAddr OBJECT-TYPE + SYNTAX InetAddress + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The IP address of a self IP. It is + interpreted within the context of a sysSelfIpAddrType value." + ::= { sysSelfIpEntry 2 } + +sysSelfIpNetmaskType OBJECT-TYPE + SYNTAX InetAddressType + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The IP address type of sysSelfIpNetmask." + ::= { sysSelfIpEntry 3 } + +sysSelfIpNetmask OBJECT-TYPE + SYNTAX InetAddress + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The netmask of the specified self IP. It is interpreted within + the context of a sysSelfIpNetmaskType value." + ::= { sysSelfIpEntry 4 } + +sysSelfIpUnitId OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The unit number associated with the specified self IP address." + ::= { sysSelfIpEntry 5 } + +sysSelfIpIsFloating OBJECT-TYPE + SYNTAX INTEGER { + false(0), + true(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The state of the specified self IP address, whether it is shared." + ::= { sysSelfIpEntry 6 } + +sysSelfIpVlanName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The VLAN associated with the specified self IP address." + ::= { sysSelfIpEntry 7 } + +sysSelfIpName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of self IP." + ::= { sysSelfIpEntry 8 } + +--================================================================== +-- Self_port +--================================================================== +sysSelfPortNumber OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of sysSelfPort entries in the table." + ::= { sysSelfPort 1 } + +sysSelfPortTable OBJECT-TYPE + SYNTAX SEQUENCE OF SysSelfPortEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A table containing information of self IP access list." + ::= { sysSelfPort 2 } + +sysSelfPortEntry OBJECT-TYPE + SYNTAX SysSelfPortEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Columns in the sysSelfPort Table" + INDEX { + sysSelfPortSelfName, + sysSelfPortProtocol, + sysSelfPortPort + } + ::= { sysSelfPortTable 1 } + +SysSelfPortEntry ::= + SEQUENCE { + sysSelfPortAddrType InetAddressType, + sysSelfPortAddr InetAddress, + sysSelfPortProtocol INTEGER, + sysSelfPortPort InetPortNumber, + sysSelfPortSelfName LongDisplayString + } + +sysSelfPortAddrType OBJECT-TYPE + SYNTAX InetAddressType + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! Use self_name as index + The IP address type of sysSelfPortAddr." + ::= { sysSelfPortEntry 1 } + +sysSelfPortAddr OBJECT-TYPE + SYNTAX InetAddress + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! Use self_name as index + The self IP address. + It is interpreted within the context of + a sysSelfPortAddrType value." + ::= { sysSelfPortEntry 2 } + +sysSelfPortProtocol OBJECT-TYPE + SYNTAX INTEGER(0..256) + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The protocol allowed to access for the specified self IP. + '0' means allowing all protocols; + '256' means allowing the default list, which is listed in sysSelfPortDefault." + ::= { sysSelfPortEntry 3 } + +sysSelfPortPort OBJECT-TYPE + SYNTAX InetPortNumber + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The service allowed to access for the specified self IP. + '0' means allowing all services for the specified protocol(s)." + ::= { sysSelfPortEntry 4 } + +sysSelfPortSelfName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of self port." + ::= { sysSelfPortEntry 5 } + +--================================================================== +-- Stp +--================================================================== +sysStpNumber OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of sysStp entries in the table." + ::= { sysStp 1 } + +sysStpTable OBJECT-TYPE + SYNTAX SEQUENCE OF SysStpEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A table containing information of STP instances of the BIGIP spanning tree." + ::= { sysStp 2 } + +sysStpEntry OBJECT-TYPE + SYNTAX SysStpEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Columns in the sysStp Table" + INDEX { + sysStpName + } + ::= { sysStpTable 1 } + +SysStpEntry ::= + SEQUENCE { + sysStpInstanceId Gauge, + sysStpPriority INTEGER, + sysStpRootAddr MacAddress, + sysStpRegionalRootAddr MacAddress, + sysStpName LongDisplayString + } + +sysStpInstanceId OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + " The spanning tree instance ID, 0-4095." + ::= { sysStpEntry 1 } + +sysStpPriority OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The bridge priority of the specified spanning tree instance. + Each bridge in a spanning tree instance has a priority value, + which controls the topology of the spanning tree chosen by the protocol. + The bridge with the lowest priority value will become the root + of the spanning tree. Priority values range from 0-61440 in steps + of 4096. Hence, the supported priorities are: + 0 16384 32768 49152 + 4096 20480 36864 53248 + 8192 24576 40960 57344 + 12288 28672 45056 61440 + The default bridge priority is 61440, which will prevent BIGIP + from being chosen as the root bridge. If the specified bridge + priority is not one of the allowed values listed above, it is + rounded down to the next lower value in the list. + In STP or RSTP mode, only STP instance 0 is valid." + ::= { sysStpEntry 2 } + +sysStpRootAddr OBJECT-TYPE + SYNTAX MacAddress + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The MAC address of the root bridge." + ::= { sysStpEntry 3 } + +sysStpRegionalRootAddr OBJECT-TYPE + SYNTAX MacAddress + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The MAC address of the regional root bridge." + ::= { sysStpEntry 4 } + +sysStpName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "STP name" + ::= { sysStpEntry 5 } + +--================================================================== +-- Stp_globals +--================================================================== +sysStpGlobalsMode OBJECT-TYPE + SYNTAX INTEGER { + disable(0), + stp(1), + rstp(2), + mstp(3), + passthru(4) + } + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated!. + The STP mode." + ::= { sysStpGlobals 1 } + +sysStpGlobalsFwdDelay OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated!. + The forward delay parameter, which controls how long an + interface was blocked from forwarding network traffic after + a reconfiguration of the spanning tree topology. The default + value is 15 seconds, and the valid range is 4-30 seconds. + Note that this parameter has no effect when the STP mode + is RSPT or MSTP, as long as all bridges in the spanning tree + use the RSTP or MSTP protocol." + ::= { sysStpGlobals 2 } + +sysStpGlobalsHelloTime OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated!. + The hello time, which is the time interval in seconds + between the periodic transmissions that communicate spanning + tree information to the adjacent bridges in the network. + The default value is 2 seconds, and the valid range is 1-10 seconds." + ::= { sysStpGlobals 3 } + +sysStpGlobalsMaxAge OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated!. + The maximum age parameter, which controls how long spanning tree + information received from other bridges is considered valid. + The default value is 20 seconds, and the valid range is 6-40 seconds." + ::= { sysStpGlobals 4 } + +sysStpGlobalsTransmitHold OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated!. + The transmit hold count parameter, which is an absolute limit on + the number of spanning tree protocol packets the BIG-IP may transmit + on a port in any hello time interval. This ensures that the spanning + tree packets will not unduly load the network even in unstable + conditions. The default value is 6 packets, and the valid range + is 1-10 packets." + ::= { sysStpGlobals 5 } + +sysStpGlobalsMaxHops OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated!. + The maximum hops an MSTP packet may travel before it is discarded. + It's used only when the STP mode is MSTP." + ::= { sysStpGlobals 6 } + +sysStpGlobalsIdentifier OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated!. + The configuration identifier name in a spanning tree region, + used to identify a group of adjacent bridges with identical + configuration name, configuration revision levels, and assignments + of VLANs to spanning tree instances. This setting is used only + when the STP mode is MSTP." + ::= { sysStpGlobals 7 } + +sysStpGlobalsRevision OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated!. + The configuration revision level of the MSTP configuration. + It's used only when the STP mode is MSTP." + ::= { sysStpGlobals 8 } + +--================================================================== +-- Stp_interface_mbr +--================================================================== +sysStpInterfaceMbrNumber OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of sysStpInterfaceMbr entries in the table." + ::= { sysStpInterfaceMbr 1 } + +sysStpInterfaceMbrTable OBJECT-TYPE + SYNTAX SEQUENCE OF SysStpInterfaceMbrEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A table containing information of STP instances and their interfaces." + ::= { sysStpInterfaceMbr 2 } + +sysStpInterfaceMbrEntry OBJECT-TYPE + SYNTAX SysStpInterfaceMbrEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Columns in the sysStpInterfaceMbr Table" + INDEX { + sysStpInterfaceMbrInstanceName, + sysStpInterfaceMbrName + } + ::= { sysStpInterfaceMbrTable 1 } + +SysStpInterfaceMbrEntry ::= + SEQUENCE { + sysStpInterfaceMbrInstanceId Gauge, + sysStpInterfaceMbrName LongDisplayString, + sysStpInterfaceMbrType INTEGER, + sysStpInterfaceMbrStateActive INTEGER, + sysStpInterfaceMbrRole INTEGER, + sysStpInterfaceMbrPriority INTEGER, + sysStpInterfaceMbrPathCost Gauge, + sysStpInterfaceMbrStateRequested INTEGER, + sysStpInterfaceMbrInstanceName LongDisplayString + } + +sysStpInterfaceMbrInstanceId OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! + A parent STP instance's ID." + ::= { sysStpInterfaceMbrEntry 1 } + +sysStpInterfaceMbrName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of STP port object of the specified STP instance." + ::= { sysStpInterfaceMbrEntry 2 } + +sysStpInterfaceMbrType OBJECT-TYPE + SYNTAX INTEGER { + interface(0), + trunk(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The type of the STP port object of the associated STP instance." + ::= { sysStpInterfaceMbrEntry 3 } + +sysStpInterfaceMbrStateActive OBJECT-TYPE + SYNTAX INTEGER { + detach(0), + block(1), + listen(2), + learn(3), + forward(4), + disable(5) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The active state of the specified STP port object + in the associated STP instance." + ::= { sysStpInterfaceMbrEntry 4 } + +sysStpInterfaceMbrRole OBJECT-TYPE + SYNTAX INTEGER { + disable(0), + root(1), + designate(2), + alternate(3), + backup(4), + master(5) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The role of the specified STP port object in the associated STP instance." + ::= { sysStpInterfaceMbrEntry 5 } + +sysStpInterfaceMbrPriority OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The priority of the specified STP port object in the associated STP instance. + This priority value influences which STP port is chosen to carry + network traffic. Interfaces with numerically lower values are favored + to carry traffic. Interface priorities have values in the range + from 0-240 in steps of 166. Hence, the supported priorities are: + 0 64 128 192 + 16 80 144 208 + 32 96 160 224 + 48 112 176 240 + The default interface priority is 128. If the specified interface + priority is not one of the allowed values listed above, + it is rounded down to the next lower value in the list. + In STP or RSTP mode, only STP instance 0 is valid." + ::= { sysStpInterfaceMbrEntry 6 } + +sysStpInterfaceMbrPathCost OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The path cost for the specified STP port object in the associated STP instance. + An interface path cost represents the relative cost of sending network + traffic through that interface. In calculating the spanning tree, + the algorithm tries to minimize the total path cost between each point + and the root bridge. By manipulating the path costs of different + interfaces, it's possible to steer traffic toward paths that are faster, + more reliable, and/or more economical. Path costs have a range of + 1-200,000,000, and the default path cost for an interface is based on + the interface's maximum speed (not the actual speed). + Max interface speed Default path cost + 10 Gb/s 2,000 + 1 Gb/s 20,000 + 100 Mb/s 200,000 + 10 MB/s 2,000,000 + The default path cost is a function of the interface's maximum speed, + not its actual speed, so the default path cost of a 10/100/1000 Mb/s + interface will be 20,000 even if the interface is running at 10 Mb/s. + Changes in link speed don't cause path costs to change. + Link aggregation doesn't affect the default path cost, + i.e. a trunk of four 1 Gb/s interfaces will still have a default path + cost of 20,000. + In STP or RSTP mode, only STP instance 0 is valid." + ::= { sysStpInterfaceMbrEntry 7 } + +sysStpInterfaceMbrStateRequested OBJECT-TYPE + SYNTAX INTEGER { + detach(0), + block(1), + listen(2), + learn(3), + forward(4), + disable(5) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The requested state of the specified STP port object + in the associated STP instance." + ::= { sysStpInterfaceMbrEntry 8 } + +sysStpInterfaceMbrInstanceName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Parent stp instance name" + ::= { sysStpInterfaceMbrEntry 9 } + +--================================================================== +-- Stp_vlan_mbr +--================================================================== +sysStpVlanMbrNumber OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of sysStpVlanMbr entries in the table." + ::= { sysStpVlanMbr 1 } + +sysStpVlanMbrTable OBJECT-TYPE + SYNTAX SEQUENCE OF SysStpVlanMbrEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A table containing information of STP instances and their VLAN members." + ::= { sysStpVlanMbr 2 } + +sysStpVlanMbrEntry OBJECT-TYPE + SYNTAX SysStpVlanMbrEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Columns in the sysStpVlanMbr Table" + INDEX { + sysStpVlanMbrStpName, + sysStpVlanMbrVlanVname + } + ::= { sysStpVlanMbrTable 1 } + +SysStpVlanMbrEntry ::= + SEQUENCE { + sysStpVlanMbrInstanceId Gauge, + sysStpVlanMbrVlanVname LongDisplayString, + sysStpVlanMbrStpName LongDisplayString + } + +sysStpVlanMbrInstanceId OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! + A parent STP instance's ID." + ::= { sysStpVlanMbrEntry 1 } + +sysStpVlanMbrVlanVname OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of a VLAN of the specified STP instance. + This method may be used only in MSTP mode. In STP or RSTP mode, + all VLANs automatically belong to spanning tree instance 0." + ::= { sysStpVlanMbrEntry 2 } + +sysStpVlanMbrStpName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Parent STP name" + ::= { sysStpVlanMbrEntry 3 } + +--================================================================== +-- Snmp_stp_bridge_stat +--================================================================== +sysStpBridgeStatResetStats OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "The action to reset resettable statistics data in sysStpBridgeStat. + Setting this value to 1 will reset statistics data. + Note, some statistics data may not be reset including data that are incremental counters." + ::= { sysStpBridgeStat 1 } + +sysStpBridgeStatMode OBJECT-TYPE + SYNTAX INTEGER { + disable(0), + stp(1), + rstp(2), + mstp(3), + passthru(4) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The mode of STP bridge." + ::= { sysStpBridgeStat 2 } + +sysStpBridgeStatFwdDelay OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The forward delay in 256ths of a second. + It controls how fast a port changes its spanning state + when moving toward the Forwarding state. The value determines + how long the port stays in each of the Listening and Learning + states, which precede the Forwarding state. This value is also used, + when a topology change has been detected and is underway, to age + all dynamic entries in the Forwarding Database. + [Note that this value is the one that this bridge is currently using, + in contrast to sysSnmpStpBridgeStatBridgeFwdDelay which is the value + that this bridge and all others would start using if/when this bridge + were to become the root." + ::= { sysStpBridgeStat 3 } + +sysStpBridgeStatHelloTime OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The hello time in 256ths of a second. It is the time interval + between the periodic transmissions that communicate spanning tree + information to the adjacent bridges in the network. This is + the actual value that this bridge is currently using." + ::= { sysStpBridgeStat 4 } + +sysStpBridgeStatMaxAge OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The maximum age in 256ths of a second. It controls how long + spanning tree information received from other bridges is + considered valid. This is the actual value that this bridge + is currently using." + ::= { sysStpBridgeStat 5 } + +sysStpBridgeStatBridgeFwdDelay OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The bridge forward time (256ths). The value that all bridges use + for ForwardDelay when this bridge is acting as the root." + ::= { sysStpBridgeStat 6 } + +sysStpBridgeStatBridgeHelloTime OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The bridge hello time (256ths). The value that all bridges use + for HelloTime when this bridge is acting as the root." + ::= { sysStpBridgeStat 7 } + +sysStpBridgeStatBridgeMaxAge OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The bridge maximum age (256ths). The value that all bridges use + for MaxAge when this bridge is acting as the root." + ::= { sysStpBridgeStat 8 } + +sysStpBridgeStatTransmitHold OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The transmit hold count in BPDUs (Bridge Protocol Data Units) + per hello time." + ::= { sysStpBridgeStat 9 } + +sysStpBridgeStatPathCost OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "CIST root bridge (external) path cost. + CIST is Common and Internal Spanning Tree created by MSTP to represent + the connectivity of the entire network. This is equivalent to + the single spanning tree used for STP and RSTP. + Communications between MST regions occurs using the CIST" + ::= { sysStpBridgeStat 10 } + +sysStpBridgeStatRootPrio OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "CIST root bridge priority. + CIST is Common and Internal Spanning Tree created by MSTP to represent + the connectivity of the entire network. This is equivalent to + the single spanning tree used for STP and RSTP. + Communications between MST regions occurs using the CIST" + ::= { sysStpBridgeStat 11 } + +sysStpBridgeStatRootAddr OBJECT-TYPE + SYNTAX MacAddress + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "CIST root bridge MAC address. + CIST is Common and Internal Spanning Tree created by MSTP to represent + the connectivity of the entire network. This is equivalent to + the single spanning tree used for STP and RSTP. + Communications between MST regions occurs using the CIST" + ::= { sysStpBridgeStat 12 } + +--================================================================== +-- Stp_bridge_tree_stat +--================================================================== +sysStpBridgeTreeStatNumber OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of sysStpBridgeTreeStat entries in the table." + ::= { sysStpBridgeTreeStat 1 } + +sysStpBridgeTreeStatTable OBJECT-TYPE + SYNTAX SEQUENCE OF SysStpBridgeTreeStatEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A table that contains port objects information of the BIGIP spanning tree. + This is a part of sysStpBridgeStat and sysStpBrigeStatResetStat + will reset data in this table." + ::= { sysStpBridgeTreeStat 2 } + +sysStpBridgeTreeStatEntry OBJECT-TYPE + SYNTAX SysStpBridgeTreeStatEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Columns in the sysStpBridgeTreeStat Table" + INDEX { + sysStpBridgeTreeStatIndex + } + ::= { sysStpBridgeTreeStatTable 1 } + +SysStpBridgeTreeStatEntry ::= + SEQUENCE { + sysStpBridgeTreeStatIndex INTEGER, + sysStpBridgeTreeStatInstanceId INTEGER, + sysStpBridgeTreeStatPriority INTEGER, + sysStpBridgeTreeStatLastTc TimeTicks, + sysStpBridgeTreeStatTcCount Gauge, + sysStpBridgeTreeStatDesigRootPrio INTEGER, + sysStpBridgeTreeStatDesigRootAddr MacAddress, + sysStpBridgeTreeStatInternalPathCost Gauge, + sysStpBridgeTreeStatRootPort LongDisplayString, + sysStpBridgeTreeStatRootPortNum INTEGER, + sysStpBridgeTreeStatInstanceName LongDisplayString + } + +sysStpBridgeTreeStatIndex OBJECT-TYPE + SYNTAX INTEGER(0..2147483647) + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The index of the table that contains generic information + about spanning bridge tree." + ::= { sysStpBridgeTreeStatEntry 1 } + +sysStpBridgeTreeStatInstanceId OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The spanning tree instance ID." + ::= { sysStpBridgeTreeStatEntry 2 } + +sysStpBridgeTreeStatPriority OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The bridge priority in the spanning tree." + ::= { sysStpBridgeTreeStatEntry 3 } + +sysStpBridgeTreeStatLastTc OBJECT-TYPE + SYNTAX TimeTicks + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The time of last topology change." + ::= { sysStpBridgeTreeStatEntry 4 } + +sysStpBridgeTreeStatTcCount OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The count of topology changes." + ::= { sysStpBridgeTreeStatEntry 5 } + +sysStpBridgeTreeStatDesigRootPrio OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The regional root bridge priority (MSTP)." + ::= { sysStpBridgeTreeStatEntry 6 } + +sysStpBridgeTreeStatDesigRootAddr OBJECT-TYPE + SYNTAX MacAddress + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The regional root bridge address (MSTP)." + ::= { sysStpBridgeTreeStatEntry 7 } + +sysStpBridgeTreeStatInternalPathCost OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The root internal path cost (MSTP)." + ::= { sysStpBridgeTreeStatEntry 8 } + +sysStpBridgeTreeStatRootPort OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The root port interface name" + ::= { sysStpBridgeTreeStatEntry 9 } + +sysStpBridgeTreeStatRootPortNum OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The root port number." + ::= { sysStpBridgeTreeStatEntry 10 } + +sysStpBridgeTreeStatInstanceName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The spanning tree instance name." + ::= { sysStpBridgeTreeStatEntry 11 } + +--================================================================== +-- Snmp_stp_interface_stat +--================================================================== +sysStpInterfaceStatResetStats OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "The action to reset resettable statistics data in sysStpInterfaceStat. + Setting this value to 1 will reset statistics data. + Note, some statistics data may not be reset including data that are incremental counters." + ::= { sysStpInterfaceStat 1 } + +sysStpInterfaceStatNumber OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of sysStpInterfaceStat entries in the table." + ::= { sysStpInterfaceStat 2 } + +sysStpInterfaceStatTable OBJECT-TYPE + SYNTAX SEQUENCE OF SysStpInterfaceStatEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "The spanning tree information apply to the particular network + interfaces or trunks." + ::= { sysStpInterfaceStat 3 } + +sysStpInterfaceStatEntry OBJECT-TYPE + SYNTAX SysStpInterfaceStatEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Columns in the sysStpInterfaceStat Table" + INDEX { + sysStpInterfaceStatName + } + ::= { sysStpInterfaceStatTable 1 } + +SysStpInterfaceStatEntry ::= + SEQUENCE { + sysStpInterfaceStatName LongDisplayString, + sysStpInterfaceStatPortNum INTEGER, + sysStpInterfaceStatStpEnable INTEGER, + sysStpInterfaceStatPathCost Gauge, + sysStpInterfaceStatRootCost Gauge, + sysStpInterfaceStatRootPrio INTEGER, + sysStpInterfaceStatRootAddr MacAddress + } + +sysStpInterfaceStatName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of an interface." + ::= { sysStpInterfaceStatEntry 1 } + +sysStpInterfaceStatPortNum OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The STP port number." + ::= { sysStpInterfaceStatEntry 2 } + +sysStpInterfaceStatStpEnable OBJECT-TYPE + SYNTAX INTEGER { + false(0), + true(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The state indicating whether STP is enable or not on port." + ::= { sysStpInterfaceStatEntry 3 } + +sysStpInterfaceStatPathCost OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The external path cost of the specified port in the associated STP tree instance." + ::= { sysStpInterfaceStatEntry 4 } + +sysStpInterfaceStatRootCost OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "CIST (Common and Internal Spanning Tree in MSTP) root path cost." + ::= { sysStpInterfaceStatEntry 5 } + +sysStpInterfaceStatRootPrio OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "CIST (Common and Internal Spanning Tree in MSTP) root bridge priority." + ::= { sysStpInterfaceStatEntry 6 } + +sysStpInterfaceStatRootAddr OBJECT-TYPE + SYNTAX MacAddress + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "CIST (Common and Internal Spanning Tree in MSTP) root bridge MAC address." + ::= { sysStpInterfaceStatEntry 7 } + +--================================================================== +-- Stp_interface_tree_stat +--================================================================== +sysStpInterfaceTreeStatNumber OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of sysStpInterfaceTreeStat entries in the table." + ::= { sysStpInterfaceTreeStat 1 } + +sysStpInterfaceTreeStatTable OBJECT-TYPE + SYNTAX SEQUENCE OF SysStpInterfaceTreeStatEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A table that contains port objects information of the spanning interface tree. + This is a part of sysStpInterfaceStat and sysStpInterfaceStatResetStat + will reset data in this table." + ::= { sysStpInterfaceTreeStat 2 } + +sysStpInterfaceTreeStatEntry OBJECT-TYPE + SYNTAX SysStpInterfaceTreeStatEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Columns in the sysStpInterfaceTreeStat Table" + INDEX { + sysStpInterfaceTreeStatName, + sysStpInterfaceTreeStatIndex + } + ::= { sysStpInterfaceTreeStatTable 1 } + +SysStpInterfaceTreeStatEntry ::= + SEQUENCE { + sysStpInterfaceTreeStatName LongDisplayString, + sysStpInterfaceTreeStatIndex INTEGER, + sysStpInterfaceTreeStatInstanceId INTEGER, + sysStpInterfaceTreeStatPriority INTEGER, + sysStpInterfaceTreeStatState INTEGER, + sysStpInterfaceTreeStatStatRole INTEGER, + sysStpInterfaceTreeStatDesigRootPrio INTEGER, + sysStpInterfaceTreeStatDesigRootAddr MacAddress, + sysStpInterfaceTreeStatDesigCost Gauge, + sysStpInterfaceTreeStatDesigBridgePrio INTEGER, + sysStpInterfaceTreeStatDesigBridgeAddr MacAddress, + sysStpInterfaceTreeStatDesigPortNum INTEGER, + sysStpInterfaceTreeStatDesigPortPriority INTEGER, + sysStpInterfaceTreeStatInternalPathCost Gauge, + sysStpInterfaceTreeStatFwdTransitions Gauge + } + +sysStpInterfaceTreeStatName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of an interface which represents a port object + in a spanning tree instance." + ::= { sysStpInterfaceTreeStatEntry 1 } + +sysStpInterfaceTreeStatIndex OBJECT-TYPE + SYNTAX INTEGER(0..2147483647) + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The index of the table that contains the information of + the specified port in a spanning tree instance." + ::= { sysStpInterfaceTreeStatEntry 2 } + +sysStpInterfaceTreeStatInstanceId OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The ID of the STP instance which the specified port associated with." + ::= { sysStpInterfaceTreeStatEntry 3 } + +sysStpInterfaceTreeStatPriority OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The priority of the specified port in the associated spanning tree instance." + ::= { sysStpInterfaceTreeStatEntry 4 } + +sysStpInterfaceTreeStatState OBJECT-TYPE + SYNTAX INTEGER { + detach(0), + block(1), + listen(2), + learn(3), + forward(4), + disable(5) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The state in which the specified port is in the associated spanning tree instance." + ::= { sysStpInterfaceTreeStatEntry 5 } + +sysStpInterfaceTreeStatStatRole OBJECT-TYPE + SYNTAX INTEGER { + disable(0), + root(1), + designate(2), + alternate(3), + backup(4), + master(5) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The role of the port object in the associated spanning tree instance." + ::= { sysStpInterfaceTreeStatEntry 6 } + +sysStpInterfaceTreeStatDesigRootPrio OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The regional root bridge priority component of the port's + priority vector in the associated spanning tree instance." + ::= { sysStpInterfaceTreeStatEntry 7 } + +sysStpInterfaceTreeStatDesigRootAddr OBJECT-TYPE + SYNTAX MacAddress + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The regional root bridge MAC address component of the port's + priority vector in the associated spanning tree instance." + ::= { sysStpInterfaceTreeStatEntry 8 } + +sysStpInterfaceTreeStatDesigCost OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The internal root path cost component of the port's priority + vector in the associated spanning tree instance." + ::= { sysStpInterfaceTreeStatEntry 9 } + +sysStpInterfaceTreeStatDesigBridgePrio OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The designated bridge priority component of the port's priority + vector in the associated spanning tree instance." + ::= { sysStpInterfaceTreeStatEntry 10 } + +sysStpInterfaceTreeStatDesigBridgeAddr OBJECT-TYPE + SYNTAX MacAddress + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The designated bridge MAC address component of the port's + priority vector in the associated spanning tree instance." + ::= { sysStpInterfaceTreeStatEntry 11 } + +sysStpInterfaceTreeStatDesigPortNum OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The designated port identifier component of the port's priority + vector in the associated spanning tree instance." + ::= { sysStpInterfaceTreeStatEntry 12 } + +sysStpInterfaceTreeStatDesigPortPriority OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The designated port priority component of the port's priority + vector in the associated spanning tree instance." + ::= { sysStpInterfaceTreeStatEntry 13 } + +sysStpInterfaceTreeStatInternalPathCost OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The internal path cost of the specified port in the associated + spanning tree instance. This is only for MSTP." + ::= { sysStpInterfaceTreeStatEntry 14 } + +sysStpInterfaceTreeStatFwdTransitions OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The count of transitions to forwarding state for the port + in the associated spanning tree instance." + ::= { sysStpInterfaceTreeStatEntry 15 } + +--================================================================== +-- Snmp_dot3_stat +--================================================================== +sysDot3StatResetStats OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "The action to reset resettable statistics data in sysDot3Stat. + Setting this value to 1 will reset statistics data. + Note, some statistics data may not be reset including data that are incremental counters." + ::= { sysDot3Stat 1 } + +sysDot3StatNumber OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of sysDot3Stat entries in the table." + ::= { sysDot3Stat 2 } + +sysDot3StatTable OBJECT-TYPE + SYNTAX SEQUENCE OF SysDot3StatEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A table that contains statistic information of collection of + ethernet-like interfaces attached to a particular system." + ::= { sysDot3Stat 3 } + +sysDot3StatEntry OBJECT-TYPE + SYNTAX SysDot3StatEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Columns in the sysDot3Stat Table" + INDEX { + sysDot3StatName + } + ::= { sysDot3StatTable 1 } + +SysDot3StatEntry ::= + SEQUENCE { + sysDot3StatName LongDisplayString, + sysDot3StatAlignmentErrors Counter64, + sysDot3StatFcsErrors Counter64, + sysDot3StatSingleCollisionFrames Counter64, + sysDot3StatMultiCollisionFrames Counter64, + sysDot3StatSqetestErrors Counter64, + sysDot3StatDeferredTx Counter64, + sysDot3StatLateCollisions Counter64, + sysDot3StatExcessiveCollisions Counter64, + sysDot3StatIntmacTxErrors Counter64, + sysDot3StatCarrierSenseErrors Counter64, + sysDot3StatFrameTooLongs Counter64, + sysDot3StatIntmacRxErrors Counter64, + sysDot3StatSymbolErrors Counter64, + sysDot3StatDuplexStatus INTEGER, + sysDot3StatCollisionCount Counter64, + sysDot3StatCollisionFreq Counter64, + sysDot3StatRateControlAbility INTEGER, + sysDot3StatRateControlStatus INTEGER + } + +sysDot3StatName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of the interface." + ::= { sysDot3StatEntry 1 } + +sysDot3StatAlignmentErrors OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "A count of frames received on a particular + interface that are not an integral number of + octets in length and do not pass the FCS check." + ::= { sysDot3StatEntry 2 } + +sysDot3StatFcsErrors OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "A count of frames received on a particular + interface that are an integral number of octets + in length but do not pass the FCS check. This + count does not include frames received with + frame-too-long or frame-too-short error." + ::= { sysDot3StatEntry 3 } + +sysDot3StatSingleCollisionFrames OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "A count of successfully transmitted frames on + a particular interface for which transmission + is inhibited by exactly one collision." + ::= { sysDot3StatEntry 4 } + +sysDot3StatMultiCollisionFrames OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "A count of successfully transmitted frames on + a particular interface for which transmission + is inhibited by more than one collision." + ::= { sysDot3StatEntry 5 } + +sysDot3StatSqetestErrors OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "A count of times that the SQE TEST ERROR + message is generated by the PLS sublayer for a + particular interface. The SQE TEST ERROR + is set in accordance with the rules for + verification of the SQE detection mechanism in + the PLS Carrier Sense Function as described in + IEEE Std. 802.3, 1998 Edition, section 7.2.4.6." + ::= { sysDot3StatEntry 6 } + +sysDot3StatDeferredTx OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "A count of frames for which the first + transmission attempt on a particular interface + is delayed because the medium is busy. + The count represented by an instance of this + object does not include frames involved in + collisions." + ::= { sysDot3StatEntry 7 } + +sysDot3StatLateCollisions OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of times that a collision is + detected on a particular interface later than + one slotTime into the transmission of a packet." + ::= { sysDot3StatEntry 8 } + +sysDot3StatExcessiveCollisions OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "A count of frames for which transmission on a + particular interface fails due to excessive + collisions. + This counter does not increment when the + interface is operating in full-duplex mode." + ::= { sysDot3StatEntry 9 } + +sysDot3StatIntmacTxErrors OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "A count of frames for which transmission on a + particular interface fails due to an internal + MAC sublayer transmit error. A frame is only + counted by an instance of this object if it is + not counted by the corresponding instance of + either the sysDot3StatLateCollisions object, the + sysDot3StatExcessiveCollisions object, or the + sysDot3StatCarrierSenseErrors object." + ::= { sysDot3StatEntry 10 } + +sysDot3StatCarrierSenseErrors OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of times that the carrier sense + condition was lost or never asserted when + attempting to transmit a frame on a particular + interface." + ::= { sysDot3StatEntry 11 } + +sysDot3StatFrameTooLongs OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "A count of frames received on a particular + interface that exceed the maximum permitted + frame size." + ::= { sysDot3StatEntry 12 } + +sysDot3StatIntmacRxErrors OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "A count of frames for which reception on a + particular interface fails due to an internal + MAC sublayer receive error. A frame is only + counted by an instance of this object if it is + not counted by the corresponding instance of + either the sysDot3StatFrameTooLongs object, the + sysDot3StatAlignmentErrors object, or the + sysDot3StatFcsErrors object." + ::= { sysDot3StatEntry 13 } + +sysDot3StatSymbolErrors OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "This is a hardware counter that increments each time + a valid receiver was present and at least 1 invalid data + symbol was detected." + ::= { sysDot3StatEntry 14 } + +sysDot3StatDuplexStatus OBJECT-TYPE + SYNTAX INTEGER { + unknown(1), + halfDuplex(2), + fullDuplex(3) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The current mode of operation of the MAC + entity. 'unknown' indicates that the current + duplex mode could not be determined." + ::= { sysDot3StatEntry 15 } + +sysDot3StatCollisionCount OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! The number of per-frame media collisions for + which a particular collision histogram cell + represents the frequency on a particular + interface." + ::= { sysDot3StatEntry 16 } + +sysDot3StatCollisionFreq OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! A count of individual MAC frames for which the + transmission (successful or otherwise) on a + particular interface occurs after the + frame has experienced exactly the number + of collisions in the associated + sysDot3CollisionCount object." + ::= { sysDot3StatEntry 17 } + +sysDot3StatRateControlAbility OBJECT-TYPE + SYNTAX INTEGER { + supported(1), + notSupported(2) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "'true (1)' for interfaces operating at speeds above + 1000 Mb/s that support Rate Control through + lowering the average data rate of the MAC + sublayer, with frame granularity, and 'false' + otherwise." + ::= { sysDot3StatEntry 18 } + +sysDot3StatRateControlStatus OBJECT-TYPE + SYNTAX INTEGER { + rateControlOff(1), + rateControlOn(2), + unknown(3) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The current Rate Control mode of operation of + the MAC sublayer of this interface." + ::= { sysDot3StatEntry 19 } + +--================================================================== +-- Trunk +--================================================================== +sysTrunkNumber OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of sysTrunk entries in the table." + ::= { sysTrunk 1 } + +sysTrunkTable OBJECT-TYPE + SYNTAX SEQUENCE OF SysTrunkEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A table containing information of trunks." + ::= { sysTrunk 2 } + +sysTrunkEntry OBJECT-TYPE + SYNTAX SysTrunkEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Columns in the sysTrunk Table" + INDEX { + sysTrunkName + } + ::= { sysTrunkTable 1 } + +SysTrunkEntry ::= + SEQUENCE { + sysTrunkName LongDisplayString, + sysTrunkStatus INTEGER, + sysTrunkAggAddr MacAddress, + sysTrunkCfgMbrCount INTEGER, + sysTrunkOperBw Gauge, + sysTrunkStpEnable INTEGER, + sysTrunkStpReset INTEGER, + sysTrunkLacpEnabled INTEGER, + sysTrunkActiveLacp INTEGER, + sysTrunkShortTimeout INTEGER + } + +sysTrunkName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of a trunk." + ::= { sysTrunkEntry 1 } + +sysTrunkStatus OBJECT-TYPE + SYNTAX INTEGER { + up(0), + down(1), + disable(2), + uninitialized(3), + loopback(4), + unpopulated(5) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The interface status." + ::= { sysTrunkEntry 2 } + +sysTrunkAggAddr OBJECT-TYPE + SYNTAX MacAddress + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The aggregator MAC address of the specified trunk." + ::= { sysTrunkEntry 3 } + +sysTrunkCfgMbrCount OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of configured members that the specified trunk has." + ::= { sysTrunkEntry 4 } + +sysTrunkOperBw OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The operational bandwidth in Mbps." + ::= { sysTrunkEntry 5 } + +sysTrunkStpEnable OBJECT-TYPE + SYNTAX INTEGER { + false(0), + true(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Whether STP is enabled for the specified trunk." + ::= { sysTrunkEntry 6 } + +sysTrunkStpReset OBJECT-TYPE + SYNTAX INTEGER { + false(0), + true(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Whether STP reset command is enabled for the specified trunk." + ::= { sysTrunkEntry 7 } + +sysTrunkLacpEnabled OBJECT-TYPE + SYNTAX INTEGER { + false(0), + true(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Whether LACP is enabled for the specified trunk." + ::= { sysTrunkEntry 8 } + +sysTrunkActiveLacp OBJECT-TYPE + SYNTAX INTEGER { + false(0), + true(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The active versus passive LACP on the specified trunk." + ::= { sysTrunkEntry 9 } + +sysTrunkShortTimeout OBJECT-TYPE + SYNTAX INTEGER { + false(0), + true(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The short versus long timeout on the specified trunk." + ::= { sysTrunkEntry 10 } + +--================================================================== +-- Trunk_stat +--================================================================== +sysTrunkStatResetStats OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "The action to reset resettable statistics data in sysTrunkStat. + Setting this value to 1 will reset statistics data. + Note, some statistics data may not be reset including data that are incremental counters." + ::= { sysTrunkStat 1 } + +sysTrunkStatNumber OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of sysTrunkStat entries in the table." + ::= { sysTrunkStat 2 } + +sysTrunkStatTable OBJECT-TYPE + SYNTAX SEQUENCE OF SysTrunkStatEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A table containing statistic information of trunks." + ::= { sysTrunkStat 3 } + +sysTrunkStatEntry OBJECT-TYPE + SYNTAX SysTrunkStatEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Columns in the sysTrunkStat Table" + INDEX { + sysTrunkStatName + } + ::= { sysTrunkStatTable 1 } + +SysTrunkStatEntry ::= + SEQUENCE { + sysTrunkStatName LongDisplayString, + sysTrunkStatPktsIn Counter64, + sysTrunkStatBytesIn Counter64, + sysTrunkStatPktsOut Counter64, + sysTrunkStatBytesOut Counter64, + sysTrunkStatMcastIn Counter64, + sysTrunkStatMcastOut Counter64, + sysTrunkStatErrorsIn Counter64, + sysTrunkStatErrorsOut Counter64, + sysTrunkStatDropsIn Counter64, + sysTrunkStatDropsOut Counter64, + sysTrunkStatCollisions Counter64 + } + +sysTrunkStatName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of a trunk." + ::= { sysTrunkStatEntry 1 } + +sysTrunkStatPktsIn OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of packets received on the specified trunk." + ::= { sysTrunkStatEntry 2 } + +sysTrunkStatBytesIn OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of bytes received on the specified trunk." + ::= { sysTrunkStatEntry 3 } + +sysTrunkStatPktsOut OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of packets transmitted out of the specified trunk." + ::= { sysTrunkStatEntry 4 } + +sysTrunkStatBytesOut OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of bytes transmitted out of the specified trunk." + ::= { sysTrunkStatEntry 5 } + +sysTrunkStatMcastIn OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of multicast packets received on the specified trunk." + ::= { sysTrunkStatEntry 6 } + +sysTrunkStatMcastOut OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of multicast packets transmitted out of the specified trunk." + ::= { sysTrunkStatEntry 7 } + +sysTrunkStatErrorsIn OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of received packets that are either undersized, + oversized, or have FCS errors by the specified trunk." + ::= { sysTrunkStatEntry 8 } + +sysTrunkStatErrorsOut OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of excessive collisions, incremented for each + frame that experienced 16 collisions during transmission and + was aborted on the specified trunk." + ::= { sysTrunkStatEntry 9 } + +sysTrunkStatDropsIn OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of packets dropped on ingress for various reasons on the specified trunk." + ::= { sysTrunkStatEntry 10 } + +sysTrunkStatDropsOut OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of packets aged out or with excessive transmission + delays due to multiple deferrals on the specified trunk." + ::= { sysTrunkStatEntry 11 } + +sysTrunkStatCollisions OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of collisions on the specified trunk, incremented by the + number of collisions experienced during transmissions of a frame" + ::= { sysTrunkStatEntry 12 } + +--================================================================== +-- Trunk_cfg_mbr +--================================================================== +sysTrunkCfgMemberNumber OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of sysTrunkCfgMember entries in the table." + ::= { sysTrunkCfgMember 1 } + +sysTrunkCfgMemberTable OBJECT-TYPE + SYNTAX SEQUENCE OF SysTrunkCfgMemberEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A table containing information of configured trunk members." + ::= { sysTrunkCfgMember 2 } + +sysTrunkCfgMemberEntry OBJECT-TYPE + SYNTAX SysTrunkCfgMemberEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Columns in the sysTrunkCfgMember Table" + INDEX { + sysTrunkCfgMemberTrunkName, + sysTrunkCfgMemberName + } + ::= { sysTrunkCfgMemberTable 1 } + +SysTrunkCfgMemberEntry ::= + SEQUENCE { + sysTrunkCfgMemberTrunkName LongDisplayString, + sysTrunkCfgMemberName LongDisplayString + } + +sysTrunkCfgMemberTrunkName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of a trunk to which this member belongs." + ::= { sysTrunkCfgMemberEntry 1 } + +sysTrunkCfgMemberName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of a trunk member associated with the specified trunk." + ::= { sysTrunkCfgMemberEntry 2 } + +--================================================================== +-- Vlan +--================================================================== +sysVlanNumber OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of sysVlan entries in the table." + ::= { sysVlan 1 } + +sysVlanTable OBJECT-TYPE + SYNTAX SEQUENCE OF SysVlanEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A table containing informations of VLANs." + ::= { sysVlan 2 } + +sysVlanEntry OBJECT-TYPE + SYNTAX SysVlanEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Columns in the sysVlan Table" + INDEX { + sysVlanVname + } + ::= { sysVlanTable 1 } + +SysVlanEntry ::= + SEQUENCE { + sysVlanVname LongDisplayString, + sysVlanId INTEGER, + sysVlanSpanningTree INTEGER, + sysVlanMacMasquerade MacAddress, + sysVlanMacTrue MacAddress, + sysVlanSourceCheck INTEGER, + sysVlanFailsafeEnabled INTEGER, + sysVlanMtu INTEGER, + sysVlanFailsafeTimeout Gauge, + sysVlanFailsafeAction INTEGER, + sysVlanMirrorHashPortEnable INTEGER, + sysVlanLearnMode INTEGER + } + +sysVlanVname OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of a VLAN." + ::= { sysVlanEntry 1 } + +sysVlanId OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The VLAN tag numbers or IDs (valid range is 1-4095)." + ::= { sysVlanEntry 2 } + +sysVlanSpanningTree OBJECT-TYPE + SYNTAX INTEGER { + false(0), + true(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The status of spanning tree domain is enabled." + ::= { sysVlanEntry 3 } + +sysVlanMacMasquerade OBJECT-TYPE + SYNTAX MacAddress + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! Use traffic group MAC address instead. + The MAC masquerade address for the specified VLAN." + ::= { sysVlanEntry 4 } + +sysVlanMacTrue OBJECT-TYPE + SYNTAX MacAddress + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The true MAC address used by the specified VLAN." + ::= { sysVlanEntry 5 } + +sysVlanSourceCheck OBJECT-TYPE + SYNTAX INTEGER { + false(0), + true(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The source checking state for the specified VLAN. + If it's true and auto lasthop is disabled, check that the + source of the first packet of a connection is correct + (correct VLAN, router, node)." + ::= { sysVlanEntry 6 } + +sysVlanFailsafeEnabled OBJECT-TYPE + SYNTAX INTEGER { + false(0), + true(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The failsafe state for the specified VLAN is enabled." + ::= { sysVlanEntry 7 } + +sysVlanMtu OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The maximum transmission unit size of datagram which can be + sent to the specified VLAN." + ::= { sysVlanEntry 8 } + +sysVlanFailsafeTimeout OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The failsafe timeouts for the specified VLAN." + ::= { sysVlanEntry 9 } + +sysVlanFailsafeAction OBJECT-TYPE + SYNTAX INTEGER { + unusedhaaction(0), + reboot(1), + restart(2), + failover(3), + goactive(4), + noaction(5), + restartall(6), + failoveraborttm(7), + gooffline(8), + goofflinerestart(9), + goofflineaborttm(10), + goofflinedownlinks(11), + goofflinedownlinksrestart(12) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The failsafe action for the specified VLAN." + ::= { sysVlanEntry 10 } + +sysVlanMirrorHashPortEnable OBJECT-TYPE + SYNTAX INTEGER { + false(0), + true(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The state whether to hash the port for VLAN mirroring for the specified VLAN." + ::= { sysVlanEntry 11 } + +sysVlanLearnMode OBJECT-TYPE + SYNTAX INTEGER { + learnforward(0), + nolearnforward(1), + nolearndrop(2) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The learn mode of the specified VLAN." + ::= { sysVlanEntry 12 } + +--================================================================== +-- Vlan_member +--================================================================== +sysVlanMemberNumber OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of sysVlanMember entries in the table." + ::= { sysVlanMember 1 } + +sysVlanMemberTable OBJECT-TYPE + SYNTAX SEQUENCE OF SysVlanMemberEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A table containing information of VLAN members." + ::= { sysVlanMember 2 } + +sysVlanMemberEntry OBJECT-TYPE + SYNTAX SysVlanMemberEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Columns in the sysVlanMember Table" + INDEX { + sysVlanMemberParentVname, + sysVlanMemberVmname + } + ::= { sysVlanMemberTable 1 } + +SysVlanMemberEntry ::= + SEQUENCE { + sysVlanMemberVmname LongDisplayString, + sysVlanMemberParentVname LongDisplayString, + sysVlanMemberTagged INTEGER, + sysVlanMemberType INTEGER + } + +sysVlanMemberVmname OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of a VLAN member." + ::= { sysVlanMemberEntry 1 } + +sysVlanMemberParentVname OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of a VLAN to which the specified member belongs." + ::= { sysVlanMemberEntry 2 } + +sysVlanMemberTagged OBJECT-TYPE + SYNTAX INTEGER { + false(0), + true(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The tagged/untagged state of the specified VLAN member." + ::= { sysVlanMemberEntry 3 } + +sysVlanMemberType OBJECT-TYPE + SYNTAX INTEGER { + interface(0), + trunk(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The type of the specified VLAN member." + ::= { sysVlanMemberEntry 4 } + +--================================================================== +-- Vlangroup +--================================================================== +sysVlanGroupNumber OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of sysVlanGroup entries in the table." + ::= { sysVlanGroup 1 } + +sysVlanGroupTable OBJECT-TYPE + SYNTAX SEQUENCE OF SysVlanGroupEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A table containing information of VLAN groups." + ::= { sysVlanGroup 2 } + +sysVlanGroupEntry OBJECT-TYPE + SYNTAX SysVlanGroupEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Columns in the sysVlanGroup Table" + INDEX { + sysVlanGroupName + } + ::= { sysVlanGroupTable 1 } + +SysVlanGroupEntry ::= + SEQUENCE { + sysVlanGroupName LongDisplayString, + sysVlanGroupVlanId INTEGER, + sysVlanGroupMode INTEGER, + sysVlanGroupBridgeAllTraffic INTEGER, + sysVlanGroupBridgeInStandby INTEGER, + sysVlanGroupBridgeMulticast INTEGER, + sysVlanGroupMacMasquerade MacAddress, + sysVlanGroupMacTrue MacAddress + } + +sysVlanGroupName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of a VLAN group." + ::= { sysVlanGroupEntry 1 } + +sysVlanGroupVlanId OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! The VLAN ID/tag numbers (valid range is 1-4095)." + ::= { sysVlanGroupEntry 2 } + +sysVlanGroupMode OBJECT-TYPE + SYNTAX INTEGER { + transparent(0), + translucent(1), + opaque(2) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The transparency mode for the specified VLAN group. + transparent - bridge with no modifications; + translucent - toggle locally-modified bit of src MAC; + opaque - bridge using proxy-arp." + ::= { sysVlanGroupEntry 3 } + +sysVlanGroupBridgeAllTraffic OBJECT-TYPE + SYNTAX INTEGER { + false(0), + true(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The state to indicate whether to bridge non-IP traffic as + well as IP traffic for the specified VLAN group." + ::= { sysVlanGroupEntry 4 } + +sysVlanGroupBridgeInStandby OBJECT-TYPE + SYNTAX INTEGER { + false(0), + true(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The state to indicate whether to bridge while unit is + in standby mode for the specified VLAN group." + ::= { sysVlanGroupEntry 5 } + +sysVlanGroupBridgeMulticast OBJECT-TYPE + SYNTAX INTEGER { + false(0), + true(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The state to indicate whether to bridge multicast/broadcast + traffic for the specified VLAN group." + ::= { sysVlanGroupEntry 6 } + +sysVlanGroupMacMasquerade OBJECT-TYPE + SYNTAX MacAddress + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! Use traffic group MAC address instead. + The MAC masquerade address for the specified VLAN group." + ::= { sysVlanGroupEntry 7 } + +sysVlanGroupMacTrue OBJECT-TYPE + SYNTAX MacAddress + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The true MAC address used by the specified VLAN group." + ::= { sysVlanGroupEntry 8 } + +--================================================================== +-- Vlangroup_mbr +--================================================================== +sysVlanGroupMbrNumber OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of sysVlanGroupMbr entries in the table." + ::= { sysVlanGroupMbr 1 } + +sysVlanGroupMbrTable OBJECT-TYPE + SYNTAX SEQUENCE OF SysVlanGroupMbrEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A table containing information of VLAN group's members." + ::= { sysVlanGroupMbr 2 } + +sysVlanGroupMbrEntry OBJECT-TYPE + SYNTAX SysVlanGroupMbrEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Columns in the sysVlanGroupMbr Table" + INDEX { + sysVlanGroupMbrGroupName, + sysVlanGroupMbrVlanName + } + ::= { sysVlanGroupMbrTable 1 } + +SysVlanGroupMbrEntry ::= + SEQUENCE { + sysVlanGroupMbrGroupName LongDisplayString, + sysVlanGroupMbrVlanName LongDisplayString + } + +sysVlanGroupMbrGroupName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of a VLAN group." + ::= { sysVlanGroupMbrEntry 1 } + +sysVlanGroupMbrVlanName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of a VLAN group's member associated with the specified VLAN group." + ::= { sysVlanGroupMbrEntry 2 } + +--================================================================== +-- Proxy_exclusion +--================================================================== +sysProxyExclusionNumber OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of sysProxyExclusion entries in the table." + ::= { sysProxyExclusion 1 } + +sysProxyExclusionTable OBJECT-TYPE + SYNTAX SEQUENCE OF SysProxyExclusionEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A table containing information of a list of IP's that proxy arp will ignore on VLAN groups." + ::= { sysProxyExclusion 2 } + +sysProxyExclusionEntry OBJECT-TYPE + SYNTAX SysProxyExclusionEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Columns in the sysProxyExclusion Table" + INDEX { + sysProxyExclusionVlangroupName, + sysProxyExclusionIpType, + sysProxyExclusionIp + } + ::= { sysProxyExclusionTable 1 } + +SysProxyExclusionEntry ::= + SEQUENCE { + sysProxyExclusionVlangroupName LongDisplayString, + sysProxyExclusionIpType InetAddressType, + sysProxyExclusionIp InetAddress + } + +sysProxyExclusionVlangroupName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of a VLAN group." + ::= { sysProxyExclusionEntry 1 } + +sysProxyExclusionIpType OBJECT-TYPE + SYNTAX InetAddressType + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The IP address type of sysProxyExclusionIp" + ::= { sysProxyExclusionEntry 2 } + +sysProxyExclusionIp OBJECT-TYPE + SYNTAX InetAddress + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The IP address ignored from the global proxy exclusion list + for the specified VLAN group. It is interpreted within the context + of a sysProxyExclusionIpType value" + ::= { sysProxyExclusionEntry 3 } + +--================================================================== +-- Cpu_status_stat +--================================================================== +sysCpuNumber OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated!. + The number of sysCpu entries in the table." + ::= { sysCpu 1 } + +sysCpuTable OBJECT-TYPE + SYNTAX SEQUENCE OF SysCpuEntry + MAX-ACCESS not-accessible + STATUS deprecated + DESCRIPTION + "Deprecated! Replaced by sysCpuSensor table. + A table containing information of CPU status on the system." + ::= { sysCpu 2 } + +sysCpuEntry OBJECT-TYPE + SYNTAX SysCpuEntry + MAX-ACCESS not-accessible + STATUS deprecated + DESCRIPTION + "Columns in the sysCpu Table" + INDEX { + sysCpuIndex + } + ::= { sysCpuTable 1 } + +SysCpuEntry ::= + SEQUENCE { + sysCpuIndex INTEGER, + sysCpuTemperature INTEGER, + sysCpuFanSpeed Gauge, + sysCpuName LongDisplayString, + sysCpuSlot INTEGER + } + +sysCpuIndex OBJECT-TYPE + SYNTAX INTEGER(0..32767) + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! Replaced by sysCpuSensor table. + The CPU index on the system." + ::= { sysCpuEntry 1 } + +sysCpuTemperature OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! Replaced by sysCpuSensor table. + The temperature of the indexed CPU on the system. + This is only supported for the platform where + the sensor data is available." + ::= { sysCpuEntry 2 } + +sysCpuFanSpeed OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! Replaced by sysCpuSensor table. + The fan speed (in RPM) of the indexed CPU on the system., + This is only supported for the platform where + the sensor data is available." + ::= { sysCpuEntry 3 } + +sysCpuName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! Replaced by sysCpuSensor table. + Identifier for the CPU." + ::= { sysCpuEntry 4 } + +sysCpuSlot OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! Replaced by sysCpuSensor table. + Chassis slot number, if applicable." + ::= { sysCpuEntry 5 } + +--================================================================== +-- Chassis_fan_status_stat +--================================================================== +sysChassisFanNumber OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of sysChassisFan entries in the table." + ::= { sysChassisFan 1 } + +sysChassisFanTable OBJECT-TYPE + SYNTAX SEQUENCE OF SysChassisFanEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A table containing information of chassis fan status of the system." + ::= { sysChassisFan 2 } + +sysChassisFanEntry OBJECT-TYPE + SYNTAX SysChassisFanEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Columns in the sysChassisFan Table" + INDEX { + sysChassisFanIndex + } + ::= { sysChassisFanTable 1 } + +SysChassisFanEntry ::= + SEQUENCE { + sysChassisFanIndex INTEGER, + sysChassisFanStatus INTEGER, + sysChassisFanSpeed Gauge + } + +sysChassisFanIndex OBJECT-TYPE + SYNTAX INTEGER(0..32767) + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The index of a chassis fan on the system. It identifies a + particular chassis fan." + ::= { sysChassisFanEntry 1 } + +sysChassisFanStatus OBJECT-TYPE + SYNTAX INTEGER { + bad(0), + good(1), + notpresent(2) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The status of the indexed chassis fan on the system., + This is only supported for the platform where + the sensor data is available." + ::= { sysChassisFanEntry 2 } + +sysChassisFanSpeed OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The actual speed of the indexed chassis fan on the system. + This is only supported for the platform where the actual + fan speed data is available. + '0' means fan speed is unavailable while the associated chassis status is good." + ::= { sysChassisFanEntry 3 } + +--================================================================== +-- Chassis_power_supply_status_stat +--================================================================== +sysChassisPowerSupplyNumber OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of sysChassisPowerSupply entries in the table." + ::= { sysChassisPowerSupply 1 } + +sysChassisPowerSupplyTable OBJECT-TYPE + SYNTAX SEQUENCE OF SysChassisPowerSupplyEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A table containing information of chassis power supply status of the system." + ::= { sysChassisPowerSupply 2 } + +sysChassisPowerSupplyEntry OBJECT-TYPE + SYNTAX SysChassisPowerSupplyEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Columns in the sysChassisPowerSupply Table" + INDEX { + sysChassisPowerSupplyIndex + } + ::= { sysChassisPowerSupplyTable 1 } + +SysChassisPowerSupplyEntry ::= + SEQUENCE { + sysChassisPowerSupplyIndex INTEGER, + sysChassisPowerSupplyStatus INTEGER + } + +sysChassisPowerSupplyIndex OBJECT-TYPE + SYNTAX INTEGER(0..32767) + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The index of a power supply on the system." + ::= { sysChassisPowerSupplyEntry 1 } + +sysChassisPowerSupplyStatus OBJECT-TYPE + SYNTAX INTEGER { + bad(0), + good(1), + notpresent(2) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The status of the indexed power supply on the system., + This is only supported for the platform where + the sensor data is available." + ::= { sysChassisPowerSupplyEntry 2 } + +--================================================================== +-- Chassis_temperature_status_stat +--================================================================== +sysChassisTempNumber OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of sysChassisTemp entries in the table." + ::= { sysChassisTemp 1 } + +sysChassisTempTable OBJECT-TYPE + SYNTAX SEQUENCE OF SysChassisTempEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A table containing information of chassis temperature of the system." + ::= { sysChassisTemp 2 } + +sysChassisTempEntry OBJECT-TYPE + SYNTAX SysChassisTempEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Columns in the sysChassisTemp Table" + INDEX { + sysChassisTempIndex + } + ::= { sysChassisTempTable 1 } + +SysChassisTempEntry ::= + SEQUENCE { + sysChassisTempIndex INTEGER, + sysChassisTempTemperature INTEGER + } + +sysChassisTempIndex OBJECT-TYPE + SYNTAX INTEGER(0..32767) + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The index of a chassis temperature sensor on the system. + It identifies a particular chassis temperature sensor, fan, etc." + ::= { sysChassisTempEntry 1 } + +sysChassisTempTemperature OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The chassis temperature (in Celsius) of the indexed sensor on the system., + This is only supported for the platform where + the sensor data is available." + ::= { sysChassisTempEntry 2 } + +--================================================================== +-- Product +--================================================================== +sysProductName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The product name." + ::= { sysProduct 1 } + +sysProductVersion OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The product version." + ::= { sysProduct 2 } + +sysProductBuild OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The product build number." + ::= { sysProduct 3 } + +sysProductEdition OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The product edition." + ::= { sysProduct 4 } + +sysProductDate OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The product build date." + ::= { sysProduct 5 } + +sysProductHotfix OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! The 'Edition' field contains the hotfix number, if applicable" + ::= { sysProduct 6 } + +--================================================================== +-- Memory_usage_stat +--================================================================== +sysSubMemoryResetStats OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-write + STATUS deprecated + DESCRIPTION + "Deprecated!. + The action to reset resettable statistics data in sysSubMemory. + Setting this value to 1 will reset statistics data. + Note, some statistics data may not be reset including data that are incremental counters." + ::= { sysSubMemory 1 } + +sysSubMemoryNumber OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated!. + The number of sysSubMemory entries in the table." + ::= { sysSubMemory 2 } + +sysSubMemoryTable OBJECT-TYPE + SYNTAX SEQUENCE OF SysSubMemoryEntry + MAX-ACCESS not-accessible + STATUS deprecated + DESCRIPTION + "Deprecated! + A table containing information of the memory usage for each subsystem." + ::= { sysSubMemory 3 } + +sysSubMemoryEntry OBJECT-TYPE + SYNTAX SysSubMemoryEntry + MAX-ACCESS not-accessible + STATUS deprecated + DESCRIPTION + "Columns in the sysSubMemory Table" + INDEX { + sysSubMemoryName + } + ::= { sysSubMemoryTable 1 } + +SysSubMemoryEntry ::= + SEQUENCE { + sysSubMemoryName LongDisplayString, + sysSubMemoryAllocated Counter64, + sysSubMemoryMaxAllocated Counter64, + sysSubMemorySize Counter64 + } + +sysSubMemoryName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! + The name of the subsystem." + ::= { sysSubMemoryEntry 1 } + +sysSubMemoryAllocated OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! + The number of bytes currently allocated for this subsystem." + ::= { sysSubMemoryEntry 2 } + +sysSubMemoryMaxAllocated OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! + The maximum number of bytes allocated for this subsystem." + ::= { sysSubMemoryEntry 3 } + +sysSubMemorySize OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! + The size in bytes of each object." + ::= { sysSubMemoryEntry 4 } + +--================================================================== +-- System +--================================================================== +sysSystemName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The operating system name." + ::= { sysSystem 1 } + +sysSystemNodeName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The host name of the system on the network." + ::= { sysSystem 2 } + +sysSystemRelease OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The current system release level." + ::= { sysSystem 3 } + +sysSystemVersion OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The current system version level." + ::= { sysSystem 4 } + +sysSystemMachine OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of the hardware type the system is running." + ::= { sysSystem 5 } + +sysSystemUptime OBJECT-TYPE + SYNTAX TimeTicks + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The system up time in 1/100 seconds since boot." + ::= { sysSystem 6 } + +sysSystemUptimeInSec OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The system up time in seconds since boot." + ::= { sysSystem 7 } + +--================================================================== +-- Global_fasthttp_stat +--================================================================== +sysFastHttpStatResetStats OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "The action to reset resettable statistics data in sysGlobalFastHttpStat. + Setting this value to 1 will reset statistics data. + Note, some statistics data may not be reset including data that are incremental counters." + ::= { sysGlobalFastHttpStat 1 } + +sysFastHttpStatClientSyns OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of client SYN cookies generated." + ::= { sysGlobalFastHttpStat 2 } + +sysFastHttpStatClientAccepts OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of client TCP accepts." + ::= { sysGlobalFastHttpStat 3 } + +sysFastHttpStatServerConnects OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of server TCP connects." + ::= { sysGlobalFastHttpStat 4 } + +sysFastHttpStatConnpoolCurSize OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of available server-side flows in the reuse pools." + ::= { sysGlobalFastHttpStat 5 } + +sysFastHttpStatConnpoolMaxSize OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The maximum number of available server-side flows in the reuse pools." + ::= { sysGlobalFastHttpStat 6 } + +sysFastHttpStatConnpoolReuses OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of times a server-side flow was reused from the pools." + ::= { sysGlobalFastHttpStat 7 } + +sysFastHttpStatConnpoolExhausted OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of times the reuse pools was exhausted." + ::= { sysGlobalFastHttpStat 8 } + +sysFastHttpStatNumberReqs OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of http requests." + ::= { sysGlobalFastHttpStat 9 } + +sysFastHttpStatUnbufferedReqs OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of un-buffered requests." + ::= { sysGlobalFastHttpStat 10 } + +sysFastHttpStatGetReqs OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of get requests." + ::= { sysGlobalFastHttpStat 11 } + +sysFastHttpStatPostReqs OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of post requests." + ::= { sysGlobalFastHttpStat 12 } + +sysFastHttpStatV9Reqs OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of version 9 requests." + ::= { sysGlobalFastHttpStat 13 } + +sysFastHttpStatV10Reqs OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of version 10 requests." + ::= { sysGlobalFastHttpStat 14 } + +sysFastHttpStatV11Reqs OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of version 11 requests." + ::= { sysGlobalFastHttpStat 15 } + +sysFastHttpStatResp2xxCnt OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of server-side responses in range of 200 to 206 + (successful responses)." + ::= { sysGlobalFastHttpStat 16 } + +sysFastHttpStatResp3xxCnt OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of server-side responses in range of 300 to 307 + (redirection responses)." + ::= { sysGlobalFastHttpStat 17 } + +sysFastHttpStatResp4xxCnt OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of server-side responses in range of 400 to 417 (client errors). " + ::= { sysGlobalFastHttpStat 18 } + +sysFastHttpStatResp5xxCnt OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of server-side responses in range of 500 to 505 (server errors)." + ::= { sysGlobalFastHttpStat 19 } + +sysFastHttpStatReqParseErrors OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of request parse errors." + ::= { sysGlobalFastHttpStat 20 } + +sysFastHttpStatRespParseErrors OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of response parse errors." + ::= { sysGlobalFastHttpStat 21 } + +sysFastHttpStatClientRxBad OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of bad TCP segments dropped from client-side." + ::= { sysGlobalFastHttpStat 22 } + +sysFastHttpStatServerRxBad OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of bad TCP segments dropped from server-side." + ::= { sysGlobalFastHttpStat 23 } + +sysFastHttpStatPipelinedReqs OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of pipelined HTTP requests detected." + ::= { sysGlobalFastHttpStat 24 } + +--================================================================== +-- Global_xml_stat +--================================================================== +sysXmlStatResetStats OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-write + STATUS deprecated + DESCRIPTION + "Deprecated!. + The action to reset resettable statistics data in sysGlobalXmlStat. + Setting this value to 1 will reset statistics data. + Note, some statistics data may not be reset including data that are incremental counters." + ::= { sysGlobalXmlStat 1 } + +sysXmlStatNumErrors OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated!. + Deprecated! The total number of XML parsing errors." + ::= { sysGlobalXmlStat 2 } + +--================================================================== +-- System_information +--================================================================== +sysGeneralHwName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of the system hardware model." + ::= { sysGeneral 1 } + +sysGeneralHwNumber OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! + The name of the system model. This is replaced by platform.marketing_name" + ::= { sysGeneral 2 } + +sysGeneralChassisSerialNum OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The system serial number." + ::= { sysGeneral 3 } + +--================================================================== +-- Global_iiop_stat +--================================================================== +sysIiopStatResetStats OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-write + STATUS deprecated + DESCRIPTION + "Deprecated!. + The action to reset resettable statistics data in sysGlobalIiopStat. + Setting this value to 1 will reset statistics data. + Note, some statistics data may not be reset including data that are incremental counters." + ::= { sysGlobalIiopStat 1 } + +sysIiopStatNumRequests OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated!. + The total number of IIOP requests." + ::= { sysGlobalIiopStat 2 } + +sysIiopStatNumResponses OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated!. + The total number of IIOP responses." + ::= { sysGlobalIiopStat 3 } + +sysIiopStatNumCancels OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated!. + The total number of IIOP cancel messages." + ::= { sysGlobalIiopStat 4 } + +sysIiopStatNumErrors OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated!. + The total number of IIOP error messages." + ::= { sysGlobalIiopStat 5 } + +sysIiopStatNumFragments OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated!. + The total number of IIOP fragments." + ::= { sysGlobalIiopStat 6 } + +--================================================================== +-- Global_rtsp_stat +--================================================================== +sysRtspStatResetStats OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "The action to reset resettable statistics data in sysGlobalRtspStat. + Setting this value to 1 will reset statistics data. + Note, some statistics data may not be reset including data that are incremental counters." + ::= { sysGlobalRtspStat 1 } + +sysRtspStatNumRequests OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of RTSP requests." + ::= { sysGlobalRtspStat 2 } + +sysRtspStatNumResponses OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of RTSP responses." + ::= { sysGlobalRtspStat 3 } + +sysRtspStatNumErrors OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of RTSP errors." + ::= { sysGlobalRtspStat 4 } + +sysRtspStatNumInterleavedData OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of interleaved RTSP data packets." + ::= { sysGlobalRtspStat 5 } + +--================================================================== +-- Global_sctp_stat +--================================================================== +sysSctpStatResetStats OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "The action to reset resettable statistics data in sysGlobalSctpStat. + Setting this value to 1 will reset statistics data. + Note, some statistics data may not be reset including data that are incremental counters." + ::= { sysGlobalSctpStat 1 } + +sysSctpStatAccepts OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of accepted connections." + ::= { sysGlobalSctpStat 2 } + +sysSctpStatAcceptfails OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of not accepted responses." + ::= { sysGlobalSctpStat 3 } + +sysSctpStatConnects OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of established connections." + ::= { sysGlobalSctpStat 4 } + +sysSctpStatConnfails OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of connections failures." + ::= { sysGlobalSctpStat 5 } + +sysSctpStatExpires OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of expired connections due to idle timeout." + ::= { sysGlobalSctpStat 6 } + +sysSctpStatAbandons OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of abandoned connections due to retries/keep-alives." + ::= { sysGlobalSctpStat 7 } + +sysSctpStatRxrst OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of received Abort chunks." + ::= { sysGlobalSctpStat 8 } + +sysSctpStatRxbadsum OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of bad checksum in received packets." + ::= { sysGlobalSctpStat 9 } + +sysSctpStatRxcookie OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of received SCTP cookies (including bad and good ones)." + ::= { sysGlobalSctpStat 10 } + +sysSctpStatRxbadcookie OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of received bad SCTP cookies." + ::= { sysGlobalSctpStat 11 } + +sysSctpStatAssociations OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The current number of active SCTP associations for the specified profile." + ::= { sysGlobalSctpStat 12 } + +sysSctpStatClosing OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The current number of closing SCTP associations for the specified profile." + ::= { sysGlobalSctpStat 13 } + +sysSctpStatConfirmedAddresses OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The current number of confirmed remote transport addresses for the specified profile." + ::= { sysGlobalSctpStat 14 } + +sysSctpStatUnconfirmedAddresses OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The current number of unconfirmed remote transport addresses for the specified profile." + ::= { sysGlobalSctpStat 15 } + +sysSctpStatActivePaths OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The current number of active transport paths for the specified profile." + ::= { sysGlobalSctpStat 16 } + +sysSctpStatInactivePaths OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The current number of inactive transport paths for the specified profile." + ::= { sysGlobalSctpStat 17 } + +--================================================================== +-- L2_forward_stat +--================================================================== +sysL2ForwardStatNumber OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of sysL2ForwardStat entries in the table." + ::= { sysL2ForwardStat 1 } + +sysL2ForwardStatTable OBJECT-TYPE + SYNTAX SEQUENCE OF SysL2ForwardStatEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A table containing current entries (dynamic and static) of + L2 forwarding information. An object of this type is transient. + By default, this table displays nothing until sysL2ForwardAttrVlan + is set." + ::= { sysL2ForwardStat 2 } + +sysL2ForwardStatEntry OBJECT-TYPE + SYNTAX SysL2ForwardStatEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Columns in the sysL2ForwardStat Table" + INDEX { + sysL2ForwardStatVlanName, + sysL2ForwardStatMacAddr + } + ::= { sysL2ForwardStatTable 1 } + +SysL2ForwardStatEntry ::= + SEQUENCE { + sysL2ForwardStatVlanName LongDisplayString, + sysL2ForwardStatMacAddr MacAddress, + sysL2ForwardStatIfname LongDisplayString, + sysL2ForwardStatIftype INTEGER, + sysL2ForwardStatDynamic INTEGER + } + +sysL2ForwardStatVlanName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The VLAN name which static forward entity is from." + ::= { sysL2ForwardStatEntry 1 } + +sysL2ForwardStatMacAddr OBJECT-TYPE + SYNTAX MacAddress + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The MAC address for the specified VLAN." + ::= { sysL2ForwardStatEntry 2 } + +sysL2ForwardStatIfname OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of interface for the specified VLAN." + ::= { sysL2ForwardStatEntry 3 } + +sysL2ForwardStatIftype OBJECT-TYPE + SYNTAX INTEGER { + interface(0), + trunk(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The type of interface for the specified VLAN." + ::= { sysL2ForwardStatEntry 4 } + +sysL2ForwardStatDynamic OBJECT-TYPE + SYNTAX INTEGER { + false(0), + true(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The dynamic state of the specified entity." + ::= { sysL2ForwardStatEntry 5 } + +--================================================================== +-- L2_forward_attr +--================================================================== +sysL2ForwardAttrVlan OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "The VLAN name which is used for querying sysL2ForwardStat. + sysL2ForwardStat will display L2 forward statistics associated + VLAN specified here. The default is set to 'none', which means + sysL2ForwardStat will display nothing. If this is set to 'all', + sysL2ForwardStat will display for all VLANs." + ::= { sysL2ForwardAttr 1 } + +--================================================================== +-- Memory_info_stat +--================================================================== +sysHostMemoryTotal OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total host memory in bytes. Use sysHostMemoryTotalKb for gauge type. + This is for a single host system. For multiple host system, + please refer sysMultiHost table." + ::= { sysHostMemory 1 } + +sysHostMemoryUsed OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The host memory in bytes currently in use. Use sysHostMemoryUsedKb for + gauge type. This is for a single host system. For multiple host system, + please refer sysMultiHost table." + ::= { sysHostMemory 2 } + +sysHostMemoryTotalKb OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total host memory in Kilobytes. + This is for a single host system. For multiple host system, + please refer sysMultiHost table." + ::= { sysHostMemory 3 } + +sysHostMemoryUsedKb OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The host memory in Kilobytes currently in use. + This is for a single host system. For multiple host system, + please refer sysMultiHost table." + ::= { sysHostMemory 4 } + +--================================================================== +-- Cpu_info_stat +--================================================================== +sysHostCpuNumber OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated!. + The number of sysHostCpu entries in the table." + ::= { sysHostCpu 1 } + +sysHostCpuTable OBJECT-TYPE + SYNTAX SEQUENCE OF SysHostCpuEntry + MAX-ACCESS not-accessible + STATUS deprecated + DESCRIPTION + "Deprecated! Replaced by sysMultiHostCpu table. + A table containing entries of system CPU usage information. This is for a single host system." + ::= { sysHostCpu 2 } + +sysHostCpuEntry OBJECT-TYPE + SYNTAX SysHostCpuEntry + MAX-ACCESS not-accessible + STATUS deprecated + DESCRIPTION + "Columns in the sysHostCpu Table" + INDEX { + sysHostCpuIndex + } + ::= { sysHostCpuTable 1 } + +SysHostCpuEntry ::= + SEQUENCE { + sysHostCpuIndex INTEGER, + sysHostCpuId Gauge, + sysHostCpuUser Counter64, + sysHostCpuNice Counter64, + sysHostCpuSystem Counter64, + sysHostCpuIdle Counter64, + sysHostCpuIrq Counter64, + sysHostCpuSoftirq Counter64, + sysHostCpuIowait Counter64 + } + +sysHostCpuIndex OBJECT-TYPE + SYNTAX INTEGER(0..2147483647) + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! Replaced by sysMultiHostCpu table. + The index of a CPU in this CPU table." + ::= { sysHostCpuEntry 1 } + +sysHostCpuId OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! Replaced by sysMultiHostCpu table. + The ID of a processor." + ::= { sysHostCpuEntry 2 } + +sysHostCpuUser OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! Replaced by sysMultiHostCpu table. + The time spent by the specified processor in user context." + ::= { sysHostCpuEntry 3 } + +sysHostCpuNice OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! Replaced by sysMultiHostCpu table. + The time spent by the specified processor running niced processes." + ::= { sysHostCpuEntry 4 } + +sysHostCpuSystem OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! Replaced by sysMultiHostCpu table. + The time spent by the specified processor servicing system calls." + ::= { sysHostCpuEntry 5 } + +sysHostCpuIdle OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! Replaced by sysMultiHostCpu table. + The time spent by the specified processor doing nothing." + ::= { sysHostCpuEntry 6 } + +sysHostCpuIrq OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! Replaced by sysMultiHostCpu table. + The time spent by the specified processor servicing hardware interrupts." + ::= { sysHostCpuEntry 7 } + +sysHostCpuSoftirq OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! Replaced by sysMultiHostCpu table. + The time spent by the specified processor servicing soft interrupts." + ::= { sysHostCpuEntry 8 } + +sysHostCpuIowait OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! Replaced by sysMultiHostCpu table. + The time spent by the specified processor waiting for external I/O to complete." + ::= { sysHostCpuEntry 9 } + +--================================================================== +-- Disk_info_stat +--================================================================== +sysHostDiskNumber OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of sysHostDisk entries in the table." + ::= { sysHostDisk 1 } + +sysHostDiskTable OBJECT-TYPE + SYNTAX SEQUENCE OF SysHostDiskEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A table containing entries of system disk usage information." + ::= { sysHostDisk 2 } + +sysHostDiskEntry OBJECT-TYPE + SYNTAX SysHostDiskEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Columns in the sysHostDisk Table" + INDEX { + sysHostDiskPartition + } + ::= { sysHostDiskTable 1 } + +SysHostDiskEntry ::= + SEQUENCE { + sysHostDiskPartition LongDisplayString, + sysHostDiskBlockSize Gauge, + sysHostDiskTotalBlocks Gauge, + sysHostDiskFreeBlocks Gauge, + sysHostDiskTotalNodes Gauge, + sysHostDiskFreeNodes Gauge + } + +sysHostDiskPartition OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of a disk partition." + ::= { sysHostDiskEntry 1 } + +sysHostDiskBlockSize OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of bytes in the specified partition." + ::= { sysHostDiskEntry 2 } + +sysHostDiskTotalBlocks OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of total blocks in the specified partition." + ::= { sysHostDiskEntry 3 } + +sysHostDiskFreeBlocks OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of free blocks in the specified partition." + ::= { sysHostDiskEntry 4 } + +sysHostDiskTotalNodes OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of total file nodes in the specified partition." + ::= { sysHostDiskEntry 5 } + +sysHostDiskFreeNodes OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of free file nodes in the specified partition." + ::= { sysHostDiskEntry 6 } + +--================================================================== +-- Self_port_default +--================================================================== +sysSelfPortDefNumber OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of sysSelfPortDefault entries in the table." + ::= { sysSelfPortDefault 1 } + +sysSelfPortDefTable OBJECT-TYPE + SYNTAX SEQUENCE OF SysSelfPortDefEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A table containing information of default protocol/service access list." + ::= { sysSelfPortDefault 2 } + +sysSelfPortDefEntry OBJECT-TYPE + SYNTAX SysSelfPortDefEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Columns in the sysSelfPortDef Table" + INDEX { + sysSelfPortDefAllowName, + sysSelfPortDefProtocol, + sysSelfPortDefPort + } + ::= { sysSelfPortDefTable 1 } + +SysSelfPortDefEntry ::= + SEQUENCE { + sysSelfPortDefProtocol INTEGER, + sysSelfPortDefPort InetPortNumber, + sysSelfPortDefAllowName LongDisplayString + } + +sysSelfPortDefProtocol OBJECT-TYPE + SYNTAX INTEGER(0..256) + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The default protocol allowed. + '0' means allowing all protocols." + ::= { sysSelfPortDefEntry 1 } + +sysSelfPortDefPort OBJECT-TYPE + SYNTAX InetPortNumber + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The default service allowed. + '0' means allowing all services for the specified protocol(s)." + ::= { sysSelfPortDefEntry 2 } + +sysSelfPortDefAllowName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The allow name of self port default." + ::= { sysSelfPortDefEntry 3 } + +--================================================================== +-- Interface_media_options_sfp +--================================================================== +sysIntfMediaSfpNumber OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of sysInterfaceMediaSfp entries in the table." + ::= { sysInterfaceMediaSfp 1 } + +sysIntfMediaSfpTable OBJECT-TYPE + SYNTAX SEQUENCE OF SysIntfMediaSfpEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A table containing information of the SFP media options of the interfaces." + ::= { sysInterfaceMediaSfp 2 } + +sysIntfMediaSfpEntry OBJECT-TYPE + SYNTAX SysIntfMediaSfpEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Columns in the sysIntfMediaSfp Table" + INDEX { + sysIntfMediaSfpName, + sysIntfMediaSfpIndex + } + ::= { sysIntfMediaSfpTable 1 } + +SysIntfMediaSfpEntry ::= + SEQUENCE { + sysIntfMediaSfpName LongDisplayString, + sysIntfMediaSfpIndex INTEGER, + sysIntfMediaSfpType INTEGER + } + +sysIntfMediaSfpName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of an interface." + ::= { sysIntfMediaSfpEntry 1 } + +sysIntfMediaSfpIndex OBJECT-TYPE + SYNTAX INTEGER(0..2147483647) + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The index of the SFP media option for the specified interface." + ::= { sysIntfMediaSfpEntry 2 } + +sysIntfMediaSfpType OBJECT-TYPE + SYNTAX INTEGER { + media10THdx(1), + media10TFdx(2), + media100TxHdx(3), + media100TxFdx(4), + media1000THdx(5), + media1000TFdx(6), + media10000TFdx(10), + mediaAuto(13), + mediaInternal(14), + media1000SxFdx(16), + media1000LxFdx(18), + media10000SrFdx(19), + media10000LrFdx(20), + media10000ErFdx(21), + media1000CxFdx(22), + media10000SfpPlusCuFdx(23), + media40000Sr4Fdx(24), + media40000Lr4Fdx(25) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The media option for SFP media of the specified interface. + media10THdx - 10BaseT:RJ45, half duplex, + media10TFdx - 10BaseT:RJ45, full duplex, + media100TxHdx - 100BaseTX:RJ45, half duplex, + media100TxFdx - 100BaseTX:RJ45, full duplex, + media1000THdx - 1000BaseT - gigabit ethernet RJ45, half duplex, + media1000TFdx - 1000BaseTX:gigabit ethernet RJ45, full duplex, + media10000TFdx - 10000BaseT - 10gig Ethernet - Copper, full duplex, + mediaAuto - autoselect best media, + mediaInternal - this media option is only used internally, + media1000SxFdx - 1000BaseSX: gigabit over fiber - Shortwave, full duplex, + media1000LxFdx - 1000BaseLX - gigabit over fiber - Longwave, half duplex, + media10000SrFdx - 10GBase-SR - Shortwave 850nm multimode fiber - 300m max - serial 64B/66B encoding, full duplex, + media10000LrFdx - 10GBase-LR - Longwave 1310nm single mode fiber - 10km max - serial 64B/66B encoding, full duplex, + media10000ErFdx - 10GBase-ER - Extra longwave 1550nm single mode fiber - 40km max - serial 64B/66B encoding, full duplex, + media1000CxFdx - 1000BaseCX: Copper, full duplex, + media10000SfpPlusCuFdx - 10G SFP+: Copper, full duplex, + media40000Sr4Fdx - 40GBase: fiber, Shortwave (850nm), full duplex, + media40000Lr4Fdx - 40GBase: fiber, Longwave (1310nm), full duplex." + ::= { sysIntfMediaSfpEntry 3 } + +--================================================================== +-- Pva_stat +--================================================================== +sysPvaStatResetStats OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "The action to reset resettable statistics data in sysPvaStat. + Setting this value to 1 will reset statistics data. + Note, some statistics data may not be reset including data that are incremental counters." + ::= { sysPvaStat 1 } + +sysPvaStatNumber OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of sysPvaStat entries in the table." + ::= { sysPvaStat 2 } + +sysPvaStatTable OBJECT-TYPE + SYNTAX SEQUENCE OF SysPvaStatEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A table containing statistics information of the Packet Velocity Acceleration Engine (PVA) on the system." + ::= { sysPvaStat 3 } + +sysPvaStatEntry OBJECT-TYPE + SYNTAX SysPvaStatEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Columns in the sysPvaStat Table" + INDEX { + sysPvaStatPvaId + } + ::= { sysPvaStatTable 1 } + +SysPvaStatEntry ::= + SEQUENCE { + sysPvaStatPvaId LongDisplayString, + sysPvaStatClientPktsIn Counter64, + sysPvaStatClientBytesIn Counter64, + sysPvaStatClientPktsOut Counter64, + sysPvaStatClientBytesOut Counter64, + sysPvaStatClientMaxConns Counter64, + sysPvaStatClientTotConns Counter64, + sysPvaStatClientCurConns Gauge, + sysPvaStatServerPktsIn Counter64, + sysPvaStatServerBytesIn Counter64, + sysPvaStatServerPktsOut Counter64, + sysPvaStatServerBytesOut Counter64, + sysPvaStatServerMaxConns Counter64, + sysPvaStatServerTotConns Counter64, + sysPvaStatServerCurConns Gauge, + sysPvaStatTotAssistConns Counter64, + sysPvaStatCurAssistConns Gauge, + sysPvaStatHardSyncookieGen Counter64, + sysPvaStatHardSyncookieDet Counter64 + } + +sysPvaStatPvaId OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The ID of PVA (Packet Velocity Acceleration Engine) on the system." + ::= { sysPvaStatEntry 1 } + +sysPvaStatClientPktsIn OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of hardware accelerated packets received + by the system from client-side." + ::= { sysPvaStatEntry 2 } + +sysPvaStatClientBytesIn OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of hardware accelerated bytes received + by the system from client-side." + ::= { sysPvaStatEntry 3 } + +sysPvaStatClientPktsOut OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of hardware accelerated packets sent to client-side from the system." + ::= { sysPvaStatEntry 4 } + +sysPvaStatClientBytesOut OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of hardware accelerated bytes sent to client-side from the system." + ::= { sysPvaStatEntry 5 } + +sysPvaStatClientMaxConns OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The maximum hardware accelerated connections from client-side to the system." + ::= { sysPvaStatEntry 6 } + +sysPvaStatClientTotConns OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total hardware accelerated connections from client-side to the system." + ::= { sysPvaStatEntry 7 } + +sysPvaStatClientCurConns OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The current hardware accelerated connections from client-side to the system." + ::= { sysPvaStatEntry 8 } + +sysPvaStatServerPktsIn OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of hardware accelerated packets received + by the system from server-side." + ::= { sysPvaStatEntry 9 } + +sysPvaStatServerBytesIn OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of hardware accelerated bytes received + by the system from server-side." + ::= { sysPvaStatEntry 10 } + +sysPvaStatServerPktsOut OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of hardware accelerated packets sent to server-side from the system." + ::= { sysPvaStatEntry 11 } + +sysPvaStatServerBytesOut OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of hardware accelerated bytes sent to server-side from the system." + ::= { sysPvaStatEntry 12 } + +sysPvaStatServerMaxConns OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The maximum hardware accelerated connections from server-side to the system." + ::= { sysPvaStatEntry 13 } + +sysPvaStatServerTotConns OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total hardware accelerated connections from server-side to the system." + ::= { sysPvaStatEntry 14 } + +sysPvaStatServerCurConns OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The current hardware accelerated connections from server-side to the system." + ::= { sysPvaStatEntry 15 } + +sysPvaStatTotAssistConns OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of the partially hardware accelerated connections on the system." + ::= { sysPvaStatEntry 16 } + +sysPvaStatCurAssistConns OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The current number of the partially hardware accelerated connections on the system." + ::= { sysPvaStatEntry 17 } + +sysPvaStatHardSyncookieGen OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of hardware SYN cookies are generated on the system." + ::= { sysPvaStatEntry 18 } + +sysPvaStatHardSyncookieDet OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of hardware SYN cookies are detected on the system." + ::= { sysPvaStatEntry 19 } + +--================================================================== +-- Tmm_stat +--================================================================== +sysTmmStatResetStats OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "The action to reset resettable statistics data in sysTmmStat. + Setting this value to 1 will reset statistics data. + Note, some statistics data may not be reset including data that are incremental counters." + ::= { sysTmmStat 1 } + +sysTmmStatNumber OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of sysTmmStat entries in the table." + ::= { sysTmmStat 2 } + +sysTmmStatTable OBJECT-TYPE + SYNTAX SEQUENCE OF SysTmmStatEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A table containing statistics information of the Traffic Management Module (TMM) + presented per TMM ID (TmmId)." + ::= { sysTmmStat 3 } + +sysTmmStatEntry OBJECT-TYPE + SYNTAX SysTmmStatEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Columns in the sysTmmStat Table" + INDEX { + sysTmmStatTmmId + } + ::= { sysTmmStatTable 1 } + +SysTmmStatEntry ::= + SEQUENCE { + sysTmmStatTmmId LongDisplayString, + sysTmmStatTmmPid Counter64, + sysTmmStatCpu Counter64, + sysTmmStatTmid Counter64, + sysTmmStatNpus Counter64, + sysTmmStatClientPktsIn Counter64, + sysTmmStatClientBytesIn Counter64, + sysTmmStatClientPktsOut Counter64, + sysTmmStatClientBytesOut Counter64, + sysTmmStatClientMaxConns Counter64, + sysTmmStatClientTotConns Counter64, + sysTmmStatClientCurConns Gauge, + sysTmmStatServerPktsIn Counter64, + sysTmmStatServerBytesIn Counter64, + sysTmmStatServerPktsOut Counter64, + sysTmmStatServerBytesOut Counter64, + sysTmmStatServerMaxConns Counter64, + sysTmmStatServerTotConns Counter64, + sysTmmStatServerCurConns Gauge, + sysTmmStatMaintenanceModeDeny Counter64, + sysTmmStatMaxConnVirtualAddrDeny Counter64, + sysTmmStatMaxConnVirtualPathDeny Counter64, + sysTmmStatVirtualServerNonSynDeny Counter64, + sysTmmStatNoHandlerDeny Counter64, + sysTmmStatLicenseDeny Counter64, + sysTmmStatCmpConnRedirected Counter64, + sysTmmStatConnectionMemoryErrors Counter64, + sysTmmStatTmTotalCycles Counter64, + sysTmmStatTmIdleCycles Counter64, + sysTmmStatTmSleepCycles Counter64, + sysTmmStatMemoryTotal Counter64, + sysTmmStatMemoryUsed Counter64, + sysTmmStatDroppedPackets Counter64, + sysTmmStatIncomingPacketErrors Counter64, + sysTmmStatOutgoingPacketErrors Counter64, + sysTmmStatHttpRequests Counter64, + sysTmmStatTmUsageRatio5s Gauge, + sysTmmStatTmUsageRatio1m Gauge, + sysTmmStatTmUsageRatio5m Gauge, + sysTmmStatSlotId INTEGER, + sysTmmStatMemoryTotalKb Gauge, + sysTmmStatMemoryUsedKb Gauge, + sysTmmStatClientEvictedConns Counter64, + sysTmmStatClientSlowKilled Counter64, + sysTmmStatServerEvictedConns Counter64, + sysTmmStatServerSlowKilled Counter64, + sysTmmStatSwSyncookies Counter64, + sysTmmStatSwSyncookieAccepts Counter64, + sysTmmStatSyncookieRejects Counter64, + sysTmmStatHwSyncookies Counter64, + sysTmmStatHwSyncookieAccepts Counter64, + sysTmmStatWlSyncookieHits Counter64, + sysTmmStatWlSyncookieAccepts Counter64, + sysTmmStatWlSyncookieRejects Counter64, + sysTmmStatConnectionFlowMiss Counter64 + } + +sysTmmStatTmmId OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The key for TMM (Traffic Management Module) access on the system. + This is a concatenation of the slot and cpuid. ie: '1.0'." + ::= { sysTmmStatEntry 1 } + +sysTmmStatTmmPid OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The process ID of the specified TMM (Traffic Management Module) on the system." + ::= { sysTmmStatEntry 2 } + +sysTmmStatCpu OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "An index of CPU on which the specified TMM (Traffic Management Module) is running on the system." + ::= { sysTmmStatEntry 3 } + +sysTmmStatTmid OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "An index of a running TMM (Traffic Management Module) on the system." + ::= { sysTmmStatEntry 4 } + +sysTmmStatNpus OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of TMMs (Traffic Management Module) on the system." + ::= { sysTmmStatEntry 5 } + +sysTmmStatClientPktsIn OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of packets received by the system from client-side." + ::= { sysTmmStatEntry 6 } + +sysTmmStatClientBytesIn OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of bytes received by the system from client-side." + ::= { sysTmmStatEntry 7 } + +sysTmmStatClientPktsOut OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of packets sent to client-side from the system." + ::= { sysTmmStatEntry 8 } + +sysTmmStatClientBytesOut OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of bytes sent to client-side from the system." + ::= { sysTmmStatEntry 9 } + +sysTmmStatClientMaxConns OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The maximum connections from client-side to the system." + ::= { sysTmmStatEntry 10 } + +sysTmmStatClientTotConns OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total connections from client-side to the system." + ::= { sysTmmStatEntry 11 } + +sysTmmStatClientCurConns OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The current connections from client-side to the system." + ::= { sysTmmStatEntry 12 } + +sysTmmStatServerPktsIn OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of packets received by the system from server-side." + ::= { sysTmmStatEntry 13 } + +sysTmmStatServerBytesIn OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of bytes received by the system from server-side." + ::= { sysTmmStatEntry 14 } + +sysTmmStatServerPktsOut OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of packets sent to server-side from the system." + ::= { sysTmmStatEntry 15 } + +sysTmmStatServerBytesOut OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of bytes sent to server-side from the system." + ::= { sysTmmStatEntry 16 } + +sysTmmStatServerMaxConns OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The maximum connections from server-side to the system." + ::= { sysTmmStatEntry 17 } + +sysTmmStatServerTotConns OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total connections from server-side to the system." + ::= { sysTmmStatEntry 18 } + +sysTmmStatServerCurConns OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The current connections from server-side to the system." + ::= { sysTmmStatEntry 19 } + +sysTmmStatMaintenanceModeDeny OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The connection requests rejected because the virtual + server was in maintenance mode. " + ::= { sysTmmStatEntry 20 } + +sysTmmStatMaxConnVirtualAddrDeny OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The connection requests rejected because they exceeded + the connection limit for a virtual server address." + ::= { sysTmmStatEntry 21 } + +sysTmmStatMaxConnVirtualPathDeny OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The connection requests rejected because they exceeded + the connection limit for a virtual server (IP:port)." + ::= { sysTmmStatEntry 22 } + +sysTmmStatVirtualServerNonSynDeny OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The packets that are not connection requests and are + destined for a virtual server that has no connection + for the client address." + ::= { sysTmmStatEntry 23 } + +sysTmmStatNoHandlerDeny OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The incoming packets that could not be processed by a + a virtual server, NAT, or SNAT." + ::= { sysTmmStatEntry 24 } + +sysTmmStatLicenseDeny OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The packets which were dropped due to exceeding licensing + limitations." + ::= { sysTmmStatEntry 25 } + +sysTmmStatCmpConnRedirected OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The connections that were redirected to a different TMM in the cluster." + ::= { sysTmmStatEntry 26 } + +sysTmmStatConnectionMemoryErrors OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The connections could not be created because memory was not available." + ::= { sysTmmStatEntry 27 } + +sysTmmStatTmTotalCycles OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! Please use the provided tmm usage ratios. + Traffic management CPU usage. The total cycles spent in traffic management." + ::= { sysTmmStatEntry 28 } + +sysTmmStatTmIdleCycles OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! Please use the provided tmm usage ratios. + Traffic management CPU usage. The cycles spent polling with no traffic." + ::= { sysTmmStatEntry 29 } + +sysTmmStatTmSleepCycles OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! Please use the provided tmm usage ratios. + Traffic management CPU usage. The cycles yielded (uniprocessor only)." + ::= { sysTmmStatEntry 30 } + +sysTmmStatMemoryTotal OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total memory available in bytes for TMM (Traffic Management Module). + Use sysTmmStatMemoryTotalKb for gauge type." + ::= { sysTmmStatEntry 31 } + +sysTmmStatMemoryUsed OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The memory in use in bytes for TMM (Traffic Management Module). + Use sysTmmStatMemoryUsedKb. for gauge type" + ::= { sysTmmStatEntry 32 } + +sysTmmStatDroppedPackets OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total dropped packets." + ::= { sysTmmStatEntry 33 } + +sysTmmStatIncomingPacketErrors OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total incoming packet errors for the system." + ::= { sysTmmStatEntry 34 } + +sysTmmStatOutgoingPacketErrors OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total outgoing packet errors for the system." + ::= { sysTmmStatEntry 35 } + +sysTmmStatHttpRequests OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of HTTP requests to the system." + ::= { sysTmmStatEntry 36 } + +sysTmmStatTmUsageRatio5s OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The percentage of time the TMM was busy over the last 5 seconds." + ::= { sysTmmStatEntry 37 } + +sysTmmStatTmUsageRatio1m OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The percentage of time the TMM was busy over the last 1 minute." + ::= { sysTmmStatEntry 38 } + +sysTmmStatTmUsageRatio5m OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The percentage of time the TMM was busy over the last 5 minutes." + ::= { sysTmmStatEntry 39 } + +sysTmmStatSlotId OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The index of the slot where the TMM is running." + ::= { sysTmmStatEntry 40 } + +sysTmmStatMemoryTotalKb OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total memory available in Kilobytes for TMM (Traffic Management Module)." + ::= { sysTmmStatEntry 41 } + +sysTmmStatMemoryUsedKb OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The memory in use in Kilobytes for TMM (Traffic Management Module)." + ::= { sysTmmStatEntry 42 } + +sysTmmStatClientEvictedConns OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of client-side connections that have been evicted from the system." + ::= { sysTmmStatEntry 43 } + +sysTmmStatClientSlowKilled OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of slow client-side connections that have been killed from the system." + ::= { sysTmmStatEntry 44 } + +sysTmmStatServerEvictedConns OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of server-side connections that have been evicted from the system." + ::= { sysTmmStatEntry 45 } + +sysTmmStatServerSlowKilled OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of slow server-side connections that have been killed from the system." + ::= { sysTmmStatEntry 46 } + +sysTmmStatSwSyncookies OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of syn cookies received." + ::= { sysTmmStatEntry 47 } + +sysTmmStatSwSyncookieAccepts OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of syn cookies received that were accepted." + ::= { sysTmmStatEntry 48 } + +sysTmmStatSyncookieRejects OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of syn cookies received that were rejected." + ::= { sysTmmStatEntry 49 } + +sysTmmStatHwSyncookies OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of hardware syn cookies received." + ::= { sysTmmStatEntry 50 } + +sysTmmStatHwSyncookieAccepts OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of hardware syn cookies received that were accepted." + ::= { sysTmmStatEntry 51 } + +sysTmmStatWlSyncookieHits OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of whitelist syn cookie hits." + ::= { sysTmmStatEntry 52 } + +sysTmmStatWlSyncookieAccepts OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of whitelist syn cookies received that were accepted." + ::= { sysTmmStatEntry 53 } + +sysTmmStatWlSyncookieRejects OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of whitelist syn cookies received that were rejected." + ::= { sysTmmStatEntry 54 } + +sysTmmStatConnectionFlowMiss OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of TCP packets discarded due to the lack of an associated + flow." + ::= { sysTmmStatEntry 55 } + +--================================================================== +-- Host_info_stat +--================================================================== +sysMultiHostNumber OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of sysMultiHost entries in the table." + ::= { sysMultiHost 1 } + +sysMultiHostTable OBJECT-TYPE + SYNTAX SEQUENCE OF SysMultiHostEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A table containing system statistics information of the host, such as memory usage, cpu type, etc." + ::= { sysMultiHost 2 } + +sysMultiHostEntry OBJECT-TYPE + SYNTAX SysMultiHostEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Columns in the sysMultiHost Table" + INDEX { + sysMultiHostHostId + } + ::= { sysMultiHostTable 1 } + +SysMultiHostEntry ::= + SEQUENCE { + sysMultiHostHostId LongDisplayString, + sysMultiHostTotal Counter64, + sysMultiHostUsed Counter64, + sysMultiHostMode INTEGER, + sysMultiHostCpuCount Counter64, + sysMultiHostActiveCpuCount Counter64, + sysMultiHostOtherMemoryTotal Counter64, + sysMultiHostOtherMemoryUsed Counter64, + sysMultiHostSwapTotal Counter64, + sysMultiHostSwapUsed Counter64, + sysMultiHostTotalKb Gauge, + sysMultiHostUsedKb Gauge, + sysMultiHostOtherMemoryTotalKb Gauge, + sysMultiHostOtherMemoryUsedKb Gauge, + sysMultiHostSwapTotalKb Gauge, + sysMultiHostSwapUsedKb Gauge + } + +sysMultiHostHostId OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The host identifier." + ::= { sysMultiHostEntry 1 } + +sysMultiHostTotal OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total host memory in bytes for the specified host. + Use sysMultiHostTotalKb for gauge type." + ::= { sysMultiHostEntry 2 } + +sysMultiHostUsed OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The host memory in bytes currently in use for the specified host. + Use sysMultiHostUsedKb for gauge type." + ::= { sysMultiHostEntry 3 } + +sysMultiHostMode OBJECT-TYPE + SYNTAX INTEGER { + modeup(0), + modesmp(1) + } + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! This used to reference mode processor was running in." + ::= { sysMultiHostEntry 4 } + +sysMultiHostCpuCount OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of CPUs for the specified host." + ::= { sysMultiHostEntry 5 } + +sysMultiHostActiveCpuCount OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of active CPUs for the specified host." + ::= { sysMultiHostEntry 6 } + +sysMultiHostOtherMemoryTotal OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total other non-TMM memory in bytes for the specified host. + Use sysMultiHostOtherMemoryTotalKb for gauge type." + ::= { sysMultiHostEntry 7 } + +sysMultiHostOtherMemoryUsed OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The other non-TMM memory in bytes currently in use for the specified host. + Use sysMultiHostOtherMemoryUsedKb for gauge type." + ::= { sysMultiHostEntry 8 } + +sysMultiHostSwapTotal OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total swap in bytes for the specified host. + Use sysMultiHostSwapTotalKb for gauge type." + ::= { sysMultiHostEntry 9 } + +sysMultiHostSwapUsed OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The swap in bytes currently in use for the specified host. + Use sysMultiHostSwapUsedKb for gauge type." + ::= { sysMultiHostEntry 10 } + +sysMultiHostTotalKb OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total host memory in Kilobytes for the specified host." + ::= { sysMultiHostEntry 11 } + +sysMultiHostUsedKb OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The host memory in Kilobytes currently in use for the specified host." + ::= { sysMultiHostEntry 12 } + +sysMultiHostOtherMemoryTotalKb OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total other non-TMM memory in Kilobytes for the specified host." + ::= { sysMultiHostEntry 13 } + +sysMultiHostOtherMemoryUsedKb OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The other non-TMM memory in Kilobytes currently in use for the specified host." + ::= { sysMultiHostEntry 14 } + +sysMultiHostSwapTotalKb OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total swap in Kilobytes for the specified host." + ::= { sysMultiHostEntry 15 } + +sysMultiHostSwapUsedKb OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The swap in Kilobytes currently in use for the specified host." + ::= { sysMultiHostEntry 16 } + +--================================================================== +-- Host_info_stat_cpu_info +--================================================================== +sysMultiHostCpuNumber OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of sysMultiHostCpu entries in the table." + ::= { sysMultiHostCpu 1 } + +sysMultiHostCpuTable OBJECT-TYPE + SYNTAX SEQUENCE OF SysMultiHostCpuEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A table containing entries of system CPU usage information for a system." + ::= { sysMultiHostCpu 2 } + +sysMultiHostCpuEntry OBJECT-TYPE + SYNTAX SysMultiHostCpuEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Columns in the sysMultiHostCpu Table" + INDEX { + sysMultiHostCpuHostId, + sysMultiHostCpuIndex + } + ::= { sysMultiHostCpuTable 1 } + +SysMultiHostCpuEntry ::= + SEQUENCE { + sysMultiHostCpuHostId LongDisplayString, + sysMultiHostCpuIndex INTEGER, + sysMultiHostCpuId Gauge, + sysMultiHostCpuUser Counter64, + sysMultiHostCpuNice Counter64, + sysMultiHostCpuSystem Counter64, + sysMultiHostCpuIdle Counter64, + sysMultiHostCpuIrq Counter64, + sysMultiHostCpuSoftirq Counter64, + sysMultiHostCpuIowait Counter64, + sysMultiHostCpuUsageRatio Gauge, + sysMultiHostCpuUser5s Gauge, + sysMultiHostCpuNice5s Gauge, + sysMultiHostCpuSystem5s Gauge, + sysMultiHostCpuIdle5s Gauge, + sysMultiHostCpuIrq5s Gauge, + sysMultiHostCpuSoftirq5s Gauge, + sysMultiHostCpuIowait5s Gauge, + sysMultiHostCpuUsageRatio5s Gauge, + sysMultiHostCpuUser1m Gauge, + sysMultiHostCpuNice1m Gauge, + sysMultiHostCpuSystem1m Gauge, + sysMultiHostCpuIdle1m Gauge, + sysMultiHostCpuIrq1m Gauge, + sysMultiHostCpuSoftirq1m Gauge, + sysMultiHostCpuIowait1m Gauge, + sysMultiHostCpuUsageRatio1m Gauge, + sysMultiHostCpuUser5m Gauge, + sysMultiHostCpuNice5m Gauge, + sysMultiHostCpuSystem5m Gauge, + sysMultiHostCpuIdle5m Gauge, + sysMultiHostCpuIrq5m Gauge, + sysMultiHostCpuSoftirq5m Gauge, + sysMultiHostCpuIowait5m Gauge, + sysMultiHostCpuUsageRatio5m Gauge, + sysMultiHostCpuStolen Counter64, + sysMultiHostCpuStolen5s Gauge, + sysMultiHostCpuStolen1m Gauge, + sysMultiHostCpuStolen5m Gauge, + sysMultiHostCpuSlotId INTEGER + } + +sysMultiHostCpuHostId OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "A host identifier on the system." + ::= { sysMultiHostCpuEntry 1 } + +sysMultiHostCpuIndex OBJECT-TYPE + SYNTAX INTEGER(0..2147483647) + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The index of the table that contains the information of + the specified processor of the associated host." + ::= { sysMultiHostCpuEntry 2 } + +sysMultiHostCpuId OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The ID of the specified processor of the associated host." + ::= { sysMultiHostCpuEntry 3 } + +sysMultiHostCpuUser OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The time spent by the specified processor in user context for the associated host." + ::= { sysMultiHostCpuEntry 4 } + +sysMultiHostCpuNice OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The time spent by the specified processor running niced processes for the associated host." + ::= { sysMultiHostCpuEntry 5 } + +sysMultiHostCpuSystem OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The time spent by the specified processor servicing system calls for the associated host." + ::= { sysMultiHostCpuEntry 6 } + +sysMultiHostCpuIdle OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The time spent by the specified processor doing nothing for the associated host." + ::= { sysMultiHostCpuEntry 7 } + +sysMultiHostCpuIrq OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The time spent by the specified processor servicing hardware interrupts for the associated host." + ::= { sysMultiHostCpuEntry 8 } + +sysMultiHostCpuSoftirq OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The time spent by the specified processor servicing soft interrupts for the associated host." + ::= { sysMultiHostCpuEntry 9 } + +sysMultiHostCpuIowait OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The time spent by the specified processor waiting for external I/O to complete for the associated host." + ::= { sysMultiHostCpuEntry 10 } + +sysMultiHostCpuUsageRatio OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "This is usage ratio of CPU for the associated host. This value indicates the present cpu usage. For usage + computed over specific intervals, please use the specific (5s,1m,5m) OIDs" + ::= { sysMultiHostCpuEntry 11 } + +sysMultiHostCpuUser5s OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The average time spent by the specified processor in user context for the associated host in the last five seconds." + ::= { sysMultiHostCpuEntry 12 } + +sysMultiHostCpuNice5s OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The average time spent by the specified processor running niced processes for the associated host in the last five seconds." + ::= { sysMultiHostCpuEntry 13 } + +sysMultiHostCpuSystem5s OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The average time spent by the specified processor servicing system calls for the associated host in the last five seconds." + ::= { sysMultiHostCpuEntry 14 } + +sysMultiHostCpuIdle5s OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The average time spent by the specified processor doing nothing for the associated host in the last five seconds." + ::= { sysMultiHostCpuEntry 15 } + +sysMultiHostCpuIrq5s OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The average time spent by the specified processor servicing hardware interrupts for the associated host in the last five seconds." + ::= { sysMultiHostCpuEntry 16 } + +sysMultiHostCpuSoftirq5s OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The average time spent by the specified processor servicing soft interrupts for the associated host in the last five seconds." + ::= { sysMultiHostCpuEntry 17 } + +sysMultiHostCpuIowait5s OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The average time spent by the specified processor waiting for external I/O to complete for the associated host in the last five seconds." + ::= { sysMultiHostCpuEntry 18 } + +sysMultiHostCpuUsageRatio5s OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "This is average usage ratio of CPU for the associated host in the last five seconds. It is calculated by + (sum of deltas for user, niced, system)/(sum of deltas of user, niced, system, idle, irq, softirq, and iowait), + where each delta is the difference for each stat over the last 5-second interval; + user: sysMultiHostCpuUser5s; + niced: sysMultiHostCpuNiced5s; + stolen: sysMultiHostCpuStolen5s; + system: sysMultiHostCpuSystem5s; + idle: sysMultiHostCpuIdle5s; + irq: sysMultiHostCpuIrq5s; + iowait: sysMultiHostCpuIowait5s" + ::= { sysMultiHostCpuEntry 19 } + +sysMultiHostCpuUser1m OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The average time spent by the specified processor in user context for the associated host in the last one minute." + ::= { sysMultiHostCpuEntry 20 } + +sysMultiHostCpuNice1m OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The average time spent by the specified processor running niced processes for the associated host in the last one minute." + ::= { sysMultiHostCpuEntry 21 } + +sysMultiHostCpuSystem1m OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The average time spent by the specified processor servicing system calls for the associated host in the last one minute." + ::= { sysMultiHostCpuEntry 22 } + +sysMultiHostCpuIdle1m OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The average time spent by the specified processor doing nothing for the associated host in the last one minute." + ::= { sysMultiHostCpuEntry 23 } + +sysMultiHostCpuIrq1m OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The average time spent by the specified processor servicing hardware interrupts for the associated host in the last one minute." + ::= { sysMultiHostCpuEntry 24 } + +sysMultiHostCpuSoftirq1m OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The average time spent by the specified processor servicing soft interrupts for the associated host in the last one minute." + ::= { sysMultiHostCpuEntry 25 } + +sysMultiHostCpuIowait1m OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The average time spent by the specified processor waiting for external I/O to complete for the associated host in the last one minute." + ::= { sysMultiHostCpuEntry 26 } + +sysMultiHostCpuUsageRatio1m OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "This is average usage ratio of CPU for the associated host in the last one minute. It is calculated by + (sum of deltas for user, niced, system)/(sum of deltas of user, niced, system, idle, irq, softirq, and iowait), + where each delta is the difference for each stat over the last 1-minute interval; + user: sysMultiHostCpuUser1m; + niced: sysMultiHostCpuNiced1m; + stolen: sysMultiHostCpuStolen1m; + system: sysMultiHostCpuSystem1m; + idle: sysMultiHostCpuIdle1m; + irq: sysMultiHostCpuIrq1m; + iowait: sysMultiHostCpuIowait1m" + ::= { sysMultiHostCpuEntry 27 } + +sysMultiHostCpuUser5m OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The average time spent by the specified processor in user context for the associated host in the last five minutes." + ::= { sysMultiHostCpuEntry 28 } + +sysMultiHostCpuNice5m OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The average time spent by the specified processor running niced processes for the associated host in the last five minutes." + ::= { sysMultiHostCpuEntry 29 } + +sysMultiHostCpuSystem5m OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The average time spent by the specified processor servicing system calls for the associated host in the last five minutes." + ::= { sysMultiHostCpuEntry 30 } + +sysMultiHostCpuIdle5m OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The average time spent by the specified processor doing nothing for the associated host in the last five minutes." + ::= { sysMultiHostCpuEntry 31 } + +sysMultiHostCpuIrq5m OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The average time spent by the specified processor servicing hardware interrupts for the associated host in the last five minutes." + ::= { sysMultiHostCpuEntry 32 } + +sysMultiHostCpuSoftirq5m OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The average time spent by the specified processor servicing soft interrupts for the associated host in the last five minutes." + ::= { sysMultiHostCpuEntry 33 } + +sysMultiHostCpuIowait5m OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The average time spent by the specified processor waiting for external I/O to complete for the associated host in the last five minutes." + ::= { sysMultiHostCpuEntry 34 } + +sysMultiHostCpuUsageRatio5m OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "This is average usage ratio of CPU for the associated host in the last five minutes. It is calculated by + (sum of deltas for user, niced, system)/(sum of deltas of user, niced, system, idle, irq, softirq, and iowait), + where each delta is the difference for each stat over the last 5-minute interval; + user: sysMultiHostCpuUser5m; + niced: sysMultiHostCpuNiced5m; + stolen: sysMultiHostCpuStolen5m; + system: sysMultiHostCpuSystem5m; + idle: sysMultiHostCpuIdle5m; + irq: sysMultiHostCpuIrq5m; + iowait: sysMultiHostCpuIowait5m" + ::= { sysMultiHostCpuEntry 35 } + +sysMultiHostCpuStolen OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The time 'stolen' from the specified processor for the associated host." + ::= { sysMultiHostCpuEntry 36 } + +sysMultiHostCpuStolen5s OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The average time 'stolen' from the specified processor for the associated host in the last five seconds." + ::= { sysMultiHostCpuEntry 37 } + +sysMultiHostCpuStolen1m OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The average time 'stolen' from the specified processor for the associated host in the last one minute." + ::= { sysMultiHostCpuEntry 38 } + +sysMultiHostCpuStolen5m OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The average time 'stolen' from the specified processor for the associated host in the last five minutes." + ::= { sysMultiHostCpuEntry 39 } + +sysMultiHostCpuSlotId OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "If this is an appliance, the slot is 0. If this is in a cluster, the slot is the position in the cluster (1-based)" + ::= { sysMultiHostCpuEntry 40 } + +--================================================================== +-- Global_bigproto_stat +--================================================================== +sysFastL4StatResetStats OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "The action to reset resettable statistics data in sysGlobalFastL4Stat. + Setting this value to 1 will reset statistics data. + Note, some statistics data may not be reset including data that are incremental counters." + ::= { sysGlobalFastL4Stat 1 } + +sysFastL4StatOpen OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of current open connections." + ::= { sysGlobalFastL4Stat 2 } + +sysFastL4StatAccepts OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of accepted connections." + ::= { sysGlobalFastL4Stat 3 } + +sysFastL4StatAcceptfails OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of not accepted connections." + ::= { sysGlobalFastL4Stat 4 } + +sysFastL4StatExpires OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of expired connections due to idle timeout." + ::= { sysGlobalFastL4Stat 5 } + +sysFastL4StatRxbadpkt OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of malformed packets." + ::= { sysGlobalFastL4Stat 6 } + +sysFastL4StatRxunreach OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of received ICMP unreach/TCP RST." + ::= { sysGlobalFastL4Stat 7 } + +sysFastL4StatRxbadunreach OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of received TCP RST outside the current window." + ::= { sysGlobalFastL4Stat 8 } + +sysFastL4StatRxbadsum OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of bad checksum." + ::= { sysGlobalFastL4Stat 9 } + +sysFastL4StatTxerrors OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of transmit datagram errors." + ::= { sysGlobalFastL4Stat 10 } + +sysFastL4StatSyncookIssue OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of syncookies issued." + ::= { sysGlobalFastL4Stat 11 } + +sysFastL4StatSyncookAccept OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of syncookies accepted." + ::= { sysGlobalFastL4Stat 12 } + +sysFastL4StatSyncookReject OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of syncookies rejected." + ::= { sysGlobalFastL4Stat 13 } + +sysFastL4StatServersynrtx OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of retransmissions of SYN to server for a syncookied connection." + ::= { sysGlobalFastL4Stat 14 } + +sysFastL4StatLbcSuccessful OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of Successful Late Binding Connections." + ::= { sysGlobalFastL4Stat 15 } + +sysFastL4StatLbcTimedout OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of Late Binding Connections that were timed out." + ::= { sysGlobalFastL4Stat 16 } + +--================================================================== +-- Cluster +--================================================================== +sysClusterNumber OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of sysCluster entries in the table." + ::= { sysCluster 1 } + +sysClusterTable OBJECT-TYPE + SYNTAX SEQUENCE OF SysClusterEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A table containing cluster information of the system." + ::= { sysCluster 2 } + +sysClusterEntry OBJECT-TYPE + SYNTAX SysClusterEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Columns in the sysCluster Table" + INDEX { + sysClusterName + } + ::= { sysClusterTable 1 } + +SysClusterEntry ::= + SEQUENCE { + sysClusterName LongDisplayString, + sysClusterEnabled INTEGER, + sysClusterFloatMgmtIpType InetAddressType, + sysClusterFloatMgmtIp InetAddress, + sysClusterFloatMgmtNetmaskType InetAddressType, + sysClusterFloatMgmtNetmask InetAddress, + sysClusterMinUpMbrs Gauge, + sysClusterMinUpMbrsEnable INTEGER, + sysClusterMinUpMbrsAction INTEGER, + sysClusterAvailabilityState INTEGER, + sysClusterEnabledStat INTEGER, + sysClusterDisabledParentType Gauge, + sysClusterStatusReason LongDisplayString, + sysClusterHaState INTEGER, + sysClusterPriSlotId INTEGER, + sysClusterLastPriSlotId INTEGER, + sysClusterPriSelTime Counter64 + } + +sysClusterName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of a cluster." + ::= { sysClusterEntry 1 } + +sysClusterEnabled OBJECT-TYPE + SYNTAX INTEGER { + false(0), + true(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The state indicating whether cluster environment is enabled or not." + ::= { sysClusterEntry 2 } + +sysClusterFloatMgmtIpType OBJECT-TYPE + SYNTAX InetAddressType + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The IP address type of the specified cluster." + ::= { sysClusterEntry 3 } + +sysClusterFloatMgmtIp OBJECT-TYPE + SYNTAX InetAddress + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The IP address of the specified cluster. It is interpreted within + the context of a sysClusterMgmtIpType value." + ::= { sysClusterEntry 4 } + +sysClusterFloatMgmtNetmaskType OBJECT-TYPE + SYNTAX InetAddressType + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The netmask type of of the specified cluster IP address." + ::= { sysClusterEntry 5 } + +sysClusterFloatMgmtNetmask OBJECT-TYPE + SYNTAX InetAddress + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The netmask of the specified cluster IP address. It is interpreted within + the context of a sysFloatMgmtNetmaskType value." + ::= { sysClusterEntry 6 } + +sysClusterMinUpMbrs OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The minimum number of UP members required for the specified cluster + before a high availability action to be taken. + This is used when ltmClusterMinUpMbrsEnable is true." + ::= { sysClusterEntry 7 } + +sysClusterMinUpMbrsEnable OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The state indicating whether or not an action will be taken when the + minimum number of UP members requirement is not met for the specified cluster." + ::= { sysClusterEntry 8 } + +sysClusterMinUpMbrsAction OBJECT-TYPE + SYNTAX INTEGER { + unusedhaaction(0), + reboot(1), + restart(2), + failover(3), + goactive(4), + noaction(5), + restartall(6), + failoveraborttm(7), + gooffline(8), + goofflinerestart(9), + goofflineaborttm(10), + goofflinedownlinks(11), + goofflinedownlinksrestart(12) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The action to be taken if the minimum number of UP members requirement + is not met for the specified cluster. This is used when + sysClusterMinUpMbrsEnable is true." + ::= { sysClusterEntry 9 } + +sysClusterAvailabilityState OBJECT-TYPE + SYNTAX INTEGER { + none(0), + green(1), + yellow(2), + red(3), + blue(4) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The state of the specified cluster availability indicated in color" + ::= { sysClusterEntry 10 } + +sysClusterEnabledStat OBJECT-TYPE + SYNTAX INTEGER { + none(0), + enabled(1), + disabled(2), + disabledbyparent(3) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The state of the specified cluster activity status, as specified + by the user." + ::= { sysClusterEntry 11 } + +sysClusterDisabledParentType OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The type of parent object which disabled the specified cluster." + ::= { sysClusterEntry 12 } + +sysClusterStatusReason OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The detail description of the cluster's status of parent object + which disabled the specified cluster." + ::= { sysClusterEntry 13 } + +sysClusterHaState OBJECT-TYPE + SYNTAX INTEGER { + offline(0), + forcedoffline(1), + standby(2), + active(3), + unknown(4) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The state of high availability action." + ::= { sysClusterEntry 14 } + +sysClusterPriSlotId OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The slot ID of current primary slot in the specified cluster." + ::= { sysClusterEntry 15 } + +sysClusterLastPriSlotId OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The slot ID of last primary slot in the specified cluster." + ::= { sysClusterEntry 16 } + +sysClusterPriSelTime OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The epoch timestamp representing the time at which the primary slot + is selected in the cluster." + ::= { sysClusterEntry 17 } + +--================================================================== +-- Cluster_mbr +--================================================================== +sysClusterMbrNumber OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of sysClusterMbr entries in the table." + ::= { sysClusterMbr 1 } + +sysClusterMbrTable OBJECT-TYPE + SYNTAX SEQUENCE OF SysClusterMbrEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A table containing cluster members information of the system." + ::= { sysClusterMbr 2 } + +sysClusterMbrEntry OBJECT-TYPE + SYNTAX SysClusterMbrEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Columns in the sysClusterMbr Table" + INDEX { + sysClusterMbrCluster, + sysClusterMbrSlotId + } + ::= { sysClusterMbrTable 1 } + +SysClusterMbrEntry ::= + SEQUENCE { + sysClusterMbrCluster LongDisplayString, + sysClusterMbrSlotId INTEGER, + sysClusterMbrAvailabilityState INTEGER, + sysClusterMbrEnabledStat INTEGER, + sysClusterMbrDisabledParentType Gauge, + sysClusterMbrStatusReason LongDisplayString, + sysClusterMbrLicensed INTEGER, + sysClusterMbrState INTEGER, + sysClusterMbrEnabled INTEGER, + sysClusterMbrPriming INTEGER, + sysClusterMbrMgmtAddrType InetAddressType, + sysClusterMbrMgmtAddr InetAddress, + sysClusterMbrHaState INTEGER + } + +sysClusterMbrCluster OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of a cluster." + ::= { sysClusterMbrEntry 1 } + +sysClusterMbrSlotId OBJECT-TYPE + SYNTAX INTEGER(0..32767) + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The slot id in the specified cluster." + ::= { sysClusterMbrEntry 2 } + +sysClusterMbrAvailabilityState OBJECT-TYPE + SYNTAX INTEGER { + none(0), + green(1), + yellow(2), + red(3), + blue(4) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The state of the specified cluster member availability indicated in color" + ::= { sysClusterMbrEntry 3 } + +sysClusterMbrEnabledStat OBJECT-TYPE + SYNTAX INTEGER { + none(0), + enabled(1), + disabled(2), + disabledbyparent(3) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The state of the specified cluster member activity status, as specified + by the user." + ::= { sysClusterMbrEntry 4 } + +sysClusterMbrDisabledParentType OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The type of parent object which disabled the specified cluster member." + ::= { sysClusterMbrEntry 5 } + +sysClusterMbrStatusReason OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The detail description of the cluster's status of parent object + which disabled the specified cluster member." + ::= { sysClusterMbrEntry 6 } + +sysClusterMbrLicensed OBJECT-TYPE + SYNTAX INTEGER { + false(0), + true(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The state indicating whether or not the specified cluster member is licensed." + ::= { sysClusterMbrEntry 7 } + +sysClusterMbrState OBJECT-TYPE + SYNTAX INTEGER { + initial(0), + quorumwait(1), + quorum(2), + running(3), + shutdown(4) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The state which the specified cluster member in at." + ::= { sysClusterMbrEntry 8 } + +sysClusterMbrEnabled OBJECT-TYPE + SYNTAX INTEGER { + false(0), + true(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The state indicating whehter the specified member is enabled or not." + ::= { sysClusterMbrEntry 9 } + +sysClusterMbrPriming OBJECT-TYPE + SYNTAX INTEGER { + false(0), + true(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The state indicating whether or not priming is enabled." + ::= { sysClusterMbrEntry 10 } + +sysClusterMbrMgmtAddrType OBJECT-TYPE + SYNTAX InetAddressType + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The IP address type of the specified cluster member." + ::= { sysClusterMbrEntry 11 } + +sysClusterMbrMgmtAddr OBJECT-TYPE + SYNTAX InetAddress + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The IP address of the specified cluster member. It is interpreted within + the context of a sysClusterMbrMgmtAddrType value." + ::= { sysClusterMbrEntry 12 } + +sysClusterMbrHaState OBJECT-TYPE + SYNTAX INTEGER { + unknown(0), + offline(1), + forcedoffline(2), + standby(3), + active(4) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The state of high availability action of the specified cluster member." + ::= { sysClusterMbrEntry 13 } + +--================================================================== +-- Software_volume +--================================================================== +sysSwVolumeNumber OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of sysSoftwareVolume entries in the table." + ::= { sysSoftwareVolume 1 } + +sysSwVolumeTable OBJECT-TYPE + SYNTAX SEQUENCE OF SysSwVolumeEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A table containing software volume information on the system." + ::= { sysSoftwareVolume 2 } + +sysSwVolumeEntry OBJECT-TYPE + SYNTAX SysSwVolumeEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Columns in the sysSwVolume Table" + INDEX { + sysSwVolumeSlotId, + sysSwVolumeName + } + ::= { sysSwVolumeTable 1 } + +SysSwVolumeEntry ::= + SEQUENCE { + sysSwVolumeSlotId INTEGER, + sysSwVolumeName LongDisplayString, + sysSwVolumeSize LongDisplayString, + sysSwVolumeActive INTEGER + } + +sysSwVolumeSlotId OBJECT-TYPE + SYNTAX INTEGER(0..32767) + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The slot ID." + ::= { sysSwVolumeEntry 1 } + +sysSwVolumeName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The harddisk name." + ::= { sysSwVolumeEntry 2 } + +sysSwVolumeSize OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The space of the specified harddisk." + ::= { sysSwVolumeEntry 3 } + +sysSwVolumeActive OBJECT-TYPE + SYNTAX INTEGER { + false(0), + true(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The state indicating whether or not the specified slot is active." + ::= { sysSwVolumeEntry 4 } + +--================================================================== +-- Software_image +--================================================================== +sysSwImageNumber OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of sysSoftwareImage entries in the table." + ::= { sysSoftwareImage 1 } + +sysSwImageTable OBJECT-TYPE + SYNTAX SEQUENCE OF SysSwImageEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A table containing software image information on the system." + ::= { sysSoftwareImage 2 } + +sysSwImageEntry OBJECT-TYPE + SYNTAX SysSwImageEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Columns in the sysSwImage Table" + INDEX { + sysSwImageSlotId, + sysSwImageFilename + } + ::= { sysSwImageTable 1 } + +SysSwImageEntry ::= + SEQUENCE { + sysSwImageSlotId INTEGER, + sysSwImageFilename LongDisplayString, + sysSwImageProduct LongDisplayString, + sysSwImageVersion LongDisplayString, + sysSwImageBuild LongDisplayString, + sysSwImageChksum LongDisplayString, + sysSwImageVerified INTEGER, + sysSwImageBuildDate LongDisplayString, + sysSwImageLastModified LongDisplayString, + sysSwImageFileSize LongDisplayString + } + +sysSwImageSlotId OBJECT-TYPE + SYNTAX INTEGER(0..32767) + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The slot ID." + ::= { sysSwImageEntry 1 } + +sysSwImageFilename OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The software image name." + ::= { sysSwImageEntry 2 } + +sysSwImageProduct OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The product name of the specified image." + ::= { sysSwImageEntry 3 } + +sysSwImageVersion OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The version of the specified image." + ::= { sysSwImageEntry 4 } + +sysSwImageBuild OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The build number of the specified image." + ::= { sysSwImageEntry 5 } + +sysSwImageChksum OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The chksum of specified image." + ::= { sysSwImageEntry 6 } + +sysSwImageVerified OBJECT-TYPE + SYNTAX INTEGER { + false(0), + true(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The state indicating whether the specified image is verified or not." + ::= { sysSwImageEntry 7 } + +sysSwImageBuildDate OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The date when the specified image is built." + ::= { sysSwImageEntry 8 } + +sysSwImageLastModified OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The date when the specified image is last modified." + ::= { sysSwImageEntry 9 } + +sysSwImageFileSize OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The size of the specified software image." + ::= { sysSwImageEntry 10 } + +--================================================================== +-- Software_hotfix +--================================================================== +sysSwHotfixNumber OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of sysSoftwareHotfix entries in the table." + ::= { sysSoftwareHotfix 1 } + +sysSwHotfixTable OBJECT-TYPE + SYNTAX SEQUENCE OF SysSwHotfixEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A table containing hotfix software information on the system." + ::= { sysSoftwareHotfix 2 } + +sysSwHotfixEntry OBJECT-TYPE + SYNTAX SysSwHotfixEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Columns in the sysSwHotfix Table" + INDEX { + sysSwHotfixSlotId, + sysSwHotfixFilename + } + ::= { sysSwHotfixTable 1 } + +SysSwHotfixEntry ::= + SEQUENCE { + sysSwHotfixSlotId INTEGER, + sysSwHotfixFilename LongDisplayString, + sysSwHotfixProduct LongDisplayString, + sysSwHotfixVersion LongDisplayString, + sysSwHotfixBuild LongDisplayString, + sysSwHotfixChksum LongDisplayString, + sysSwHotfixVerified INTEGER, + sysSwHotfixHotfixId LongDisplayString, + sysSwHotfixHotfixTitle LongDisplayString + } + +sysSwHotfixSlotId OBJECT-TYPE + SYNTAX INTEGER(0..32767) + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The slot ID." + ::= { sysSwHotfixEntry 1 } + +sysSwHotfixFilename OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The software image name." + ::= { sysSwHotfixEntry 2 } + +sysSwHotfixProduct OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The product name of the specified hotfix image." + ::= { sysSwHotfixEntry 3 } + +sysSwHotfixVersion OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The version of the specified hotfix image." + ::= { sysSwHotfixEntry 4 } + +sysSwHotfixBuild OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The build number of the specified hotfix image." + ::= { sysSwHotfixEntry 5 } + +sysSwHotfixChksum OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The chksum of specified hotfix image." + ::= { sysSwHotfixEntry 6 } + +sysSwHotfixVerified OBJECT-TYPE + SYNTAX INTEGER { + false(0), + true(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The state indicating whether the specified hotfix image is verified or not." + ::= { sysSwHotfixEntry 7 } + +sysSwHotfixHotfixId OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The ID of the hotfix image." + ::= { sysSwHotfixEntry 8 } + +sysSwHotfixHotfixTitle OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The title of the hotfix image." + ::= { sysSwHotfixEntry 9 } + +--================================================================== +-- Software_status +--================================================================== +sysSwStatusNumber OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of sysSoftwareStatus entries in the table." + ::= { sysSoftwareStatus 1 } + +sysSwStatusTable OBJECT-TYPE + SYNTAX SEQUENCE OF SysSwStatusEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A table containing software status information on the system." + ::= { sysSoftwareStatus 2 } + +sysSwStatusEntry OBJECT-TYPE + SYNTAX SysSwStatusEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Columns in the sysSwStatus Table" + INDEX { + sysSwStatusSlotId, + sysSwStatusVolume + } + ::= { sysSwStatusTable 1 } + +SysSwStatusEntry ::= + SEQUENCE { + sysSwStatusSlotId INTEGER, + sysSwStatusVolume LongDisplayString, + sysSwStatusProduct LongDisplayString, + sysSwStatusVersion LongDisplayString, + sysSwStatusBuild LongDisplayString, + sysSwStatusActive INTEGER + } + +sysSwStatusSlotId OBJECT-TYPE + SYNTAX INTEGER(0..32767) + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The slot ID." + ::= { sysSwStatusEntry 1 } + +sysSwStatusVolume OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The harddisk name." + ::= { sysSwStatusEntry 2 } + +sysSwStatusProduct OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The product name of the specified software." + ::= { sysSwStatusEntry 3 } + +sysSwStatusVersion OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The version of the specified software." + ::= { sysSwStatusEntry 4 } + +sysSwStatusBuild OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The build number of the specified software." + ::= { sysSwStatusEntry 5 } + +sysSwStatusActive OBJECT-TYPE + SYNTAX INTEGER { + false(0), + true(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The state indicating whether the system is acive or not." + ::= { sysSwStatusEntry 6 } + +--================================================================== +-- Global_host_info_stat +--================================================================== +sysGlobalHostResetStats OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "The action to reset resettable statistics data in sysGlobalHost. + Setting this value to 1 will reset statistics data. + Note, some statistics data may not be reset including data that are incremental counters." + ::= { sysGlobalHost 1 } + +sysGlobalHostMemTotal OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total host memory in bytes for the system. + Use sysGlobalHostMemTotalKb for gauge type." + ::= { sysGlobalHost 2 } + +sysGlobalHostMemUsed OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The host memory in bytes currently in use for the system. + Use sysGlobalHostMemUsedKb for gauge type." + ::= { sysGlobalHost 3 } + +sysGlobalHostCpuCount OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of CPUs in the system." + ::= { sysGlobalHost 4 } + +sysGlobalHostActiveCpuCount OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of active CPUs in the system." + ::= { sysGlobalHost 5 } + +sysGlobalHostCpuUser OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The average time spent by all processors in user context for the system." + ::= { sysGlobalHost 6 } + +sysGlobalHostCpuNice OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The average time spent by all processors running niced processes for the system." + ::= { sysGlobalHost 7 } + +sysGlobalHostCpuSystem OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The average time spent by all processors servicing system calls for the system." + ::= { sysGlobalHost 8 } + +sysGlobalHostCpuIdle OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The average time spent by all processors doing nothing for the system." + ::= { sysGlobalHost 9 } + +sysGlobalHostCpuIrq OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The average time spent by all processors servicing hardware interrupts for the system." + ::= { sysGlobalHost 10 } + +sysGlobalHostCpuSoftirq OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The average time spent by all processors servicing soft interrupts for the system." + ::= { sysGlobalHost 11 } + +sysGlobalHostCpuIowait OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The average time spent by all processors waiting for external I/O to complete for the system." + ::= { sysGlobalHost 12 } + +sysGlobalHostCpuUsageRatio OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "This is usage ratio of CPU for the system. It is calculated by + (sum of deltas for user, niced, system)/(sum of deltas of user, niced, system, idle, irq, softirq, and iowait), + where each delta is the difference for each stat over the last 10-second interval; + user: sysGlobalHostCpuUser; + niced: sysGlobalHostCpuNiced; + stolen: sysGlobalHostCpuStolen; + system: sysGlobalHostCpuSystem; + idle: sysGlobalHostCpuIdle; + irq: sysGlobalHostCpuIrq; + iowait: sysGlobalHostCpuIowait" + ::= { sysGlobalHost 13 } + +sysGlobalHostCpuUser5s OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The average time spent by the specified processor in user context for the system in the last five seconds." + ::= { sysGlobalHost 14 } + +sysGlobalHostCpuNice5s OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The average time spent by the specified processor running niced processes for the system in the last five seconds." + ::= { sysGlobalHost 15 } + +sysGlobalHostCpuSystem5s OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The average time spent by the specified processor servicing system calls for the system in the last five seconds." + ::= { sysGlobalHost 16 } + +sysGlobalHostCpuIdle5s OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The average time spent by the specified processor doing nothing for the system in the last five seconds." + ::= { sysGlobalHost 17 } + +sysGlobalHostCpuIrq5s OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The average time spent by the specified processor servicing hardware interrupts for the system in the last five seconds." + ::= { sysGlobalHost 18 } + +sysGlobalHostCpuSoftirq5s OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The average time spent by the specified processor servicing soft interrupts for the system in the last five seconds." + ::= { sysGlobalHost 19 } + +sysGlobalHostCpuIowait5s OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The average time spent by the specified processor waiting for external I/O to complete for the system in the last five seconds." + ::= { sysGlobalHost 20 } + +sysGlobalHostCpuUsageRatio5s OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "This is average usage ratio of CPU for the system in the last five seconds. It is calculated by + (sum of deltas for user, niced, system)/(sum of deltas of user, niced, system, idle, irq, softirq, and iowait), + where each delta is the difference for each stat over the last 5-second interval; + user: sysGlobalHostCpuUser5s; + niced: sysGlobalHostCpuNiced5s; + stolen: sysGlobalHostCpuStolen5s; + system: sysGlobalHostCpuSystem5s; + idle: sysGlobalHostCpuIdle5s; + irq: sysGlobalHostCpuIrq5s; + iowait: sysGlobalHostCpuIowait5s" + ::= { sysGlobalHost 21 } + +sysGlobalHostCpuUser1m OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The average time spent by the specified processor in user context for the system in the last one minute." + ::= { sysGlobalHost 22 } + +sysGlobalHostCpuNice1m OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The average time spent by the specified processor running niced processes for the system in the last one minute." + ::= { sysGlobalHost 23 } + +sysGlobalHostCpuSystem1m OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The average time spent by the specified processor servicing system calls for the system in the last one minute." + ::= { sysGlobalHost 24 } + +sysGlobalHostCpuIdle1m OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The average time spent by the specified processor doing nothing for the system in the last one minute." + ::= { sysGlobalHost 25 } + +sysGlobalHostCpuIrq1m OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The average time spent by the specified processor servicing hardware interrupts for the system in the last one minute." + ::= { sysGlobalHost 26 } + +sysGlobalHostCpuSoftirq1m OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The average time spent by the specified processor servicing soft interrupts for the system in the last one minute." + ::= { sysGlobalHost 27 } + +sysGlobalHostCpuIowait1m OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The average time spent by the specified processor waiting for external I/O to complete for the system in the last one minute." + ::= { sysGlobalHost 28 } + +sysGlobalHostCpuUsageRatio1m OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "This is average usage ratio of CPU for the system in the last one minute. It is calculated by + (sum of deltas for user, niced, system)/(sum of deltas of user, niced, system, idle, irq, softirq, and iowait), + where each delta is the difference for each stat over the last 1-minute interval; + user: sysGlobalHostCpuUser1m; + niced: sysGlobalHostCpuNiced1m; + stolen: sysGlobalHostCpuStolen1m; + system: sysGlobalHostCpuSystem1m; + idle: sysGlobalHostCpuIdle1m; + irq: sysGlobalHostCpuIrq1m; + iowait: sysGlobalHostCpuIowait1m" + ::= { sysGlobalHost 29 } + +sysGlobalHostCpuUser5m OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The average time spent by the specified processor in user context for the system in the last five minutes." + ::= { sysGlobalHost 30 } + +sysGlobalHostCpuNice5m OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The average time spent by the specified processor running niced processes for the system in the last five minutes." + ::= { sysGlobalHost 31 } + +sysGlobalHostCpuSystem5m OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The average time spent by the specified processor servicing system calls for the system in the last five minutes." + ::= { sysGlobalHost 32 } + +sysGlobalHostCpuIdle5m OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The average time spent by the specified processor doing nothing for the system in the last five minutes." + ::= { sysGlobalHost 33 } + +sysGlobalHostCpuIrq5m OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The average time spent by the specified processor servicing hardware interrupts for the system in the last five minutes." + ::= { sysGlobalHost 34 } + +sysGlobalHostCpuSoftirq5m OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The average time spent by the specified processor servicing soft interrupts for the system in the last five minutes." + ::= { sysGlobalHost 35 } + +sysGlobalHostCpuIowait5m OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The average time spent by the specified processor waiting for external I/O to complete for the system in the last five minutes." + ::= { sysGlobalHost 36 } + +sysGlobalHostCpuUsageRatio5m OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "This is average usage ratio of CPU for the system in the last five minutes. It is calculated by + (sum of deltas for user, niced, system)/(sum of deltas of user, niced, system, idle, irq, softirq, and iowait), + where each delta is the difference for each stat over the last 5-minute interval; + user: sysGlobalHostCpuUser5m; + niced: sysGlobalHostCpuNiced5m; + stolen: sysGlobalHostCpuStolen5m; + system: sysGlobalHostCpuSystem5m; + idle: sysGlobalHostCpuIdle5m; + irq: sysGlobalHostCpuIrq5m; + iowait: sysGlobalHostCpuIowait5m" + ::= { sysGlobalHost 37 } + +sysGlobalHostCpuStolen OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The time 'stolen' from the system (for virtual machines)." + ::= { sysGlobalHost 38 } + +sysGlobalHostCpuStolen5s OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The average time 'stolen' from the system in the last five seconds." + ::= { sysGlobalHost 39 } + +sysGlobalHostCpuStolen1m OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The average time 'stolen' from the system in the last one minute." + ::= { sysGlobalHost 40 } + +sysGlobalHostCpuStolen5m OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The average time 'stolen' from the system in the last five minutes." + ::= { sysGlobalHost 41 } + +sysGlobalHostMemTotalKb OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total host memory in Kilobytes for the system." + ::= { sysGlobalHost 42 } + +sysGlobalHostMemUsedKb OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The host memory in Kilobytes currently in use for the system." + ::= { sysGlobalHost 43 } + +sysGlobalHostOtherMemoryTotal OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total other non-TMM memory in bytes for the system. + Use sysGlobalHostOtherMemTotalKb for gauge type." + ::= { sysGlobalHost 44 } + +sysGlobalHostOtherMemoryUsed OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The other non-TMM memory in bytes currently in use for the system. + Use sysGlobalHostOtherMemUsedKb for gauge type." + ::= { sysGlobalHost 45 } + +sysGlobalHostSwapTotal OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total swap in bytes for the system. + Use sysGlobalHostSwapTotalKb for gauge type." + ::= { sysGlobalHost 46 } + +sysGlobalHostSwapUsed OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The swap in bytes currently in use for the system. + Use sysGlobalHostSwapUsedKb for gauge type." + ::= { sysGlobalHost 47 } + +sysGlobalHostOtherMemTotalKb OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total other non-TMM memory in Kilobytes for the system." + ::= { sysGlobalHost 48 } + +sysGlobalHostOtherMemUsedKb OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The other non-TMM memory in Kilobytes currently in use for the system." + ::= { sysGlobalHost 49 } + +sysGlobalHostSwapTotalKb OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total swap in Kilobytes for the system." + ::= { sysGlobalHost 50 } + +sysGlobalHostSwapUsedKb OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The swap in Kilobytes currently in use for the system." + ::= { sysGlobalHost 51 } + +--================================================================== +-- Module_allocation +--================================================================== +sysModuleAllocationNumber OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of sysModuleAllocation entries in the table." + ::= { sysModuleAllocation 1 } + +sysModuleAllocationTable OBJECT-TYPE + SYNTAX SEQUENCE OF SysModuleAllocationEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Resource allocation information about modules on the system" + ::= { sysModuleAllocation 2 } + +sysModuleAllocationEntry OBJECT-TYPE + SYNTAX SysModuleAllocationEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Columns in the sysModuleAllocation Table" + INDEX { + sysModuleAllocationName + } + ::= { sysModuleAllocationTable 1 } + +SysModuleAllocationEntry ::= + SEQUENCE { + sysModuleAllocationName LongDisplayString, + sysModuleAllocationProvisionLevel INTEGER, + sysModuleAllocationMemoryRatio INTEGER, + sysModuleAllocationCpuRatio INTEGER, + sysModuleAllocationDiskRatio INTEGER + } + +sysModuleAllocationName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of the Module" + ::= { sysModuleAllocationEntry 1 } + +sysModuleAllocationProvisionLevel OBJECT-TYPE + SYNTAX INTEGER { + none(1), + minimum(2), + nominal(3), + dedicated(4), + custom(5) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The provisioning level indicates how the systems resources + are distributed amongst the modules" + ::= { sysModuleAllocationEntry 2 } + +sysModuleAllocationMemoryRatio OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The ratio of available memory to allocate. Only valid if level is 'custom'" + ::= { sysModuleAllocationEntry 3 } + +sysModuleAllocationCpuRatio OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The ratio of CPU to allocate to this module. Only valid if level is 'custom'" + ::= { sysModuleAllocationEntry 4 } + +sysModuleAllocationDiskRatio OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The ratio of available disk space to allocate to this module. Only valid if level is 'custom'" + ::= { sysModuleAllocationEntry 5 } + +--================================================================== +-- Global_tmm_stat +--================================================================== +sysGlobalTmmStatResetStats OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "The action to reset resettable statistics data in sysGlobalTmmStat. + Setting this value to 1 will reset statistics data. + Note, some statistics data may not be reset including data that are incremental counters." + ::= { sysGlobalTmmStat 1 } + +sysGlobalTmmStatNpus OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of TMMs (Traffic Management Module) on the system." + ::= { sysGlobalTmmStat 2 } + +sysGlobalTmmStatClientPktsIn OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of packets received by the system from client-side." + ::= { sysGlobalTmmStat 3 } + +sysGlobalTmmStatClientBytesIn OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of bytes received by the system from client-side." + ::= { sysGlobalTmmStat 4 } + +sysGlobalTmmStatClientPktsOut OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of packets sent to client-side from the system." + ::= { sysGlobalTmmStat 5 } + +sysGlobalTmmStatClientBytesOut OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of bytes sent to client-side from the system." + ::= { sysGlobalTmmStat 6 } + +sysGlobalTmmStatClientMaxConns OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The maximum connections from client-side to the system." + ::= { sysGlobalTmmStat 7 } + +sysGlobalTmmStatClientTotConns OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total connections from client-side to the system." + ::= { sysGlobalTmmStat 8 } + +sysGlobalTmmStatClientCurConns OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The current connections from client-side to the system." + ::= { sysGlobalTmmStat 9 } + +sysGlobalTmmStatServerPktsIn OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of packets received by the system from server-side." + ::= { sysGlobalTmmStat 10 } + +sysGlobalTmmStatServerBytesIn OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of bytes received by the system from server-side." + ::= { sysGlobalTmmStat 11 } + +sysGlobalTmmStatServerPktsOut OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of packets sent to server-side from the system." + ::= { sysGlobalTmmStat 12 } + +sysGlobalTmmStatServerBytesOut OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of bytes sent to server-side from the system." + ::= { sysGlobalTmmStat 13 } + +sysGlobalTmmStatServerMaxConns OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The maximum connections from server-side to the system." + ::= { sysGlobalTmmStat 14 } + +sysGlobalTmmStatServerTotConns OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total connections from server-side to the system." + ::= { sysGlobalTmmStat 15 } + +sysGlobalTmmStatServerCurConns OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The current connections from server-side to the system." + ::= { sysGlobalTmmStat 16 } + +sysGlobalTmmStatMaintenanceModeDeny OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The connection requests rejected because the virtual + server was in maintenance mode. " + ::= { sysGlobalTmmStat 17 } + +sysGlobalTmmStatMaxConnVirtualAddrDeny OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The connection requests rejected because they exceeded + the connection limit for a virtual server address." + ::= { sysGlobalTmmStat 18 } + +sysGlobalTmmStatMaxConnVirtualPathDeny OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The connection requests rejected because they exceeded + the connection limit for a virtual server (IP:port)." + ::= { sysGlobalTmmStat 19 } + +sysGlobalTmmStatVirtualServerNonSynDeny OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The packets that are not connection requests and are + destined for a virtual server that has no connection + for the client address." + ::= { sysGlobalTmmStat 20 } + +sysGlobalTmmStatNoHandlerDeny OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The incoming packets that could not be processed by a + virtual server, NAT, or SNAT." + ::= { sysGlobalTmmStat 21 } + +sysGlobalTmmStatLicenseDeny OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The packets which were dropped due to exceeding licensing + limitations." + ::= { sysGlobalTmmStat 22 } + +sysGlobalTmmStatCmpConnRedirected OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The connections that were redirected to a different TMM in the cluster." + ::= { sysGlobalTmmStat 23 } + +sysGlobalTmmStatConnectionMemoryErrors OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The connections could not be created because memory was not available." + ::= { sysGlobalTmmStat 24 } + +sysGlobalTmmStatTmTotalCycles OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! Please use the provided tmm usage ratios. + Traffic management CPU usage. The total cycles spent in traffic management." + ::= { sysGlobalTmmStat 25 } + +sysGlobalTmmStatTmIdleCycles OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! Please use the provided tmm usage ratios. + Traffic management CPU usage. The cycles spent polling with no traffic." + ::= { sysGlobalTmmStat 26 } + +sysGlobalTmmStatTmSleepCycles OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! Please use the provided tmm usage ratios. + Traffic management CPU usage. The cycles yielded." + ::= { sysGlobalTmmStat 27 } + +sysGlobalTmmStatMemoryTotal OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total memory available in bytes for TMM (Traffic Management Module). + Use sysGlobalTmmStatMemoryTotalKb for gauge type." + ::= { sysGlobalTmmStat 28 } + +sysGlobalTmmStatMemoryUsed OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The memory in use in bytes for TMM (Traffic Management Module). + Use sysGlobalTmmStatMemoryUsedKb for gauge type." + ::= { sysGlobalTmmStat 29 } + +sysGlobalTmmStatDroppedPackets OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total dropped packets." + ::= { sysGlobalTmmStat 30 } + +sysGlobalTmmStatIncomingPacketErrors OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total incoming packet errors for the system." + ::= { sysGlobalTmmStat 31 } + +sysGlobalTmmStatOutgoingPacketErrors OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total outgoing packet errors for the system." + ::= { sysGlobalTmmStat 32 } + +sysGlobalTmmStatHttpRequests OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of HTTP requests to the system." + ::= { sysGlobalTmmStat 33 } + +sysGlobalTmmStatTmUsageRatio5s OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The percentage of time all TMMs were busy over the last 5 seconds." + ::= { sysGlobalTmmStat 34 } + +sysGlobalTmmStatTmUsageRatio1m OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The percentage of time all TMMs were busy over the last 1 minute." + ::= { sysGlobalTmmStat 35 } + +sysGlobalTmmStatTmUsageRatio5m OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The percentage of time all TMMs were busy over the last 5 minutes." + ::= { sysGlobalTmmStat 36 } + +sysGlobalTmmStatMemoryTotalKb OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total memory available in Kilobytes for TMM (Traffic Management Module)." + ::= { sysGlobalTmmStat 37 } + +sysGlobalTmmStatMemoryUsedKb OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The memory in use in Kilobytes for TMM (Traffic Management Module)." + ::= { sysGlobalTmmStat 38 } + +sysGlobalTmmStatSwSyncookies OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of syn cookies received." + ::= { sysGlobalTmmStat 39 } + +sysGlobalTmmStatSwSyncookieAccepts OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of syn cookies received that were accepted." + ::= { sysGlobalTmmStat 40 } + +sysGlobalTmmStatSyncookieRejects OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of syn cookies received that were rejected." + ::= { sysGlobalTmmStat 41 } + +sysGlobalTmmStatHwSyncookies OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of hardware syn cookies received." + ::= { sysGlobalTmmStat 42 } + +sysGlobalTmmStatHwSyncookieAccepts OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of hardware syn cookies received that were accepted." + ::= { sysGlobalTmmStat 43 } + +sysGlobalTmmStatWlSyncookieHits OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of whitelist syn cookie hits." + ::= { sysGlobalTmmStat 44 } + +sysGlobalTmmStatWlSyncookieAccepts OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of whitelist syn cookies received that were accepted." + ::= { sysGlobalTmmStat 45 } + +sysGlobalTmmStatWlSyncookieRejects OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of whitelist syn cookies received that were rejected." + ::= { sysGlobalTmmStat 46 } + +sysGlobalTmmStatConnectionFlowMiss OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of TCP packets discarded due to the lack of an associated + flow." + ::= { sysGlobalTmmStat 47 } + +--================================================================== +-- Platform +--================================================================== +sysPlatformInfoName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The platform name" + ::= { sysPlatformInfo 1 } + +sysPlatformInfoMarketingName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The system name used by marketing" + ::= { sysPlatformInfo 2 } + +--================================================================== +-- Logical_disk +--================================================================== +sysLogicalDiskNumber OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of sysLogicalDisk entries in the table." + ::= { sysLogicalDisk 1 } + +sysLogicalDiskTable OBJECT-TYPE + SYNTAX SEQUENCE OF SysLogicalDiskEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Logical disks status" + ::= { sysLogicalDisk 2 } + +sysLogicalDiskEntry OBJECT-TYPE + SYNTAX SysLogicalDiskEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Columns in the sysLogicalDisk Table" + INDEX { + sysLogicalDiskSlotId, + sysLogicalDiskName + } + ::= { sysLogicalDiskTable 1 } + +SysLogicalDiskEntry ::= + SEQUENCE { + sysLogicalDiskSlotId INTEGER, + sysLogicalDiskName LongDisplayString, + sysLogicalDiskDevname LongDisplayString, + sysLogicalDiskMedia LongDisplayString, + sysLogicalDiskSize Gauge, + sysLogicalDiskFormat LongDisplayString + } + +sysLogicalDiskSlotId OBJECT-TYPE + SYNTAX INTEGER(0..32767) + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The slot ID." + ::= { sysLogicalDiskEntry 1 } + +sysLogicalDiskName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The logical disk name." + ::= { sysLogicalDiskEntry 2 } + +sysLogicalDiskDevname OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The logical disk device name." + ::= { sysLogicalDiskEntry 3 } + +sysLogicalDiskMedia OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The logical disk media." + ::= { sysLogicalDiskEntry 4 } + +sysLogicalDiskSize OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The size of logical disk" + ::= { sysLogicalDiskEntry 5 } + +sysLogicalDiskFormat OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The logical disk formate." + ::= { sysLogicalDiskEntry 6 } + +--================================================================== +-- Physical_disk +--================================================================== +sysPhysicalDiskNumber OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of sysPhysicalDisk entries in the table." + ::= { sysPhysicalDisk 1 } + +sysPhysicalDiskTable OBJECT-TYPE + SYNTAX SEQUENCE OF SysPhysicalDiskEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Physical disk status" + ::= { sysPhysicalDisk 2 } + +sysPhysicalDiskEntry OBJECT-TYPE + SYNTAX SysPhysicalDiskEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Columns in the sysPhysicalDisk Table" + INDEX { + sysPhysicalDiskSerialNumber + } + ::= { sysPhysicalDiskTable 1 } + +SysPhysicalDiskEntry ::= + SEQUENCE { + sysPhysicalDiskSerialNumber LongDisplayString, + sysPhysicalDiskSlotId INTEGER, + sysPhysicalDiskName LongDisplayString, + sysPhysicalDiskIsArrayMember INTEGER, + sysPhysicalDiskArrayStatus INTEGER + } + +sysPhysicalDiskSerialNumber OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The serial number of physical disk" + ::= { sysPhysicalDiskEntry 1 } + +sysPhysicalDiskSlotId OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The slot ID." + ::= { sysPhysicalDiskEntry 2 } + +sysPhysicalDiskName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The physical disk name." + ::= { sysPhysicalDiskEntry 3 } + +sysPhysicalDiskIsArrayMember OBJECT-TYPE + SYNTAX INTEGER { + false(0), + true(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "If the physical disk is the member of an array. Default is false" + ::= { sysPhysicalDiskEntry 4 } + +sysPhysicalDiskArrayStatus OBJECT-TYPE + SYNTAX INTEGER { + undefined(0), + ok(1), + replicating(2), + missing(3), + failed(4) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The physical disk array status" + ::= { sysPhysicalDiskEntry 5 } + +--================================================================== +-- Disk_bay +--================================================================== +sysDiskBayNumber OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of sysDiskBay entries in the table." + ::= { sysDiskBay 1 } + +sysDiskBayTable OBJECT-TYPE + SYNTAX SEQUENCE OF SysDiskBayEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Disk bay status" + ::= { sysDiskBay 2 } + +sysDiskBayEntry OBJECT-TYPE + SYNTAX SysDiskBayEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Columns in the sysDiskBay Table" + INDEX { + sysDiskBayId + } + ::= { sysDiskBayTable 1 } + +SysDiskBayEntry ::= + SEQUENCE { + sysDiskBayId INTEGER, + sysDiskBayDiskSerialNumber LongDisplayString + } + +sysDiskBayId OBJECT-TYPE + SYNTAX INTEGER(0..2147483647) + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The disk bay ID." + ::= { sysDiskBayEntry 1 } + +sysDiskBayDiskSerialNumber OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The serial number of physical disk" + ::= { sysDiskBayEntry 2 } + +--================================================================== +-- Logical_disk_members +--================================================================== +sysLogicalDiskMembersNumber OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of sysLogicalDiskMembers entries in the table." + ::= { sysLogicalDiskMembers 1 } + +sysLogicalDiskMembersTable OBJECT-TYPE + SYNTAX SEQUENCE OF SysLogicalDiskMembersEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Logical disk members status" + ::= { sysLogicalDiskMembers 2 } + +sysLogicalDiskMembersEntry OBJECT-TYPE + SYNTAX SysLogicalDiskMembersEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Columns in the sysLogicalDiskMembers Table" + INDEX { + sysLogicalDiskMembersDevname, + sysLogicalDiskMembersSerialNumber + } + ::= { sysLogicalDiskMembersTable 1 } + +SysLogicalDiskMembersEntry ::= + SEQUENCE { + sysLogicalDiskMembersDevname LongDisplayString, + sysLogicalDiskMembersSerialNumber LongDisplayString, + sysLogicalDiskMembersSlotId INTEGER + } + +sysLogicalDiskMembersDevname OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "device name of logical disk members" + ::= { sysLogicalDiskMembersEntry 1 } + +sysLogicalDiskMembersSerialNumber OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The serial number of logical disk members" + ::= { sysLogicalDiskMembersEntry 2 } + +sysLogicalDiskMembersSlotId OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The slot ID of logical disk members." + ::= { sysLogicalDiskMembersEntry 3 } + +--================================================================== +-- Proc_pid_stat +--================================================================== +sysProcPidStatNumber OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of sysProcPidStat entries in the table." + ::= { sysProcPidStat 1 } + +sysProcPidStatTable OBJECT-TYPE + SYNTAX SEQUENCE OF SysProcPidStatEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "individual process stat and statm" + ::= { sysProcPidStat 2 } + +sysProcPidStatEntry OBJECT-TYPE + SYNTAX SysProcPidStatEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Columns in the sysProcPidStat Table" + INDEX { + sysProcPidStatBladeNum, + sysProcPidStatPid + } + ::= { sysProcPidStatTable 1 } + +SysProcPidStatEntry ::= + SEQUENCE { + sysProcPidStatPid INTEGER, + sysProcPidStatProcName LongDisplayString, + sysProcPidStatCommandLine LongDisplayString, + sysProcPidStatModules LongDisplayString, + sysProcPidStatBladeNum INTEGER, + sysProcPidStatProcessor Gauge, + sysProcPidStatUpdateTime Gauge, + sysProcPidStatCpuUsageRecent Gauge, + sysProcPidStatCpuUsage1min Gauge, + sysProcPidStatCpuUsage5mins Gauge, + sysProcPidStatSystemUsageRecent Gauge, + sysProcPidStatSystemUsage1min Gauge, + sysProcPidStatSystemUsage5mins Gauge, + sysProcPidStatPpid Gauge, + sysProcPidStatPgrp Gauge, + sysProcPidStatState LongDisplayString, + sysProcPidStatSession Gauge, + sysProcPidStatTtyNr Gauge, + sysProcPidStatTpgid Gauge, + sysProcPidStatFlags Counter64, + sysProcPidStatMinFlt Counter64, + sysProcPidStatCminFlt Counter64, + sysProcPidStatMajFlt Counter64, + sysProcPidStatCmajFlt Counter64, + sysProcPidStatUtime Counter64, + sysProcPidStatStime Counter64, + sysProcPidStatCutime Counter64, + sysProcPidStatCstime Counter64, + sysProcPidStatPriority Gauge, + sysProcPidStatNice Gauge, + sysProcPidStatNumThreads Gauge, + sysProcPidStatItrealvalue Gauge, + sysProcPidStatStartTime Counter64, + sysProcPidStatVsize Counter64, + sysProcPidStatRss Counter64, + sysProcPidStatRssRlim Counter64, + sysProcPidStatStartCode Counter64, + sysProcPidStatEndCode Counter64, + sysProcPidStatStartStack Counter64, + sysProcPidStatKstkEsp Counter64, + sysProcPidStatKstkEip Counter64, + sysProcPidStatSignal Counter64, + sysProcPidStatBlocked Counter64, + sysProcPidStatSigignore Counter64, + sysProcPidStatSigcatch Counter64, + sysProcPidStatWchan Counter64, + sysProcPidStatNswap Counter64, + sysProcPidStatCnswap Counter64, + sysProcPidStatExitSignal Gauge, + sysProcPidStatRtPriority Gauge, + sysProcPidStatPolicy Gauge, + sysProcPidStatProgSize Gauge, + sysProcPidStatResident Counter64, + sysProcPidStatShare Counter64, + sysProcPidStatTSize Counter64, + sysProcPidStatLSize Counter64, + sysProcPidStatDSize Counter64, + sysProcPidStatDirty Counter64, + sysProcPidStatVsizeKb Gauge + } + +sysProcPidStatPid OBJECT-TYPE + SYNTAX INTEGER(0..2147483647) + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "process pid" + ::= { sysProcPidStatEntry 1 } + +sysProcPidStatProcName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "process name" + ::= { sysProcPidStatEntry 2 } + +sysProcPidStatCommandLine OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "command line used to start process" + ::= { sysProcPidStatEntry 3 } + +sysProcPidStatModules OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "module name of this process" + ::= { sysProcPidStatEntry 4 } + +sysProcPidStatBladeNum OBJECT-TYPE + SYNTAX INTEGER(0..256) + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "blade number" + ::= { sysProcPidStatEntry 5 } + +sysProcPidStatProcessor OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "last CPU process run on" + ::= { sysProcPidStatEntry 6 } + +sysProcPidStatUpdateTime OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "last time proc_pid_stat updated" + ::= { sysProcPidStatEntry 7 } + +sysProcPidStatCpuUsageRecent OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "last poll interval cpu usage (percentage)" + ::= { sysProcPidStatEntry 8 } + +sysProcPidStatCpuUsage1min OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "last 1 min average cpu usage (percentage)" + ::= { sysProcPidStatEntry 9 } + +sysProcPidStatCpuUsage5mins OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "last 5 mins average cpu usage (percentage)" + ::= { sysProcPidStatEntry 10 } + +sysProcPidStatSystemUsageRecent OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "last poll interval system usage (percentage)" + ::= { sysProcPidStatEntry 11 } + +sysProcPidStatSystemUsage1min OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "last 1 min average system usage (percentage)" + ::= { sysProcPidStatEntry 12 } + +sysProcPidStatSystemUsage5mins OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "last 5 mins average system usage (percentage)" + ::= { sysProcPidStatEntry 13 } + +sysProcPidStatPpid OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "pid of process parent" + ::= { sysProcPidStatEntry 14 } + +sysProcPidStatPgrp OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "process group id" + ::= { sysProcPidStatEntry 15 } + +sysProcPidStatState OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "single-char code for process state (S=sleep)" + ::= { sysProcPidStatEntry 16 } + +sysProcPidStatSession OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "session id" + ::= { sysProcPidStatEntry 17 } + +sysProcPidStatTtyNr OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "full device number of controlling terminal" + ::= { sysProcPidStatEntry 18 } + +sysProcPidStatTpgid OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "terminal process group id" + ::= { sysProcPidStatEntry 19 } + +sysProcPidStatFlags OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "kernel flags for the process" + ::= { sysProcPidStatEntry 20 } + +sysProcPidStatMinFlt OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "num minor pg faults since process start" + ::= { sysProcPidStatEntry 21 } + +sysProcPidStatCminFlt OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "num minor pg faults of child processes" + ::= { sysProcPidStatEntry 22 } + +sysProcPidStatMajFlt OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "num major pg faults since process start" + ::= { sysProcPidStatEntry 23 } + +sysProcPidStatCmajFlt OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "num major pg faults of child processes" + ::= { sysProcPidStatEntry 24 } + +sysProcPidStatUtime OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "user-mode CPU time accumulated by process" + ::= { sysProcPidStatEntry 25 } + +sysProcPidStatStime OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "kernel-mode CPU time accumulated by process" + ::= { sysProcPidStatEntry 26 } + +sysProcPidStatCutime OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "cumul utime of process + reaped children" + ::= { sysProcPidStatEntry 27 } + +sysProcPidStatCstime OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "cumul stime of process + reaped children" + ::= { sysProcPidStatEntry 28 } + +sysProcPidStatPriority OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "kernel scheduling priority" + ::= { sysProcPidStatEntry 29 } + +sysProcPidStatNice OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "standard unix nice level of process" + ::= { sysProcPidStatEntry 30 } + +sysProcPidStatNumThreads OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Number of threads in this process" + ::= { sysProcPidStatEntry 31 } + +sysProcPidStatItrealvalue OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Time in jiffies before next SIGALRM sent" + ::= { sysProcPidStatEntry 32 } + +sysProcPidStatStartTime OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "start time of process - sec since 1-1-70" + ::= { sysProcPidStatEntry 33 } + +sysProcPidStatVsize OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Virtual memory size in bytes. + Use sysProcPidStatVsizeKb for gauge type." + ::= { sysProcPidStatEntry 34 } + +sysProcPidStatRss OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "resident set size (pg)" + ::= { sysProcPidStatEntry 35 } + +sysProcPidStatRssRlim OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "resident set size limit" + ::= { sysProcPidStatEntry 36 } + +sysProcPidStatStartCode OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "address of beginning of code segment" + ::= { sysProcPidStatEntry 37 } + +sysProcPidStatEndCode OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "address of end of code segment" + ::= { sysProcPidStatEntry 38 } + +sysProcPidStatStartStack OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "addr of the bottom of stack for process" + ::= { sysProcPidStatEntry 39 } + +sysProcPidStatKstkEsp OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "kernel stack pointer" + ::= { sysProcPidStatEntry 40 } + +sysProcPidStatKstkEip OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "kernel instruction pointer" + ::= { sysProcPidStatEntry 41 } + +sysProcPidStatSignal OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "bit map of pending signals" + ::= { sysProcPidStatEntry 42 } + +sysProcPidStatBlocked OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "mask of blocked signals" + ::= { sysProcPidStatEntry 43 } + +sysProcPidStatSigignore OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "mask of ignored signals" + ::= { sysProcPidStatEntry 44 } + +sysProcPidStatSigcatch OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "mask of caught signals" + ::= { sysProcPidStatEntry 45 } + +sysProcPidStatWchan OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "address of kernel wait channel proc is" + ::= { sysProcPidStatEntry 46 } + +sysProcPidStatNswap OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "number of page swapped" + ::= { sysProcPidStatEntry 47 } + +sysProcPidStatCnswap OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "cumulative number of page swapped" + ::= { sysProcPidStatEntry 48 } + +sysProcPidStatExitSignal OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "might not be SIGCHLD" + ::= { sysProcPidStatEntry 49 } + +sysProcPidStatRtPriority OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "real-time priority" + ::= { sysProcPidStatEntry 50 } + +sysProcPidStatPolicy OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "schedule policy" + ::= { sysProcPidStatEntry 51 } + +sysProcPidStatProgSize OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Total program size, measured in pages." + ::= { sysProcPidStatEntry 52 } + +sysProcPidStatResident OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "resident size" + ::= { sysProcPidStatEntry 53 } + +sysProcPidStatShare OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "shared pages" + ::= { sysProcPidStatEntry 54 } + +sysProcPidStatTSize OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "text (code)" + ::= { sysProcPidStatEntry 55 } + +sysProcPidStatLSize OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "library, not used in Linux 2.6" + ::= { sysProcPidStatEntry 56 } + +sysProcPidStatDSize OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "data + stack, not used in Linux 2.6" + ::= { sysProcPidStatEntry 57 } + +sysProcPidStatDirty OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "dirty pages, not used in Linux 2.6" + ::= { sysProcPidStatEntry 58 } + +sysProcPidStatVsizeKb OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Virtual memory size in Kilobytes." + ::= { sysProcPidStatEntry 59 } + +--================================================================== +-- Global_httpcompression_stat +--================================================================== +sysHttpCompressionStatResetStats OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "The action to reset resettable statistics data in sysGlobalHttpCompressionStat. + Setting this value to 1 will reset statistics data. + Note, some statistics data may not be reset including data that are incremental counters." + ::= { sysGlobalHttpCompressionStat 1 } + +sysHttpCompressionStatPrecompressBytes OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of response bytes before compression has taken place." + ::= { sysGlobalHttpCompressionStat 2 } + +sysHttpCompressionStatPostcompressBytes OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of response bytes after compression has taken place." + ::= { sysGlobalHttpCompressionStat 3 } + +sysHttpCompressionStatNullCompressBytes OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of bytes subjected to NULL compression (for license enforcement)." + ::= { sysGlobalHttpCompressionStat 4 } + +sysHttpCompressionStatHtmlPrecompressBytes OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of pre-compressed bytes for the MIME-Types: HTML." + ::= { sysGlobalHttpCompressionStat 5 } + +sysHttpCompressionStatHtmlPostcompressBytes OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of post-compressed bytes for the MIME-Types: HTML." + ::= { sysGlobalHttpCompressionStat 6 } + +sysHttpCompressionStatCssPrecompressBytes OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of pre-compressed bytes for the MIME-Types: CSS." + ::= { sysGlobalHttpCompressionStat 7 } + +sysHttpCompressionStatCssPostcompressBytes OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of post-compressed bytes for the MIME-Types: CSS." + ::= { sysGlobalHttpCompressionStat 8 } + +sysHttpCompressionStatJsPrecompressBytes OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of pre-compressed bytes for the MIME-Types: Javascript." + ::= { sysGlobalHttpCompressionStat 9 } + +sysHttpCompressionStatJsPostcompressBytes OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of post-compressed bytes for the MIME-Types: Javascript." + ::= { sysGlobalHttpCompressionStat 10 } + +sysHttpCompressionStatXmlPrecompressBytes OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of pre-compressed bytes for the MIME-Types: XML." + ::= { sysGlobalHttpCompressionStat 11 } + +sysHttpCompressionStatXmlPostcompressBytes OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of post-compressed bytes for the MIME-Types: XML." + ::= { sysGlobalHttpCompressionStat 12 } + +sysHttpCompressionStatSgmlPrecompressBytes OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of pre-compressed bytes for the MIME-Types: SGML." + ::= { sysGlobalHttpCompressionStat 13 } + +sysHttpCompressionStatSgmlPostcompressBytes OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of post-compressed bytes for the MIME-Types: SGML." + ::= { sysGlobalHttpCompressionStat 14 } + +sysHttpCompressionStatPlainPrecompressBytes OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of pre-compressed bytes for the MIME-Types: Plain." + ::= { sysGlobalHttpCompressionStat 15 } + +sysHttpCompressionStatPlainPostcompressBytes OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of post-compressed bytes for the MIME-Types: Plain." + ::= { sysGlobalHttpCompressionStat 16 } + +sysHttpCompressionStatOctetPrecompressBytes OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of pre-compressed bytes for the MIME-Types: Octet stream." + ::= { sysGlobalHttpCompressionStat 17 } + +sysHttpCompressionStatOctetPostcompressBytes OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of post-compressed bytes for the MIME-Types: Octet stream." + ::= { sysGlobalHttpCompressionStat 18 } + +sysHttpCompressionStatImagePrecompressBytes OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of pre-compressed bytes for the MIME-Types: Images." + ::= { sysGlobalHttpCompressionStat 19 } + +sysHttpCompressionStatImagePostcompressBytes OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of post-compressed bytes for the MIME-Types: Images." + ::= { sysGlobalHttpCompressionStat 20 } + +sysHttpCompressionStatVideoPrecompressBytes OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of pre-compressed bytes for the MIME-Types: Video files." + ::= { sysGlobalHttpCompressionStat 21 } + +sysHttpCompressionStatVideoPostcompressBytes OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of post-compressed bytes for the MIME-Types: Video files." + ::= { sysGlobalHttpCompressionStat 22 } + +sysHttpCompressionStatAudioPrecompressBytes OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of pre-compressed bytes for the MIME-Types: Audio files." + ::= { sysGlobalHttpCompressionStat 23 } + +sysHttpCompressionStatAudioPostcompressBytes OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of post-compressed bytes for the MIME-Types: Audio files." + ::= { sysGlobalHttpCompressionStat 24 } + +sysHttpCompressionStatOtherPrecompressBytes OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of pre-compressed bytes for the MIME-Types: other than + HTML, CSS, Javascript, XML, SGML, Plain, Images, Video files, + Audio files." + ::= { sysGlobalHttpCompressionStat 25 } + +sysHttpCompressionStatOtherPostcompressBytes OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of post-compressed bytes for the MIME-Types: other than + HTML, CSS, Javascript, XML, SGML, Plain, Images, Video files, + Audio files." + ::= { sysGlobalHttpCompressionStat 26 } + +--================================================================== +-- Global_webacceleration_stat +--================================================================== +sysWebAccelerationStatResetStats OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "The action to reset resettable statistics data in sysGlobalWebAccelerationStat. + Setting this value to 1 will reset statistics data. + Note, some statistics data may not be reset including data that are incremental counters." + ::= { sysGlobalWebAccelerationStat 1 } + +sysWebAccelerationStatCacheHits OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of cache hits." + ::= { sysGlobalWebAccelerationStat 2 } + +sysWebAccelerationStatCacheMisses OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of cache misses, excluding un-cacheable data." + ::= { sysGlobalWebAccelerationStat 3 } + +sysWebAccelerationStatCacheMissesAll OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of cache misses." + ::= { sysGlobalWebAccelerationStat 4 } + +sysWebAccelerationStatCacheHitBytes OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of cache hits in bytes." + ::= { sysGlobalWebAccelerationStat 5 } + +sysWebAccelerationStatCacheMissBytes OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of cache misses in bytes, excluding un-cacheable data." + ::= { sysGlobalWebAccelerationStat 6 } + +sysWebAccelerationStatCacheMissBytesAll OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of cache misses in bytes." + ::= { sysGlobalWebAccelerationStat 7 } + +sysWebAccelerationStatCacheSize OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The current cache size (in bytes)." + ::= { sysGlobalWebAccelerationStat 8 } + +sysWebAccelerationStatCacheCount OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of items stored in cache." + ::= { sysGlobalWebAccelerationStat 9 } + +sysWebAccelerationStatCacheEvictions OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of cache evictions." + ::= { sysGlobalWebAccelerationStat 10 } + +sysWebAccelerationStatInterStripeHits OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of inter-stripe cache hits." + ::= { sysGlobalWebAccelerationStat 11 } + +sysWebAccelerationStatInterStripeMisses OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of inter-stripe cache misses." + ::= { sysGlobalWebAccelerationStat 12 } + +sysWebAccelerationStatInterStripeHitBytes OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of inter-stripe cache hits in bytes." + ::= { sysGlobalWebAccelerationStat 13 } + +sysWebAccelerationStatInterStripeSize OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The current inter-stripe cache size (in bytes)." + ::= { sysGlobalWebAccelerationStat 14 } + +sysWebAccelerationStatInterStripeCount OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of items stored in inter-stripe cache." + ::= { sysGlobalWebAccelerationStat 15 } + +sysWebAccelerationStatInterStripeEvictions OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of inter-stripe cache evictions." + ::= { sysGlobalWebAccelerationStat 16 } + +sysWebAccelerationStatRemoteHits OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of remote cache hits." + ::= { sysGlobalWebAccelerationStat 17 } + +sysWebAccelerationStatRemoteMisses OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of remote cache misses." + ::= { sysGlobalWebAccelerationStat 18 } + +sysWebAccelerationStatRemoteHitBytes OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of remote cache hits in bytes." + ::= { sysGlobalWebAccelerationStat 19 } + +--================================================================== +-- Vlan_stat +--================================================================== +sysVlanStatNumber OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of sysVlanStat entries in the table." + ::= { sysVlanStat 1 } + +sysVlanStatTable OBJECT-TYPE + SYNTAX SEQUENCE OF SysVlanStatEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Vlan statistics, sum of its interfaces interface_stat." + ::= { sysVlanStat 2 } + +sysVlanStatEntry OBJECT-TYPE + SYNTAX SysVlanStatEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Columns in the sysVlanStat Table" + INDEX { + sysVlanStatVlanName + } + ::= { sysVlanStatTable 1 } + +SysVlanStatEntry ::= + SEQUENCE { + sysVlanStatVlanName LongDisplayString, + sysVlanStatPktsIn Counter64, + sysVlanStatBytesIn Counter64, + sysVlanStatPktsOut Counter64, + sysVlanStatBytesOut Counter64, + sysVlanStatMcastIn Counter64, + sysVlanStatMcastOut Counter64, + sysVlanStatErrorsIn Counter64, + sysVlanStatErrorsOut Counter64, + sysVlanStatDropsIn Counter64, + sysVlanStatDropsOut Counter64, + sysVlanStatCollisions Counter64 + } + +sysVlanStatVlanName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of a VLAN." + ::= { sysVlanStatEntry 1 } + +sysVlanStatPktsIn OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of packets received on this vlan." + ::= { sysVlanStatEntry 2 } + +sysVlanStatBytesIn OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of bytes received on the specified vlan." + ::= { sysVlanStatEntry 3 } + +sysVlanStatPktsOut OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of packets transmitted out of the specified vlan." + ::= { sysVlanStatEntry 4 } + +sysVlanStatBytesOut OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of bytes transmitted out of the specified vlan." + ::= { sysVlanStatEntry 5 } + +sysVlanStatMcastIn OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of multicast packets received on the specified vlan." + ::= { sysVlanStatEntry 6 } + +sysVlanStatMcastOut OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of multicast packets transmitted out of the specified vlan." + ::= { sysVlanStatEntry 7 } + +sysVlanStatErrorsIn OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of received packets that are either undersized, + oversized, or have FCS errors by the specified vlan." + ::= { sysVlanStatEntry 8 } + +sysVlanStatErrorsOut OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of excessive collisions, incremented for each + frame that experienced 16 collisions during transmission and + was aborted on the specified vlan." + ::= { sysVlanStatEntry 9 } + +sysVlanStatDropsIn OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of packets dropped on ingress for various reasons on the specified vlan." + ::= { sysVlanStatEntry 10 } + +sysVlanStatDropsOut OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of packets aged out or with excessive transmission + delays due to multiple deferrals on the specified vlan." + ::= { sysVlanStatEntry 11 } + +sysVlanStatCollisions OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of collisions on the specified vlan, incremented by the + number of collisions experienced during transmissions of a frame" + ::= { sysVlanStatEntry 12 } + +--================================================================== +-- Vlanx_stat +--================================================================== +sysVlanxStatNumber OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of sysVlanxStat entries in the table." + ::= { sysVlanxStat 1 } + +sysVlanxStatTable OBJECT-TYPE + SYNTAX SEQUENCE OF SysVlanxStatEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Vlan statistics, sum of its interfaces ifx_stat." + ::= { sysVlanxStat 2 } + +sysVlanxStatEntry OBJECT-TYPE + SYNTAX SysVlanxStatEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Columns in the sysVlanxStat Table" + INDEX { + sysVlanxStatVlanName + } + ::= { sysVlanxStatTable 1 } + +SysVlanxStatEntry ::= + SEQUENCE { + sysVlanxStatVlanName LongDisplayString, + sysVlanxStatInMulticastPkts Counter64, + sysVlanxStatInBroadcastPkts Counter64, + sysVlanxStatOutMulticastPkts Counter64, + sysVlanxStatOutBroadcastPkts Counter64, + sysVlanxStatHcInOctets Counter64, + sysVlanxStatHcInUcastPkts Counter64, + sysVlanxStatHcInMulticastPkts Counter64, + sysVlanxStatHcInBroadcastPkts Counter64, + sysVlanxStatHcOutOctets Counter64, + sysVlanxStatHcOutUcastPkts Counter64, + sysVlanxStatHcOutMulticastPkts Counter64, + sysVlanxStatHcOutBroadcastPkts Counter64, + sysVlanxStatHighSpeed Counter64, + sysVlanxStatConnectorPresent Gauge, + sysVlanxStatCounterDiscontinuityTime Counter64 + } + +sysVlanxStatVlanName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of a VLAN." + ::= { sysVlanxStatEntry 1 } + +sysVlanxStatInMulticastPkts OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of packets, delivered by this sub-layer to a + higher (sub-)layer, which were addressed to a multicast + address at this sub-layer. For a MAC layer protocol, this + includes both Group and Functional addresses." + ::= { sysVlanxStatEntry 2 } + +sysVlanxStatInBroadcastPkts OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of packets, delivered by this sub-layer to a + higher (sub-)layer, which were addressed to a broadcast + address at this sub-layer." + ::= { sysVlanxStatEntry 3 } + +sysVlanxStatOutMulticastPkts OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of packets that higher-level protocols + requested be transmitted, and which were addressed to a + multicast address at this sub-layer, including those that + were discarded or not sent. For a MAC layer protocol, this + includes both Group and Functional addresses." + ::= { sysVlanxStatEntry 4 } + +sysVlanxStatOutBroadcastPkts OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of packets that higher-level protocols + requested be transmitted, and which were addressed to a + broadcast address at this sub-layer, including those that + were discarded or not sent." + ::= { sysVlanxStatEntry 5 } + +sysVlanxStatHcInOctets OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of octets received on the interface, + including framing characters." + ::= { sysVlanxStatEntry 6 } + +sysVlanxStatHcInUcastPkts OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of packets, delivered by this sub-layer to a + higher (sub-)layer, which were not addressed to a multicast + or broadcast address at this sub-layer." + ::= { sysVlanxStatEntry 7 } + +sysVlanxStatHcInMulticastPkts OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of packets, delivered by this sub-layer to a + higher (sub-)layer, which were addressed to a multicast + address at this sub-layer. For a MAC layer protocol, this + includes both Group and Functional addresses." + ::= { sysVlanxStatEntry 8 } + +sysVlanxStatHcInBroadcastPkts OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of packets, delivered by this sub-layer to a + higher (sub-)layer, which were addressed to a broadcast + address at this sub-layer." + ::= { sysVlanxStatEntry 9 } + +sysVlanxStatHcOutOctets OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of octets transmitted out of the + interface, including framing characters." + ::= { sysVlanxStatEntry 10 } + +sysVlanxStatHcOutUcastPkts OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of packets that higher-level protocols + requested be transmitted, and which were not addressed to a + multicast or broadcast address at this sub-layer, including + those that were discarded or not sent." + ::= { sysVlanxStatEntry 11 } + +sysVlanxStatHcOutMulticastPkts OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of packets that higher-level protocols + requested be transmitted, and which were addressed to a + multicast address at this sub-layer, including those that + were discarded or not sent. For a MAC layer protocol, this + includes both Group and Functional addresses." + ::= { sysVlanxStatEntry 12 } + +sysVlanxStatHcOutBroadcastPkts OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of packets that higher-level protocols + requested be transmitted, and which were addressed to a + broadcast address at this sub-layer, including those that + were discarded or not sent." + ::= { sysVlanxStatEntry 13 } + +sysVlanxStatHighSpeed OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "An estimate of the interface's current bandwidth in units + of 1,000,000 bits per second. If this object reports a + value of `n' then the speed of the interface is somewhere in + the range of `n-500,000' to `n+499,999'. For interfaces + which do not vary in bandwidth or for those where no + accurate estimation can be made, this object should contain + the nominal bandwidth. For a sub-layer which has no concept + of bandwidth, this object should be zero." + ::= { sysVlanxStatEntry 14 } + +sysVlanxStatConnectorPresent OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "This object has the value 'true(1)' if the interface + sublayer has a physical connector and the value 'false(2)' + otherwise." + ::= { sysVlanxStatEntry 15 } + +sysVlanxStatCounterDiscontinuityTime OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The value of sysUpTime on the most recent occasion at which + any one or more of this interface's counters suffered a + discontinuity. The relevant counters are the specific + instances associated with this interface of any Counter32 or + Counter64 object contained in the sysInterfaceTable or sysInterfaceXTable. + If no such discontinuities have occurred since the last re- + initialization of the local management subsystem, then this + object contains a zero value." + ::= { sysVlanxStatEntry 16 } + +--================================================================== +-- Vcmp +--================================================================== +sysVcmpNumber OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of sysVcmp entries in the table." + ::= { sysVcmp 1 } + +sysVcmpTable OBJECT-TYPE + SYNTAX SEQUENCE OF SysVcmpEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A list VCMP guest configurations." + ::= { sysVcmp 2 } + +sysVcmpEntry OBJECT-TYPE + SYNTAX SysVcmpEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Columns in the sysVcmp Table" + INDEX { + sysVcmpVcmpName + } + ::= { sysVcmpTable 1 } + +SysVcmpEntry ::= + SEQUENCE { + sysVcmpVcmpName LongDisplayString, + sysVcmpHostname LongDisplayString, + sysVcmpSlots INTEGER, + sysVcmpState INTEGER, + sysVcmpMgmtNetwork INTEGER, + sysVcmpMgmtAddrType InetAddressType, + sysVcmpMgmtAddr InetAddress, + sysVcmpMgmtNetmaskType InetAddressType, + sysVcmpMgmtNetmask InetAddress, + sysVcmpMgmtGwType InetAddressType, + sysVcmpMgmtGw InetAddress, + sysVcmpVcmpId INTEGER, + sysVcmpMgmtBaseMac MacAddress, + sysVcmpBaseMac MacAddress, + sysVcmpMacPoolSize INTEGER, + sysVcmpInitialImage LongDisplayString, + sysVcmpVirtualDisk LongDisplayString, + sysVcmpInitialHotfix LongDisplayString, + sysVcmpMinSlots INTEGER, + sysVcmpCoresPerSlot INTEGER + } + +sysVcmpVcmpName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of the VCMP guest." + ::= { sysVcmpEntry 1 } + +sysVcmpHostname OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The host name of the VCMP guest." + ::= { sysVcmpEntry 2 } + +sysVcmpSlots OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The maximum number of slots to which the VCMP guest may be + allocated." + ::= { sysVcmpEntry 3 } + +sysVcmpState OBJECT-TYPE + SYNTAX INTEGER { + configured(0), + provisioned(1), + deployed(2) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "VCMP guests can be in one of three user-chosen states: Configured, + Provisioned, or Deployed. + A guest in the Configured state has no hardware resources allocated + to it and has no virtual machines running. + A guest in the Provisioned state has hardware resources allocated + but no virtual machines running. + A guest in the Deployed has hardware resources and should have + virtual machines running. + The vcmpd daemon tries to launch and maintain any virtual machines + that belong to VCMP guests in the Deployed state." + ::= { sysVcmpEntry 4 } + +sysVcmpMgmtNetwork OBJECT-TYPE + SYNTAX INTEGER { + bridged(0), + isolated(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "A VCMP guest is set to one of two management network modes: bridged or + isolated. In bridged mode, the management interface of the guest's + virtual machines are attached to the management network of the hypervisor. + This allows remote access over the virtual machines' management interfaces. + In isolated mode, the virtual machines' management interfaces are NOT + connected to the hypervisor's management network. Console access or SSH + access over the guest's VLANs is required to administer the guest's + virtual machines." + ::= { sysVcmpEntry 5 } + +sysVcmpMgmtAddrType OBJECT-TYPE + SYNTAX InetAddressType + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The IP address type of sysMgmtAddr." + ::= { sysVcmpEntry 6 } + +sysVcmpMgmtAddr OBJECT-TYPE + SYNTAX InetAddress + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The IP address of the management port of a VCMP guest. It is interpreted + within the context of a sysMgmtAddrType value." + ::= { sysVcmpEntry 7 } + +sysVcmpMgmtNetmaskType OBJECT-TYPE + SYNTAX InetAddressType + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The IP address type of sysMgmtNetmask." + ::= { sysVcmpEntry 8 } + +sysVcmpMgmtNetmask OBJECT-TYPE + SYNTAX InetAddress + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The netmask of the management port of a VCMP guest. It is interpreted + within the context of a sysMgmtNetmaskType value." + ::= { sysVcmpEntry 9 } + +sysVcmpMgmtGwType OBJECT-TYPE + SYNTAX InetAddressType + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The IP address type of sysMgmtGw." + ::= { sysVcmpEntry 10 } + +sysVcmpMgmtGw OBJECT-TYPE + SYNTAX InetAddress + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The gateway of the management port of VCMP guest. It is interpreted + within the context of a sysMgmtGwType value." + ::= { sysVcmpEntry 11 } + +sysVcmpVcmpId OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "VCMP guest ID (valid range is 1-65535)." + ::= { sysVcmpEntry 12 } + +sysVcmpMgmtBaseMac OBJECT-TYPE + SYNTAX MacAddress + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The base MAC address of the management port of this VCMP guest." + ::= { sysVcmpEntry 13 } + +sysVcmpBaseMac OBJECT-TYPE + SYNTAX MacAddress + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The base MAC address assigned to this VCMP guest." + ::= { sysVcmpEntry 14 } + +sysVcmpMacPoolSize OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of MAC addresses assigned to this VCMP guest." + ::= { sysVcmpEntry 15 } + +sysVcmpInitialImage OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The initial software image file name that the hypervisor should use when + installing TMOS to a guest's virtual disks. This does not reflect + changes made in the Guest." + ::= { sysVcmpEntry 16 } + +sysVcmpVirtualDisk OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The virtual disk that the VCMP guest is using." + ::= { sysVcmpEntry 17 } + +sysVcmpInitialHotfix OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The initial software hotfix image file name that the hypervisor should + use when installing TMOS to a guest's virtual disks. This does not + reflect changes made in the Guest." + ::= { sysVcmpEntry 18 } + +sysVcmpMinSlots OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The minimum number of slots to which the VCMP guest may be + allocated." + ::= { sysVcmpEntry 19 } + +sysVcmpCoresPerSlot OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of cores per slot that should be allocated to the + VCMP guest." + ::= { sysVcmpEntry 20 } + +--================================================================== +-- Vcmp_cpu_core +--================================================================== +sysVcmpCpuCoreNumber OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of sysVcmpCpuCore entries in the table." + ::= { sysVcmpCpuCore 1 } + +sysVcmpCpuCoreTable OBJECT-TYPE + SYNTAX SEQUENCE OF SysVcmpCpuCoreEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A list of CPU cores assigned to VCMP guest." + ::= { sysVcmpCpuCore 2 } + +sysVcmpCpuCoreEntry OBJECT-TYPE + SYNTAX SysVcmpCpuCoreEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Columns in the sysVcmpCpuCore Table" + INDEX { + sysVcmpCpuCoreVcmpName, + sysVcmpCpuCoreCpuCoreId + } + ::= { sysVcmpCpuCoreTable 1 } + +SysVcmpCpuCoreEntry ::= + SEQUENCE { + sysVcmpCpuCoreVcmpName LongDisplayString, + sysVcmpCpuCoreCpuCoreId LongDisplayString + } + +sysVcmpCpuCoreVcmpName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The VCMP guest name." + ::= { sysVcmpCpuCoreEntry 1 } + +sysVcmpCpuCoreCpuCoreId OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "CPU cores assigned to VCMP guest. + NOTE: cpu_core_id does not need to refer to existing objects in + the cpu_core table. This can happen if a pulled blade causes + cores that were assigned to a VCMP object to no longer exist." + ::= { sysVcmpCpuCoreEntry 2 } + +--================================================================== +-- Vcmp_vlan +--================================================================== +sysVcmpVlanNumber OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of sysVcmpVlan entries in the table." + ::= { sysVcmpVlan 1 } + +sysVcmpVlanTable OBJECT-TYPE + SYNTAX SEQUENCE OF SysVcmpVlanEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A list of VLANs associated with the VCMP guest." + ::= { sysVcmpVlan 2 } + +sysVcmpVlanEntry OBJECT-TYPE + SYNTAX SysVcmpVlanEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Columns in the sysVcmpVlan Table" + INDEX { + sysVcmpVlanVcmpName, + sysVcmpVlanVlanName + } + ::= { sysVcmpVlanTable 1 } + +SysVcmpVlanEntry ::= + SEQUENCE { + sysVcmpVlanVcmpName LongDisplayString, + sysVcmpVlanVlanName LongDisplayString + } + +sysVcmpVlanVcmpName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "VCMP guest name" + ::= { sysVcmpVlanEntry 1 } + +sysVcmpVlanVlanName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of the VLAN assigned to a VCMP guest." + ::= { sysVcmpVlanEntry 2 } + +--================================================================== +-- Vcmp_stat +--================================================================== +sysVcmpStatNumber OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of sysVcmpStat entries in the table." + ::= { sysVcmpStat 1 } + +sysVcmpStatTable OBJECT-TYPE + SYNTAX SEQUENCE OF SysVcmpStatEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "The statistics and state of this VCMP guest." + ::= { sysVcmpStat 2 } + +sysVcmpStatEntry OBJECT-TYPE + SYNTAX SysVcmpStatEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Columns in the sysVcmpStat Table" + INDEX { + sysVcmpStatVcmpName, + sysVcmpStatSlotId + } + ::= { sysVcmpStatTable 1 } + +SysVcmpStatEntry ::= + SEQUENCE { + sysVcmpStatVcmpName LongDisplayString, + sysVcmpStatVcmpId INTEGER, + sysVcmpStatSlotId INTEGER, + sysVcmpStatVmStatus INTEGER, + sysVcmpStatDiskUse Counter64, + sysVcmpStatMemoryUse Counter64, + sysVcmpStatBaseMac LongDisplayString, + sysVcmpStatMacPoolSize INTEGER, + sysVcmpStatCores INTEGER, + sysVcmpStatVdisk LongDisplayString, + sysVcmpStatStarts INTEGER, + sysVcmpStatRetries INTEGER, + sysVcmpStatUptime Counter64, + sysVcmpStatComment LongDisplayString, + sysVcmpStatInterfaceNames LongDisplayString, + sysVcmpStatCoreNames LongDisplayString, + sysVcmpStatPrompt LongDisplayString, + sysVcmpStatCpuUsageRecent Gauge, + sysVcmpStatCpuUsage1min Gauge, + sysVcmpStatCpuUsage5mins Gauge, + sysVcmpStatPktsIn Counter64, + sysVcmpStatBytesIn Counter64, + sysVcmpStatMcastIn Counter64, + sysVcmpStatDropsIn Counter64, + sysVcmpStatPktsOut Counter64, + sysVcmpStatBytesOut Counter64, + sysVcmpStatMcastOut Counter64, + sysVcmpStatDropsOut Counter64, + sysVcmpStatDiskUseKb Gauge, + sysVcmpStatMemoryUseKb Gauge + } + +sysVcmpStatVcmpName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of the VCMP guest." + ::= { sysVcmpStatEntry 1 } + +sysVcmpStatVcmpId OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The VCMP guest ID (valid range is 1 to 65535)." + ::= { sysVcmpStatEntry 2 } + +sysVcmpStatSlotId OBJECT-TYPE + SYNTAX INTEGER(0..32767) + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The ID of the slot on which the VCMP guest resides." + ::= { sysVcmpStatEntry 3 } + +sysVcmpStatVmStatus OBJECT-TYPE + SYNTAX INTEGER { + unknown(0), + created(1), + stopped(2), + starting(3), + running(4), + stopping(5), + installingVdisk(6), + deleted(7), + failed(8), + inactive(9), + acquiringVdisk(10), + waitingInstall(11), + waitingMigrate(12), + migratingVdisk(13), + waitingStart(14), + waitingCreate(15) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The status of this VCMP guest." + ::= { sysVcmpStatEntry 4 } + +sysVcmpStatDiskUse OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The disk space used by this VCMP guest (in bytes). + Use sysVcmpStatDiskUseKb for gauge type." + ::= { sysVcmpStatEntry 5 } + +sysVcmpStatMemoryUse OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The memory space allocated by this VCMP guest (in bytes). + Use sysVcmpStatMemoryUseKb for gauge type." + ::= { sysVcmpStatEntry 6 } + +sysVcmpStatBaseMac OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The base MAC address assigned to this VCMP guest." + ::= { sysVcmpStatEntry 7 } + +sysVcmpStatMacPoolSize OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of MAC addresses assigned to this VCMP guest." + ::= { sysVcmpStatEntry 8 } + +sysVcmpStatCores OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of cores assigned to this VCMP guest on this slot." + ::= { sysVcmpStatEntry 9 } + +sysVcmpStatVdisk OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The virtual disk assigned to this VCMP guest." + ::= { sysVcmpStatEntry 10 } + +sysVcmpStatStarts OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of starts of this VCMP guest." + ::= { sysVcmpStatEntry 11 } + +sysVcmpStatRetries OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of retries of this VCMP guest." + ::= { sysVcmpStatEntry 12 } + +sysVcmpStatUptime OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The time at which this VCMP guest became up and running." + ::= { sysVcmpStatEntry 13 } + +sysVcmpStatComment OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The error or state messages for this VCMP guest." + ::= { sysVcmpStatEntry 14 } + +sysVcmpStatInterfaceNames OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The interfaces assigned to this VCMP guest." + ::= { sysVcmpStatEntry 15 } + +sysVcmpStatCoreNames OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The cores assigned to this VCMP guest." + ::= { sysVcmpStatEntry 16 } + +sysVcmpStatPrompt OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The prompt status of this VCMP guest." + ::= { sysVcmpStatEntry 17 } + +sysVcmpStatCpuUsageRecent OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Recent CPU usage for this VCMP guest." + ::= { sysVcmpStatEntry 18 } + +sysVcmpStatCpuUsage1min OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "CPU usage in the past minute for this VCMP guest." + ::= { sysVcmpStatEntry 19 } + +sysVcmpStatCpuUsage5mins OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "CPU usage in the past 5 minutes for this VCMP guest." + ::= { sysVcmpStatEntry 20 } + +sysVcmpStatPktsIn OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Incoming packet count for this VCMP guest." + ::= { sysVcmpStatEntry 21 } + +sysVcmpStatBytesIn OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Incoming byte count for this VCMP guest." + ::= { sysVcmpStatEntry 22 } + +sysVcmpStatMcastIn OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Incoming multicasts for this VCMP guest." + ::= { sysVcmpStatEntry 23 } + +sysVcmpStatDropsIn OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Drops on incoming traffic for this VCMP guest." + ::= { sysVcmpStatEntry 24 } + +sysVcmpStatPktsOut OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Outgoing packet count for this VCMP guest." + ::= { sysVcmpStatEntry 25 } + +sysVcmpStatBytesOut OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Outgoing byte count for this VCMP guest." + ::= { sysVcmpStatEntry 26 } + +sysVcmpStatMcastOut OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Outgoing multicasts for this VCMP guest." + ::= { sysVcmpStatEntry 27 } + +sysVcmpStatDropsOut OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Drops on outgoing traffic for this VCMP guest." + ::= { sysVcmpStatEntry 28 } + +sysVcmpStatDiskUseKb OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The disk space used by this VCMP guest (in Kilobytes)." + ::= { sysVcmpStatEntry 29 } + +sysVcmpStatMemoryUseKb OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The memory space allocated by this VCMP guest (in Kilobytes)." + ::= { sysVcmpStatEntry 30 } + +--================================================================== +-- Chassis_slot +--================================================================== +sysChassisSlotNumber OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of sysChassisSlot entries in the table." + ::= { sysChassisSlot 1 } + +sysChassisSlotTable OBJECT-TYPE + SYNTAX SEQUENCE OF SysChassisSlotEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A table containing slot information in the chassis." + ::= { sysChassisSlot 2 } + +sysChassisSlotEntry OBJECT-TYPE + SYNTAX SysChassisSlotEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Columns in the sysChassisSlot Table" + INDEX { + sysChassisSlotSlotId + } + ::= { sysChassisSlotTable 1 } + +SysChassisSlotEntry ::= + SEQUENCE { + sysChassisSlotSlotId INTEGER, + sysChassisSlotSerialNumber LongDisplayString, + sysChassisSlotDown INTEGER, + sysChassisSlotState INTEGER + } + +sysChassisSlotSlotId OBJECT-TYPE + SYNTAX INTEGER(0..32767) + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The slot id in the specified cluster." + ::= { sysChassisSlotEntry 1 } + +sysChassisSlotSerialNumber OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The serial number of this chassis slot." + ::= { sysChassisSlotEntry 2 } + +sysChassisSlotDown OBJECT-TYPE + SYNTAX INTEGER { + false(0), + true(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The state indicating whether the chassis slot is down or not." + ::= { sysChassisSlotEntry 3 } + +sysChassisSlotState OBJECT-TYPE + SYNTAX INTEGER { + failed(0), + unknown(1), + empty(2), + priming(3), + ok(4) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The chassis slot state" + ::= { sysChassisSlotEntry 4 } + +--================================================================== +-- Sys_device +--================================================================== +sysSysDeviceNumber OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of sysSysDevice entries in the table." + ::= { sysSysDevice 1 } + +sysSysDeviceTable OBJECT-TYPE + SYNTAX SEQUENCE OF SysSysDeviceEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A table containing device information on devices connected to this machine" + ::= { sysSysDevice 2 } + +sysSysDeviceEntry OBJECT-TYPE + SYNTAX SysSysDeviceEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Columns in the sysSysDevice Table" + INDEX { + sysSysDeviceName + } + ::= { sysSysDeviceTable 1 } + +SysSysDeviceEntry ::= + SEQUENCE { + sysSysDeviceName LongDisplayString, + sysSysDeviceMgmtIp InetAddress, + sysSysDeviceMgmtIpType InetAddressType, + sysSysDeviceHostname LongDisplayString, + sysSysDeviceMirrorIp InetAddress, + sysSysDeviceMirrorIpType InetAddressType, + sysSysDeviceMirrorSecondaryIp InetAddress, + sysSysDeviceMirrorSecondaryIpType InetAddressType, + sysSysDeviceMulticastInterface LongDisplayString, + sysSysDeviceMulticastAddr InetAddress, + sysSysDeviceMulticastAddrType InetAddressType, + sysSysDeviceMulticastPort InetPortNumber, + sysSysDeviceVersion LongDisplayString, + sysSysDeviceProduct LongDisplayString, + sysSysDeviceEdition LongDisplayString, + sysSysDeviceMarketingName LongDisplayString, + sysSysDevicePlatformId LongDisplayString, + sysSysDeviceChassisId LongDisplayString + } + +sysSysDeviceName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The unique device name" + ::= { sysSysDeviceEntry 1 } + +sysSysDeviceMgmtIp OBJECT-TYPE + SYNTAX InetAddress + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The ip used to connect to the device" + ::= { sysSysDeviceEntry 2 } + +sysSysDeviceMgmtIpType OBJECT-TYPE + SYNTAX InetAddressType + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "" + ::= { sysSysDeviceEntry 3 } + +sysSysDeviceHostname OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The hostname of the device" + ::= { sysSysDeviceEntry 4 } + +sysSysDeviceMirrorIp OBJECT-TYPE + SYNTAX InetAddress + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The mirror ip address" + ::= { sysSysDeviceEntry 5 } + +sysSysDeviceMirrorIpType OBJECT-TYPE + SYNTAX InetAddressType + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "" + ::= { sysSysDeviceEntry 6 } + +sysSysDeviceMirrorSecondaryIp OBJECT-TYPE + SYNTAX InetAddress + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The secondary mirror ip" + ::= { sysSysDeviceEntry 7 } + +sysSysDeviceMirrorSecondaryIpType OBJECT-TYPE + SYNTAX InetAddressType + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "" + ::= { sysSysDeviceEntry 8 } + +sysSysDeviceMulticastInterface OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Multicast Interface" + ::= { sysSysDeviceEntry 9 } + +sysSysDeviceMulticastAddr OBJECT-TYPE + SYNTAX InetAddress + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Multicast Address" + ::= { sysSysDeviceEntry 10 } + +sysSysDeviceMulticastAddrType OBJECT-TYPE + SYNTAX InetAddressType + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "" + ::= { sysSysDeviceEntry 11 } + +sysSysDeviceMulticastPort OBJECT-TYPE + SYNTAX InetPortNumber + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Multicast Port" + ::= { sysSysDeviceEntry 12 } + +sysSysDeviceVersion OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The product version" + ::= { sysSysDeviceEntry 13 } + +sysSysDeviceProduct OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The product installed on the device" + ::= { sysSysDeviceEntry 14 } + +sysSysDeviceEdition OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The edition of the product installed on the device" + ::= { sysSysDeviceEntry 15 } + +sysSysDeviceMarketingName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The marketing name of the device" + ::= { sysSysDeviceEntry 16 } + +sysSysDevicePlatformId OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The platform name of the device" + ::= { sysSysDeviceEntry 17 } + +sysSysDeviceChassisId OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The unique chassis id of this device" + ::= { sysSysDeviceEntry 18 } + +--================================================================== +-- Unicast_addr +--================================================================== +sysUnicastAddrNumber OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of sysUnicastAddr entries in the table." + ::= { sysUnicastAddr 1 } + +sysUnicastAddrTable OBJECT-TYPE + SYNTAX SEQUENCE OF SysUnicastAddrEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A table that contains the unicast address/port combinations available on this device" + ::= { sysUnicastAddr 2 } + +sysUnicastAddrEntry OBJECT-TYPE + SYNTAX SysUnicastAddrEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Columns in the sysUnicastAddr Table" + INDEX { + sysUnicastAddrName, + sysUnicastAddrIndex + } + ::= { sysUnicastAddrTable 1 } + +SysUnicastAddrEntry ::= + SEQUENCE { + sysUnicastAddrName LongDisplayString, + sysUnicastAddrIndex INTEGER, + sysUnicastAddrSourceIp InetAddress, + sysUnicastAddrSourceIpType InetAddressType, + sysUnicastAddrSourcePort InetPortNumber + } + +sysUnicastAddrName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "" + ::= { sysUnicastAddrEntry 1 } + +sysUnicastAddrIndex OBJECT-TYPE + SYNTAX INTEGER(0..2147483647) + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Index of the unicast addr within this table" + ::= { sysUnicastAddrEntry 2 } + +sysUnicastAddrSourceIp OBJECT-TYPE + SYNTAX InetAddress + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Source unicast address for this device" + ::= { sysUnicastAddrEntry 3 } + +sysUnicastAddrSourceIpType OBJECT-TYPE + SYNTAX InetAddressType + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "" + ::= { sysUnicastAddrEntry 4 } + +sysUnicastAddrSourcePort OBJECT-TYPE + SYNTAX InetPortNumber + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Source port for unicast on this device" + ::= { sysUnicastAddrEntry 5 } + +--================================================================== +-- Sys_device_active_modules +--================================================================== +sysSysDeviceActiveModulesNumber OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of sysSysDeviceActiveModules entries in the table." + ::= { sysSysDeviceActiveModules 1 } + +sysSysDeviceActiveModulesTable OBJECT-TYPE + SYNTAX SEQUENCE OF SysSysDeviceActiveModulesEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A table containing a list of the active modules on the device." + ::= { sysSysDeviceActiveModules 2 } + +sysSysDeviceActiveModulesEntry OBJECT-TYPE + SYNTAX SysSysDeviceActiveModulesEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Columns in the sysSysDeviceActiveModules Table" + INDEX { + sysSysDeviceActiveModulesName, + sysSysDeviceActiveModulesIndex + } + ::= { sysSysDeviceActiveModulesTable 1 } + +SysSysDeviceActiveModulesEntry ::= + SEQUENCE { + sysSysDeviceActiveModulesName LongDisplayString, + sysSysDeviceActiveModulesIndex INTEGER, + sysSysDeviceActiveModulesModule LongDisplayString + } + +sysSysDeviceActiveModulesName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "" + ::= { sysSysDeviceActiveModulesEntry 1 } + +sysSysDeviceActiveModulesIndex OBJECT-TYPE + SYNTAX INTEGER(0..2147483647) + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Index of the unicast addr within this table" + ::= { sysSysDeviceActiveModulesEntry 2 } + +sysSysDeviceActiveModulesModule OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "An active module on the device" + ::= { sysSysDeviceActiveModulesEntry 3 } + +--================================================================== +-- Sys_device_inactive_modules +--================================================================== +sysSysDeviceInactiveModulesNumber OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of sysSysDeviceInactiveModules entries in the table." + ::= { sysSysDeviceInactiveModules 1 } + +sysSysDeviceInactiveModulesTable OBJECT-TYPE + SYNTAX SEQUENCE OF SysSysDeviceInactiveModulesEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A table containing a list of the inactive modules on the device." + ::= { sysSysDeviceInactiveModules 2 } + +sysSysDeviceInactiveModulesEntry OBJECT-TYPE + SYNTAX SysSysDeviceInactiveModulesEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Columns in the sysSysDeviceInactiveModules Table" + INDEX { + sysSysDeviceInactiveModulesName, + sysSysDeviceInactiveModulesIndex + } + ::= { sysSysDeviceInactiveModulesTable 1 } + +SysSysDeviceInactiveModulesEntry ::= + SEQUENCE { + sysSysDeviceInactiveModulesName LongDisplayString, + sysSysDeviceInactiveModulesIndex INTEGER, + sysSysDeviceInactiveModulesModule LongDisplayString + } + +sysSysDeviceInactiveModulesName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "" + ::= { sysSysDeviceInactiveModulesEntry 1 } + +sysSysDeviceInactiveModulesIndex OBJECT-TYPE + SYNTAX INTEGER(0..2147483647) + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Index of the unicast addr within this table" + ::= { sysSysDeviceInactiveModulesEntry 2 } + +sysSysDeviceInactiveModulesModule OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "An inactive module on the device" + ::= { sysSysDeviceInactiveModulesEntry 3 } + +--================================================================== +-- Sys_device_optional_modules +--================================================================== +sysSysDeviceOptionalModulesNumber OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of sysSysDeviceOptionalModules entries in the table." + ::= { sysSysDeviceOptionalModules 1 } + +sysSysDeviceOptionalModulesTable OBJECT-TYPE + SYNTAX SEQUENCE OF SysSysDeviceOptionalModulesEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A table containing a list of the optional modules on the device." + ::= { sysSysDeviceOptionalModules 2 } + +sysSysDeviceOptionalModulesEntry OBJECT-TYPE + SYNTAX SysSysDeviceOptionalModulesEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Columns in the sysSysDeviceOptionalModules Table" + INDEX { + sysSysDeviceOptionalModulesName, + sysSysDeviceOptionalModulesIndex + } + ::= { sysSysDeviceOptionalModulesTable 1 } + +SysSysDeviceOptionalModulesEntry ::= + SEQUENCE { + sysSysDeviceOptionalModulesName LongDisplayString, + sysSysDeviceOptionalModulesIndex INTEGER, + sysSysDeviceOptionalModulesModule LongDisplayString + } + +sysSysDeviceOptionalModulesName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "" + ::= { sysSysDeviceOptionalModulesEntry 1 } + +sysSysDeviceOptionalModulesIndex OBJECT-TYPE + SYNTAX INTEGER(0..2147483647) + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Index of the unicast addr within this table" + ::= { sysSysDeviceOptionalModulesEntry 2 } + +sysSysDeviceOptionalModulesModule OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "An optional module on the device" + ::= { sysSysDeviceOptionalModulesEntry 3 } + +--================================================================== +-- Sys_device_timelimited_modules +--================================================================== +sysSysDeviceTimelimitedModulesNumber OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of sysSysDeviceTimelimitedModules entries in the table." + ::= { sysSysDeviceTimelimitedModules 1 } + +sysSysDeviceTimelimitedModulesTable OBJECT-TYPE + SYNTAX SEQUENCE OF SysSysDeviceTimelimitedModulesEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A table containing a list of the timelimited modules on the device." + ::= { sysSysDeviceTimelimitedModules 2 } + +sysSysDeviceTimelimitedModulesEntry OBJECT-TYPE + SYNTAX SysSysDeviceTimelimitedModulesEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Columns in the sysSysDeviceTimelimitedModules Table" + INDEX { + sysSysDeviceTimelimitedModulesName, + sysSysDeviceTimelimitedModulesIndex + } + ::= { sysSysDeviceTimelimitedModulesTable 1 } + +SysSysDeviceTimelimitedModulesEntry ::= + SEQUENCE { + sysSysDeviceTimelimitedModulesName LongDisplayString, + sysSysDeviceTimelimitedModulesIndex INTEGER, + sysSysDeviceTimelimitedModulesModule LongDisplayString + } + +sysSysDeviceTimelimitedModulesName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "" + ::= { sysSysDeviceTimelimitedModulesEntry 1 } + +sysSysDeviceTimelimitedModulesIndex OBJECT-TYPE + SYNTAX INTEGER(0..2147483647) + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Index of the unicast addr within this table" + ::= { sysSysDeviceTimelimitedModulesEntry 2 } + +sysSysDeviceTimelimitedModulesModule OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "An timelimited module on the device" + ::= { sysSysDeviceTimelimitedModulesEntry 3 } + +--================================================================== +-- Stp_globals2 +--================================================================== +sysStpGlobals2Number OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of sysStpGlobals2 entries in the table." + ::= { sysStpGlobals2 1 } + +sysStpGlobals2Table OBJECT-TYPE + SYNTAX SEQUENCE OF SysStpGlobals2Entry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "The STP domain's global information." + ::= { sysStpGlobals2 2 } + +sysStpGlobals2Entry OBJECT-TYPE + SYNTAX SysStpGlobals2Entry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Columns in the sysStpGlobals2 Table" + INDEX { + sysStpGlobals2Name + } + ::= { sysStpGlobals2Table 1 } + +SysStpGlobals2Entry ::= + SEQUENCE { + sysStpGlobals2Mode INTEGER, + sysStpGlobals2FwdDelay INTEGER, + sysStpGlobals2HelloTime INTEGER, + sysStpGlobals2MaxAge INTEGER, + sysStpGlobals2TransmitHold INTEGER, + sysStpGlobals2MaxHops INTEGER, + sysStpGlobals2Identifier LongDisplayString, + sysStpGlobals2Revision INTEGER, + sysStpGlobals2Name LongDisplayString + } + +sysStpGlobals2Mode OBJECT-TYPE + SYNTAX INTEGER { + disable(0), + stp(1), + rstp(2), + mstp(3), + passthru(4) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The STP mode." + ::= { sysStpGlobals2Entry 1 } + +sysStpGlobals2FwdDelay OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The forward delay parameter, which controls how long an + interface was blocked from forwarding network traffic after + a reconfiguration of the spanning tree topology. The default + value is 15 seconds, and the valid range is 4-30 seconds. + Note that this parameter has no effect when the STP mode + is RSPT or MSTP, as long as all bridges in the spanning tree + use the RSTP or MSTP protocol." + ::= { sysStpGlobals2Entry 2 } + +sysStpGlobals2HelloTime OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The hello time, which is the time interval in seconds + between the periodic transmissions that communicate spanning + tree information to the adjacent bridges in the network. + The default value is 2 seconds, and the valid range is 1-10 seconds." + ::= { sysStpGlobals2Entry 3 } + +sysStpGlobals2MaxAge OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The maximum age parameter, which controls how long spanning tree + information received from other bridges is considered valid. + The default value is 20 seconds, and the valid range is 6-40 seconds." + ::= { sysStpGlobals2Entry 4 } + +sysStpGlobals2TransmitHold OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The transmit hold count parameter, which is an absolute limit on + the number of spanning tree protocol packets the BIG-IP may transmit + on a port in any hello time interval. This ensures that the spanning + tree packets will not unduly load the network even in unstable + conditions. The default value is 6 packets, and the valid range + is 1-10 packets." + ::= { sysStpGlobals2Entry 5 } + +sysStpGlobals2MaxHops OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The maximum hops an MSTP packet may travel before it is discarded. + It's used only when the STP mode is MSTP." + ::= { sysStpGlobals2Entry 6 } + +sysStpGlobals2Identifier OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The configuration identifier name in a spanning tree region, + used to identify a group of adjacent bridges with identical + configuration name, configuration revision levels, and assignments + of VLANs to spanning tree instances. This setting is used only + when the STP mode is MSTP." + ::= { sysStpGlobals2Entry 7 } + +sysStpGlobals2Revision OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + " The configuration revision level of the MSTP configuration. + It's used only when the STP mode is MSTP." + ::= { sysStpGlobals2Entry 8 } + +sysStpGlobals2Name OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name this stp global configuration." + ::= { sysStpGlobals2Entry 9 } + +--================================================================== +-- Cpu_sensor_status_stat +--================================================================== +sysCpuSensorNumber OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of sysCpuSensor entries in the table." + ::= { sysCpuSensor 1 } + +sysCpuSensorTable OBJECT-TYPE + SYNTAX SEQUENCE OF SysCpuSensorEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A table containing information of CPU sensor status on the system." + ::= { sysCpuSensor 2 } + +sysCpuSensorEntry OBJECT-TYPE + SYNTAX SysCpuSensorEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Columns in the sysCpuSensor Table" + INDEX { + sysCpuSensorSlot, + sysCpuSensorIndex + } + ::= { sysCpuSensorTable 1 } + +SysCpuSensorEntry ::= + SEQUENCE { + sysCpuSensorIndex INTEGER, + sysCpuSensorTemperature INTEGER, + sysCpuSensorFanSpeed Gauge, + sysCpuSensorName LongDisplayString, + sysCpuSensorSlot INTEGER + } + +sysCpuSensorIndex OBJECT-TYPE + SYNTAX INTEGER(0..32767) + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The CPU index on the system." + ::= { sysCpuSensorEntry 1 } + +sysCpuSensorTemperature OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The temperature of the indexed CPU on the system. + This is only supported for the platform where + the sensor data is available." + ::= { sysCpuSensorEntry 2 } + +sysCpuSensorFanSpeed OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The fan speed (in RPM) of the indexed CPU on the system., + This is only supported for the platform where + the sensor data is available." + ::= { sysCpuSensorEntry 3 } + +sysCpuSensorName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Identifier for the CPU." + ::= { sysCpuSensorEntry 4 } + +sysCpuSensorSlot OBJECT-TYPE + SYNTAX INTEGER(0..32767) + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Chassis slot number, if applicable." + ::= { sysCpuSensorEntry 5 } + +--================================================================== +-- Cmi_sync_status +--================================================================== +sysCmSyncStatusId OBJECT-TYPE + SYNTAX INTEGER { + unknown(0), + syncing(1), + needManualSync(2), + inSync(3), + syncFailed(4), + syncDisconnected(5), + standalone(6), + awaitingInitialSync(7), + incompatibleVersion(8), + partialSync(9) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The sync status ID on the system. + unknown - the device is disconnected from the device group; + syncing - the device is joining the device group or has requested changes + from device group or inconsistent with the group; + needManualSync - changes have been made on the device not syncd to + the device group; + inSync - the device is consistent with the device group; + syncFailed - the device is inconsistent with the device group, requires + user intervention; + syncDisconnected - the device is not connected to any peers; + standalone - the device is in a standalone configuration; + awaitingInitialSync - the device is waiting for initial sync; + incompatibleVersion - the device's version is incompatible with rest of + the devices in the device group; + partialSync - some but not all devices successfully received the last sync." + ::= { sysCmSyncStatus 1 } + +sysCmSyncStatusStatus OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The sync status on the system." + ::= { sysCmSyncStatus 2 } + +sysCmSyncStatusColor OBJECT-TYPE + SYNTAX INTEGER { + green(0), + yellow(1), + red(2), + blue(3), + gray(4), + black(5) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The color of the sync status on the system. + green - the system is functioning correctly; + yellow - the system may be functioning suboptimally; + red - the system requires attention to function correctly; + blue - the system's status is unknown or incomplete; + gray - the system is intentionally not functioning (offline); + black - the system is not connected to any peers." + ::= { sysCmSyncStatus 3 } + +sysCmSyncStatusSummary OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The summary of the sync status on the system." + ::= { sysCmSyncStatus 4 } + +--================================================================== +-- Cmi_sync_status_details +--================================================================== +sysCmSyncStatusDetailsNumber OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of sysCmSyncStatusDetails entries in the table." + ::= { sysCmSyncStatusDetails 1 } + +sysCmSyncStatusDetailsTable OBJECT-TYPE + SYNTAX SEQUENCE OF SysCmSyncStatusDetailsEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A table containing details of sync status on the system." + ::= { sysCmSyncStatusDetails 2 } + +sysCmSyncStatusDetailsEntry OBJECT-TYPE + SYNTAX SysCmSyncStatusDetailsEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Columns in the sysCmSyncStatusDetails Table" + INDEX { + sysCmSyncStatusDetailsIndex + } + ::= { sysCmSyncStatusDetailsTable 1 } + +SysCmSyncStatusDetailsEntry ::= + SEQUENCE { + sysCmSyncStatusDetailsIndex INTEGER, + sysCmSyncStatusDetailsDetails LongDisplayString + } + +sysCmSyncStatusDetailsIndex OBJECT-TYPE + SYNTAX INTEGER(0..2147483647) + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The index of the table that contains the details of the sync status + on the system." + ::= { sysCmSyncStatusDetailsEntry 1 } + +sysCmSyncStatusDetailsDetails OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The details of the sync status on the system." + ::= { sysCmSyncStatusDetailsEntry 2 } + +--================================================================== +-- Cmi_failover_status +--================================================================== +sysCmFailoverStatusId OBJECT-TYPE + SYNTAX INTEGER { + unknown(0), + offline(1), + forcedOffline(2), + standby(3), + active(4) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The failover status ID on the system. + unknown - the failover status of the device is unknown; + offline - the device is offline; + forcedOffline - the device is forced offline; + standby - the device is standby; + active - the device is active." + ::= { sysCmFailoverStatus 1 } + +sysCmFailoverStatusStatus OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The failover status on the system." + ::= { sysCmFailoverStatus 2 } + +sysCmFailoverStatusColor OBJECT-TYPE + SYNTAX INTEGER { + green(0), + yellow(1), + red(2), + blue(3), + gray(4), + black(5) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The color of the failover status on the system. + green - the system is functioning correctly; + yellow - the system may be functioning suboptimally; + red - the system requires attention to function correctly; + blue - the system's status is unknown or incomplete; + gray - the system is intentionally not functioning (offline); + black - the system is not connected to any peers." + ::= { sysCmFailoverStatus 3 } + +sysCmFailoverStatusSummary OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The summary of the failover status on the system." + ::= { sysCmFailoverStatus 4 } + +--================================================================== +-- Cmi_failover_status_details +--================================================================== +sysCmFailoverStatusDetailsNumber OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of sysCmFailoverStatusDetails entries in the table." + ::= { sysCmFailoverStatusDetails 1 } + +sysCmFailoverStatusDetailsTable OBJECT-TYPE + SYNTAX SEQUENCE OF SysCmFailoverStatusDetailsEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A table containing details of failover status on the system." + ::= { sysCmFailoverStatusDetails 2 } + +sysCmFailoverStatusDetailsEntry OBJECT-TYPE + SYNTAX SysCmFailoverStatusDetailsEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Columns in the sysCmFailoverStatusDetails Table" + INDEX { + sysCmFailoverStatusDetailsIndex + } + ::= { sysCmFailoverStatusDetailsTable 1 } + +SysCmFailoverStatusDetailsEntry ::= + SEQUENCE { + sysCmFailoverStatusDetailsIndex INTEGER, + sysCmFailoverStatusDetailsDetails LongDisplayString + } + +sysCmFailoverStatusDetailsIndex OBJECT-TYPE + SYNTAX INTEGER(0..2147483647) + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The index of the table that contains the details of the failover status + on the system." + ::= { sysCmFailoverStatusDetailsEntry 1 } + +sysCmFailoverStatusDetailsDetails OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The details of the failover status on the system." + ::= { sysCmFailoverStatusDetailsEntry 2 } + +--================================================================== +-- Traffic_group_device +--================================================================== +sysCmTrafficGroupStatusNumber OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of sysCmTrafficGroupStatus entries in the table." + ::= { sysCmTrafficGroupStatus 1 } + +sysCmTrafficGroupStatusTable OBJECT-TYPE + SYNTAX SEQUENCE OF SysCmTrafficGroupStatusEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A table containing information of traffic group(s) status on the system." + ::= { sysCmTrafficGroupStatus 2 } + +sysCmTrafficGroupStatusEntry OBJECT-TYPE + SYNTAX SysCmTrafficGroupStatusEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Columns in the sysCmTrafficGroupStatus Table" + INDEX { + sysCmTrafficGroupStatusTrafficGroup, + sysCmTrafficGroupStatusDeviceName + } + ::= { sysCmTrafficGroupStatusTable 1 } + +SysCmTrafficGroupStatusEntry ::= + SEQUENCE { + sysCmTrafficGroupStatusTrafficGroup LongDisplayString, + sysCmTrafficGroupStatusDeviceName LongDisplayString, + sysCmTrafficGroupStatusFailoverStatus INTEGER + } + +sysCmTrafficGroupStatusTrafficGroup OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of the traffic group." + ::= { sysCmTrafficGroupStatusEntry 1 } + +sysCmTrafficGroupStatusDeviceName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of the device." + ::= { sysCmTrafficGroupStatusEntry 2 } + +sysCmTrafficGroupStatusFailoverStatus OBJECT-TYPE + SYNTAX INTEGER { + unknown(0), + offline(1), + forcedOffline(2), + standby(3), + active(4) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The failover status of the device within the traffic group. + unknown - the failover status of the device is unknown; + offline - the device is offline; + forcedOffline - the device is forced offline; + standby - the device is standby; + active - the device is active." + ::= { sysCmTrafficGroupStatusEntry 3 } + +--================================================================== +-- Global_dns_stat +--================================================================== +sysDnsStatResetStats OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "The action to reset resettable statistics data in sysGlobalDnsStat. + Setting this value to 1 will reset statistics data. + Note, some statistics data may not be reset including data that are incremental counters." + ::= { sysGlobalDnsStat 1 } + +sysDnsStatQueries OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of DNS queries." + ::= { sysGlobalDnsStat 2 } + +sysDnsStatResponses OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of DNS responses." + ::= { sysGlobalDnsStat 3 } + +sysDnsStatResponsesPerSec OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The average number of DNS responses per second." + ::= { sysGlobalDnsStat 4 } + +sysDnsStatToGtm OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of requests sent to GTM." + ::= { sysGlobalDnsStat 5 } + +sysDnsStatDnsExpressReqs OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of DNS Express requests." + ::= { sysGlobalDnsStat 6 } + +sysDnsStatDnsExpressNotifies OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of DNS Express notifies." + ::= { sysGlobalDnsStat 7 } + +sysDnsStatToCache OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of requests sent to the DNS cache." + ::= { sysGlobalDnsStat 8 } + +sysDnsStatToDns OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of requests sent to backend DNS." + ::= { sysGlobalDnsStat 9 } + +sysDnsStatDns64Reqs OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of A requests the system generated and sent." + ::= { sysGlobalDnsStat 10 } + +sysDnsStatDns64Rewrites OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of A responses translated to AAAA." + ::= { sysGlobalDnsStat 11 } + +sysDnsStatDns64Failures OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of unsuccessful AAAA requests." + ::= { sysGlobalDnsStat 12 } + +sysDnsStatHints OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of hint (Root Nameservers) responses sent." + ::= { sysGlobalDnsStat 13 } + +sysDnsStatRejects OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of reject (REFUSED) responses sent." + ::= { sysGlobalDnsStat 14 } + +sysDnsStatNoErrors OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of NOERROR responses sent." + ::= { sysGlobalDnsStat 15 } + +sysDnsStatDrops OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of packets dropped (not sent to GTM, DNS-Express, DNSSEC, + DNS64, or Backend DNS (e.g. BIND))." + ::= { sysGlobalDnsStat 16 } + +sysDnsStatMalformed OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of malformed packets received." + ::= { sysGlobalDnsStat 17 } + +sysDnsStatTclSuspends OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of TCL suspends." + ::= { sysGlobalDnsStat 18 } + +sysDnsStatRecursionDesired OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of queries with RD bit set." + ::= { sysGlobalDnsStat 19 } + +sysDnsStatCheckingDisabled OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of queries with CD bit set." + ::= { sysGlobalDnsStat 20 } + +sysDnsStatEdns0 OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of queries with EDNS0 bit set." + ::= { sysGlobalDnsStat 21 } + +sysDnsStatOpcodeQuery OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of queries whose operation code is QUERY." + ::= { sysGlobalDnsStat 22 } + +sysDnsStatOpcodeNotify OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of queries whose operation code is NOTIFY." + ::= { sysGlobalDnsStat 23 } + +sysDnsStatOpcodeUpdate OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of queries whose operation code is UPDATE." + ::= { sysGlobalDnsStat 24 } + +sysDnsStatZoneIxfr OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of queries whose question type is IXFR." + ::= { sysGlobalDnsStat 25 } + +sysDnsStatZoneAxfr OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of queries whose question type is AXFR." + ::= { sysGlobalDnsStat 26 } + +sysDnsStatAuthoritativeAnswer OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of responses with AA bit set." + ::= { sysGlobalDnsStat 27 } + +sysDnsStatRecursionAvailable OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of responses with RA bit set." + ::= { sysGlobalDnsStat 28 } + +sysDnsStatAuthenticatedData OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of responses with AD bit set." + ::= { sysGlobalDnsStat 29 } + +sysDnsStatTruncated OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of responses with TC bit set." + ::= { sysGlobalDnsStat 30 } + +sysDnsStatRcodeNoerror OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of responses whose return code is NOERROR." + ::= { sysGlobalDnsStat 31 } + +sysDnsStatRcodeNxdomain OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of responses whose return code is NXDOMAIN." + ::= { sysGlobalDnsStat 32 } + +sysDnsStatRcodeServfail OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of responses whose return code is SERVFAIL." + ::= { sysGlobalDnsStat 33 } + +sysDnsStatRcodeRefused OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of responses whose return code is REFUSED." + ::= { sysGlobalDnsStat 34 } + +sysDnsStatMalicious OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of malicious packets received." + ::= { sysGlobalDnsStat 35 } + +sysDnsStatAReqs OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of A query packets received." + ::= { sysGlobalDnsStat 36 } + +sysDnsStatAaaaReqs OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of AAAA query packets received." + ::= { sysGlobalDnsStat 37 } + +sysDnsStatAnyReqs OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of ANY type query packets received." + ::= { sysGlobalDnsStat 38 } + +sysDnsStatCnameReqs OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of CNAME query packets received." + ::= { sysGlobalDnsStat 39 } + +sysDnsStatMxReqs OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of MX query packets received." + ::= { sysGlobalDnsStat 40 } + +sysDnsStatNsReqs OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of NS query packets received." + ::= { sysGlobalDnsStat 41 } + +sysDnsStatPtrReqs OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of PTR query packets received." + ::= { sysGlobalDnsStat 42 } + +sysDnsStatSoaReqs OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of SOA query packets received." + ::= { sysGlobalDnsStat 43 } + +sysDnsStatSrvReqs OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of SRV query packets received." + ::= { sysGlobalDnsStat 44 } + +sysDnsStatTxtReqs OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of TXT query packets received." + ::= { sysGlobalDnsStat 45 } + +sysDnsStatOtherReqs OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of uncategorized DNS packets received." + ::= { sysGlobalDnsStat 46 } + +sysDnsStatGtmRewrites OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of responses modified by GTM." + ::= { sysGlobalDnsStat 47 } + +sysDnsStatOpcodeOther OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of queries whose operation code is uncategorized." + ::= { sysGlobalDnsStat 48 } + +sysDnsStatFastDnsResponses OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of responses returned by DNS Rapid Response." + ::= { sysGlobalDnsStat 49 } + +sysDnsStatFastDnsAllowed OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of non-matched queries passing through DNS Rapid Response." + ::= { sysGlobalDnsStat 50 } + +sysDnsStatFastDnsDrops OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of non-matching queries dropped by DNS Rapid Response." + ::= { sysGlobalDnsStat 51 } + +sysDnsStatFastDnsRespTc OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of non-matching queries resulting in a truncated response by DNS Rapid Response." + ::= { sysGlobalDnsStat 52 } + +sysDnsStatFastDnsRespNx OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of non-matching queries resulting in a NXDOMAIN response by DNS Rapid Response." + ::= { sysGlobalDnsStat 53 } + +sysDnsStatFastDnsRespNe OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of non-matching queries resulting in a No-Data response by DNS Rapid Response." + ::= { sysGlobalDnsStat 54 } + +sysDnsStatFastDnsRespRf OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of non-matching queries resulting in a REFUSED response by DNS Rapid Response." + ::= { sysGlobalDnsStat 55 } + +sysDnsStatNaptrReqs OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of NAPTR query packets received." + ::= { sysGlobalDnsStat 56 } + +sysDnsStatRcodeBadvers OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of responses whose return code is BADVERS." + ::= { sysGlobalDnsStat 57 } + +sysDnsStatFastDnsRespBvers OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of queries resulting in a BADVERS response by DNS Rapid Response." + ::= { sysGlobalDnsStat 58 } + +--================================================================== +-- Global_lsn_pool_stat +--================================================================== +sysLsnPoolStatResetStats OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "The action to reset resettable statistics data in sysGlobalLsnPoolStat. + Setting this value to 1 will reset statistics data. + Note, some statistics data may not be reset including data that are incremental counters." + ::= { sysGlobalLsnPoolStat 1 } + +sysLsnPoolStatActivePersistenceMappings OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of active persistence mappings." + ::= { sysGlobalLsnPoolStat 2 } + +sysLsnPoolStatActiveInboundReservations OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of active inbound reservations." + ::= { sysGlobalLsnPoolStat 3 } + +sysLsnPoolStatTranslationRequests OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of translation requests." + ::= { sysGlobalLsnPoolStat 4 } + +sysLsnPoolStatHairpinConnectionRequests OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of hairpin connection requests." + ::= { sysGlobalLsnPoolStat 5 } + +sysLsnPoolStatActiveTranslations OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of active translations." + ::= { sysGlobalLsnPoolStat 6 } + +sysLsnPoolStatActiveHairpinConnections OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of active hairpin connections." + ::= { sysGlobalLsnPoolStat 7 } + +sysLsnPoolStatTranslationRequestFailures OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of translation request failures." + ::= { sysGlobalLsnPoolStat 8 } + +sysLsnPoolStatPersistenceMappingFailures OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of persistence mapping translation failures." + ::= { sysGlobalLsnPoolStat 9 } + +sysLsnPoolStatHairpinConnectionFailures OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of failed hairpin connection attempts. A hairpin connection failure occurs when + a subscriber connects to an inbound reservation but a connection could not be created." + ::= { sysGlobalLsnPoolStat 10 } + +sysLsnPoolStatBackupPoolTranslations OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of translation requests that were served using the backup pool." + ::= { sysGlobalLsnPoolStat 11 } + +sysLsnPoolStatLogAttempts OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of logging attempts." + ::= { sysGlobalLsnPoolStat 12 } + +sysLsnPoolStatLogFailures OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of logging attempts that resulted in failures." + ::= { sysGlobalLsnPoolStat 13 } + +sysLsnPoolStatTotalEndPoints OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The product of the number of IP addresses and the translation port + range. This is computed when the pool membership or translation + port range changes." + ::= { sysGlobalLsnPoolStat 14 } + +sysLsnPoolStatActivePortBlocks OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of port blocks actively in use." + ::= { sysGlobalLsnPoolStat 15 } + +sysLsnPoolStatActiveClientsReachedLimit OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Total clients who have reached the max port blocks allocated to them." + ::= { sysGlobalLsnPoolStat 16 } + +sysLsnPoolStatActiveZombiePortBlocks OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Total blocks which have reached their lifetime and cannot be used for + new allocations. They are not yet deleted because there are + connections using ports in that block." + ::= { sysGlobalLsnPoolStat 17 } + +sysLsnPoolStatTotalClientsReachedLimit OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Total client connections rejected because client hit + client-block-limit and could not find any free ports in the + existing blocks." + ::= { sysGlobalLsnPoolStat 18 } + +sysLsnPoolStatTotalPortBlockAllocations OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Total port block allocations." + ::= { sysGlobalLsnPoolStat 19 } + +sysLsnPoolStatTotalPortBlockAllocationFailures OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Total port block allocation failures." + ::= { sysGlobalLsnPoolStat 20 } + +sysLsnPoolStatTotalPortBlockDeallocations OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Total port blocks freed." + ::= { sysGlobalLsnPoolStat 21 } + +sysLsnPoolStatTotalZombiePortBlockConnsKilled OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Total connections killed due to zombie block reaching zombie timeout." + ::= { sysGlobalLsnPoolStat 22 } + +sysLsnPoolStatTotalZombiePortBlocksCreated OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Total blocks which have reached their lifetime and cannot be used for + new allocations. They are not yet deleted because there are + connections using ports in that block." + ::= { sysGlobalLsnPoolStat 23 } + +sysLsnPoolStatTotalZombiePortBlocksDeleted OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Total zombie blocks deleted after their zombie timeouts. When a zombie + block is deleted, the connections using them are killed." + ::= { sysGlobalLsnPoolStat 24 } + +sysLsnPoolStatEndPointsString OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The product of the number of IP addresses and the translation port + range. This is computed when the pool membership or translation + port range changes." + ::= { sysGlobalLsnPoolStat 25 } + +--================================================================== +-- Fec_stat +--================================================================== +sysFecStatResetStats OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "The action to reset resettable statistics data in sysFecStat. + Setting this value to 1 will reset statistics data. + Note, some statistics data may not be reset including data that are incremental counters." + ::= { sysFecStat 1 } + +sysFecStatNumber OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of sysFecStat entries in the table." + ::= { sysFecStat 2 } + +sysFecStatTable OBJECT-TYPE + SYNTAX SEQUENCE OF SysFecStatEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A table containing statistics information about FEC tunnels." + ::= { sysFecStat 3 } + +sysFecStatEntry OBJECT-TYPE + SYNTAX SysFecStatEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Columns in the sysFecStat Table" + INDEX { + sysFecStatName, + sysFecStatProfile + } + ::= { sysFecStatTable 1 } + +SysFecStatEntry ::= + SEQUENCE { + sysFecStatName LongDisplayString, + sysFecStatProfile LongDisplayString, + sysFecStatOutRawPackets Counter64, + sysFecStatOutRawBytes Counter64, + sysFecStatOutRdndPackets Counter64, + sysFecStatOutRdndBytes Counter64, + sysFecStatInRawPackets Counter64, + sysFecStatInRawBytes Counter64, + sysFecStatInRdndPackets Counter64, + sysFecStatInRdndBytes Counter64, + sysFecStatInRdndLost Counter64, + sysFecStatInRawLost Counter64, + sysFecStatRmtInRdndPackets Counter64, + sysFecStatRmtInRdndLost Counter64, + sysFecStatRmtInRawPackets Counter64, + sysFecStatRmtInRawLost Counter64 + } + +sysFecStatName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of a FEC tunnel." + ::= { sysFecStatEntry 1 } + +sysFecStatProfile OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of a FEC profile." + ::= { sysFecStatEntry 2 } + +sysFecStatOutRawPackets OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of output raw packets." + ::= { sysFecStatEntry 3 } + +sysFecStatOutRawBytes OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of output raw bytes." + ::= { sysFecStatEntry 4 } + +sysFecStatOutRdndPackets OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of output redundant packets." + ::= { sysFecStatEntry 5 } + +sysFecStatOutRdndBytes OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of output redundant bytes." + ::= { sysFecStatEntry 6 } + +sysFecStatInRawPackets OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of input raw packets." + ::= { sysFecStatEntry 7 } + +sysFecStatInRawBytes OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of input raw bytes." + ::= { sysFecStatEntry 8 } + +sysFecStatInRdndPackets OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of input redundant packets." + ::= { sysFecStatEntry 9 } + +sysFecStatInRdndBytes OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of input redundant bytes." + ::= { sysFecStatEntry 10 } + +sysFecStatInRdndLost OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of input redundant packets lost." + ::= { sysFecStatEntry 11 } + +sysFecStatInRawLost OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of input raw packets lost." + ::= { sysFecStatEntry 12 } + +sysFecStatRmtInRdndPackets OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of remote side input redundant packets." + ::= { sysFecStatEntry 13 } + +sysFecStatRmtInRdndLost OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of remote side input redundant packets lost." + ::= { sysFecStatEntry 14 } + +sysFecStatRmtInRawPackets OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of remote side input raw packets." + ::= { sysFecStatEntry 15 } + +sysFecStatRmtInRawLost OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of remote side input raw packets lost." + ::= { sysFecStatEntry 16 } + +--================================================================== +-- Vcmp_assigned_slots +--================================================================== +sysVcmpAssignedSlotsNumber OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of sysVcmpAssignedSlots entries in the table." + ::= { sysVcmpAssignedSlots 1 } + +sysVcmpAssignedSlotsTable OBJECT-TYPE + SYNTAX SEQUENCE OF SysVcmpAssignedSlotsEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A list of the slots assigned to a VCMP guest." + ::= { sysVcmpAssignedSlots 2 } + +sysVcmpAssignedSlotsEntry OBJECT-TYPE + SYNTAX SysVcmpAssignedSlotsEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Columns in the sysVcmpAssignedSlots Table" + INDEX { + sysVcmpAssignedSlotsName, + sysVcmpAssignedSlotsIndex + } + ::= { sysVcmpAssignedSlotsTable 1 } + +SysVcmpAssignedSlotsEntry ::= + SEQUENCE { + sysVcmpAssignedSlotsName LongDisplayString, + sysVcmpAssignedSlotsIndex INTEGER, + sysVcmpAssignedSlotsSlotId INTEGER + } + +sysVcmpAssignedSlotsName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of a VCMP guest." + ::= { sysVcmpAssignedSlotsEntry 1 } + +sysVcmpAssignedSlotsIndex OBJECT-TYPE + SYNTAX INTEGER(0..2147483647) + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The index of the slot number assigned to the specified VCMP guest." + ::= { sysVcmpAssignedSlotsEntry 2 } + +sysVcmpAssignedSlotsSlotId OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The slot number assigned to the specified VCMP guest." + ::= { sysVcmpAssignedSlotsEntry 3 } + +--================================================================== +-- Vcmp_allowed_slots +--================================================================== +sysVcmpAllowedSlotsNumber OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of sysVcmpAllowedSlots entries in the table." + ::= { sysVcmpAllowedSlots 1 } + +sysVcmpAllowedSlotsTable OBJECT-TYPE + SYNTAX SEQUENCE OF SysVcmpAllowedSlotsEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A list of the slots that are allowed to be assigned to a VCMP guest." + ::= { sysVcmpAllowedSlots 2 } + +sysVcmpAllowedSlotsEntry OBJECT-TYPE + SYNTAX SysVcmpAllowedSlotsEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Columns in the sysVcmpAllowedSlots Table" + INDEX { + sysVcmpAllowedSlotsName, + sysVcmpAllowedSlotsIndex + } + ::= { sysVcmpAllowedSlotsTable 1 } + +SysVcmpAllowedSlotsEntry ::= + SEQUENCE { + sysVcmpAllowedSlotsName LongDisplayString, + sysVcmpAllowedSlotsIndex INTEGER, + sysVcmpAllowedSlotsSlotId INTEGER + } + +sysVcmpAllowedSlotsName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of a VCMP guest." + ::= { sysVcmpAllowedSlotsEntry 1 } + +sysVcmpAllowedSlotsIndex OBJECT-TYPE + SYNTAX INTEGER(0..2147483647) + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The index of a slot number allowed for the specified VCMP guest." + ::= { sysVcmpAllowedSlotsEntry 2 } + +sysVcmpAllowedSlotsSlotId OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "A slot number allowed for the specified VCMP guest." + ::= { sysVcmpAllowedSlotsEntry 3 } + +--================================================================== +-- Virtual_disk +--================================================================== +sysVirtualDiskNumber OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of sysVirtualDisk entries in the table." + ::= { sysVirtualDisk 1 } + +sysVirtualDiskTable OBJECT-TYPE + SYNTAX SEQUENCE OF SysVirtualDiskEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A list of virtual disks for the VCMP guest VMs on the appliance or on each slot." + ::= { sysVirtualDisk 2 } + +sysVirtualDiskEntry OBJECT-TYPE + SYNTAX SysVirtualDiskEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Columns in the sysVirtualDisk Table" + INDEX { + sysVirtualDiskSlotId, + sysVirtualDiskFilename + } + ::= { sysVirtualDiskTable 1 } + +SysVirtualDiskEntry ::= + SEQUENCE { + sysVirtualDiskFilename LongDisplayString, + sysVirtualDiskOperatingSystem INTEGER, + sysVirtualDiskSlotId INTEGER, + sysVirtualDiskState INTEGER + } + +sysVirtualDiskFilename OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Virtual disk image filename on the host." + ::= { sysVirtualDiskEntry 1 } + +sysVirtualDiskOperatingSystem OBJECT-TYPE + SYNTAX INTEGER { + unknown(0), + tmos(1), + linux(2) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The guest operating system installed on the virtual disk." + ::= { sysVirtualDiskEntry 2 } + +sysVirtualDiskSlotId OBJECT-TYPE + SYNTAX INTEGER(0..32767) + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The chassis slot number of this virtual disk." + ::= { sysVirtualDiskEntry 3 } + +sysVirtualDiskState OBJECT-TYPE + SYNTAX INTEGER { + unknown(0), + created(1), + installing(2), + migrating(3), + ready(4), + inUse(5) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The status of this virtual disk." + ::= { sysVirtualDiskEntry 4 } + +--================================================================== +-- Global_sipp_stat +--================================================================== +sysGlobalSipStatResetStats OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "The action to reset resettable statistics data in sysGlobalSipStat. + Setting this value to 1 will reset statistics data. + Note, some statistics data may not be reset including data that are incremental counters." + ::= { sysGlobalSipStat 1 } + +sysGlobalSipStatRequests OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of requests received." + ::= { sysGlobalSipStat 2 } + +sysGlobalSipStatResponses OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of responses sent." + ::= { sysGlobalSipStat 3 } + +sysGlobalSipStatBadmsgs OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of bad messages due to malform requests." + ::= { sysGlobalSipStat 4 } + +sysGlobalSipStatDrops OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of dropped packets." + ::= { sysGlobalSipStat 5 } + +--================================================================== +-- Global_ftp_stat +--================================================================== +sysGlobalFtpStatResetStats OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "The action to reset resettable statistics data in sysGlobalFtpStat. + Setting this value to 1 will reset statistics data. + Note, some statistics data may not be reset including data that are incremental counters." + ::= { sysGlobalFtpStat 1 } + +sysGlobalFtpStatLoginRequests OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of login requests received." + ::= { sysGlobalFtpStat 2 } + +sysGlobalFtpStatDownloadRequests OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of download requests received." + ::= { sysGlobalFtpStat 3 } + +sysGlobalFtpStatUploadRequests OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of upload requests received." + ::= { sysGlobalFtpStat 4 } + +sysGlobalFtpStatFtpsSessions OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of sessions entering explicit FTPS mode." + ::= { sysGlobalFtpStat 5 } + +sysGlobalFtpStatPassthruTransitions OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of sessions entering pass through mode." + ::= { sysGlobalFtpStat 6 } + +sysGlobalFtpStatFtpsIntercepts OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of intercepted FTPS connections." + ::= { sysGlobalFtpStat 7 } + +sysGlobalFtpStatFtpsResets OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of reset FTP connections due to FTPS policy." + ::= { sysGlobalFtpStat 8 } + +sysGlobalFtpStatFtpsBypasses OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of FTP transitions to pass through mode due to SSL bypass." + ::= { sysGlobalFtpStat 9 } + +sysGlobalFtpStatPassiveRequests OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of passive transfer requests received." + ::= { sysGlobalFtpStat 10 } + +sysGlobalFtpStatActiveRequests OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of active transfer requests received." + ::= { sysGlobalFtpStat 11 } + +--================================================================== +-- Blade_temperature_status_stat +--================================================================== +sysBladeTempNumber OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of sysBladeTemp entries in the table." + ::= { sysBladeTemp 1 } + +sysBladeTempTable OBJECT-TYPE + SYNTAX SEQUENCE OF SysBladeTempEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A table containing information of blade temperature of the system." + ::= { sysBladeTemp 2 } + +sysBladeTempEntry OBJECT-TYPE + SYNTAX SysBladeTempEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Columns in the sysBladeTemp Table" + INDEX { + sysBladeTempIndex, + sysBladeTempSlot + } + ::= { sysBladeTempTable 1 } + +SysBladeTempEntry ::= + SEQUENCE { + sysBladeTempIndex INTEGER, + sysBladeTempTemperature INTEGER, + sysBladeTempLocation LongDisplayString, + sysBladeTempSlot INTEGER + } + +sysBladeTempIndex OBJECT-TYPE + SYNTAX INTEGER(0..32767) + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The index of a chassis temperature sensor on the system. + It identifies a particular chassis temperature sensor, fan, etc." + ::= { sysBladeTempEntry 1 } + +sysBladeTempTemperature OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The blade temperature (in Celsius) of the indexed sensor on the system., + This is only supported for the platform where + the sensor data is available." + ::= { sysBladeTempEntry 2 } + +sysBladeTempLocation OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The location for the temperature sensor." + ::= { sysBladeTempEntry 3 } + +sysBladeTempSlot OBJECT-TYPE + SYNTAX INTEGER(0..32767) + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The chassis slot number, if applicable." + ::= { sysBladeTempEntry 4 } + +--================================================================== +-- Blade_voltage_stat +--================================================================== +sysBladeVoltageNumber OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of sysBladeVoltage entries in the table." + ::= { sysBladeVoltage 1 } + +sysBladeVoltageTable OBJECT-TYPE + SYNTAX SEQUENCE OF SysBladeVoltageEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A table containing information of blade voltage of the system." + ::= { sysBladeVoltage 2 } + +sysBladeVoltageEntry OBJECT-TYPE + SYNTAX SysBladeVoltageEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Columns in the sysBladeVoltage Table" + INDEX { + sysBladeVoltageIndex + } + ::= { sysBladeVoltageTable 1 } + +SysBladeVoltageEntry ::= + SEQUENCE { + sysBladeVoltageIndex LongDisplayString, + sysBladeVoltageVoltage Gauge, + sysBladeVoltageSlot INTEGER + } + +sysBladeVoltageIndex OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The index of the voltage sensor. + It identifies a particular blade voltage sensor, fan, etc." + ::= { sysBladeVoltageEntry 1 } + +sysBladeVoltageVoltage OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The blade voltage (in mV) of the indexed sensor on the system., + This is only supported for the platform where + the sensor data is available." + ::= { sysBladeVoltageEntry 2 } + +sysBladeVoltageSlot OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The chassis slot number, if applicable." + ::= { sysBladeVoltageEntry 3 } + +--================================================================== +-- Global_pptp_stat +--================================================================== +sysProfilePptpStatResetStats OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "The action to reset resettable statistics data in sysGlobalPptpStat. + Setting this value to 1 will reset statistics data. + Note, some statistics data may not be reset including data that are incremental counters." + ::= { sysGlobalPptpStat 1 } + +sysProfilePptpStatStartRequests OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Number of PPTP control messages used to establish the control + connection between a server and a client." + ::= { sysGlobalPptpStat 2 } + +sysProfilePptpStatStartReplies OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Number of PPTP control messages sent in reply to a received + Start-Control-Connection-Request message." + ::= { sysGlobalPptpStat 3 } + +sysProfilePptpStatStopRequests OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Number of PPTP control messages sent by one peer of a client-server + control connection to inform the other peer that the control + connection should be closed." + ::= { sysGlobalPptpStat 4 } + +sysProfilePptpStatStopReplies OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Number of PPTP control messages sent by one peer of a client-server + control connection upon receipt of a + Stop-Control-Connection-Request from the other peer." + ::= { sysGlobalPptpStat 5 } + +sysProfilePptpStatEchoRequests OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Number of PPTP control messages sent by either peer of a client-server + control connection." + ::= { sysGlobalPptpStat 6 } + +sysProfilePptpStatEchoReplies OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Number of PPTP control messages sent by either peer of a client-server + control connection in response to the receipt of an Echo-Request." + ::= { sysGlobalPptpStat 7 } + +sysProfilePptpStatOutgoingCallRequests OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Number of PPTP control messages sent by the server to the client to + indicate that an outbound call from the client is to be + established." + ::= { sysGlobalPptpStat 8 } + +sysProfilePptpStatOutgoingCallReplies OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Number of PPTP control messages sent by the client to the server in + response to a received Outgoing-Call-Request message." + ::= { sysGlobalPptpStat 9 } + +sysProfilePptpStatCallClearRequests OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Number of PPTP control messages sent by the server to the client + indicating that a particular call is to be disconnected." + ::= { sysGlobalPptpStat 10 } + +sysProfilePptpStatCallDisconnectNotifies OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Number of PPTP Call-Disconnect-Notify control messages sent by the client + to the server. Its purpose is to inform the server of both the + disconnection and the reason for it." + ::= { sysGlobalPptpStat 11 } + +sysProfilePptpStatWanErrorNotifies OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Number of WAN-Error-Notify messages sent by the client to the server to + indicate WAN error conditions (conditions that occur on the interface + supporting PPP)." + ::= { sysGlobalPptpStat 12 } + +sysProfilePptpStatSetLinkInfo OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Number of PPTP control messages sent by the server to the client to + set PPP-negotiated options." + ::= { sysGlobalPptpStat 13 } + +sysProfilePptpStatActiveCalls OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Number of active PPTP calls." + ::= { sysGlobalPptpStat 14 } + +sysProfilePptpStatTotalCalls OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Total number of PPTP calls served." + ::= { sysGlobalPptpStat 15 } + +sysProfilePptpStatFailedCalls OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Total number of PPTP calls that failed." + ::= { sysGlobalPptpStat 16 } + +--================================================================== +-- Global_pcp_stat +--================================================================== +sysPcpStatResetStats OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "The action to reset resettable statistics data in sysGlobalPcpStat. + Setting this value to 1 will reset statistics data. + Note, some statistics data may not be reset including data that are incremental counters." + ::= { sysGlobalPcpStat 1 } + +sysPcpStatPcpAnnounceRequests OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of Announce requests received." + ::= { sysGlobalPcpStat 2 } + +sysPcpStatPcpAnnounceResponsesUcast OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of unicast Announce responses transmitted." + ::= { sysGlobalPcpStat 3 } + +sysPcpStatPcpAnnounceResponsesMulticast OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of multicast Announce responses transmitted." + ::= { sysGlobalPcpStat 4 } + +sysPcpStatPcpMapRequests OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of Map requests received." + ::= { sysGlobalPcpStat 5 } + +sysPcpStatPcpMapResponses OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of Map responses transmitted." + ::= { sysGlobalPcpStat 6 } + +sysPcpStatPcpPeerRequests OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of Peer requests received." + ::= { sysGlobalPcpStat 7 } + +sysPcpStatPcpPeerResponses OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of Peer responses transmitted." + ::= { sysGlobalPcpStat 8 } + +sysPcpStatPcpErrorsInvalidRequests OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of invalid or malformed PCP requests received." + ::= { sysGlobalPcpStat 9 } + +sysPcpStatPcpErrorsUnavailableResource OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of PCP requests received where the server has insufficient + resources to complete the requested operation." + ::= { sysGlobalPcpStat 10 } + +sysPcpStatPcpErrorsNotAuthorized OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of PCP requests that generated (or caused) an + unauthorized error when attempting to create a mapping." + ::= { sysGlobalPcpStat 11 } + +sysPcpStatPcpErrorsOther OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of PCP requests received that resulted in other errors." + ::= { sysGlobalPcpStat 12 } + +--================================================================== +-- Global_tmm_dns_server_stat +--================================================================== +sysDnsServerStatResetStats OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "The action to reset resettable statistics data in sysGlobalDnsServerStat. + Setting this value to 1 will reset statistics data. + Note, some statistics data may not be reset including data that are incremental counters." + ::= { sysGlobalDnsServerStat 1 } + +sysDnsServerStatXfrQueries OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of zone transfer queries." + ::= { sysGlobalDnsServerStat 2 } + +sysDnsServerStatXfrResponses OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of zone transfer responses." + ::= { sysGlobalDnsServerStat 3 } + +sysDnsServerStatXfrNotifies OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of zone transfer notifies." + ::= { sysGlobalDnsServerStat 4 } + +sysDnsServerStatXfrNotifyFailed OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of zone transfer notify failures." + ::= { sysGlobalDnsServerStat 5 } + +--================================================================== +-- Mptcp_stat +--================================================================== +sysMptcpStatResetStats OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "The action to reset resettable statistics data in sysGlobalMptcpStat. + Setting this value to 1 will reset statistics data. + Note, some statistics data may not be reset including data that are incremental counters." + ::= { sysGlobalMptcpStat 1 } + +sysMptcpStatAccept OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of primary MPTCP connections accepted." + ::= { sysGlobalMptcpStat 2 } + +sysMptcpStatAcceptFail OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of primary MPTCP connections rejected." + ::= { sysGlobalMptcpStat 3 } + +sysMptcpStatJoinFlow OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of secondary MPTCP connections accepted." + ::= { sysGlobalMptcpStat 4 } + +sysMptcpStatJoinFlowFail OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of secondary MPTCP connections rejected." + ::= { sysGlobalMptcpStat 5 } + +sysMptcpStatClose OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of MPTCP connections closed." + ::= { sysGlobalMptcpStat 6 } + +sysMptcpStatRxtimeout OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of retransmission timeouts for MPTCP connections." + ::= { sysGlobalMptcpStat 7 } + +sysMptcpStatRxfailover OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of retransmission failovers for MPTCP connections." + ::= { sysGlobalMptcpStat 8 } + +sysMptcpStatAddAddrTx OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of add_addr sent for MPTCP connections." + ::= { sysGlobalMptcpStat 9 } + +sysMptcpStatAddAddrRx OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of add_addr received for MPTCP connections." + ::= { sysGlobalMptcpStat 10 } + +sysMptcpStatRemAddrTx OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of remove_addr sent for MPTCP connections." + ::= { sysGlobalMptcpStat 11 } + +sysMptcpStatRemAddrRx OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of remove_addr received for MPTCP connections." + ::= { sysGlobalMptcpStat 12 } + +sysMptcpStatPrioTx OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of priority events sent for MPTCP connections." + ::= { sysGlobalMptcpStat 13 } + +sysMptcpStatPrioRx OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of priority events received for MPTCP connections." + ::= { sysGlobalMptcpStat 14 } + +sysMptcpStatFailTx OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of fallback events sent for MPTCP connections." + ::= { sysGlobalMptcpStat 15 } + +sysMptcpStatFailRx OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of fallback events received for MPTCP connections." + ::= { sysGlobalMptcpStat 16 } + +sysMptcpStatFastcloseTx OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of fastclose events sent for MPTCP connections." + ::= { sysGlobalMptcpStat 17 } + +sysMptcpStatFastcloseRx OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of fastclose events received for MPTCP connections." + ::= { sysGlobalMptcpStat 18 } + +--================================================================== +-- Lldp_neighbors +--================================================================== +sysLldpNeighborsTableNumber OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of sysLldpNeighbors entries in the table." + ::= { sysLldpNeighbors 1 } + +sysLldpNeighborsTableTable OBJECT-TYPE + SYNTAX SEQUENCE OF SysLldpNeighborsTableEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A table containing information of lldp neighbors." + ::= { sysLldpNeighbors 2 } + +sysLldpNeighborsTableEntry OBJECT-TYPE + SYNTAX SysLldpNeighborsTableEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Columns in the sysLldpNeighborsTable Table" + INDEX { + sysLldpNeighborsTableChassisId, + sysLldpNeighborsTablePortId + } + ::= { sysLldpNeighborsTableTable 1 } + +SysLldpNeighborsTableEntry ::= + SEQUENCE { + sysLldpNeighborsTableChassisId LongDisplayString, + sysLldpNeighborsTablePortId LongDisplayString, + sysLldpNeighborsTableLocalInterface LongDisplayString, + sysLldpNeighborsTablePortDesc LongDisplayString, + sysLldpNeighborsTableSysName LongDisplayString, + sysLldpNeighborsTableSysDesc LongDisplayString, + sysLldpNeighborsTableSysCap Gauge, + sysLldpNeighborsTableMgmtAddr LongDisplayString, + sysLldpNeighborsTablePvid INTEGER, + sysLldpNeighborsTablePpvid INTEGER, + sysLldpNeighborsTableVlanName LongDisplayString, + sysLldpNeighborsTableVlanTag INTEGER, + sysLldpNeighborsTableProtocolIdentity INTEGER, + sysLldpNeighborsTableAutoNego INTEGER, + sysLldpNeighborsTablePmd INTEGER, + sysLldpNeighborsTableMau INTEGER, + sysLldpNeighborsTableAggStatus INTEGER, + sysLldpNeighborsTableAggPortid Gauge, + sysLldpNeighborsTableMfs INTEGER, + sysLldpNeighborsTableF5ProductModel LongDisplayString + } + +sysLldpNeighborsTableChassisId OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The chassis ID of the LLDP neighbor." + ::= { sysLldpNeighborsTableEntry 1 } + +sysLldpNeighborsTablePortId OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The port ID of the LLDP neighbor." + ::= { sysLldpNeighborsTableEntry 2 } + +sysLldpNeighborsTableLocalInterface OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The local port ID to which the LLDP neighbor is connected." + ::= { sysLldpNeighborsTableEntry 3 } + +sysLldpNeighborsTablePortDesc OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "A description of the port on the LLDP neighbor." + ::= { sysLldpNeighborsTableEntry 4 } + +sysLldpNeighborsTableSysName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The system name of the LLDP neighbor." + ::= { sysLldpNeighborsTableEntry 5 } + +sysLldpNeighborsTableSysDesc OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "A description of the LLDP neighbor." + ::= { sysLldpNeighborsTableEntry 6 } + +sysLldpNeighborsTableSysCap OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "System capabilities of the LLDP neighbor (switching, routing, etc.)" + ::= { sysLldpNeighborsTableEntry 7 } + +sysLldpNeighborsTableMgmtAddr OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Management IP address of the LLDP neighbor." + ::= { sysLldpNeighborsTableEntry 8 } + +sysLldpNeighborsTablePvid OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The VLAN ID associated with the port on the LLDP neighbor." + ::= { sysLldpNeighborsTableEntry 9 } + +sysLldpNeighborsTablePpvid OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Indicates whether a PPVID TLV has been received by the LLDP neighbor." + ::= { sysLldpNeighborsTableEntry 10 } + +sysLldpNeighborsTableVlanName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The VLAN name associated with the port on the LLDP neighbor." + ::= { sysLldpNeighborsTableEntry 11 } + +sysLldpNeighborsTableVlanTag OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The VLAN tag associated with the port on the LLDP neighbor." + ::= { sysLldpNeighborsTableEntry 12 } + +sysLldpNeighborsTableProtocolIdentity OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Indicates whether a Protocol Identity TLV has been received by the LLDP neighbor." + ::= { sysLldpNeighborsTableEntry 13 } + +sysLldpNeighborsTableAutoNego OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The MAC/PHY Auto-Negotiation status of the LLDP neighbor." + ::= { sysLldpNeighborsTableEntry 14 } + +sysLldpNeighborsTablePmd OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The MAC/PHY Physical Medium Dependant (PMD) capability of the LLDP neighbor." + ::= { sysLldpNeighborsTableEntry 15 } + +sysLldpNeighborsTableMau OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The MAC/PHY Medium Attachment Unit (MAU) type of the LLDP neighbor." + ::= { sysLldpNeighborsTableEntry 16 } + +sysLldpNeighborsTableAggStatus OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Link aggregation status/capability of LLDP neighbor port." + ::= { sysLldpNeighborsTableEntry 17 } + +sysLldpNeighborsTableAggPortid OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "If the remote port is aggregated, indicates the aggregated port ID on the LLDP neighbor." + ::= { sysLldpNeighborsTableEntry 18 } + +sysLldpNeighborsTableMfs OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Maximum frame size of the LLDP neighbor's MAC and PHY implementation." + ::= { sysLldpNeighborsTableEntry 19 } + +sysLldpNeighborsTableF5ProductModel OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Displays the F5 product model name if the LLDP neighbor is an F5 product." + ::= { sysLldpNeighborsTableEntry 20 } + +--================================================================== +-- Ipsec_spd_stat +--================================================================== +sysIpsecSpdStatResetStats OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "The action to reset resettable statistics data in sysIpsecSpdStat. + Setting this value to 1 will reset statistics data. + Note, some statistics data may not be reset including data that are incremental counters." + ::= { sysIpsecSpdStat 1 } + +sysIpsecSpdStatNumber OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of sysIpsecSpdStat entries in the table." + ::= { sysIpsecSpdStat 2 } + +sysIpsecSpdStatTable OBJECT-TYPE + SYNTAX SEQUENCE OF SysIpsecSpdStatEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "The global attribute information of the system." + ::= { sysIpsecSpdStat 3 } + +sysIpsecSpdStatEntry OBJECT-TYPE + SYNTAX SysIpsecSpdStatEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Columns in the sysIpsecSpdStat Table" + INDEX { + sysIpsecSpdStatTrafficSelectorName, + sysIpsecSpdStatReqid + } + ::= { sysIpsecSpdStatTable 1 } + +SysIpsecSpdStatEntry ::= + SEQUENCE { + sysIpsecSpdStatTrafficSelectorName LongDisplayString, + sysIpsecSpdStatReqid INTEGER, + sysIpsecSpdStatSourceAddressType InetAddressType, + sysIpsecSpdStatSourceAddress InetAddress, + sysIpsecSpdStatSourceNetmaskType InetAddressType, + sysIpsecSpdStatSourceNetmask InetAddress, + sysIpsecSpdStatSourcePort InetPortNumber, + sysIpsecSpdStatDestinationAddressType InetAddressType, + sysIpsecSpdStatDestinationAddress InetAddress, + sysIpsecSpdStatDestinationNetmaskType InetAddressType, + sysIpsecSpdStatDestinationNetmask InetAddress, + sysIpsecSpdStatDestinationPort InetPortNumber, + sysIpsecSpdStatDirection INTEGER, + sysIpsecSpdStatTunnelState LongDisplayString, + sysIpsecSpdStatPackets Counter64, + sysIpsecSpdStatBytes Counter64 + } + +sysIpsecSpdStatTrafficSelectorName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The traffic selector name" + ::= { sysIpsecSpdStatEntry 1 } + +sysIpsecSpdStatReqid OBJECT-TYPE + SYNTAX INTEGER(0..2147483647) + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The req id" + ::= { sysIpsecSpdStatEntry 2 } + +sysIpsecSpdStatSourceAddressType OBJECT-TYPE + SYNTAX InetAddressType + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The source address type" + ::= { sysIpsecSpdStatEntry 3 } + +sysIpsecSpdStatSourceAddress OBJECT-TYPE + SYNTAX InetAddress + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The source address" + ::= { sysIpsecSpdStatEntry 4 } + +sysIpsecSpdStatSourceNetmaskType OBJECT-TYPE + SYNTAX InetAddressType + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The source netmask type" + ::= { sysIpsecSpdStatEntry 5 } + +sysIpsecSpdStatSourceNetmask OBJECT-TYPE + SYNTAX InetAddress + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The source netmask" + ::= { sysIpsecSpdStatEntry 6 } + +sysIpsecSpdStatSourcePort OBJECT-TYPE + SYNTAX InetPortNumber + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The source port" + ::= { sysIpsecSpdStatEntry 7 } + +sysIpsecSpdStatDestinationAddressType OBJECT-TYPE + SYNTAX InetAddressType + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The destination address type" + ::= { sysIpsecSpdStatEntry 8 } + +sysIpsecSpdStatDestinationAddress OBJECT-TYPE + SYNTAX InetAddress + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The destination address" + ::= { sysIpsecSpdStatEntry 9 } + +sysIpsecSpdStatDestinationNetmaskType OBJECT-TYPE + SYNTAX InetAddressType + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The destination netmask type" + ::= { sysIpsecSpdStatEntry 10 } + +sysIpsecSpdStatDestinationNetmask OBJECT-TYPE + SYNTAX InetAddress + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The destination netmask" + ::= { sysIpsecSpdStatEntry 11 } + +sysIpsecSpdStatDestinationPort OBJECT-TYPE + SYNTAX InetPortNumber + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The destination port" + ::= { sysIpsecSpdStatEntry 12 } + +sysIpsecSpdStatDirection OBJECT-TYPE + SYNTAX INTEGER { + in(0), + out(1), + both(2) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The direction" + ::= { sysIpsecSpdStatEntry 13 } + +sysIpsecSpdStatTunnelState OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The tunnel state" + ::= { sysIpsecSpdStatEntry 14 } + +sysIpsecSpdStatPackets OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The packets" + ::= { sysIpsecSpdStatEntry 15 } + +sysIpsecSpdStatBytes OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The bytes" + ::= { sysIpsecSpdStatEntry 16 } + +--================================================================== +-- Global_tftp_stat +--================================================================== +sysGlobalTftpStatResetStats OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "The action to reset resettable statistics data in sysGlobalTftpStat. + Setting this value to 1 will reset statistics data. + Note, some statistics data may not be reset including data that are incremental counters." + ::= { sysGlobalTftpStat 1 } + +sysGlobalTftpStatReadRequests OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of read requests received." + ::= { sysGlobalTftpStat 2 } + +sysGlobalTftpStatWriteRequests OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of write requests received." + ::= { sysGlobalTftpStat 3 } + +sysGlobalTftpStatDiscardedRequests OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of requests that were discarded." + ::= { sysGlobalTftpStat 4 } + +--================================================================== +-- Global_diametersession_stat +--================================================================== +sysGlobalDiametersessionStatResetStats OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "The action to reset resettable statistics data in sysGlobalDiametersessionStat. + Setting this value to 1 will reset statistics data. + Note, some statistics data may not be reset including data that are incremental counters." + ::= { sysGlobalDiametersessionStat 1 } + +sysGlobalDiametersessionStatTotCapExcReq OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Displays the number of Capabilities Exchange Request messages." + ::= { sysGlobalDiametersessionStat 2 } + +sysGlobalDiametersessionStatTotCapExcAns OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Displays the number of Capabilities Exchange Answer messages." + ::= { sysGlobalDiametersessionStat 3 } + +sysGlobalDiametersessionStatTotDeviceWatchdogRequests OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Displays the number of Device Watchdog Request messages." + ::= { sysGlobalDiametersessionStat 4 } + +sysGlobalDiametersessionStatTotDeviceWatchdogAnswers OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Displays the number of Device Watchdog Answers messages." + ::= { sysGlobalDiametersessionStat 5 } + +sysGlobalDiametersessionStatTotDisconnectPeerRequests OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Displays the number of Disconnect Peer Request messages." + ::= { sysGlobalDiametersessionStat 6 } + +sysGlobalDiametersessionStatTotDisconnectPeerAnswers OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Displays the number of Disconnect Peer Answer messages." + ::= { sysGlobalDiametersessionStat 7 } + +sysGlobalDiametersessionStatTotAccountingRequests OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Displays the number of Accounting Request messages." + ::= { sysGlobalDiametersessionStat 8 } + +sysGlobalDiametersessionStatTotAccountingAnswers OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Displays the number of Accounting Answers messages." + ::= { sysGlobalDiametersessionStat 9 } + +sysGlobalDiametersessionStatTotCreditControlRequests OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Displays the number of Credit Control Request messages." + ::= { sysGlobalDiametersessionStat 10 } + +sysGlobalDiametersessionStatTotCreditControlAnswers OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Displays the number of Credit Control Answers messages." + ::= { sysGlobalDiametersessionStat 11 } + +sysGlobalDiametersessionStatTotUserAuthorizationRequests OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Displays the number of User Authorization Request messages." + ::= { sysGlobalDiametersessionStat 12 } + +sysGlobalDiametersessionStatTotUserAuthorizationAnswers OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Displays the number of User Authorization Answers messages." + ::= { sysGlobalDiametersessionStat 13 } + +sysGlobalDiametersessionStatTotOtherRequests OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Displays the number of Other Request messages." + ::= { sysGlobalDiametersessionStat 14 } + +sysGlobalDiametersessionStatTotOtherAnswers OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Displays the number of Other Answers messages." + ::= { sysGlobalDiametersessionStat 15 } + +sysGlobalDiametersessionStatTotBadMessages OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Displays the number of Bad Messages." + ::= { sysGlobalDiametersessionStat 16 } + +sysGlobalDiametersessionStatTotRejectedUnconfiguredPeers OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Displays the number of Messages Rejected for Unconfigured Peers." + ::= { sysGlobalDiametersessionStat 17 } + +sysGlobalDiametersessionStatCurReqQueuedForRetrans OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Displays the current number of request messages queued for retransmission." + ::= { sysGlobalDiametersessionStat 18 } + +sysGlobalDiametersessionStatTotRetransReturnedBusy OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Displays the total number of requests triggered for retransmission that returned a busy answer." + ::= { sysGlobalDiametersessionStat 19 } + +sysGlobalDiametersessionStatTotRetransReturnedUnavail OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Displays the total number of requests triggered for retransmission that returned a unable to deliver answer." + ::= { sysGlobalDiametersessionStat 20 } + +sysGlobalDiametersessionStatTotRetransReqRetransmitted OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Displays the total number of requests retransmitted." + ::= { sysGlobalDiametersessionStat 21 } + +sysGlobalDiametersessionStatTotRetransmissionTimeout OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Displays the total number of requests triggered for retransmission due to timeout." + ::= { sysGlobalDiametersessionStat 22 } + +sysGlobalDiametersessionStatTotRetransmissionErrorCode OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Displays the total number of requests triggered for retransmission due a error code." + ::= { sysGlobalDiametersessionStat 23 } + +sysGlobalDiametersessionStatTotRetransmissionIrule OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Displays the total number of requests triggered for retransmission by iRule command." + ::= { sysGlobalDiametersessionStat 24 } + +--================================================================== +-- Global_diameterrouter_stat +--================================================================== +sysGlobalDiameterrouterStatResetStats OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "The action to reset resettable statistics data in sysGlobalDiameterrouterStat. + Setting this value to 1 will reset statistics data. + Note, some statistics data may not be reset including data that are incremental counters." + ::= { sysGlobalDiameterrouterStat 1 } + +sysGlobalDiameterrouterStatCurPendingRequests OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Displays the current number of pending requests." + ::= { sysGlobalDiameterrouterStat 2 } + +sysGlobalDiameterrouterStatTotExpiredPendingRequests OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Displays the total number of expired pending requests." + ::= { sysGlobalDiameterrouterStat 3 } + +sysGlobalDiameterrouterStatTotDroppedUnexpectedAnswers OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Displays the total number of unexpected answers received and dropped." + ::= { sysGlobalDiameterrouterStat 4 } + +sysGlobalDiameterrouterStatTotDroppedLateAnswers OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Displays the total number of late answers received and dropped." + ::= { sysGlobalDiameterrouterStat 5 } + +--================================================================== +-- Global_ipsecalg_stat +--================================================================== +sysGlobalIpsecalgStatResetStats OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "The action to reset resettable statistics data in sysGlobalIpsecalgStat. + Setting this value to 1 will reset statistics data. + Note, some statistics data may not be reset including data that are incremental counters." + ::= { sysGlobalIpsecalgStat 1 } + +sysGlobalIpsecalgStatIkePackets OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Number of IKE packets." + ::= { sysGlobalIpsecalgStat 2 } + +sysGlobalIpsecalgStatTunnelCreates OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Number of tunnel creates." + ::= { sysGlobalIpsecalgStat 3 } + +sysGlobalIpsecalgStatTunnelTeardowns OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Number of tunnel teardowns." + ::= { sysGlobalIpsecalgStat 4 } + +sysGlobalIpsecalgStatFailures OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Number of failed connection attempts." + ::= { sysGlobalIpsecalgStat 5 } + +sysGlobalIpsecalgStatPendingIkeConnectionLimitDrops OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Number of dropped IKE connections because a client exceeded its limit of pending unacknowledged connections." + ::= { sysGlobalIpsecalgStat 6 } + +--================================================================== +-- Global_lsn_pool_failure_stat +--================================================================== +sysLsnPoolFailureStatResetStats OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "The action to reset resettable statistics data in sysGlobalLsnPoolFailureStat. + Setting this value to 1 will reset statistics data. + Note, some statistics data may not be reset including data that are incremental counters." + ::= { sysGlobalLsnPoolFailureStat 1 } + +sysLsnPoolFailureStatNumber OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of sysGlobalLsnPoolFailureStat entries in the table." + ::= { sysGlobalLsnPoolFailureStat 2 } + +sysLsnPoolFailureStatTable OBJECT-TYPE + SYNTAX SEQUENCE OF SysLsnPoolFailureStatEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "The system's global LSN pool failure statistics information. + These are the roll-ups of all the individual LSN pool failures' + statistics." + ::= { sysGlobalLsnPoolFailureStat 3 } + +sysLsnPoolFailureStatEntry OBJECT-TYPE + SYNTAX SysLsnPoolFailureStatEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Columns in the sysLsnPoolFailureStat Table" + INDEX { + sysLsnPoolFailureStatFailureCause + } + ::= { sysLsnPoolFailureStatTable 1 } + +SysLsnPoolFailureStatEntry ::= + SEQUENCE { + sysLsnPoolFailureStatFailureCause LongDisplayString, + sysLsnPoolFailureStatFailureCount Counter64 + } + +sysLsnPoolFailureStatFailureCause OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of the failure cause." + ::= { sysLsnPoolFailureStatEntry 1 } + +sysLsnPoolFailureStatFailureCount OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Total failures due to the cause." + ::= { sysLsnPoolFailureStatEntry 2 } + +--================================================================== +-- Plane_stat +--================================================================== +sysPlaneStatNumber OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of sysPlaneStat entries in the table." + ::= { sysPlaneStat 1 } + +sysPlaneStatTable OBJECT-TYPE + SYNTAX SEQUENCE OF SysPlaneStatEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Processing plane resource usage" + ::= { sysPlaneStat 2 } + +sysPlaneStatEntry OBJECT-TYPE + SYNTAX SysPlaneStatEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Columns in the sysPlaneStat Table" + INDEX { + sysPlaneStatPlaneName + } + ::= { sysPlaneStatTable 1 } + +SysPlaneStatEntry ::= + SEQUENCE { + sysPlaneStatPlaneName LongDisplayString, + sysPlaneStatCpuCount Gauge, + sysPlaneStatCpuRatioCurr Gauge, + sysPlaneStatCpuRatio5sec Gauge, + sysPlaneStatCpuRatio1min Gauge, + sysPlaneStatCpuRatio5min Gauge + } + +sysPlaneStatPlaneName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Plane name" + ::= { sysPlaneStatEntry 1 } + +sysPlaneStatCpuCount OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Total number of active CPUs assigned to plane" + ::= { sysPlaneStatEntry 2 } + +sysPlaneStatCpuRatioCurr OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Last poll interval plane CPU usage (percentage)" + ::= { sysPlaneStatEntry 3 } + +sysPlaneStatCpuRatio5sec OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Last 5 sec average plane CPU usage (percentage)" + ::= { sysPlaneStatEntry 4 } + +sysPlaneStatCpuRatio1min OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Last 1 min average plane CPU usage (percentage)" + ::= { sysPlaneStatEntry 5 } + +sysPlaneStatCpuRatio5min OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Last 5 min average plane CPU usage (percentage)" + ::= { sysPlaneStatEntry 6 } + +--================================================================== +-- Switch_ddm_stat +--================================================================== +sysSwitchDdmStatNumber OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of sysSwitchDdmStat entries in the table." + ::= { sysSwitchDdmStat 1 } + +sysSwitchDdmStatTable OBJECT-TYPE + SYNTAX SEQUENCE OF SysSwitchDdmStatEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A table containing Digital Diagnostic Monitoring information for Gigabit + Ethernet Optical Transceivers. Receive or transmit power outside of + threshold ranges will display an alarm or warning." + ::= { sysSwitchDdmStat 2 } + +sysSwitchDdmStatEntry OBJECT-TYPE + SYNTAX SysSwitchDdmStatEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Columns in the sysSwitchDdmStat Table" + INDEX { + sysSwitchDdmStatName + } + ::= { sysSwitchDdmStatTable 1 } + +SysSwitchDdmStatEntry ::= + SEQUENCE { + sysSwitchDdmStatName LongDisplayString, + sysSwitchDdmStatTxPwr1 Gauge, + sysSwitchDdmStatTxDbmPwr1 INTEGER, + sysSwitchDdmStatTxPwr2 Gauge, + sysSwitchDdmStatTxDbmPwr2 INTEGER, + sysSwitchDdmStatTxPwr3 Gauge, + sysSwitchDdmStatTxDbmPwr3 INTEGER, + sysSwitchDdmStatTxPwr4 Gauge, + sysSwitchDdmStatTxDbmPwr4 INTEGER, + sysSwitchDdmStatRxPwr1 Gauge, + sysSwitchDdmStatRxDbmPwr1 INTEGER, + sysSwitchDdmStatRxPwr2 Gauge, + sysSwitchDdmStatRxDbmPwr2 INTEGER, + sysSwitchDdmStatRxPwr3 Gauge, + sysSwitchDdmStatRxDbmPwr3 INTEGER, + sysSwitchDdmStatRxPwr4 Gauge, + sysSwitchDdmStatRxDbmPwr4 INTEGER, + sysSwitchDdmStatTxAlarmLo INTEGER, + sysSwitchDdmStatTxAlarmHi INTEGER, + sysSwitchDdmStatRxAlarmLo INTEGER, + sysSwitchDdmStatRxAlarmHi INTEGER, + sysSwitchDdmStatTxWarnLo INTEGER, + sysSwitchDdmStatTxWarnHi INTEGER, + sysSwitchDdmStatRxWarnLo INTEGER, + sysSwitchDdmStatRxWarnHi INTEGER, + sysSwitchDdmStatTxPwrLoAlarm Gauge, + sysSwitchDdmStatTxDbmPwrLoAlarm INTEGER, + sysSwitchDdmStatTxPwrHiAlarm Gauge, + sysSwitchDdmStatTxDbmPwrHiAlarm INTEGER, + sysSwitchDdmStatTxPwrLoWarn Gauge, + sysSwitchDdmStatTxDbmPwrLoWarn INTEGER, + sysSwitchDdmStatTxPwrHiWarn Gauge, + sysSwitchDdmStatTxDbmPwrHiWarn INTEGER, + sysSwitchDdmStatRxPwrLoAlarm Gauge, + sysSwitchDdmStatRxDbmPwrLoAlarm INTEGER, + sysSwitchDdmStatRxPwrHiAlarm Gauge, + sysSwitchDdmStatRxDbmPwrHiAlarm INTEGER, + sysSwitchDdmStatRxPwrLoWarn Gauge, + sysSwitchDdmStatRxDbmPwrLoWarn INTEGER, + sysSwitchDdmStatRxPwrHiWarn Gauge, + sysSwitchDdmStatRxDbmPwrHiWarn INTEGER + } + +sysSwitchDdmStatName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of the interface." + ::= { sysSwitchDdmStatEntry 1 } + +sysSwitchDdmStatTxPwr1 OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The laser output optical power in .1 microWatts (.1uW)." + ::= { sysSwitchDdmStatEntry 2 } + +sysSwitchDdmStatTxDbmPwr1 OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The laser output optical power in .001 dBm." + ::= { sysSwitchDdmStatEntry 3 } + +sysSwitchDdmStatTxPwr2 OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The laser output optical power in .1 microWatts (.1uW). Only available for QSFP transceivers." + ::= { sysSwitchDdmStatEntry 4 } + +sysSwitchDdmStatTxDbmPwr2 OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The laser output optical power in .001 dBm. Only available for QSFP transceivers." + ::= { sysSwitchDdmStatEntry 5 } + +sysSwitchDdmStatTxPwr3 OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The laser output optical power in .1 microWatts (.1uW). Only available for QSFP transceivers." + ::= { sysSwitchDdmStatEntry 6 } + +sysSwitchDdmStatTxDbmPwr3 OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The laser output optical power in .001 dBm. Only available for QSFP transceivers." + ::= { sysSwitchDdmStatEntry 7 } + +sysSwitchDdmStatTxPwr4 OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The laser output optical power in .1 microWatts (.1uW). Only available for QSFP transceivers." + ::= { sysSwitchDdmStatEntry 8 } + +sysSwitchDdmStatTxDbmPwr4 OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The laser output optical power in .001 dBm. Only available for QSFP transceivers." + ::= { sysSwitchDdmStatEntry 9 } + +sysSwitchDdmStatRxPwr1 OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The laser receiver1 optical power in .1 microWatts (.1uW)." + ::= { sysSwitchDdmStatEntry 10 } + +sysSwitchDdmStatRxDbmPwr1 OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The laser receiver1 optical power in .001 dBm." + ::= { sysSwitchDdmStatEntry 11 } + +sysSwitchDdmStatRxPwr2 OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The laser receiver2 optical power in .1 microWatts (.1uW). Only available for QSFP transceivers." + ::= { sysSwitchDdmStatEntry 12 } + +sysSwitchDdmStatRxDbmPwr2 OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The laser receiver2 optical power in .001 dBm. Only available for QSFP transceivers." + ::= { sysSwitchDdmStatEntry 13 } + +sysSwitchDdmStatRxPwr3 OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The laser receiver3 optical power in .1 microWatts (.1uW). Only available for QSFP transceivers." + ::= { sysSwitchDdmStatEntry 14 } + +sysSwitchDdmStatRxDbmPwr3 OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The laser receiver3 optical power in .001 dBm. Only available for QSFP transceivers." + ::= { sysSwitchDdmStatEntry 15 } + +sysSwitchDdmStatRxPwr4 OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The laser receiver4 optical power in .1 microWatts (.1uW). Only available for QSFP transceivers." + ::= { sysSwitchDdmStatEntry 16 } + +sysSwitchDdmStatRxDbmPwr4 OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The laser receiver4 optical power in .001 dBm. Only available for QSFP transceivers." + ::= { sysSwitchDdmStatEntry 17 } + +sysSwitchDdmStatTxAlarmLo OBJECT-TYPE + SYNTAX INTEGER { + false(0), + true(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The state of the transmit low power alarm." + ::= { sysSwitchDdmStatEntry 18 } + +sysSwitchDdmStatTxAlarmHi OBJECT-TYPE + SYNTAX INTEGER { + false(0), + true(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The state of the transmit high power alarm." + ::= { sysSwitchDdmStatEntry 19 } + +sysSwitchDdmStatRxAlarmLo OBJECT-TYPE + SYNTAX INTEGER { + false(0), + true(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The state of the receive low power alarm." + ::= { sysSwitchDdmStatEntry 20 } + +sysSwitchDdmStatRxAlarmHi OBJECT-TYPE + SYNTAX INTEGER { + false(0), + true(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The state of the receive high power alarm." + ::= { sysSwitchDdmStatEntry 21 } + +sysSwitchDdmStatTxWarnLo OBJECT-TYPE + SYNTAX INTEGER { + false(0), + true(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The state of the transmit low power warning." + ::= { sysSwitchDdmStatEntry 22 } + +sysSwitchDdmStatTxWarnHi OBJECT-TYPE + SYNTAX INTEGER { + false(0), + true(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The state of the transmit high power warning." + ::= { sysSwitchDdmStatEntry 23 } + +sysSwitchDdmStatRxWarnLo OBJECT-TYPE + SYNTAX INTEGER { + false(0), + true(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The state of the receive low power warning." + ::= { sysSwitchDdmStatEntry 24 } + +sysSwitchDdmStatRxWarnHi OBJECT-TYPE + SYNTAX INTEGER { + false(0), + true(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The state of the receive high power warning." + ::= { sysSwitchDdmStatEntry 25 } + +sysSwitchDdmStatTxPwrLoAlarm OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Transmit optical power low alarm threshold in .1 microWatts." + ::= { sysSwitchDdmStatEntry 26 } + +sysSwitchDdmStatTxDbmPwrLoAlarm OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Transmit optical power low alarm threshold in .001 dBm." + ::= { sysSwitchDdmStatEntry 27 } + +sysSwitchDdmStatTxPwrHiAlarm OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Transmit optical power high alarm threshold in .1 microWatts." + ::= { sysSwitchDdmStatEntry 28 } + +sysSwitchDdmStatTxDbmPwrHiAlarm OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Transmit optical power high alarm threshold in .001 dBm." + ::= { sysSwitchDdmStatEntry 29 } + +sysSwitchDdmStatTxPwrLoWarn OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Transmit optical power low warning threshold in .1 microWatts." + ::= { sysSwitchDdmStatEntry 30 } + +sysSwitchDdmStatTxDbmPwrLoWarn OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Transmit optical power low warning threshold in .001 dBm." + ::= { sysSwitchDdmStatEntry 31 } + +sysSwitchDdmStatTxPwrHiWarn OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Transmit optical power high warning threshold in .1 microWatts." + ::= { sysSwitchDdmStatEntry 32 } + +sysSwitchDdmStatTxDbmPwrHiWarn OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Transmit optical power high warning threshold in .001 dBm." + ::= { sysSwitchDdmStatEntry 33 } + +sysSwitchDdmStatRxPwrLoAlarm OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Receive optical power low alarm threshold in .1 microWatts." + ::= { sysSwitchDdmStatEntry 34 } + +sysSwitchDdmStatRxDbmPwrLoAlarm OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Receive optical power low alarm threshold in .001 dBm." + ::= { sysSwitchDdmStatEntry 35 } + +sysSwitchDdmStatRxPwrHiAlarm OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Receive optical power high alarm threshold in .1 microWatts." + ::= { sysSwitchDdmStatEntry 36 } + +sysSwitchDdmStatRxDbmPwrHiAlarm OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Receive optical power high alarm threshold in .001 dBm." + ::= { sysSwitchDdmStatEntry 37 } + +sysSwitchDdmStatRxPwrLoWarn OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Receive optical power low warning threshold in .1 microWatts." + ::= { sysSwitchDdmStatEntry 38 } + +sysSwitchDdmStatRxDbmPwrLoWarn OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Receive optical power low warning threshold in .001 dBm." + ::= { sysSwitchDdmStatEntry 39 } + +sysSwitchDdmStatRxPwrHiWarn OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Receive optical power high warning threshold in .1 microWatts." + ::= { sysSwitchDdmStatEntry 40 } + +sysSwitchDdmStatRxDbmPwrHiWarn OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Receive optical power high warning threshold in .001 dBm." + ::= { sysSwitchDdmStatEntry 41 } + +--================================================================== +-- Tmm_proc_stat +--================================================================== +sysTmmProcStatNumber OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of sysTmmProcStat entries in the table." + ::= { sysTmmProcStat 1 } + +sysTmmProcStatTable OBJECT-TYPE + SYNTAX SEQUENCE OF SysTmmProcStatEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A table containing statistics information of the Traffic Management Module (TMM) + presented per TMM Process ID (TmmPid)." + ::= { sysTmmProcStat 2 } + +sysTmmProcStatEntry OBJECT-TYPE + SYNTAX SysTmmProcStatEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Columns in the sysTmmProcStat Table" + INDEX { + sysTmmProcStatSlotId, + sysTmmProcStatTmmPid + } + ::= { sysTmmProcStatTable 1 } + +SysTmmProcStatEntry ::= + SEQUENCE { + sysTmmProcStatSlotId INTEGER, + sysTmmProcStatTmmPid INTEGER, + sysTmmProcStatMemoryTotalKb Gauge, + sysTmmProcStatMemoryUsedKb Gauge + } + +sysTmmProcStatSlotId OBJECT-TYPE + SYNTAX INTEGER(0..32767) + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The index of the slot where the TMM is running." + ::= { sysTmmProcStatEntry 1 } + +sysTmmProcStatTmmPid OBJECT-TYPE + SYNTAX INTEGER(0..2147483647) + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The process ID of the specified TMM (Traffic Management Module) on the system." + ::= { sysTmmProcStatEntry 2 } + +sysTmmProcStatMemoryTotalKb OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total memory available in Kilobytes for TMM (Traffic Management Module)." + ::= { sysTmmProcStatEntry 3 } + +sysTmmProcStatMemoryUsedKb OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The memory in use in Kilobytes for TMM (Traffic Management Module)." + ::= { sysTmmProcStatEntry 4 } + +--================================================================== +-- Certificate_file_object +--================================================================== +sysCertificateFileObjectNumber OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of sysCertificateFileObject entries in the table." + ::= { sysCertificateFileObject 1 } + +sysCertificateFileObjectTable OBJECT-TYPE + SYNTAX SEQUENCE OF SysCertificateFileObjectEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A table containing certificate configuration." + ::= { sysCertificateFileObject 2 } + +sysCertificateFileObjectEntry OBJECT-TYPE + SYNTAX SysCertificateFileObjectEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Columns in the sysCertificateFileObject Table" + INDEX { + sysCertificateFileObjectName + } + ::= { sysCertificateFileObjectTable 1 } + +SysCertificateFileObjectEntry ::= + SEQUENCE { + sysCertificateFileObjectName LongDisplayString, + sysCertificateFileObjectIssuerCert LongDisplayString, + sysCertificateFileObjectCertStatusValidationOptions Gauge, + sysCertificateFileObjectExpirationString LongDisplayString, + sysCertificateFileObjectExpirationDate Counter64 + } + +sysCertificateFileObjectName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The certificate name." + ::= { sysCertificateFileObjectEntry 1 } + +sysCertificateFileObjectIssuerCert OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The issuer certificate name." + ::= { sysCertificateFileObjectEntry 2 } + +sysCertificateFileObjectCertStatusValidationOptions OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The certificate status validation options. + CERT_STATUS_VALIDATION_OPT_OCSP = 1" + ::= { sysCertificateFileObjectEntry 3 } + +sysCertificateFileObjectExpirationString OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The expiration date of the certificate as a string." + ::= { sysCertificateFileObjectEntry 4 } + +sysCertificateFileObjectExpirationDate OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The expiration date of the certificate in unix time." + ::= { sysCertificateFileObjectEntry 5 } + +--================================================================== +-- Cert_validator_ocsp +--================================================================== +sysCertValidatorOcspNumber OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of sysCertValidatorOcsp entries in the table." + ::= { sysCertValidatorOcsp 1 } + +sysCertValidatorOcspTable OBJECT-TYPE + SYNTAX SEQUENCE OF SysCertValidatorOcspEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A table containing OCSP certificate validator configuration." + ::= { sysCertValidatorOcsp 2 } + +sysCertValidatorOcspEntry OBJECT-TYPE + SYNTAX SysCertValidatorOcspEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Columns in the sysCertValidatorOcsp Table" + INDEX { + sysCertValidatorOcspName + } + ::= { sysCertValidatorOcspTable 1 } + +SysCertValidatorOcspEntry ::= + SEQUENCE { + sysCertValidatorOcspName LongDisplayString, + sysCertValidatorOcspProxyServerPool LongDisplayString, + sysCertValidatorOcspDnsResolver LongDisplayString, + sysCertValidatorOcspTrustedResponders LongDisplayString, + sysCertValidatorOcspUrl LongDisplayString, + sysCertValidatorOcspSignerCert LongDisplayString, + sysCertValidatorOcspSignerKey LongDisplayString, + sysCertValidatorOcspSignerKeyPassphrase LongDisplayString, + sysCertValidatorOcspSignHash INTEGER, + sysCertValidatorOcspTimeout Gauge, + sysCertValidatorOcspClockSkew Gauge, + sysCertValidatorOcspStatusAge Gauge, + sysCertValidatorOcspCacheTimeout Gauge, + sysCertValidatorOcspCacheErrorTimeout Gauge, + sysCertValidatorOcspStrictRespCertCheck INTEGER, + sysCertValidatorOcspConcurrentConnectionsLimit Gauge, + sysCertValidatorOcspRouteDomain LongDisplayString + } + +sysCertValidatorOcspName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The OCSP validator name." + ::= { sysCertValidatorOcspEntry 1 } + +sysCertValidatorOcspProxyServerPool OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The proxy server pool name." + ::= { sysCertValidatorOcspEntry 2 } + +sysCertValidatorOcspDnsResolver OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The DNS resolver name." + ::= { sysCertValidatorOcspEntry 3 } + +sysCertValidatorOcspTrustedResponders OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of trusted OCSP responder certificate." + ::= { sysCertValidatorOcspEntry 4 } + +sysCertValidatorOcspUrl OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The OCSP responder URL." + ::= { sysCertValidatorOcspEntry 5 } + +sysCertValidatorOcspSignerCert OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The signer certificate name." + ::= { sysCertValidatorOcspEntry 6 } + +sysCertValidatorOcspSignerKey OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The signer key name." + ::= { sysCertValidatorOcspEntry 7 } + +sysCertValidatorOcspSignerKeyPassphrase OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION + "Deprecated! No longer supported. + The signer key passphrase." + ::= { sysCertValidatorOcspEntry 8 } + +sysCertValidatorOcspSignHash OBJECT-TYPE + SYNTAX INTEGER { + sha1(0), + sha256(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "OCSP request signing hash algorithm." + ::= { sysCertValidatorOcspEntry 9 } + +sysCertValidatorOcspTimeout OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Timeout for fetching OCSP response." + ::= { sysCertValidatorOcspEntry 10 } + +sysCertValidatorOcspClockSkew OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Maximum allowable clock skew between the responder and the BIG-IP." + ::= { sysCertValidatorOcspEntry 11 } + +sysCertValidatorOcspStatusAge OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Response validity period when new status is available immediately." + ::= { sysCertValidatorOcspEntry 12 } + +sysCertValidatorOcspCacheTimeout OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Lifetime of the response in the cache." + ::= { sysCertValidatorOcspEntry 13 } + +sysCertValidatorOcspCacheErrorTimeout OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Lifetime of the error response in the cache." + ::= { sysCertValidatorOcspEntry 14 } + +sysCertValidatorOcspStrictRespCertCheck OBJECT-TYPE + SYNTAX INTEGER { + false(0), + true(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Check for OCSP signing extension in the signer's certificate." + ::= { sysCertValidatorOcspEntry 15 } + +sysCertValidatorOcspConcurrentConnectionsLimit OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Concurrent connections limit for OCSP response fetching." + ::= { sysCertValidatorOcspEntry 16 } + +sysCertValidatorOcspRouteDomain OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Route domain for fetching OCSP response using HTTP forward proxy." + ::= { sysCertValidatorOcspEntry 17 } + +--================================================================== +-- Join_cert_validator +--================================================================== +sysJoinCertValidatorNumber OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of sysJoinCertValidator entries in the table." + ::= { sysJoinCertValidator 1 } + +sysJoinCertValidatorTable OBJECT-TYPE + SYNTAX SEQUENCE OF SysJoinCertValidatorEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A table containing the association between certificates and validators." + ::= { sysJoinCertValidator 2 } + +sysJoinCertValidatorEntry OBJECT-TYPE + SYNTAX SysJoinCertValidatorEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Columns in the sysJoinCertValidator Table" + INDEX { + sysJoinCertValidatorCert, + sysJoinCertValidatorValidator + } + ::= { sysJoinCertValidatorTable 1 } + +SysJoinCertValidatorEntry ::= + SEQUENCE { + sysJoinCertValidatorCert LongDisplayString, + sysJoinCertValidatorValidator LongDisplayString + } + +sysJoinCertValidatorCert OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The certificate name." + ::= { sysJoinCertValidatorEntry 1 } + +sysJoinCertValidatorValidator OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The validator name." + ::= { sysJoinCertValidatorEntry 2 } + +--================================================================== +-- Cert_validator_ocsp_stat +--================================================================== +sysCertValidatorOcspStatResetStats OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "The action to reset resettable statistics data in sysCertValidatorOcspStat. + Setting this value to 1 will reset statistics data. + Note, some statistics data may not be reset including data that are incremental counters." + ::= { sysCertValidatorOcspStat 1 } + +sysCertValidatorOcspStatNumber OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of sysCertValidatorOcspStat entries in the table." + ::= { sysCertValidatorOcspStat 2 } + +sysCertValidatorOcspStatTable OBJECT-TYPE + SYNTAX SEQUENCE OF SysCertValidatorOcspStatEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A table containing OCSP certificate validator statistics." + ::= { sysCertValidatorOcspStat 3 } + +sysCertValidatorOcspStatEntry OBJECT-TYPE + SYNTAX SysCertValidatorOcspStatEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Columns in the sysCertValidatorOcspStat Table" + INDEX { + sysCertValidatorOcspStatName + } + ::= { sysCertValidatorOcspStatTable 1 } + +SysCertValidatorOcspStatEntry ::= + SEQUENCE { + sysCertValidatorOcspStatName LongDisplayString, + sysCertValidatorOcspStatOcspRequests Counter64, + sysCertValidatorOcspStatOcspInternalErrors Counter64, + sysCertValidatorOcspStatSuccessfulCacheRequests Counter64, + sysCertValidatorOcspStatConnectionHttpErrors Counter64, + sysCertValidatorOcspStatConnectionTimeouts Counter64, + sysCertValidatorOcspStatConnectionOtherFailures Counter64, + sysCertValidatorOcspStatResponseMalformedRequestErrors Counter64, + sysCertValidatorOcspStatResponseInternalErrors Counter64, + sysCertValidatorOcspStatResponseTryLaterErrors Counter64, + sysCertValidatorOcspStatResponseSignatureRequiredErrors Counter64, + sysCertValidatorOcspStatResponseUnauthorizedErrors Counter64, + sysCertValidatorOcspStatResponseValidationParseErrors Counter64, + sysCertValidatorOcspStatResponseValidationVerifyErrors Counter64, + sysCertValidatorOcspStatResponseValidationValidityErrors Counter64, + sysCertValidatorOcspStatResponseValidationOtherErrors Counter64, + sysCertValidatorOcspStatCertificateStatusGood Counter64, + sysCertValidatorOcspStatCertificateStatusRevoked Counter64, + sysCertValidatorOcspStatCertificateStatusUnknown Counter64 + } + +sysCertValidatorOcspStatName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of validator." + ::= { sysCertValidatorOcspStatEntry 1 } + +sysCertValidatorOcspStatOcspRequests OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of OCSP requests." + ::= { sysCertValidatorOcspStatEntry 2 } + +sysCertValidatorOcspStatOcspInternalErrors OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of internal errors." + ::= { sysCertValidatorOcspStatEntry 3 } + +sysCertValidatorOcspStatSuccessfulCacheRequests OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of successful cache requests." + ::= { sysCertValidatorOcspStatEntry 4 } + +sysCertValidatorOcspStatConnectionHttpErrors OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of HTTP errors." + ::= { sysCertValidatorOcspStatEntry 5 } + +sysCertValidatorOcspStatConnectionTimeouts OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of connection timeouts." + ::= { sysCertValidatorOcspStatEntry 6 } + +sysCertValidatorOcspStatConnectionOtherFailures OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of other connection failures." + ::= { sysCertValidatorOcspStatEntry 7 } + +sysCertValidatorOcspStatResponseMalformedRequestErrors OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of responses with response status of 'malformed request'." + ::= { sysCertValidatorOcspStatEntry 8 } + +sysCertValidatorOcspStatResponseInternalErrors OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of responses with response status of 'internal errors'." + ::= { sysCertValidatorOcspStatEntry 9 } + +sysCertValidatorOcspStatResponseTryLaterErrors OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of responses with response status of 'Try Later'." + ::= { sysCertValidatorOcspStatEntry 10 } + +sysCertValidatorOcspStatResponseSignatureRequiredErrors OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of responses with response status of 'signature required'." + ::= { sysCertValidatorOcspStatEntry 11 } + +sysCertValidatorOcspStatResponseUnauthorizedErrors OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of responses with response status of 'unauthorized'." + ::= { sysCertValidatorOcspStatEntry 12 } + +sysCertValidatorOcspStatResponseValidationParseErrors OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of response parsing errors." + ::= { sysCertValidatorOcspStatEntry 13 } + +sysCertValidatorOcspStatResponseValidationVerifyErrors OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of response verification errors." + ::= { sysCertValidatorOcspStatEntry 14 } + +sysCertValidatorOcspStatResponseValidationValidityErrors OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of response validity errors." + ::= { sysCertValidatorOcspStatEntry 15 } + +sysCertValidatorOcspStatResponseValidationOtherErrors OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of other validation errors." + ::= { sysCertValidatorOcspStatEntry 16 } + +sysCertValidatorOcspStatCertificateStatusGood OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of certificates in good status." + ::= { sysCertValidatorOcspStatEntry 17 } + +sysCertValidatorOcspStatCertificateStatusRevoked OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of certificates in revoked status." + ::= { sysCertValidatorOcspStatEntry 18 } + +sysCertValidatorOcspStatCertificateStatusUnknown OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of certificates in unknown status." + ::= { sysCertValidatorOcspStatEntry 19 } + +--================================================================== +-- Cert_status_object +--================================================================== +sysCertStatusObjectNumber OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of sysCertStatusObject entries in the table." + ::= { sysCertStatusObject 1 } + +sysCertStatusObjectTable OBJECT-TYPE + SYNTAX SEQUENCE OF SysCertStatusObjectEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A table containing the validation status of the certificate and its validator." + ::= { sysCertStatusObject 2 } + +sysCertStatusObjectEntry OBJECT-TYPE + SYNTAX SysCertStatusObjectEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Columns in the sysCertStatusObject Table" + INDEX { + sysCertStatusObjectCertName + } + ::= { sysCertStatusObjectTable 1 } + +SysCertStatusObjectEntry ::= + SEQUENCE { + sysCertStatusObjectCertName LongDisplayString, + sysCertStatusObjectCertStatus INTEGER, + sysCertStatusObjectOcspStatus INTEGER + } + +sysCertStatusObjectCertName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The certificate name." + ::= { sysCertStatusObjectEntry 1 } + +sysCertStatusObjectCertStatus OBJECT-TYPE + SYNTAX INTEGER { + none(0), + good(1), + revoked(2), + unknown(3), + error(4) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The status of the certificate." + ::= { sysCertStatusObjectEntry 2 } + +sysCertStatusObjectOcspStatus OBJECT-TYPE + SYNTAX INTEGER { + none(0), + unknown(1), + connectionErrorHttp(2), + connectionErrorTimeout(3), + connectionErrorOther(4), + responseErrorMalformedRequest(5), + responseErrorInternalError(6), + responseErrorTryLater(7), + responseErrorSignatureRequired(8), + responseErrorUnauthorized(9), + responseValidationErrorParse(10), + responseValidationErrorVerify(11), + responseValidationErrorValidity(12), + responseValidationErrorOther(13), + successful(14) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The status of OCSP request." + ::= { sysCertStatusObjectEntry 3 } + +--================================================================== +-- Cert_order_manager +--================================================================== +sysCertOrderManagerNumber OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of sysCertOrderManager entries in the table." + ::= { sysCertOrderManager 1 } + +sysCertOrderManagerTable OBJECT-TYPE + SYNTAX SEQUENCE OF SysCertOrderManagerEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A table containing certificate order manager configuration." + ::= { sysCertOrderManager 2 } + +sysCertOrderManagerEntry OBJECT-TYPE + SYNTAX SysCertOrderManagerEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Columns in the sysCertOrderManager Table" + INDEX { + sysCertOrderManagerName + } + ::= { sysCertOrderManagerTable 1 } + +SysCertOrderManagerEntry ::= + SEQUENCE { + sysCertOrderManagerName LongDisplayString, + sysCertOrderManagerValidityDays Gauge, + sysCertOrderManagerAutoRenew INTEGER, + sysCertOrderManagerAuthorityName INTEGER, + sysCertOrderManagerBaseUrl LongDisplayString, + sysCertOrderManagerAdditionalHeaders LongDisplayString, + sysCertOrderManagerInternalProxy LongDisplayString, + sysCertOrderManagerOrderInformation LongDisplayString, + sysCertOrderManagerLoginName LongDisplayString, + sysCertOrderManagerClientKey LongDisplayString, + sysCertOrderManagerClientCert LongDisplayString, + sysCertOrderManagerCaCert LongDisplayString + } + +sysCertOrderManagerName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The certificate order manager name." + ::= { sysCertOrderManagerEntry 1 } + +sysCertOrderManagerValidityDays OBJECT-TYPE + SYNTAX Gauge + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Certificate validity in days." + ::= { sysCertOrderManagerEntry 2 } + +sysCertOrderManagerAutoRenew OBJECT-TYPE + SYNTAX INTEGER { + no(0), + yes(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Enable/Disable certificate auto renewal." + ::= { sysCertOrderManagerEntry 3 } + +sysCertOrderManagerAuthorityName OBJECT-TYPE + SYNTAX INTEGER { + none(0), + comodo(1), + symantec(2), + godaddy(3) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The certificate authority." + ::= { sysCertOrderManagerEntry 4 } + +sysCertOrderManagerBaseUrl OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The base URL for reaching CA server." + ::= { sysCertOrderManagerEntry 5 } + +sysCertOrderManagerAdditionalHeaders OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Additional HTTP headers required by the certificate authority." + ::= { sysCertOrderManagerEntry 6 } + +sysCertOrderManagerInternalProxy OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Internal proxy for reaching the CA." + ::= { sysCertOrderManagerEntry 7 } + +sysCertOrderManagerOrderInformation OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "CA Specific order information." + ::= { sysCertOrderManagerEntry 8 } + +sysCertOrderManagerLoginName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Login name for the CA account." + ::= { sysCertOrderManagerEntry 9 } + +sysCertOrderManagerClientKey OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Client authentication key for connecting to CA server." + ::= { sysCertOrderManagerEntry 10 } + +sysCertOrderManagerClientCert OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Client authentication certificate for connecting to CA server." + ::= { sysCertOrderManagerEntry 11 } + +sysCertOrderManagerCaCert OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "CA certificate chain for validation." + ::= { sysCertOrderManagerEntry 12 } + +--================================================================== +-- Cert_order_manager_stat +--================================================================== +sysCertOrderManagerStatResetStats OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "The action to reset resettable statistics data in sysCertOrderManagerStat. + Setting this value to 1 will reset statistics data. + Note, some statistics data may not be reset including data that are incremental counters." + ::= { sysCertOrderManagerStat 1 } + +sysCertOrderManagerStatNumber OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of sysCertOrderManagerStat entries in the table." + ::= { sysCertOrderManagerStat 2 } + +sysCertOrderManagerStatTable OBJECT-TYPE + SYNTAX SEQUENCE OF SysCertOrderManagerStatEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A table containing certificate order manager configuration statistics." + ::= { sysCertOrderManagerStat 3 } + +sysCertOrderManagerStatEntry OBJECT-TYPE + SYNTAX SysCertOrderManagerStatEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Columns in the sysCertOrderManagerStat Table" + INDEX { + sysCertOrderManagerStatName + } + ::= { sysCertOrderManagerStatTable 1 } + +SysCertOrderManagerStatEntry ::= + SEQUENCE { + sysCertOrderManagerStatName LongDisplayString, + sysCertOrderManagerStatTotalOrders Counter64, + sysCertOrderManagerStatApproved Counter64, + sysCertOrderManagerStatPending Counter64, + sysCertOrderManagerStatRejected Counter64, + sysCertOrderManagerStatCanceled Counter64, + sysCertOrderManagerStatConnectionErrors Counter64, + sysCertOrderManagerStatInternalErrors Counter64, + sysCertOrderManagerStatOtherErrors Counter64, + sysCertOrderManagerStatCertsCreated Counter64, + sysCertOrderManagerStatCertsRenewed Counter64, + sysCertOrderManagerStatCertsAutoRenewed Counter64, + sysCertOrderManagerStatCertsRevoked Counter64 + } + +sysCertOrderManagerStatName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of certficate order manager." + ::= { sysCertOrderManagerStatEntry 1 } + +sysCertOrderManagerStatTotalOrders OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Total number of orders." + ::= { sysCertOrderManagerStatEntry 2 } + +sysCertOrderManagerStatApproved OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of approved orders." + ::= { sysCertOrderManagerStatEntry 3 } + +sysCertOrderManagerStatPending OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of pending orders." + ::= { sysCertOrderManagerStatEntry 4 } + +sysCertOrderManagerStatRejected OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of rejected orders." + ::= { sysCertOrderManagerStatEntry 5 } + +sysCertOrderManagerStatCanceled OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of canceled orders." + ::= { sysCertOrderManagerStatEntry 6 } + +sysCertOrderManagerStatConnectionErrors OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of connection errors." + ::= { sysCertOrderManagerStatEntry 7 } + +sysCertOrderManagerStatInternalErrors OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of internal errors." + ::= { sysCertOrderManagerStatEntry 8 } + +sysCertOrderManagerStatOtherErrors OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of other errors." + ::= { sysCertOrderManagerStatEntry 9 } + +sysCertOrderManagerStatCertsCreated OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of certificates created." + ::= { sysCertOrderManagerStatEntry 10 } + +sysCertOrderManagerStatCertsRenewed OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of certificates renewed." + ::= { sysCertOrderManagerStatEntry 11 } + +sysCertOrderManagerStatCertsAutoRenewed OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of certificates auto renewed." + ::= { sysCertOrderManagerStatEntry 12 } + +sysCertOrderManagerStatCertsRevoked OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of certificates revoked." + ::= { sysCertOrderManagerStatEntry 13 } + +--================================================================== +-- Join_cert_order_manager +--================================================================== +sysJoinCertOrderManagerNumber OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of sysJoinCertOrderManager entries in the table." + ::= { sysJoinCertOrderManager 1 } + +sysJoinCertOrderManagerTable OBJECT-TYPE + SYNTAX SEQUENCE OF SysJoinCertOrderManagerEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A table containing association between key and certificate order manager ." + ::= { sysJoinCertOrderManager 2 } + +sysJoinCertOrderManagerEntry OBJECT-TYPE + SYNTAX SysJoinCertOrderManagerEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Columns in the sysJoinCertOrderManager Table" + INDEX { + sysJoinCertOrderManagerKeyName + } + ::= { sysJoinCertOrderManagerTable 1 } + +SysJoinCertOrderManagerEntry ::= + SEQUENCE { + sysJoinCertOrderManagerKeyName LongDisplayString, + sysJoinCertOrderManagerCertOrderManager LongDisplayString, + sysJoinCertOrderManagerOrderStatus INTEGER, + sysJoinCertOrderManagerOrderType INTEGER, + sysJoinCertOrderManagerDownloadCert INTEGER, + sysJoinCertOrderManagerOrderId LongDisplayString, + sysJoinCertOrderManagerOrderResponse LongDisplayString + } + +sysJoinCertOrderManagerKeyName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The key certificate order manager name." + ::= { sysJoinCertOrderManagerEntry 1 } + +sysJoinCertOrderManagerCertOrderManager OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The certificate order manager name." + ::= { sysJoinCertOrderManagerEntry 2 } + +sysJoinCertOrderManagerOrderStatus OBJECT-TYPE + SYNTAX INTEGER { + none(0), + newOrderPending(1), + renewOrderPending(2), + autoRenewOrderPending(3), + replaceOrderPending(4), + revokeOrderPending(5), + cancelOrderPending(6), + newOrderApproved(7), + renewOrderApproved(8), + autoRenewOrderApproved(9), + replaceOrderApproved(10), + revokeOrderApproved(11), + cancelOrderApproved(12), + newOrderRejected(13), + renewOrderRejected(14), + autoRenewOrderRejected(15), + replaceOrderRejected(16), + revokeOrderRejected(17), + cancelOrderRejected(18) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The certificate order status." + ::= { sysJoinCertOrderManagerEntry 3 } + +sysJoinCertOrderManagerOrderType OBJECT-TYPE + SYNTAX INTEGER { + none(0), + new(1), + renew(2), + autoRenew(3), + replace(4), + revoke(5), + cancel(6) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The certificate order type." + ::= { sysJoinCertOrderManagerEntry 4 } + +sysJoinCertOrderManagerDownloadCert OBJECT-TYPE + SYNTAX INTEGER { + no(0), + yes(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Download approved certificate from CA account." + ::= { sysJoinCertOrderManagerEntry 5 } + +sysJoinCertOrderManagerOrderId OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The certificate order id provided by CA." + ::= { sysJoinCertOrderManagerEntry 6 } + +sysJoinCertOrderManagerOrderResponse OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The certificate order response from CA." + ::= { sysJoinCertOrderManagerEntry 7 } + +--================================================================== +-- Join_cert_order_manager_stat +--================================================================== +sysJoinCertOrderManagerStatResetStats OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "The action to reset resettable statistics data in sysJoinCertOrderManagerStat. + Setting this value to 1 will reset statistics data. + Note, some statistics data may not be reset including data that are incremental counters." + ::= { sysJoinCertOrderManagerStat 1 } + +sysJoinCertOrderManagerStatNumber OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of sysJoinCertOrderManagerStat entries in the table." + ::= { sysJoinCertOrderManagerStat 2 } + +sysJoinCertOrderManagerStatTable OBJECT-TYPE + SYNTAX SEQUENCE OF SysJoinCertOrderManagerStatEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A table containing certificate order statistics for the key." + ::= { sysJoinCertOrderManagerStat 3 } + +sysJoinCertOrderManagerStatEntry OBJECT-TYPE + SYNTAX SysJoinCertOrderManagerStatEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Columns in the sysJoinCertOrderManagerStat Table" + INDEX { + sysJoinCertOrderManagerStatKeyName + } + ::= { sysJoinCertOrderManagerStatTable 1 } + +SysJoinCertOrderManagerStatEntry ::= + SEQUENCE { + sysJoinCertOrderManagerStatKeyName LongDisplayString, + sysJoinCertOrderManagerStatCertOrderManager LongDisplayString, + sysJoinCertOrderManagerStatCertIssued Counter64, + sysJoinCertOrderManagerStatRejectedReqs Counter64, + sysJoinCertOrderManagerStatCancelledReqs Counter64, + sysJoinCertOrderManagerStatCaPollReqs Counter64, + sysJoinCertOrderManagerStatConnErrors Counter64, + sysJoinCertOrderManagerStatOtherErrors Counter64 + } + +sysJoinCertOrderManagerStatKeyName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of the key." + ::= { sysJoinCertOrderManagerStatEntry 1 } + +sysJoinCertOrderManagerStatCertOrderManager OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name certificate order manager." + ::= { sysJoinCertOrderManagerStatEntry 2 } + +sysJoinCertOrderManagerStatCertIssued OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Total number of certificate issued." + ::= { sysJoinCertOrderManagerStatEntry 3 } + +sysJoinCertOrderManagerStatRejectedReqs OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of rejected orders." + ::= { sysJoinCertOrderManagerStatEntry 4 } + +sysJoinCertOrderManagerStatCancelledReqs OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of canceled orders." + ::= { sysJoinCertOrderManagerStatEntry 5 } + +sysJoinCertOrderManagerStatCaPollReqs OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of times CA was checked for order status." + ::= { sysJoinCertOrderManagerStatEntry 6 } + +sysJoinCertOrderManagerStatConnErrors OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of connection errors." + ::= { sysJoinCertOrderManagerStatEntry 7 } + +sysJoinCertOrderManagerStatOtherErrors OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of other errors." + ::= { sysJoinCertOrderManagerStatEntry 8 } + +--================================================================== +-- Global_source_translation_dynamic_stat +--================================================================== +sysFwNatDynamicPoolStatResetStats OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "The action to reset resettable statistics data in sysGlobalFwNatDynamicPoolStat. + Setting this value to 1 will reset statistics data. + Note, some statistics data may not be reset including data that are incremental counters." + ::= { sysGlobalFwNatDynamicPoolStat 1 } + +sysFwNatDynamicPoolStatLsnTranslationRequests OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of translation requests." + ::= { sysGlobalFwNatDynamicPoolStat 2 } + +sysFwNatDynamicPoolStatLsnHairpinConnectionRequests OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of hairpin connection requests." + ::= { sysGlobalFwNatDynamicPoolStat 3 } + +sysFwNatDynamicPoolStatLsnActiveTranslations OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of active translations." + ::= { sysGlobalFwNatDynamicPoolStat 4 } + +sysFwNatDynamicPoolStatLsnActiveHairpinConnections OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of active hairpin connections." + ::= { sysGlobalFwNatDynamicPoolStat 5 } + +sysFwNatDynamicPoolStatLsnTranslationRequestFailures OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of translation request failures." + ::= { sysGlobalFwNatDynamicPoolStat 6 } + +sysFwNatDynamicPoolStatLsnPersistenceMappingFailures OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of persistence mapping failures." + ::= { sysGlobalFwNatDynamicPoolStat 7 } + +sysFwNatDynamicPoolStatLsnHairpinConnectionFailures OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of hairpin connection failures." + ::= { sysGlobalFwNatDynamicPoolStat 8 } + +sysFwNatDynamicPoolStatLsnBackupPoolTranslations OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of backup pool translations." + ::= { sysGlobalFwNatDynamicPoolStat 9 } + +sysFwNatDynamicPoolStatLsnActiveEndPoints OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of active end points." + ::= { sysGlobalFwNatDynamicPoolStat 10 } + +sysFwNatDynamicPoolStatLsnEndPoints OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of end points." + ::= { sysGlobalFwNatDynamicPoolStat 11 } + +sysFwNatDynamicPoolStatLsnEndPointsHighValue OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The end points high value." + ::= { sysGlobalFwNatDynamicPoolStat 12 } + +sysFwNatDynamicPoolStatPbaActivePortBlocks OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of active port blocks." + ::= { sysGlobalFwNatDynamicPoolStat 13 } + +sysFwNatDynamicPoolStatPbaActiveClientsReachedLimit OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of active clients reached limit." + ::= { sysGlobalFwNatDynamicPoolStat 14 } + +sysFwNatDynamicPoolStatPbaActiveZombiePortBlocks OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of active zombie port blocks." + ::= { sysGlobalFwNatDynamicPoolStat 15 } + +sysFwNatDynamicPoolStatPbaPortBlockAllocations OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of port block allocations." + ::= { sysGlobalFwNatDynamicPoolStat 16 } + +sysFwNatDynamicPoolStatPbaPortBlockAllocationFailures OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of port block allocation failures." + ::= { sysGlobalFwNatDynamicPoolStat 17 } + +sysFwNatDynamicPoolStatPbaPortBlockDeallocations OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of port block deallocations." + ::= { sysGlobalFwNatDynamicPoolStat 18 } + +sysFwNatDynamicPoolStatPbaClientsReachedLimit OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of clients reached limit." + ::= { sysGlobalFwNatDynamicPoolStat 19 } + +sysFwNatDynamicPoolStatPbaZombiePortBlocksCreated OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of zombie port blocks created." + ::= { sysGlobalFwNatDynamicPoolStat 20 } + +sysFwNatDynamicPoolStatPbaZombiePortBlocksDeleted OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of zombie port blocks deleted." + ::= { sysGlobalFwNatDynamicPoolStat 21 } + +sysFwNatDynamicPoolStatPbaZombiePortBlockConnsKilled OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of zombie port block connections killed." + ::= { sysGlobalFwNatDynamicPoolStat 22 } + +sysFwNatDynamicPoolStatPcpAnnounceRequests OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of announce requests." + ::= { sysGlobalFwNatDynamicPoolStat 23 } + +sysFwNatDynamicPoolStatPcpAnnounceResponsesUcast OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of announce responses ucast." + ::= { sysGlobalFwNatDynamicPoolStat 24 } + +sysFwNatDynamicPoolStatPcpAnnounceResponsesMulticast OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of announce responses multicast." + ::= { sysGlobalFwNatDynamicPoolStat 25 } + +sysFwNatDynamicPoolStatPcpMapRequests OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of map requests." + ::= { sysGlobalFwNatDynamicPoolStat 26 } + +sysFwNatDynamicPoolStatPcpMapResponses OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of map responses." + ::= { sysGlobalFwNatDynamicPoolStat 27 } + +sysFwNatDynamicPoolStatPcpPeerRequests OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of peer requests." + ::= { sysGlobalFwNatDynamicPoolStat 28 } + +sysFwNatDynamicPoolStatPcpPeerResponses OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of peer responses." + ::= { sysGlobalFwNatDynamicPoolStat 29 } + +sysFwNatDynamicPoolStatPcpErrorsInvalidRequest OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of errors: invalid request." + ::= { sysGlobalFwNatDynamicPoolStat 30 } + +sysFwNatDynamicPoolStatPcpErrorsUnavailableResource OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of errors: unavailable resource." + ::= { sysGlobalFwNatDynamicPoolStat 31 } + +sysFwNatDynamicPoolStatPcpErrorsNotAuthorized OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of errors: not authorized." + ::= { sysGlobalFwNatDynamicPoolStat 32 } + +sysFwNatDynamicPoolStatPcpErrorsOther OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of errors: other." + ::= { sysGlobalFwNatDynamicPoolStat 33 } + +--================================================================== +-- Global_source_translation_failure_stat +--================================================================== +sysFwNatDynamicPoolFailureStatResetStats OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "The action to reset resettable statistics data in sysGlobalFwNatDynamicPoolFailureStat. + Setting this value to 1 will reset statistics data. + Note, some statistics data may not be reset including data that are incremental counters." + ::= { sysGlobalFwNatDynamicPoolFailureStat 1 } + +sysFwNatDynamicPoolFailureStatNumber OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of sysGlobalFwNatDynamicPoolFailureStat entries in the table." + ::= { sysGlobalFwNatDynamicPoolFailureStat 2 } + +sysFwNatDynamicPoolFailureStatTable OBJECT-TYPE + SYNTAX SEQUENCE OF SysFwNatDynamicPoolFailureStatEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "The system's global Dynamic AFM NAT Translation Pool failure statistics information. + These are the roll-ups of all the individual Dynamic AFM NAT Translation Pool failures' + statistics." + ::= { sysGlobalFwNatDynamicPoolFailureStat 3 } + +sysFwNatDynamicPoolFailureStatEntry OBJECT-TYPE + SYNTAX SysFwNatDynamicPoolFailureStatEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Columns in the sysFwNatDynamicPoolFailureStat Table" + INDEX { + sysFwNatDynamicPoolFailureStatFailureCause + } + ::= { sysFwNatDynamicPoolFailureStatTable 1 } + +SysFwNatDynamicPoolFailureStatEntry ::= + SEQUENCE { + sysFwNatDynamicPoolFailureStatFailureCause LongDisplayString, + sysFwNatDynamicPoolFailureStatFailureCount Counter64 + } + +sysFwNatDynamicPoolFailureStatFailureCause OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of the failure cause." + ::= { sysFwNatDynamicPoolFailureStatEntry 1 } + +sysFwNatDynamicPoolFailureStatFailureCount OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Total failures due to the cause." + ::= { sysFwNatDynamicPoolFailureStatEntry 2 } + +--================================================================== +-- Tmm_pages_stat +--================================================================== +sysTmmPagesStatResetStats OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "The action to reset resettable statistics data in sysTmmPagesStat. + Setting this value to 1 will reset statistics data. + Note, some statistics data may not be reset including data that are incremental counters." + ::= { sysTmmPagesStat 1 } + +sysTmmPagesStatNumber OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of sysTmmPagesStat entries in the table." + ::= { sysTmmPagesStat 2 } + +sysTmmPagesStatTable OBJECT-TYPE + SYNTAX SEQUENCE OF SysTmmPagesStatEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Page memory statistics" + ::= { sysTmmPagesStat 3 } + +sysTmmPagesStatEntry OBJECT-TYPE + SYNTAX SysTmmPagesStatEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Columns in the sysTmmPagesStat Table" + INDEX { + sysTmmPagesStatSlot, + sysTmmPagesStatTmm + } + ::= { sysTmmPagesStatTable 1 } + +SysTmmPagesStatEntry ::= + SEQUENCE { + sysTmmPagesStatSlot INTEGER, + sysTmmPagesStatTmm INTEGER, + sysTmmPagesStatPagesUsed Counter64, + sysTmmPagesStatPagesAvail Counter64 + } + +sysTmmPagesStatSlot OBJECT-TYPE + SYNTAX INTEGER(0..32767) + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The slot id" + ::= { sysTmmPagesStatEntry 1 } + +sysTmmPagesStatTmm OBJECT-TYPE + SYNTAX INTEGER(0..32767) + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The ID of the TMM (Traffic Management Module) on the system." + ::= { sysTmmPagesStatEntry 2 } + +sysTmmPagesStatPagesUsed OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The count of used memory pages within the TMM." + ::= { sysTmmPagesStatEntry 3 } + +sysTmmPagesStatPagesAvail OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The count of available memory pages allocated for the TMM." + ::= { sysTmmPagesStatEntry 4 } + +--================================================================ + -- Compliance and Group +--================================================================ + +bigipSystemCompliance MODULE-COMPLIANCE + STATUS current + DESCRIPTION + "This specifies the objects that are required to claim + compliance to F5 Traffic Management System." + MODULE + MANDATORY-GROUPS { bigipSystemGroups } + ::= { bigipCompliances 1 } + +bigipSystemGroups OBJECT IDENTIFIER ::= { bigipGroups 1 } + +sysAttrGroup OBJECT-GROUP + OBJECTS { + sysAttrArpMaxEntries, + sysAttrArpAddReciprocal, + sysAttrArpTimeout, + sysAttrArpRetries, + sysAttrBootQuiet, + sysAttrConfigsyncState, + sysAttrConnAdaptiveReaperHiwat, + sysAttrConnAdaptiveReaperLowat, + sysAttrConnAutoLasthop, + sysAttrFailoverActiveMode, + sysAttrFailoverForceActive, + sysAttrFailoverForceStandby, + sysAttrFailoverIsRedundant, + sysAttrFailoverMemoryRestartPercent, + sysAttrFailoverNetwork, + sysAttrFailoverStandbyLinkDownTime, + sysAttrFailoverSslhardware, + sysAttrFailoverSslhardwareAction, + sysAttrFailoverUnitMask, + sysAttrFailoverUnitId, + sysAttrModeMaint, + sysAttrPacketFilter, + sysAttrPacketFilterAllowImportantIcmp, + sysAttrPacketFilterEstablished, + sysAttrPacketFilterDefaultAction, + sysAttrPacketFilterSendIcmpErrors, + sysAttrPvaAcceleration, + sysAttrVlanFDBTimeout, + sysAttrWatchdogState + } + STATUS current + DESCRIPTION + "A collection of objects of sysGlobalAttr MIB." + ::= { bigipSystemGroups 1 } + +sysStatGroup OBJECT-GROUP + OBJECTS { + sysStatResetStats, + sysStatClientPktsIn, + sysStatClientBytesIn, + sysStatClientPktsOut, + sysStatClientBytesOut, + sysStatClientMaxConns, + sysStatClientTotConns, + sysStatClientCurConns, + sysStatServerPktsIn, + sysStatServerBytesIn, + sysStatServerPktsOut, + sysStatServerBytesOut, + sysStatServerMaxConns, + sysStatServerTotConns, + sysStatServerCurConns, + sysStatPvaClientPktsIn, + sysStatPvaClientBytesIn, + sysStatPvaClientPktsOut, + sysStatPvaClientBytesOut, + sysStatPvaClientMaxConns, + sysStatPvaClientTotConns, + sysStatPvaClientCurConns, + sysStatPvaServerPktsIn, + sysStatPvaServerBytesIn, + sysStatPvaServerPktsOut, + sysStatPvaServerBytesOut, + sysStatPvaServerMaxConns, + sysStatPvaServerTotConns, + sysStatPvaServerCurConns, + sysStatTotPvaAssistConn, + sysStatCurrPvaAssistConn, + sysStatMaintenanceModeDeny, + sysStatMaxConnVirtualPathDeny, + sysStatVirtualServerNonSynDeny, + sysStatNoHandlerDeny, + sysStatLicenseDeny, + sysStatConnectionMemoryErrors, + sysStatCpuCount, + sysStatActiveCpuCount, + sysStatMultiProcessorMode, + sysStatTmTotalCycles, + sysStatTmIdleCycles, + sysStatTmSleepCycles, + sysStatMemoryTotal, + sysStatMemoryUsed, + sysStatDroppedPackets, + sysStatIncomingPacketErrors, + sysStatOutgoingPacketErrors, + sysStatAuthTotSessions, + sysStatAuthCurSessions, + sysStatAuthMaxSessions, + sysStatAuthSuccessResults, + sysStatAuthFailureResults, + sysStatAuthWantcredentialResults, + sysStatAuthErrorResults, + sysStatHttpRequests, + sysStatHardSyncookieGen, + sysStatHardSyncookieDet, + sysStatClientPktsIn5s, + sysStatClientBytesIn5s, + sysStatClientPktsOut5s, + sysStatClientBytesOut5s, + sysStatClientMaxConns5s, + sysStatClientTotConns5s, + sysStatClientCurConns5s, + sysStatServerPktsIn5s, + sysStatServerBytesIn5s, + sysStatServerPktsOut5s, + sysStatServerBytesOut5s, + sysStatServerMaxConns5s, + sysStatServerTotConns5s, + sysStatServerCurConns5s, + sysStatClientPktsIn1m, + sysStatClientBytesIn1m, + sysStatClientPktsOut1m, + sysStatClientBytesOut1m, + sysStatClientMaxConns1m, + sysStatClientTotConns1m, + sysStatClientCurConns1m, + sysStatServerPktsIn1m, + sysStatServerBytesIn1m, + sysStatServerPktsOut1m, + sysStatServerBytesOut1m, + sysStatServerMaxConns1m, + sysStatServerTotConns1m, + sysStatServerCurConns1m, + sysStatClientPktsIn5m, + sysStatClientBytesIn5m, + sysStatClientPktsOut5m, + sysStatClientBytesOut5m, + sysStatClientMaxConns5m, + sysStatClientTotConns5m, + sysStatClientCurConns5m, + sysStatServerPktsIn5m, + sysStatServerBytesIn5m, + sysStatServerPktsOut5m, + sysStatServerBytesOut5m, + sysStatServerMaxConns5m, + sysStatServerTotConns5m, + sysStatServerCurConns5m, + sysStatPvaClientPktsIn5s, + sysStatPvaClientBytesIn5s, + sysStatPvaClientPktsOut5s, + sysStatPvaClientBytesOut5s, + sysStatPvaClientMaxConns5s, + sysStatPvaClientTotConns5s, + sysStatPvaClientCurConns5s, + sysStatPvaServerPktsIn5s, + sysStatPvaServerBytesIn5s, + sysStatPvaServerPktsOut5s, + sysStatPvaServerBytesOut5s, + sysStatPvaServerMaxConns5s, + sysStatPvaServerTotConns5s, + sysStatPvaServerCurConns5s, + sysStatPvaClientPktsIn1m, + sysStatPvaClientBytesIn1m, + sysStatPvaClientPktsOut1m, + sysStatPvaClientBytesOut1m, + sysStatPvaClientMaxConns1m, + sysStatPvaClientTotConns1m, + sysStatPvaClientCurConns1m, + sysStatPvaServerPktsIn1m, + sysStatPvaServerBytesIn1m, + sysStatPvaServerPktsOut1m, + sysStatPvaServerBytesOut1m, + sysStatPvaServerMaxConns1m, + sysStatPvaServerTotConns1m, + sysStatPvaServerCurConns1m, + sysStatPvaClientPktsIn5m, + sysStatPvaClientBytesIn5m, + sysStatPvaClientPktsOut5m, + sysStatPvaClientBytesOut5m, + sysStatPvaClientMaxConns5m, + sysStatPvaClientTotConns5m, + sysStatPvaClientCurConns5m, + sysStatPvaServerPktsIn5m, + sysStatPvaServerBytesIn5m, + sysStatPvaServerPktsOut5m, + sysStatPvaServerBytesOut5m, + sysStatPvaServerMaxConns5m, + sysStatPvaServerTotConns5m, + sysStatPvaServerCurConns5m, + sysStatMemoryTotalKb, + sysStatMemoryUsedKb + } + STATUS current + DESCRIPTION + "A collection of objects of sysGlobalStat MIB." + ::= { bigipSystemGroups 2 } + +sysAuthStatGroup OBJECT-GROUP + OBJECTS { + sysAuthStatResetStats, + sysAuthStatTotSessions, + sysAuthStatCurSessions, + sysAuthStatMaxSessions, + sysAuthStatSuccessResults, + sysAuthStatFailureResults, + sysAuthStatWantcredentialResults, + sysAuthStatErrorResults + } + STATUS current + DESCRIPTION + "A collection of objects of sysGlobalAuthStat MIB." + ::= { bigipSystemGroups 3 } + +sysConnPoolStatGroup OBJECT-GROUP + OBJECTS { + sysConnPoolStatResetStats, + sysConnPoolStatCurSize, + sysConnPoolStatMaxSize, + sysConnPoolStatReuses, + sysConnPoolStatConnects + } + STATUS current + DESCRIPTION + "A collection of objects of sysGlobalConnPoolStat MIB." + ::= { bigipSystemGroups 4 } + +sysHttpStatGroup OBJECT-GROUP + OBJECTS { + sysHttpStatResetStats, + sysHttpStatCookiePersistInserts, + sysHttpStatResp2xxCnt, + sysHttpStatResp3xxCnt, + sysHttpStatResp4xxCnt, + sysHttpStatResp5xxCnt, + sysHttpStatNumberReqs, + sysHttpStatGetReqs, + sysHttpStatPostReqs, + sysHttpStatV9Reqs, + sysHttpStatV10Reqs, + sysHttpStatV11Reqs, + sysHttpStatV9Resp, + sysHttpStatV10Resp, + sysHttpStatV11Resp, + sysHttpStatMaxKeepaliveReq, + sysHttpStatRespBucket1k, + sysHttpStatRespBucket4k, + sysHttpStatRespBucket16k, + sysHttpStatRespBucket32k, + sysHttpStatPrecompressBytes, + sysHttpStatPostcompressBytes, + sysHttpStatNullCompressBytes, + sysHttpStatHtmlPrecompressBytes, + sysHttpStatHtmlPostcompressBytes, + sysHttpStatCssPrecompressBytes, + sysHttpStatCssPostcompressBytes, + sysHttpStatJsPrecompressBytes, + sysHttpStatJsPostcompressBytes, + sysHttpStatXmlPrecompressBytes, + sysHttpStatXmlPostcompressBytes, + sysHttpStatSgmlPrecompressBytes, + sysHttpStatSgmlPostcompressBytes, + sysHttpStatPlainPrecompressBytes, + sysHttpStatPlainPostcompressBytes, + sysHttpStatOctetPrecompressBytes, + sysHttpStatOctetPostcompressBytes, + sysHttpStatImagePrecompressBytes, + sysHttpStatImagePostcompressBytes, + sysHttpStatVideoPrecompressBytes, + sysHttpStatVideoPostcompressBytes, + sysHttpStatAudioPrecompressBytes, + sysHttpStatAudioPostcompressBytes, + sysHttpStatOtherPrecompressBytes, + sysHttpStatOtherPostcompressBytes, + sysHttpStatRamcacheHits, + sysHttpStatRamcacheMisses, + sysHttpStatRamcacheMissesAll, + sysHttpStatRamcacheHitBytes, + sysHttpStatRamcacheMissBytes, + sysHttpStatRamcacheMissBytesAll, + sysHttpStatRamcacheSize, + sysHttpStatRamcacheCount, + sysHttpStatRamcacheEvictions, + sysHttpStatRespBucket64k + } + STATUS current + DESCRIPTION + "A collection of objects of sysGlobalHttpStat MIB." + ::= { bigipSystemGroups 5 } + +sysIcmpStatGroup OBJECT-GROUP + OBJECTS { + sysIcmpStatResetStats, + sysIcmpStatTx, + sysIcmpStatRx, + sysIcmpStatForward, + sysIcmpStatDrop, + sysIcmpStatErrCksum, + sysIcmpStatErrLen, + sysIcmpStatErrMem, + sysIcmpStatErrRtx, + sysIcmpStatErrProto, + sysIcmpStatErrOpt, + sysIcmpStatErr + } + STATUS current + DESCRIPTION + "A collection of objects of sysGlobalIcmpStat MIB." + ::= { bigipSystemGroups 6 } + +sysIcmp6StatGroup OBJECT-GROUP + OBJECTS { + sysIcmp6StatResetStats, + sysIcmp6StatTx, + sysIcmp6StatRx, + sysIcmp6StatForward, + sysIcmp6StatDrop, + sysIcmp6StatErrCksum, + sysIcmp6StatErrLen, + sysIcmp6StatErrMem, + sysIcmp6StatErrRtx, + sysIcmp6StatErrProto, + sysIcmp6StatErrOpt, + sysIcmp6StatErr + } + STATUS current + DESCRIPTION + "A collection of objects of sysGlobalIcmp6Stat MIB." + ::= { bigipSystemGroups 7 } + +sysIpStatGroup OBJECT-GROUP + OBJECTS { + sysIpStatResetStats, + sysIpStatTx, + sysIpStatRx, + sysIpStatDropped, + sysIpStatRxFrag, + sysIpStatRxFragDropped, + sysIpStatTxFrag, + sysIpStatTxFragDropped, + sysIpStatReassembled, + sysIpStatErrCksum, + sysIpStatErrLen, + sysIpStatErrMem, + sysIpStatErrRtx, + sysIpStatErrProto, + sysIpStatErrOpt, + sysIpStatErrReassembledTooLong, + sysIpStatNbrPbqFullDropped, + sysIpStatNbrUnreachableDropped, + sysIpStatMcastTx, + sysIpStatMcastRx, + sysIpStatErrMcastRpf, + sysIpStatErrMcastWrongIf, + sysIpStatErrMcastNoRoute, + sysIpStatErrMcastRouteLookupTimeout, + sysIpStatErrMcastMaxPendingPackets, + sysIpStatErrMcastMaxPendingRoutes + } + STATUS current + DESCRIPTION + "A collection of objects of sysGlobalIpStat MIB." + ::= { bigipSystemGroups 8 } + +sysIp6StatGroup OBJECT-GROUP + OBJECTS { + sysIp6StatResetStats, + sysIp6StatTx, + sysIp6StatRx, + sysIp6StatDropped, + sysIp6StatRxFrag, + sysIp6StatRxFragDropped, + sysIp6StatTxFrag, + sysIp6StatTxFragDropped, + sysIp6StatReassembled, + sysIp6StatErrCksum, + sysIp6StatErrLen, + sysIp6StatErrMem, + sysIp6StatErrRtx, + sysIp6StatErrProto, + sysIp6StatErrOpt, + sysIp6StatErrReassembledTooLong, + sysIp6StatNbrPbqFullDropped, + sysIp6StatNbrUnreachableDropped, + sysIp6StatMcastTx, + sysIp6StatMcastRx, + sysIp6StatErrMcastRpf, + sysIp6StatErrMcastWrongIf, + sysIp6StatErrMcastNoRoute, + sysIp6StatErrMcastRouteLookupTimeout, + sysIp6StatErrMcastMaxPendingPackets, + sysIp6StatErrMcastMaxPendingRoutes + } + STATUS current + DESCRIPTION + "A collection of objects of sysGlobalIp6Stat MIB." + ::= { bigipSystemGroups 9 } + +sysClientsslStatGroup OBJECT-GROUP + OBJECTS { + sysClientsslStatResetStats, + sysClientsslStatCurConns, + sysClientsslStatMaxConns, + sysClientsslStatCurNativeConns, + sysClientsslStatMaxNativeConns, + sysClientsslStatTotNativeConns, + sysClientsslStatCurCompatConns, + sysClientsslStatMaxCompatConns, + sysClientsslStatTotCompatConns, + sysClientsslStatEncryptedBytesIn, + sysClientsslStatEncryptedBytesOut, + sysClientsslStatDecryptedBytesIn, + sysClientsslStatDecryptedBytesOut, + sysClientsslStatRecordsIn, + sysClientsslStatRecordsOut, + sysClientsslStatFullyHwAcceleratedConns, + sysClientsslStatPartiallyHwAcceleratedConns, + sysClientsslStatNonHwAcceleratedConns, + sysClientsslStatPrematureDisconnects, + sysClientsslStatMidstreamRenegotiations, + sysClientsslStatSessCacheCurEntries, + sysClientsslStatSessCacheHits, + sysClientsslStatSessCacheLookups, + sysClientsslStatSessCacheOverflows, + sysClientsslStatSessCacheInvalidations, + sysClientsslStatPeercertValid, + sysClientsslStatPeercertInvalid, + sysClientsslStatPeercertNone, + sysClientsslStatHandshakeFailures, + sysClientsslStatBadRecords, + sysClientsslStatFatalAlerts, + sysClientsslStatSslv2, + sysClientsslStatSslv3, + sysClientsslStatTlsv1, + sysClientsslStatAdhKeyxchg, + sysClientsslStatDhDssKeyxchg, + sysClientsslStatDhRsaKeyxchg, + sysClientsslStatDssKeyxchg, + sysClientsslStatEdhDssKeyxchg, + sysClientsslStatRsaKeyxchg, + sysClientsslStatNullBulk, + sysClientsslStatAesBulk, + sysClientsslStatDesBulk, + sysClientsslStatIdeaBulk, + sysClientsslStatRc2Bulk, + sysClientsslStatRc4Bulk, + sysClientsslStatNullDigest, + sysClientsslStatMd5Digest, + sysClientsslStatShaDigest, + sysClientsslStatNotssl, + sysClientsslStatEdhRsaKeyxchg, + sysClientsslStatTotConns5s, + sysClientsslStatTotConns1m, + sysClientsslStatTotConns5m, + sysClientsslStatSecureHandshakes, + sysClientsslStatInsecureHandshakeAccepts, + sysClientsslStatInsecureHandshakeRejects, + sysClientsslStatInsecureRenegotiationRejects, + sysClientsslStatSniRejects, + sysClientsslStatTlsv11, + sysClientsslStatTlsv12, + sysClientsslStatDtlsv1, + sysClientsslStatEcdheRsaKeyxchg, + sysClientsslStatConns, + sysClientsslStatCachedCerts, + sysClientsslStatEcdhRsaKeyxchg, + sysClientsslStatEcdheEcdsaKeyxchg, + sysClientsslStatEcdhEcdsaKeyxchg, + sysClientsslStatDheDssKeyxchg, + sysClientsslStatAesGcmBulk, + sysClientsslStatDestinationIpBypasses, + sysClientsslStatSourceIpBypasses, + sysClientsslStatHostnameBypasses, + sysClientsslStatAggregateRenegotiationsRejected, + sysClientsslStatOcspStaplingConns, + sysClientsslStatOcspStaplingResponseStatusErrors, + sysClientsslStatOcspStaplingResponseValidationErrors, + sysClientsslStatOcspStaplingCertStatusErrors, + sysClientsslStatOcspStaplingOcspConnHttpErrors, + sysClientsslStatOcspStaplingOcspConnTimeouts, + sysClientsslStatOcspStaplingOcspConnFailures, + sysClientsslStatSessionMirrorSuccess, + sysClientsslStatSessionMirrorFailure, + sysClientsslStatConnectionMirrorPeerReady, + sysClientsslStatConnectionMirrorHaCtxSent, + sysClientsslStatConnectionMirrorHaCtxRecv, + sysClientsslStatConnectionMirrorHaHsSuccess, + sysClientsslStatConnectionMirrorHaFailure, + sysClientsslStatConnectionMirrorHaTimeout, + sysClientsslStatDtlsTxPushbacks, + sysClientsslStatCamelliaBulk, + sysClientsslStatActiveHandshakeRejected, + sysClientsslStatCurrentActiveHandshakes, + sysClientsslStatExtendedMasterSecrets, + sysClientsslStatBypassesHandshakeAlert, + sysClientsslStatBypassClientCertificateRequest, + sysClientsslStatOcspFwdpClientsslCachedResp, + sysClientsslStatOcspFwdpClientsslCertStatusReq, + sysClientsslStatOcspFwdpClientsslStapledResp, + sysClientsslStatOcspFwdpClientsslRespstatusErrResp, + sysClientsslStatOcspFwdpClientsslInvalidCertResp, + sysClientsslStatOcspFwdpClientsslRevokedResp, + sysClientsslStatOcspFwdpClientsslUnknownResp, + sysClientsslStatC3dConns, + sysClientsslStatChacha20Poly1305Bulk + } + STATUS current + DESCRIPTION + "A collection of objects of sysGlobalClientSslStat MIB." + ::= { bigipSystemGroups 10 } + +sysServersslStatGroup OBJECT-GROUP + OBJECTS { + sysServersslStatResetStats, + sysServersslStatCurConns, + sysServersslStatMaxConns, + sysServersslStatCurNativeConns, + sysServersslStatMaxNativeConns, + sysServersslStatTotNativeConns, + sysServersslStatCurCompatConns, + sysServersslStatMaxCompatConns, + sysServersslStatTotCompatConns, + sysServersslStatEncryptedBytesIn, + sysServersslStatEncryptedBytesOut, + sysServersslStatDecryptedBytesIn, + sysServersslStatDecryptedBytesOut, + sysServersslStatRecordsIn, + sysServersslStatRecordsOut, + sysServersslStatFullyHwAcceleratedConns, + sysServersslStatPartiallyHwAcceleratedConns, + sysServersslStatNonHwAcceleratedConns, + sysServersslStatPrematureDisconnects, + sysServersslStatMidstreamRenegotiations, + sysServersslStatSessCacheCurEntries, + sysServersslStatSessCacheHits, + sysServersslStatSessCacheLookups, + sysServersslStatSessCacheOverflows, + sysServersslStatSessCacheInvalidations, + sysServersslStatPeercertValid, + sysServersslStatPeercertInvalid, + sysServersslStatPeercertNone, + sysServersslStatHandshakeFailures, + sysServersslStatBadRecords, + sysServersslStatFatalAlerts, + sysServersslStatSslv2, + sysServersslStatSslv3, + sysServersslStatTlsv1, + sysServersslStatAdhKeyxchg, + sysServersslStatDhDssKeyxchg, + sysServersslStatDhRsaKeyxchg, + sysServersslStatDssKeyxchg, + sysServersslStatEdhDssKeyxchg, + sysServersslStatRsaKeyxchg, + sysServersslStatNullBulk, + sysServersslStatAesBulk, + sysServersslStatDesBulk, + sysServersslStatIdeaBulk, + sysServersslStatRc2Bulk, + sysServersslStatRc4Bulk, + sysServersslStatNullDigest, + sysServersslStatMd5Digest, + sysServersslStatShaDigest, + sysServersslStatNotssl, + sysServersslStatEdhRsaKeyxchg, + sysServersslStatSecureHandshakes, + sysServersslStatInsecureHandshakeAccepts, + sysServersslStatInsecureHandshakeRejects, + sysServersslStatInsecureRenegotiationRejects, + sysServersslStatSniRejects, + sysServersslStatTlsv11, + sysServersslStatTlsv12, + sysServersslStatDtlsv1, + sysServersslStatEcdheRsaKeyxchg, + sysServersslStatConns, + sysServersslStatEcdhRsaKeyxchg, + sysServersslStatEcdheEcdsaKeyxchg, + sysServersslStatEcdhEcdsaKeyxchg, + sysServersslStatDheDssKeyxchg, + sysServersslStatAesGcmBulk, + sysServersslStatDestinationIpBypasses, + sysServersslStatSourceIpBypasses, + sysServersslStatHostnameBypasses, + sysServersslStatRenegotiationsRejected, + sysServersslStatAggregateRenegotiationsRejected, + sysServersslStatSessionMirrorSuccess, + sysServersslStatSessionMirrorFailure, + sysServersslStatConnectionMirrorPeerReady, + sysServersslStatConnectionMirrorHaCtxSent, + sysServersslStatConnectionMirrorHaCtxRecv, + sysServersslStatConnectionMirrorHaHsSuccess, + sysServersslStatConnectionMirrorHaFailure, + sysServersslStatConnectionMirrorHaTimeout, + sysServersslStatDtlsTxPushbacks, + sysServersslStatCamelliaBulk, + sysServersslStatActiveHandshakeRejected, + sysServersslStatCurrentActiveHandshakes, + sysServersslStatExtendedMasterSecrets, + sysServersslStatBypassesHandshakeAlert, + sysServersslStatBypassClientCertificateRequest, + sysServersslStatOcspServersslCachedResp, + sysServersslStatOcspServersslStapledResp, + sysServersslStatOcspServersslResponderQueries, + sysServersslStatOcspServersslResponseErrors, + sysServersslStatOcspServersslCertStatusUnknown, + sysServersslStatOcspServersslCertStatusRevoked, + sysServersslStatC3dConns, + sysServersslStatChacha20Poly1305Bulk + } + STATUS current + DESCRIPTION + "A collection of objects of sysGlobalServerSslStat MIB." + ::= { bigipSystemGroups 11 } + +sysStreamStatGroup OBJECT-GROUP + OBJECTS { + sysStreamStatResetStats, + sysStreamStatReplaces + } + STATUS current + DESCRIPTION + "A collection of objects of sysGlobalStreamStat MIB." + ::= { bigipSystemGroups 12 } + +sysTcpStatGroup OBJECT-GROUP + OBJECTS { + sysTcpStatResetStats, + sysTcpStatOpen, + sysTcpStatCloseWait, + sysTcpStatFinWait, + sysTcpStatTimeWait, + sysTcpStatAccepts, + sysTcpStatAcceptfails, + sysTcpStatConnects, + sysTcpStatConnfails, + sysTcpStatExpires, + sysTcpStatAbandons, + sysTcpStatRxrst, + sysTcpStatRxbadsum, + sysTcpStatRxbadseg, + sysTcpStatRxooseg, + sysTcpStatRxcookie, + sysTcpStatRxbadcookie, + sysTcpStatSyncacheover, + sysTcpStatTxrexmits, + sysTcpStatFinWait2 + } + STATUS current + DESCRIPTION + "A collection of objects of sysGlobalTcpStat MIB." + ::= { bigipSystemGroups 13 } + +sysUdpStatGroup OBJECT-GROUP + OBJECTS { + sysUdpStatResetStats, + sysUdpStatOpen, + sysUdpStatAccepts, + sysUdpStatAcceptfails, + sysUdpStatConnects, + sysUdpStatConnfails, + sysUdpStatExpires, + sysUdpStatRxdgram, + sysUdpStatRxbaddgram, + sysUdpStatRxunreach, + sysUdpStatRxbadsum, + sysUdpStatRxnosum, + sysUdpStatTxdgram + } + STATUS current + DESCRIPTION + "A collection of objects of sysGlobalUdpStat MIB." + ::= { bigipSystemGroups 14 } + +sysAdminIpGroup OBJECT-GROUP + OBJECTS { + sysAdminIpNumber, + sysAdminIpAddrType, + sysAdminIpAddr, + sysAdminIpNetmaskType, + sysAdminIpNetmask, + sysAdminIpName + } + STATUS current + DESCRIPTION + "A collection of objects of sysAdminIp MIB." + ::= { bigipSystemGroups 15 } + +sysArpStaticEntryGroup OBJECT-GROUP + OBJECTS { + sysArpStaticEntryNumber, + sysArpStaticEntryIpAddrType, + sysArpStaticEntryIpAddr, + sysArpStaticEntryMacAddr, + sysArpStaticEntryName + } + STATUS current + DESCRIPTION + "A collection of objects of sysArpStaticEntry MIB." + ::= { bigipSystemGroups 16 } + +sysDot1dbaseStatGroup OBJECT-GROUP + OBJECTS { + sysDot1dbaseStatResetStats, + sysDot1dbaseStatMacAddr, + sysDot1dbaseStatNumPorts, + sysDot1dbaseStatType + } + STATUS current + DESCRIPTION + "A collection of objects of sysDot1dbaseStat MIB." + ::= { bigipSystemGroups 17 } + +sysDot1dbaseStatPortGroup OBJECT-GROUP + OBJECTS { + sysDot1dbaseStatPortNumber, + sysDot1dbaseStatPortIndex, + sysDot1dbaseStatPortPort, + sysDot1dbaseStatPortName, + sysDot1dbaseStatPortDelayExceededDiscards, + sysDot1dbaseStatPortMtuExceededDiscards + } + STATUS current + DESCRIPTION + "A collection of objects of sysDot1dbaseStatPort MIB." + ::= { bigipSystemGroups 18 } + +sysInterfaceGroup OBJECT-GROUP + OBJECTS { + sysInterfaceNumber, + sysInterfaceName, + sysInterfaceMediaMaxSpeed, + sysInterfaceMediaMaxDuplex, + sysInterfaceMediaActiveSpeed, + sysInterfaceMediaActiveDuplex, + sysInterfaceMacAddr, + sysInterfaceMtu, + sysInterfaceEnabled, + sysInterfaceLearnMode, + sysInterfaceFlowCtrlReq, + sysInterfaceStpLink, + sysInterfaceStpEdge, + sysInterfaceStpEdgeActive, + sysInterfaceStpAuto, + sysInterfaceStpEnable, + sysInterfaceStpReset, + sysInterfaceStatus, + sysInterfaceComboPort, + sysInterfacePreferSfp, + sysInterfaceSfpMedia, + sysInterfacePhyMaster + } + STATUS current + DESCRIPTION + "A collection of objects of sysInterface MIB." + ::= { bigipSystemGroups 19 } + +sysIntfMediaGroup OBJECT-GROUP + OBJECTS { + sysIntfMediaNumber, + sysIntfMediaName, + sysIntfMediaIndex, + sysIntfMediaMediaOption + } + STATUS current + DESCRIPTION + "A collection of objects of sysInterfaceMediaOptions MIB." + ::= { bigipSystemGroups 20 } + +sysIfGroup OBJECT-GROUP + OBJECTS { + sysIfNumber, + sysIfIndex, + sysIfName + } + STATUS current + DESCRIPTION + "A collection of objects of sysInterfaceId MIB." + ::= { bigipSystemGroups 21 } + +sysInterfaceStatGroup OBJECT-GROUP + OBJECTS { + sysInterfaceStatResetStats, + sysInterfaceStatNumber, + sysInterfaceStatName, + sysInterfaceStatPktsIn, + sysInterfaceStatBytesIn, + sysInterfaceStatPktsOut, + sysInterfaceStatBytesOut, + sysInterfaceStatMcastIn, + sysInterfaceStatMcastOut, + sysInterfaceStatErrorsIn, + sysInterfaceStatErrorsOut, + sysInterfaceStatDropsIn, + sysInterfaceStatDropsOut, + sysInterfaceStatCollisions, + sysInterfaceStatQqIn, + sysInterfaceStatQqOut, + sysInterfaceStatPauseActive + } + STATUS current + DESCRIPTION + "A collection of objects of sysInterfaceStat MIB." + ::= { bigipSystemGroups 22 } + +sysIfxStatGroup OBJECT-GROUP + OBJECTS { + sysIfxStatResetStats, + sysIfxStatNumber, + sysIfxStatName, + sysIfxStatInMulticastPkts, + sysIfxStatInBroadcastPkts, + sysIfxStatOutMulticastPkts, + sysIfxStatOutBroadcastPkts, + sysIfxStatHcInOctets, + sysIfxStatHcInUcastPkts, + sysIfxStatHcInMulticastPkts, + sysIfxStatHcInBroadcastPkts, + sysIfxStatHcOutOctets, + sysIfxStatHcOutUcastPkts, + sysIfxStatHcOutMulticastPkts, + sysIfxStatHcOutBroadcastPkts, + sysIfxStatHighSpeed, + sysIfxStatConnectorPresent, + sysIfxStatCounterDiscontinuityTime, + sysIfxStatAlias + } + STATUS current + DESCRIPTION + "A collection of objects of sysIfxStat MIB." + ::= { bigipSystemGroups 23 } + +sysL2ForwardGroup OBJECT-GROUP + OBJECTS { + sysL2ForwardNumber, + sysL2ForwardVlanName, + sysL2ForwardMacAddr, + sysL2ForwardIfname, + sysL2ForwardIftype, + sysL2ForwardDynamic + } + STATUS current + DESCRIPTION + "A collection of objects of sysL2Forward MIB." + ::= { bigipSystemGroups 24 } + +sysPacketFilterGroup OBJECT-GROUP + OBJECTS { + sysPacketFilterNumber, + sysPacketFilterRname, + sysPacketFilterOrder, + sysPacketFilterAction, + sysPacketFilterVname, + sysPacketFilterLog, + sysPacketFilterRclass, + sysPacketFilterExpression + } + STATUS current + DESCRIPTION + "A collection of objects of sysPacketFilter MIB." + ::= { bigipSystemGroups 25 } + +sysPacketFilterAddrGroup OBJECT-GROUP + OBJECTS { + sysPacketFilterAddrNumber, + sysPacketFilterAddrIndex, + sysPacketFilterAddrIpType, + sysPacketFilterAddrIp, + sysPacketFilterAddrRname + } + STATUS current + DESCRIPTION + "A collection of objects of sysPacketFilterAddress MIB." + ::= { bigipSystemGroups 26 } + +sysPacketFilterVlanGroup OBJECT-GROUP + OBJECTS { + sysPacketFilterVlanNumber, + sysPacketFilterVlanIndex, + sysPacketFilterVlanName, + sysPacketFilterVlanRname + } + STATUS current + DESCRIPTION + "A collection of objects of sysPacketFilterVlan MIB." + ::= { bigipSystemGroups 27 } + +sysPacketFilterMacGroup OBJECT-GROUP + OBJECTS { + sysPacketFilterMacNumber, + sysPacketFilterMacIndex, + sysPacketFilterMacAddr, + sysPacketFilterMacRname + } + STATUS current + DESCRIPTION + "A collection of objects of sysPacketFilterMac MIB." + ::= { bigipSystemGroups 28 } + +sysPacketFilterStatGroup OBJECT-GROUP + OBJECTS { + sysPacketFilterStatResetStats, + sysPacketFilterStatNumber, + sysPacketFilterStatRname, + sysPacketFilterStatHits + } + STATUS current + DESCRIPTION + "A collection of objects of sysPacketFilterStat MIB." + ::= { bigipSystemGroups 29 } + +sysRouteMgmtEntryGroup OBJECT-GROUP + OBJECTS { + sysRouteMgmtEntryNumber, + sysRouteMgmtEntryDestType, + sysRouteMgmtEntryDest, + sysRouteMgmtEntryNetmaskType, + sysRouteMgmtEntryNetmask, + sysRouteMgmtEntryType, + sysRouteMgmtEntryGatewayType, + sysRouteMgmtEntryGateway, + sysRouteMgmtEntryMtu, + sysRouteMgmtEntryName + } + STATUS current + DESCRIPTION + "A collection of objects of sysRouteMgmtEntry MIB." + ::= { bigipSystemGroups 30 } + +sysRouteStaticEntryGroup OBJECT-GROUP + OBJECTS { + sysRouteStaticEntryNumber, + sysRouteStaticEntryDestType, + sysRouteStaticEntryDest, + sysRouteStaticEntryNetmaskType, + sysRouteStaticEntryNetmask, + sysRouteStaticEntryType, + sysRouteStaticEntryVlanName, + sysRouteStaticEntryGatewayType, + sysRouteStaticEntryGateway, + sysRouteStaticEntryPoolName, + sysRouteStaticEntryMtu, + sysRouteStaticEntryName + } + STATUS current + DESCRIPTION + "A collection of objects of sysRouteStaticEntry MIB." + ::= { bigipSystemGroups 31 } + +sysSelfIpGroup OBJECT-GROUP + OBJECTS { + sysSelfIpNumber, + sysSelfIpAddrType, + sysSelfIpAddr, + sysSelfIpNetmaskType, + sysSelfIpNetmask, + sysSelfIpUnitId, + sysSelfIpIsFloating, + sysSelfIpVlanName, + sysSelfIpName + } + STATUS current + DESCRIPTION + "A collection of objects of sysSelfIp MIB." + ::= { bigipSystemGroups 32 } + +sysSelfPortGroup OBJECT-GROUP + OBJECTS { + sysSelfPortNumber, + sysSelfPortAddrType, + sysSelfPortAddr, + sysSelfPortProtocol, + sysSelfPortPort, + sysSelfPortSelfName + } + STATUS current + DESCRIPTION + "A collection of objects of sysSelfPort MIB." + ::= { bigipSystemGroups 33 } + +sysStpGroup OBJECT-GROUP + OBJECTS { + sysStpNumber, + sysStpInstanceId, + sysStpPriority, + sysStpRootAddr, + sysStpRegionalRootAddr, + sysStpName + } + STATUS current + DESCRIPTION + "A collection of objects of sysStp MIB." + ::= { bigipSystemGroups 34 } + +sysStpGlobalsGroup OBJECT-GROUP + OBJECTS { + sysStpGlobalsMode, + sysStpGlobalsFwdDelay, + sysStpGlobalsHelloTime, + sysStpGlobalsMaxAge, + sysStpGlobalsTransmitHold, + sysStpGlobalsMaxHops, + sysStpGlobalsIdentifier, + sysStpGlobalsRevision + } + STATUS current + DESCRIPTION + "A collection of objects of sysStpGlobals MIB." + ::= { bigipSystemGroups 35 } + +sysStpInterfaceMbrGroup OBJECT-GROUP + OBJECTS { + sysStpInterfaceMbrNumber, + sysStpInterfaceMbrInstanceId, + sysStpInterfaceMbrName, + sysStpInterfaceMbrType, + sysStpInterfaceMbrStateActive, + sysStpInterfaceMbrRole, + sysStpInterfaceMbrPriority, + sysStpInterfaceMbrPathCost, + sysStpInterfaceMbrStateRequested, + sysStpInterfaceMbrInstanceName + } + STATUS current + DESCRIPTION + "A collection of objects of sysStpInterfaceMbr MIB." + ::= { bigipSystemGroups 36 } + +sysStpVlanMbrGroup OBJECT-GROUP + OBJECTS { + sysStpVlanMbrNumber, + sysStpVlanMbrInstanceId, + sysStpVlanMbrVlanVname, + sysStpVlanMbrStpName + } + STATUS current + DESCRIPTION + "A collection of objects of sysStpVlanMbr MIB." + ::= { bigipSystemGroups 37 } + +sysStpBridgeStatGroup OBJECT-GROUP + OBJECTS { + sysStpBridgeStatResetStats, + sysStpBridgeStatMode, + sysStpBridgeStatFwdDelay, + sysStpBridgeStatHelloTime, + sysStpBridgeStatMaxAge, + sysStpBridgeStatBridgeFwdDelay, + sysStpBridgeStatBridgeHelloTime, + sysStpBridgeStatBridgeMaxAge, + sysStpBridgeStatTransmitHold, + sysStpBridgeStatPathCost, + sysStpBridgeStatRootPrio, + sysStpBridgeStatRootAddr + } + STATUS current + DESCRIPTION + "A collection of objects of sysStpBridgeStat MIB." + ::= { bigipSystemGroups 38 } + +sysStpBridgeTreeStatGroup OBJECT-GROUP + OBJECTS { + sysStpBridgeTreeStatNumber, + sysStpBridgeTreeStatIndex, + sysStpBridgeTreeStatInstanceId, + sysStpBridgeTreeStatPriority, + sysStpBridgeTreeStatLastTc, + sysStpBridgeTreeStatTcCount, + sysStpBridgeTreeStatDesigRootPrio, + sysStpBridgeTreeStatDesigRootAddr, + sysStpBridgeTreeStatInternalPathCost, + sysStpBridgeTreeStatRootPort, + sysStpBridgeTreeStatRootPortNum, + sysStpBridgeTreeStatInstanceName + } + STATUS current + DESCRIPTION + "A collection of objects of sysStpBridgeTreeStat MIB." + ::= { bigipSystemGroups 39 } + +sysStpInterfaceStatGroup OBJECT-GROUP + OBJECTS { + sysStpInterfaceStatResetStats, + sysStpInterfaceStatNumber, + sysStpInterfaceStatName, + sysStpInterfaceStatPortNum, + sysStpInterfaceStatStpEnable, + sysStpInterfaceStatPathCost, + sysStpInterfaceStatRootCost, + sysStpInterfaceStatRootPrio, + sysStpInterfaceStatRootAddr + } + STATUS current + DESCRIPTION + "A collection of objects of sysStpInterfaceStat MIB." + ::= { bigipSystemGroups 40 } + +sysStpInterfaceTreeStatGroup OBJECT-GROUP + OBJECTS { + sysStpInterfaceTreeStatNumber, + sysStpInterfaceTreeStatName, + sysStpInterfaceTreeStatIndex, + sysStpInterfaceTreeStatInstanceId, + sysStpInterfaceTreeStatPriority, + sysStpInterfaceTreeStatState, + sysStpInterfaceTreeStatStatRole, + sysStpInterfaceTreeStatDesigRootPrio, + sysStpInterfaceTreeStatDesigRootAddr, + sysStpInterfaceTreeStatDesigCost, + sysStpInterfaceTreeStatDesigBridgePrio, + sysStpInterfaceTreeStatDesigBridgeAddr, + sysStpInterfaceTreeStatDesigPortNum, + sysStpInterfaceTreeStatDesigPortPriority, + sysStpInterfaceTreeStatInternalPathCost, + sysStpInterfaceTreeStatFwdTransitions + } + STATUS current + DESCRIPTION + "A collection of objects of sysStpInterfaceTreeStat MIB." + ::= { bigipSystemGroups 41 } + +sysDot3StatGroup OBJECT-GROUP + OBJECTS { + sysDot3StatResetStats, + sysDot3StatNumber, + sysDot3StatName, + sysDot3StatAlignmentErrors, + sysDot3StatFcsErrors, + sysDot3StatSingleCollisionFrames, + sysDot3StatMultiCollisionFrames, + sysDot3StatSqetestErrors, + sysDot3StatDeferredTx, + sysDot3StatLateCollisions, + sysDot3StatExcessiveCollisions, + sysDot3StatIntmacTxErrors, + sysDot3StatCarrierSenseErrors, + sysDot3StatFrameTooLongs, + sysDot3StatIntmacRxErrors, + sysDot3StatSymbolErrors, + sysDot3StatDuplexStatus, + sysDot3StatCollisionCount, + sysDot3StatCollisionFreq, + sysDot3StatRateControlAbility, + sysDot3StatRateControlStatus + } + STATUS current + DESCRIPTION + "A collection of objects of sysDot3Stat MIB." + ::= { bigipSystemGroups 42 } + +sysTrunkGroup OBJECT-GROUP + OBJECTS { + sysTrunkNumber, + sysTrunkName, + sysTrunkStatus, + sysTrunkAggAddr, + sysTrunkCfgMbrCount, + sysTrunkOperBw, + sysTrunkStpEnable, + sysTrunkStpReset, + sysTrunkLacpEnabled, + sysTrunkActiveLacp, + sysTrunkShortTimeout + } + STATUS current + DESCRIPTION + "A collection of objects of sysTrunk MIB." + ::= { bigipSystemGroups 43 } + +sysTrunkStatGroup OBJECT-GROUP + OBJECTS { + sysTrunkStatResetStats, + sysTrunkStatNumber, + sysTrunkStatName, + sysTrunkStatPktsIn, + sysTrunkStatBytesIn, + sysTrunkStatPktsOut, + sysTrunkStatBytesOut, + sysTrunkStatMcastIn, + sysTrunkStatMcastOut, + sysTrunkStatErrorsIn, + sysTrunkStatErrorsOut, + sysTrunkStatDropsIn, + sysTrunkStatDropsOut, + sysTrunkStatCollisions + } + STATUS current + DESCRIPTION + "A collection of objects of sysTrunkStat MIB." + ::= { bigipSystemGroups 44 } + +sysTrunkCfgMemberGroup OBJECT-GROUP + OBJECTS { + sysTrunkCfgMemberNumber, + sysTrunkCfgMemberTrunkName, + sysTrunkCfgMemberName + } + STATUS current + DESCRIPTION + "A collection of objects of sysTrunkCfgMember MIB." + ::= { bigipSystemGroups 45 } + +sysVlanDataGroup OBJECT-GROUP + OBJECTS { + sysVlanNumber, + sysVlanVname, + sysVlanId, + sysVlanSpanningTree, + sysVlanMacMasquerade, + sysVlanMacTrue, + sysVlanSourceCheck, + sysVlanFailsafeEnabled, + sysVlanMtu, + sysVlanFailsafeTimeout, + sysVlanFailsafeAction, + sysVlanMirrorHashPortEnable, + sysVlanLearnMode + } + STATUS current + DESCRIPTION + "A collection of objects of sysVlan MIB." + ::= { bigipSystemGroups 46 } + +sysVlanMemberGroup OBJECT-GROUP + OBJECTS { + sysVlanMemberNumber, + sysVlanMemberVmname, + sysVlanMemberParentVname, + sysVlanMemberTagged, + sysVlanMemberType + } + STATUS current + DESCRIPTION + "A collection of objects of sysVlanMember MIB." + ::= { bigipSystemGroups 47 } + +sysVlanGroupGroup OBJECT-GROUP + OBJECTS { + sysVlanGroupNumber, + sysVlanGroupName, + sysVlanGroupVlanId, + sysVlanGroupMode, + sysVlanGroupBridgeAllTraffic, + sysVlanGroupBridgeInStandby, + sysVlanGroupBridgeMulticast, + sysVlanGroupMacMasquerade, + sysVlanGroupMacTrue + } + STATUS current + DESCRIPTION + "A collection of objects of sysVlanGroup MIB." + ::= { bigipSystemGroups 48 } + +sysVlanGroupMbrGroup OBJECT-GROUP + OBJECTS { + sysVlanGroupMbrNumber, + sysVlanGroupMbrGroupName, + sysVlanGroupMbrVlanName + } + STATUS current + DESCRIPTION + "A collection of objects of sysVlanGroupMbr MIB." + ::= { bigipSystemGroups 49 } + +sysProxyExclusionGroup OBJECT-GROUP + OBJECTS { + sysProxyExclusionNumber, + sysProxyExclusionVlangroupName, + sysProxyExclusionIpType, + sysProxyExclusionIp + } + STATUS current + DESCRIPTION + "A collection of objects of sysProxyExclusion MIB." + ::= { bigipSystemGroups 50 } + +sysCpuGroup OBJECT-GROUP + OBJECTS { + sysCpuNumber, + sysCpuIndex, + sysCpuTemperature, + sysCpuFanSpeed, + sysCpuName, + sysCpuSlot + } + STATUS current + DESCRIPTION + "A collection of objects of sysCpu MIB." + ::= { bigipSystemGroups 51 } + +sysChassisFanGroup OBJECT-GROUP + OBJECTS { + sysChassisFanNumber, + sysChassisFanIndex, + sysChassisFanStatus, + sysChassisFanSpeed + } + STATUS current + DESCRIPTION + "A collection of objects of sysChassisFan MIB." + ::= { bigipSystemGroups 52 } + +sysChassisPowerSupplyGroup OBJECT-GROUP + OBJECTS { + sysChassisPowerSupplyNumber, + sysChassisPowerSupplyIndex, + sysChassisPowerSupplyStatus + } + STATUS current + DESCRIPTION + "A collection of objects of sysChassisPowerSupply MIB." + ::= { bigipSystemGroups 53 } + +sysChassisTempGroup OBJECT-GROUP + OBJECTS { + sysChassisTempNumber, + sysChassisTempIndex, + sysChassisTempTemperature + } + STATUS current + DESCRIPTION + "A collection of objects of sysChassisTemp MIB." + ::= { bigipSystemGroups 54 } + +sysProductGroup OBJECT-GROUP + OBJECTS { + sysProductName, + sysProductVersion, + sysProductBuild, + sysProductEdition, + sysProductDate, + sysProductHotfix + } + STATUS current + DESCRIPTION + "A collection of objects of sysProduct MIB." + ::= { bigipSystemGroups 55 } + +sysSubMemoryGroup OBJECT-GROUP + OBJECTS { + sysSubMemoryResetStats, + sysSubMemoryNumber, + sysSubMemoryName, + sysSubMemoryAllocated, + sysSubMemoryMaxAllocated, + sysSubMemorySize + } + STATUS current + DESCRIPTION + "A collection of objects of sysSubMemory MIB." + ::= { bigipSystemGroups 56 } + +sysSystemGroup OBJECT-GROUP + OBJECTS { + sysSystemName, + sysSystemNodeName, + sysSystemRelease, + sysSystemVersion, + sysSystemMachine, + sysSystemUptime, + sysSystemUptimeInSec + } + STATUS current + DESCRIPTION + "A collection of objects of sysSystem MIB." + ::= { bigipSystemGroups 57 } + +sysFastHttpStatGroup OBJECT-GROUP + OBJECTS { + sysFastHttpStatResetStats, + sysFastHttpStatClientSyns, + sysFastHttpStatClientAccepts, + sysFastHttpStatServerConnects, + sysFastHttpStatConnpoolCurSize, + sysFastHttpStatConnpoolMaxSize, + sysFastHttpStatConnpoolReuses, + sysFastHttpStatConnpoolExhausted, + sysFastHttpStatNumberReqs, + sysFastHttpStatUnbufferedReqs, + sysFastHttpStatGetReqs, + sysFastHttpStatPostReqs, + sysFastHttpStatV9Reqs, + sysFastHttpStatV10Reqs, + sysFastHttpStatV11Reqs, + sysFastHttpStatResp2xxCnt, + sysFastHttpStatResp3xxCnt, + sysFastHttpStatResp4xxCnt, + sysFastHttpStatResp5xxCnt, + sysFastHttpStatReqParseErrors, + sysFastHttpStatRespParseErrors, + sysFastHttpStatClientRxBad, + sysFastHttpStatServerRxBad, + sysFastHttpStatPipelinedReqs + } + STATUS current + DESCRIPTION + "A collection of objects of sysGlobalFastHttpStat MIB." + ::= { bigipSystemGroups 58 } + +sysXmlStatGroup OBJECT-GROUP + OBJECTS { + sysXmlStatResetStats, + sysXmlStatNumErrors + } + STATUS current + DESCRIPTION + "A collection of objects of sysGlobalXmlStat MIB." + ::= { bigipSystemGroups 59 } + +sysGeneralGroup OBJECT-GROUP + OBJECTS { + sysGeneralHwName, + sysGeneralHwNumber, + sysGeneralChassisSerialNum + } + STATUS current + DESCRIPTION + "A collection of objects of sysGeneral MIB." + ::= { bigipSystemGroups 60 } + +sysIiopStatGroup OBJECT-GROUP + OBJECTS { + sysIiopStatResetStats, + sysIiopStatNumRequests, + sysIiopStatNumResponses, + sysIiopStatNumCancels, + sysIiopStatNumErrors, + sysIiopStatNumFragments + } + STATUS current + DESCRIPTION + "A collection of objects of sysGlobalIiopStat MIB." + ::= { bigipSystemGroups 61 } + +sysRtspStatGroup OBJECT-GROUP + OBJECTS { + sysRtspStatResetStats, + sysRtspStatNumRequests, + sysRtspStatNumResponses, + sysRtspStatNumErrors, + sysRtspStatNumInterleavedData + } + STATUS current + DESCRIPTION + "A collection of objects of sysGlobalRtspStat MIB." + ::= { bigipSystemGroups 62 } + +sysSctpStatGroup OBJECT-GROUP + OBJECTS { + sysSctpStatResetStats, + sysSctpStatAccepts, + sysSctpStatAcceptfails, + sysSctpStatConnects, + sysSctpStatConnfails, + sysSctpStatExpires, + sysSctpStatAbandons, + sysSctpStatRxrst, + sysSctpStatRxbadsum, + sysSctpStatRxcookie, + sysSctpStatRxbadcookie, + sysSctpStatAssociations, + sysSctpStatClosing, + sysSctpStatConfirmedAddresses, + sysSctpStatUnconfirmedAddresses, + sysSctpStatActivePaths, + sysSctpStatInactivePaths + } + STATUS current + DESCRIPTION + "A collection of objects of sysGlobalSctpStat MIB." + ::= { bigipSystemGroups 63 } + +sysL2ForwardStatGroup OBJECT-GROUP + OBJECTS { + sysL2ForwardStatNumber, + sysL2ForwardStatVlanName, + sysL2ForwardStatMacAddr, + sysL2ForwardStatIfname, + sysL2ForwardStatIftype, + sysL2ForwardStatDynamic + } + STATUS current + DESCRIPTION + "A collection of objects of sysL2ForwardStat MIB." + ::= { bigipSystemGroups 64 } + +sysL2ForwardAttrGroup OBJECT-GROUP + OBJECTS { + sysL2ForwardAttrVlan + } + STATUS current + DESCRIPTION + "A collection of objects of sysL2ForwardAttr MIB." + ::= { bigipSystemGroups 65 } + +sysHostMemoryGroup OBJECT-GROUP + OBJECTS { + sysHostMemoryTotal, + sysHostMemoryUsed, + sysHostMemoryTotalKb, + sysHostMemoryUsedKb + } + STATUS current + DESCRIPTION + "A collection of objects of sysHostMemory MIB." + ::= { bigipSystemGroups 66 } + +sysHostCpuGroup OBJECT-GROUP + OBJECTS { + sysHostCpuNumber, + sysHostCpuIndex, + sysHostCpuId, + sysHostCpuUser, + sysHostCpuNice, + sysHostCpuSystem, + sysHostCpuIdle, + sysHostCpuIrq, + sysHostCpuSoftirq, + sysHostCpuIowait + } + STATUS current + DESCRIPTION + "A collection of objects of sysHostCpu MIB." + ::= { bigipSystemGroups 67 } + +sysHostDiskGroup OBJECT-GROUP + OBJECTS { + sysHostDiskNumber, + sysHostDiskPartition, + sysHostDiskBlockSize, + sysHostDiskTotalBlocks, + sysHostDiskFreeBlocks, + sysHostDiskTotalNodes, + sysHostDiskFreeNodes + } + STATUS current + DESCRIPTION + "A collection of objects of sysHostDisk MIB." + ::= { bigipSystemGroups 68 } + +sysSelfPortDefGroup OBJECT-GROUP + OBJECTS { + sysSelfPortDefNumber, + sysSelfPortDefProtocol, + sysSelfPortDefPort, + sysSelfPortDefAllowName + } + STATUS current + DESCRIPTION + "A collection of objects of sysSelfPortDefault MIB." + ::= { bigipSystemGroups 69 } + +sysIntfMediaSfpGroup OBJECT-GROUP + OBJECTS { + sysIntfMediaSfpNumber, + sysIntfMediaSfpName, + sysIntfMediaSfpIndex, + sysIntfMediaSfpType + } + STATUS current + DESCRIPTION + "A collection of objects of sysInterfaceMediaSfp MIB." + ::= { bigipSystemGroups 70 } + +sysPvaStatGroup OBJECT-GROUP + OBJECTS { + sysPvaStatResetStats, + sysPvaStatNumber, + sysPvaStatPvaId, + sysPvaStatClientPktsIn, + sysPvaStatClientBytesIn, + sysPvaStatClientPktsOut, + sysPvaStatClientBytesOut, + sysPvaStatClientMaxConns, + sysPvaStatClientTotConns, + sysPvaStatClientCurConns, + sysPvaStatServerPktsIn, + sysPvaStatServerBytesIn, + sysPvaStatServerPktsOut, + sysPvaStatServerBytesOut, + sysPvaStatServerMaxConns, + sysPvaStatServerTotConns, + sysPvaStatServerCurConns, + sysPvaStatTotAssistConns, + sysPvaStatCurAssistConns, + sysPvaStatHardSyncookieGen, + sysPvaStatHardSyncookieDet + } + STATUS current + DESCRIPTION + "A collection of objects of sysPvaStat MIB." + ::= { bigipSystemGroups 71 } + +sysTmmStatGroup OBJECT-GROUP + OBJECTS { + sysTmmStatResetStats, + sysTmmStatNumber, + sysTmmStatTmmId, + sysTmmStatTmmPid, + sysTmmStatCpu, + sysTmmStatTmid, + sysTmmStatNpus, + sysTmmStatClientPktsIn, + sysTmmStatClientBytesIn, + sysTmmStatClientPktsOut, + sysTmmStatClientBytesOut, + sysTmmStatClientMaxConns, + sysTmmStatClientTotConns, + sysTmmStatClientCurConns, + sysTmmStatServerPktsIn, + sysTmmStatServerBytesIn, + sysTmmStatServerPktsOut, + sysTmmStatServerBytesOut, + sysTmmStatServerMaxConns, + sysTmmStatServerTotConns, + sysTmmStatServerCurConns, + sysTmmStatMaintenanceModeDeny, + sysTmmStatMaxConnVirtualAddrDeny, + sysTmmStatMaxConnVirtualPathDeny, + sysTmmStatVirtualServerNonSynDeny, + sysTmmStatNoHandlerDeny, + sysTmmStatLicenseDeny, + sysTmmStatCmpConnRedirected, + sysTmmStatConnectionMemoryErrors, + sysTmmStatTmTotalCycles, + sysTmmStatTmIdleCycles, + sysTmmStatTmSleepCycles, + sysTmmStatMemoryTotal, + sysTmmStatMemoryUsed, + sysTmmStatDroppedPackets, + sysTmmStatIncomingPacketErrors, + sysTmmStatOutgoingPacketErrors, + sysTmmStatHttpRequests, + sysTmmStatTmUsageRatio5s, + sysTmmStatTmUsageRatio1m, + sysTmmStatTmUsageRatio5m, + sysTmmStatSlotId, + sysTmmStatMemoryTotalKb, + sysTmmStatMemoryUsedKb, + sysTmmStatClientEvictedConns, + sysTmmStatClientSlowKilled, + sysTmmStatServerEvictedConns, + sysTmmStatServerSlowKilled, + sysTmmStatSwSyncookies, + sysTmmStatSwSyncookieAccepts, + sysTmmStatSyncookieRejects, + sysTmmStatHwSyncookies, + sysTmmStatHwSyncookieAccepts, + sysTmmStatWlSyncookieHits, + sysTmmStatWlSyncookieAccepts, + sysTmmStatWlSyncookieRejects, + sysTmmStatConnectionFlowMiss + } + STATUS current + DESCRIPTION + "A collection of objects of sysTmmStat MIB." + ::= { bigipSystemGroups 72 } + +sysMultiHostGroup OBJECT-GROUP + OBJECTS { + sysMultiHostNumber, + sysMultiHostHostId, + sysMultiHostTotal, + sysMultiHostUsed, + sysMultiHostMode, + sysMultiHostCpuCount, + sysMultiHostActiveCpuCount, + sysMultiHostOtherMemoryTotal, + sysMultiHostOtherMemoryUsed, + sysMultiHostSwapTotal, + sysMultiHostSwapUsed, + sysMultiHostTotalKb, + sysMultiHostUsedKb, + sysMultiHostOtherMemoryTotalKb, + sysMultiHostOtherMemoryUsedKb, + sysMultiHostSwapTotalKb, + sysMultiHostSwapUsedKb + } + STATUS current + DESCRIPTION + "A collection of objects of sysMultiHost MIB." + ::= { bigipSystemGroups 73 } + +sysMultiHostCpuGroup OBJECT-GROUP + OBJECTS { + sysMultiHostCpuNumber, + sysMultiHostCpuHostId, + sysMultiHostCpuIndex, + sysMultiHostCpuId, + sysMultiHostCpuUser, + sysMultiHostCpuNice, + sysMultiHostCpuSystem, + sysMultiHostCpuIdle, + sysMultiHostCpuIrq, + sysMultiHostCpuSoftirq, + sysMultiHostCpuIowait, + sysMultiHostCpuUsageRatio, + sysMultiHostCpuUser5s, + sysMultiHostCpuNice5s, + sysMultiHostCpuSystem5s, + sysMultiHostCpuIdle5s, + sysMultiHostCpuIrq5s, + sysMultiHostCpuSoftirq5s, + sysMultiHostCpuIowait5s, + sysMultiHostCpuUsageRatio5s, + sysMultiHostCpuUser1m, + sysMultiHostCpuNice1m, + sysMultiHostCpuSystem1m, + sysMultiHostCpuIdle1m, + sysMultiHostCpuIrq1m, + sysMultiHostCpuSoftirq1m, + sysMultiHostCpuIowait1m, + sysMultiHostCpuUsageRatio1m, + sysMultiHostCpuUser5m, + sysMultiHostCpuNice5m, + sysMultiHostCpuSystem5m, + sysMultiHostCpuIdle5m, + sysMultiHostCpuIrq5m, + sysMultiHostCpuSoftirq5m, + sysMultiHostCpuIowait5m, + sysMultiHostCpuUsageRatio5m, + sysMultiHostCpuStolen, + sysMultiHostCpuStolen5s, + sysMultiHostCpuStolen1m, + sysMultiHostCpuStolen5m, + sysMultiHostCpuSlotId + } + STATUS current + DESCRIPTION + "A collection of objects of sysMultiHostCpu MIB." + ::= { bigipSystemGroups 74 } + +sysFastL4StatGroup OBJECT-GROUP + OBJECTS { + sysFastL4StatResetStats, + sysFastL4StatOpen, + sysFastL4StatAccepts, + sysFastL4StatAcceptfails, + sysFastL4StatExpires, + sysFastL4StatRxbadpkt, + sysFastL4StatRxunreach, + sysFastL4StatRxbadunreach, + sysFastL4StatRxbadsum, + sysFastL4StatTxerrors, + sysFastL4StatSyncookIssue, + sysFastL4StatSyncookAccept, + sysFastL4StatSyncookReject, + sysFastL4StatServersynrtx, + sysFastL4StatLbcSuccessful, + sysFastL4StatLbcTimedout + } + STATUS current + DESCRIPTION + "A collection of objects of sysGlobalFastL4Stat MIB." + ::= { bigipSystemGroups 75 } + +sysClusterGroup OBJECT-GROUP + OBJECTS { + sysClusterNumber, + sysClusterName, + sysClusterEnabled, + sysClusterFloatMgmtIpType, + sysClusterFloatMgmtIp, + sysClusterFloatMgmtNetmaskType, + sysClusterFloatMgmtNetmask, + sysClusterMinUpMbrs, + sysClusterMinUpMbrsEnable, + sysClusterMinUpMbrsAction, + sysClusterAvailabilityState, + sysClusterEnabledStat, + sysClusterDisabledParentType, + sysClusterStatusReason, + sysClusterHaState, + sysClusterPriSlotId, + sysClusterLastPriSlotId, + sysClusterPriSelTime + } + STATUS current + DESCRIPTION + "A collection of objects of sysCluster MIB." + ::= { bigipSystemGroups 76 } + +sysClusterMbrGroup OBJECT-GROUP + OBJECTS { + sysClusterMbrNumber, + sysClusterMbrCluster, + sysClusterMbrSlotId, + sysClusterMbrAvailabilityState, + sysClusterMbrEnabledStat, + sysClusterMbrDisabledParentType, + sysClusterMbrStatusReason, + sysClusterMbrLicensed, + sysClusterMbrState, + sysClusterMbrEnabled, + sysClusterMbrPriming, + sysClusterMbrMgmtAddrType, + sysClusterMbrMgmtAddr, + sysClusterMbrHaState + } + STATUS current + DESCRIPTION + "A collection of objects of sysClusterMbr MIB." + ::= { bigipSystemGroups 77 } + +sysSwVolumeGroup OBJECT-GROUP + OBJECTS { + sysSwVolumeNumber, + sysSwVolumeSlotId, + sysSwVolumeName, + sysSwVolumeSize, + sysSwVolumeActive + } + STATUS current + DESCRIPTION + "A collection of objects of sysSoftwareVolume MIB." + ::= { bigipSystemGroups 78 } + +sysSwImageGroup OBJECT-GROUP + OBJECTS { + sysSwImageNumber, + sysSwImageSlotId, + sysSwImageFilename, + sysSwImageProduct, + sysSwImageVersion, + sysSwImageBuild, + sysSwImageChksum, + sysSwImageVerified, + sysSwImageBuildDate, + sysSwImageLastModified, + sysSwImageFileSize + } + STATUS current + DESCRIPTION + "A collection of objects of sysSoftwareImage MIB." + ::= { bigipSystemGroups 79 } + +sysSwHotfixGroup OBJECT-GROUP + OBJECTS { + sysSwHotfixNumber, + sysSwHotfixSlotId, + sysSwHotfixFilename, + sysSwHotfixProduct, + sysSwHotfixVersion, + sysSwHotfixBuild, + sysSwHotfixChksum, + sysSwHotfixVerified, + sysSwHotfixHotfixId, + sysSwHotfixHotfixTitle + } + STATUS current + DESCRIPTION + "A collection of objects of sysSoftwareHotfix MIB." + ::= { bigipSystemGroups 80 } + +sysSwStatusGroup OBJECT-GROUP + OBJECTS { + sysSwStatusNumber, + sysSwStatusSlotId, + sysSwStatusVolume, + sysSwStatusProduct, + sysSwStatusVersion, + sysSwStatusBuild, + sysSwStatusActive + } + STATUS current + DESCRIPTION + "A collection of objects of sysSoftwareStatus MIB." + ::= { bigipSystemGroups 81 } + +sysGlobalHostGroup OBJECT-GROUP + OBJECTS { + sysGlobalHostResetStats, + sysGlobalHostMemTotal, + sysGlobalHostMemUsed, + sysGlobalHostCpuCount, + sysGlobalHostActiveCpuCount, + sysGlobalHostCpuUser, + sysGlobalHostCpuNice, + sysGlobalHostCpuSystem, + sysGlobalHostCpuIdle, + sysGlobalHostCpuIrq, + sysGlobalHostCpuSoftirq, + sysGlobalHostCpuIowait, + sysGlobalHostCpuUsageRatio, + sysGlobalHostCpuUser5s, + sysGlobalHostCpuNice5s, + sysGlobalHostCpuSystem5s, + sysGlobalHostCpuIdle5s, + sysGlobalHostCpuIrq5s, + sysGlobalHostCpuSoftirq5s, + sysGlobalHostCpuIowait5s, + sysGlobalHostCpuUsageRatio5s, + sysGlobalHostCpuUser1m, + sysGlobalHostCpuNice1m, + sysGlobalHostCpuSystem1m, + sysGlobalHostCpuIdle1m, + sysGlobalHostCpuIrq1m, + sysGlobalHostCpuSoftirq1m, + sysGlobalHostCpuIowait1m, + sysGlobalHostCpuUsageRatio1m, + sysGlobalHostCpuUser5m, + sysGlobalHostCpuNice5m, + sysGlobalHostCpuSystem5m, + sysGlobalHostCpuIdle5m, + sysGlobalHostCpuIrq5m, + sysGlobalHostCpuSoftirq5m, + sysGlobalHostCpuIowait5m, + sysGlobalHostCpuUsageRatio5m, + sysGlobalHostCpuStolen, + sysGlobalHostCpuStolen5s, + sysGlobalHostCpuStolen1m, + sysGlobalHostCpuStolen5m, + sysGlobalHostMemTotalKb, + sysGlobalHostMemUsedKb, + sysGlobalHostOtherMemoryTotal, + sysGlobalHostOtherMemoryUsed, + sysGlobalHostSwapTotal, + sysGlobalHostSwapUsed, + sysGlobalHostOtherMemTotalKb, + sysGlobalHostOtherMemUsedKb, + sysGlobalHostSwapTotalKb, + sysGlobalHostSwapUsedKb + } + STATUS current + DESCRIPTION + "A collection of objects of sysGlobalHost MIB." + ::= { bigipSystemGroups 82 } + +sysModuleAllocationGroup OBJECT-GROUP + OBJECTS { + sysModuleAllocationNumber, + sysModuleAllocationName, + sysModuleAllocationProvisionLevel, + sysModuleAllocationMemoryRatio, + sysModuleAllocationCpuRatio, + sysModuleAllocationDiskRatio + } + STATUS current + DESCRIPTION + "A collection of objects of sysModuleAllocation MIB." + ::= { bigipSystemGroups 83 } + +sysGlobalTmmStatGroup OBJECT-GROUP + OBJECTS { + sysGlobalTmmStatResetStats, + sysGlobalTmmStatNpus, + sysGlobalTmmStatClientPktsIn, + sysGlobalTmmStatClientBytesIn, + sysGlobalTmmStatClientPktsOut, + sysGlobalTmmStatClientBytesOut, + sysGlobalTmmStatClientMaxConns, + sysGlobalTmmStatClientTotConns, + sysGlobalTmmStatClientCurConns, + sysGlobalTmmStatServerPktsIn, + sysGlobalTmmStatServerBytesIn, + sysGlobalTmmStatServerPktsOut, + sysGlobalTmmStatServerBytesOut, + sysGlobalTmmStatServerMaxConns, + sysGlobalTmmStatServerTotConns, + sysGlobalTmmStatServerCurConns, + sysGlobalTmmStatMaintenanceModeDeny, + sysGlobalTmmStatMaxConnVirtualAddrDeny, + sysGlobalTmmStatMaxConnVirtualPathDeny, + sysGlobalTmmStatVirtualServerNonSynDeny, + sysGlobalTmmStatNoHandlerDeny, + sysGlobalTmmStatLicenseDeny, + sysGlobalTmmStatCmpConnRedirected, + sysGlobalTmmStatConnectionMemoryErrors, + sysGlobalTmmStatTmTotalCycles, + sysGlobalTmmStatTmIdleCycles, + sysGlobalTmmStatTmSleepCycles, + sysGlobalTmmStatMemoryTotal, + sysGlobalTmmStatMemoryUsed, + sysGlobalTmmStatDroppedPackets, + sysGlobalTmmStatIncomingPacketErrors, + sysGlobalTmmStatOutgoingPacketErrors, + sysGlobalTmmStatHttpRequests, + sysGlobalTmmStatTmUsageRatio5s, + sysGlobalTmmStatTmUsageRatio1m, + sysGlobalTmmStatTmUsageRatio5m, + sysGlobalTmmStatMemoryTotalKb, + sysGlobalTmmStatMemoryUsedKb, + sysGlobalTmmStatSwSyncookies, + sysGlobalTmmStatSwSyncookieAccepts, + sysGlobalTmmStatSyncookieRejects, + sysGlobalTmmStatHwSyncookies, + sysGlobalTmmStatHwSyncookieAccepts, + sysGlobalTmmStatWlSyncookieHits, + sysGlobalTmmStatWlSyncookieAccepts, + sysGlobalTmmStatWlSyncookieRejects, + sysGlobalTmmStatConnectionFlowMiss + } + STATUS current + DESCRIPTION + "A collection of objects of sysGlobalTmmStat MIB." + ::= { bigipSystemGroups 84 } + +sysPlatformInfoGroup OBJECT-GROUP + OBJECTS { + sysPlatformInfoName, + sysPlatformInfoMarketingName + } + STATUS current + DESCRIPTION + "A collection of objects of sysPlatformInfo MIB." + ::= { bigipSystemGroups 85 } + +sysLogicalDiskGroup OBJECT-GROUP + OBJECTS { + sysLogicalDiskNumber, + sysLogicalDiskSlotId, + sysLogicalDiskName, + sysLogicalDiskDevname, + sysLogicalDiskMedia, + sysLogicalDiskSize, + sysLogicalDiskFormat + } + STATUS current + DESCRIPTION + "A collection of objects of sysLogicalDisk MIB." + ::= { bigipSystemGroups 86 } + +sysPhysicalDiskGroup OBJECT-GROUP + OBJECTS { + sysPhysicalDiskNumber, + sysPhysicalDiskSerialNumber, + sysPhysicalDiskSlotId, + sysPhysicalDiskName, + sysPhysicalDiskIsArrayMember, + sysPhysicalDiskArrayStatus + } + STATUS current + DESCRIPTION + "A collection of objects of sysPhysicalDisk MIB." + ::= { bigipSystemGroups 87 } + +sysDiskBayGroup OBJECT-GROUP + OBJECTS { + sysDiskBayNumber, + sysDiskBayId, + sysDiskBayDiskSerialNumber + } + STATUS current + DESCRIPTION + "A collection of objects of sysDiskBay MIB." + ::= { bigipSystemGroups 88 } + +sysLogicalDiskMembersGroup OBJECT-GROUP + OBJECTS { + sysLogicalDiskMembersNumber, + sysLogicalDiskMembersDevname, + sysLogicalDiskMembersSerialNumber, + sysLogicalDiskMembersSlotId + } + STATUS current + DESCRIPTION + "A collection of objects of sysLogicalDiskMembers MIB." + ::= { bigipSystemGroups 89 } + +sysProcPidStatGroup OBJECT-GROUP + OBJECTS { + sysProcPidStatNumber, + sysProcPidStatPid, + sysProcPidStatProcName, + sysProcPidStatCommandLine, + sysProcPidStatModules, + sysProcPidStatBladeNum, + sysProcPidStatProcessor, + sysProcPidStatUpdateTime, + sysProcPidStatCpuUsageRecent, + sysProcPidStatCpuUsage1min, + sysProcPidStatCpuUsage5mins, + sysProcPidStatSystemUsageRecent, + sysProcPidStatSystemUsage1min, + sysProcPidStatSystemUsage5mins, + sysProcPidStatPpid, + sysProcPidStatPgrp, + sysProcPidStatState, + sysProcPidStatSession, + sysProcPidStatTtyNr, + sysProcPidStatTpgid, + sysProcPidStatFlags, + sysProcPidStatMinFlt, + sysProcPidStatCminFlt, + sysProcPidStatMajFlt, + sysProcPidStatCmajFlt, + sysProcPidStatUtime, + sysProcPidStatStime, + sysProcPidStatCutime, + sysProcPidStatCstime, + sysProcPidStatPriority, + sysProcPidStatNice, + sysProcPidStatNumThreads, + sysProcPidStatItrealvalue, + sysProcPidStatStartTime, + sysProcPidStatVsize, + sysProcPidStatRss, + sysProcPidStatRssRlim, + sysProcPidStatStartCode, + sysProcPidStatEndCode, + sysProcPidStatStartStack, + sysProcPidStatKstkEsp, + sysProcPidStatKstkEip, + sysProcPidStatSignal, + sysProcPidStatBlocked, + sysProcPidStatSigignore, + sysProcPidStatSigcatch, + sysProcPidStatWchan, + sysProcPidStatNswap, + sysProcPidStatCnswap, + sysProcPidStatExitSignal, + sysProcPidStatRtPriority, + sysProcPidStatPolicy, + sysProcPidStatProgSize, + sysProcPidStatResident, + sysProcPidStatShare, + sysProcPidStatTSize, + sysProcPidStatLSize, + sysProcPidStatDSize, + sysProcPidStatDirty, + sysProcPidStatVsizeKb + } + STATUS current + DESCRIPTION + "A collection of objects of sysProcPidStat MIB." + ::= { bigipSystemGroups 90 } + +sysHttpCompressionStatGroup OBJECT-GROUP + OBJECTS { + sysHttpCompressionStatResetStats, + sysHttpCompressionStatPrecompressBytes, + sysHttpCompressionStatPostcompressBytes, + sysHttpCompressionStatNullCompressBytes, + sysHttpCompressionStatHtmlPrecompressBytes, + sysHttpCompressionStatHtmlPostcompressBytes, + sysHttpCompressionStatCssPrecompressBytes, + sysHttpCompressionStatCssPostcompressBytes, + sysHttpCompressionStatJsPrecompressBytes, + sysHttpCompressionStatJsPostcompressBytes, + sysHttpCompressionStatXmlPrecompressBytes, + sysHttpCompressionStatXmlPostcompressBytes, + sysHttpCompressionStatSgmlPrecompressBytes, + sysHttpCompressionStatSgmlPostcompressBytes, + sysHttpCompressionStatPlainPrecompressBytes, + sysHttpCompressionStatPlainPostcompressBytes, + sysHttpCompressionStatOctetPrecompressBytes, + sysHttpCompressionStatOctetPostcompressBytes, + sysHttpCompressionStatImagePrecompressBytes, + sysHttpCompressionStatImagePostcompressBytes, + sysHttpCompressionStatVideoPrecompressBytes, + sysHttpCompressionStatVideoPostcompressBytes, + sysHttpCompressionStatAudioPrecompressBytes, + sysHttpCompressionStatAudioPostcompressBytes, + sysHttpCompressionStatOtherPrecompressBytes, + sysHttpCompressionStatOtherPostcompressBytes + } + STATUS current + DESCRIPTION + "A collection of objects of sysGlobalHttpCompressionStat MIB." + ::= { bigipSystemGroups 91 } + +sysWebAccelerationStatGroup OBJECT-GROUP + OBJECTS { + sysWebAccelerationStatResetStats, + sysWebAccelerationStatCacheHits, + sysWebAccelerationStatCacheMisses, + sysWebAccelerationStatCacheMissesAll, + sysWebAccelerationStatCacheHitBytes, + sysWebAccelerationStatCacheMissBytes, + sysWebAccelerationStatCacheMissBytesAll, + sysWebAccelerationStatCacheSize, + sysWebAccelerationStatCacheCount, + sysWebAccelerationStatCacheEvictions, + sysWebAccelerationStatInterStripeHits, + sysWebAccelerationStatInterStripeMisses, + sysWebAccelerationStatInterStripeHitBytes, + sysWebAccelerationStatInterStripeSize, + sysWebAccelerationStatInterStripeCount, + sysWebAccelerationStatInterStripeEvictions, + sysWebAccelerationStatRemoteHits, + sysWebAccelerationStatRemoteMisses, + sysWebAccelerationStatRemoteHitBytes + } + STATUS current + DESCRIPTION + "A collection of objects of sysGlobalWebAccelerationStat MIB." + ::= { bigipSystemGroups 92 } + +sysVlanStatGroup OBJECT-GROUP + OBJECTS { + sysVlanStatNumber, + sysVlanStatVlanName, + sysVlanStatPktsIn, + sysVlanStatBytesIn, + sysVlanStatPktsOut, + sysVlanStatBytesOut, + sysVlanStatMcastIn, + sysVlanStatMcastOut, + sysVlanStatErrorsIn, + sysVlanStatErrorsOut, + sysVlanStatDropsIn, + sysVlanStatDropsOut, + sysVlanStatCollisions + } + STATUS current + DESCRIPTION + "A collection of objects of sysVlanStat MIB." + ::= { bigipSystemGroups 93 } + +sysVlanxStatGroup OBJECT-GROUP + OBJECTS { + sysVlanxStatNumber, + sysVlanxStatVlanName, + sysVlanxStatInMulticastPkts, + sysVlanxStatInBroadcastPkts, + sysVlanxStatOutMulticastPkts, + sysVlanxStatOutBroadcastPkts, + sysVlanxStatHcInOctets, + sysVlanxStatHcInUcastPkts, + sysVlanxStatHcInMulticastPkts, + sysVlanxStatHcInBroadcastPkts, + sysVlanxStatHcOutOctets, + sysVlanxStatHcOutUcastPkts, + sysVlanxStatHcOutMulticastPkts, + sysVlanxStatHcOutBroadcastPkts, + sysVlanxStatHighSpeed, + sysVlanxStatConnectorPresent, + sysVlanxStatCounterDiscontinuityTime + } + STATUS current + DESCRIPTION + "A collection of objects of sysVlanxStat MIB." + ::= { bigipSystemGroups 94 } + +sysVcmpGroup OBJECT-GROUP + OBJECTS { + sysVcmpNumber, + sysVcmpVcmpName, + sysVcmpHostname, + sysVcmpSlots, + sysVcmpState, + sysVcmpMgmtNetwork, + sysVcmpMgmtAddrType, + sysVcmpMgmtAddr, + sysVcmpMgmtNetmaskType, + sysVcmpMgmtNetmask, + sysVcmpMgmtGwType, + sysVcmpMgmtGw, + sysVcmpVcmpId, + sysVcmpMgmtBaseMac, + sysVcmpBaseMac, + sysVcmpMacPoolSize, + sysVcmpInitialImage, + sysVcmpVirtualDisk, + sysVcmpInitialHotfix, + sysVcmpMinSlots, + sysVcmpCoresPerSlot + } + STATUS current + DESCRIPTION + "A collection of objects of sysVcmp MIB." + ::= { bigipSystemGroups 95 } + +sysVcmpCpuCoreGroup OBJECT-GROUP + OBJECTS { + sysVcmpCpuCoreNumber, + sysVcmpCpuCoreVcmpName, + sysVcmpCpuCoreCpuCoreId + } + STATUS current + DESCRIPTION + "A collection of objects of sysVcmpCpuCore MIB." + ::= { bigipSystemGroups 96 } + +sysVcmpVlanGroup OBJECT-GROUP + OBJECTS { + sysVcmpVlanNumber, + sysVcmpVlanVcmpName, + sysVcmpVlanVlanName + } + STATUS current + DESCRIPTION + "A collection of objects of sysVcmpVlan MIB." + ::= { bigipSystemGroups 97 } + +sysVcmpStatGroup OBJECT-GROUP + OBJECTS { + sysVcmpStatNumber, + sysVcmpStatVcmpName, + sysVcmpStatVcmpId, + sysVcmpStatSlotId, + sysVcmpStatVmStatus, + sysVcmpStatDiskUse, + sysVcmpStatMemoryUse, + sysVcmpStatBaseMac, + sysVcmpStatMacPoolSize, + sysVcmpStatCores, + sysVcmpStatVdisk, + sysVcmpStatStarts, + sysVcmpStatRetries, + sysVcmpStatUptime, + sysVcmpStatComment, + sysVcmpStatInterfaceNames, + sysVcmpStatCoreNames, + sysVcmpStatPrompt, + sysVcmpStatCpuUsageRecent, + sysVcmpStatCpuUsage1min, + sysVcmpStatCpuUsage5mins, + sysVcmpStatPktsIn, + sysVcmpStatBytesIn, + sysVcmpStatMcastIn, + sysVcmpStatDropsIn, + sysVcmpStatPktsOut, + sysVcmpStatBytesOut, + sysVcmpStatMcastOut, + sysVcmpStatDropsOut, + sysVcmpStatDiskUseKb, + sysVcmpStatMemoryUseKb + } + STATUS current + DESCRIPTION + "A collection of objects of sysVcmpStat MIB." + ::= { bigipSystemGroups 98 } + +sysChassisSlotGroup OBJECT-GROUP + OBJECTS { + sysChassisSlotNumber, + sysChassisSlotSlotId, + sysChassisSlotSerialNumber, + sysChassisSlotDown, + sysChassisSlotState + } + STATUS current + DESCRIPTION + "A collection of objects of sysChassisSlot MIB." + ::= { bigipSystemGroups 99 } + +sysSysDeviceGroup OBJECT-GROUP + OBJECTS { + sysSysDeviceNumber, + sysSysDeviceName, + sysSysDeviceMgmtIp, + sysSysDeviceMgmtIpType, + sysSysDeviceHostname, + sysSysDeviceMirrorIp, + sysSysDeviceMirrorIpType, + sysSysDeviceMirrorSecondaryIp, + sysSysDeviceMirrorSecondaryIpType, + sysSysDeviceMulticastInterface, + sysSysDeviceMulticastAddr, + sysSysDeviceMulticastAddrType, + sysSysDeviceMulticastPort, + sysSysDeviceVersion, + sysSysDeviceProduct, + sysSysDeviceEdition, + sysSysDeviceMarketingName, + sysSysDevicePlatformId, + sysSysDeviceChassisId + } + STATUS current + DESCRIPTION + "A collection of objects of sysSysDevice MIB." + ::= { bigipSystemGroups 100 } + +sysUnicastAddrGroup OBJECT-GROUP + OBJECTS { + sysUnicastAddrNumber, + sysUnicastAddrName, + sysUnicastAddrIndex, + sysUnicastAddrSourceIp, + sysUnicastAddrSourceIpType, + sysUnicastAddrSourcePort + } + STATUS current + DESCRIPTION + "A collection of objects of sysUnicastAddr MIB." + ::= { bigipSystemGroups 101 } + +sysSysDeviceActiveModulesGroup OBJECT-GROUP + OBJECTS { + sysSysDeviceActiveModulesNumber, + sysSysDeviceActiveModulesName, + sysSysDeviceActiveModulesIndex, + sysSysDeviceActiveModulesModule + } + STATUS current + DESCRIPTION + "A collection of objects of sysSysDeviceActiveModules MIB." + ::= { bigipSystemGroups 102 } + +sysSysDeviceInactiveModulesGroup OBJECT-GROUP + OBJECTS { + sysSysDeviceInactiveModulesNumber, + sysSysDeviceInactiveModulesName, + sysSysDeviceInactiveModulesIndex, + sysSysDeviceInactiveModulesModule + } + STATUS current + DESCRIPTION + "A collection of objects of sysSysDeviceInactiveModules MIB." + ::= { bigipSystemGroups 103 } + +sysSysDeviceOptionalModulesGroup OBJECT-GROUP + OBJECTS { + sysSysDeviceOptionalModulesNumber, + sysSysDeviceOptionalModulesName, + sysSysDeviceOptionalModulesIndex, + sysSysDeviceOptionalModulesModule + } + STATUS current + DESCRIPTION + "A collection of objects of sysSysDeviceOptionalModules MIB." + ::= { bigipSystemGroups 104 } + +sysSysDeviceTimelimitedModulesGroup OBJECT-GROUP + OBJECTS { + sysSysDeviceTimelimitedModulesNumber, + sysSysDeviceTimelimitedModulesName, + sysSysDeviceTimelimitedModulesIndex, + sysSysDeviceTimelimitedModulesModule + } + STATUS current + DESCRIPTION + "A collection of objects of sysSysDeviceTimelimitedModules MIB." + ::= { bigipSystemGroups 105 } + +sysStpGlobals2Group OBJECT-GROUP + OBJECTS { + sysStpGlobals2Number, + sysStpGlobals2Mode, + sysStpGlobals2FwdDelay, + sysStpGlobals2HelloTime, + sysStpGlobals2MaxAge, + sysStpGlobals2TransmitHold, + sysStpGlobals2MaxHops, + sysStpGlobals2Identifier, + sysStpGlobals2Revision, + sysStpGlobals2Name + } + STATUS current + DESCRIPTION + "A collection of objects of sysStpGlobals2 MIB." + ::= { bigipSystemGroups 106 } + +sysCpuSensorGroup OBJECT-GROUP + OBJECTS { + sysCpuSensorNumber, + sysCpuSensorIndex, + sysCpuSensorTemperature, + sysCpuSensorFanSpeed, + sysCpuSensorName, + sysCpuSensorSlot + } + STATUS current + DESCRIPTION + "A collection of objects of sysCpuSensor MIB." + ::= { bigipSystemGroups 107 } + +sysCmSyncStatusGroup OBJECT-GROUP + OBJECTS { + sysCmSyncStatusId, + sysCmSyncStatusStatus, + sysCmSyncStatusColor, + sysCmSyncStatusSummary + } + STATUS current + DESCRIPTION + "A collection of objects of sysCmSyncStatus MIB." + ::= { bigipSystemGroups 108 } + +sysCmSyncStatusDetailsGroup OBJECT-GROUP + OBJECTS { + sysCmSyncStatusDetailsNumber, + sysCmSyncStatusDetailsIndex, + sysCmSyncStatusDetailsDetails + } + STATUS current + DESCRIPTION + "A collection of objects of sysCmSyncStatusDetails MIB." + ::= { bigipSystemGroups 109 } + +sysCmFailoverStatusGroup OBJECT-GROUP + OBJECTS { + sysCmFailoverStatusId, + sysCmFailoverStatusStatus, + sysCmFailoverStatusColor, + sysCmFailoverStatusSummary + } + STATUS current + DESCRIPTION + "A collection of objects of sysCmFailoverStatus MIB." + ::= { bigipSystemGroups 110 } + +sysCmFailoverStatusDetailsGroup OBJECT-GROUP + OBJECTS { + sysCmFailoverStatusDetailsNumber, + sysCmFailoverStatusDetailsIndex, + sysCmFailoverStatusDetailsDetails + } + STATUS current + DESCRIPTION + "A collection of objects of sysCmFailoverStatusDetails MIB." + ::= { bigipSystemGroups 111 } + +sysCmTrafficGroupStatusGroup OBJECT-GROUP + OBJECTS { + sysCmTrafficGroupStatusNumber, + sysCmTrafficGroupStatusTrafficGroup, + sysCmTrafficGroupStatusDeviceName, + sysCmTrafficGroupStatusFailoverStatus + } + STATUS current + DESCRIPTION + "A collection of objects of sysCmTrafficGroupStatus MIB." + ::= { bigipSystemGroups 112 } + +sysDnsStatGroup OBJECT-GROUP + OBJECTS { + sysDnsStatResetStats, + sysDnsStatQueries, + sysDnsStatResponses, + sysDnsStatResponsesPerSec, + sysDnsStatToGtm, + sysDnsStatDnsExpressReqs, + sysDnsStatDnsExpressNotifies, + sysDnsStatToCache, + sysDnsStatToDns, + sysDnsStatDns64Reqs, + sysDnsStatDns64Rewrites, + sysDnsStatDns64Failures, + sysDnsStatHints, + sysDnsStatRejects, + sysDnsStatNoErrors, + sysDnsStatDrops, + sysDnsStatMalformed, + sysDnsStatTclSuspends, + sysDnsStatRecursionDesired, + sysDnsStatCheckingDisabled, + sysDnsStatEdns0, + sysDnsStatOpcodeQuery, + sysDnsStatOpcodeNotify, + sysDnsStatOpcodeUpdate, + sysDnsStatZoneIxfr, + sysDnsStatZoneAxfr, + sysDnsStatAuthoritativeAnswer, + sysDnsStatRecursionAvailable, + sysDnsStatAuthenticatedData, + sysDnsStatTruncated, + sysDnsStatRcodeNoerror, + sysDnsStatRcodeNxdomain, + sysDnsStatRcodeServfail, + sysDnsStatRcodeRefused, + sysDnsStatMalicious, + sysDnsStatAReqs, + sysDnsStatAaaaReqs, + sysDnsStatAnyReqs, + sysDnsStatCnameReqs, + sysDnsStatMxReqs, + sysDnsStatNsReqs, + sysDnsStatPtrReqs, + sysDnsStatSoaReqs, + sysDnsStatSrvReqs, + sysDnsStatTxtReqs, + sysDnsStatOtherReqs, + sysDnsStatGtmRewrites, + sysDnsStatOpcodeOther, + sysDnsStatFastDnsResponses, + sysDnsStatFastDnsAllowed, + sysDnsStatFastDnsDrops, + sysDnsStatFastDnsRespTc, + sysDnsStatFastDnsRespNx, + sysDnsStatFastDnsRespNe, + sysDnsStatFastDnsRespRf, + sysDnsStatNaptrReqs, + sysDnsStatRcodeBadvers, + sysDnsStatFastDnsRespBvers + } + STATUS current + DESCRIPTION + "A collection of objects of sysGlobalDnsStat MIB." + ::= { bigipSystemGroups 113 } + +sysLsnPoolStatGroup OBJECT-GROUP + OBJECTS { + sysLsnPoolStatResetStats, + sysLsnPoolStatActivePersistenceMappings, + sysLsnPoolStatActiveInboundReservations, + sysLsnPoolStatTranslationRequests, + sysLsnPoolStatHairpinConnectionRequests, + sysLsnPoolStatActiveTranslations, + sysLsnPoolStatActiveHairpinConnections, + sysLsnPoolStatTranslationRequestFailures, + sysLsnPoolStatPersistenceMappingFailures, + sysLsnPoolStatHairpinConnectionFailures, + sysLsnPoolStatBackupPoolTranslations, + sysLsnPoolStatLogAttempts, + sysLsnPoolStatLogFailures, + sysLsnPoolStatTotalEndPoints, + sysLsnPoolStatActivePortBlocks, + sysLsnPoolStatActiveClientsReachedLimit, + sysLsnPoolStatActiveZombiePortBlocks, + sysLsnPoolStatTotalClientsReachedLimit, + sysLsnPoolStatTotalPortBlockAllocations, + sysLsnPoolStatTotalPortBlockAllocationFailures, + sysLsnPoolStatTotalPortBlockDeallocations, + sysLsnPoolStatTotalZombiePortBlockConnsKilled, + sysLsnPoolStatTotalZombiePortBlocksCreated, + sysLsnPoolStatTotalZombiePortBlocksDeleted, + sysLsnPoolStatEndPointsString + } + STATUS current + DESCRIPTION + "A collection of objects of sysGlobalLsnPoolStat MIB." + ::= { bigipSystemGroups 114 } + +sysFecStatGroup OBJECT-GROUP + OBJECTS { + sysFecStatResetStats, + sysFecStatNumber, + sysFecStatName, + sysFecStatProfile, + sysFecStatOutRawPackets, + sysFecStatOutRawBytes, + sysFecStatOutRdndPackets, + sysFecStatOutRdndBytes, + sysFecStatInRawPackets, + sysFecStatInRawBytes, + sysFecStatInRdndPackets, + sysFecStatInRdndBytes, + sysFecStatInRdndLost, + sysFecStatInRawLost, + sysFecStatRmtInRdndPackets, + sysFecStatRmtInRdndLost, + sysFecStatRmtInRawPackets, + sysFecStatRmtInRawLost + } + STATUS current + DESCRIPTION + "A collection of objects of sysFecStat MIB." + ::= { bigipSystemGroups 115 } + +sysVcmpAssignedSlotsGroup OBJECT-GROUP + OBJECTS { + sysVcmpAssignedSlotsNumber, + sysVcmpAssignedSlotsName, + sysVcmpAssignedSlotsIndex, + sysVcmpAssignedSlotsSlotId + } + STATUS current + DESCRIPTION + "A collection of objects of sysVcmpAssignedSlots MIB." + ::= { bigipSystemGroups 116 } + +sysVcmpAllowedSlotsGroup OBJECT-GROUP + OBJECTS { + sysVcmpAllowedSlotsNumber, + sysVcmpAllowedSlotsName, + sysVcmpAllowedSlotsIndex, + sysVcmpAllowedSlotsSlotId + } + STATUS current + DESCRIPTION + "A collection of objects of sysVcmpAllowedSlots MIB." + ::= { bigipSystemGroups 117 } + +sysVirtualDiskGroup OBJECT-GROUP + OBJECTS { + sysVirtualDiskNumber, + sysVirtualDiskFilename, + sysVirtualDiskOperatingSystem, + sysVirtualDiskSlotId, + sysVirtualDiskState + } + STATUS current + DESCRIPTION + "A collection of objects of sysVirtualDisk MIB." + ::= { bigipSystemGroups 118 } + +sysGlobalSipStatGroup OBJECT-GROUP + OBJECTS { + sysGlobalSipStatResetStats, + sysGlobalSipStatRequests, + sysGlobalSipStatResponses, + sysGlobalSipStatBadmsgs, + sysGlobalSipStatDrops + } + STATUS current + DESCRIPTION + "A collection of objects of sysGlobalSipStat MIB." + ::= { bigipSystemGroups 119 } + +sysGlobalFtpStatGroup OBJECT-GROUP + OBJECTS { + sysGlobalFtpStatResetStats, + sysGlobalFtpStatLoginRequests, + sysGlobalFtpStatDownloadRequests, + sysGlobalFtpStatUploadRequests, + sysGlobalFtpStatFtpsSessions, + sysGlobalFtpStatPassthruTransitions, + sysGlobalFtpStatFtpsIntercepts, + sysGlobalFtpStatFtpsResets, + sysGlobalFtpStatFtpsBypasses, + sysGlobalFtpStatPassiveRequests, + sysGlobalFtpStatActiveRequests + } + STATUS current + DESCRIPTION + "A collection of objects of sysGlobalFtpStat MIB." + ::= { bigipSystemGroups 120 } + +sysBladeTempGroup OBJECT-GROUP + OBJECTS { + sysBladeTempNumber, + sysBladeTempIndex, + sysBladeTempTemperature, + sysBladeTempLocation, + sysBladeTempSlot + } + STATUS current + DESCRIPTION + "A collection of objects of sysBladeTemp MIB." + ::= { bigipSystemGroups 121 } + +sysBladeVoltageGroup OBJECT-GROUP + OBJECTS { + sysBladeVoltageNumber, + sysBladeVoltageIndex, + sysBladeVoltageVoltage, + sysBladeVoltageSlot + } + STATUS current + DESCRIPTION + "A collection of objects of sysBladeVoltage MIB." + ::= { bigipSystemGroups 122 } + +sysProfilePptpStatGroup OBJECT-GROUP + OBJECTS { + sysProfilePptpStatResetStats, + sysProfilePptpStatStartRequests, + sysProfilePptpStatStartReplies, + sysProfilePptpStatStopRequests, + sysProfilePptpStatStopReplies, + sysProfilePptpStatEchoRequests, + sysProfilePptpStatEchoReplies, + sysProfilePptpStatOutgoingCallRequests, + sysProfilePptpStatOutgoingCallReplies, + sysProfilePptpStatCallClearRequests, + sysProfilePptpStatCallDisconnectNotifies, + sysProfilePptpStatWanErrorNotifies, + sysProfilePptpStatSetLinkInfo, + sysProfilePptpStatActiveCalls, + sysProfilePptpStatTotalCalls, + sysProfilePptpStatFailedCalls + } + STATUS current + DESCRIPTION + "A collection of objects of sysGlobalPptpStat MIB." + ::= { bigipSystemGroups 123 } + +sysPcpStatGroup OBJECT-GROUP + OBJECTS { + sysPcpStatResetStats, + sysPcpStatPcpAnnounceRequests, + sysPcpStatPcpAnnounceResponsesUcast, + sysPcpStatPcpAnnounceResponsesMulticast, + sysPcpStatPcpMapRequests, + sysPcpStatPcpMapResponses, + sysPcpStatPcpPeerRequests, + sysPcpStatPcpPeerResponses, + sysPcpStatPcpErrorsInvalidRequests, + sysPcpStatPcpErrorsUnavailableResource, + sysPcpStatPcpErrorsNotAuthorized, + sysPcpStatPcpErrorsOther + } + STATUS current + DESCRIPTION + "A collection of objects of sysGlobalPcpStat MIB." + ::= { bigipSystemGroups 124 } + +sysDnsServerStatGroup OBJECT-GROUP + OBJECTS { + sysDnsServerStatResetStats, + sysDnsServerStatXfrQueries, + sysDnsServerStatXfrResponses, + sysDnsServerStatXfrNotifies, + sysDnsServerStatXfrNotifyFailed + } + STATUS current + DESCRIPTION + "A collection of objects of sysGlobalDnsServerStat MIB." + ::= { bigipSystemGroups 125 } + +sysMptcpStatGroup OBJECT-GROUP + OBJECTS { + sysMptcpStatResetStats, + sysMptcpStatAccept, + sysMptcpStatAcceptFail, + sysMptcpStatJoinFlow, + sysMptcpStatJoinFlowFail, + sysMptcpStatClose, + sysMptcpStatRxtimeout, + sysMptcpStatRxfailover, + sysMptcpStatAddAddrTx, + sysMptcpStatAddAddrRx, + sysMptcpStatRemAddrTx, + sysMptcpStatRemAddrRx, + sysMptcpStatPrioTx, + sysMptcpStatPrioRx, + sysMptcpStatFailTx, + sysMptcpStatFailRx, + sysMptcpStatFastcloseTx, + sysMptcpStatFastcloseRx + } + STATUS current + DESCRIPTION + "A collection of objects of sysGlobalMptcpStat MIB." + ::= { bigipSystemGroups 126 } + +sysLldpNeighborsTableGroup OBJECT-GROUP + OBJECTS { + sysLldpNeighborsTableNumber, + sysLldpNeighborsTableChassisId, + sysLldpNeighborsTablePortId, + sysLldpNeighborsTableLocalInterface, + sysLldpNeighborsTablePortDesc, + sysLldpNeighborsTableSysName, + sysLldpNeighborsTableSysDesc, + sysLldpNeighborsTableSysCap, + sysLldpNeighborsTableMgmtAddr, + sysLldpNeighborsTablePvid, + sysLldpNeighborsTablePpvid, + sysLldpNeighborsTableVlanName, + sysLldpNeighborsTableVlanTag, + sysLldpNeighborsTableProtocolIdentity, + sysLldpNeighborsTableAutoNego, + sysLldpNeighborsTablePmd, + sysLldpNeighborsTableMau, + sysLldpNeighborsTableAggStatus, + sysLldpNeighborsTableAggPortid, + sysLldpNeighborsTableMfs, + sysLldpNeighborsTableF5ProductModel + } + STATUS current + DESCRIPTION + "A collection of objects of sysLldpNeighbors MIB." + ::= { bigipSystemGroups 127 } + +sysIpsecSpdStatGroup OBJECT-GROUP + OBJECTS { + sysIpsecSpdStatResetStats, + sysIpsecSpdStatNumber, + sysIpsecSpdStatTrafficSelectorName, + sysIpsecSpdStatReqid, + sysIpsecSpdStatSourceAddressType, + sysIpsecSpdStatSourceAddress, + sysIpsecSpdStatSourceNetmaskType, + sysIpsecSpdStatSourceNetmask, + sysIpsecSpdStatSourcePort, + sysIpsecSpdStatDestinationAddressType, + sysIpsecSpdStatDestinationAddress, + sysIpsecSpdStatDestinationNetmaskType, + sysIpsecSpdStatDestinationNetmask, + sysIpsecSpdStatDestinationPort, + sysIpsecSpdStatDirection, + sysIpsecSpdStatTunnelState, + sysIpsecSpdStatPackets, + sysIpsecSpdStatBytes + } + STATUS current + DESCRIPTION + "A collection of objects of sysIpsecSpdStat MIB." + ::= { bigipSystemGroups 128 } + +sysGlobalTftpStatGroup OBJECT-GROUP + OBJECTS { + sysGlobalTftpStatResetStats, + sysGlobalTftpStatReadRequests, + sysGlobalTftpStatWriteRequests, + sysGlobalTftpStatDiscardedRequests + } + STATUS current + DESCRIPTION + "A collection of objects of sysGlobalTftpStat MIB." + ::= { bigipSystemGroups 129 } + +sysGlobalDiametersessionStatGroup OBJECT-GROUP + OBJECTS { + sysGlobalDiametersessionStatResetStats, + sysGlobalDiametersessionStatTotCapExcReq, + sysGlobalDiametersessionStatTotCapExcAns, + sysGlobalDiametersessionStatTotDeviceWatchdogRequests, + sysGlobalDiametersessionStatTotDeviceWatchdogAnswers, + sysGlobalDiametersessionStatTotDisconnectPeerRequests, + sysGlobalDiametersessionStatTotDisconnectPeerAnswers, + sysGlobalDiametersessionStatTotAccountingRequests, + sysGlobalDiametersessionStatTotAccountingAnswers, + sysGlobalDiametersessionStatTotCreditControlRequests, + sysGlobalDiametersessionStatTotCreditControlAnswers, + sysGlobalDiametersessionStatTotUserAuthorizationRequests, + sysGlobalDiametersessionStatTotUserAuthorizationAnswers, + sysGlobalDiametersessionStatTotOtherRequests, + sysGlobalDiametersessionStatTotOtherAnswers, + sysGlobalDiametersessionStatTotBadMessages, + sysGlobalDiametersessionStatTotRejectedUnconfiguredPeers, + sysGlobalDiametersessionStatCurReqQueuedForRetrans, + sysGlobalDiametersessionStatTotRetransReturnedBusy, + sysGlobalDiametersessionStatTotRetransReturnedUnavail, + sysGlobalDiametersessionStatTotRetransReqRetransmitted, + sysGlobalDiametersessionStatTotRetransmissionTimeout, + sysGlobalDiametersessionStatTotRetransmissionErrorCode, + sysGlobalDiametersessionStatTotRetransmissionIrule + } + STATUS current + DESCRIPTION + "A collection of objects of sysGlobalDiametersessionStat MIB." + ::= { bigipSystemGroups 130 } + +sysGlobalDiameterrouterStatGroup OBJECT-GROUP + OBJECTS { + sysGlobalDiameterrouterStatResetStats, + sysGlobalDiameterrouterStatCurPendingRequests, + sysGlobalDiameterrouterStatTotExpiredPendingRequests, + sysGlobalDiameterrouterStatTotDroppedUnexpectedAnswers, + sysGlobalDiameterrouterStatTotDroppedLateAnswers + } + STATUS current + DESCRIPTION + "A collection of objects of sysGlobalDiameterrouterStat MIB." + ::= { bigipSystemGroups 131 } + +sysGlobalIpsecalgStatGroup OBJECT-GROUP + OBJECTS { + sysGlobalIpsecalgStatResetStats, + sysGlobalIpsecalgStatIkePackets, + sysGlobalIpsecalgStatTunnelCreates, + sysGlobalIpsecalgStatTunnelTeardowns, + sysGlobalIpsecalgStatFailures, + sysGlobalIpsecalgStatPendingIkeConnectionLimitDrops + } + STATUS current + DESCRIPTION + "A collection of objects of sysGlobalIpsecalgStat MIB." + ::= { bigipSystemGroups 132 } + +sysLsnPoolFailureStatGroup OBJECT-GROUP + OBJECTS { + sysLsnPoolFailureStatResetStats, + sysLsnPoolFailureStatNumber, + sysLsnPoolFailureStatFailureCause, + sysLsnPoolFailureStatFailureCount + } + STATUS current + DESCRIPTION + "A collection of objects of sysGlobalLsnPoolFailureStat MIB." + ::= { bigipSystemGroups 133 } + +sysPlaneStatGroup OBJECT-GROUP + OBJECTS { + sysPlaneStatNumber, + sysPlaneStatPlaneName, + sysPlaneStatCpuCount, + sysPlaneStatCpuRatioCurr, + sysPlaneStatCpuRatio5sec, + sysPlaneStatCpuRatio1min, + sysPlaneStatCpuRatio5min + } + STATUS current + DESCRIPTION + "A collection of objects of sysPlaneStat MIB." + ::= { bigipSystemGroups 134 } + +sysSwitchDdmStatGroup OBJECT-GROUP + OBJECTS { + sysSwitchDdmStatNumber, + sysSwitchDdmStatName, + sysSwitchDdmStatTxPwr1, + sysSwitchDdmStatTxDbmPwr1, + sysSwitchDdmStatTxPwr2, + sysSwitchDdmStatTxDbmPwr2, + sysSwitchDdmStatTxPwr3, + sysSwitchDdmStatTxDbmPwr3, + sysSwitchDdmStatTxPwr4, + sysSwitchDdmStatTxDbmPwr4, + sysSwitchDdmStatRxPwr1, + sysSwitchDdmStatRxDbmPwr1, + sysSwitchDdmStatRxPwr2, + sysSwitchDdmStatRxDbmPwr2, + sysSwitchDdmStatRxPwr3, + sysSwitchDdmStatRxDbmPwr3, + sysSwitchDdmStatRxPwr4, + sysSwitchDdmStatRxDbmPwr4, + sysSwitchDdmStatTxAlarmLo, + sysSwitchDdmStatTxAlarmHi, + sysSwitchDdmStatRxAlarmLo, + sysSwitchDdmStatRxAlarmHi, + sysSwitchDdmStatTxWarnLo, + sysSwitchDdmStatTxWarnHi, + sysSwitchDdmStatRxWarnLo, + sysSwitchDdmStatRxWarnHi, + sysSwitchDdmStatTxPwrLoAlarm, + sysSwitchDdmStatTxDbmPwrLoAlarm, + sysSwitchDdmStatTxPwrHiAlarm, + sysSwitchDdmStatTxDbmPwrHiAlarm, + sysSwitchDdmStatTxPwrLoWarn, + sysSwitchDdmStatTxDbmPwrLoWarn, + sysSwitchDdmStatTxPwrHiWarn, + sysSwitchDdmStatTxDbmPwrHiWarn, + sysSwitchDdmStatRxPwrLoAlarm, + sysSwitchDdmStatRxDbmPwrLoAlarm, + sysSwitchDdmStatRxPwrHiAlarm, + sysSwitchDdmStatRxDbmPwrHiAlarm, + sysSwitchDdmStatRxPwrLoWarn, + sysSwitchDdmStatRxDbmPwrLoWarn, + sysSwitchDdmStatRxPwrHiWarn, + sysSwitchDdmStatRxDbmPwrHiWarn + } + STATUS current + DESCRIPTION + "A collection of objects of sysSwitchDdmStat MIB." + ::= { bigipSystemGroups 135 } + +sysTmmProcStatGroup OBJECT-GROUP + OBJECTS { + sysTmmProcStatNumber, + sysTmmProcStatSlotId, + sysTmmProcStatTmmPid, + sysTmmProcStatMemoryTotalKb, + sysTmmProcStatMemoryUsedKb + } + STATUS current + DESCRIPTION + "A collection of objects of sysTmmProcStat MIB." + ::= { bigipSystemGroups 136 } + +sysCertificateFileObjectGroup OBJECT-GROUP + OBJECTS { + sysCertificateFileObjectNumber, + sysCertificateFileObjectName, + sysCertificateFileObjectIssuerCert, + sysCertificateFileObjectCertStatusValidationOptions, + sysCertificateFileObjectExpirationString, + sysCertificateFileObjectExpirationDate + } + STATUS current + DESCRIPTION + "A collection of objects of sysCertificateFileObject MIB." + ::= { bigipSystemGroups 137 } + +sysCertValidatorOcspGroup OBJECT-GROUP + OBJECTS { + sysCertValidatorOcspNumber, + sysCertValidatorOcspName, + sysCertValidatorOcspProxyServerPool, + sysCertValidatorOcspDnsResolver, + sysCertValidatorOcspTrustedResponders, + sysCertValidatorOcspUrl, + sysCertValidatorOcspSignerCert, + sysCertValidatorOcspSignerKey, + sysCertValidatorOcspSignerKeyPassphrase, + sysCertValidatorOcspSignHash, + sysCertValidatorOcspTimeout, + sysCertValidatorOcspClockSkew, + sysCertValidatorOcspStatusAge, + sysCertValidatorOcspCacheTimeout, + sysCertValidatorOcspCacheErrorTimeout, + sysCertValidatorOcspStrictRespCertCheck, + sysCertValidatorOcspConcurrentConnectionsLimit, + sysCertValidatorOcspRouteDomain + } + STATUS current + DESCRIPTION + "A collection of objects of sysCertValidatorOcsp MIB." + ::= { bigipSystemGroups 138 } + +sysJoinCertValidatorGroup OBJECT-GROUP + OBJECTS { + sysJoinCertValidatorNumber, + sysJoinCertValidatorCert, + sysJoinCertValidatorValidator + } + STATUS current + DESCRIPTION + "A collection of objects of sysJoinCertValidator MIB." + ::= { bigipSystemGroups 139 } + +sysCertValidatorOcspStatGroup OBJECT-GROUP + OBJECTS { + sysCertValidatorOcspStatResetStats, + sysCertValidatorOcspStatNumber, + sysCertValidatorOcspStatName, + sysCertValidatorOcspStatOcspRequests, + sysCertValidatorOcspStatOcspInternalErrors, + sysCertValidatorOcspStatSuccessfulCacheRequests, + sysCertValidatorOcspStatConnectionHttpErrors, + sysCertValidatorOcspStatConnectionTimeouts, + sysCertValidatorOcspStatConnectionOtherFailures, + sysCertValidatorOcspStatResponseMalformedRequestErrors, + sysCertValidatorOcspStatResponseInternalErrors, + sysCertValidatorOcspStatResponseTryLaterErrors, + sysCertValidatorOcspStatResponseSignatureRequiredErrors, + sysCertValidatorOcspStatResponseUnauthorizedErrors, + sysCertValidatorOcspStatResponseValidationParseErrors, + sysCertValidatorOcspStatResponseValidationVerifyErrors, + sysCertValidatorOcspStatResponseValidationValidityErrors, + sysCertValidatorOcspStatResponseValidationOtherErrors, + sysCertValidatorOcspStatCertificateStatusGood, + sysCertValidatorOcspStatCertificateStatusRevoked, + sysCertValidatorOcspStatCertificateStatusUnknown + } + STATUS current + DESCRIPTION + "A collection of objects of sysCertValidatorOcspStat MIB." + ::= { bigipSystemGroups 140 } + +sysCertStatusObjectGroup OBJECT-GROUP + OBJECTS { + sysCertStatusObjectNumber, + sysCertStatusObjectCertName, + sysCertStatusObjectCertStatus, + sysCertStatusObjectOcspStatus + } + STATUS current + DESCRIPTION + "A collection of objects of sysCertStatusObject MIB." + ::= { bigipSystemGroups 141 } + +sysCertOrderManagerGroup OBJECT-GROUP + OBJECTS { + sysCertOrderManagerNumber, + sysCertOrderManagerName, + sysCertOrderManagerValidityDays, + sysCertOrderManagerAutoRenew, + sysCertOrderManagerAuthorityName, + sysCertOrderManagerBaseUrl, + sysCertOrderManagerAdditionalHeaders, + sysCertOrderManagerInternalProxy, + sysCertOrderManagerOrderInformation, + sysCertOrderManagerLoginName, + sysCertOrderManagerClientKey, + sysCertOrderManagerClientCert, + sysCertOrderManagerCaCert + } + STATUS current + DESCRIPTION + "A collection of objects of sysCertOrderManager MIB." + ::= { bigipSystemGroups 142 } + +sysCertOrderManagerStatGroup OBJECT-GROUP + OBJECTS { + sysCertOrderManagerStatResetStats, + sysCertOrderManagerStatNumber, + sysCertOrderManagerStatName, + sysCertOrderManagerStatTotalOrders, + sysCertOrderManagerStatApproved, + sysCertOrderManagerStatPending, + sysCertOrderManagerStatRejected, + sysCertOrderManagerStatCanceled, + sysCertOrderManagerStatConnectionErrors, + sysCertOrderManagerStatInternalErrors, + sysCertOrderManagerStatOtherErrors, + sysCertOrderManagerStatCertsCreated, + sysCertOrderManagerStatCertsRenewed, + sysCertOrderManagerStatCertsAutoRenewed, + sysCertOrderManagerStatCertsRevoked + } + STATUS current + DESCRIPTION + "A collection of objects of sysCertOrderManagerStat MIB." + ::= { bigipSystemGroups 143 } + +sysJoinCertOrderManagerGroup OBJECT-GROUP + OBJECTS { + sysJoinCertOrderManagerNumber, + sysJoinCertOrderManagerKeyName, + sysJoinCertOrderManagerCertOrderManager, + sysJoinCertOrderManagerOrderStatus, + sysJoinCertOrderManagerOrderType, + sysJoinCertOrderManagerDownloadCert, + sysJoinCertOrderManagerOrderId, + sysJoinCertOrderManagerOrderResponse + } + STATUS current + DESCRIPTION + "A collection of objects of sysJoinCertOrderManager MIB." + ::= { bigipSystemGroups 144 } + +sysJoinCertOrderManagerStatGroup OBJECT-GROUP + OBJECTS { + sysJoinCertOrderManagerStatResetStats, + sysJoinCertOrderManagerStatNumber, + sysJoinCertOrderManagerStatKeyName, + sysJoinCertOrderManagerStatCertOrderManager, + sysJoinCertOrderManagerStatCertIssued, + sysJoinCertOrderManagerStatRejectedReqs, + sysJoinCertOrderManagerStatCancelledReqs, + sysJoinCertOrderManagerStatCaPollReqs, + sysJoinCertOrderManagerStatConnErrors, + sysJoinCertOrderManagerStatOtherErrors + } + STATUS current + DESCRIPTION + "A collection of objects of sysJoinCertOrderManagerStat MIB." + ::= { bigipSystemGroups 145 } + +sysFwNatDynamicPoolStatGroup OBJECT-GROUP + OBJECTS { + sysFwNatDynamicPoolStatResetStats, + sysFwNatDynamicPoolStatLsnTranslationRequests, + sysFwNatDynamicPoolStatLsnHairpinConnectionRequests, + sysFwNatDynamicPoolStatLsnActiveTranslations, + sysFwNatDynamicPoolStatLsnActiveHairpinConnections, + sysFwNatDynamicPoolStatLsnTranslationRequestFailures, + sysFwNatDynamicPoolStatLsnPersistenceMappingFailures, + sysFwNatDynamicPoolStatLsnHairpinConnectionFailures, + sysFwNatDynamicPoolStatLsnBackupPoolTranslations, + sysFwNatDynamicPoolStatLsnActiveEndPoints, + sysFwNatDynamicPoolStatLsnEndPoints, + sysFwNatDynamicPoolStatLsnEndPointsHighValue, + sysFwNatDynamicPoolStatPbaActivePortBlocks, + sysFwNatDynamicPoolStatPbaActiveClientsReachedLimit, + sysFwNatDynamicPoolStatPbaActiveZombiePortBlocks, + sysFwNatDynamicPoolStatPbaPortBlockAllocations, + sysFwNatDynamicPoolStatPbaPortBlockAllocationFailures, + sysFwNatDynamicPoolStatPbaPortBlockDeallocations, + sysFwNatDynamicPoolStatPbaClientsReachedLimit, + sysFwNatDynamicPoolStatPbaZombiePortBlocksCreated, + sysFwNatDynamicPoolStatPbaZombiePortBlocksDeleted, + sysFwNatDynamicPoolStatPbaZombiePortBlockConnsKilled, + sysFwNatDynamicPoolStatPcpAnnounceRequests, + sysFwNatDynamicPoolStatPcpAnnounceResponsesUcast, + sysFwNatDynamicPoolStatPcpAnnounceResponsesMulticast, + sysFwNatDynamicPoolStatPcpMapRequests, + sysFwNatDynamicPoolStatPcpMapResponses, + sysFwNatDynamicPoolStatPcpPeerRequests, + sysFwNatDynamicPoolStatPcpPeerResponses, + sysFwNatDynamicPoolStatPcpErrorsInvalidRequest, + sysFwNatDynamicPoolStatPcpErrorsUnavailableResource, + sysFwNatDynamicPoolStatPcpErrorsNotAuthorized, + sysFwNatDynamicPoolStatPcpErrorsOther + } + STATUS current + DESCRIPTION + "A collection of objects of sysGlobalFwNatDynamicPoolStat MIB." + ::= { bigipSystemGroups 146 } + +sysFwNatDynamicPoolFailureStatGroup OBJECT-GROUP + OBJECTS { + sysFwNatDynamicPoolFailureStatResetStats, + sysFwNatDynamicPoolFailureStatNumber, + sysFwNatDynamicPoolFailureStatFailureCause, + sysFwNatDynamicPoolFailureStatFailureCount + } + STATUS current + DESCRIPTION + "A collection of objects of sysGlobalFwNatDynamicPoolFailureStat MIB." + ::= { bigipSystemGroups 147 } + +sysTmmPagesStatGroup OBJECT-GROUP + OBJECTS { + sysTmmPagesStatResetStats, + sysTmmPagesStatNumber, + sysTmmPagesStatSlot, + sysTmmPagesStatTmm, + sysTmmPagesStatPagesUsed, + sysTmmPagesStatPagesAvail + } + STATUS current + DESCRIPTION + "A collection of objects of sysTmmPagesStat MIB." + ::= { bigipSystemGroups 148 } +END diff --git a/MIBS/f5/F5-BIGIP-WAM-MIB b/MIBS/f5/F5-BIGIP-WAM-MIB new file mode 100644 index 0000000..82aeda6 --- /dev/null +++ b/MIBS/f5/F5-BIGIP-WAM-MIB @@ -0,0 +1,575 @@ + +F5-BIGIP-WAM-MIB DEFINITIONS ::= BEGIN +--================================================================ +-- F5-BIGIP-WAM-MIB +-- A private enterprise MIB for F5 wam traffic management +-- systems. +-- VERSION: 14.1.2.7 +--================================================================ + +IMPORTS + OBJECT-TYPE, NOTIFICATION-TYPE, MODULE-IDENTITY, + Opaque, enterprises, Counter32, Counter64, TimeTicks + FROM SNMPv2-SMI + + Gauge + FROM RFC1155-SMI + + TEXTUAL-CONVENTION, MacAddress + FROM SNMPv2-TC + + OBJECT-GROUP, MODULE-COMPLIANCE + FROM SNMPv2-CONF + + InetAddress, InetAddressType, InetPortNumber + FROM INET-ADDRESS-MIB + + bigipTrafficMgmt, bigipCompliances, bigipGroups, LongDisplayString + FROM F5-BIGIP-COMMON-MIB; + +--================================================================ +bigipWAM MODULE-IDENTITY + LAST-UPDATED "201609211918Z" -- Wed Sep 21 19:18:17 UTC 2016 + ORGANIZATION "F5 Networks, Inc." + CONTACT-INFO + "postal: F5 Networks, Inc. + 401 Elliott Ave. West + Seattle, WA 98119 + phone: (206) 272-5555 + email: support@f5.com" + + DESCRIPTION + "Top-level infrastructure of the F5 enterprise MIB tree." + ::= { bigipTrafficMgmt 7 } + +--================================================================ + +--bigipWAM +wamAppStat OBJECT IDENTIFIER ::= { bigipWAM 1 } + + +--================================================================== +-- Wam_application_stat +--================================================================== +wamAppStatResetStats OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "The action to reset resettable statistics data in wamAppStat. + Setting this value to 1 will reset statistics data. + Note, some statistics data may not be reset including data that are incremental counters." + ::= { wamAppStat 1 } + +wamAppStatNumber OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of wamAppStat entries in the table." + ::= { wamAppStat 2 } + +wamAppStatTable OBJECT-TYPE + SYNTAX SEQUENCE OF WamAppStatEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A table containing per application statistics for the web accelerator module" + ::= { wamAppStat 3 } + +wamAppStatEntry OBJECT-TYPE + SYNTAX WamAppStatEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Columns in the wamAppStat Table" + INDEX { + wamAppStatName + } + ::= { wamAppStatTable 1 } + +WamAppStatEntry ::= + SEQUENCE { + wamAppStatName LongDisplayString, + wamAppStatVsName LongDisplayString, + wamAppStatRqstTotal Counter64, + wamAppStatProxied Counter64, + wamAppStatProxiedBytes Counter64, + wamAppStatProxied1500 Counter64, + wamAppStatProxied10k Counter64, + wamAppStatProxied50k Counter64, + wamAppStatProxied100k Counter64, + wamAppStatProxied500k Counter64, + wamAppStatProxied1m Counter64, + wamAppStatProxied5m Counter64, + wamAppStatProxiedLarge Counter64, + wamAppStatProxiedNew Counter64, + wamAppStatProxiedExpired Counter64, + wamAppStatProxiedPerPolicy Counter64, + wamAppStatProxiedPerIrule Counter64, + wamAppStatProxiedPerInvalidation Counter64, + wamAppStatProxiedPerClientRequest Counter64, + wamAppStatProxiedBypass Counter64, + wamAppStatFromCache Counter64, + wamAppStatFromCacheBytes Counter64, + wamAppStatFromCache1500 Counter64, + wamAppStatFromCache10k Counter64, + wamAppStatFromCache50k Counter64, + wamAppStatFromCache100k Counter64, + wamAppStatFromCache500k Counter64, + wamAppStatFromCache1m Counter64, + wamAppStatFromCache5m Counter64, + wamAppStatFromCacheLarge Counter64, + wamAppStatOws2xx Counter64, + wamAppStatOws3xx Counter64, + wamAppStatOws4xx Counter64, + wamAppStatOws5xx Counter64, + wamAppStatOwsDropped Counter64, + wamAppStatOwsRejected Counter64, + wamAppStatWam2xx Counter64, + wamAppStatWam3xx Counter64, + wamAppStatWam4xx Counter64, + wamAppStatWam5xx Counter64, + wamAppStatWam503 Counter64, + wamAppStatWamDropped Counter64 + } + +wamAppStatName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of the web accelerator application." + ::= { wamAppStatEntry 1 } + +wamAppStatVsName OBJECT-TYPE + SYNTAX LongDisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of the virtual server." + ::= { wamAppStatEntry 2 } + +wamAppStatRqstTotal OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of requests made to this web accelerator + application." + ::= { wamAppStatEntry 3 } + +wamAppStatProxied OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of requests proxied by this web accelerator + application." + ::= { wamAppStatEntry 4 } + +wamAppStatProxiedBytes OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of requests proxied by this web accelerator + application measured in bytes." + ::= { wamAppStatEntry 5 } + +wamAppStatProxied1500 OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of requests between 0 and 1500 bytes proxied + by this web accelerator application." + ::= { wamAppStatEntry 6 } + +wamAppStatProxied10k OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of requests between 1500 and 10K bytes proxied + by this web accelerator application." + ::= { wamAppStatEntry 7 } + +wamAppStatProxied50k OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of requests between 10K and 50K bytes proxied + by this web accelerator application." + ::= { wamAppStatEntry 8 } + +wamAppStatProxied100k OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of requests between 50K and 100K bytes proxied + by this web accelerator application." + ::= { wamAppStatEntry 9 } + +wamAppStatProxied500k OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of requests between 100K and 500K bytes proxied + by this web accelerator application." + ::= { wamAppStatEntry 10 } + +wamAppStatProxied1m OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of requests between 500k and 1M bytes proxied + by this web accelerator application." + ::= { wamAppStatEntry 11 } + +wamAppStatProxied5m OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of requests between 1M and 5M bytes proxied + by this web accelerator application." + ::= { wamAppStatEntry 12 } + +wamAppStatProxiedLarge OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of requests larger than 5M bytes proxied + by this web accelerator application." + ::= { wamAppStatEntry 13 } + +wamAppStatProxiedNew OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of new requests proxied by this + web accelerator application." + ::= { wamAppStatEntry 14 } + +wamAppStatProxiedExpired OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of expired requests proxied by this + web accelerator application." + ::= { wamAppStatEntry 15 } + +wamAppStatProxiedPerPolicy OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of requests proxied per policy by this + web accelerator application." + ::= { wamAppStatEntry 16 } + +wamAppStatProxiedPerIrule OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of requests proxied per iRule by this + web accelerator application." + ::= { wamAppStatEntry 17 } + +wamAppStatProxiedPerInvalidation OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of requests proxied by invalidation rules by this + web accelerator application." + ::= { wamAppStatEntry 18 } + +wamAppStatProxiedPerClientRequest OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of requests proxied by client request headers by this + web accelerator application." + ::= { wamAppStatEntry 19 } + +wamAppStatProxiedBypass OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of proxy requests bypassed by this + web accelerator application." + ::= { wamAppStatEntry 20 } + +wamAppStatFromCache OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of requests served from cache by this + web accelerator application." + ::= { wamAppStatEntry 21 } + +wamAppStatFromCacheBytes OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of request bytes served from cache by this + web accelerator application." + ::= { wamAppStatEntry 22 } + +wamAppStatFromCache1500 OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of requests between 0 and 1500 bytes served + from cache by this web accelerator application." + ::= { wamAppStatEntry 23 } + +wamAppStatFromCache10k OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of requests between 1500 and 10K bytes served + from cache by this web accelerator application." + ::= { wamAppStatEntry 24 } + +wamAppStatFromCache50k OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of requests between 10K and 50K bytes served + from cache by this web accelerator application." + ::= { wamAppStatEntry 25 } + +wamAppStatFromCache100k OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of requests between 50K and 100K bytes served + from cache by this web accelerator application." + ::= { wamAppStatEntry 26 } + +wamAppStatFromCache500k OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of requests between 100K and 500K bytes served + from cache by this web accelerator application." + ::= { wamAppStatEntry 27 } + +wamAppStatFromCache1m OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of requests between 500k and 1M bytes served + from cache by this web accelerator application." + ::= { wamAppStatEntry 28 } + +wamAppStatFromCache5m OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of requests between 1M and 5M bytes served + from cache by this web accelerator application." + ::= { wamAppStatEntry 29 } + +wamAppStatFromCacheLarge OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of requests larger than 5M bytes served + from cache by this web accelerator application." + ::= { wamAppStatEntry 30 } + +wamAppStatOws2xx OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of origin web server responses in the range of + 200 to 206 (successful responses)." + ::= { wamAppStatEntry 31 } + +wamAppStatOws3xx OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of origin web server responses in the range of + 300 to 307 (redirection responses)." + ::= { wamAppStatEntry 32 } + +wamAppStatOws4xx OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of origin web server responses in the range of + 400 to 417 (client errors)." + ::= { wamAppStatEntry 33 } + +wamAppStatOws5xx OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of origin web server responses in the range of + 500 to 505 (server errors)." + ::= { wamAppStatEntry 34 } + +wamAppStatOwsDropped OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of requests dropped by origin web server." + ::= { wamAppStatEntry 35 } + +wamAppStatOwsRejected OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of requests rejected by origin web server." + ::= { wamAppStatEntry 36 } + +wamAppStatWam2xx OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of responses in the range of 200 to 206 + (successful responses) served by this web accelerator application." + ::= { wamAppStatEntry 37 } + +wamAppStatWam3xx OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of responses in the range of 300 to 307 + (redirection responses) served by this web accelerator application." + ::= { wamAppStatEntry 38 } + +wamAppStatWam4xx OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of responses in the range of 400 to 417 + (client errors) served by this web accelerator application." + ::= { wamAppStatEntry 39 } + +wamAppStatWam5xx OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of responses in the range of 500 to 505 + (server errors) served by this web accelerator application." + ::= { wamAppStatEntry 40 } + +wamAppStatWam503 OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of 503 response served by this web accelerator application." + ::= { wamAppStatEntry 41 } + +wamAppStatWamDropped OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of requests dropped by this web accelerator application." + ::= { wamAppStatEntry 42 } + +--================================================================ + -- Compliance and Group +--================================================================ + +bigipWAMCompliance MODULE-COMPLIANCE + STATUS current + DESCRIPTION + "This specifies the objects that are required to claim + compliance to F5 Traffic Management System." + MODULE + MANDATORY-GROUPS { bigipWAMGroups } + ::= { bigipCompliances 7 } + +bigipWAMGroups OBJECT IDENTIFIER ::= { bigipGroups 7 } + +wamAppStatGroup OBJECT-GROUP + OBJECTS { + wamAppStatResetStats, + wamAppStatNumber, + wamAppStatName, + wamAppStatVsName, + wamAppStatRqstTotal, + wamAppStatProxied, + wamAppStatProxiedBytes, + wamAppStatProxied1500, + wamAppStatProxied10k, + wamAppStatProxied50k, + wamAppStatProxied100k, + wamAppStatProxied500k, + wamAppStatProxied1m, + wamAppStatProxied5m, + wamAppStatProxiedLarge, + wamAppStatProxiedNew, + wamAppStatProxiedExpired, + wamAppStatProxiedPerPolicy, + wamAppStatProxiedPerIrule, + wamAppStatProxiedPerInvalidation, + wamAppStatProxiedPerClientRequest, + wamAppStatProxiedBypass, + wamAppStatFromCache, + wamAppStatFromCacheBytes, + wamAppStatFromCache1500, + wamAppStatFromCache10k, + wamAppStatFromCache50k, + wamAppStatFromCache100k, + wamAppStatFromCache500k, + wamAppStatFromCache1m, + wamAppStatFromCache5m, + wamAppStatFromCacheLarge, + wamAppStatOws2xx, + wamAppStatOws3xx, + wamAppStatOws4xx, + wamAppStatOws5xx, + wamAppStatOwsDropped, + wamAppStatOwsRejected, + wamAppStatWam2xx, + wamAppStatWam3xx, + wamAppStatWam4xx, + wamAppStatWam5xx, + wamAppStatWam503, + wamAppStatWamDropped + } + STATUS current + DESCRIPTION + "A collection of objects of wamAppStat MIB." + ::= { bigipWAMGroups 1 } +END diff --git a/MIBS/f5/F5-COMMON-SMI-MIB b/MIBS/f5/F5-COMMON-SMI-MIB new file mode 100644 index 0000000..1809565 --- /dev/null +++ b/MIBS/f5/F5-COMMON-SMI-MIB @@ -0,0 +1,13 @@ +F5-COMMON-SMI-MIB DEFINITIONS ::= BEGIN + +IMPORTS + enterprises + FROM SNMPv2-SMI; + +f5networks OBJECT IDENTIFIER ::= { enterprises 12276} + +platform OBJECT IDENTIFIER ::= { f5networks 1 } + +f5Compliance OBJECT IDENTIFIER ::= { f5networks 2 } + +END diff --git a/MIBS/f5/F5-EM-MIB b/MIBS/f5/F5-EM-MIB new file mode 100644 index 0000000..776fd0f --- /dev/null +++ b/MIBS/f5/F5-EM-MIB @@ -0,0 +1,689 @@ +F5-EM-MIB DEFINITIONS ::= BEGIN +--================================================================ +-- F5-EM-MIB +-- A private enterprise MIB for F5 enterprise management +-- systems. +-- VERSION: PRODUCT_VERSION +--================================================================ + +IMPORTS + OBJECT-TYPE, NOTIFICATION-TYPE, MODULE-IDENTITY, + Integer32, Opaque, enterprises, Counter32, Counter64 + FROM SNMPv2-SMI + + TEXTUAL-CONVENTION, MacAddress, DisplayString, DateAndTime + FROM SNMPv2-TC + + OBJECT-GROUP, MODULE-COMPLIANCE + FROM SNMPv2-CONF + + InetAddress, InetAddressType + FROM INET-ADDRESS-MIB + + bigipCompliances, bigipGroups, LongDisplayString, f5 + FROM F5-BIGIP-COMMON-MIB; + +--================================================================ +enterpriseManagement MODULE-IDENTITY + LAST-UPDATED "201202072039Z" -- Tue Feb 07 20:39:15 UTC 2012 + ORGANIZATION "F5 Networks, Inc." + CONTACT-INFO + "postal: F5 Networks, Inc. + 401 Elliott Ave. West + Seattle, WA 98119 + phone: (206) 272-5555 + email: support@f5.com" + + DESCRIPTION + "Top-level infrastructure of the F5 enterprise MIB tree." + ::= { f5 3 } + +--================================================================ + +-- enterpriseManagement +emDevices OBJECT IDENTIFIER ::= { enterpriseManagement 1 } +emDeviceGroups OBJECT IDENTIFIER ::= { enterpriseManagement 2 } +emImages OBJECT IDENTIFIER ::= { enterpriseManagement 3 } +emArchives OBJECT IDENTIFIER ::= { enterpriseManagement 4 } +emGlobals OBJECT IDENTIFIER ::= { enterpriseManagement 5 } +emAlert OBJECT IDENTIFIER ::= { enterpriseManagement 6 } +emAlerts OBJECT IDENTIFIER ::= { emAlert 0 } +emAlertObjects OBJECT IDENTIFIER ::= { emAlert 1 } +emAlertConfigObjects OBJECT IDENTIFIER ::= { emAlerts 0 } + +--emDevices +emDeviceList OBJECT IDENTIFIER ::= { emDevices 1 } + +--================================================================== +-- emDevices +--================================================================== + +--emDeviceList +deviceNumber OBJECT-TYPE + SYNTAX Integer32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of device entries in the table." + ::= { emDeviceList 1 } + +deviceEntryTable OBJECT-TYPE + SYNTAX SEQUENCE OF DeviceEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "The table of device." + ::= { emDeviceList 2 } + +deviceEntry OBJECT-TYPE + SYNTAX DeviceEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Columns in the deviceEntry Table" + INDEX { + deviceName + } + ::= { deviceEntryTable 1 } + +DeviceEntry ::= + SEQUENCE { + deviceName DisplayString, + deviceAddressType InetAddressType, + deviceAddress InetAddress + } + +deviceName OBJECT-TYPE + SYNTAX DisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of the device." + ::= { deviceEntry 1 } + +deviceAddressType OBJECT-TYPE + SYNTAX InetAddressType + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The type of IP address of the device." + ::= { deviceEntry 2 } + +deviceAddress OBJECT-TYPE + SYNTAX InetAddress + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The IP address of the device." + ::= { deviceEntry 3 } + +--================================================================== +-- emDevicGroups +--================================================================== +groupNumber OBJECT-TYPE + SYNTAX Integer32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of group entries in the table." + ::= { emDeviceGroups 1 } + +groupEntryTable OBJECT-TYPE + SYNTAX SEQUENCE OF GroupEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "The table of groups." + ::= { emDeviceGroups 2 } + +groupEntry OBJECT-TYPE + SYNTAX GroupEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Columns in the groupEntry Table" + INDEX { + groupName + } + ::= { groupEntryTable 1 } + +GroupEntry ::= + SEQUENCE { + groupName DisplayString, + groupDescription DisplayString + } + +groupName OBJECT-TYPE + SYNTAX DisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "A name for a group of managed devices." + ::= { groupEntry 1 } + +groupDescription OBJECT-TYPE + SYNTAX DisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "A description of a group of managed devices." + ::= { groupEntry 2 } + +--================================================================== +-- emImages +--================================================================== +imageNumber OBJECT-TYPE + SYNTAX Integer32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of image entries in the table." + ::= { emImages 1 } + +imageEntryTable OBJECT-TYPE + SYNTAX SEQUENCE OF ImageEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "The table of images." + ::= { emImages 2 } + +imageEntry OBJECT-TYPE + SYNTAX ImageEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Columns in the imageEntry Table" + INDEX { + imageVersion + } + ::= { imageEntryTable 1 } + +ImageEntry ::= + SEQUENCE { + imageVersion DisplayString, + imageDescription DisplayString + } + +imageVersion OBJECT-TYPE + SYNTAX DisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The software version, including build number and hotfixes." + ::= { imageEntry 1 } + +imageDescription OBJECT-TYPE + SYNTAX DisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Further details about the contents of an iso image." + ::= { imageEntry 2 } + +--================================================================== +-- emArchives +--================================================================== +archiveNumber OBJECT-TYPE + SYNTAX Integer32 + MAX-ACCESS read-only + STATUS obsolete + DESCRIPTION + "The number of archive entries in the table." + ::= { emArchives 1 } + +archiveEntryTable OBJECT-TYPE + SYNTAX SEQUENCE OF ArchiveEntry + MAX-ACCESS not-accessible + STATUS obsolete + DESCRIPTION + "The table of archives." + ::= { emArchives 2 } + +archiveEntry OBJECT-TYPE + SYNTAX ArchiveEntry + MAX-ACCESS not-accessible + STATUS obsolete + DESCRIPTION + "Columns in the archiveEntry Table" + INDEX { + archiveSourceDevice + } + ::= { archiveEntryTable 1 } + + +ArchiveEntry ::= + SEQUENCE { + archiveSourceDevice DisplayString, + archiveProduct DisplayString, + archiveVersion DisplayString, + archiveTimeStamp DateAndTime, + archiveFilename DisplayString, + archiveDescription DisplayString + } + + +archiveSourceDevice OBJECT-TYPE + SYNTAX DisplayString + MAX-ACCESS read-only + STATUS obsolete + DESCRIPTION + "The name of the device from which the archive came." + ::= { archiveEntry 1 } + +archiveProduct OBJECT-TYPE + SYNTAX DisplayString + MAX-ACCESS read-only + STATUS obsolete + DESCRIPTION + "The type of software running on the device from which the +archive came." + ::= { archiveEntry 2 } + +archiveVersion OBJECT-TYPE + SYNTAX DisplayString + MAX-ACCESS read-only + STATUS obsolete + DESCRIPTION + "The software version, including build number, of the device +from which the archive came." + ::= { archiveEntry 3 } + +archiveTimeStamp OBJECT-TYPE + SYNTAX DateAndTime + MAX-ACCESS read-only + STATUS obsolete + DESCRIPTION + "The date and time that the archive was created." + ::= { archiveEntry 4 } + +archiveFilename OBJECT-TYPE + SYNTAX DisplayString + MAX-ACCESS read-only + STATUS obsolete + DESCRIPTION + "The name of the file, not including path, of the device archive." + ::= { archiveEntry 5 } + +archiveDescription OBJECT-TYPE + SYNTAX DisplayString + MAX-ACCESS read-only + STATUS obsolete + DESCRIPTION + "User supplied details regarding the archive." + ::= { archiveEntry 6 } + + +--================================================================== +-- emGlobals +--================================================================== +emMaxConcurrentUpdates OBJECT-TYPE + SYNTAX Integer32 + MAX-ACCESS read-only + STATUS obsolete + DESCRIPTION + "The maximum number of simultaneous updates." + ::= { emGlobals 1 } + +emRefreshInterval OBJECT-TYPE + SYNTAX Integer32 + MAX-ACCESS read-only + STATUS obsolete + DESCRIPTION + "The interval between device status updates." + ::= { emGlobals 2 } + +emVersion OBJECT-TYPE + SYNTAX DisplayString + MAX-ACCESS read-only + STATUS obsolete + DESCRIPTION + "Version of the EM software." + ::= { emGlobals 3 } + + +--================================================================ +-- emAlertObjects +-- +emAlertObjMsg OBJECT-TYPE + SYNTAX DisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The additional information about the related alert." + ::= { emAlertObjects 1 } + +--================================================================== +-- emNotifications +--================================================================== + +emDeviceUnreachable NOTIFICATION-TYPE + OBJECTS { + emAlertObjMsg + } + STATUS current + DESCRIPTION + "An managed device is unreachable." + ::= { emAlerts 1 } + +emSoftwareInstallComplete NOTIFICATION-TYPE + OBJECTS { + emAlertObjMsg + } + STATUS current + DESCRIPTION + "Software installation has completed." + ::= { emAlerts 2 } + +emSoftwareInstallFailed NOTIFICATION-TYPE + OBJECTS { + emAlertObjMsg + } + STATUS current + DESCRIPTION + "Software installation has failed." + ::= { emAlerts 3 } + +emDeviceClockSkew NOTIFICATION-TYPE + OBJECTS { + emAlertObjMsg + } + STATUS current + DESCRIPTION + "A device clock is out of sync with EM." + ::= { emAlerts 4 } + +emDiskUsage NOTIFICATION-TYPE + OBJECTS { + emAlertObjMsg + } + STATUS current + DESCRIPTION + "A disk partition is exceeding configured usage limits." + ::= { emAlerts 5 } + +emMemoryUsage NOTIFICATION-TYPE + OBJECTS { + emAlertObjMsg + } + STATUS current + DESCRIPTION + "The system memory is exceeding configured usage limits." + ::= { emAlerts 6 } + +emHotfixInstallComplete NOTIFICATION-TYPE + OBJECTS { + emAlertObjMsg + } + STATUS current + DESCRIPTION + "A hotfix has been installed on a managed device." + ::= { emAlerts 7 } + +emHotfixInstallFailed NOTIFICATION-TYPE + OBJECTS { + emAlertObjMsg + } + STATUS current + DESCRIPTION + "A hotfix installation has failed." + ::= { emAlerts 8 } + +emCpuUsage NOTIFICATION-TYPE + OBJECTS { + emAlertObjMsg + } + STATUS current + DESCRIPTION + "The cpu is exceeding configured usage limits." + ::= { emAlerts 9 } + +emCertificateExpiration NOTIFICATION-TYPE + OBJECTS { + emAlertObjMsg + } + STATUS current + DESCRIPTION + "A device certificate will expire soon." + ::= { emAlerts 10 } + +emScheduledArchiveFailed NOTIFICATION-TYPE + OBJECTS { + emAlertObjMsg + } + STATUS current + DESCRIPTION + "A scheduled configuration archive failed." + ::= { emAlerts 11 } + +emDeviceActiveMode NOTIFICATION-TYPE + OBJECTS { + emAlertObjMsg + } + STATUS current + DESCRIPTION + "A device changed from non-ACTIVE to ACTIVE state." + ::= { emAlerts 12 } + +emDeviceStandbyMode NOTIFICATION-TYPE + OBJECTS { + emAlertObjMsg + } + STATUS current + DESCRIPTION + "A device changed from non-STANDBY to STANDBY state." + ::= { emAlerts 13 } + +emDeviceConfigSync NOTIFICATION-TYPE + OBJECTS { + emAlertObjMsg + } + STATUS current + DESCRIPTION + "A device's configuration is out of sync with its peer." + ::= { emAlerts 14 } + +emRaidDriveFailureDetected NOTIFICATION-TYPE + OBJECTS { + emAlertObjMsg + } + STATUS current + DESCRIPTION + "The system RAID drive failure has been detected." + ::= { emAlerts 15 } + + +emRaidDriveRebuildComplete NOTIFICATION-TYPE + OBJECTS { + emAlertObjMsg + } + STATUS current + DESCRIPTION + "The system RAID drive rebuild is complete." + ::= { emAlerts 16 } + +--emFirmwareInstallComplete NOTIFICATION-TYPE +-- OBJECTS { +-- emAlertObjMsg +-- } +-- STATUS current +-- DESCRIPTION +-- "A firmware has been installed on a managed device." +-- ::= { emAlerts 17 } + +--emFirmwareInstallFailed NOTIFICATION-TYPE +-- OBJECTS { +-- emAlertObjMsg +-- } +-- STATUS current +-- DESCRIPTION +-- "A firmware installation has failed." +-- ::= { emAlerts 18 } + +emHaSyncFailed NOTIFICATION-TYPE + OBJECTS { + emAlertObjMsg + } + STATUS current + DESCRIPTION + "EM HA Sync has failed." + ::= { emAlerts 19 } + +emASMSigInstallComplete NOTIFICATION-TYPE + OBJECTS { + emAlertObjMsg + } + STATUS current + DESCRIPTION + "ASM signature has been installed on a managed device." + ::= { emAlerts 20 } + +emASMSigInstallFailed NOTIFICATION-TYPE + OBJECTS { + emAlertObjMsg + } + STATUS current + DESCRIPTION + "ASM signature installation has failed." + ::= { emAlerts 21 } + +emASMSigUpdateAvailable NOTIFICATION-TYPE + OBJECTS { + emAlertObjMsg + } + STATUS current + DESCRIPTION + "ASM signature update is available." + ::= { emAlerts 22 } + +emASMSigUpdateFailed NOTIFICATION-TYPE + OBJECTS { + emAlertObjMsg + } + STATUS current + DESCRIPTION + "ASM signature update failed." + ::= { emAlerts 23 } + + +emPerformanceStorageDays NOTIFICATION-TYPE + OBJECTS { + emAlertObjMsg + } + STATUS current + DESCRIPTION + "Performance storage capacity is about to fall below configured number of days." + ::= { emAlerts 25 } + + +emPerformanceStorageCap NOTIFICATION-TYPE + OBJECTS { + emAlertObjMsg + } + STATUS current + DESCRIPTION + "Performance storage capacity is lower than the amount of space reserved." + ::= { emAlerts 26 } + + +emPerformanceThreshold NOTIFICATION-TYPE + OBJECTS { + emAlertObjMsg + } + STATUS current + DESCRIPTION + "Threshold has been violated for a performance-data object." + ::= { emAlerts 27 } + + +emSchedBackupFailed NOTIFICATION-TYPE + OBJECTS { + emAlertObjMsg + } + STATUS current + DESCRIPTION + "Scheduled performance data backup has failed." + ::= { emAlerts 28 } + +emStatsCollectionRateCap NOTIFICATION-TYPE + OBJECTS { + emAlertObjMsg + } + STATUS current + DESCRIPTION + "Performance-monitoring data collection rate exceeds recommended limit" + ::= { emAlerts 29 } + +emDeviceOfflineMode NOTIFICATION-TYPE + OBJECTS { + emAlertObjMsg + } + STATUS current + DESCRIPTION + "A device changed from non-OFFLINE to OFFLINE state." + ::= { emAlerts 30 } + +emDeviceForcedOfflineMode NOTIFICATION-TYPE + OBJECTS { + emAlertObjMsg + } + STATUS current + DESCRIPTION + "A device changed from non-FORCED OFFLINE to FORCED OFFLINE state." + ::= { emAlerts 31 } + +emServiceContractExpiry NOTIFICATION-TYPE + OBJECTS { + emAlertObjMsg + } + STATUS current + DESCRIPTION + "Device service contract will expire soon." + ::= { emAlerts 32 } + +emStatsDBConnectivityLost NOTIFICATION-TYPE + OBJECTS { + emAlertObjMsg + } + STATUS current + DESCRIPTION + "Statistics database connectivity is lost." + ::= { emAlerts 33 } + +emGatherServiceContractFailure NOTIFICATION-TYPE + OBJECTS { + emAlertObjMsg + } + STATUS current + DESCRIPTION + "Gathering service contract end date failed." + ::= { emAlerts 34 } + +emDeviceImpaired NOTIFICATION-TYPE + OBJECTS { + emAlertObjMsg + } + STATUS current + DESCRIPTION + "An managed device is impaired." + ::= { emAlerts 35 } + +emStatsDBConnectivityRestored NOTIFICATION-TYPE + OBJECTS { + emAlertObjMsg + } + STATUS current + DESCRIPTION + "Statistics database connectivity is restored." + ::= { emAlerts 36 } + +emDeviceConfigSettingChanged NOTIFICATION-TYPE + OBJECTS { + emAlertObjMsg + } + STATUS obsolete + DESCRIPTION + "A configuration has been changed on a device." + ::= { emAlertConfigObjects 1 } + +END diff --git a/MIBS/f5/F5-PLATFORM-STATS-MIB b/MIBS/f5/F5-PLATFORM-STATS-MIB new file mode 100644 index 0000000..fb9761a --- /dev/null +++ b/MIBS/f5/F5-PLATFORM-STATS-MIB @@ -0,0 +1,897 @@ +F5-PLATFORM-STATS-MIB DEFINITIONS ::= BEGIN + +IMPORTS + MODULE-IDENTITY, OBJECT-TYPE, Integer32, Counter64 + FROM SNMPv2-SMI + TEXTUAL-CONVENTION, DisplayString, TruthValue + FROM SNMPv2-TC + MODULE-COMPLIANCE, OBJECT-GROUP + FROM SNMPv2-CONF + platform, f5Compliance + FROM F5-COMMON-SMI-MIB + ; + +--================================================================ +f5PlatformStats MODULE-IDENTITY + LAST-UPDATED "202101300000Z" + ORGANIZATION "F5 Networks, Inc." + CONTACT-INFO + "postal: F5 Networks, Inc. + 801 Fifth Avenue + Seattle, WA 98104 + phone: (206) 272-6500 + email: support@f5.com" + DESCRIPTION + "Top-level infrastructure of the F5 enterprise MIB tree." + ::= { platform 2 } + +--================================================================ +f5PlatformStatsObjects OBJECT IDENTIFIER ::= { f5PlatformStats 1 } +platformCpuStatsTable OBJECT IDENTIFIER ::= { f5PlatformStatsObjects 1 } +platformDiskStatsTable OBJECT IDENTIFIER ::= { f5PlatformStatsObjects 2 } +platformTemperatureTable OBJECT IDENTIFIER ::= { f5PlatformStatsObjects 3 } +platformMemoryStatsTable OBJECT IDENTIFIER ::= { f5PlatformStatsObjects 4 } +platformFpgaTable OBJECT IDENTIFIER ::= { f5PlatformStatsObjects 5 } +platformFwTable OBJECT IDENTIFIER ::= { f5PlatformStatsObjects 6 } +platformFantrayTable OBJECT IDENTIFIER ::= { f5PlatformStatsObjects 7 } + +-- +-- Textual Conventions +-- +-- PlatformStatsIndex contains the semantics of platform stats component and should be used +-- for any objects defined in other MIB modules that need these semantics. +PlatformStatsIndex ::= TEXTUAL-CONVENTION + DISPLAY-HINT "1t" + STATUS current + DESCRIPTION + "A unique name, not null, for each platform component or + sub-component in the managed system." + SYNTAX OCTET STRING(SIZE(1..255)) + +String ::= TEXTUAL-CONVENTION + DISPLAY-HINT "1t" + STATUS current + DESCRIPTION "Textual-convention for DisplayString" + SYNTAX DisplayString(SIZE(1..255)) + +-- +-- cpu processor statistics table +-- +cpuProcessorStatsTable OBJECT-TYPE + SYNTAX SEQUENCE OF CPUProcessorStatsEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "Information about the CPU processors." + ::= { platformCpuStatsTable 1 } + +cpuProcessorStatsEntry OBJECT-TYPE + SYNTAX CPUProcessorStatsEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "Information about the CPU processors." + INDEX { index, cpuIndex } + ::= { cpuProcessorStatsTable 1 } + +CPUProcessorStatsEntry ::= + SEQUENCE { + index PlatformStatsIndex, + cpuIndex Integer32, + cpuCacheSize String, + cpuCoreCnt String, + cpuFreq String, + cpuStepping String, + cpuThreadCnt String, + cpuModelName String + } + +index OBJECT-TYPE + SYNTAX PlatformStatsIndex + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Primary index of Platform Stats Table" + ::= { cpuProcessorStatsEntry 1 } + +cpuIndex OBJECT-TYPE + SYNTAX Integer32 (0..255) + MAX-ACCESS read-only + STATUS current + DESCRIPTION "The CPU index" + ::= { cpuProcessorStatsEntry 2 } + +cpuCacheSize OBJECT-TYPE + SYNTAX String + MAX-ACCESS read-only + STATUS current + DESCRIPTION "CPU cache size" + ::= { cpuProcessorStatsEntry 3 } + +cpuCoreCnt OBJECT-TYPE + SYNTAX String + MAX-ACCESS read-only + STATUS current + DESCRIPTION "CPU core count" + ::= { cpuProcessorStatsEntry 4 } + +cpuFreq OBJECT-TYPE + SYNTAX String + MAX-ACCESS read-only + STATUS current + DESCRIPTION "CPU frequency" + ::= { cpuProcessorStatsEntry 5 } + +cpuStepping OBJECT-TYPE + SYNTAX String + MAX-ACCESS read-only + STATUS current + DESCRIPTION "CPU stepping" + ::= { cpuProcessorStatsEntry 6 } + +cpuThreadCnt OBJECT-TYPE + SYNTAX String + MAX-ACCESS read-only + STATUS current + DESCRIPTION "CPU currently running thread count" + ::= { cpuProcessorStatsEntry 7 } + +cpuModelName OBJECT-TYPE + SYNTAX String + MAX-ACCESS read-only + STATUS current + DESCRIPTION "CPU model name" + ::= { cpuProcessorStatsEntry 8 } + +-- +-- cpu-utilization statistics table +-- +cpuUtilizationStatsTable OBJECT-TYPE + SYNTAX SEQUENCE OF CPUUtilizationStatsEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "Information about the CPU Utilization." + ::= { platformCpuStatsTable 2 } + +cpuUtilizationStatsEntry OBJECT-TYPE + SYNTAX CPUUtilizationStatsEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "Information about the CPU Utilization." + INDEX { index } + ::= { cpuUtilizationStatsTable 1 } + +CPUUtilizationStatsEntry ::= + SEQUENCE { + cpuCore DisplayString, + cpuCurrent Integer32, + cpuTotal5secAvg Integer32, + cpuTotal1minAvg Integer32, + cpuTotal5minAvg Integer32 + } + +cpuCore OBJECT-TYPE + SYNTAX DisplayString(SIZE(1..128)) + MAX-ACCESS read-only + STATUS current + DESCRIPTION "CPU core index" + ::= { cpuUtilizationStatsEntry 1 } + +cpuCurrent OBJECT-TYPE + SYNTAX Integer32 + UNITS "percentage" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "CPU current utilization percentage" + ::= { cpuUtilizationStatsEntry 2 } + +cpuTotal5secAvg OBJECT-TYPE + SYNTAX Integer32 + UNITS "percentage" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "CPU utilization average over the last five seconds" + ::= { cpuUtilizationStatsEntry 3 } + +cpuTotal1minAvg OBJECT-TYPE + SYNTAX Integer32 + UNITS "percentage" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "CPU utilization average over the last one minute" + ::= { cpuUtilizationStatsEntry 4 } + +cpuTotal5minAvg OBJECT-TYPE + SYNTAX Integer32 + UNITS "percentage" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "CPU utilization average over the last five minute" + ::= { cpuUtilizationStatsEntry 5 } + +-- +-- CPU-cores statistics table +-- +cpuCoreStatsTable OBJECT-TYPE + SYNTAX SEQUENCE OF CPUCoreStatsEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "Information about the CPU cores." + ::= { platformCpuStatsTable 3 } + +cpuCoreStatsEntry OBJECT-TYPE + SYNTAX CPUCoreStatsEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "Information about the CPU cores." + INDEX { index, coreIndex } + ::= { cpuCoreStatsTable 1 } + + +CPUCoreStatsEntry ::= + SEQUENCE { + coreIndex Integer32, + coreName DisplayString, + coreCurrent Integer32, + coreTotal5secAvg Integer32, + coreTotal1minAvg Integer32, + coreTotal5minAvg Integer32 + } + +coreIndex OBJECT-TYPE + SYNTAX Integer32 (0..255) + MAX-ACCESS read-only + STATUS current + DESCRIPTION "CPU core current utilization percentage" + ::= { cpuCoreStatsEntry 1 } + +coreName OBJECT-TYPE + SYNTAX DisplayString(SIZE(1..128)) + MAX-ACCESS read-only + STATUS current + DESCRIPTION "CPU core index" + ::= { cpuCoreStatsEntry 2 } + +coreCurrent OBJECT-TYPE + SYNTAX Integer32 + UNITS "percentage" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "CPU core current utilization percentage" + ::= { cpuCoreStatsEntry 3 } + +coreTotal5secAvg OBJECT-TYPE + SYNTAX Integer32 + UNITS "percentage" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "CPU core utilization average over the last five second" + ::= { cpuCoreStatsEntry 4 } + +coreTotal1minAvg OBJECT-TYPE + SYNTAX Integer32 + UNITS "percentage" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "CPU core utilization average over the last one minute" + ::= { cpuCoreStatsEntry 5 } + +coreTotal5minAvg OBJECT-TYPE + SYNTAX Integer32 + UNITS "percentage" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "CPU core utilization average over the last five minute" + ::= { cpuCoreStatsEntry 6 } + +-- +-- Disk table +-- +diskInfoTable OBJECT-TYPE + SYNTAX SEQUENCE OF DiskInfoEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "Information about the disks." + ::= { platformDiskStatsTable 1 } + +diskInfoEntry OBJECT-TYPE + SYNTAX DiskInfoEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "Information about the disks." + INDEX { index, diskName } + ::= { diskInfoTable 1 } + +DiskInfoEntry ::= + SEQUENCE { + diskName DisplayString, + diskModel DisplayString, + diskVendor DisplayString, + diskVersion DisplayString, + diskSerialNo DisplayString, + diskSize DisplayString, + diskType DisplayString + } + +diskName OBJECT-TYPE + SYNTAX DisplayString(SIZE(1..128)) + MAX-ACCESS read-only + STATUS current + DESCRIPTION "DISK Name" + ::= { diskInfoEntry 2 } + +diskModel OBJECT-TYPE + SYNTAX DisplayString(SIZE(1..128)) + MAX-ACCESS read-only + STATUS current + DESCRIPTION "DISK Model name" + ::= { diskInfoEntry 3 } + +diskVendor OBJECT-TYPE + SYNTAX DisplayString(SIZE(1..128)) + MAX-ACCESS read-only + STATUS current + DESCRIPTION "DISK Vendor name" + ::= { diskInfoEntry 4 } + +diskVersion OBJECT-TYPE + SYNTAX DisplayString(SIZE(1..128)) + MAX-ACCESS read-only + STATUS current + DESCRIPTION "DISK Version" + ::= { diskInfoEntry 5 } + +diskSerialNo OBJECT-TYPE + SYNTAX DisplayString(SIZE(1..128)) + MAX-ACCESS read-only + STATUS current + DESCRIPTION "DISK Serial Number" + ::= { diskInfoEntry 6 } + +diskSize OBJECT-TYPE + SYNTAX DisplayString(SIZE(1..128)) + MAX-ACCESS read-only + STATUS current + DESCRIPTION "DISK Size" + ::= { diskInfoEntry 7 } + +diskType OBJECT-TYPE + SYNTAX DisplayString(SIZE(1..128)) + MAX-ACCESS read-only + STATUS current + DESCRIPTION "DISK Type:usb, ssd, hdd, cd-rom, nvme" + ::= { diskInfoEntry 8 } + +-- +-- disk-utilization statistics table +-- +diskUtilizationStatsTable OBJECT-TYPE + SYNTAX SEQUENCE OF DISKUtilizationStatsEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "Information about the DISK Utilization." + ::= { platformDiskStatsTable 2 } + +diskUtilizationStatsEntry OBJECT-TYPE + SYNTAX DISKUtilizationStatsEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "Information about the DISK Utilization." + INDEX { index, diskName } + ::= { diskUtilizationStatsTable 1 } + +DISKUtilizationStatsEntry ::= + SEQUENCE { + diskPercentageUsed Integer32, + diskTotalIops Counter64, + diskReadIops Counter64, + diskReadMerged Counter64, + diskReadBytes Counter64, + diskReadLatencyMs Counter64, + diskWriteIops Counter64, + diskWriteMerged Counter64, + diskWriteBytes Counter64, + diskWriteLatencyMs Counter64 + } + +diskPercentageUsed OBJECT-TYPE + SYNTAX Integer32 (0..100) + UNITS "percentage" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "DISK Percent used" + ::= { diskUtilizationStatsEntry 3 } + +diskTotalIops OBJECT-TYPE + SYNTAX Counter64 + UNITS "IOPs" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "DISK total read/write IOPS" + ::= { diskUtilizationStatsEntry 4 } + +diskReadIops OBJECT-TYPE + SYNTAX Counter64 + UNITS "IOPs" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "DISK total read IOPS" + ::= { diskUtilizationStatsEntry 5 } + +diskReadMerged OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION "DISK total read merged" + ::= { diskUtilizationStatsEntry 6 } + +diskReadBytes OBJECT-TYPE + SYNTAX Counter64 + UNITS "bytes" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "DISK total read bytes" + ::= { diskUtilizationStatsEntry 7 } + +diskReadLatencyMs OBJECT-TYPE + SYNTAX Counter64 + UNITS "ms" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "DISK total read latency ms" + ::= { diskUtilizationStatsEntry 8 } + +diskWriteIops OBJECT-TYPE + SYNTAX Counter64 + UNITS "IOPs" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "DISK total write IOPS" + ::= { diskUtilizationStatsEntry 9 } + +diskWriteMerged OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION "DISK total write merged" + ::= { diskUtilizationStatsEntry 10 } + +diskWriteBytes OBJECT-TYPE + SYNTAX Counter64 + UNITS "bytes" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "DISK total write Bytes" + ::= { diskUtilizationStatsEntry 11 } + +diskWriteLatencyMs OBJECT-TYPE + SYNTAX Counter64 + UNITS "ms" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "DISK total write latency ms" + ::= { diskUtilizationStatsEntry 12 } + +-- +-- temperature statistics table +-- +temperatureStatsTable OBJECT-TYPE + SYNTAX SEQUENCE OF TEMPERATUREStatsEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "Information about the temperature." + ::= { platformTemperatureTable 1 } + +temperatureStatsEntry OBJECT-TYPE + SYNTAX TEMPERATUREStatsEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "Information about the temperature." + INDEX { index } + ::= { temperatureStatsTable 1 } + +TEMPERATUREStatsEntry ::= + SEQUENCE { + tempCurrent DisplayString, + tempAverage DisplayString, + tempMinimum DisplayString, + tempMaximum DisplayString + } + +tempCurrent OBJECT-TYPE + SYNTAX DisplayString(SIZE(1..128)) + UNITS "centigrade" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "The current temperature in celsius/centigrade" + ::= { temperatureStatsEntry 2 } + +tempAverage OBJECT-TYPE + SYNTAX DisplayString(SIZE(1..128)) + UNITS "centigrade" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "The arithmetic mean value of the temperature statistic over the + past hour" + ::= { temperatureStatsEntry 3 } + +tempMinimum OBJECT-TYPE + SYNTAX DisplayString(SIZE(1..128)) + UNITS "centigrade" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "The minimum value of the temperature statistic over the past hour" + ::= { temperatureStatsEntry 4 } + +tempMaximum OBJECT-TYPE + SYNTAX DisplayString(SIZE(1..128)) + UNITS "centigrade" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "The maximum value of the temperature statistic over the past hour" + ::= { temperatureStatsEntry 5 } + +-- +-- memory statistics table +-- +memoryStatsTable OBJECT-TYPE + SYNTAX SEQUENCE OF MemoryStatsEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "Information about the memory." + ::= { platformMemoryStatsTable 1 } + +memoryStatsEntry OBJECT-TYPE + SYNTAX MemoryStatsEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "Information about the memory." + INDEX { index } + ::= { memoryStatsTable 1 } + +MemoryStatsEntry ::= + SEQUENCE { + memAvailable Counter64, + memFree Counter64, + memPercentageUsed Integer32, + memPlatformTotal Counter64, + memPlatformUsed Counter64 + } + +memAvailable OBJECT-TYPE + SYNTAX Counter64 + UNITS "bytes" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Total system memory" + ::= { memoryStatsEntry 2 } + + +memFree OBJECT-TYPE + SYNTAX Counter64 + UNITS "bytes" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Total amount of free memory in bytes" + ::= { memoryStatsEntry 3 } + +memPercentageUsed OBJECT-TYPE + SYNTAX Integer32 (0..100) + UNITS "percentage" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Total percentage of memory currently in use" + ::= { memoryStatsEntry 4 } + +memPlatformTotal OBJECT-TYPE + SYNTAX Counter64 + UNITS "bytes" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Total amount of memory in bytes" + ::= { memoryStatsEntry 5 } + +memPlatformUsed OBJECT-TYPE + SYNTAX Counter64 + UNITS "bytes" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Total amount of platform used memory in bytes" + ::= { memoryStatsEntry 6 } + +-- +-- FPGA table +-- +fpgaTable OBJECT-TYPE + SYNTAX SEQUENCE OF FPGAEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "Information about the FPGA." + ::= { platformFpgaTable 1 } + +fpgaEntry OBJECT-TYPE + SYNTAX FPGAEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "Information about the FPGA." + INDEX { index, fpgaIndex } + ::= { fpgaTable 1 } + +FPGAEntry ::= + SEQUENCE { + fpgaIndex DisplayString, + fpgaVersion DisplayString + } + +fpgaIndex OBJECT-TYPE + SYNTAX DisplayString(SIZE(1..128)) + MAX-ACCESS read-only + STATUS current + DESCRIPTION "References the chip and unit of the FPGA" + ::= { fpgaEntry 1 } + +fpgaVersion OBJECT-TYPE + SYNTAX DisplayString(SIZE(1..128)) + MAX-ACCESS read-only + STATUS current + DESCRIPTION "FPGA Version" + ::= { fpgaEntry 2 } + +-- +-- FW version table +-- +fwTable OBJECT-TYPE + SYNTAX SEQUENCE OF FWEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "Information about the FW version." + ::= { platformFwTable 1 } + +fwEntry OBJECT-TYPE + SYNTAX FWEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "Information about the fw version." + INDEX { index, fwName } + ::= { fwTable 1 } + +FWEntry ::= + SEQUENCE { + fwName DisplayString, + fwVersion DisplayString, + configurable TruthValue, + fwUpdateStatus DisplayString + } + +fwName OBJECT-TYPE + SYNTAX DisplayString(SIZE(1..128)) + MAX-ACCESS read-only + STATUS current + DESCRIPTION "References the FW name" + ::= { fwEntry 1 } + +fwVersion OBJECT-TYPE + SYNTAX DisplayString(SIZE(1..128)) + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Version of the FW" + ::= { fwEntry 2 } + +configurable OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Configurable" + ::= { fwEntry 3 } + +fwUpdateStatus OBJECT-TYPE + SYNTAX DisplayString(SIZE(1..128)) + MAX-ACCESS read-only + STATUS current + DESCRIPTION "update status of FW" + ::= { fwEntry 4 } + +-- +-- Fantray Stats table +-- +fantrayStatsTable OBJECT-TYPE + SYNTAX SEQUENCE OF FANTRAYStatsEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "Information about the fantray speed." + ::= { platformFantrayTable 1 } + +fantrayStatsEntry OBJECT-TYPE + SYNTAX FANTRAYStatsEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "Information about the fantray speed." + INDEX { index } + ::= { fantrayStatsTable 1 } + +FANTRAYStatsEntry ::= + SEQUENCE { + fan-1-speed Integer32, + fan-2-speed Integer32, + fan-3-speed Integer32, + fan-4-speed Integer32, + fan-5-speed Integer32, + fan-6-speed Integer32, + fan-7-speed Integer32, + fan-8-speed Integer32, + fan-9-speed Integer32, + fan-10-speed Integer32, + fan-11-speed Integer32, + fan-12-speed Integer32 + } + +fan-1-speed OBJECT-TYPE + SYNTAX Integer32 + UNITS "RPM" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "The current fan speed in RPM" + ::= { fantrayStatsEntry 1 } + +fan-2-speed OBJECT-TYPE + SYNTAX Integer32 + UNITS "RPM" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "The current fan speed in RPM" + ::= { fantrayStatsEntry 2 } + +fan-3-speed OBJECT-TYPE + SYNTAX Integer32 + UNITS "RPM" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "The current fan speed in RPM" + ::= { fantrayStatsEntry 3 } + +fan-4-speed OBJECT-TYPE + SYNTAX Integer32 + UNITS "RPM" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "The current fan speed in RPM" + ::= { fantrayStatsEntry 4 } + +fan-5-speed OBJECT-TYPE + SYNTAX Integer32 + UNITS "RPM" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "The current fan speed in RPM" + ::= { fantrayStatsEntry 5 } + +fan-6-speed OBJECT-TYPE + SYNTAX Integer32 + UNITS "RPM" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "The current fan speed in RPM" + ::= { fantrayStatsEntry 6 } + +fan-7-speed OBJECT-TYPE + SYNTAX Integer32 + UNITS "RPM" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "The current fan speed in RPM" + ::= { fantrayStatsEntry 7 } + +fan-8-speed OBJECT-TYPE + SYNTAX Integer32 + UNITS "RPM" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "The current fan speed in RPM" + ::= { fantrayStatsEntry 8 } + +fan-9-speed OBJECT-TYPE + SYNTAX Integer32 + UNITS "RPM" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "The current fan speed in RPM" + ::= { fantrayStatsEntry 9 } + +fan-10-speed OBJECT-TYPE + SYNTAX Integer32 + UNITS "RPM" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "The current fan speed in RPM" + ::= { fantrayStatsEntry 10} + +fan-11-speed OBJECT-TYPE + SYNTAX Integer32 + UNITS "RPM" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "The current fan speed in RPM" + ::= { fantrayStatsEntry 11 } + +fan-12-speed OBJECT-TYPE + SYNTAX Integer32 + UNITS "RPM" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "The current fan speed in RPM" + ::= { fantrayStatsEntry 12 } + +-- +-- Platform Groups +-- +platformConformance OBJECT IDENTIFIER ::= { f5PlatformStats 2 } + +platformGroups OBJECT IDENTIFIER ::= { platformConformance 1 } +platformCompliances OBJECT IDENTIFIER ::= { platformConformance 2 } + +platformCompliance MODULE-COMPLIANCE + STATUS current + DESCRIPTION + "The compliance statement for SNMP entities which have + platform statistics." + + MODULE + MANDATORY-GROUPS { platformCPUGroup, platformDiskGroup, + platformTempGroup, platformMemGroup, + platformFpgaGroup, platformFwVersionGroup, + platformFantrayGroup } +::= { platformCompliances 1 } + +platformCPUGroup OBJECT-GROUP + OBJECTS { index, cpuIndex, cpuCacheSize, cpuCoreCnt, cpuFreq, cpuStepping, + cpuThreadCnt, cpuModelName, cpuCore, cpuCurrent, cpuTotal5secAvg, + cpuTotal1minAvg, cpuTotal5minAvg, coreIndex, coreCurrent, coreTotal5secAvg, + coreTotal1minAvg, coreTotal5minAvg } + STATUS current + DESCRIPTION + "A collection of objects providing information about CPUs." + ::= { platformGroups 1 } + +platformDiskGroup OBJECT-GROUP + OBJECTS { diskName, diskModel, diskVendor, diskVersion, diskSerialNo, diskSize, + diskType, diskPercentageUsed, diskTotalIops, diskReadIops, diskReadMerged, + diskReadBytes, diskReadLatencyMs, diskWriteIops, diskWriteMerged, + diskWriteBytes, diskWriteLatencyMs } + STATUS current + DESCRIPTION + "A collection of objects providing information about system disks." + ::= { platformGroups 2 } + +platformTempGroup OBJECT-GROUP + OBJECTS { tempCurrent, tempAverage, tempMinimum, tempMaximum } + STATUS current + DESCRIPTION + "A collection of objects providing information about temperature." + ::= { platformGroups 3 } + +platformMemGroup OBJECT-GROUP + OBJECTS { memAvailable, memFree, memPercentageUsed, memPlatformTotal , memPlatformUsed } + STATUS current + DESCRIPTION + "A collection of objects providing information about system memory." + ::= { platformGroups 4 } + +platformFpgaGroup OBJECT-GROUP + OBJECTS { fpgaIndex, fpgaVersion } + STATUS current + DESCRIPTION + "A collection of objects providing information about FPGAs." + ::= { platformGroups 5 } + +platformFwVersionGroup OBJECT-GROUP + OBJECTS { fwName, fwVersion, configurable, fwUpdateStatus } + STATUS current + DESCRIPTION + "A collection of objects providing information about FW version." + ::= { platformGroups 6 } + +platformFantrayGroup OBJECT-GROUP + OBJECTS { fan-1-speed, fan-2-speed, fan-3-speed, fan-4-speed, fan-5-speed, fan-6-speed, fan-7-speed, fan-8-speed, fan-9-speed, fan-10-speed, fan-11-speed, fan-12-speed } + STATUS current + DESCRIPTION + "A collection of objects providing information about Fantray stats." + ::= { platformGroups 7 } + +END |